/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template
    :: Author: SMT
    :: Author URL:www.smt.sa
    :: Version: 1.0
    :: Created: 02 2022
    :: Last Updated: 02 2022
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
/*start my style */
* {
  box-sizing: border-box;
}

body {
  font-family: "Cairo", sans-serif;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
  background: #fff;
  background-image: url("../images/ramadan-bg.png");
  background-repeat: repeat-y;
}

a {
  text-decoration: none !important;
  color: #000;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.section-padding {
  padding: 60px 0;
}

.transition, .mega_menu .mega_menu_box .item_box, .new_most_categories .most_categories-box, .special-dropdown i.fa-user, footer ul.payment li img, footer ul.social li img, .banners img, .new_products .product_card .actions-box a.add_to_fav, .new_products .product_card .actions-box button, .new_products .owl_products .owl-nav button.owl-next span,
.new_products .owl_products .owl-nav button.owl-prev span, .new_title a.show-more, .slider .carousel-indicators [data-bs-target], header .navbar .nav-item.speacial .nav-link, header a.cart:hover,
header a.favourite:hover, header .new_nav a.nav-link {
  transition: all ease-in-out 0.3s;
}

header {
  background-color: #fff;
  position: relative;
}
header .new_nav {
  margin-top: 2px;
  margin-bottom: 0;
}
header .new_nav .nav-item {
  position: relative;
}
header .new_nav a.nav-link {
  color: #000;
  font-weight: 700;
}
header .new_nav a.nav-link:hover {
  color: #de4343;
}
header .new_nav a.nav-link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: -10px;
  top: 19px;
}
header .new_nav a.nav-link.last::after {
  display: none;
}
header .new_nav a.nav-link.active {
  color: #fff;
  background: #de4343;
  border-radius: 25px;
}
header .ramadan-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100px;
}
header .ramadan-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
  width: 100px;
}
header .top-info {
  background: #111;
  color: #fff;
  padding: 8px 0;
}
header .top-info a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
header .top-info a i {
  margin-left: 5px;
}
header .top-info h4 {
  text-align: left;
  font-size: 16px;
  margin: 0;
  margin-top: 3px;
}
header .top-info h4 span {
  margin-right: 10px;
}
header .top-header {
  padding: 20px 0;
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 9px #ccc;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100001;
}
header .top-header .header-cntainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
header .top-header .header-cntainer .logo-and-button-box {
  display: flex;
  gap: 20px;
  align-items: center;
}
header .top-header .header-cntainer .logo-and-button-box .sidenav-button {
  border: 1px solid #de4343;
  border-radius: 50%;
  background: transparent;
  color: #de4343;
  font-size: 20px;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top-header .header-cntainer .logo-and-button-box .new-sidenav-button {
  border: none;
  padding: unset;
  background: transparent;
}
header .top-header .header-cntainer .action-bar {
  display: flex;
  gap: 10px;
  align-items: center;
}
header .top-header img.nafud-logo {
  width: 100px;
}
header .top-header .input-search {
  width: 80%;
  display: inline-block;
  margin-left: 0;
  border-radius: 0 25px 25px 0;
  border: 1px solid #eee;
  color: #777;
  height: 40px;
  line-height: 40px;
  padding: 4px;
  outline: none;
  text-indent: 20px;
  font-size: 16px;
}
header .top-header .input-search::-moz-placeholder {
  color: #bbb;
  font-size: 16px;
}
header .top-header .input-search::placeholder {
  color: #bbb;
  font-size: 16px;
}
header .top-header .button-search {
  width: 19%;
  display: inline-block;
  margin-right: -4px;
  border-radius: 25px 0 0 25px;
  border: none;
  background: #de4343;
  color: #fff;
  height: 40px;
  line-height: 33px;
  padding: 4px;
  outline: none;
}
header .top-header .button-search i {
  background: transparent;
  width: unset;
  height: unset;
  line-height: unset;
  font-size: 16px;
}
header .top-header a.favourite {
  text-decoration: none;
}
header .top-header .fa-shopping-cart {
  margin-top: 5px;
}
header .top-header .col-6.special {
  margin-right: -30px;
}
header .top-header .col-6.special h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}
header .top-header .col-6.special span.price {
  margin: 0;
  color: #777;
}
header a.cart:hover,
header a.favourite:hover {
  color: #de4343;
}
header .navbar {
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f6f6f6;
  box-shadow: 0 -3px 16px #ececec;
}
header .navbar .nav-item {
  margin-left: 30px;
}
header .navbar .nav-item .nav-link {
  font-size: 16px;
}
header .navbar .nav-item.speacial {
  background: #de4343;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  cursor: pointer;
}
header .navbar .nav-item.speacial .nav-link {
  color: #fff !important;
}
header .navbar .nav-item.speacial .nav-link i {
  margin-left: 5px;
}
header .navbar .nav-item.speacial .nav-link:hover {
  color: #fff !important;
}
header .navbar-light .navbar-nav .nav-link:hover {
  color: #de4343 !important;
}

