/** Shopify CDN: Minification failed

Line 879:0 Expected "}" to go with "{"

**/
.custom_main_product .container {
      max-width: 1290px;
      margin: 0 auto;
      width: 100%;
      padding: 0 15px;
  }

  .custom_main_product_img img {
      max-width: 100%;
      display: block;
      height: 100%;
      width: 100%;
  }

  .custom_main_product_grid_wrapper {
      display: flex;
  }

  .custom_main_product_media_wrapper {
      max-width: 50%;
      width: 100%;
  }

  .custom_main_product_info_wrapper {
      max-width: 100%;
      width: 100%;
  }
  .custom_main_product_media {
      max-width: 575px;
  }

  .custom_main_product_images .slick-arrow {
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      cursor: pointer;
      width: 47px;
      height: 47px;
      border-radius: 50%;
  }
  .custom_main_product_images .slick-list.draggable {
      max-width: 387px;
      margin: 0 auto;
  }

  .custom_main_product_img {
      padding-bottom: 645px;
      position: relative;
  }

  .custom_main_product_img img {
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
  }

  .custom_main_product_images .slick-prev {
      left: 0;
  }

  .custom_main_product_images .slick-next {
      right: 0;
  }

.custom_main_product_freesample {
      border: 1px solid #000000;
      max-width: 387px;
      width: 100%;
      background: #000000;
      border-radius: 0;
      font-size: 12px;
      letter-spacing: 2px;
      line-height: 1.5;
      text-transform: uppercase;
      color: #FFFFFF;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      text-align: center;
      height: 59px;
      display: block;
    
}

.custom_main_product_images ul.slick-dots {
    display: flex !important;
    justify-content: center;
    bottom: -24px;
    gap: 12px;
}  
.custom_main_product_images .slick-dots li {
      opacity: 0.302;
      width: 8px;
      height: 8px;
      border-radius: 4px;
      background-color: #000000;
      display: block;
      transition: all 0.3s;
      margin: 0;
  }

  .custom_main_product_images .slick-dots li button {
      display: none;
  }

  .custom_main_product_images.slick-initialized.slick-slider.slick-dotted {
      margin-bottom: 16px;
  }

  .custom_main_product_images .slick-dots li.slick-active {
      opacity: 1;
  }
  .custom_main_product_info {
      max-width: 450px;
      margin-left: auto;
      margin-right: 77px;
  }

  .custom_main_product_grid_wrapper {
      align-items: center;
  }

  .custom_main_product_title {
      font-size: 20px;
      line-height: 36px;
      color: #000000;
      font-weight: 400;
      text-transform:uppercase;
      font-family: 'Crimson Text', serif;
      margin: 0 0 25px;
  }

  .custom_main_product_price_review {
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 25px;
      color: #000000;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
  }

  .custom_options_selection_field label {
      font-size: 12px;
      letter-spacing: 2px;
      line-height: 1.5;
      text-transform: uppercase;
      color: #000000;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      display: block;
      margin-bottom: 16px;
  }

  .custom_options_selection_field select {
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      text-align: center;
      line-height: 1.5;
      width: 100%;
      display: block;
      border: 0;
      height: 59px;
  }

  .custom_options_selection_field>div {
      border: 1px solid #ccc;
      position: relative;
  }

  .custom_options_selection>div+div {
      margin-top: 23px;
  }

  .custom_options_selection_field>div:before {
      content: "";
      /* background-image: url(/cdn/shop/files/tickmark.webp?v=1697610080); */
      background-image: url(/cdn/shop/files/tickmark.png?v=1698647911);
      position: absolute;
      width: 20px;
      height: 20px;
      background-size: 100%;
      top: -10px;
      right: -10px;
      opacity: 0;
      visibility: hidden;
      transition: 0.2s;
  }

  .custom_options_selection_field>div.active:before {
      opacity: 1;
      visibility: visible;
  }

  .custom_options_selection {
      margin-top: 25px;
  }

  .custom_main_product_price_review {
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 25px;
      color: #000000;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
  }
  .custom_options_selection_field_wrapper {
      display: flex;
      justify-content: space-between;
  }

  .custom_options_selection_field_wrapper>div {
      max-width: calc(50% - 9px);
      width: 100%;
  }

  .custom_options_selection_field_wrapper+div {
      margin-top: 19px !important;
  }

  .custom_main_product_lining {
      width: 100%;
      background: transparent;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      text-align: center;
      line-height: 1.5;
      height: 59px;
      border: 1px solid #000000;
      margin-top: 25px;
  }
  .custom_main_product_qty_buybtn input {
      max-width: 105px;
      width: 100%;
      height: 61px;
      border: 1px solid #000000;
      text-align: center;
      font-size: 14px;
      letter-spacing: 3px;
      line-height: 1.5;
      text-transform: uppercase;
      color: #141414;
      font-weight: 500;
      font-family: 'Poppins', sans-serif;
      display: block;
      margin-top: 16px;
  }

  .custom_main_product_qty_buybtn label {
      font-size: 12px;
      letter-spacing: 2px;
      line-height: 1.5;
      text-transform: uppercase;
      color: #000000;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      display: block;
  }

  .custom_main_product_qty_buybtn {
      margin-top: 20px;
  }

