/** Shopify CDN: Minification failed

Line 195:1 Unexpected "{"
Line 407:1 Unexpected "{"
Line 407:3 Expected identifier but found "%"
Line 408:1 Unexpected "{"
Line 408:3 Expected identifier but found "%"
Line 426:14 Expected identifier but found whitespace
Line 426:22 Expected ":"
Line 426:25 Expected identifier but found "!"
Line 427:11 Expected identifier but found whitespace
Line 427:20 Expected ":"
... and 6 more hidden warnings

**/
.opa_zero{
     opacity:0;
}
.opa_one{
     opacity:1;
}


#viewcontrols .listview,
#viewcontrols .gridview {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  
  	cursor: pointer;
    font-size: 18px;
}

#viewcontrols .gridview { padding-right:10px; }


#viewcontrols {
    float: left;
    display:inline-block;   
}
.gridview,
.listview {
    float: left;
    
}
.listview.active,
.gridview.active {   
    color: #fff;
}
#call-images {
    float: left;
    margin: 0;
    padding: 0;
}
#call-images li {
    float: left;
    
    list-style: none;
}
.ajax-right .fa-check-circle-o {
    float: left;
    font-size: 35px;
    color: #008c99;
}
.loading-modal {
    background: #fff url("loading.gif") center 14px no-repeat;
    border: 1px solid rgba(0,0,0,0.15);
    position: fixed;
    top: 50%!important;
    bottom: auto;
    left: 50% !important;
    right: auto;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.ajax-product-image {width: 42px;}

.ajax-success-modal .content {
   background: #fff;
  bottom: auto;
  left: 40%;
  padding: 20px;
  position: fixed;
  right: auto;
  top: 50% !important;
  width: 300px;
  border: 8px solid #000;
  float: left;
}
.ajax-success-modal .ajax-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ajax-error-modal {
    bottom: auto;
    left: 0;
    overflow: hidden;
    padding: 10px 20px;
    position: fixed;
    right: auto;
    top: 50%;
    width: 100%;
    text-align: center;
}
.ajax-error-modal .modal-inner {
    color: #fff;
    background: #cda85c;
    display: inline-block;
    padding: 10px 20px;
}
.ajax-success-modal .continue-shopping {
    margin-right: 12px;
    padding: 0 20px;
}
.ajax-success-modal .btn-secondary { padding: 0 20px }
.success-message {
    height: 40px;
    line-height: 40px;
    color: #191919;
    padding: 0 10px 0 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dde8d6;
}
.ajax-product-title {
    text-align: left;
    margin-bottom: 9px;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.close-modal {
    float: right;
    bottom: 0;
    position: absolute;
    right: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/* quick view */
.quickview-template,
 {
    bottom: 0;   
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    display: none;
}

.quick-view {
    bottom: 0;
    left: 0;
    outline: 0 none;
   
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
   display:none;
}


.quickview-template .content,
.quick-view .content {
    position: relative;
    width: 65%;
    margin: 30px auto;
    background: #fff;
    padding: 50px;
    height: 90%;
}
.quick-view .overlay,
.ajax-success-modal .overlay {
    background: rgba(45, 45, 50, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
}
._quick-view-content { display: none }
.quick-view .close-window,
.search-close,#popupBoxClose {
    background: url(hover-Close.png) no-repeat;
  border:none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    position: absolute;
    top: -11px;
    right: -11px;
}

#popupBoxClose { right:-10px;top:-10px; }


.search-close { right: 15px;top:-120px; }
.product-shop.summary {
    float: right;
    width: 50%;
}

.product-shop.summary h2 a { color:#191919;  }

.product-img.images {
    margin: 0 !important;
    float: left;
    width:47%;
}

.product-shop.summary .prices { float:left;width:100%; }

.product-shop.summary span.price { margin-bottom:20px; }


.isotope .column.no-space { margin-left:0; }
		
		


/*----*****---- << 6.3.1 isotope >> ----*****----*/
.isotope-hidden { display: none !important }
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.filter.tags.colors div.label,
.filter.tags.brands div.label {
    text-align: center;
    font-size: 15px;
    padding: 5px;
    background: white;
    width: auto;
    height: auto;
    border: 0 none;
    padding-top: 4px;
    font-weight: 300;
    font-size: 18px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    float: left;
    width: 65px;
    height: 90px;
    background-color: #FFFFFF;
    background: -webkit-gradient(linear, left top, right top, from(#F7F7F7), to(#ffffff));
    background: -webkit-linear-gradient(left, #F7F7F7, #FFFFFF);
    background: -moz-linear-gradient(left, #F7F7F7, #FFFFFF);
    background: -ms-linear-gradient(left, #F7F7F7, #FFFFFF);
    background: -o-linear-gradient(left, #F7F7F7, #FFFFFF);
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    color: black;
}
.filter.tags.colors div.label {
    height: 20px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}
.filter.tags.colors li {
    position: relative;
    border: 1px solid #ddd;
    width: 22px;
    height: 22px;
    box-shadow: 1px 1px 3px white;
    padding-top: 1px;
    margin-bottom: 25px;
}
.filter.tags.colors li a { text-indent: -9999px }
.filter.tags.colors li.active a,
.filter.tags.colors li a:hover {
    text-decoration: underline;
    color: black;
    text-indent: 0;
    width: 45px;
    position: absolute;
    left: -7px;
    top: 0px;
    height: 45px;
    vertical-align: bottom;
    line-height: 80px;
}
.colors:has(li a:hover) li.active a { display: none }
.colors:hover li.active a { text-indent: -9999px !important }
.colors:hover li.active a:hover { text-indent: 0 !important }
.filter.tags.colors li.white { background: white }
.filter.tags.colors li.copper { background: #996666 }
.filter.tags.colors li.yellow { background: yellow }
.filter.tags.colors li.silver { background: silver }
.filter.tags.colors li.red { background: red }
.filter.tags.colors li.brown { background: brown }
.filter.tags.colors li.blue { background: blue }
.filter.tags.colors li.green { background: green }
.filter.tags.colors li.orange { background: orange }
.filter.tags.colors li.black { background: black }
.filter.tags.colors li.gold { background: gold }
.filter.tags.colors li.all {
    background: transparent;
    width: 63px;
}
.filter.tags.colors li.all a {
    text-indent: 0;
    width: 50px;
}
.filter.tags.colors li.all a:hover {
    text-indent: 0;
    position: inherit;
    left: 0;
    top: 0;
    height: auto;
    line-height: inherit;
}
.filter.tags.colors li.active { border-color: red }
.filter.tags.brands li {
    height: 25px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 3px;
}
/* 
 Swatches Styles
*/
 { % assign width = '30px' %:  }
 { % assign height = '30px' %:  }
.swatch { margin:0 0 17px; }

.swatch { float:left;width:100%; }
/* Label */
.swatch .header { margin: 0.5em 0 }
.swatch .header { float:left;width:70px; }

/* 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: #ddd;
    /* Styling text */
    font-size: 13px;
    text-align: center;
    line-height: { height };
    white-space: nowrap;
    text-transform: uppercase;
}
.swatch-element label { padding: 0 10px }

.summary .product-size .swatch-element.color label { width:30px;height:30px; }
.color.swatch-element label { padding: 0 }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    border-color: transparent;
}
.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(); /* 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 }
.swatch .selector-wrapper:after { background:nnoe; }


.dialog,
.dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  float:left;
}

.dialog {
	position: fixed;
	display:block;top:350px;
    padding:100px 0 0;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
  z-index:900;
}

.dialog__overlay {
	background: none repeat scroll 0 0 rgba(249, 249, 249, 0.95);
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
    width: auto;
    z-index: 8010;


}
 .dialog.dialog--open .dialog__content { opacity:1; }


.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}



.dialog__content {display:inline-block;
    opacity: 0;
    padding: 10em;
    position: relative;
    text-align: center;
    width: 65%;
    z-index: 8030;
  padding:0px 0 0 260px;
}

.dialog--open .dialog__content {
	pointer-events: auto;
}

/* Content */
.dialog h2 {
	margin: 0;
	font-weight: 400;
	font-size: 2em;
	padding: 0 0 2em;
	margin: 0;

}

.dialog input[type="text"] { width:80%;float:left;padding:16px 15px;min-height:48px;border:none; }

.dialog input[type="submit"] { float:left;  border:none; padding:15px 18px 16px;min-height: 48px;}


.simple-menu .coll-img {display:none !important;}


/* cart slide down */

.baskettop {float: left;width:60%;top:0;z-index: 999999;padding:10px 0 0; }


#slidedown-cart { width: 270px; border:2px solid #000000; padding:10px; position: absolute; top:45px; left: 0px; background: #fff; z-index:99; text-align: left;overflow:visible !important; }

#slidedown-cart li a.product-image { float:left;display:block; }


#slidedown-cart li { padding:0 0 35px 0; display:inline-block; width:100%; }

#slidedown-cart li a:after { content:none; }

#slidedown-cart ul li span,#slidedown-cart .summary span { background:none; }

#slidedown-cart .summary span { float:left; }

#slidedown-cart .product-details { float:left;width:110px; }

#slidedown-cart .product-details p { width:100%; }


#slidedown-cart .btn-remove { float:right;position:absolute;right:10px;top:0; }

#slidedown-cart .total,#slidedown-cart .text-cart { float:right;margin-right:10px; }

#slidedown-cart .total { margin-bottom:10px; }

#slidedown-cart .dt-sc-button.medium { padding:10px 16px;border:none; }

#slidedown-cart .summary { float:left;width:100%; }

#slidedown-cart button { float:right;cursor:pointer; font-weight:bold; }



.quick-view .selector-wrapper { display:block; }
.selected-currency{
    display: block;
    float: left;
    font-size: 0;
    height: 20px;
    margin-right: 4px;
    margin-top: 0;
    text-indent: -9999px;
    width: 22px;
}
.selected-currency.USD{
    background: url("usd.png") no-repeat scroll center center transparent;
    
}
.selected-currency.CAD{
    background: url("cad.png") no-repeat scroll center center transparent;
    
}
.selected-currency.EUR{
    background: url("eur.png") no-repeat scroll center center transparent;
    
}
.selected-currency.AUD{
    background: url("aud.png") no-repeat scroll center center transparent;
    
}
.selected-currency.GBP{
    background: url("gbp.png") no-repeat scroll center center transparent;
    
}

.shopify-product-reviews-badge, .spr-badge {float: left;
line-height: 0;
top: 0;
position: relative;}



#shipping-calculator .field {
  float: left;
  margin: 0 0.6em 1em 0;
  font-size: 15px
}  
#shipping-calculator .field label {
  display: block;
  margin: 0 0 .3em;
  font-size: 1em;
}
#shipping-calculator .field input[type=text] {
  display: inline-block;
  width: 150px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: .4em .6em;
  font-size: 1em;
  border: 1px solid rgba(0,0,0,.15);
  outline: 0;
  border-radius: .3125em;
  -webkit-appearance: none;
}  

#shipping-calculator #wrapper-response {
  clear: both;
}
@media (max-width: 800px) {
 
  #shipping-calculator .field:last-child:before { 
    content: none;
  }
}



@media only screen and (max-width: 319px){
 
  .baskettop { padding:10px 0; }
  
  #slidedown-cart { width:180px; }
  
  #slidedown-cart .cart-collateral { width:100%; }
  
  #slidedown-cart .product-details { width:65px; }
  
  #slidedown-cart li a.product-image { width:100%;text-align:center; }
  
}

@media only screen and (min-width: 320px) and (max-width: 479px){
  
  .baskettop { padding:10px 0; }
  
  #slidedown-cart .product-details { width:110px; }
  
}
  
  
  
  
  @media only screen and (min-width: 480px) and (max-width: 567px){
    
   
    .baskettop { padding:10px 0; }
    
  }


@media only screen and (min-width: 631px) and (max-width: 767px){


  #slidedown-cart li a img { margin-right:10px; }
  
    #slidedown-cart .product-details { width:70px; }
  
  #slidedown-cart .btn-remove { right:5px; }
 
  
}

@media only screen and (min-width:768px) and (max-width:979px){


  #slidedown-cart { width:235px; }
  
  .search-close { right:-10px; }
  
  .dialog__content { width:81%; padding:0 0 0 115px; }

}

@media only screen and (min-width:980px) and (max-width:1169px){

  
    #slidedown-cart { width:248px; }
  
  .search-close { right:-10px; }
  
  .dialog__content { width:76%; padding:0 0 0 225px; }
}

@media only screen and (min-width:1170px) and (max-width:1348px) {  
  
  .dialog__content { width:70%; }
  
  .search-close { right:-5px; }
  
  
}

