/* new style */
body {
  background: #fff;
  background-image: url("../images/ramadan-bg.png");
  background-repeat: repeat-y;
}

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 a.favourite {
  margin-top: -2px;
  font-size: 28px;
  color: #000;
  text-decoration: none;
}

@media (min-width: 992px) {
  header .offset-lg-1 {
    margin-left: unset;
    margin-right: 8.3333333333%;
  }
}
header .top-header .fa-shopping-cart {
  font-size: 22px;
  margin-top: 10px;
  color: #000;
}

header .top-header .col-6.special {
  margin-right: -30px;
}

header .top-header .col-6.special h5 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}

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;
}

header .navbar .nav-item {
  margin-left: 30px;
}

header .navbar .nav-item .nav-link {
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}

header .navbar .nav-item.speacial {
  background: #de4343;
  cursor: pointer;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}

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;
}

.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;
  }
}
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;
  transition: all 0.3s ease-in-out;
}

footer ul.payment li img {
  height: 30px;
  transition: all 0.3s ease-in-out;
}

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;
}

.ec-breadcrumb {
  padding-top: 95px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.ec-breadcrumb .ec-breadcrumb-title {
  font-size: 16px;
  margin-top: 0px;
}

.ec-breadcrumb-list li {
  font-size: 16px;
}

.product_card {
  background: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
  border: 1px solid #eee;
  border-radius: 10px;
}
.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;
}
.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;
}
.product_card p.price {
  font-size: 18px;
  color: #30c300;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 700;
}
.product_card p.price del {
  margin-right: 20px;
  font-weight: 400;
  color: #ccc;
}
.product_card .actions-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 1rem;
}
.product_card .actions-box button {
  background: #de4343;
  display: flex;
  align-items: center;
  gap: 20px;
  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);
}
.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;
}
.product_card .actions-box button:hover {
  background: transparent;
  color: #de4343;
}
.product_card .actions-box a.add_to_fav {
  position: relative;
  top: 5px;
}
.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;
}
.product_card .actions-box a.add_to_fav:hover {
  transform: scale(1.1);
}
.product_card .actions-box a.add_to_fav i.isFavorited {
  background: #f9ddde;
  color: #df4343;
}

.accordion-button::after {
  margin-right: auto;
  margin-left: unset;
}

.ec-page-content .fa-2x {
  font-size: 1.5em;
}

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

.sidenav .nav-item:first-child {
  margin-top: 40px;
}

.ec-sidebar-wrap input[type=number] {
  border: 1px solid #ccc;
}

.ec-sidebar-wrap .ec-btn-bw button {
  background: #de4343;
  border-color: #de4343;
  color: #fff;
}
.ec-sidebar-wrap .ec-btn-bw button:hover {
  background: #781b1f;
  border-color: #781b1f;
}

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

.register .btn {
  width: 200px;
}

.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: -26px;
  top: 130px;
  padding: 2px 10px;
  color: white;
  height: 28px;
  transform: rotate(270deg);
}

.owl-carousel.filter {
  padding-left: 25px;
  padding-right: 25px;
}

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

.owl-carousel.filter .owl-nav button.owl-prev {
  position: absolute;
  right: -5px;
  bottom: 28%;
}

.owl-carousel.filter .owl-nav button.owl-next {
  position: absolute;
  left: -5px;
  bottom: 28%;
}

.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: 26px;
  margin-top: 9px;
  color: #000;
  transition: all ease-in-out 0.3s;
}
.special-dropdown i.fa-user:hover {
  color: #de4343;
}

#filterModal .modal-header .btn-close {
  padding: 5px 5px;
  margin: -5px auto -5px -5px;
}

@media (min-width: 768px) {
  .top-header .fa-heart {
    margin-right: 40px;
  }
}
.special-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  list-style: none;
  font-size: 14px;
  text-align: right;
}
.special-dropdown-content a:hover {
  color: #de4343;
}
.special-dropdown-content li {
  margin-bottom: 7px;
}

