/** Shopify CDN: Minification failed

Line 145:0 Unexpected "}"

**/
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  display: none;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  display: block;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin: 50px auto;
  max-width: 1100px;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
/*   border: 1px solid #999; */
/*   border: 1px solid rgba(0, 0, 0, 0.2); */
  border-radius: 6px;
/*   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
}
/* width */
.custom-model-wrap::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.custom-model-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.custom-model-wrap::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.custom-model-wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: block;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
    z-index: 99;
    font-size: 25px;
    color: #fff;
    background-color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    line-height: 28px;
    text-align: center;
}


.product-recommendations .price{
 text-align: left;
}

.quickview_product_desc li {
    font-weight: 300;
      list-style: disc;
}
/* @media screen and (max-width:1680px){
.custom-model-inner {
  max-width: 80%;
} */
  
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  height: 100%;
  min-height: 550px;
    
}
}
@media screen and (min-width:800px){
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
/* @media screen and (max-width:1680px){
  .custom-model-inner {
    max-width: 77%;
} 
} */
/* @media screen and (max-width:1510px){
  .custom-model-inner {
  max-width: 90%;
} 
}
 */
@media screen and (max-width:1024px){
  .custom-model-inner{margin-top: 25px;}
/*   .custom-model-inner {
  max-width: 95%;
}  */
}
.product--thumbnail .product__media-item:not(.is-active), .product--thumbnail_slider .product__media-item:not(.is-active) {
  display: none !important;
}
.product__modal-opener .product__media-icon{
  display:none;
}
.product-form__input input[type=radio]:checked+label {
  border: 1px solid #ffcf06 !important;
}


@media screen and (max-width:900px){
.custom-model-wrap {
    padding: 0;
}
.product--thumbnail_slider .product__media-list {
    margin-left: 0;
    padding: 30px 20px;
}
.product--thumbnail_slider .thumbnail-slider {
    padding: 30px 20px;
}  
.custom-model-wrap .product__info-wrapper.grid__item .product__info-container {
    max-width: 100%;
}
/* .custom-model-wrap .product__info-wrapper.grid__item .product__info-container .product-form__buttons {
    margin: 0 auto;
} */
.custom-model-wrap .product__info-wrapper.grid__item .product__info-container product-form.product-form.quick-add {
    flex: 0 0 100%!important;
}
  
}


  
@media screen and (max-width:768px){
.custom-model-wrap{
 padding: 0; 
}
.close-btn {
    position: absolute;
    right: -9px;
    top: -9px;
}
  
}

@media screen and (max-width:749px){
.product--thumbnail .product__media-item:not(.is-active), .product--thumbnail_slider .product__media-item:not(.is-active) {
  display: block !important;
}
.grid--peek.slider--mobile .grid__item {
    box-sizing: inherit;
    margin: 0;
    padding: 0 15px;
}
.slider.slider--mobile {
/*  scroll-padding-left: 0 !important; */
}  
.grid--peek.slider .grid__item:first-of-type {
    margin-left: 0;
    padding: 0 15px;
}  
.slider.slider--mobile .slider__slide button.button.button--full-width {
    display: none;
}
/* .custom-model-inner {
  max-width: 90%;
}   */
.model-open .custom-model-inner .custom-model-wrap .grid__item.product__media-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}  
.custom-model-wrap {
  max-height: calc(100vh - 50px);
}  
}
@media screen and (max-width:480px){
/* .custom-model-inner {
  max-width: 95%;
} */
.product__info-wrapper.grid__item {
    background: #f5f5f5;
    padding: 10px 24px;
}  
h1.product__title {
    font-size: 24px;
    font-weight: 700;
}  
.product_form_inputs_buttons .product-form__input.product-form__quantity quantity-input.quantity {
    height: 52px;
  border-radius: 5px;
  width:100%;
}
.product-template .product_form_inputs_buttons .product-form__input.product-form__quantity{background: #fff; height: 72px;}  
.product-template .custom-model-wrap .product__info-wrapper.grid__item .product__info-container product-form.product-form.quick-add .product-form__buttons button {height: 52px;}
.product-template .product__info-wrapper .product_form_inputs_buttons .product-form .product-form__buttons{max-width:100%;}
}

.custom-model-inner .pop-up-content-wrap .product__info-wrapper .quick-view-popup-close{width: auto; height: auto; position: relative; background: inherit; right: inherit; top: inherit; 
display: inherit; font-size: inherit; text-align: inherit; line-height: inherit !important; z-index: inherit; cursor: inherit; color: inherit; border-radius: inherit; justify-content: inherit;}