header .top-header i.fa-heart {
  margin-top: 5px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000001;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  box-shadow: 0 0 9px #eee;
}
.sidenav .content {
  padding: 20px;
}

/* The navigation menu links */
.sidenav a {
  color: #555;
}

.sidenav a.nav-link {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  font-size: 16px;
  color: #555;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #222;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 36px;
  margin-right: 50px;
  z-index: 1001;
}

.sidenav h4 {
  color: #de4343;
  padding: 10px 0px 0px 10px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
}

.sidebar-logo {
  position: absolute;
  top: 20px;
  width: 85%;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.sidebar-logo img {
  height: 40px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 16px;
  }
}
.slider {
  padding-top: 105px;
}
.slider .carousel-indicators {
  margin-bottom: -2.5rem;
}
.slider .carousel-indicators [data-bs-target] {
  width: 30px;
  height: 10px;
  border-radius: 0 15px 0 15px;
  background-color: #125342;
}
.slider .carousel-inner {
  border-radius: 10px;
}
.slider .carousel-inner img {
  height: 100%;
  border-radius: 10px;
}

.spec_title {
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}
.spec_title span {
  padding: 7px 20px;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #125342;
  width: 100%;
  display: block;
  position: relative;
}
.spec_title span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #125342;
  margin-left: 20px;
}
.spec_title span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #125342;
  margin-right: 20px;
}

.new_title {
  color: #de4343;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.new_title a.show-more {
  color: #fff;
  background: #de4343;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 25px;
}
.new_title a.show-more:hover {
  background: #7d160f;
}

.categories-sec h4 {
  font-size: 16px;
  font-weight: 700;
}
.categories-sec .single-cat img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.new_products .owl_products {
  padding: 40px 20px;
  background: transparent;
  position: relative;
}
.new_products .owl_products .owl-nav button.owl-next:hover,
.new_products .owl_products .owl-nav button.owl-prev:hover {
  background: transparent;
}
.new_products .owl_products .owl-nav button.owl-next span,
.new_products .owl_products .owl-nav button.owl-prev span {
  font-size: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  background-color: #eee;
  color: #000;
}
.new_products .owl_products .owl-nav button.owl-next span:hover, .new_products .owl_products .owl-nav button.owl-next span:focus,
.new_products .owl_products .owl-nav button.owl-prev span:hover,
.new_products .owl_products .owl-nav button.owl-prev span:focus {
  background: #de4343;
  color: #fff;
}
.new_products .owl_products .owl-nav button.owl-next {
  position: absolute;
  left: 10px;
  bottom: 50%;
}
.new_products .owl_products .owl-nav button.owl-prev {
  position: absolute;
  right: 10px;
  bottom: 50%;
}
.new_products .product_card {
  background: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
  border: 1px solid #eee;
  border-radius: 10px;
}
.new_products .product_card img {
  height: 298px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  border-radius: 10px 10px 0 0;
}
.new_products .product_card h3.title {
  font-size: 16px;
  min-height: 30px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_products .product_card p.price {
  font-size: 18px;
  color: #30c300;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 700;
}
.new_products .product_card p.price del {
  margin-right: 20px;
  font-weight: 400;
  color: #ccc;
}
.new_products .product_card .actions-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}
.new_products .product_card .actions-box button {
  background: #de4343;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  padding: 2px 5px;
  width: 100%;
  border: 2px solid #de4343;
  outline: none;
  margin-top: 5px;
  border-radius: 25px;
  transform: scale(1);
}
.new_products .product_card .actions-box button i {
  margin-left: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #de4343;
  flex-shrink: 0;
}
.new_products .product_card .actions-box button:hover {
  background: transparent;
  color: #de4343;
}
.new_products .product_card .actions-box a.add_to_fav {
  position: relative;
  top: 5px;
}
.new_products .product_card .actions-box a.add_to_fav i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  background: #e9e9e9;
  color: #656565;
}
.new_products .product_card .actions-box a.add_to_fav:hover {
  transform: scale(1.1);
}
.new_products .product_card .actions-box a.add_to_fav i.isFavorited {
  background: #f9ddde;
  color: #df4343;
}

