/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_tanishq_IBD_sg/cartridge/client/default/scss/pdpDropdownStorelocator.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
:root {
  --skin-link-color-2: #212121; }

.sort-by-d {
  border: none;
  background-color: unset;
  height: 0; }
  .sort-by-d .option-values {
    display: none; }
  @media (max-width: 1049.98px) {
    .sort-by-d .skull-select {
      display: none !important;
      position: relative; } }
  .sort-by-d .skull-list {
    z-index: 99;
    border-radius: 0;
    padding: 1.5rem 0 2rem 1rem;
    position: fixed;
    width: 100%;
    left: 0 !important;
    bottom: 0;
    overflow-y: visible;
    background: #fff;
    height: auto;
    top: auto !important; }
    .sort-by-d .skull-list::before {
      content: "";
      background-image: url("../images/close-icon-white-12-12.svg");
      width: 0.75rem;
      height: 0.75rem;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      right: 1.25rem;
      top: -1.5625rem;
      cursor: pointer; }
    .sort-by-d .skull-list h2 {
      font: normal normal normal 1.125rem/1.625rem "Poppins", sans-serif;
      letter-spacing: 0;
      color: #000;
      text-transform: uppercase;
      opacity: 0.87;
      margin-bottom: 1rem; }
    .sort-by-d .skull-list ul {
      padding: 0; }
      .sort-by-d .skull-list ul li {
        padding: 0;
        padding-bottom: 1rem; }
        .sort-by-d .skull-list ul li label {
          font: normal normal normal 0.875rem/1.3125rem "Poppins", sans-serif;
          letter-spacing: 0;
          color: #000;
          opacity: 0.6;
          text-transform: capitalize; }
          .sort-by-d .skull-list ul li label .icon-radio {
            display: none; }
        .sort-by-d .skull-list ul li.checked label {
          opacity: 0.87;
          font-weight: 500; }
        .sort-by-d .skull-list ul li:first-child {
          display: block; }
        .sort-by-d .skull-list ul li:last-child {
          padding-bottom: 0; }

@media (min-width: 1024px) {
  .sort-by-d {
    border: 1px solid #0000001a;
    background-color: #fff;
    border-radius: 0;
    font: normal normal 500 0.75rem/1.125rem "Poppins", sans-serif;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    opacity: 0.87;
    font-weight: 500;
    height: 2.5rem;
    cursor: pointer; }
    .sort-by-d .sort-by-text {
      font: normal normal 500 0.75rem/1.125rem "Poppins", sans-serif;
      letter-spacing: 0;
      color: #000;
      text-transform: uppercase;
      opacity: 0.87;
      padding: 0;
      width: unset;
      white-space: nowrap; }
    .sort-by-d.sortby {
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      opacity: unset;
      width: 15.5625rem;
      padding: 0 1.5rem;
      -webkit-column-gap: 0.5rem;
         -moz-column-gap: 0.5rem;
              column-gap: 0.5rem;
      z-index: 1; }
    .sort-by-d .custom-drop-down {
      padding: 0;
      white-space: nowrap;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sort-by-d .custom-drop-down .down-arrow {
        display: inline-block;
        color: #000;
        padding-left: 0.8125rem; }
      .sort-by-d .custom-drop-down .selected-value {
        font-size: 16px;
        letter-spacing: 0;
        color: #000;
        opacity: 0.6;
        text-transform: capitalize; }
    .sort-by-d .sortby-index {
      z-index: 99; }
    .sort-by-d .option-values {
      border-radius: 0;
      border: 1px solid #0000001a;
      background: #fff 0% 0% no-repeat padding-box;
      padding: 0.1875rem 0 0.375rem 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: pointer;
      display: none;
      position: absolute;
      z-index: 1;
      overflow-y: scroll; } }
    @media (min-width: 1024px) and (max-width: 1023.98px) {
      .sort-by-d .option-values {
        width: 100%; } }

@media (min-width: 1024px) {
      .sort-by-d .option-values .option-value {
        font: normal normal 500 0.75rem/1.125rem "Poppins", sans-serif;
        letter-spacing: 0;
        color: #000;
        text-transform: capitalize;
        opacity: 0.6;
        padding: 0.3125rem 0 0.3125rem 1.5rem; }
        .sort-by-d .option-values .option-value:hover {
          background: #e5e5e5;
          border-radius: 0;
          color: #000;
          opacity: 0.6; }
        .sort-by-d .option-values .option-value.selected {
          opacity: 0.87;
          font-weight: 600; } }

.custom-drop-down {
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .custom-drop-down.with-border {
    border: 1px solid #e5e5e5;
    padding: 0.75rem 0 0.75rem 0.75rem;
    font-size: 0.875rem;
    color: #0009;
    border-radius: 0; }
    .custom-drop-down.with-border .down-arrow {
      -webkit-transition: all 0.2s ease 0s !important;
      transition: all 0.2s ease 0s !important;
      padding-left: 0.8125rem;
      padding-right: 0.8125rem; }
  .custom-drop-down.no-options-available {
    padding: 0.75rem 0.75rem; }
  .custom-drop-down .down-arrow {
    display: inline-block;
    color: #000;
    padding-left: 0.8125rem;
    -webkit-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important; }
  .custom-drop-down .selected-value {
    font: normal normal normal 0.875rem/1.3125rem "Poppins", sans-serif;
    letter-spacing: 0;
    color: #000;
    opacity: 0.6;
    text-transform: capitalize; }

.option-values {
  border-radius: 0;
  border: 1px solid #0000001a;
  background: #fff 0% 0% no-repeat padding-box;
  padding: 0.3125rem 0 0.3125rem 0rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  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 500 0.75rem/1.125rem "Poppins", sans-serif;
    letter-spacing: 0;
    color: #000;
    text-transform: capitalize;
    opacity: 0.6;
    padding: 0.3125rem 0 0.3125rem 1rem; }
    .option-values .option-value:hover {
      background: #e5e5e5;
      border-radius: 0; }
    .option-values .option-value.selected {
      opacity: 0.87;
      font-weight: 600; }

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

.attribute {
  position: relative; }
  .attribute .option-values {
    border-radius: 0;
    background: #fff 0% 0% no-repeat padding-box;
    padding-left: 1rem;
    cursor: pointer;
    display: none;
    position: absolute;
    width: 9rem;
    z-index: 1;
    max-height: 10.9375rem; }
    .attribute .option-values .option-value {
      font: normal normal normal 0.875rem/1.75rem "Poppins", sans-serif;
      padding: 0.3125rem 0; }
      .attribute .option-values .option-value:hover {
        background: #e5e5e5;
        border-radius: 0; }
    .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 "Poppins", sans-serif; }

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

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

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

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

.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 #83272933;
          box-shadow: 0 0 0.9375rem #83272933;
  border-radius: 0;
  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-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 0.3125rem 0; }
    .product-options-gift-card .product-option .col-12 .option-values .option-value:hover {
      background: #e5e5e5;
      border-radius: 0; }
  @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; } }

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

.custom-plp-dropdown .sorybyoption {
  width: 7.1875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.custom-plp-dropdown .down-arrow {
  color: #000;
  font-size: 0.9375rem; }

.option-values-sort {
  top: 2.5rem !important; }

.option-values::-webkit-scrollbar-thumb {
  background-color: #dda243; }


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