.filter-tabs {
  text-align: center;
  padding: 10px 5px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

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

.special-dropdown-content {
  left: -30px;
}

.profile-content {
  margin-top: 40px;
  border: 1px solid #ccc;
  margin-bottom: 0px;
}

.wallet img {
  float: left;
  border-radius: 0;
  height: 250px;
}
.wallet p {
  color: #000;
  margin: 0;
  font-size: 16px;
}
.wallet p.first-p {
  margin-top: 15px;
}
.wallet h3 {
  font-size: 80px;
  color: #de4343;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}
.wallet lottie-player {
  float: left;
}

.wallet-btn {
  padding: 9px 10px;
  background-color: #de4343;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  border: none;
  outline: none;
}

.terms-box {
  margin-top: 40px;
}
.terms-box .term {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  transition: ease-in-out all 0.3s;
}
.terms-box .term:hover {
  box-shadow: 0 0 5px 0px #de4343;
}
.terms-box .term a {
  text-decoration: none;
  color: #777;
}
.terms-box .term a h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.terms-box .term i {
  float: left;
  font-size: 18px;
  color: #de4343;
  transform: rotateY(180deg);
}

.profile-content.faq h4 {
  text-align: right;
  margin: 10px 0;
  padding-top: 0;
}
.profile-content.faq h4 > a {
  font-size: 15px;
}
.profile-content.faq h5 {
  font-weight: 600;
  color: #777;
  margin-top: 30px;
}
.profile-content.faq p {
  color: #777;
  opacity: 0.7;
  line-height: 1.6;
}

.faq .panel-default > .panel-heading {
  background-color: #f9f9f9;
}
.faq .panel-body {
  padding-top: 0px;
}
.faq .panel-heading a:before {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: left;
  transition: all 0.5s;
  background-color: #eae9e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -12px;
  text-align: center;
}
.faq .panel-heading.active a:before {
  transform: rotate(180deg);
}
.faq .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1607843137);
  border: none;
}
.faq .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}
.faq .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.accordion-button:not(.collapsed) {
  color: #de4343;
  background-color: rgba(222, 67, 67, 0.0784313725);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1294117647);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/accord-arrow.svg");
  transform: rotate(-180deg);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #de383f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(222, 56, 63, 0.1294117647);
}

.accordion-item .accordion-button {
  font-size: 16px !important;
  font-weight: 600;
}

.accordion-body {
  font-size: 16px !important;
}

/* start order-number */
.profile-content.order-number {
  padding: 10px 20px;
}

.profile-content.order-number .process-span {
  position: absolute;
  top: 135px;
  right: 155px;
  font-size: 16px;
  color: #777;
}

.profile-content.order-number .order-details h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.profile-content.order-number .order-details > div {
  padding: 20px 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 20px;
}

.profile-content.order-number .order-details > div p {
  margin-bottom: 0;
  color: #777;
  font-size: 16px;
}

.profile-content .order-details h4 {
  text-align: right;
}

.profile-content .order-details .cart-list {
  border-bottom: 1px solid #eee;
}

.profile-content .order-details .cart-list:last-child {
  border: none;
}

.profile-content ul.order-spec {
  box-shadow: none;
}

.profile-content.order-number .order-details > div img {
  margin-top: 0;
  margin-bottom: 0;
}

.profile-content.order-number button.del {
  background: #d42a2a 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1607843137);
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 8px 10px;
  margin-left: auto;
  width: 250px;
  margin-right: auto;
  display: block;
  border-radius: 5px;
  margin-bottom: 40px;
  outline: none;
}

.process-step:first-of-type:after,
.process-step:not(:first-of-type):not(:last-of-type):after,
.process-step:last-of-type:before,
.process-step:not(:first-of-type):not(:last-of-type):before {
  border-top: 2px solid #e8e8e8;
  content: "";
  margin: 0 -13px;
  position: absolute;
  top: 17px;
  width: 49%;
}

.process-step:last-of-type:before {
  border-top: 2px solid #d42a2a;
}

.process-step.step-three::after {
  border-top: 2px solid #d42a2a !important;
}

.process-steps-wrapper {
  display: inline-flex;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  direction: ltr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.process-step {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.process-step:first-of-type:after,
.process-step:not(:first-of-type):not(:last-of-type):after {
  right: 3px;
}

.process-step:last-of-type:before,
.process-step:not(:first-of-type):not(:last-of-type):before {
  left: 3px;
}

.process-label {
  color: #eaeae9;
  display: block;
  line-height: 100%;
}

.process-label.active {
  color: #494949;
}

.i-bordered {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  color: #fff;
  display: block;
  margin: 4px auto 7px;
  position: relative;
  text-align: center;
  width: 25px;
  height: 25px;
}

.i-bordered.active {
  background-color: #fff;
  border: 2px solid #de4343;
}

.i-bordered.active-2 {
  background-color: #de4343;
  border-color: #de4343;
  position: relative;
}

.process-span {
  position: absolute;
  top: 125px;
  right: 152px;
  font-size: 16px;
  color: #777;
}

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

header .top-header .fa-shopping-cart {
  margin-top: 5px;
  color: #fff;
}

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

header .top-header .button-search i {
  background: transparent;
  width: unset;
  height: unset;
  line-height: unset;
  font-size: 16px;
}

header .top-header .button-search {
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c));
  background: #de4343;
  color: #fff;
}