.features_products .row .col-4.col-sm-2.p-0:not(:last-child) {
  border-left: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.features_products .col-4.col-sm-2.p-0:last-child {
  border-bottom: 1px solid #c1c1c1;
}
.features_products .new-row .col-4.col-sm-2.p-0:not(:last-child) {
  border-left: 1px solid #c1c1c1;
  border-bottom: unset;
}
.features_products .new-row .col-4.col-sm-2.p-0:last-child {
  border-bottom: unset;
}
.features_products h4 {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
.features_products img {
  width: 100%;
  height: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 0;
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  background: #fff;
}

.products_tabs .nav-tabs {
  background: transparent;
  border-bottom: 2px solid #fff;
}
.products_tabs .nav-link {
  color: #707070;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.products_tabs .nav-link:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #777;
  margin-right: 20px;
}
.products_tabs .nav-tabs .nav-item.show .nav-link,
.products_tabs .nav-tabs .nav-link.active {
  color: #de4343;
  background: transparent;
  border-radius: 0;
  border-color: transparent;
}
.products_tabs .nav-tabs .nav-link:focus,
.products_tabs .nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
}

.banners {
  padding-bottom: 0;
}
.banners img {
  width: 100%;
}
.banners img:hover {
  transform: scale(1.05);
}

.services .services-box {
  background: #fff;
  border: 1px solid #c4c4c4;
  padding: 30px 10px;
}
.services .services-box .serv img {
  width: 50px;
  float: left;
  margin-top: 10px;
}
.services .services-box .serv h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.services .services-box .serv p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.337);
  line-height: 1.6;
  margin-bottom: 0;
}

footer {
  background: transparent;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 60px;
  color: #fff;
  margin-top: 90px;
}

.footer-content {
  background: rgba(241, 228, 210, 0.4823529412);
  border-radius: 40px;
  padding: 40px;
}

footer img.logo {
  width: 140px;
  margin-bottom: 20px;
  margin-top: 10px;
}

footer p.logo-text {
  color: #000000;
  font-size: 20px;
  width: 80%;
  line-height: 1.6;
  margin-top: 20px;
}

footer .new-box {
  padding: 0px;
  border-radius: 15px;
  background: transparent;
}

footer h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

footer h5 {
  color: #000;
  margin: 0;
  font-size: 16px;
}

footer h2 {
  font-size: 22px;
  font-weight: 700;
  color: #de4343;
  margin-top: 20px;
  margin-bottom: 30px;
}

footer ul.links li {
  font-size: 16px !important;
  margin-bottom: 20px;
}

footer ul.links li a {
  color: #000;
  font-size: 16px !important;
}

footer .dareba-number {
  margin-top: 50px;
}
footer .dareba-number h4 {
  font-size: 18px;
  color: #777;
}
footer .dareba-number h4 span {
  margin-block-start: 10px;
}

