@charset "UTF-8";
.sultan-divide-page.category-page-wrapper {
  position: relative;
  padding: 25px 0;
}

h5.filter-title.fw6.mb20, .filter-attributes-title h6.display-inbl {
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  margin: 12px 0;
  word-break: break-all;
  color: #1C1C1C;
  align-items: center;
  display: flex !important;
  justify-content: space-between;
  cursor: pointer;
}

.filter-title h5.filter-title.fw6.mb20:after, .filter-attributes-title h6.display-inbl:after {
  content: "";
  background: url(../images/svg/uparrow.svg);
  width: 16px;
  height: 16px;
  float: right;
  transform: rotateZ(180deg);
}

.filter-title.active h5.filter-title.fw6.mb20:after, .filter-attributes-title.active h6.display-inbl:after {
  transform: rotateZ(0deg);
}

.filter-attributes-title {
  margin: 12px 0;
}

.filter-attributes-item {
  border-top: 1px solid #DEE2E7;
  margin-bottom: 0;
  border-bottom: none;
}

.layered-filter-wrapper.left a, .filter-attributes-item input[type=checkbox] + span {
  padding: 0 0 0 20px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #1C1C1C;
  padding-left: 0;
  line-height: 2.2em;
}

.filter-attributes-item input[type=checkbox] + span {
  display: initial;
  top: -4px;
  position: relative;
}

.layered-filter-wrapper .add-to-cart-btn .theme-btn {
  width: 100%;
  background-color: #FF8001 !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 5px;
}

.top_count {
  background: #ffffff;
  padding: 20px;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #DEE2E7;
  display: flex;
}

.top_count h6 {
  margin-bottom: 0;
  font-size: 16px;
}

.sultan-divide-page .layered-filter-wrapper.left {
  width: 100%;
  float: left;
  order: 1;
  padding-top: 0;
  position: relative;
  z-index: unset;
}

.sultan-divide-page .category-container.right {
  width: 100%;
  float: right;
  order: 2;
  padding: 0 0 !important;
  margin: 0 auto;
}

.row.col-12.remove-padding-margin.product_section {
  padding-top: 30px !important;
}

.wishlist .row.col-12.remove-padding-margin.product_section {
  padding-top: 10px !important;
}

.top_count .sorter {
  float: right;
}

.acc_title.wish-back.row {
  justify-content: space-between;
}

.categort-content-block select.selective-div.border-normal.styled-select {
  padding: 5px 35px 6px 12px !important;
  color: #1C1C1C;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #DEE2E7;
  background-color: #ffffff;
  height: 40px;
  font-weight: 400;
  width: auto;
  cursor: pointer;
}

.top_count .sorter select {
  content: "";
  background: url(../images/svg/downarrow.svg) no-repeat 95% 47%;
}

.category-container .grid-card.card.grid-card.product-card-new:nth-child(5n+1) {
  margin-left: 0;
  margin-right: 0;
}

.category-container .grid-card.card.grid-card.product-card-new {
  width: 19.2%;
  padding: 0;
  margin-right: 0;
  margin-bottom: 30px;
  border: 1px solid #ECEDEE;
  border-radius: 8px;
  padding: 10px 12px;
}

.category-container .product-name .prod-name {
  font-size: 12px;
  font-weight: 600;
  color: #6C737F;
  line-height: 18px;
}

.categort-content-block .product-card-new .card-body .product-name a {
  text-align: left;
  height: 38px;
  overflow: hidden;
  width: 100%;
  text-transform: capitalize;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 5px 0px;
  white-space: break-spaces;
}

.categort-content-block .product-price {
  font-size: 16px;
  font-weight: 700;
  color: #FF8001;
  line-height: 2em;
  text-align: left;
}

.card.grid-card.product-card-new {
  box-shadow: none;
  margin-bottom: 20px !important;
  width: auto;
}

