/* -------------------------------------------------------------------------- */
/*                              Product List Style                            */
/* -------------------------------------------------------------------------- */

.productListPage {
  display: flex !important;
  flex-wrap: wrap;
}

#dnn_ctr391_ProductList_pnlProductList {
  margin: 0 -0.5rem;
}

.productListPage .ListCell {
  padding: 0;
}

.discountsPercent {
  position: absolute;
  background: url(https://sahbadaroo.com/Portals/_default/skins/wb-skin/Images/discount.svg) no-repeat center;
  background-size: contain;
  padding: 0.5rem;
  padding-bottom: 0.875rem;
  color: #fff;
  display: block;
  top: 1rem;
  left: 0;
  font-family: "IranYekan" !important;
}

.productList__Card {
  border: 1px solid #f0f0f0;
  border-radius: var(--border-radius);
  margin: 0.5rem;
  overflow: hidden;
  background: #fff;
  height: 300px;
  transition: var(--transition);
}

.RelatedOuter.productList__Card {
  border: none !important;
}

.productList__Card:hover {
  border: 1px solid transparent;
  box-shadow: 0px 2px 10px 0px #0000001f;
}

.productList__Card__Title a img {
  display: inline;
}

/* .personabar-visible .productList__Card {
    height: auto;
} */

.productList__Card_Wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.productList__Card__ImgBox {
  flex: 0 0 70%;
  padding: 0.75rem;
  max-height: 70%;
}

.productList__Card__ImgBox img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.productList__Card__Content {
  flex: 0 0 30%;
  padding: 0.5rem;
}

.productList__Card__Title {
  text-align: right;
  color: var(--tc1);
  font-weight: bold;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}

.productList__Card__OutOfStock {
  text-align: left;
  color: var(--tc2);
}

.productList__Card__PriceBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.productList__Card__FinalPrice {
  font-weight: bold;
  color: var(--mc1);
  font-family: "IranYekan" !important;
}

.productList__Card__OldPrice {
  color: var(--mc2);
  position: relative;
  font-family: "IranYekan" !important;
  font-size: 0.75rem !important;
  margin-left: 0.5rem;
}

.productList .draggable {
  margin: 0 -0.5rem;
}


/* discuont counter style */
.productList__CountDown .productList__Card {
  height: 350px;
}

.productList__CountDown .productList__Card__ImgBox {
  flex: 0 0 65%;
  max-height: 65%;
}

.productList__CountDown .productList__Card__Content {
  flex: 0 0 25%;
  max-height: 25%;
}

.productList__Card__Countdown {
  flex: 0 0 10%;
  max-height: 10%;

}

.productList__Card__Countdown__Items {
  display: flex;
  margin: 0 0.5rem;
  justify-content: space-between;
  padding: 0.25rem 0rem !important;
  align-items: center;
  border-top: 1px var(--mc3) solid;
}

.productList__Card__Countdown * {
  font-family: inherit !important;
  color: var(--mc1);
}

.productList__Card__Countdown .timer__Box {
  font-family: iranyekan !important;
}

.productList__Card__Countdown .timer__Box .wb_Icon {
  width: 1rem;
  height: 1rem;
  background: var(--mc1);
  margin-right: 6px;
}

.productList__Card__Countdown .timer__Box p {
  margin-right: 4px;
}

.productList__Card__Countdown .timer__Box.hours {
  border-right: 1px solid #A3A3A3;
  border-left: 1px solid #A3A3A3;
  /* padding: 0 1rem; */
}


/* sort style */

.ddlSortCatalogue {
  min-width: 110px !important;
  border: 1px solid var(--mc1) !important;
  border-radius: var(--border-radius) !important;
  position: absolute;
  top: 20px;
  left: 1rem !important;
  width: auto;
  color: var(--mc1);
  font-size: 14px;
  font-weight: 900;
  background-color: transparent !important;
}

.ddlSortCatalogue>option {
  color: var(--mc2);
}

/* Filter Style */

.FilterAvailability {
  padding: 12px 19px !important;
}

.FilterAvailability label::after {
  content: "";
  right: 21px !important;
  background-image: url("data:image/svg+xml,<svg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23FAFAFA' fill-rule='nonzero'/></svg>") !important;
}

.FilterAvailability input {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.FturLable,
.lblPriceFilter,
.LblColorFilter,
.LblBrandFilter,
.LblSizeFilter {
  font-weight: bold;
  display: block;
  padding: 0.75rem 1rem !important;
  border-bottom: unset;
  color: var(--tc1);
  font-size: 1rem;
}

.filter-wrap .TablePanel {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

div[id$="FilterProducts_FilterItemPanle"] table td label:after,
.DivBrandFilter label:after,
.DivSizeFilter label::after,
.DivColorFilter label::after,
.FilterAvailability label::after {
  right: 0;
  border-radius: 3px;
  border: 1px solid var(--mc1);
  background-color: transparent;
  background-size: 20px;
  background-position: -1px -1px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

div[id$="FilterProducts_FilterItemPanle"] table td input:checked~label:after,
.DivBrandFilter input:checked~label:after,
.DivSizeFilter input:checked~label:after,
.DivColorFilter input:checked~label:after,
.FilterAvailability input:checked~label:after {
  background-color: var(--mc1);
  border-color: var(--mc1);
}

div[id$="FilterProducts_FilterItemPanle"] table td label,
.DivBrandFilter label,
.DivSizeFilter label,
.DivColorFilter label,
.FilterAvailability label {
  padding: 7px 24px 7px 0 !important;
  font-size: 14px !important;
  background-color: transparent !important;
  margin: 0 1rem !important;
  width: 100% !important;
}

.DivColorFilter input:checked~label:after {
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
  border: 1px solid var(--mc1);
}

div[id$="FilterProducts_FilterItemPanle"] table td input:checked~label:before,
.DivBrandFilter input:checked~label:before,
.DivSizeFilter input:checked~label:before {
  display: none;
}

.FturLable i.fa,
.FilterColorPanel i.fa,
.FilterBrandPanel i.fa,
.FilterSizePanel i.fa {
  top: 22px;
  left: 0 !important;
  transform: translate(0, -50%);
  height: auto;
  font-size: 16px;
  color: var(--mc2);
  position: absolute;
  z-index: 1;
}

.PriceFilter .DivPriceFilter {
  margin-bottom: 12px;
}

.price-max-range {
  font-size: 14px;
}

.PriceFilter .lblPriceFilter {
  margin-bottom: 6px;
  font-weight: bold;
  display: block;
  padding: 6px 0 !important;
  border-bottom: 1px solid #d6d9dd;
}

div[id$="FilterProducts_FilterItemPanle"] table td,
.filter-wrap .TablePanel {
  background-color: transparent;
}

.sideProductList {
  border: 1px solid #d6d9dd;
  background: var(--mc2);
  margin-bottom: 32px;
  /* padding: 12px; */
}

.sideProductList .title {
  border-bottom: 1px solid #d6d9dd;
  margin: 0 15px 15px;
  padding: 6px 0;
}

.FilterItemBox {
  border: unset;
  padding: 0;
  margin: 0 16px 8px;
}

#FilterColorPanel,
#FilterSizePanel,
#FilterBrandPanel,
.FilterItemBox,
.PriceFilter,
.FilterAvailability {
  border: 1px solid #d9d9d9 !important;
  border-radius: var(--border-radius) !important;
  padding: 0;
  margin: 0 !important;
  margin-bottom: 1.5rem !important;
  width: -webkit-fill-available;
  position: relative;
  background: #fff;
}

.PriceFilter .lblPriceFilter {
  padding: 1rem !important;
}

#FilterColorPanel {
  display: none !important;
}

.filter-wrap {
  display: flex;
  flex-direction: column;
}

.PriceFilter {
  order: 0;
}

.FilterItemPanle {
  order: 2;
}

div#FilterSizePanel {
  order: 3;
}

div#FilterBrandPanel {
  order: 1;
}

.submit-btn {
  order: 6;
}

.DivColorFilter,
.DivBrandFilter,
.DivSizeFilter {
  background-color: transparent;
  border: none;
  margin-top: 0;
  /* display: none; */
  padding: 0 !important;
}

.TablePanel,
.DivColorFilter,
.DivBrandFilter,
.DivSizeFilter {
  overflow-y: auto;
  max-height: 315px;
}

.DivBrandFilter::-webkit-scrollbar-thumb,
.TablePanel::-webkit-scrollbar-thumb {
  background-color: var(--mc1) !important;
  border-radius: 200px !important;
}

.DivBrandFilter::-webkit-scrollbar,
.TablePanel::-webkit-scrollbar {
  width: 10px !important;
}

.DivBrandFilter::-webkit-scrollbar-track,
.TablePanel::-webkit-scrollbar-track {
  background-color: #f1f1f1 !important;
}

.DivBrandFilter::-webkit-scrollbar-button,
.TablePanel::-webkit-scrollbar-button {
  display: none !important;
}

.filter-close .FilterItemBox {
  margin: 0 0 8px;
}

.filter-head {
  padding-left: 15px;
  padding-right: 15px;
}

.DivColorFilter>div {
  display: inline-block;
  width: 100%;
}

.DivColorFilter input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.filter-wrap .submit-btn input[type="submit"] {
  width: 100%;
  color: #fff;
  border-radius: var(--border-radius);
  font-size: 1rem;
  padding: 8px 28px;
  background-color: var(--mc1);
  cursor: pointer;
  user-select: none;
  border: 1px solid var(--mc1);
  transition: var(--transition);
  margin: 0;
}

.filter-wrap .submit-btn input[type="submit"]:hover {
  background-color: transparent !important;
  color: var(--mc1) !important;
}

.filter-close {
  background: #fff !important;
}

.filter-close .submit-btn input[type="submit"] {
  border-radius: 0;
  width: 100%;
}

.filter-mobile-nav {
  margin-bottom: 2rem;
  border-radius: 0;
  overflow: hidden;
  color: var(--tc1);
  padding: 12px 32px;
  border-radius: var(--border-radius);
  border: 1px solid #d9d9d9 !important;
  text-align: right;
  background: white url(https://sahbadaroo.com/Portals/_default/skins/wb-skin/Images/filter.svg) no-repeat center right 8px;
}

.filter-mobile-nav i {
  top: 15px;
}

div[id$="FilterProducts_FilterItemPanle"] table td label:after,
.DivBrandFilter label:after,
.DivSizeFilter label::after,
.DivColorFilter label::after,
.FilterAvailability label ::after {
  background-image: url("data:image/svg+xml,<svg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23FAFAFA' fill-rule='nonzero'/></svg>") !important;
}

.nofilter .DnnModule-WB_FilterProducts {
  display: none;
}

.categoryMsg__Wrapper {
  background-color: white;
  border-radius: var(--border-radius);
  border: 1px solid #d6d9dd;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.categoryMsg__Wrapper .title_Md2 {
  color: var(--mc1);
  font-size: 20px;
}

.categoryMsg__Wrapper .showmore-button {
  font-weight: bold;
  font-size: 14px;
}

.categoryMsg__Wrapper .showmore-button {
  margin-top: 2rem !important;
  text-align: center;
}

.colorBox {
  width: 18rem;
}

.colorBox .showmore-button i {
  margin: 0rem 0.5rem;
}

.colorBox .showmore-button {
  margin-top: 0.5rem;
  justify-content: start !important;
  padding: 0 !important;
}

/* -------------------------------------------------------------------------- */
/*                            Product Detail Style                            */
/* -------------------------------------------------------------------------- */

.DetailTop {
  padding: 1.5rem 1rem;
  border-radius: var(--border-radius);
  border: 1px solid #d9d9d9;
  background: #fff;
}

.priceAndBasket {
  border: 1px solid #d9d9d9;
  background: #f8f8f8;
  border-radius: var(--border-radius);
  padding: 1rem;
}

.priceAndBasket .brandimage__Wrapper {
  justify-content: center;
  max-height: 3rem;
  margin: 0rem 0rem 1rem;
}

.brandimage__Wrapper .brandimage__Wrapper_inner {
  background: white;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.priceAndBasket .brandimage__Wrapper img {
  max-height: 3rem;
  margin: 0.2rem;
}

.priceAndBasket .wishlsitBoxOut {
  border: 1px solid #d9d9d9;
  color: var(--mc1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  padding: 0.5rem 1.5rem;
}

.Detail .cart-btn {
  width: 100%;
}

.cartInfo {
  right: auto !important;
  left: -1rem !important;
  top: 25px !important;
  padding-top: 1rem !important;
}

.cartInfo .cartInfo-wrap:after {
  right: auto !important;
  left: 58px !important;
}

.showmore-button {
  user-select: unset;
  color: var(--mc1);
  cursor: pointer;
}

.showmore-button i {
  margin-right: 0.25rem;
  font-size: 0.5rem;
}

.priceAndBasket .old_prices {
  text-align: left;
  margin-bottom: 0.5rem;
}

.priceAndBasket .SalePriceBox {
  display: flex;
  justify-content: space-between;
  color: var(--mc1);
  font-weight: bold;
  align-items: center;
  margin-bottom: 1rem;
  font-family: "IranYekan" !important;
}

.priceAndBasket .SalePrice {
  font-family: "IranYekan" !important;
}

.Detail .DiscountsPercent {
  background: var(--mc1);
  color: #fff;
  border-radius: 8px;
  margin-right: 5px;
  line-height: normal !important;
  width: 42px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "IranYekan" !important;
}

.Detail .OldPrice {
  position: relative;
  color: #a4a4a4;
  font-family: iranyekan;
}

.Detail .OldPrice::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #a4a4a4;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.priceAndBasket .addBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ceced4;
  padding-top: 1rem;
  /* margin-bottom: 1rem; */
}

.priceAndBasket .addToCart>span {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-left: 2rem;
}

.priceAndBasket .addToCart>span {
  transition: var(--transition);
}

.priceAndBasket .addToCart>span::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  mask-image: url(https://sahbadaroo.com/Portals/_default/skins/wb-skin/Images/basket.svg);
  -webkit-mask-image: url(https://sahbadaroo.com/Portals/_default/skins/wb-skin/Images/basket.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
  background: #fff;
  left: 0;
  transition: var(--transition);
  transform: rotate(0deg);
}

.addToCart:after,
.addToCart:before {
  display: none !important;
}

@keyframes basketShake {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(5deg);
  }

  30% {
    transform: rotate(-5deg);
  }

  45% {
    transform: rotate(4deg);
  }

  60% {
    transform: rotate(-4deg);
  }

  75% {
    transform: rotate(2deg);
  }

  85% {
    transform: rotate(-2deg);
  }

  92% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(0);
  }
}


.priceAndBasket .addToCart.show-loading>span::before {
  animation: basketShake 0.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}

/* qty */
.Detail .QTY-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0.75rem;
  min-width: fit-content;
}

.Detail .QTY-box input {
  width: 25px !important;
  text-align: center;
  border: 1px solid #D3D3D3;
  border-radius: 0;
  height: 42px;
  background: transparent;
  cursor: default;
}

.Detail .QTY-box .QTY-up,
.Detail .QTY-box .QTY-down {
  width: 20px;
  height: 42px;
  background: transparent;
  color: var(--tc1);
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D3D3D3;
  user-select: none;
}

.Detail .QTY-box .QTY-up.QTY-disabled,
.Detail .QTY-box .QTY-down.QTY-disabled {
  cursor: not-allowed;
}

.Detail .QTY-box .QTY-up.QTY-disabled>span,
.Detail .QTY-box .QTY-down.QTY-disabled>span {
  opacity: 0.5;
}

.Detail .QTY-box .QTY-up>span,
.Detail .QTY-box .QTY-down>span {
  display: block;
  transform: var(--transition);
}

.Detail .QTY-box .QTY-down {
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.Detail .QTY-box .QTY-up {
  border-left: none;
  border-radius: 0 5px 5px 0;
}

.Detail .QTY-box span {
  display: none;
}

/* qty end*/

.Detail .ProName {
  margin-bottom: 1rem;
  position: relative;
}

.Detail .ProName .title_Md {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 2px;
}

.Detail .ProName h2 {
  right: 0;
  padding-left: 0.5rem;
  background-color: white;
  display: inline;
  position: relative;
  z-index: 2;
}

.Specifications ul {
  padding-right: 1rem;
}

.Specifications ul li {
  color: var(--tc1);
  list-style: disc;
  font-weight: 500;
}

/* Models */

.Detail .Models {
  border: 1px solid #d9d9d9;
  font-size: 14px;
  border-radius: var(--border-radius);
  background-color: white;
  position: relative;
  user-select: none;
  z-index: 10;
  max-width: 370px;
}

.Detail .DropModels {
  margin: 0 !important;
  background-color: #f0f0f0;
  list-style: none;
  padding: 8px 1px;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: calc(100% - 6px);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.Detail .Models .ModelItem {
  transition: 0.5s background;
}

.Detail .Models .ModelItem:hover {
  background: #f8f8f8;
  /* border-radius: 10px; */
}

.Detail .Models .ModelItem:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.Detail .Models .ModelItem label {
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.Detail .Display {
  background: white;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-radius: var(--border-radius);
}

.Detail .Display.open i {
  transform: rotate(180deg);
}

.Detail .DropModels .ModelItem input {
  display: none;
}

.Detail .ModelsTtl {
  margin: 0 0 0.5rem;
  font-weight: 600;
}

.Detail .colorChoices {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  --colorQty: 7;
  --colorPadding: 2rem;
  margin-left: calc(-1 * (2.5rem / (var(--colorQty) - 1)));
}

.Detail .colorChoices label {
  cursor: pointer;
}

.Detail .chooseColor {
  width: calc((100% / var(--colorQty)) - (var(--colorPadding)/ (var(--colorQty) - 1)));
  padding-top: calc((100% / var(--colorQty)) - (var(--colorPadding)/ (var(--colorQty) - 1)));
  margin-left: calc(var(--colorPadding)/ (var(--colorQty) - 1));
  margin-bottom: calc(var(--colorPadding)/ (var(--colorQty) - 1));
  display: block;
  position: relative;
  background: white;

}

.Detail .chooseColor div.color__Border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid var(--mc3);
  transition: var(--transition);
  border-radius: 30%;
}

.Detail .chooseColor input:checked~div.color__Border {
  border: 2px solid var(--tc1);
}

.Detail .chooseColor input {
  display: none;
}

.Detail .chooseColor input:checked~.color__Border div.checkmark {
  background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.6117 6.62275C19.7121 6.52035 19.8319 6.43899 19.9641 6.38346C20.0963 6.32792 20.2382 6.29932 20.3816 6.29932C20.525 6.29932 20.6669 6.32792 20.7991 6.38346C20.9313 6.43899 21.0511 6.52035 21.1514 6.62275C21.572 7.04775 21.5779 7.73451 21.1661 8.16687L12.4706 18.4463C12.3718 18.5547 12.252 18.6418 12.1185 18.7023C11.9849 18.7629 11.8404 18.7955 11.6938 18.7982C11.5472 18.801 11.4016 18.7738 11.2658 18.7184C11.1301 18.6629 11.0071 18.5803 10.9044 18.4757L5.6132 13.1139C5.40914 12.9058 5.29483 12.626 5.29483 12.3345C5.29483 12.0431 5.40914 11.7632 5.6132 11.5551C5.71356 11.4527 5.83335 11.3713 5.96554 11.3158C6.09773 11.2603 6.23967 11.2317 6.38305 11.2317C6.52644 11.2317 6.66838 11.2603 6.80057 11.3158C6.93276 11.3713 7.05254 11.4527 7.15291 11.5551L11.6411 16.1036L19.5823 6.6551C19.5915 6.64374 19.6013 6.63293 19.6117 6.62275Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 5;
  width: 45%;
  height: 45%;
  display: flex;
  background-position: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  /* filter: drop-shadow(0px 0px 0px #ddd); */
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}

.Detail .chooseColor .product__Color {
  position: absolute;
  width: 76%;
  height: 76%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 22%;
}


/* .............. */

/* Detail Image Gallery */

.Detail .imageBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: flex-start;
}

.Detail .image {
  width: 100%;
  position: relative;
}

.Detail .image a {
  display: block;
  overflow: hidden;
  /* border-radius: var(--border-radius); */
  /* box-shadow: 0 0 10px rgb(0 0 0 / 15%); */
}

.Detail .image a img {
  width: 100%;
}

.Detail .GalleryWrapper {
  padding-left: 15px;
  width: auto;
  order: 1;
  display: flex;
  justify-content: start;
  padding: 15px 0 0;
  margin: 0 -7px 0;
  min-width: 100%;
}

.Detail .GalleryInner {
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  border: 1px solid #d9d9d9;
}

.Detail .GalleryOuter {
  margin-bottom: 0;
  width: 25%;
  padding: 0 7px;
  min-height: 94px !important;
}

.Detail .GalleryOuter .GalleryInner {
  width: fit-content;
  padding: 0.5rem;
}

.Detail .GalleryOuter .more-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2f2f2f80;
  color: #fff;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.Detail .wishlsitBoxOut {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.Detail .addToCart {
  padding: 8px 24px;
  border: 1px solid var(--mc1);
  border-radius: var(--border-radius);
  display: inline-block;
  transition: var(--transition);
  white-space: nowrap;
  background: var(--mc1);
  color: #fff;
  outline: unset !important;
}

.Detail .addToCart:hover {
  background: #006977;
}



.whatsappBtn,
.whatsappBtn:focus,
.whatsappBtn:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4ecb5b;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-top: 1rem;
  border-radius: var(--border-radius);
  transition: var(--transition);
  border: 1px solid #4ecb5b;
}

