/*
 * jQuery FlexSlider v1.7
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.work-slide, .flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flexslider_container .slides{position:relative;float:left;width:100%;height:100%;}
.flexslider_container .slides .flex-caption{top: 0px; left: 0px; width: 100%; height: 100%; display: block;}
.flexslider_container .slides .flex-caption .container{top:60%;padding-left:20px;}

/* FlexSlider Necessary Styles
*********************************/ 
.work-slide {width: 100%; margin: 0 0 10px 0; padding: 0;}
.flexslider {width: 100%; margin: 0 0 10px 0; padding: 0;
}
.flexslider .slides > li,
.work-slide .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img,
.work-slide .slides img {max-width: 100%; display: block; margin: 0 auto;float: left;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider,
.work-slide {  position: relative;top: 0; width: 100%;margin-left: 0;float: left;}
.flexslider .slides, .work-slide .slides {zoom: 1;}
.flexslider .slides > li, .work-slide .slides > li {position: relative; }
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}


/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {
	position: absolute; 
	left: 4em; 
	bottom: 20%;
	color: #fff; 
	font-size: 14px; line-height: 18px; margin: 0; 
	opacity: 0; filter: alpha(opacity=0);
}

.flex-caption .caption-title, .flex-caption .caption-content{
	position: relative;
	float: left;
	clear: both;
	padding: 1.2em;
	margin-bottom: 0.3em;
	width: auto;
	display: inline-block;
	color: #fff;
}

.flex-caption .caption-content{
	background: rgba(0,0,0,.8);
	max-width: 80%;
	font-weight: normal !important;
	font-family: Helvetica, Arial, sans-serif;
}

.flex-direction-nav li a{
	width: 50px;
	height: 65px;
	text-indent: -9999px;
}

.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

.flexslider a:hover img, a:focus img{ 
	-webkit-box-shadow: none !important; 
	-moz-box-shadow: none !important; 
	box-shadow: none !important; 
	background-color: none !important; 
}

.flexslider img:hover{ 
	-moz-border-radius: none !important; 
	-webkit-border-radius: none !important; 
	-o-border-radius: none !important; -ms-border-radius: none !important; 
	-khtml-border-radius: none !important; border-radius: none !important; 
	-moz-box-shadow: none !important; 
	-webkit-box-shadow: none !important; 
	-o-box-shadow: none !important; 
	box-shadow: none !important; 	
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;z-index: 99;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 15px; background: #fff; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;overflow: hidden;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {position: absolute; width: 100%; top: 45%;z-index: 9999;}
.flex-direction-nav a {width: 38px; height: 60px; margin: -20px 0 0; display: block;  position: absolute; top: 48%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;background-color: rgba(0, 0, 0, 0.5);   color: rgba(0, 0, 0, 0.5);}
.flex-direction-nav .next {background: url(../img/flexs-next.png) no-repeat center center; right: -36px;opacity: 0; -webkit-border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px;z-index: 9999999;background-color: rgba(0, 0, 0, 0.5);}
.flex-direction-nav .prev {background: url(../img/flexs-prev.png) no-repeat center center; left: -36px; opacity: 0;-webkit-border-radius: 0 5px 5px 0px; border-radius: 0 5px 5px 0px;z-index: 9999999;background-color: rgba(0, 0, 0, 0.5);}
.flexslider:hover .next {opacity: 1; right: 0px;}
.flexslider:hover .prev {opacity: 1; left: 0px;}
.flexslider:hover .next:hover, .flexslider:hover .prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 5%;
	text-align: center;
	z-index: 9999;
}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 12px; height: 12px; display: block; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px;-webkit-border-radius: 12px;border-radius: 12px;opacity: 0.8;}
.flex-control-nav li a:hover {color: none; opacity: 1;}
.flex-control-nav li a.active {cursor: default;opacity: 1;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .prev {opacity: 1; left: 0;}
  .flex-direction-nav .next {opacity: 1; right: 0;}
}


