/** Shopify CDN: Minification failed

Line 158:1 Unexpected "{"
Line 409:1 Unexpected "{"
Line 409:3 Expected identifier but found "%"
Line 410:1 Unexpected "{"
Line 410:3 Expected identifier but found "%"
Line 422:45 Expected identifier but found "{"
Line 422:51 Expected ":"
Line 423:0 Expected identifier but found "!"
Line 423:18 Expected identifier but found "{"
Line 423:25 Expected ":"
... and 14 more hidden warnings

**/




.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-right .success-message p { font-size:14px; }

.ajax-right .btn { text-transform:Capitalize; }

.ajax-right .btn i {margin-right:12px; }





.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: #191919;
    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 {
    
    line-height: 40px;
    color: #191919;
    padding: 0 0px 0 40px;
    margin-bottom: 20px;
   
  font-size:12px;
}


.ajax-success-modal .success-message p { display:inline-block; width:100%;margin:0; }


.ajax-success-modal .success-message { padding:0; }


.ajax-product-title {
    text-align: left;
    margin-bottom: 0px;color:#333333;font-size:20px;letter-spacing:1px;
}

.ajax-success-modal .close-modal .fa { font-size:20px; color:#fff; }

.ajax-success-modal .close-modal { top:-20px; right:-16px; }

.ajax-content-section { display:inline-block;text-align:center; width:100%;margin:auto; }
.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; 
}

.quick-view .product-detail-section p.dt-sc-button {  margin:20px 0 0px 0; }

.quick-view .actions { float:left;width:100%;margin:0px 0 0; }

.quick-view form .actions button { font-weight:500;text-transform:uppercase;background:;float:left;padding:10px 20px;color:;@include transition(all 0.4s ease-in-out); }

.quick-view form .actions button:hover { background:; color:; }

.quick-view .product-shop.summary { padding-left:30px; }

.quick-view .product-shop.summary .details label { float:left;margin-right:15px;width:70px;margin-top:10px;display:none; }

.quick-view .product-shop.summary .details .selector-wrapper { margin-bottom:20px; }

.quick-view .product-shop.summary h2 { margin-bottom:15px; }

.quick-view .product-detail-section p.dt-sc-button { margin:20px 0 0px 0;  float:left; }

.quick-view .product-detail-section p { margin-bottom:10px;float:left;width:100%; }

.product-infor .out-of-stock { color:red; }

.product-infor .many-in-stock { color:green; }
.product-infor .unavailable { color:orchid; }

.product-infor .items-count { color:#fa9324; }

.quick-view .product-shop.summary select { width:50%;padding:12px 10px; }



.quick-view .overlay,
.ajax-success-modal .overlay {
    background: rgba(45, 45, 50, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
}

.ajax-success-modal .overlay { z-index:99;}

._quick-view-content { display: none }
.quick-view .close-window,
.search-close,#popupBoxClose,.newsletterwrapper .btn.close {
  
  background:url(//deallootshop.com/cdn/shop/t/5/assets/hover-Close.png?v=40554033887174056121750404761) no-repeat;
  border:none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    position: absolute;
    top: -11px;
    right: -11px;
}

.newsletterwrapper .btn.close { top:-20px; right:-46px; }

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


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

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

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

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

.product-shop.summary span.price { margin-bottom:10px;float:left; }




.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;
}


.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;}


.clear-filter {  text-transform: capitalize;  float: right;  font-size: 12px; padding:2px 0;}

.widget_text a.hidden, .widget a.hidden {display: none;}



.change-view--active {
    cursor: default;
    color: #fff;
}


.change-view.grid-view-active:before {
    content: "\f009";
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
}

.change-view.grid-view:before {
    content: "\f009";
    font-family: FontAwesome;
    font-size: 18px;
    
}

.change-view.list-view {
    background-color:#ebebeb;color: #c2c2c2;
}

.change-view.list-view-active,.change-view.grid-view-active {
    background-color: #9f8a55;
}

.change-view.list-view-active:before {
    content: "\f03a";
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
}

.list-view:before {
    content: "\f03a";
    font-family: FontAwesome;
    font-size: 18px;
   
}

#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: #f5f5f5;}


/* Swatches Styles */
 { % assign width = '30px' %:  }
 { % assign height = '30px' %:  }