.whatsappBtn:hover {
  background: transparent;
  color: #4ecb5b;
}

.whatsappBtn .wb_Icon {
  margin-right: 0.5rem;
  background: #fff;
  transition: var(--transition);
}

.whatsappBtn:hover .wb_Icon {
  background: #4ecb5b;
}

/* ........... */

/* Avilable and Outofstock Buttons  */
.ModNBStoreProductListC button.product-reminder {
  width: 100% !important;
  background-color: #ff0000 !important;
  color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  outline: none !important;
  border: none !important;
  transition: var(--transition);
  text-align: center !important;
}


.ModNBStoreProductListC button.product-reminder:hover {
  background-color: rgb(212, 0, 0) !important;
}
.ModNBStoreProductListC button.product-reminder[disabled] {
  background-color: #858585 !important;
  cursor: not-allowed !important;
}

.ModNBStoreProductListC button.product-reminder span {
  margin-left: 0.5rem !important;
}

.priceAndBasket {
  min-height: 265px;
}

.priceAndBasket .OutOfStock {
  min-height: 218px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

/* ........... */

/* Reminder modal  */

#NbStore-reminder .modal-dialog {
  border-radius: var(--border-radius) !important;
}

#NbStore-reminder .modalRight {
  display: none !important;
}

#NbStore-reminder h4.modal-title {
  margin-top: 1rem !important;
}