.custom_main_product {
    margin-top: 50px;
}
product-form.custom_main_product_add2cart .quick-add__submit .loading-overlay__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}  

product-form.custom_main_product_add2cart {
    max-width: calc(100% - 128px);
    width: 100%;
}

.custom_main_product_qty_buybtn {
    display: flex;
    align-items: flex-end;
    gap: 23px;
}

product-form.custom_main_product_add2cart .quick-add__submit {
    height: 59px;
    width: 100%;
    border: 1px solid #000;
    background: #000;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    cursor: pointer;
}

product-form.custom_main_product_add2cart .quick-add__submit[disabled] {
    opacity: 0.129;
    cursor: not-allowed;
}
.custom_main_product_usefulllink h3 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #1c1c1c;
    font-weight: 600;
    font-family: 'Crimson Text', serif;
    margin: 0;
    border-bottom: 1px solid #000;
}

.custom_main_product_usefulllink {
    margin-top: 40px;
}

.usefulllink_content p:first-child {
    margin-top: 19px;
    margin-bottom: 0;
}

.usefulllink_content p:last-child {
    margin-top: 22px;
    margin-bottom: 0;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.usefulllink_content {
    letter-spacing: 0px;
    line-height: 38px;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.usefulllink_content a {
    letter-spacing: 0px;
    line-height: 1.5;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.product_info_accordions_main .container {
      max-width: 1290px;
      padding: 0 15px;
      margin: 0 auto;
  }

  .product_info_accordions_main {
      background-color: #f6f6f6;
      padding: 98px 0 110px;
      margin-top: 55px;
  }

  h3.product_info_accordions_trigger {
      font-size: 20px;
      letter-spacing: 0px;
      line-height: 1.5;
      color: #000000;
      font-weight: 500;
      font-family: 'Crimson Text', serif;
      margin: 0;
      padding: 15px 4px;
      cursor: pointer;
  }

  h3.product_info_accordions_trigger span {
      display: block;
  }

  .product_info_accordions_content {
      font-size: 14px;
      line-height: 24px;
      color: #000000;
      font-weight: 300;
        font-family: 'Poppins', sans-serif;
      padding: 7px 4px 60px;
      display: none;
  }

  .product_info_accordions_item {
      border-top: 1px solid #000;
  }

  .product_info_accordions_item:last-child {
      border-bottom: 1px solid #000;
  }
  h3.product_info_accordions_trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}

h3.product_info_accordions_trigger svg {
    width: 15px;
    height: 15px;
}
h3.product_info_accordions_trigger.open svg rect+rect {
    opacity: 0;
}

h3.product_info_accordions_trigger svg rect {
    transition: all 0.1s;
}
  .product_info_accordions_content p {
    margin: 0;
}

body.temp_product-curtain_template .multicolumn {
    padding-bottom: 129px;
}

.qty_btn_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

product-form.custom_main_product_add2cart {
    max-width: 100%;
}

product-form.custom_main_product_add2cart .quick-add__submit {
    max-width: calc(100% - 128px);
}
.custom_main_product_price_review {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom_main_product_price_review .cstar_rating img {
    display: block;
    max-width: 83px;
    width: 100%;
    height: 13px;
}

.custom_main_product_price_review .cstar_rating {
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    gap: 8px;
}
.custom_options_selection_field select {
    background-image: url(/cdn/shop/files/arrow-down-sign-to-navigate_4_-svg.webp?v=1697614152);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 95% center;
    appearance: none;
    padding-left:15px;
    -webkit-appearance: none;
}
.buylining_popupoutter {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

.buylining_popup_overlay {
    position: absolute;
    display: block !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 80%);
    cursor: pointer;
}

.container_popup {
    position: relative;
    z-index: 2;
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    background-color: #ffff;
    padding: 35px;
    max-height: 845px;
    outline: 1px solid #fff;
    outline-offset: 10px;
}
.buylining_popupoutter.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom_main_product_freesample>a {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

button.custom_main_product_freesample {
    position: relative;
}
/* .multicolumn h3.inline-richtext {
    white-space: nowrap;
} */
.custom_main_product_description {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin-top: 31px;
}

button.custom_main_product_lining.shop_curtains {
    margin-top: 37px;
}
.pswp--ui-visible
{
    background-color: rgb(0 0 0 / 60%);
}
.custom_main_product_images.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 68px;
}
/* .custom_options_selection_field_wrapper select {
    text-align: left;
} */
button.custom_main_product_freesample {
    position: relative;
    margin: 0 auto;
}
.custom_options_selection_field select {
    background-color: transparent;
}

.custom_options_selection>.custom_options_selection_field select {
    text-align: center;
    padding: 0 15px;
}

.custom_options_selection>.custom_options_selection_field select {
text-align:center;
}
.custom_options_selection_field_wrapper select {padding: 10px 15px;text-align: center;}
.custom_options_selection_field_wrapper select option:hover{background-color:#a5947c;}
.all_line_items_properties {
    display: none;
}
.usefulllink_content a {
    display: inline-block;
    font-size: 12px;
}

.usefulllink_content {
    font-size: 12px;
    line-height: 1.5;
}
.custom_main_product_grid_wrapper {
    align-items: flex-start;
}

.custom_main_product_grid_wrapper>div {
    position: sticky;
    top: 0;
}
.custom_sample_product button.custom_main_product_lining.shop_curtains {
    max-width: 100%;
}
.custom_sample_product .custom_main_product_title {
    text-transform: uppercase;
}
.custom_main_product_images .slick-arrow {
    z-index: 1;
}

/* custom dropdown */
.custom-select {
  position: relative;
  width: 200px;
}

.selected-option {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.options {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  max-height: 154px;
  overflow-y: auto;
  top:102%
  left:0;
}

.options li {
  padding: 10px;
  cursor: pointer;
}

.options li:hover {
  background-color: #a5947c;
  color:#fff;
}


.custom_options_selection_field select {
    display: none;
}
.custom_options_selection_field input {
    background: transparent;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-family: Poppins,sans-serif;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    display: block;
    border: 0;
    height: 59px;
}
.custom_options_selection_field .custom-select {
    max-width: 100%;
    width: 100%;
}
.custom_options_selection_field .custom-select ul.options {
     background-color: #fff;
    z-index: 1;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-family: Poppins,sans-serif;
    text-align: center;
    line-height: 1.5;
    right: -1px;
    width: 101%;
    max-width: 450px;
}
.custom_options_selection_field .custom-select ul.options::-webkit-scrollbar {
    display: none;
}
.custom_options_selection_field input {
    background-image: url(/cdn/shop/files/arrow-down-sign-to-navigate_4_-svg.webp?v=1697614152);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 95% center;
    appearance: none;
    -webkit-appearance: none;
}
button.custom_main_product_freesample+product-form {
    display: none;
}
.custom_options_selection_field input.selected-search {
    background: unset !important;
    border: 1px solid #ccc;
    max-width: 95%;
    margin: 0 auto 20px;
    height: 40px;
    border-radius: 20px;
}
.custom_options_selection_field input.selected-search::-webkit-inner-spin-button {
    display: none;
}
.custom_options_selection_field input.selected-search:focus{
border-color:#000;
}
.temp_product-valances product-form.custom_main_product_add2cart span.quick-add__submit,
.temp_product product-form.custom_main_product_add2cart span.quick-add__submit {
    display: none;
}

.temp_product-valances product-form.custom_main_product_add2cart button.quick-add__submit,
.temp_product product-form.custom_main_product_add2cart button.quick-add__submit
{
    display: block !important;
}
.custom_options_selection_field .custom-select ul.options::-webkit-scrollbar {
  width: 10px;
    display:block;
    
}
.custom_options_selection_field .custom-select ul.options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #a5947c; 
  border-radius: 0px;
}
.custom_options_selection_field .custom-select ul.options::-webkit-scrollbar-thumb {
  background: #a5947c; 
  border-radius: 0px;
}
.custom_options_selection_field .custom-select ul.options::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.usefulllink_content p {
    margin: 5px 0;
}
.usefulllink_content p:last-child {
    font-size: 12px;
    line-height: 1.5;
}
.enb_dsb_checkout input[type="checkbox"] {
    width: 13px;
    height: 13px;
}
.usefulllink_content a {
    color: #907948;
}
/* .temp_product .custom_main_product_usefulllink {
    display: none;
} */
body.temp_product-curtain_template .multicolumn {
    padding-bottom: 50px;
}
.yotpo-main-widget-layout .yotpo-head {
    margin-top: 20px !important;
}
.temp_product-trim_template1 .custom_main_product_usefulllink h3,
.temp_product-trim_template2 .custom_main_product_usefulllink h3,
.temp_product-valance_template1 .custom_main_product_usefulllink h3,
.temp_product-valance_template2 .custom_main_product_usefulllink h3{
    font-size: 0;
    color: transparent;
}


@media screen  and (max-width:768px) {
  
  .custom_options_selection_field .custom-select ul.options {
        width: 100.3%;
    max-width: 785px;
}

/* custom dropdown */







@media screen  and (max-width:990px) {
  .custom_main_product_info {
    margin-right: 0;
    padding-left: 50px;
}
}
@media screen  and (max-width:550px) {
.custom_options_selection_field .custom-select ul.options {
    width: 100.5%;
    max-width: 785px;
    border: 1px solid #ccc !important;
}
}
@media screen  and (max-width:768px) {
  
  .custom_main_product_grid_wrapper {
    flex-direction: column;
}

.custom_main_product_media_wrapper {
    max-width: 100%;
}

.custom_main_product_media {
    max-width: 100%;
}

.custom_main_product_info {
    max-width: 100%;
    margin-right: 0;
    margin-top: 50px;
}

.custom_main_product .container {padding: 0 20px;}

.custom_main_product_images .slick-list.draggable {
    max-width: 100%;
}

.custom_main_product_images .slick-arrow {
    z-index: 2;
}

/* .custom_main_product_img {
    padding-bottom: 450px;
} */

.custom_options_selection_field label {
    letter-spacing: 0.6px;
}

.custom_options_selection_field select {
    letter-spacing: 0;
    text-align: left;
}
    .custom_main_product_info {
    padding-left: 0px;
}
    .custom_main_product_images.slick-initialized.slick-slider.slick-dotted {
      margin-bottom: 50px;
  }
  .buylining_popupoutter {
    padding: 0 15px;
}

.container_popup {
    max-height: 80vh;
    overflow-y: auto;
    padding: 35px 20px;
}

.buylining_popup_product_wrappper .custom_main_product_images .slick-next {
    right: -15px;
}

.buylining_popup_product_wrappper .custom_main_product_images .slick-prev {
    left: -15px;
}
  .custom_main_product_grid_wrapper>div {
    position: static;
}
  .custom_options_selection_field input {
    letter-spacing: 0;
    text-align: center;
}
  .custom_main_product {
    margin-top: 0px;
}
}
