/** Shopify CDN: Minification failed

Line 20:0 Unexpected "{"
Line 20:1 Expected identifier but found "%"
Line 21:0 Unexpected "{"
Line 21:1 Expected identifier but found "%"
Line 41:12 Expected identifier but found "{"
Line 41:13 Unexpected "{"
Line 41:20 Expected ":"
Line 41:24 Expected identifier but found "!"
Line 42:9 Expected identifier but found "{"
Line 42:10 Unexpected "{"
... and 9 more hidden warnings

**/
/* 
   Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;  
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:{{ width }} !important; 
  height:{{ height }} !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#fff;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:{{ height }};
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding: 8px 16px; }
.color.swatch-element label { padding:0;width:70px; height:30px; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
    border-color: transparent;
    background-color: #9d9ee1;
    color: #fff;
}
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
.product-card__title, .price{
    display: inherit;
    text-align: center;
}
.owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 7px;
  background: #9d9ee1;
}
.swatch-element label {
    padding: 8px 16px;
    border: 1px solid #efefef;
}
.product-card__title:hover{text-decoration:none;}
.product-card:hover .product-card__title, .product-card:focus-within .product-card__title{
	    border-bottom-color: #fff;
}
.grid-view-item{ margin-bottom:0px; }
.product-card__image-wrapper, .grid-view-item__image{
	max-width:100% !important; max-height:100%!important;
}
.social_ico {
    float: left;
    width: 25%;
}
.annn_bar {
    float: left;
    width: 50%;
    text-align: center;
}
.right_account {
    float: left;
    width: 25%;
    text-align: center;
}
.announcement-bar { 
  float: left;
  width: 100%;     padding-left: 55px;
  padding-right: 55px;     margin-bottom: 30px;
}
i.fas.fa-search {
    color: #fff;
}
.right_account a:hover, i.fas.fa-search:hover, .social-icons__link:hover .icon{
	color: #fc0469;
}
.social_ico ul{ padding:10px 0px;     float: left;
    width: auto;} 
.announcement-bar__message {
    padding: 10px 55px;     font-size: 14px;
    font-weight: 400;
}
.social_ico .social-icons .icon {
    width: 20px; color: #fff;  height: 20px;
}
.right_account a{ color:#fff;}
.social_ico .site-footer__social-icons li {
    padding: 0 10px;
}
button.btn--link.site-header__icon.site-header__search-toggle.js-drawer-open-top {
    outline: none;
}
input.search__input.search-bar__input {
    border: 1px solid #cdcdcd; outline: none;
}span.cartmy {
    font-size: 14px;
}
.home_url_ste{ padding:0px 8px; }
.site-footer .grid--no-gutters .grid__item{ text-align:center;}
.site-footer .h4{text-transform: uppercase;}
html{ padding-bottom:0px; }
.site-footer__newsletter .input-group {
	position:relative; 
}
.site-footer__item-inner--newsletter .newsletter__input{ outline:none; }
.site-footer__item-inner--newsletter .newsletter__submit {
  margin-top: 5px;
  position: absolute;
  right: 0px;
  float: right;
  width: 35%;
  padding: 0px;
}
.site-footer a{ color:#444;}
.site-footer a:hover{ color:#979899;}
.product__price .price dd{ text-align:left; }        
.cart-quantity{
 float: left; width: 100%; display: block; flex: none;
}
.cart-quantity .qtyminus{
	display: inline-block;
    vertical-align: top;
    line-height: 38px;
    padding: 0 8px;
    width: 30px; cursor:pointer;
    color: #000000;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;  outline:none;
}
.cart-quantity .neutral{
  border: 1px solid #ccc; color:#000;  display: inline-block;
   width:10%;   outline:none;
}
.cart-quantity .qtyplus{
    display: inline-block; cursor:pointer;
    vertical-align: top;
    line-height: 38px;
    padding: 0 8px;  outline:none; 
    width: 30px;
    color: #000000;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
}
span.price-item.price-item--sale, span.price-item__label { color: #d9535a; font-weight: bold; }
@media only screen and (max-width: 768px){
  .announcement-bar{ padding-left:30px; padding-right:30px; }
  .announcement-bar__message { padding: 10px 20px;}
  .social_ico { width: 20%; }
  .annn_bar { width: 50%;  }
  .right_account { width: 30%;}
  .site-footer__item-inner--newsletter .newsletter__submit{
  	position:relative; float:left; width:100%;
  }

.site-nav__childlist-item, .site-nav__childlist-item ul {
    width: 100%;
    float: left;
}
}
@media only screen and (max-width: 767px){
  .site-footer__item-inner--newsletter{ margin-bottom:60px;}
  .site-footer__linklist-item { padding: 10px 0 0px; }
  .site-footer__item{ margin-bottom:30px; }
.announcement-bar { height: 45px;    float: left;
    width: 100%; }
  .social_ico, .home_url_ste { display: block; width: 40%; padding: 0; float:left;} 
  
  .right_account{ float:right; width:50%;}
  .announcement-bar {
    float: none; width: auto; padding-left: 20px; padding-right: 20px; margin-bottom: 0px;
  }
  .annn_bar{ float:left; width:auto;width:0%;}
  .site-header__logo-image img{max-width:99px !important; }
  .stella_slider .owl-item .grid__item{ padding-left:0px; }
  .announcement-bar__message{ padding:10px 0px; }
  .site-footer__item-inner--newsletter .newsletter__submit {
    position: absolute; float: right; width: 35%;
  }
  .right_account a, i.fas.fa-search{ color: #eee; }
  span.cartmy {
    font-size: 14px;
    display: none;
}
  .site-header__icon{padding:10px 10px;}
  a.site-header__icon.site-header__cart { float: left; width: 100%; }
  span.cartmy { font-size: 14px; display: none; float: left; }i.fas.fa-shopping-cart { float: left; }
}/***************767****************/