#NbStore-reminder .modalLeft {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
  border-radius: var(--border-radius) !important;
}

#NbStore-reminder .modal-header .close {
  margin: 0 !important;
  outline: none !important;
  border: none !important;
}

#NbStore-reminder .modal-body .userEmail {
  margin-bottom: 0.5rem !important;
}

#NbStore-reminder #btnSubmitReminder {
  border: none !important;
  outline: none !important;
  background-color: var(--mc1);
  border-radius: var(--border-radius);
  padding: 12px 31px;
  margin-right: 0 !important;
  color: white;
  font-weight: bold;
}

/* ........... */

/* Detail Information */

.Information {
  margin: 2rem 0;
  padding: 1.5rem 1rem;
  border-radius: var(--border-radius);
  box-shadow: 0px 2px 15px #0000001a;
  background: #fff;
}

.Information article {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75rem;
}

.Information__Nav {
  border-bottom: 1px solid #26274533;
  margin-bottom: 16px;
}

.Information__Nav__Item {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-left: 24px;
  font-weight: bold;
}

.active>.Information__Nav__Item {
  border-bottom: 2px solid var(--mc1);
  color: var(--tc1);
}

.Information__Nav__Item .wb_Icon {
  margin-left: 6px;
  background: var(--tc2);
  width: 16px;
  height: 16px;
}