footer ul.links li a:hover {
  color: #de4343;
}

footer ul.links li.list-inline-item:not(:last-child) {
  margin-left: 20px;
}

footer ul.social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

footer ul.payment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.list-inline-item:not(:last-child) {
  margin-right: unset;
}

footer ul.social li img {
  height: 40px;
}

footer ul.payment li img {
  height: 30px;
}

footer ul li img:hover {
  transform: scale(1.1);
}

.bottom_footer {
  background: #de4343;
  margin-top: 40px;
  padding: 15px 0;
  text-align: center;
}

.bottom_footer ul.social {
  margin-bottom: 0;
}

.bottom_footer ul.social li {
  position: relative;
}

.bottom_footer ul.social li img {
  height: 20px;
}

.bottom_footer ul.social li img:hover {
  transform: scale(1.1);
}

.bottom_footer ul.social .list-inline-item:not(:last-child) {
  margin-left: 20px;
}

.bottom_footer h6 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sidenav {
  list-style: none !important;
  padding-top: 50px;
}
.sidenav a {
  padding-top: 2px;
  padding-bottom: 2px;
}

.product_card {
  position: relative;
}
.product_card .discount {
  background-color: #c41313;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 2px 15px;
  color: white;
  border-radius: 2px 0 0 15px;
}
.product_card .padge2 {
  background-color: rgb(178, 149, 32);
  position: absolute;
  right: 0;
  top: 60px;
  padding: 2px 10px;
  color: white;
}
.product_card .padge3 {
  background-color: #49b220;
  position: absolute;
  left: -29px;
  top: 130px;
  padding: 2px 10px;
  color: white;
  height: 28px;
  transform: rotate(270deg);
}

.top-info ul.social {
  margin-bottom: 0 !important;
}

.top-info .social i {
  font-size: 16px;
}

.alert.special {
  margin-bottom: 0;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2;
}
.alert.special strong {
  color: rgb(73, 40, 4);
  font-size: 18px;
}
.alert.special button {
  font-size: 16px;
}

.special-dropdown {
  position: relative;
  display: inline-block;
}
.special-dropdown i.fa-user {
  font-size: 22px;
  margin-top: 6px;
  color: #fff;
}

.special-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  list-style: none;
  text-align: right;
  left: -50px;
}
.special-dropdown-content a {
  font-size: 16px;
}
.special-dropdown-content a:hover {
  color: #de4343;
}

.special-dropdown:hover .special-dropdown-content {
  display: block;
}

.cart-special {
  position: relative;
}
.cart-special span.count {
  position: absolute;
  top: -6px;
  left: 50%;
  background: #de4343;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 16px;
  border-radius: 50% !important;
  line-height: 20px;
  text-align: center;
}

.alert-dismissible .btn-close {
  padding: 0.8rem 1rem;
}

