/** Shopify CDN: Minification failed

Line 612:10 Expected identifier but found whitespace
Line 612:15 Unexpected ";"

**/

.product_thumb_new_outer ul li a img {
  max-width: unset !important;
  min-width: unset !important;
  height: unset !important;
  max-height: unset !important;
  object-fit: unset !important;
  border: 0 !important;
  width: 100% !important;
}

.product_thumb_new_outer .grid__item {
  width: 100% !important;
  padding-left: unset !important;
  padding-bottom: unset !important;
  margin: 0 !important;
}

.product_sec_right {
  position: absolute;
  top: 20px;
  right: 0;
  width: 50%;
  padding-right: 0;
}

/* Presale plugin customizations */
#pq-branding {
  display: none;
}

.product-size-selector--label {
  position: absolute;
  top: -20px;
  font-size: 12.5px;
  color: #000;
  text-transform: uppercase;
}

.product-size-selector--container {
  position: relative;
}

.product-size-selector--container:after {
    position: absolute;
    right: 40px;
    content: '⌄';
    font-size: 2rem;
    display: inline-block;
    top: -1px;
}


@media only screen and (max-width: 926px) {

  .product-size-selector--container:after {
    right: 20px;
    top: 0;
  }
  
  .product_sec_right {
    position: static;
    margin-top: -1rem;
    padding: 0 !important;
    top: unset;
    right: unset;
    width: 100%;
    
  }
}

.featured-image.hes-gallery {
  display: none !important;
}

.product_thumb_new_outer.desktop-thumbnails {
  width: 100% !important;
}

@media only screen and (max-width: 926px) {
  .thumbnails-wrapper {
    z-index: -99999 !important;
    margin-left: 0;
    margin-right: 0;
  }
}

.add-to-bag-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.product-form__item {
  margin-bottom: 20px !important;
}

.title-and-price-container {
  display: flex;
}

.product-title {
  width: 90% !important;
  font-size: 14px !important;
}

.cx_preordershipsfrom {
  order: 100;
  margin-top: 5px;
}

.cx_preorderButton {
  order: 0;
}

@media only screen and (max-width: 991px) {
  .product-title {
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-size: 16px !important;
  }


  .cx_preordershipsfrom {
    order: 0;
    margin-top: 0;
    position: absolute;
    bottom: -15px;
  }

}

.template-product .normal-btn {
  background: #000 !important;
  color: #fff !important;
  border: 1px #ccc solid !important;
  width: 95% !important;
  margin: 0 !important;
  transition: all 500ms ease-in-out;
}

.template-product .normal-btn:hover {
  background: #fff !important;
  color: #000 !important;
}

.product_sold_out_btn {
  background: #000 !important;
  color: #fff !important;
  border: 1px #ccc solid !important;
  width: 95% !important;
  margin: 0 !important;
  transition: all 500ms ease-in-out;
}

.product-form {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  display: flex;
}

.product-form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  max-height: 60px !important;
}

#ProductSelect {
  background: #f5f3f3 !important;
/*   border: 1px #ccc solid !important; */
  width: 150px !important;
  transition: all 500ms ease-in-out;
/*   background-image: url(//cdn.shopify.com/s/files/1/0097/3248/9297/t/4/assets/ico-select.svg?21152) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important; */
}

@media only screen and (max-width: 926px) {
  #ProductSelect {
    margin-right: 0px !important;
    margin-bottom: 2px;
    min-height: 38px;
    padding: 0 6px !important;
  }
}

#ProductSelect:hover {
  background: #000 !important;
  color: #fff !important;
}

.product_wishlist_button {
  right: 20px !important;
}

.product_sec_right > div.details {
  position: fixed !important;
  left: 50% !important;
  bottom: -5% !important;
  width: 50vw;
  padding: 6rem;
  background-color: rgba(255,255,255, 0.9);
  overflow-y: auto;
}