.active>.Information__Nav__Item .wb_Icon {
  background: var(--mc1);
}

.UlGroupListView {
  overflow: hidden;
  margin-bottom: 1.5rem;
}


.UlGroupListView li {
  display: flex;
  color: rgba(77, 76, 76, 0.8);
}

/* .UlGroupListView li:not(:last-child) {
    border-bottom: 1px solid #26274533;
} */

.UlGroupListView>span {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end;
  cursor: pointer;
}

.UlGroupListView>span::before {
  content: "\f107" !important;
  position: static !important;
  margin-right: 0.5rem !important;
  transition: var(--transition);
  color: var(--mc1) !important;
}

.UlGroupListView>span.active::before {
  transform: rotate(180deg);
}


.UlGroupListView li span:first-child {
  background: transparent !important;
  color: var(--tc1) !important;
  margin: 0 !important;
  width: 30% !important;
  padding: 0.75rem 1rem !important;
  margin-left: 1rem !important;
}

.UlGroupListView li span:nth-child(2) {
  background: transparent !important;
  margin: 0 !important;
  width: 70% !important;
  padding: 0.75rem 1rem !important;
}

.UlGroupListView li:nth-child(odd)>span {
  background-color: rgba(244, 244, 244, 0.8) !important;
  border-radius: 1rem;
}