.new_most_categories {
  background: #3a3a3a;
  background: url("../images/ramadan-2024.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.new_most_categories .row {
  padding: 80px 0;
}
.new_most_categories h2 {
  color: #125342;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0;
  position: relative;
  margin-top: -30px;
}
.new_most_categories h2::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #125342;
  margin-left: 20px;
}
.new_most_categories h2::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #125342;
  margin-right: 20px;
}
.new_most_categories .most_categories-box {
  border-radius: 10px;
  padding: 20px 3px;
  background: transparent;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.new_most_categories .most_categories-box:hover {
  transform: scale(1.1);
}
.new_most_categories .most_categories-box.special {
  background: transparent;
  color: #555;
}
.new_most_categories .most_categories-box.special i {
  height: 60px;
  font-size: 50px;
}
.new_most_categories .most_categories-box.special h4 {
  color: #555;
}
.new_most_categories .most_categories-box h4 {
  font-size: 20px;
  margin: 0;
  color: #555555;
}
.new_most_categories .most_categories-box img {
  height: 60px;
}
.new_most_categories a {
  transition: all ease-in-out 0.3s;
}
.new_most_categories a:hover {
  color: #de4343;
}

.new_banner img {
  height: 415px;
  width: 100%;
}

.search_dropdown {
  display: none;
}
.search_dropdown.active {
  display: block;
}
.search_dropdown .search_dropdown_box {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3215686275);
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-top: 80px;
  position: absolute;
  z-index: 100001;
  left: 0;
  right: 0;
}
.search_dropdown .search_dropdown_box .input-search {
  width: 80%;
  display: inline-block;
  margin-left: 0;
  border-radius: 0 25px 25px 0;
  border: 1px solid #eee;
  color: #777;
  height: 40px;
  line-height: 40px;
  padding: 4px;
  outline: none;
  text-indent: 20px;
  font-size: 16px;
}
.search_dropdown .search_dropdown_box .input-search::-moz-placeholder {
  color: #bbb;
  font-size: 16px;
}
.search_dropdown .search_dropdown_box .input-search::placeholder {
  color: #bbb;
  font-size: 16px;
}
.search_dropdown .search_dropdown_box .button-search {
  width: 19%;
  display: inline-block;
  margin-right: -4px;
  border-radius: 25px 0 0 25px;
  border: none;
  background: #de4343;
  color: #fff;
  height: 40px;
  line-height: 33px;
  padding: 4px;
  outline: none;
}
.search_dropdown .search_dropdown_box .button-search i {
  background: transparent;
  width: unset;
  height: unset;
  line-height: unset;
  font-size: 16px;
}

.mega_menu {
  display: none;
}
.mega_menu.active {
  display: block;
}
.mega_menu .mega_menu_box {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3215686275);
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  margin-top: 80px;
  position: absolute;
  z-index: 100001;
  left: 0;
  right: 0;
}
.mega_menu .mega_menu_box .item_box {
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  padding: 10px 10px;
  background: #fff;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mega_menu .mega_menu_box .item_box:hover {
  transform: scale(1.05);
}
.mega_menu .mega_menu_box .item_box.special {
  background: #de4343;
  color: #fff;
}
.mega_menu .mega_menu_box .item_box h4 {
  font-size: 13px;
  margin: 0;
}
.mega_menu .mega_menu_box .item_box img {
  height: 40px;
}
.mega_menu .mega_menu_box a {
  transition: all ease-in-out 0.3s;
}
.mega_menu .mega_menu_box a:hover {
  color: #de4343;
}

.ramadan-counter {
  margin: 40px 0;
}
.ramadan-counter .counter-box {
  background: transparent linear-gradient(90deg, #5a3f2e 0%, #dec3a5 100%) 0% 0% no-repeat padding-box;
  overflow: hidden;
  padding: 0 30px 0px 0;
  border-radius: 20px;
}
.ramadan-counter .counter-box .row {
  align-items: center;
}
.ramadan-counter .counter-box .wait-box {
  background: #ffffff;
  box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.2196078431);
  border-radius: 26px;
  padding: 8px;
}
.ramadan-counter .counter-box .wait-box .inside-box {
  background: url("../images/ramadan-countdown-bg.png") no-repeat center center;
  border-radius: 20px;
  padding: 20px;
}
.ramadan-counter .counter-box .wait-box .inside-box h3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 15px 0;
}
.ramadan-counter .counter-box a.pre-order {
  background: #390d0a 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5019607843);
  border: 4px solid #ffffff;
  border-radius: 20px;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  padding: 16px 10px;
  text-align: center;
}
.ramadan-counter .counter-box .days-box {
  width: 80%;
}
.ramadan-counter .counter-box .days-box #countdown {
  background: transparent linear-gradient(1deg, #f1b869 0%, #862f16 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4901960784);
  border-radius: 19px;
  padding: 20px 5px;
  margin-bottom: 10px;
}
.ramadan-counter .counter-box .days-box #countdown ul {
  margin: 0;
}
.ramadan-counter .counter-box .days-box #countdown li {
  display: block;
  font-size: 3rem;
  color: #390d0a;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ramadan-counter .counter-box .days-box .days-word {
  color: #521507;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.ramadan-counter .counter-box img.cover {
  height: 400px;
  float: left;
  filter: blur(5px);
}