.card-body .add-to-cart-btn .btn {
  border: 1px solid #FF8001;
  background: #ffffff !important;
  color: #FF8001 !important;
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

.category-block .card-body .new-add-to-cart {
  bottom: 0em;
  position: relative;
  width: 100%;
}

.product-card__new > .card {
  min-height: 310px;
}

.product-card-new:hover .card-body .add-to-cart-btn {
  display: block;
}

.product-card-new:hover {
  border: 1px solid #FF8001 !important;
  cursor: pointer;
}

.card-body .add-to-cart-btn .theme-btn:hover, .layered-filter-wrapper .add-to-cart-btn .theme-btn:hover {
  border-color: unset !important;
}

.product-card__new > .card:hover {
  border: 1px solid #FF8001 !important;
  cursor: pointer;
}

.card-body .add-to-cart-btn .theme-btn:hover,
.layered-filter-wrapper .add-to-cart-btn .theme-btn:hover {
  border-color: unset !important;
}

.VuePagination__count.VuePagination__count {
  display: none;
}

.pagination {
  float: right;
}

.pagination-box .pagination li {
  padding: 0;
  margin: 0;
}

.pagination-box li a {
  position: relative;
  display: block;
  padding: 4px 16px;
  line-height: 25px;
  border: 1px solid #dee2e6;
  font-weight: 600;
  font-size: 16px;
  color: #1C1C1C !important;
}

.pagination li {
  padding: 0;
}

.pagination-box li:last-child a, .pagination-box li:first-child a {
  font-size: 20px;
  color: #1C1C1C;
}

.pagination li.disabled:first-child, .pagination li.disabled:last-child {
  display: block !important;
}

.pagination li.disabled:first-child a, .pagination li.disabled:last-child a {
  color: #8B96A5 !important;
  font-size: 20px;
}

.pagination li.disabled {
  display: none;
}

.pagination-box .pagination li.active a {
  z-index: 1;
  background: #EFF2F4;
  border: 1px solid #DEE2E7;
  color: #8B96A5 !important;
}

.pagination-box li.disabled a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.categort-content-block .pagination li.active {
  color: #EFF2F4 !important;
  font-weight: normal;
  border-bottom: none;
}

.checkbox:before {
  content: "";
  border: 2px solid #BDBDBD;
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 2px;
}

input[type=checkbox]:checked {
  content: "";
  position: relative;
  width: 23px;
  height: 23px;
  background: url(../images/check.png);
  border: 2px solid #ff8001;
}

input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/check.png) #ff8001;
  border: 2px solid #ff8001;
}

.labels div:nth-child(n+2) {
  top: 14% !important;
}

.deal-list.scrolleffect .labels div.glutenlabel:nth-child(n+2) {
  top: 21% !important;
}

.category-block .proddeal_img .labels div.glutenlabel:nth-child(n+2) {
  top: 16% !important;
}

.wishlist .proddeal_img .labels div.glutenlabel:nth-child(n+2) {
  top: 20% !important;
}

.glutenlabel, .labels div:nth-child(n+2) {
  padding: 3px 5px;
  float: left;
  width: auto;
  height: 24px;
  background-size: 22px 22px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
  font-weight: 600;
  font-size: 11px;
  display: block;
}

.attributes-content .show-hide {
  color: #0D6EFD !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.top_count .sorter select option {
  margin: 250px;
  width: 800px;
  color: #FF8001;
  font-size: 14px;
  font-weight: 500;
  background-color: #FFF2E6;
  border-radius: 8px;
  padding: 200px;
}

.top_count .sorter select option:not(:checked) {
  color: #4D525A;
  background-color: #ffffff;
  border-radius: 0px;
}

nav.sorter {
  margin: 0px;
  padding: 0;
}