.Information__Tab__Content .showMore {
  position: relative;
  padding-bottom: 50px;
}

.Information__Tab__Content .showMore::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.5018382352941176) 50%,
      rgba(255, 255, 255, 0) 100%);
}

.Information__Tab__Content .showmore-button {
  color: var(--mc1);
  cursor: pointer;
  margin-top: 12px;
  font-family: inherit;
  text-align: left;
}

.Information__Tab__Content .showmore-button i {
  font-size: 12px;
  margin-right: 6px;
  color: var(--mc1);
}

/* Information In Mobile */

.InformationAc__Card {
  padding: 0 15px;
  border: 1px solid #26274533;
  border-radius: var(--border-radius);
  margin-bottom: 16px;
  position: relative;
  background: #fff;
}

.InformationAc__Card__Body {
  border-top: 1px solid #26274533;
  padding: 16px 0;
}

.InformationAc__Card__Head {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--tc1);
}

.InformationAc__Card__Head i {
  font-size: 12px;
  transition: var(--transition);
  color: var(--mc1);
  transform: rotate(-180deg);
}

.InformationAc__Card__Head__Text {
  display: flex;
  align-items: center;
  color: var(--tc1);
}

.InformationAc__Card__Head .wb_Icon {
  background: var(--tc1);
}

