/** Shopify CDN: Minification failed

Line 182:5 Expected percentage but found "#shopify-section-cart"
Line 270:8 Expected "}" to go with "{"

**/
/* Countdown Timer Start */
 #top-bar{
     display: block;
     position: static;
     transition: all 0.5s ease-in-out;
}
 .lwd-promobar__bar-0 {
     z-index: 1099;
     background-color: #2D313F;
     min-height: 45px;
     font-family: Nunito;
     font-size: 16px;
     font-weight: 300;
     background-repeat: no-repeat;
     background-size: cover;
}
 .lwd-promobar__single-bar {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 9999;
     overflow: hidden;
     min-height: 50px;
     padding: 8px 25px;
     background-repeat: no-repeat;
     background-position: 50%;
     background-size: contain;
     font-family: inherit;
     font-size: 16px;
     font-weight: 400;
}
 .lwd-promobar__components {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .lwd-promobar__bar-0 .lwd-promobar__message a, .lwd-promobar__bar-0 .lwd-promobar__c-separate a {
     color: #ffffff;
     text-decoration: none;
}
 .lwd-promobar__message {
     color: #ffffff;
     text-align: center;
     line-height: 1.3em;
}
 .lwd-promobar__component {
     padding: 5px 7px;
}
 .lwd-promobar__close {
     position: absolute;
     z-index: 10;
     right: 5px;
}
 .lwd-promobar__close-btn {
     display: block;
     width: 28px;
     height: 28px;
     min-height: auto;
     padding: 0;
     font-size: 24px;
     cursor: pointer;
     border: 0;
     border-radius: 3px;
     outline: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     background-color: rgba(255, 255, 255);
     -webkit-transition: background-color .2s linear;
     transition: background-color .2s linear;
}
 .lwd-promobar__close-btn svg {
     fill: black;
     display: block;
     position: relative;
     width: 15px;
     height: 15px;
     margin: 0 auto;
     opacity: .8;
     -webkit-transition: opacity .2s linear;
     transition: opacity .3s linear;
}
 .lwd-promobar__close-btn:hover {
     background-color: rgba(0,0,0,.5);
}
 .lwd-promobar__close-btn:hover svg{
     fill: white;
}
 .countdown {
     display: flex;
     justify-content: center;
     align-items: center;
     color: #ffffff;
}
 .countdown .day, .countdown .hour, .countdown .min, .countdown .sec {
     display: inline-block;
     min-width: 2em;
     margin: 0 4px;
     padding: 0.0625em 0.25em;
     border-radius: 3px;
     text-align: center;
     background-color: #E3BD7E;
     color: #1a1a1a;
}
 .countdown .day .num, .countdown .hour .num, .countdown .min .num, .countdown .sec .num {
     display: block;
     font-weight: bold;
}
 .countdown .day .word, .countdown .hour .word, .countdown .min .word, .countdown .sec .word {
     display: block;
     position: relative;
     top: -1px;
     font-size: 0.625em;
     line-height: 1em;
     font-weight: normal;
}
 .countdown .day{
     animation: ctdnum .4s;
     animation-timing-function: linear;
}
 .countdown .hour{
     animation: ctdnum .8s;
     animation-timing-function: linear;
}
 .countdown .min{
     animation: ctdnum 1.2s;
     animation-timing-function: linear;
}
 .countdown .sec{
     animation: ctdnum 1.6s;
     animation-timing-function: linear;
}

.warning-note{
  padding: 5px 7px;
  margin: 0;
  color: red;
  text-align: center;
  line-height: 1.3em;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__price {
    font-weight: bolder !important;
}
 @keyframes ctdnum {
     from {
        transform: translateY(-50px);
    }
     to {
        transform: translateY(0);
    }
    /* Countdown Timer End */
     #shopify-section-cart {
         margin-top: 150px;
    }
     #CartPopoverCont{
         top: 150px !important;
         z-index: 99999 !important;
         box-shadow: 1px 1px 4px darkgray;
    }
     .collection-list {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         border-left: 1px solid #f0f0f0;
    }
     .collection__nav{
         padding-top: 5px !important;
    }
     .lazy-image.article__image{
       padding-top: 100% !important;
     }
    .lazy-image img{
      height: 100%;
      object-fit: cover;
    }
    .product-information .price{
      font-weight: bolder;
    }
.product__thumbs--square .slick-dots li img{
  display: none !important;
}
.product__thumbs--square .slick-dots li {
    background: silver !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50px !important;
}

.template-product .pf-product-form {
    padding-top: 50px!important;
}
     @media screen and (max-width: 600px) {
         .product__thumbs--square .slick-dots li a {
             display: block;
             width: 25px;
             height: 8px;
             background: #E3BD7E;
             border-radius: 20px;
        }
         ul.slick-dots {
             margin: 15px 0 !important;
             display: flex;
             justify-content: center;
             align-items: center;
             text-align: center !important;
        }
         li.slick-active {
             border: 2px solid darkgrey;
        }
         .product__thumbs--square .slick-dots li img{
             display: none;
        }
         .mfp-bg.mfp-ready {
             z-index: 1 !important;
        }
         .lwd-promobar__components {
             flex-direction: column-reverse;
        }
         .lwd-promobar__component {
             padding: 8px 0px 0;
        }
         @keyframes ctdnum {
             from {
                transform: translateY(50px);
            }
             to {
                transform: translateY(0);
            }
        }
          span.cart-icon-title {
              display: none !important;
          }
       .collection__nav{
         padding-top: 0 !important;
       }
.product__wrapper.product__wrapper--thumbnails.product__wrapper--custom {
    margin: 140px 40px 0 40px!important;
}
     }
        