nav.sorter ul {
  margin-left: 0;
  list-style: none;
  position: relative;
  padding: 5px 15px 6px 12px !important;
  color: #1C1C1C;
  display: block;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #DEE2E7;
  background-color: #ffffff;
  height: 40px;
  font-weight: 400;
  width: auto;
  cursor: pointer;
  float: right;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

nav.sorter ul li:not(:checked) {
  color: #4D525A;
  background-color: #ffffff;
  border-radius: 0px;
}

nav.sorter ul ul {
  display: none;
}

nav.sorter ul li:hover > ul {
  display: block;
}

nav.sorter ul li a {
  display: inline;
  padding: 10px;
  text-decoration: none;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 400;
}

nav.sorter ul ul li a:hover {
  background: #FFF2E6;
  font-size: 14px;
  font-weight: 600;
  color: #FF8001;
  border-radius: 8px;
  border-bottom: unset;
}

nav.sorter ul ul {
  position: absolute;
  top: 2.5em;
  border: unset;
  background: #ffffff;
  right: -14%;
  box-shadow: 0px 24px 48px -12px rgba(23, 26, 48, 0.1803921569);
  border-radius: 8px;
  height: auto;
  z-index: 1;
  width: 350px;
}

nav.sorter ul ul li {
  position: relative;
  padding: 5px 20px;
  background: #fff;
  color: #FF8001;
  font-size: 14px;
  font-weight: 500;
  background-color: #FFF2E6;
  border-radius: 8px;
}

nav.sorter ul ul li a {
  padding: 15px 10px;
  color: #4D525A;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  display: block;
}

nav.sorter ul ul li:not(:last-child) a {
  border-bottom: 1px solid #ECEDEE;
}

.nav.sorter:after {
  content: "";
  background: url(../images/svg/downarrow.svg) no-repeat;
  float: right;
  right: 10px;
  width: 24px;
  height: 24px;
  position: absolute;
}

.select-box__current:after {
  content: "";
  background: url(../images/svg/downarrow.svg) no-repeat;
  float: right;
  right: 10px;
  width: 24px;
  height: 24px;
  position: relative;
  top: 8px;
}

.select-box {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 400;
  float: right;
  right: 0;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  height: 40px;
  border: 1px solid #DEE2E7;
  border-radius: 8px;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__value {
  display: inline-block;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  margin: 4px 0 0;
  padding: 5px 15px 0 10px;
  background-color: #fff;
  color: #4D525A;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background-color: #ffffff;
  padding: 15px 25px;
  width: 360px;
  right: 0;
  box-shadow: 0px 24px 48px -12px rgba(23, 26, 48, 0.1803921569);
  border-radius: 8px;
}

.select-box__list li:checked {
  color: #ff8001;
  background-color: #FFF2E6;
  border-radius: 8px;
}

.select-box__list li:not(:last-child) {
  border-bottom: 1px solid #ECEDEE;
}

.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
  margin: 5px 0;
}

.select-box__option:hover, .select-box__option:focus {
  color: #ff8001;
  background-color: #FFF2E6;
  border-radius: 8px;
  cursor: pointer;
}

.select-box__option.active {
  background: #FFF2E6;
  color: #ff8001;
  border-radius: 8px;
}

.select-box__option.active::after {
  content: "\2713";
  float: right;
  font-size: 2rem;
  position: relative;
  top: -1rem;
  right: 0.5rem;
}

.category-block .grid-card .quant .row {
  flex-wrap: nowrap;
  width: 100%;
  justify-self: center;
}

.category-block .grid-card .quant {
  float: left;
  display: grid;
}

.category-block .grid-card .quant .increase-qty .btn.addition {
  color: #ffffff;
  font-weight: 400;
  font-size: 25px;
  padding: 0px 0.5em;
}

.category-block button.btn.del {
  content: "";
  background: url(../images/svg/deletewhite.svg) no-repeat;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  padding: 18px 16px;
}

.pagination li.active {
  color: unset !important;
  border-bottom: unset !important;
}

.quant .del {
  content: "";
  background: url(../images/svg/deletewhite.svg) no-repeat;
  position: relative;
  width: 24px;
  height: 16px;
  display: inline-block;
  background-position: center;
  padding: 20px 12px;
}

.quant .quant-count {
  background: #FFF2E6;
}

.quant .quant-count .qty-label {
  color: #4D525A;
  font-weight: 700;
  font-size: 18px;
}

.quant .quant-count {
  padding: 0;
}

.layered-filter-wrapper .add-to-cart-btn .theme-btn.reset_btn {
  background-color: transparent !important;
  color: #ff8001 !important;
  border: 1px solid #ff8001;
}

.card-body .add-to-cart-btn .btn {
  bottom: 0;
  position: relative;
  left: 0;
  width: 100%;
  margin-top: 7px;
}

.card-body .add-to-cart-btn {
  position: initial !important;
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
.layered-filter-wrapper .add-to-cart-btn {
  flex-wrap: nowrap;
  display: flex;
  width: 100%;
  gap: 5px;
}

.add-to-cart-btn .btn {
  border: 1px solid #FF8001 !important;
  background-color: #ffffff !important;
  color: #FF8001 !important;
  border-radius: 8px;
  width: 100%;
  font-size: 14px !important;
  font-weight: 600;
  padding: 9px 5px;
}

.list .prod-details .add-to-cart-btn .btn {
  bottom: 0;
  position: relative;
  left: 0;
}

.list .prod-details .add-to-cart-btn {
  position: relative;
}

.quant .quant-count .spinner-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: none;
}

.quant .quant-count .spinner {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FF8001;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

.normal-price {
  color: #4D525A;
  font-weight: 700;
}

.plp-price-all .normal-price {
  color: #4D525A;
}

.ramadan-essentials .new-add-to-cart {
  bottom: 0;
  position: relative;
  width: 100%;
}

.layered-filter-wrapper .add-to-cart-btn .theme-btn:disabled {
  background-color: #BBBFC4 !important;
  color: #898F99;
}

.layered-filter-wrapper .add-to-cart-btn .theme-btn.reset_btn:disabled {
  color: #898F99 !important;
  border: 1px solid #BBBFC4;
  background-color: transparent !important;
}

.plp-price-all {
  height: 3.3em;
  margin-bottom: 5px;
  display: grid;
  align-items: flex-end;
  margin-top: 22px;
}

.plp-price-all.similar-price {
  height: auto !important;
}

.price-all {
  height: 5em;
  display: grid;
  align-items: flex-end;
  margin-top: 20px;
}

.product-price {
  text-align: left;
}

.filter-headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-headings span {
  left: -1.3em;
  position: relative;
}

img.card-img-top.lzy_img {
  height: 160px;
}

/*plp rush */
.rush .product-card__new > .card:hover {
  border: 1px solid #057A50 !important;
}

.rush .product-card-new:hover {
  border: 1px solid #057A50 !important;
}

.rush .card-body .add-to-cart-btn .btn {
  border: 1px solid #057A50 !important;
  color: #057A50 !important;
}

.rush .categort-content-block .product-price {
  color: #057A50;
}

.rush .layered-filter-wrapper .add-to-cart-btn .theme-btn {
  background-color: #057A50 !important;
  color: #fff !important;
  border: 1px solid #057A50;
}

.layered-filter-wrapper .add-to-cart-btn .theme-btn.reset_btn-rush {
  background-color: transparent !important;
  color: #057A50 !important;
  border: 1px solid #057A50;
}

.rush .decrease-qty, .rush .increase-qty {
  background: #057A50;
}

.rush input[type=checkbox]:checked:before {
  background: url(../images/check-white.png) #057A50 !important;
  border: 2px solid #057A50 !important;
}

.rush .select-box__option.active, .rush .select-box__option:hover {
  background: #E6F2EE;
  color: #057A50;
}

.rush .quant .quant-count .spinner {
  border-top: 4px solid #057A50;
}

.rush #filterPopUp .add-to-cart-btn button, .rush #sortPopUp .add-to-cart-btn button {
  background: #057A50 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .category-container .grid-card.card.grid-card.product-card-new {
    width: 18.8%;
  }
  .product-card-new {
    height: 355px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .category-container .grid-card.card.grid-card.product-card-new {
    width: 19%;
  }
  .product-card-new {
    height: 355px;
  }
}
/* Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .category-container .grid-card.card.grid-card.product-card-new {
    width: 32%;
  }
  .category-container .grid-card.card.grid-card.product-card-new:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 0;
  }
  .category-container .grid-card.card.grid-card.product-card-new:nth-child(3n) {
    margin-left: 10px;
  }
  .sultan-divide-page.category-page-wrapper {
    margin: auto;
  }
  .top_count {
    padding: 10px 5px;
  }
}
.category-page-wrapper .product-list.empty img {
  width: 100%;
}

.show-hide-category {
  color: #0d6efd !important;
}

.apply-reset-stick {
  z-index: 5;
  background: #ffffff;
  position: sticky;
  bottom: 0;
}

.category-page-wrapper .slides-container .VueCarousel-pagination {
  display: block;
}

.category-page-wrapper button.VueCarousel-navigation-button.VueCarousel-navigation-prev,
.category-page-wrapper button.VueCarousel-navigation-button.VueCarousel-navigation-next {
  display: none;
}

.category-page-wrapper .slides-container .VueCarousel-wrapper .banner-icon {
  border-radius: 14px;
}

.category-page-wrapper .slides-container {
  margin-bottom: 30px !important;
}

.category-block .deals-listing .deal-list {
  padding-right: 0;
  overflow-x: auto;
  display: -webkit-box;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .deals-listing.plp_listing .deal-list {
    display: -webkit-box !important;
  }
  .mobile .deal-list .list {
    width: 48% !important;
  }
  .deals-listing.plp_listing .quant.pl-0 {
    left: 0px !important;
  }
  .deals-listing.plp_listing .row.col-12.quant-count {
    margin-top: 0% !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  img.card-img-top.lzy_img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}