.InformationAc__Card.open .InformationAc__Card__Head {
  color: var(--mc1);
}

.InformationAc__Card.open .InformationAc__Card__Head i {
  transform: rotate(0);
}

.InformationAc__Card__Head .wb_Icon {
  margin-left: 0.25rem;
}

.InformationAc__Card.open .wb_Icon {
  background: var(--mc1);
}

.sideUp .navbar-out {
  height: 100%;
  box-shadow: inset 0px 2px 5px transparent;
  position: relative;
}

.sideUp .navbar-out::before {
  content: "";
  background: var(--white);
  width: 100%;
  height: 1rem;
  display: block;
  position: sticky;
  top: 0%;
  left: 0;
  z-index: 1001;
}


/* -------------------------------------------------------------------------- */
/*                                Side Category                               */
/* -------------------------------------------------------------------------- */

.categorySideStyle .SCat-Main li>a {
  display: block;
  color: var(--tc2);
  padding: 0.25rem;
  font-weight: bold;
  position: relative;
  transition: var(--transition);
}

/* .categorySideStyle .SCat-Main li > a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--tc2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
} */

.categorySideStyle .SCat-Main li>a:hover::before {
  background: var(--tc1);
}

.categorySideStyle .SCat-Main>li.SCat-have-sub-menu>ul.open-sub {
  display: block !important;
  background-color: white;
}