.swatch{margin:0 0 20px;}
.swatch{float:left;width:100%;}
.swatch .header{margin:0px 0 10px;}
.swatch input{display:none}
.swatch .swatch-element.color.available { box-shadow:inherit; }
.swatch .swatch-element.soldout { margin-right:10px; }

.swatch .soldout input:checked+label { border:none; }
.swatch .swatch-element.available { margin-right:10px; }
.swatch .swatch-element.color label{width:35px;height:35px;}
.swatch label{display:inline-block;min-width:{width}
!important;height:{height}
!important;margin:0;font-size:13px;text-align:center;line-height:{height};white-space:nowrap;text-transform:uppercase;}
.swatch .swatch-element.color{background:none !important;border:none;margin:0px 12px 0px 0;}
.swatch-element.color label{padding:0;}
.swatch-element label{padding:7px 18px;cursor:pointer;font-weight:bold !important;color:#000;}
.summary .product-size .swatch-element.color label{width:30px;height:30px;}
.color.swatch-element label{padding:0}
.swatch input:checked + label{}
.swatch .swatch-element{-webkit-transform:translateZ();-webkit-font-smoothing:antialiased;position:relative;}
.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.color.soldout input:checked + label.white-tick:before { content:none; }
.swatch .swatch-element.soldout label{filter:alpha(opacity=60);-khtml-opacity:0.6;-moz-opacity:0.6;opacity:0.6;}
.swatch .tooltip{text-align:center;background:#00305f;color:#fff;bottom:100%;padding:10px;display:none;position:absolute;width:100px;left:{width | remove:'px' | to_number | divided_by:2 | minus:50 | plus:2}px;margin-bottom:15px;filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0;visibility:hidden;-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;left:-36px;}
.swatch .tooltip:before{bottom:-20px;content:" ";display:block;height:20px;left:0;position:absolute;width:100%;}
.swatch .tooltip:after{border-left:solid transparent 10px;border-right:solid transparent 10px;border-top:solid #00305f 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:#00305f!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:none;}
.swatch input:checked + label {
    
}

.swatch label {
   
    float:left;
    min-width: { width } !important;
    height: { height } !important;
    margin: 0 7px 0 0;
   
    border:2px solid #ccc;
    font-size: 13px;
    text-align: center;
    line-height: { height };
    white-space: nowrap;
    text-transform: uppercase;
}
.swatch .swatch-element.color.white input:checked + label:before { color:#000; }
/* ===============================================
// Reveal module
// =============================================== */
.collection-list .product-list .reveal .swipe { width:initial;left:0;right:0; }
.product-container .reveal .swipe { display: block !important; visibility: visible !important;}
.product-container:hover .reveal img { opacity: 1; }
.product-container .reveal { position: relative; }

.product-container .reveal img { -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;   }
.products .reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
 
 
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.product-container:hover .reveal .swipe { 
  z-index: 9;
  opacity: 1;    
}

.swipe {display:none;}

.hidden {display:none;}

.swatch .swatch-element.color input:checked + label.white-tick:before { color:#000; }

.sidebar-tag ul li a, .sidebar-tag ul li a, .sidebar-tag ul li.all a { border: 1px solid #333;
    color: #333;
    font-size: 12px;
    margin-right: 5px;
    padding:0px;
    text-indent: inherit; }




#email-modal .modal-overlay{background:#000;height:100%;position:absolute;width:100%;}
#email-modal .modal-overlay{opacity:0.65;filter:alpha(opacity=50);zoom:1;}
#email-modal .window-border{background:#111;left:0;position:absolute;top:0;}
#email-modal .window-window{position:relative;min-height:280px;background:#fff;}
#email-modal .window-window .window-background{opacity:0.9;filter:alpha(opacity=90);}
#email-modal .window-window .window-content{padding:70px 25px 50px;position:relative;min-height:390px;}
#mc_embed_signup button { margin:7px 7px 7px 0;padding:12px 20px;min-height:50px;font-size:16px;font-weight:normal; }

#email-modal .window-window .window-content .title,
#email-modal .window-window .window-content .message{text-align:left;float:left;border-top:none;color:#130303;font-size:16px;}

#email-modal .window-window .window-content .message { width:85%;margin:auto; }
#email-modal .window-window .window-content .title{text-transform:uppercase;}
#email-modal .window-window .window-content .title{color:#000;display:inline-block;font-size:30px;left:0;letter-spacing:0.05em;line-height:24px;margin:0 auto;padding:0 0px 30px;text-align:left;width:100%;}
.title{}
#email-modal .window-window .window-content .title span:before{position:absolute;top:0;left:50%;margin-left:-10px;height:2px;content:"";width:20px;background:#404e53;}
#email-modal .window-window .window-content .title span{font-size:14px;text-transform:none;display:block;font-weight:normal;padding-top:18px;line-height:14px;color:#404e53;position:relative;margin-top:15px;letter-spacing:0;}
#email-modal .window-window .window-content .message{clear:both;padding:0px 0 15px;margin-bottom:0px;font-weight:normal;}
#mailchimp-email-subscibe{margin-top:20px;float:left;width:100%;}
#mc_embed_signup form{padding:0 !important;text-align:center !important;border:1px solid #000;}
#mce-EMAIL{border:1px solid #000;color:#333;font:11px arial, sans-serif;height:11px;margin:0 !important;padding:8px !important;width:217px;}
#mc-embedded-subscribe,
#mc_embed_signup button span,
#mc_embed_signup .input-group-btn .btn{color:#fff;height:auto !important;width:auto;line-height:36px !important;padding:0 !important;text-transform:uppercase;background:#272e31;display:block;}
#mc_embed_signup .input-group-btn{float:right;}
#mc_embed_signup button span span{border:none;padding:0 20px !important;background:none;}
#mc_embed_signup button:hover span,
#mc_embed_signup .input-group-btn .btn:hover{background:#cbeded;}
#mc_embed_signup .input-group-btn .btn{padding:0 15px !important;}
#mc_embed_signup button:hover span span{background:none;}


#mc_embed_signup input[type="text"]:focus { border:none; }




/*----*****---- << 6.3 Portfolio >> ----*****----*/

  .portfolio{float:left; width:100%;}


  .gallery:hover .image-overlay{opacity:1; -webkit-transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; transition:all 0.5s ease-in-out 0s;}

  .gallery img{float:left;height: auto;max-width: 100%;}


  .gallery figure{position:relative; overflow:hidden;margin:0 0 40px;}

  .image-overlay-text {float: left;width: 80%;text-align: center;position: absolute;left:0;right:0;top: 0%;bottom: 0%;margin: auto;height: 145px;}

  .image-overlay-text h4 a{text-transform:uppercase; font-size:24px; margin-bottom:13px; text-align:center;font-weight:400;}

  .image-overlay-text p a{text-transform:uppercase; font-size:14px; font-weight:300;}

  .image-overlay-text p{margin-bottom:30px;}


 

  .image-overlay .small-line{min-width:35%; height:2px; margin:0 auto 10px; display:inline-block;}

  .image-overlay .border-line:before, .image-overlay:after{transform:rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);}

  .image-overlay .border-line:after, .image-overlay:before{transform:rotate(45deg);  -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);}

  .image-overlay .white-box:before{content:""; width:80%; height:80%; top:10%; left:10%; position:absolute;opacity:0.5; background-color:#9f8a55;}

  .links{display:block; margin-top:20px; position:relative;}


  .portfolio-container{float:left; width:100%;float:left;}

  .links li { display:inline-block;list-style:none; }

  .links .hexagon{width:45px; height:45px; transform:none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; margin:10px 0px;}

  .links a:hover .hexagon, .links a:hover .corner1, .links a:hover .corner2,.pagination .next-post a:hover,.pagination .prev-post a:hover{}

  .links .hexagon .fa{font:normal 17px FontAwesome; line-height:45px; width:100%;  display:block; margin:0px; text-align:center;  left:0;} 

  .gallery .image-overlay .links a { display: inline-block; position: absolute; text-align: center; top:0px; bottom:0px; margin:auto; width:45px; height:45px; }

  .gallery .image-overlay .links li:first-child  a { left:0; right:100%; }

  .gallery .image-overlay .links a.link { right:0; left:100%; }

  .gallery:hover .image-overlay .links li:first-child a { left:0px; right:60px; }

  .gallery:hover .image-overlay .links a.link { left:60px; right:0px; }

.column {float:left;}
.column.no-space {
    margin-left: 0;
    margin-right: 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;
  }




.progress-bar { background:url(//deallootshop.com/cdn/shop/t/5/assets/full-width-brilliance.jpg?v=21394757469035721691750410027) repeat-y 50% 0 fixed; }

  

.progress-bar {
    background-attachment: fixed;
    float: left;
    height: auto;
    padding: 100px 0;
    text-align: center;
    width: 100%;
}
.grey {
    color: #7c7c7c;
}
.orange {
  color: #fe6b35;
}
.blue {
    color: #665de5;
}
.light-green {
    color: #36a6a0;
}
.yellow {
    color: #f4d30f;
}


.filter-sortby { text-align:right;}

.toolbar .view-mode { float:left; }

.filter_right { float:right; }

.toolbar .view-mode .btn,.toolbar .view-mode .btn { background:#000000; }


.toolbar .view-mode .btn.active,.toolbar .view-mode .btn.active { background:#9f8a55; }

.toolbar .view-mode .btn { padding:0;width:40px;height:40px;padding:0;float:left;border-radius:0;}

.toolbar .view-mode span { line-height:40px; }





.filter-sortby label, .filter-show label { display:inline-block;margin-right:10px; }


.sorting-section ul { width:73%; }

.filter-show ul { width:50%; }

.toolbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    
    padding: 15px 20px;
    margin: 0px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
  border: 1px solid #e4e4e4;
    border-top:none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.toolbar ul li {list-style:none;}

.toolbar ul li a { padding-bottom:10px;float:left;width:100%; }

.toolbar ul li:last-child a { padding-bottom:0; }

.toolbar .open .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    left: auto;
    right: 0;
    text-align:left;
}


.sidebar-tag .widget-title h4 span { cursor: pointer; font-size: 12px; }
.sidebar-tag .widget-title h4 span:before { content: ''; width: 0; height: 0; border: 5px solid transparent;  display: inline-block; margin: 0 10px -2px 0; }
.sidebar-tag .widget-title h4 a { text-transform: capitalize; font-size: 12px; font-weight: 400; float: right; letter-spacing: 0; }
.sidebar-tag .widget-title.click h3 span:before { border-top-color: transparent;  margin-bottom: 2px; }

.sidebar-tag .widget-title { margin-bottom: 20px; padding: 21px 0 0; border-bottom: 0;float:left;width:100%; }
.sidebar-tag .widget-content { margin-bottom: 0; }
.sidebar-tag label { font-weight: normal; }
.sidebar-tag ul { overflow: hidden;padding:0;float:left;width:100%;list-style:none; }
.sidebar-tag ul li a { text-decoration: none; }
.sidebar-tag ul li.active a,
.sidebar-tag ul li a:hover { font-weight: 700; }
.sidebar-tag input[type="checkbox"] { display: none; }
.sidebar-tag input[type="checkbox"] + label { padding:3px 12px; }

.sidebar-tag li:hover input[type="checkbox"] + label { color:#9f8a55; }
.sidebar-tag input[type=checkbox] + label:hover,
.sidebar-tag input[type=checkbox]:checked + label {  cursor: pointer; }
.sidebar-tag.size ul li { float: left;  margin-right: 10px;border:1px solid #e4e4e4 }

.sidebar-tag.size ul li:hover { border-color:#9f8a55; }
.sidebar-tag.color ul { margin: 0;list-style:none;float:left;width:100%;padding:0; }
.sidebar-tag.color ul li { width: 34px; margin: 0 14px 14px 0; padding:0; float: left; }
.sidebar-tag.color ul li a { display: block; border: 1px solid; width: 34px; height: 34px; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
.sidebar-tag.color ul li a img { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; opacity: 1; filter: alpha(opacity=100); }
.sidebar-tag.color ul li a:hover,
.sidebar-tag.color ul li a.active { border: 3px solid; }

.refined-widgets { margin-bottom: 10px; }
.refined-widgets > span { font-size: 14px; }
.refined-widgets > a { float: right; }

.item-swatch.color_swatch_Value label  {width: 20px; height: 20px;float:left;cursor:pointer;}

.item-swatch { list-style: none; padding: 0; margin: 0 0 35px; display:inline-block;text-align:center;width:100%; }
.item-swatch li { display: inline-block; margin: 0 2px;padding-left:0 !important;margin-bottom:0 !important; }
.item-swatch.swatch_count li label { cursor:pointer; margin: 0;line-height:40px; width: 60px; height: 40px;background:#f2f2f2;}
ul.item-swatch.swatch_count { position:absolute;top:-40px;left:0;right:0; }