/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./code/app_zoya/cartridge/client/default/scss/pdpDropdown.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.custom-drop-down {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0.0625rem solid #9c4b20;
  padding-top: 0.6875rem;
  padding-left: 1rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  color: #9c4b20;
}
@media (max-width: 767.98px) {
  .custom-drop-down {
    width: 146px;
  }
}
.custom-drop-down .down-arrow {
  display: inline-block;
  padding-right: 0.7569rem;
  padding-left: 0.7569rem;
}
.custom-drop-down .selected-value {
  font: normal normal bold 0.875rem/1.1875rem "adobe-garamond-pro", serif;
}
@media (min-width: 1024px) {
  .custom-drop-down {
    width: 9rem;
  }
}

.option-values {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: #fff 0% 0% no-repeat padding-box;
  padding-left: 1rem;
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 1;
  overflow-y: scroll;
}
@media (max-width: 1023.98px) {
  .option-values {
    width: 100%;
  }
}
.option-values .option-value {
  font: normal normal 600 0.675rem/1.75rem "adobe-garamond-pro", serif;
  padding-top: 0;
  padding-bottom: 0;
}
.option-values .option-value.checked {
  color: #4b4a4a !important;
}
.option-values .option-value.checked::after {
  position: relative;
  z-index: 0;
  display: block;
  content: url("../../images/check-circle.svg");
  left: -19px !important;
  top: -19px;
  margin-bottom: -21px;
}

.disable-drop-down {
  pointer-events: none;
  opacity: 0.5;
}

.attribute {
  position: relative;
}
.attribute .option-values {
  -webkit-box-shadow: 0 0 0.9375rem rgba(131, 39, 41, 0.2);
          box-shadow: 0 0 0.9375rem rgba(131, 39, 41, 0.2);
  border-radius: 0.3125rem;
  background: #fff 0% 0% no-repeat padding-box;
  padding-left: 1rem;
  cursor: pointer;
  display: none;
  position: absolute;
  width: 9rem;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .attribute .option-values {
    width: 100%;
  }
}
.attribute .option-values .option-value {
  font: normal normal 600 0.875rem/1.75rem "adobe-garamond-pro", serif;
  padding-top: 0.625rem;
  padding-bottom: 0.6875rem;
}
.attribute .option-values li[data-isdisabled=disabled] {
  color: #969696;
  pointer-events: none;
}

div[data-attr=lotNumber] .attribute .option-values {
  height: 12rem;
  overflow-y: scroll;
}

.option-values-second {
  width: 9rem;
}
@media (max-width: 1023.98px) {
  .option-values-second {
    width: 100%;
  }
}
.option-values-second .selected-value-second {
  padding-top: 0.625rem;
  font: normal normal 600 0.875rem/1.75rem "adobe-garamond-pro", serif;
}

/* width */
.option-values::-webkit-scrollbar {
  width: 0.625rem;
}

/* Track */
.option-values::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.option-values::-webkit-scrollbar-thumb {
  background-color: #c49884;
  border-radius: 0.5rem;
}

/* Handle on hover */
.option-values::-webkit-scrollbar-thumb:hover {
  background-color: #c49884;
}

.product-options-gift-card .product-option .col-12 .custom-drop-down {
  width: 80%;
}
@media (max-width: 767.98px) {
  .product-options-gift-card .product-option .col-12 .custom-drop-down {
    width: 100%;
  }
}
.product-options-gift-card .product-option .col-12 .option-values {
  width: 80% !important;
  -webkit-box-shadow: 0 0 0.9375rem rgba(131, 39, 41, 0.2);
          box-shadow: 0 0 0.9375rem rgba(131, 39, 41, 0.2);
  border-radius: 0.3125rem;
  background: #fff 0 0 no-repeat padding-box;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  overflow-y: scroll;
  height: 10.2rem;
  display: none;
}
.product-options-gift-card .product-option .col-12 .option-values .option-value {
  font-size: 0.875rem;
  font-family: "nunito_sansregular";
  padding: 0.625rem 1rem;
}
@media (max-width: 767.98px) {
  .product-options-gift-card .product-option .col-12 .option-values {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .sorybyoption {
    display: none;
  }
}

.custom-plp-dropdown {
  width: 11rem;
  border: none;
  padding-left: 0.3125rem;
  padding-top: 0.8125rem;
}
@media (max-width: 767.98px) {
  .custom-plp-dropdown {
    display: none;
  }
}
.custom-plp-dropdown .sorybyoption {
  width: 145px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c49884;
}
.custom-plp-dropdown::after {
  border: solid #4b4a4a;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 9px;
  top: 38%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.option-values-sort {
  padding-left: 1.4375rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .option-values-sort {
    display: none !important;
  }
}
.option-values-sort .option-value {
  font: normal 700 1rem "adobe-garamond-pro", serif;
  padding-top: 1.5rem;
  color: #a7a6a6;
}

.drpbox {
  gap: 14px;
}

/*# sourceMappingURL=default\css\pdpDropdown.css.map*/