.owl_brands .owl-nav button.owl-next span,
.owl_brands .owl-nav button.owl-prev span {
  font-size: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #eee;
  color: #000;
}

.special-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 18px;
  font-weight: 700;
  color: #de4343;
  background: #fff !important;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .features_products img {
    width: 111px;
    height: 111px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .owl_brands img {
    height: 73px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
  }
  header .ramadan-left,
  header .ramadan-right {
    width: 70px;
  }
  header .top-header img.nafud-logo {
    width: 90px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  header .top-info h4 {
    font-size: 15px;
  }
  header .top-info a {
    font-size: 15px;
  }
  header .top-header .input-search {
    margin-bottom: 16px;
  }
  header .top-header {
    padding: 10px 0;
  }
  .slider .carousel-inner img {
    height: unset;
  }
  .new_products .spec_title span {
    padding: 7px 30px;
  }
  .new_products .owl_products {
    padding: 10px 0px;
    background: transparent;
    position: relative;
  }
  .new_products .owl_products .owl-nav button.owl-next span,
  .owl_brands .owl-nav button.owl-next span,
  .new_products .owl_products .owl-nav button.owl-prev span,
  .owl_brands .owl-nav button.owl-prev span {
    font-size: 40px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #eee;
    color: #000;
  }
  .new_products .owl_products .owl-nav button.owl-prev {
    position: absolute;
    right: -5px;
    bottom: 50%;
  }
  .new_products .owl_products .owl-nav button.owl-next {
    position: absolute;
    left: -5px;
    bottom: 50%;
  }
  .banners img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .serv {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  footer {
    padding-top: 40px;
    color: #fff;
    margin-top: 50px;
  }
  footer ul.links li {
    font-size: 17px;
  }
  footer ul.links li.list-inline-item:not(:last-child) {
    margin-left: 15px;
  }
  footer h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  footer p {
    font-size: 19px;
  }
  footer h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .bottom_footer h6 {
    text-align: center;
    margin-top: 0px;
  }
  .bottom_footer ul.social {
    margin-bottom: 10px;
    text-align: center;
  }
  footer img.logo {
    width: 75px;
    margin-bottom: 20px;
  }
  .products_tabs .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 16px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .alert.special {
    margin-bottom: 0;
    font-size: 16px;
  }
  .alert.special strong {
    font-size: 16px;
  }
  .special-dropdown-content {
    left: -30px;
  }
  footer ul.social li img {
    height: 26px;
  }
  footer ul.links li a {
    font-size: 16px !important;
  }
  footer h2 {
    font-size: 18px;
  }
  .bottom_footer ul.social li img {
    height: 18px;
  }
  .bottom_footer h6 {
    font-size: 14px;
    margin-top: 5px;
  }
  footer ul.links {
    margin-bottom: 0;
  }
  footer ul.links li {
    margin-bottom: 10px;
  }
  footer h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  footer h5 {
    font-size: 14px;
  }
  footer p {
    font-size: 15px;
  }
  .services .services-box .serv h4 {
    font-size: 18px;
  }
  .services .services-box .serv p {
    font-size: 14px;
  }
  header .new_nav {
    padding: 0;
  }
  header .new_nav a.nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 14px;
    font-weight: 600;
  }
  header .new_nav a.nav-link::after {
    top: 16px;
  }
  header .action-bar {
    justify-content: center;
    margin-top: 5px;
  }
  header .action-bar img {
    height: 35px;
  }
  header .top-header img.nafud-logo {
    margin-bottom: 0;
    width: 70px;
  }
  header .top-header {
    padding: 10px 0;
  }
  .slider {
    padding-top: 130px !important;
  }
  .new_most_categories {
    padding: 40px 0;
    background-size: 510px;
    background-position: top;
  }
  .new_most_categories h2 {
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: -1px;
  }
  .new_most_categories .most_categories-box img {
    height: 35px;
  }
  .new_most_categories .most_categories-box h4 {
    font-size: 16px;
  }
  .new_most_categories .most_categories-box.special i {
    height: 35px;
    font-size: 28px;
  }
  .products_tabs.new_products.mt-5 {
    margin-top: 15px !important;
  }
  .new_banner.mt-2.mb-5 {
    margin-bottom: 15px !important;
  }
  .new_products .product_card img {
    height: 160px;
  }
  .new_title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .new_banner img {
    margin-bottom: 10px;
    height: unset;
  }
  .new_banner.mt-5.mb-5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .spec_title span {
    font-size: 20px;
  }
  .features_products .new-row .col-4.col-sm-2.p-0 {
    border-left: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
  .features_products .new-row .col-4.col-sm-2.p-0:not(:last-child) {
    border-left: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
  .features_products .new-row .col-4.col-sm-2.p-0:last-child {
    border-bottom: 1px solid #c1c1c1;
  }
  .features_products .col-4.col-sm-2.p-0:last-child {
    border-left: 1px solid #c1c1c1;
  }
  footer {
    background-size: 900px;
    background-position: top right;
  }
  footer p.logo-text {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 70px;
  }
  footer ul.social li.list-inline-item:not(:last-child) {
    margin-left: 10px;
  }
  footer ul.links {
    margin-bottom: 10px;
  }
  .search_dropdown .search_dropdown_box {
    width: 94%;
    margin-top: 116px;
  }
  .mega_menu .mega_menu_box {
    width: 95%;
    margin-top: 116px;
  }
  .ramadan-counter {
    padding: 3rem 0;
    padding-bottom: 2rem;
  }
  .ramadan-counter h1 {
    font-weight: normal;
    color: #de4343;
    font-size: 1.6rem;
  }
  .ramadan-counter li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding: 0.2em 0.5em;
    text-transform: uppercase;
    color: #666;
  }
  .ramadan-counter li span {
    display: block;
    font-size: 2.5rem;
    color: #333;
  }
  .new_nav.d-flex.gap-3 {
    gap: 10px !important;
  }
  header .top-header {
    position: fixed;
  }
  .ramadan-counter .counter-box {
    padding: 20px;
    padding-bottom: 0;
    height: 500px;
  }
  .ramadan-counter .counter-box .days-box {
    width: 100%;
  }
  .ramadan-counter .counter-box .days-box .days-word {
    color: #fff;
  }
  .new_most_categories .row {
    padding: 28px 0;
  }
  .new_products .product_card p.price {
    font-size: 12px;
  }
  .new_products .product_card p.price del {
    margin-right: 5px;
  }
  .new_products .product_card .actions-box a.add_to_fav i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .new_products .product_card .actions-box button i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin-left: 0;
  }
  .new_products .product_card .actions-box button {
    gap: 3px;
    font-size: 8px;
    padding: 2px 5px;
  }
  .new_products .product_card h3.title {
    font-size: 14px;
  }
  header .action-bar img {
    height: 30px;
  }
  header .top-header .header-cntainer .logo-and-button-box .sidenav-button {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
  .sidenav h4 {
    font-size: 18px;
    margin-top: 15px;
  }
  .slider .carousel-indicators {
    margin-bottom: -2rem;
  }
  .arrived {
    padding: 0 !important;
  }
  .footer-content {
    padding: 20px;
    border-radius: 20px;
  }
  footer img.logo {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
  }
  footer p.logo-text {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  footer ul.social {
    gap: 10px;
    justify-content: center;
  }
  footer ul.payment {
    gap: 10px;
  }
  footer ul.social li img {
    height: 30px;
  }
  footer ul.payment li img {
    height: 25px;
  }
  footer ul.links li a {
    font-size: 14px !important;
    line-height: 1.6;
  }
}
/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
/* ipad pro  */
/* 17 inch *//*# sourceMappingURL=custom.css.map */