/* .categorySideStyle li:not(.SCat-Active, .SCat-ActiveParent),
.categorySideStyle .SCat-Active > a,
.categorySideStyle .SCat-ActiveParent > a {
  display: none !important;
}

.categorySideStyle .SCat-Active > .SCat-sub-menu > li,
.categorySideStyle .lastCategory li,
.categorySideStyle .firstLayerCategory > li {
  display: block !important;
} */

/* -------------------------------------------------------------------------- */
/*                              Mega Menu Category                            */
/* -------------------------------------------------------------------------- */

/* .header__Category__Content__Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  display: none;
  z-index: -1;
}

.header__Category__Content.active .header__Category__Content__Overlay {
  display: block;
}

.header__Category:hover .header__Category__Content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__Category:hover span {
  color: white;
  background: var(--mc1);
}

.header__Category__Content {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  width: 200%;
  min-height: 60vh;
  z-index: 1001;
  background: #fff;
  box-shadow: 0 10px 15px #00000014;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
}

.header__Category__Content::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background-color: transparent;
}

.header .SCat-Main > .SCat-have-sub-menu > .SCat-sub-menu {
  position: absolute;
  right: 240px;
  top: 0;
  min-width: 210px;
  display: none;
  height: 100%;
  width: calc(100% - 240px);
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.header .SCat-Main .SCat-sub-menu .SCat-sub-menu .SCat-sub-menu {
  display: none;
}

.header .SCat-have-sub-menu.hover .SCat-sub-menu {
  display: flex;
  flex-direction: column;
}

.header .SCat-Main > li:hover,
.header .SCat-Main > li.hover {
  background: var(--mc1);
  color: #ffff;
}

.header .SCat-sub-menu > li {
  width: 175px;
  position: relative;
  padding-right: 5px !important;
}

.header__Category__Content .SCat-Main li > .SCat-sub-menu > li:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: var(--mc1);
  position: absolute;
  right: 8px;
  top: 8px;
}

.header__Category__Content
  .SCat-have-sub-menu
  .SCat-have-sub-menu
  > .SCat-sub-menu
  li:before {
  border: none;
  content: none;
}

.header__Category__Content .SCat-Main > li {
  max-width: 240px;
}

.header__Category__Content .SCat-Main::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 239px;
  background: #ececec;
  pointer-events: none;
}

.header__Category__Content.active .header__Category__Content__Content {
  display: block;
}

.header__Category__Content .SCat-Main li {
  padding: 0;
}

.header__Category__Content .SCat-Main a {
  width: 100%;
  padding: 8px;
  display: inline-block;
}

.header__Category__Content .SCat-sub-menu > li > a {
  color: var(--tc1);
}

.header__Category__Content .SCat-sub-menu > li > a:hover {
  color: var(--mc1);
}

.header__Category__Content
  .SCat-have-sub-menu
  .SCat-have-sub-menu
  > .SCat-sub-menu
  li
  > a {
  color: #979797;
  transition: var(--transition);
}

.header__Category__Content
  .SCat-have-sub-menu:hover
  .SCat-have-sub-menu
  > .SCat-sub-menu
  li:hover
  > a {
  color: var(--mc2) !important;
} */

/* -------------------------------------------------------------------------- */
/*                           Bottom Nav & ProSideList Category                   */
/* -------------------------------------------------------------------------- */
.ProSideList .SCat-Main,
.sideUp .SCat-Main {
  text-align: right;
}

.ProSideList .SCat-Main a,
.sideUp .SCat-Main a {
  color: var(--tc1);
  display: block;
  padding: 0.25rem 0;
  position: relative;
}

.ProSideList .SCat-Main>li>a,
.sideUp .SCat-Main>li>a {
  padding: 0.5rem 0;
  font-size: 1rem;
  color: var(--tc1);
}

.ProSideList .SCat-Main>li>a {
  background: #F4F4F4;
  border-radius: var(--border-radius);
  padding: 0.5rem 0.5rem 0.5rem 0rem;
  margin: 1rem 0rem;
}

.ProSideList .SCat-have-sub-menu>.CatagoryArrow {
  transform: translateY(calc(-50% - 7px));
}

.ProSideList .SCat-Main>li>.CatagoryArrow {
  transform: translateY(-50%);
}

.ProSideList .SCat-Main>li>.SCat-sub-menu>li>a {
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  color: var(--tc1);
}

.ProSideList .SCat-sub-menu>.open li>a::before,
.sideUp .SCat-sub-menu>.open li>a::before {
  background: var(--mc1) !important;
}