/* WOO COMMERCE CSS*/
.woocommerce:not(body){margin: 0 1% 40px 1%;}
.woocommerce form .form-row, .woocommerce-page form .form-row{margin-left: 0 !important;padding-left: 0 !important;}
#wrapper > .container > div.product{padding: 40px 1% !important;}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus{	padding: 0 !important;width: 33px !important;height: 32px !important;}
.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active{top: auto;}
.woocommerce-tabs .panel{position: relative;float: left;width: 100%;}
.woocommerce a.button, .woocommerce input.button, .woocommerce-page button.button,  .woocommerce-page input.button, .actions .checkout-button, .woocommerce button.button, .woocommerce-page input.button.alt, .checkout-button, .woocommerce-page a.button{font-size: 12px;margin: 0;line-height: 1em;cursor: pointer;position: relative;font-family: Helvetica Neue, Arial;text-decoration: none;overflow: visible;padding: 12px 12px 9px 12px;text-decoration: none;font-weight: bold;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;left: auto;text-shadow: none;color: #fff;background: #2C2C2C !important;white-space: nowrap;display: inline-block;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;
}
.woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce button.button.alt, .woocommerce-page button.button.alt, ul.products .hentry a.product_type_simple{font-size: 12px;margin: 0;line-height: 1em;cursor: pointer;position: relative;font-family: Helvetica Neue, Arial;text-decoration: none;overflow: visible;padding: 12px 12px 9px 30px;text-decoration: none;font-weight: bold;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;left: auto;text-shadow: none;color: #fff;background: #2C2C2C url(../img/add-to-shopbag.png) no-repeat 9px 7px !important;white-space: nowrap;
display: inline-block;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;
}
ul.products .hentry a.product_type_variable{font-size: 12px;margin: 0;line-height: 1em;cursor: pointer;position: relative;font-family: Helvetica Neue, Arial;text-decoration: none;overflow: visible;text-decoration: none;font-weight: bold;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;left: auto;text-shadow: none;color: #fff;background: #2C2C2C url(../img/view-options.png) no-repeat 10px 11px !important;white-space: nowrap;display: inline-block;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;
}
ul.products .hentry a.added_to_cart{font-size: 12px;margin: 0;line-height: 1em;cursor: pointer;position: relative;font-family: Helvetica Neue, Arial;text-decoration: none;overflow: visible;padding: 12px 12px 9px 12px;text-decoration: none;font-weight: bold;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;left: auto;text-shadow: none;color: #fff;background: #2C2C2C;white-space: nowrap;display: inline-block;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
 .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover .woocommerce-page button.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover{color: #fff !important;border: none;background: transparent url(../img/add-to-shopbag.png) no-repeat 9px 7px !important;}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{padding: .5em 0;margin: 0;font-size: 1.1em;position: relative;width: 75%;font-family: Helvetica Neue, Arial;color: #444;line-height: 1em;}
.woocommerce ul.products li{overflow: hidden;}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {top: 15px;right: 15px;left: auto;margin: -6px -6px 0 0;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.woocommerce .add_to_cart_button, .woocommerce .button, .added_to_cart{margin: 0 auto;text-align: center;-webkit-transition: 0.5s ease-in-out !important;-moz-transition: 0.5s ease-in-out !important; -ms-transition: 0.5s ease-in-out !important;-o-transition: 0.5s ease-in-out !important;transition: 0.5s ease-in-out !important;display: none;}
.woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt{background: none;background: none;background: none;background: none;text-shadow: none !important;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{width: 100%;height: auto;display: block;margin: 0 0 8px;-webkit-box-shadow: 0px 0px 5px 0px #ededed;box-shadow: 0px 0px 5px 0px #ededed;border: 1px solid #ededed;width: 99%;-webkit-transition: all ease-in-out .2s;-moz-transition: all ease-in-out .2s;-o-transition: all ease-in-out .2s;transition: all ease-in-out .2s;
}
.woocommerce ul.products li.product a img:hover, .woocommerce-page ul.products li.product a img:hover{box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {display: block;margin: 0 0 .5em;float: right;width: 32%;position: absolute;bottom: 34px;right: 0;}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {display: block;font-weight: normal;margin-bottom: .5em;font-size: 1.4em;}
.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del{color: rgba(145,145,145,0.5) !important;}
.woocommerce-message, .woocommerce-error, .woocommerce-info {padding: 1.2em 1.2em 1.2em 1.4em;margin: 20px 0 20px 0;line-height: 33px;position: relative;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;background: none;background: none;background: none;background: none;color: #fff;text-shadow: none;list-style: none outside;width: auto;-webkit-box-shadow: 0;box-shadow: 0;font-size: 0.8em;-webkit-box-shadow: none;box-shadow: none;font-family: Helvetica Neue, Arial, sans-serif;
}
.woocommerce-info a, .woocommerce-message a, .woocommerce-error a{color: rgb(4, 138, 138) !important;}
.woocommerce-error{background: #D86C71 !important;border: none !important;}
.woocommerce-info, .woocommerce-message{background: #75D3D3 !important;border: none !important;}
.woocommerce-info:before{background-color: transparent;content: "";font-weight: bold;padding-top: 15px;font-style: normal;border: none;box-shadow: none;}
.woocommerce-error:before{background-color: transparent;content: "";font-weight: bold;padding-top: 15px;font-style: normal;border: none;box-shadow: none;}
.woocommerce-message:before{background-color: transparent;content: "";font-weight: bold;padding-top: 15px;font-style: normal;border: none;box-shadow: none;}
.woocommerce table.shop_table, .woocommerce-page table.shop_table{border: none !important;}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {margin: 0px -1px 24px 0px;text-align: left;width: 100%;border-collapse: separate;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: none;box-shadow: none;}
.woocommerce table.cart th{border-bottom: 0 !important;border-right: 0 !important;}
.woocommerce .cart_table_item td{border-bottom: 0 !important;border-right: 0 !important;}
th.product-subtotal, td.product-subtotal{border-right: 1px solid #ddd !important;}
.woocommerce .cart_table_item:last:child td{border-right: 1px solid #ddd !important;}
.woocommerce th{padding: 10px !important;font-size: 0.8em !important;}
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img{width: 60px;height: auto;}
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove{display: block;font-size: 1.5em;height: 1em;width: 1em;text-align: center;line-height: 25px;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;color: #999 !important;text-decoration: none;font-weight: normal;border: 1px solid #ddd;-webkit-transition: all ease-in-out .2s;-moz-transition: all ease-in-out .2s;-o-transition: all ease-in-out .2s;transition: all ease-in-out .2s;}
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover{color: #fff !important;}
.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity{width: auto;}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus{position: relative;float: left;width: 32px !important;height: 32px !important;}
.single_add_to_cart_button{top: auto !important;}
.woocommerce div.product p.price{font-size: 1.8em; margin-top: 0;margin-left: 0;}
.woocommerce div.product p{margin-left: 0;}
.product_meta{border-top: 1px solid #ededed;border-bottom: 1px solid #ededed;padding: 10px 0;}
.product_meta .posted_in, .product_meta .tagged_as{font-family: "Arial";font-size: 13px;}
.entry-summary .cart{margin-top: 20px;border-top: 1px solid #ededed;padding-top: 30px;}
.single_add_to_cart_button{text-shadow: none !important;}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty{height: 30px;}
.product .onsale{margin-left: 10px !important;font-family: Helvetica Neue, Arial, sans-serif;}
.woocommerce div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a{float: left;width: 16.75%;margin-right: 0.8%;}
.woocommerce-tabs{position: relative;float: left;margin-bottom: 60px;width: 100%;}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs{list-style: none;padding: 0 0 0 1em;margin: 0;overflow: hidden;position: relative;}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel{margin: 0;padding: 0;width: 100%;margin: 0;padding-bottom: 20px;}
.upsells{position: relative;float: left;}
.woocommerce-tabs .panel h2{margin-left: 0;margin-bottom: 20px;font-family: Helvetica Neue,Arial;font-weight: bold;font-size: 1em;color: #333;}
.woocommerce h2{margin-left: 0;margin-bottom: 0;font-family: Helvetica Neue,Arial;font-weight: bold;font-size: 1em;color: #333;}
.add_review{right: 195px;position: relative;top: 50px;}
.woocommerce #respond input#submit:hover{background: none !important;padding: 12px 20px !important;text-shadow: none !important;display: block;border: 1px solid #fff;}
.woocommerce div.product div.images div.thumbnails a.first, .woocommerce #content div.product div.images div.thumbnails a.first, .woocommerce-page div.product div.images div.thumbnails a.first, .woocommerce-page #content div.product div.images div.thumbnails a.first{float:left !important; clear:none;margin-left: 0.8%;width: 16.75%;}
/* SHOPING BAG*/
.zap_dynamic_shopping_bag {position: relative;float: right;display:inline-block;margin-left: 30px;}
.zap_little_shopping_bag_wrapper {position: relative;top: 13px;right: 10px;width: 50px;z-index: 50;display: inline-block;}
.zap_little_shopping_bag {cursor:pointer;}
.zap_little_shopping_bag .title{position: relative;float: left;width: 40px;height: 35px;}
.zap_little_shopping_bag .title a{background: url(../img/shopping-bag.png) no-repeat center center;text-indent: -9999px;width: 40px;height: 27px;position: absolute;top: 4px;}
.zap_little_shopping_bag .title a {color:#000;}
.zap_little_shopping_bag .title i {font-size:9px;float:right;margin:1px 0 0 0;}
.zap_little_shopping_bag .overview {font-size: 12px;color: #777;padding: 2px 0 2px 0;text-align: right;border-right: 1px solid #ddd;position: relative;float: left;width: 60%;height: 29px;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;border-left: none;display: none;}
.zap_little_shopping_bag .overview .amount{right: 10px;position: relative;font-family: Helvetica, Neue, Arial, sans-serif;font-weight: bold;font-size: 15px;width: 100%;float: right;}
.zap_little_shopping_bag .overview span.minicart_items {text-align: right;float: right;right: 10px;position: relative;font-family: Arial;font-size: 9px;color: #B3B3B3;}
/* minicart */
.zap_minicart_wrapper {width:300px;position:absolute;right: 10px;z-index:10000;display:none;padding-top: 40px;z-index: 99999;float: right;}
.zap_minicart {width: auto;border: 1px solid #ddd;padding: 20px;background: #fff;position: relative;float: right;text-align: left;}
ul.cart_list li,
.woocommerce ul.cart_list li {padding: 5px 0 0 0 !important;position:relative;float: left;width: 100%;border-bottom: 1px solid #ededed;margin-bottom: 10px;}
ul.cart_list li:last-child,
.woocommerce ul.cart_list li:last-child {border-bottom:0;}
.cart_list_img_wrapper {width:60px;height:60px;overflow:hidden;float:left;margin-right:20px;margin-bottom:10px;}
ul.cart_list li img,
.woocommerce ul.cart_list li img {box-shadow: 0 0 0 0 rgba(0,0,0,0.3);-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.3);-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.3);float:left !important;display:block;margin:0;width:60px !important;height:auto;}
ul.cart_list li a img,
.woocommerce ul.cart_list li a img {margin-right: 0 !important;margin-bottom: 0 !important;display:block !important;width: 60px !important;}
ul.cart_list li a,
.woocommerce ul.cart_list li a {display: block;font-weight:normal !important;color:#333 !important;padding:0;line-height:1.4em !important;font-size: 13px;}
ul.cart_list li a,
.woocommerce ul.cart_list li a:hover{text-decoration: none !important;}
ul.cart_list ins,
.woocommerce ul.cart_list ins {text-decoration:none;}
ul.cart_list del,
ul.cart_list del span,
ul.cart_list span.from,
.woocommerce ul.cart_list del,
.woocommerce ul.cart_list del span,
.woocommerce ul.cart_list span.from{color:#8d8d8d !important;}
ul.cart_list span.amount,
.woocommerce ul.cart_list span.amount {font-size:12px;font-weight:900;color:#000;padding-bottom:3px;}
.cart_list_product_title,
.woocommerce .cart_list_product_title{width:55%;float:left;position: relative;}
.cart_list_product_title a:hover {text-decoration:underline;}
.cart_list_product_img {float:left;width:75px;height:60px;overflow:hidden;margin-bottom:10px;}
.cart_list_product_price {float:right;}
.cart_list_product_quantity {display:inline-block;padding-top:12px;text-transform:uppercase;font-size:11px;color:#8d8d8d;}
ul.cart_list .remove {position:absolute;bottom:20px;right:0;width:35px;height:35px;background:none;background-position:-200px 0;background-repeat:no-repeat;text-indent: 100%;white-space: nowrap;overflow: hidden;display:none;}
.minicart_total_checkout {padding: 5px 0 0 0;font-size: 12px;text-transform:uppercase;font-weight:900;color: #545454;float: left;width: 100%;font-family: Helvetica Neue, Arial, sans-serif;border-bottom: 1px solid #ddd;margin-bottom: 15px;line-height: 26px;}
.minicart_total_checkout span {font-size: 14px !important;color:#000;float:right;}
ul.cart_list .empty,
.woocommerce ul.cart_list .empty {margin-top: 0;padding:0;font-size: 12px;padding: 0 !important;}
ul.cart_list .empty:before {content:"";width:40px;height:54px;background:none;background-position:-500px -300px;background-repeat:no-repeat;position:absolute;top:5px;left:0px;}
.zap_little_shopping_bag_wrapper_mobiles{display: none;}
/* FORMS */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea{-webkit-box-sizing: none;-moz-box-sizing: none;box-sizing: none;width: 100%;margin: 0;outline: 0;line-height: 1em;border: 1px solid #d0d0d0;padding: 10px;}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {display: block;padding-bottom: 5px;margin-top: 5px;color: #545454;}
.woocommerce form .form-row select, .woocommerce-page form .form-row select{padding: 10px;color: rgb(68, 68, 68);font-family: Helvetica,Arial,sans-serif;font-size: 10px;border-radius: 0px 0px 0px 0px;width: auto;text-transform: uppercase;top: 4px;border: 1px solid #d0d0d0;background: url('../img/woo-select.png') no-repeat 99% 10px;float: right;width: 100%;-webkit-appearance: none;box-sizing: none;}
.woocommerce h3{margin-left: 0px;}
.woocommerce p, .woocommerce h2{margin-left: 0;}
.lost_reset_password p{margin: 0 0 6px 3px;}
.woocommerce .col2-set, .woocommerce-page .col2-set{width: 100%;border-top: 1px solid #ededed;padding-top: 20px;margin-top: 20px;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{float: left;width: 46%;border: 1px solid #ededed;padding: 15px;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{float: right;width: 46%;border: 1px solid #ededed;padding: 15px;}
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {float: right;border: 1px solid #ddd;padding: 5px 10px;margin-top: 10px;}
address{font-family: Arial;font-size: 13px;color: #555555;font-style: normal;}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders td{padding: 10px !important;}
.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button {margin: -12px -3px;padding: 5px 9px;background: #fff;color: #666;font-weight: normal;border: 1px solid #ddd;}
.woocommerce table.my_account_orders .order-actions, .woocommerce-page table.my_account_orders .order-actions{text-align: left;}
.myaccount_user{margin-bottom: 20px;}
.my_account_orders{margin-top: 10px !important;margin-bottom: 30px !important;}
.woocommerce table.cart th:last-child, .woocommerce .cart_table_item td:last-child{border-right: 1px solid #ddd !important;}
.woocommerce table.cart th:first-child, .woocommerce .cart_table_item td:first-child{border-left: 1px solid #ddd !important;}
td.actions{border-left: none !important;border-right: none !important;border-bottom: none !important;padding-top: 20px !important;}
.coupon{margin-left: 0 !important;}
.actions .button{margin-left: -238px !important;float: right !important;}
.actions .checkout-button.button{margin-left: -148px !important;float: right !important;}
.actions .coupon .button{margin-left: 0 !important;float: left !important;}
.coupon label{display: block !important;float: left !important;padding-top: 10px;
font-size: 0.8em;
margin-right: 10px;}
.coupon .input-text{padding: 8px 8px 9px 8px !important;float: left !important;}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{width: 100%;margin-top: 60px;}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {width: 48%;float: left;border: 1px solid #ddd;}
.cross-sells h2{padding: 12px 20px 12px 20px !important;background: #ededed;margin: -2px;font-size: 0.8em;}
.cross-sells .products{padding: 20px 20px 0 20px !important;}
.cart_totals table{width: 100% !important;margin-top: 10px !important;}
.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button{width: auto !important;}
.checkout #customer_details{margin-bottom: 40px;}
#order_review{margin-top: 10px;}
#order_review td, #order_review tr th{padding: 10px !important;border-bottom: none !important;}
#order_review table tfoot tr:last-child{border-bottom: 1px solid #ddd !important;}
#order_review tr.total th, #order_review tr.total td{border-bottom: 1px solid #ddd !important;}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {position: relative;width: 96%;padding: 1em 2%;margin: 1em 0 1em 0;font-size: 0.92em;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;line-height: 1.5em;background: #fff;color: #5e5e5e;}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {content: "";display: block;border: 8px solid #fff;border-right-color: transparent;border-left-color: transparent;border-top-color: transparent;position: absolute;top: -1px;left: 0;margin: -1em 0 0 2em;}
.woocommerce #payment, .woocommerce-page #payment {background: #f7f6f7;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;margin: 40px 0;}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {border-bottom: none;}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {padding: 0;border-top: none;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {margin: 20px 0 40px 0;}
.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {margin-bottom: 0;margin-top: 0;}
.login .form-row .lost_password{margin-left: 60px;position: relative;top: 6px;}

/* WOO MINICART */
.zap_minicart_cart_but{background: #303030 !important;margin: 0 !important;padding: 10px 0 !important;position: relative !important;float: left;width: 48.5%;color: #fff !important;font-size: 11px !important;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;-o-border-radius: 0 !important;-ms-border-radius: 0 !important;border: none !important;-webkit-box-shadow: none !important;box-shadow: none !important;
}
.zap_minicart_checkout_but{background: #303030 !important;margin: 0 0 0 6px !important;padding: 10px 0 !important;position: relative !important;float: left;width: 48.5%;color: #fff !important;font-size: 11px !important;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;-o-border-radius: 0 !important;-ms-border-radius: 0 !important;border: none !important;-webkit-box-shadow: none !important;box-shadow: none !important;}

.cart_list_product_title ul.cart_list li a{color: #545454 !important;padding: 0;line-height: 1em !important;font-size: 13px;}
.zap_minicart_wrapper .cart_list_product_img{width: 60px;height: auto;}
.zap_minicart_wrapper ul.cart_list li a img{width: 46px !important;}
.zap_minicart_wrapper .cart_list_product_title{width: 61%;}
.zap_minicart_wrapper ul.cart_list li:last-child{margin-bottom: 15px;}
.zap_minicart_wrapper ul.cart_list .remove{position: absolute;width: 35px;height: 35px;background: none;text-indent: 100%;white-space: nowrap;overflow: hidden;left: 2%;top: 1%;}
.zap_minicart_wrapper .cart_list_product_quantity{display: inline-block;padding-top: 5px;font-size: 11px;color: #B3B3B3;font-family: Helvetica Neue, Arial, sans-serif;letter-spacing: 1px;text-transform: capitalize;}
.related.products{position: relative; float: left;width: 100%;}
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product{float: left;margin: 0 2.3% 2.992em 0;padding: 0;position: relative;width: 23.05%;margin-left: 0;}
.product.sale span.onsale{margin-top: 50px;margin-left: 20px !important;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs{padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li{border: none;background: #fff;display: inline-block;position: relative;z-index: 0;-webkit-border-top-left-radius: 0;-webkit-border-top-right-radius: 0;-moz-border-radius-topleft: 0;-moz-border-radius-topright: 0;border-top-left-radius: 0;border-top-right-radius: 0;box-shadow: none;margin: 5px 2px 5px 0;padding: 6px 16px;border: 1px solid #ddd;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a{color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after{border:none;position: absolute;bottom: 0;width: 0;height: 0;content: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before{border-bottom: none;	}
.woocommerce-tabs #comments{padding-top: 0;}
.woocommerce-tabs .single #comments{padding-bottom: 0;}
ul.products .hentry a.product_type_simple, ul.products .hentry a.product_type_variable, ul.products li.hentry .added_to_cart{position: absolute !important;-webkit-transition: all 0.2s ease-in-out !important;-moz-transition: all 0.2s ease-in-out !important;-ms-transition: all 0.2s ease-in-out !important;-o-transition: all 0.2s ease-in-out !important;transition: all 0.2s ease-in-out !important;top: 197px !important;left: -149px !important;}
ul.products li.hentry:hover a.product_type_simple, ul.products li.hentry:hover a.product_type_variable, ul.products li.hentry:hover .added_to_cart{left: 1px !important;position: absolute !important;-webkit-transition: all 0.2s linear !important;-moz-transition: all 0.2s linear !important;-ms-transition: all 0.2s linear !important;-o-transition: all 0.2s linear !important;transition: all 0.2s linear !important;top: 197px !important;}
.twelve.columns ul.products .hentry a.product_type_simple, .twelve.columns ul.products .hentry a.product_type_variable, .twelve.columns  ul.products li.hentry .added_to_cart{position: absolute !important;-webkit-transition: all 0.2s ease-in-out !important;-moz-transition: all 0.2s ease-in-out !important;-ms-transition: all 0.2s ease-in-out !important;-o-transition: all 0.2s ease-in-out !important;transition: all 0.2s ease-in-out !important;top: 138px !important;text-align: right;width: 80px;}
 .twelve.columns ul.products li.hentry:hover a.product_type_simple, .twelve.columns  ul.products li.hentry:hover a.product_type_variable, .twelve.columns  ul.products li.hentry:hover .added_to_cart{left: 1px !important;position: absolute !important;-webkit-transition: all 0.2s linear !important;-moz-transition: all 0.2s linear !important;-ms-transition: all 0.2s linear !important;-o-transition: all 0.2s linear !important;transition: all 0.2s linear !important;top: 138px !important;max-height: 12px !important;}
ul.products li.hentry:hover a.button.added:before{right: -35px;-webkit-transition: all 0.2s linear !important;-moz-transition: all 0.2s linear !important;-ms-transition: all 0.2s linear !important;-o-transition: all 0.2s linear !important;transition: all 0.2s linear !important;
}
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {content: "";position: absolute;height: 17px;width: 19px;top: 0;right: -81px;text-indent: 0;background: url(../img/woo-sucess.png) no-repeat center center;padding: 8px;-webkit-transition: all 0.2s linear !important;-moz-transition: all 0.2s linear !important;-ms-transition: all 0.2s linear !important;-o-transition: all 0.2s linear !important;transition: all 0.2s linear !important;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{float: left;margin: 0 2.3% 0.992em 0;padding: 0;position: relative;width: 22.5%;margin-left: 0;}
.related.products h2{margin: 20px 0;}
.cart_table_item .product-remove{width: 8%;border-left: none !important;padding-left: 20px !important}
table.shop_table tr th.product-name{width: 30%;}
table.shop_table tr th.product-thumbnail{width: 12%;}
.product-thumbnail, .product-name, .product-price, .product-quantity, .product-subtotal{border-left: none !important;
}
table.shop_table tr th.product-remove, table.shop_table tr th.product-thumbnail, table.shop_table tr th.product-name, table.shop_table tr th.product-price, table.shop_table tr th.product-quantity, table.shop_table tr th.product-subtotal {border: none !important;}
.woocommerce table.shop_table tr th:first-child{border-left: none !important;}
.woocommerce table.shop_table tr th:last-child{border-right: none !important;}
.product-thumbnail{padding: 10px !important;}
.from{font-size: 16px; color: #545454;}
table.variations tr td{border: none !important;}
.woocommerce div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td{vertical-align: none;
}
.woocommerce div.product form.cart .variations select, .woocommerce #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select {padding: 10px;color: rgb(68, 68, 68);font-family: Helvetica,Arial,sans-serif;font-size: 10px;border-radius: 0px 0px 0px 0px;width: auto;text-transform: uppercase;top: 4px;border: 1px solid #d0d0d0;background: url('../img/woo-select.png') no-repeat 95% 10px;float: right;width: 100%;-webkit-appearance: none;box-sizing: none;
}
.entry-summary .variations_form.cart{margin-top: 0 !important;margin-left: 0 !important; padding-top: 0 !important; border-top: none !important;}
.woocommerce table.variations .label{margin: 20px;padding: 0 15px 30px 0 !important;font-size: 14px;}
.woocommerce table.variations .label label{font-size: 14px;}
.reset_variations{position: relative;top:10px;}
.single_variation_wrap{padding-top: 20px;}
.woocommerce-message .button{background: #fff !important; }
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {font-weight: bold;float: left;clear: left;margin: 0 .25em 0 0;padding: 0;line-height: 15px;font-size: 12px;}
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {margin: 0 0 .25em 0;line-height: 15px;font-size: 12px;}
.shop_table .product-name, .shop_table .product-thumbnail, .shop_table .product-price, .shop_table .product-quantity, .shop_table .product-subtotal{border-left: 1px solid #ddd !important;}
.woocommerce #order_review table.shop_table tr th:first-child{border-left: 1px solid #ddd !important;}
.woocommerce #order_review table.shop_table tr th.product-name, .woocommerce #order_review table.shop_table tr th.product-total{border-left: none !important;border-top: none !important;}
div.ppt{font-family: Helvetica, Arial, sans-serif;}
.entry-summary .product_title{margin-left: 0;}
.twelve.columns .woocommerce:not(body){width: 100%; margin: 0 1% 40px 0;
}
.woocommerce #content .twelve.columns input.button, .woocommerce-page #content .twelve.columns input.button, .woocommerce .twelve.columns button.button.alt, .woocommerce-page .twelve.columns button.button.alt, ul.products .twelve.columns .hentry a.product_type_simple{font-size: 12px;margin: 0;line-height: 1em;cursor: pointer;position: relative;font-family: Helvetica Neue, Arial;text-decoration: none;overflow: visible;padding: 12px 12px 9px 30px;text-decoration: none;font-weight: bold;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;left: auto;text-shadow: none;color: #fff;background: #2C2C2C url(../img/add-to-shopbag.png) no-repeat 9px 7px !important;white-space: nowrap;display: inline-block;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;}
#commentform .form-submit #submit{border: none;background: none !important;}
.woocommerce div.pp_default .pp_content_container .pp_details{padding: 10px 0;}
.woocommerce ul.product_list_widget li img{width: 50px;float: left; margin-right: 10px;}
.woocommerce ins{background-color: #ffffff !important;}
.woocommerce del{color: #999;}
.woocommerce del .amount{color: #999 !important;}
#onsale-2{margin-top: 0 !important;}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a{font-size: 13px;font-family: Helvetica Neue, Arial;font-weight: normal;color: #444 !important;text-decoration: none;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
.woocommerce ul.product_list_widget .amount{font-size: 13px !important;}
.product-categories li{line-height: 1.5em;margin-left: 20px;list-style-type: circle;margin-top: 1%	}
.product-categories li a{color: rgb(119, 119, 119);}
.woocommerce a.button.loading:before,.woocommerce button.button.loading:before,.woocommerce input.button.loading:before,.woocommerce #respond input#submit.loading:before,.woocommerce #content input.button.loading:before,.woocommerce-page a.button.loading:before,.woocommerce-page button.button.loading:before,.woocommerce-page input.button.loading:before,.woocommerce-page #respond input#submit.loading:before,.woocommerce-page #content input.button.loading:before{max-height: 20px !important;}
#place_order{right: 20px !important;}
/* MENU - WOOCOMMERCE */
.menu-woocommerce-menu-container .sf-menu li li a{padding: 6px 35px 6px 12px !important;}
.woocommerce-menu{float: right;margin-top: 11px;}
.woocommerce-menu #menulava_top > li{padding-left: 15px;}
.woocommerce-menu #menulava_top > li > a {color: #CCC;padding-bottom: 15px;}
.woocommerce-menu #menulava_top > li > ul{margin-top: -50px;left: 10px;}

.zap_minicart_wrapper ul.cart_list .empty{margin-bottom: 0 !important;}