@media only screen and (max-width: 926px) {
  .product_sec_right > div.details {
    left: 0 !important;
    width: 100% !important;
    padding: 1.5rem 3rem 3rem 3rem !important;
    z-index: 9999999999999999999999 !important;
    bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  
}

@media only screen and (max-width: 926px) {
  .title-and-price-container {
    justify-content: space-between !important;
    align-items: center !important;
    top: 1.5rem;
    position: relative;
  }
}

.product_left_img_sec {
  left: 0;
  padding: 0;
  width: 50% !important;
}

.product_sec_right {
  padding: 0;
}

@media only screen and (max-width: 926px) {
  .product_left_img_sec {
    left: unset;
    width: 100% !important;
  }
}

.product_sec_right > div.details h4.price {
  width: 18% !important;
}

@media only screen and (max-width: 926px) {
  .product_sec_right > div.details h4.price {
    margin-bottom: 0px !important;
    width: 8% !important;
    margin-right: 40px;
    display: flex;
    align-self: baseline;
  }
}

.product-description {
  max-width: 70% !important;
}

.product-description-size-contact-container {
  margin-bottom: 5px !important;
  transition: all 250ms ease-in-out;
}

@media only screen and (max-width: 926px) {
  .product-description-size-contact-container {
    display: none;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 926px) {
  .product-description {
    display: none;
    max-width: 100% !important;
  }
}

.product-detail-background-color {
  height: 98vh;
  display: block;
}

@media only screen and (max-width: 926px) {
  .thumbnails-slider__prev {
    display: none !important;
  }
  
  .thumbnails-slider__next {
    display: none !important;
  }
}

@media only screen and (max-width: 926px) {
  .product_thumb_new_outer .product-single__thumbnail {
    padding: 0 !important;
  }
}


@media only screen and (max-width: 926px) {
  .product-detail-background-color {
    display: none !important;
  }
}


.details p {
  font-size: 12px !important;
  line-height: 20px;
  letter-spacing: 0.03rem !important;
}

@media only screen and (max-width: 926px) {
  .details p {
/*     display: none; */
  }
}


@media only screen and (max-width: 926px) {
  .product_thumb_new_outer .slick-slide img {
    max-width: 100vw !important;
    height: unset !important;
    object-fit: unset !important;
    position: static;
  }
}

@media only screen and (max-width: 926px) {
  .content-modules {
    position: relative;
/*     z-index: -99; */
    margin-top: 0;
  }
}

@media only screen and (max-width: 926px) {
  .product-description-toggle:not(.is-toggled)::before {
    transform: rotate(0deg);
    transition: transform 250ms ease-in-out;
  }
  
  .product-description-toggle:not(.is-toggled)::after {
    transform: rotate(90deg);
    transition: transform 250ms ease-in-out;
  }

  .product-description-toggle::before {
    transform: rotate(-45deg);
    height: 3px;
    width: 24px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    opacity: 1.0;
    transition: transform 250ms ease-in-out;
  }
  
  .product-description-toggle::after {
    transform: rotate(45deg);
    height: 3px;
    width: 24px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    opacity: 1.0;
    transition: transform 250ms ease-in-out;
  }
  

  .is-toggled {
    transition: transform 250ms ease-in-out;
  }

  .product-description-toggle {
    display: block;
    width: 8%;
    right: 0;
    padding: 0;
    cursor: pointer;
    margin-bottom: 24px;
    transition: transform 250ms ease-in-out;
  }
}

.product-description-klarna {
  display: flex;
}

@media only screen and (max-width: 926px) {
  .product-description-klarna {
    display: none;
  }
}

@media only screen and (max-width: 926px) {
  .product_sold_out_btn {
    background: #fff !important;
    color: #000 !important;
    border: 1px #ccc solid !important;
    width: 95% !important;
    margin: 0 !important;
    transition: all 500ms ease-in-out;
  }
}

.product-description-size-tout-container {
  display: flex;
}

@media only screen and (max-width: 926px) {
  .product-description-size-tout-container {
    flex-direction: column;
  }
}

.product-description-touts-container {
  width: 80%;
}

@media only screen and (max-width: 926px) {
  .product-description-touts-container {
    width: 100%;
  }
}

.product-description-size-container {
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 926px) {
  .product-description-size-container {
    justify-content: unset;
    display: none;
    width: unset;
  }
}

.product-colors-container {
  display: flex;
  position: relative;
  bottom: 15px;
  left: -5px;
}

.product-description-and-colors-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 926px) {
  .product-colors-container {
    display: none;
    left: -12px;
    padding: .5rem 0;
    top: .5rem;
   }
}

.product-color-title {
  align-self: center;
}


.product-color-items-container {
  display: flex;
  overflow: scroll;
}

.product-color-item {
  min-width: 20px;
  padding: 1rem 0;
  align-self: center;
  transition: opacity 200ms ease-in-out;
  margin-left: 8px;
}

@media only screen and (max-width: 926px) {
  .product-color-item {
    padding: .5rem 0;
    margin-left: 15px;
  }
}

.product-color-item:hover {
  opacity: 0.7;
}
.product-color-item-link {
  display: block;
  width: 20px;
  height: 20px;
}

.product-color-item-link img {
  width: 20px;
  height: 20px;
  border: 1px #ccc solid;
  border-radius: 1rem;
}

@media only screen and (max-width: 926px) {
  .product-color-item-link {
    display: block;
    width: 25px;
    height: 25px;
  }
  
  .product-color-item-link img {
    width: 25px;
    height: 25px;
    border: 1px #ccc solid;
    border-radius: 25px;
  }
}

.product-description-tout-item span {
  transition: all 250ms ease-in-out;
  position: relative;
}

.product-description-tout-item span::before {  
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: -1px;
  background: #333;
  border-radius: 5px;
  transition: 250ms ease-in-out;
  opacity: 0;
}

.product-description-tout-item span:hover::before,
.product-description-tout-item span:focus::before {
  transition: all 250ms ease-in-out;
  opacity: 1;
}

.product-description-size-contact-container span {
  transition: all 250ms ease-in-out;
  position: relative;
  margin-right: .25rem;
  margin-left: .25rem;
}

/* .product-description-size-contact-container span:first-child {
  margin-left: 0;
} */


@media only screen and (max-width: 926px) {
/*   .product-description-size-contact-container span {
    margin-right: .5rem;
    margin-left: .5rem;
  } */

/*   .product-description-size-contact-container span:first-child {
    margin-left: .25rem;
  } */
}

i.divider {
  font-style: normal;
}

.product-description-size-contact-container span::before {  
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: -1px;
  background: #333;
  border-radius: 5px;
  transition: 250ms ease-in-out;
  opacity: 0;
}

.product-description-size-contact-container span:hover::before,
.product-description-size-contact-container span:focus::before {
  transition: all 250ms ease-in-out;
  opacity: 1;
}

.product-description-tout-item {
  margin-bottom: 5px !important;
  display: flex;
  align-items: center !important;
  line-height: 16px !important;
  position: relative;
}
.product-description-tout-item
  display: flex;

.product-description {
  margin-bottom: 0 !important;
}

.stuck {
  position:fixed;
  top:0;
  padding-right: 1.5rem;
}


.product-description-tout-item span, .product-description-size-contact-container span {
  font-size: 12.5px;
  align-items: center;
  display: flex;
}
.product-description-tout-item span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: -15px;
  background: #333;
  opacity: 1;
}