.new_products .product_card button {
  background: -webkit-gradient(linear, left top, right top, from(#fac571), to(#89270c)) !important;
  background: #de4343 !important;
  color: #fff !important;
  border: 2px solid #de4343 !important;
  border-radius: 25px !important;
}

.ec-sidebar-wrap {
  border-radius: 15px;
}
.ec-sidebar-wrap h3 {
  position: relative;
  color: #555555;
  font-weight: 700;
}
.ec-sidebar-wrap h3::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 20px;
  border-radius: 5px;
  background-color: #de4343;
  margin-inline-end: 10px;
}
.ec-sidebar-wrap .new-product-list li {
  color: #555555;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.ec-sidebar-wrap .new-product-list li.active {
  color: #de4343;
}
.ec-sidebar-wrap .new-product-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ec-sidebar-wrap .new-product-list input[type=checkbox],
.ec-sidebar-wrap .new-product-list input[type=radio] {
  width: unset;
  height: unset !important;
}
.ec-sidebar-wrap .new-product-list label {
  margin-bottom: 0;
}

.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: 61%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-top: -5px;
  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: 61%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  margin-top: -5px;
  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;
  transition: all ease-in-out 0.3s;
}
.mega_menu .mega_menu_box .item_box:hover {
  transform: scale(1.05);
}
.mega_menu .mega_menu_box .item_box:hover h4 {
  color: #de4343;
}
.mega_menu .mega_menu_box .item_box.special {
  background: #de4343;
  color: #fff;
}
.mega_menu .mega_menu_box .item_box.special h4 {
  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;
}

.header-search {
  width: 100%;
}

.sidenav-button {
  border: 1px solid #de4343;
  border-radius: 50%;
  background: transparent;
  color: #de4343;
  font-size: 20px;
}

.search-page {
  padding: 40px 0;
}
.search-page .search_dropdown {
  display: block;
  margin-bottom: 30px;
}
.search-page .search_dropdown .search_dropdown_box {
  position: relative;
  width: 100%;
}

.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;
  }
  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,
  .new_products .owl_products .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;
  }
  .new_products .owl_products .owl-nav button.owl-prev {
    position: absolute;
    right: -5px;
    bottom: 62%;
  }
  .new_products .owl_products .owl-nav button.owl-next {
    position: absolute;
    left: -5px;
    bottom: 62%;
  }
  .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: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  footer p {
    font-size: 16px;
  }
  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: 19px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .new_products .product_card img {
    height: 160px;
  }
  .filter-tabs {
    padding: 10px 2px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    min-height: 66.5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product_card .padge3 {
    top: 90px;
  }
  .new_products .product_card p.price {
    font-size: 18px;
  }
  .new_products .product_card button {
    font-size: 13px;
    padding: 6px 10px;
  }
  .new_products .product_card h3.title {
    font-size: 18px;
  }
  #filterModal .modal-title {
    font-size: 18px;
  }
  #filterModal .ec-sidebar-title {
    position: relative;
  }
  #filterModal .ec-sidebar-title {
    font-size: 16px;
  }
  #filterModal input {
    height: 34px !important;
  }
  #filterModal .custom-btn {
    height: 35px;
    padding: 7px 25px;
  }
  #filterModal .ec-btn-bw button {
    background: #de4343;
    border-color: #de4343;
    color: #fff;
  }
  #filterModal input[type=number] {
    border: 1px solid #ccc;
  }
  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 li {
    margin-bottom: 10px;
  }
  footer h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  footer h5 {
    font-size: 14px;
  }
  header .new_nav {
    padding: 0;
  }
  header .top-header .new_nav a.nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 13px;
    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 {
    height: unset;
  }
  .ec-breadcrumb {
    padding-top: 120px;
  }
  header .top-header a.favourite {
    margin-top: -7px;
  }
  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;
  }
  .single-pro-content .ec-single-price {
    flex-wrap: wrap;
  }
  .search_dropdown .search_dropdown_box {
    width: 94%;
    margin-top: 120px;
  }
  .mega_menu .mega_menu_box {
    width: 95%;
    margin-top: 120px;
  }
  .new_nav.d-flex.gap-3 {
    gap: 10px !important;
  }
  header .top-header {
    position: fixed;
  }
  .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;
  }
  .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;
  }
}/*# sourceMappingURL=website.custom.css.map */