/** Shopify CDN: Minification failed

Line 21:0 Unexpected "{"
Line 21:1 Expected identifier but found "%"
Line 27:0 Unexpected "{"
Line 27:1 Expected identifier but found "%"
Line 29:0 Unexpected "{"
Line 29:1 Expected identifier but found "%"
Line 33:4 Unexpected "{"
Line 33:5 Expected identifier but found "%"
Line 35:4 Unexpected "{"
Line 35:5 Expected identifier but found "%"
... and 28 more hidden warnings

**/
    .p-tag--buy-div {
    text-align: center;
}
  .progress.progress-striped {margin: 0;}

{% if settings.stickycartenable %}

.cart__footer-icon.in {
    display: none;
}

{% endif %}

{% if settings.product_thumbnails == 'Right' or settings.product_thumbnails == 'Left'%}


  div#shopify-section-product-template .myNewWrap{
    {% if settings.product_thumbnails == 'Left' %}
    float:left;
    {% else %}
     float:right;
    {% endif %}
    max-width:118px; margin-top:20px;}
  .bx-wrapper .bx-controls-direction a.bx-next {
    top: initial;
    right: initial;
    left: 35%;
    bottom: -19px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
  .bx-wrapper .bx-controls-direction a.bx-prev {
     margin-top: -12px;
    top: -6px;
    left: 33%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
  .slick-slide.slick-current.slick-active a {
    border: 1px solid #000;
}
  .Thumbnail .shoptimized-086 {position: relative;
    top: 8px;}
  div#shopify-section-product-template .product--images>.bx-wrapper .bx-viewport {
     
    margin-top: 20px;
}
.product-single__thumbnails  button.PrevArrow.slick-arrow , .product-single__thumbnails  button.NextArrow.slick-arrow {
    height: 24px;
    background: #fff; z-index:4;
    width: 120px !important;
}
 .product-single__thumbnails .PrevArrow .Thumbnail{ 
    background-color: #fff;  top:0; width: 40px !important; height: 40px; border-radius: 50%; border: 1px solid #ebebeb;  
    background-repeat: no-repeat;    z-index:55; position:relative; display:block; margin:0 auto -20px;
    background-position: center; 
}
  
 .product-single__thumbnails .NextArrow .Thumbnail {
    bottom: 0;
    
    background-color: #fff; 
    background-repeat: no-repeat;  width: 40px !important; height: 40px; border-radius: 50%; border: 1px solid #ebebeb; 
    background-position: center; transform:rotate(180deg); z-index:55; position:relative; display:block; margin:-35px auto 0;
}
  
   div#shopify-section-product-template .product-single__photos { 
     {% if product.images.size > 1 %}
     width: calc(100% - 125px); 
     
     
     float: left;
  {% endif %}
   }
   @media screen and (max-width:767px) {
  div#shopify-section-product-template .hideinmobile .product-single__photos{width:100%;
  float: none;
    margin-left: auto;
    margin-right: auto;
  }
   }


 div#shopify-section-product-template .product-single__thumbnails{
     width:120px !important;
     background-color: {{ settings.color_body_bg }};
 }
  .description--tabs .tabs .ui-tabs-nav {
      background-color: {{ settings.color_body_bg }};
  }
  div#shopify-section-product-template  .bx-wrapper{float:right}
  div#shopify-section-product-template .product--images>.bx-wrapper .bx-viewport{ width:120px !important;}
  .social-sharing{clear:both;} 
   div#shopify-section-product-template .slick-slide, div#shopify-section-product-template .slick-list{width:118px !important;}
  .product-single__thumbnails li{margin-bottom:0;}
  
  div#shopify-section-product-template .thumb-left .product-single__photos { float: right;}
  
  div#shopify-section-product-template .thumb-left .bx-wrapper{float:none !important;}
  
 
  
  @media screen and (max-width:640px) {
   
div#shopify-section-product-template .myNewWrap .bx-wrapper .bx-viewport {
    margin-top: 30px;
}
    .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 20%;
      margin-top: -22px;
      top: 0px;
    position: absolute;
}
    .bx-wrapper .bx-controls-direction a.bx-next {
   left: 9%;
      bottom: -12px;
    position: absolute;
}
    .bx-controls-direction {
    position: initial;
    }
    div#shopify-section-product-template .myNewWrap{ 
      {% if settings.product_thumbnails == 'Left' %}
    float:left;
    {% else %}
     float:right;
    {% endif %}max-width:66px;}
     div#shopify-section-product-template .product--images>.bx-wrapper .bx-viewport{margin-top: 30px;}
   {% if product.images.size > 1 %}
    div#shopify-section-product-template .product-single__photos {
       width: calc(100% - 66px);
    
   }
    {% endif %}
    
 div#shopify-section-product-template .product-single__thumbnails{ width:70px !important;}
  div#shopify-section-product-template  .bx-wrapper{float:right}
  div#shopify-section-product-template .product--images>.bx-wrapper .bx-viewport{ width:70px !important;}
   .product-single__thumbnails  button.PrevArrow.slick-arrow , .product-single__thumbnails  button.NextArrow.slick-arrow {width:70px !important;}
   div#shopify-section-product-template .slick-slide, div#shopify-section-product-template .slick-list{width:70px !important;}
 
    .product-single__thumbnails .PrevArrow .Thumbnail, .product-single__thumbnails .NextArrow .Thumbnail{width: 35px !important; height: 35px;}
  {% if settings.product_thumbnails == 'Right' %}
 
 .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 20%;
    margin-top: -22px;
    top: 28px;
 }
 
{% endif %}
  }
  
 

{% endif %}