.product-description-size-contact-container span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: -15px;
  background: #333;
  opacity: 1;
}

@media screen and (min-width: 991px) {
  .product-description-tout-item span, .product-description-size-contact-container span {
    display: inline-block;
  }

  .product-description-size-contact-container span::after, .product-description-tout-item span::after {
    top: 50%;
  }

  .product-description-size-contact-container span:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {

  .product-description-size-contact-container span:not(:first-child) {
    margin-left: 0px;
  }
  .product-description-size-contact-container span:not(:first-child)::after {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .product-description-tout-item span, .product-description-size-contact-container span {
    font-size: 11.5px;
  }
  i.divider {
    margin: 0 3px !important;
  }
}

/* PDP DETAIL UPDATES - 03.30.2021 */
/* CSS written here will be injected in the devices */

@media only screen and (max-width: 926px) {

  .product-title {
    width: 75% !important;
    margin-bottom: 0 !important;
    align-self: baseline;
  }

  .product_sec_right > div.details h4.price {
    width: 8% !important;
    display: flex;
    align-self: baseline;
    padding-left: 1%;
    margin: 0 18% 0 1%;
  }

  .add-to-bag-container {
    position: relative;
    top: 3rem;
  }

  .product_sec_right > div.details {
    max-height: 75vh;
    z-index: 999999999 !important;
  }

  .product-description-and-colors-container {
    display: none;
    overflow: scroll;
    position: relative;
    top: 2rem;
    padding: 0;
  }

  .product-description {
    height: 150px;
    overflow: scroll;
  }

  .product-description-tout-item, .product-description-size-contact-container span {
    padding-top: 4px !important;
    line-height: 12px !important;
    margin: 0 0 5px 0;
  }
  
  .product-description-touts-container {
    display: flex;
    flex-direction: column;
  }
  .product-description-size-tout-container {
    margin-top: 2rem;
    display: none;
  }
  .product-description-size-contact-container {
    flex-direction: column;
  }
  .product-description-size-contact-container span{
     width: 100%; 
  }

  .product-description-tout-item, .product-description-size-contact-container {
    position: relative;  
  }

  .product-description-size-contact-container i.divider {
    display: none;
  }
}

@media only screen and (max-width: 991px) and (max-height: 480px) {
  .product_sec_right > div.details {
    max-height: 100vh !important;
  }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 
  and (orientation: portrait) {
  .product_sec_right > div.details {
    padding: 1.5rem;
  }
    
  .product-description-touts-container {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}


@media only screen and (max-width: 926px) {
  #tidio-chat-iframe {
     bottom: 12rem !important;
  }
}

@media only screen and (min-width: 926px) {
  .template-product 
  .normal-btn.customize-product-button:hover {
    background: #000 !important;
    color: #fff !important;
  }
}

.template-product 
.normal-btn.customize-product-button {
  background: #fff !important;
  color: #000 !important;
  position: relative;
  transition: all 500ms ease-in-out;
}

@media only screen and (max-width: 926px) {
  .template-product 
  .normal-btn.customize-product-button {
    color: #000 !important;
    transition: all 500ms ease-in-out;
    border: none !important;
    background: transparent !important;
    position: absolute;
    left: 0 !important;
    min-width: 100px !important;
    padding: 0px !important;
    min-width: 0;
    width: 100px !important;
    text-align: left;
  }

}


.template-product 
.normal-btn.customize-product-button::after {
  content: '';
  background-image: url(https://cdn.shopify.com/s/files/1/0340/1305/2987/files/CustomizerEditIcon.svg);
  position: absolute;
  height: 14px;
  width: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  transition: all 500ms ease-in-out;
}

@media only screen and (min-width: 926px) {
  .template-product 
  .normal-btn.customize-product-button:hover:after {
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0340/1305/2987/files/CustomizerEditIconWhite.svg);
    position: absolute;
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
    transition: all 500ms ease-in-out;
  }
}


.product-input-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.customize-product-button-container {
  position: relative;
  margin-bottom: 1rem !important;
  opacity: 0;
  transition: opacity 600ms; 
  height: 40px;
}

.only-customize-product-button-container {
  margin-bottom: 0 !important;
  opacity: 0;
  transition: opacity 600ms; 
}


@media only screen and (max-width: 926px) {
  .product_thumb_new_outer .grid__item {
    max-height: max-content;
  }
}

.product-detail-background-image-container {
  max-width: 100vw;
}

.w-100 {
  width: 100%;
}