.ProSideList .SCat-Main>li>.SCat-sub-menu>li>a::before {
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  background: var(--tc1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}

.ProSideList .SCat-Main>li>.SCat-sub-menu>li>.SCat-sub-menu>li {
  list-style: disc;
  color: var(--tc3);
  margin-right: 1.5rem;
  transition: var(--transition);
}

.ProSideList .SCat-Main>li>.SCat-sub-menu>li>.SCat-sub-menu>li:hover,
.sideUp .SCat-Main>li>.SCat-sub-menu>li>.SCat-sub-menu>li:hover {
  color: var(--mc1);
}

.ProSideList .SCat-have-sub-menu,
.sideUp .SCat-have-sub-menu {
  position: relative;
}


.ProSideList .SCat-have-sub-menu i,
.sideUp .SCat-have-sub-menu i {
  position: absolute;
  left: 0;
  top: 0;
  height: 32px;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
  font-size: 12px;
}

.CatagoryArrow {
  width: 100px;
  height: 34px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 20px;
  cursor: pointer;
}

.ProSideList .SCat-have-sub-menu>.CatagoryArrow>i,
.sideUp .SCat-have-sub-menu>.CatagoryArrow>i {
  transition: var(--transition);
  color: var(--tc1);
}


.ProSideList .SCat-have-sub-menu.open>.CatagoryArrow>i,
.sideUp .SCat-have-sub-menu.open>.CatagoryArrow>i {
  transform: rotate(180deg) !important;
  color: var(--mc1) !important;
}

.ProSideList .SCat-Active.open>a,
.sideUp .SCat-Active.open>a,
.ProSideList .SCat-have-sub-menu.open>a,
.sideUp .SCat-have-sub-menu.open>a {
  color: var(--mc1) !important;
}

.ProSideList .SCat-have-sub-menu.open>a::before,
.sideUp .SCat-have-sub-menu.open>a::before {
  background: var(--mc1) !important;
}

/* fancy Box arrow */

.fancybox-navigation .fancybox-button svg {
  display: none;
}

.fancybox-navigation .fancybox-button>div {
  background: url(https://sahbadaroo.com/Portals/_default/skins/wb-skin/Images/arrow.svg) no-repeat center !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
  transform: translate(25%) scaleX(-1) !important;
}

.fancybox-navigation .fancybox-button {
  background-color: transparent;
}

.fancybox-navigation .fancybox-button:disabled {
  opacity: 0.5;
}

/* -------------------------------------------------------------------------- */
/*                                 RESPONSIVE                                 */
/* -------------------------------------------------------------------------- */





@media all and (min-width: 992px) {
  .Detail .sellInfo {
    max-width: 320px;
    margin-right: auto;
  }

  .Detail .infoQty {
    margin-bottom: 100px !important;
  }

}

@media all and (max-width: 991px) {
  .priceAndBasket .addBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    margin: 0;
    padding: 1rem;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }

  #dnn_ProductRightThreePane .DnnModule-WB_NB_Store_SimpleCategory {
    display: none !important;
  }

  .Detail .GalleryOuter {
    width: 33.3333%;
  }

  .tabid-52 {
    padding-bottom: 66px !important;
  }

  .tabid-52 .bottomNav {
    border-radius: 0;
    box-shadow: unset;
    border-top: 1px solid #d9d9d9;
  }

  .priceAndBasket {
    min-height: 160px !important;
  }

  .priceAndBasket .SalePriceBox {
    margin-bottom: 0;
  }

  #NbStore-reminder .modalLeft {
    padding: 1rem !important;
  }

  .proListSlider,
  .relatedPro .RelatedWrapper,
  .blogListSlider .mainArticleWrapper,
  .blogRelated .related,
  .homeCategory .SCat-Main {
    overflow-x: auto !important;
    display: flex !important;
  }

  .proListSlider .productList__Card,
  .relatedPro .productList__Card {
    width: 260px;
    min-width: 260px;
  }

  .GalleryWrapper {
    justify-content: flex-start !important;
  }

  .UlGroupListView li {
    padding: 0rem;
  }

  .colorBox {
    width: 100%;
  }

  .Detail .colorChoices {
    --colorQty: 9;
    --colorPadding: 4rem
  }

  .sideUp .navbar-out {
    overflow-y: scroll;
    margin: 0rem 15px;
    border-top: 2px solid var(--mc1);
    transition: var(--transition);
  }

}

@media all and (max-width: 767px) {
  .Detail .colorChoices {
    --colorQty: 7;
    --colorPadding: 3rem
  }
}

@media all and (max-width: 467px) {
  .Detail .colorChoices {
    --colorQty: 6;
    --colorPadding: 2rem
  }
}