/** Shopify CDN: Minification failed

Line 127:1 Expected "}" to go with "{"

**/
.thumbnail .price span.money {
    color: #99d9d9;
}
.shopify-payment-button div {
    height: unset;
}
/*Top Bar*/
.top_bar ul.social_icons li a:hover {
    color: #99d9d9;
}
.dropdown, .main_nav {
    background: #1b1f23;
    background: rgb(0 22 40 / 64%)!important;
} 
  
/* Buttons Style*/

.quick_shop, .view_all, .caption-content .action_button, .caption-content.align-left:first-child .action_button {
	background: #99D9D9!important;
    border: 1px solid #99D9D9!important;
    color: #001628!important;
    font-weight: 500;
  	width: auto!important;
}
.quick_shop:hover, .view_all:hover, .caption-content .action_button:hover, .caption-content.align-left:first-child .action_button:hover {
    color: #99D9D9!important;
    background: #001628!important;
  	border: 1px solid #99D9D9!important;
}
a.continue-button, a.highlight-false--dark, input[type=button].highlight-false--dark{
	background: #99D9D9!important;
    border: 1px solid #99D9D9!important;
    color: #001628!important;
    font-weight: 500;
}
a.continue-button:hover, a.highlight-false--dark:hover, input[type=button].highlight-false--dark:hover{
    color: #99D9D9!important;
    background: #001628!important;
  	border: 1px solid #99D9D9!important; 
}
/*End Buttons Style*/



/*Collections*/
.list-collections .thumbnail, .product-list .thumbnail, .slider-gallery .thumbnail {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    display: block;
    box-shadow: 0 0 10px #e6e6e6;
    border-radius: 5px!important;
    border: 1px solid #f9f9f9;
}


/*Home Page Products Slider*/
.slider-gallery.products-slider {
    margin-top: 50px;
}
div#shopify-section-1489283919239 .gallery-cell.thumbnail {
    margin: 5px;
}
/*Home collections*/
div#shopify-section-1489285116594 {
    padding: 30px 0 50px 0;
}

/*Product Page Singel*/
.sixteen.columns h1.product_name {
    text-align: left!important;
}

.product_gallery.flickity-enabled, .product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell img {
    border: 1px solid #ddd;
}

@media only screen and (max-width: 798px){
  div#shopify-section-1489283919239 .gallery-cell.thumbnail.visible-4.quick-shop-style--popup {
      min-height: 265px;
  }
  div#shopify-section-1489283919239 .price span.money, .thumbnail .price span.money {
      color: #000000;
      font-weight: bold;
      font-size: 14px;
  }
  ol.flickity-page-dots {
      display: none;
  }
  
  .homepage-slideshow .flickity-viewport{
    height: 500px!important;
  }
  .homepage-slideshow .flickity-viewport .caption.position-center {
    margin-top: -33em;
  }
  .homepage-slideshow .flickity-viewport .caption.position-center .caption-background-true.caption-transparency-true {
    background-color: #1e1e1e99;
    padding: 20px;
  }
  .caption.position-center .pretext p strong, .caption.position-center h1.headline {
     color: #fff!important;
  }



.newsletter_section {
    display: none;
}

.sixteen.columns h1, .ten.columns h1 {
    text-align: center!important;
}
/* .feature_divider {
    margin: auto;
    max-width: 150px;
    border-bottom-width: 2px;
} */

.main_nav_wrapper.sticky_nav.sticky_nav--stick .search-wrapper {
    width: 50px;
}