/** Shopify CDN: Minification failed

Line 189:0 Unexpected "{"
Line 189:1 Expected identifier but found "%"
Line 190:0 Unexpected "{"
Line 190:1 Expected identifier but found "%"
Line 208:12 Expected identifier but found "{"
Line 208:13 Unexpected "{"
Line 208:20 Expected ":"
Line 208:24 Expected identifier but found "!"
Line 209:9 Expected identifier but found "{"
Line 209:10 Unexpected "{"
... and 9 more hidden warnings

**/
.site-header__icons-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
  	margin: 0px 18px;
}


.header-main{
  justify-content:flex-end;
  display: flex;
  width:25%;
}

.search__input{
  width:100%;
}
.site-header__search.site-header__icon {
    width: 100%;
 
}
.site-header {
    position: relative;
    padding: 0px 50px;
  
}
.free-shipping-div{
   background: linear-gradient(to top,#f4a21d, #e95350);
      padding: 5px;
      color: beige;
      margin-bottom: 10px;
      box-shadow: 0 0 5px 1px black;
}
.site-header__logo-link {
    display: inline-block;
}
.hide {
	display: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(to top,#f4a21d, #e95350);
    box-shadow: 0 0 36px 1px black;
    z-index: 9;
}
.site-header__logo {
    margin: -12px 0;
}
.product-form__input {
    display: block;
    width: 82%;
}
.image-final-size{
	min-height:300px;
    display: flex;
    align-items: center;
}
.image-size {
  	min-height:280px;
  	min-width:200px;
  max-height:280px;
  	max-width:200px;
}

.has-secondary.grid-view-item__link img.secondary{
  display:none;

}

.has-secondary.grid-view-item__link:hover img.secondary{
 display:block;
  align-items: center;
}

.has-secondary.grid-view-item__link:hover img.grid-view-item__image{
 display:none;
  max-height:350px;
}
.grid-view-item {
    margin: 0 auto 5px;
}
.grid-view-item__link {
    display: block;
    min-height: 360px;
  	align-items:center;
  display:flex;
}
.quntity-btn{
	margin-bottom:5px;
}
.url-margin{
margin-left:3px;
}
.currency{
  display:flex;
  margin-right:4px;
}


.price--on-sale .price-item--regular {
    text-decoration: line-through;
    display: flex;
}

.price-item {
    font-weight: 600;
    display: flex;
}
.size-buttons-size-button {
    position: relative;
}
.size-buttons-size-button-default {
    border: 1px solid #BFC0C6;
    border-radius: 50px;
    padding: 0;
    min-width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    color: #282C3F;
    flex: 0 0 auto;
    position: relative;
 	line-height: 50px;
 	margin:3px;
}
.size-buttons-size-button:focus {
    outline: 0px;
  background-color:#000;
}
.size-buttons-size-button:hover {
    font-weight: 500;
    border: 1px solid #282C3F;
}
.size-buttons-size-button-selected {
    color: #FFFFFF;
    font-weight: 500;
    background-color: #535766;
    border: 1px solid #535766 !important;
}
.flex-in-div{
    display:flex;
	width: 50%;
    margin-bottom: 10px;
  line-height: 50px;
}
.selected{
	background-color:black;
}
.color.swatch-element label {
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
  background-size:cover;
}
.swatch-element label {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: larger;
}
.swatch label{
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
}


{% 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 */
  
  /* 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:#ddd;
  /* Styling text */
  
  text-align:center;
  line-height:{{ height }};
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 4px 10px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 4px 10px rgba(0,0,0,0.8);
  box-shadow:0px 4px 10px rgba(0,0,0,0.8);
  border-color:transparent;
} 
.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 20px;
  border-right:solid transparent 20px;
  border-top:solid gray 20px;
  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;
}
.discount-input{
	display:flex;
  	justify-content:flex-end;
}

@media only screen and (max-width:768px) {
  .header-main {
    width:auto;
  }
 
  .site-header__logo-link {
   	word-break: inherit;
    letter-spacing: normal;
  }
  
  .site-nav{
  	display:none;
  }
  .site-header {
    padding:0px;
   }
}