/* Global/Helpers/Clears */


.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.info {
  background: #F7F5C6;
  padding: 10px 20px;
  border: 1px solid #EEEAC1;
  color: #747165;
  box-shadow: inset 0 0 0 1px #ffffcc;
  -webkit-box-shadow: inset 0 0 0 1px #ffffcc;
  -moz-box-shadow: inset 0 0 0 1px #ffffcc;
  clear:both;
}
.info a {
  color: #93864E;
}
div.woocommerce_error, div.woocommerce_message {
  border: 1px solid;
  margin: 10px auto 30px;
  padding: 25px 20px 25px 70px;
  background-repeat: no-repeat;
  background-position: 20px center;
  line-height: 25px;
  width: 60%;
  clear:both;
}
div.woocommerce_error a.button, div.woocommerce_message a.button {
  margin-top: 0;
  float: right;
}
div.woocommerce_error {
  color: #7a1c1c;
  background-color: #fcd5d5;
  background-image: url('images/error.png');
}
div.woocommerce_message {
  color: #5b7a1c;
  background-color: #effcd5;
  background-image: url('images/cart.png');
}
p.demo_store {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	background: #f7f5c6;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f5c6), to(#eeeac1));
	background: -webkit-linear-gradient(#f7f5c6,#eeeac1);
	background: -moz-linear-gradient(center top,#f7f5c6 0,#eeeac1 100%);
	background: -moz-gradient(center top,#f7f5c6 0,#eeeac1 100%);
	padding: 8px 0;
	border: 1px solid #eeeac1;
	color: #747165;
	z-index: 999999;
	box-shadow: inset 0 0 0 3px rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,0.3)
}
small.note {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}    
form.woocommerce_ordering {
    float: right;
    margin: 0.8em 0 2em;   
}
form.woocommerce_ordering select {
    border: 1px solid #B2B0B0;
    padding: 5px;
    margin-left: 5px;
    font-size: 1em;
}
/* =Product Page
-------------------------------------------------------------- */

.single-product-content {
	margin-top: 10px;
}
a.product-image {
	display: block;
	position: relative;
	overflow: hidden;
}
.product-name {
	font-size: 1em;
	font-weight: normal;
}
div.product {
  position: relative;
}
div.product .product_title {
  clear: none;
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
}
div.product div.images {
  float: left;
  margin-bottom: 10px;
  position: relative;
  width: 314px;
}
div.product div.images a {
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px;
  display: block;
  position: static;
  height: auto;
  width: auto;
}
div.product div.images img {
  margin-bottom:0;
  display: block;
}
div.product div.images ul.thumbnails {
  padding-top: 10px;
  overflow: hidden;
  zoom: 1;
  margin: 0 -10px 0 0;
  list-style: none;
  display:block;
}
div.product div.images ul.thumbnails li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;                  
  padding: 0;             
  width: auto;
}
div.product div.images ul.thumbnails li img {
  width: auto;
  height: auto;
}
div.product div.images p.price {
	position: absolute;
	right: -10px;
	top: -10px;
	margin: 0;
}
div.product div.summary {
  float: left;
  padding-left: 20px;
  /*width:616px;*/
  width:376px;
  position: relative;
  margin-bottom:20px;
}

div.product div.summary .description {
	border-bottom: 1px solid #ddd;
	/*box-shadow: 0 1px 0 white, 0 1px 0 white inset;*/
	padding-bottom:10px;
	margin-bottom:20px;
}

div.product div.summary .description p {
	margin-top:0px;
	margin-bottom:10px;
}

div.product div.summary .description h4 {margin-top:0;}

div.product div.summary .features-list {}

div.product div.summary .features-list span {color:#444;}

div.product div.summary .features-list .rad_ex {
	position: absolute;
    right: 0;
    top: 160px;
}

div.product div.summary .features-list .price {font-size:21px;font-weight:bold;}

div.product div.summary .features-list .price .prezzo-barrato {font-weight:normal;font-size:17px;text-decoration:line-through;margin-right:3px;}

div.product_meta {
    clear:both;
    color: #888;
}
div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
div.product div.social span {
  margin: 0 0 0 2px;
}
div.product div.social span span {
  margin: 0;
}
div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
div.product .woocommerce_tabs {
  clear: both;
  padding: 2em 0 0 0;
  margin: 0 0 1em 0;
}
div.product .woocommerce_tabs > ul.tabs {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #ddd;
  overflow: hidden;
  zoom: 1;
  margin: 0 !important;
  padding: 4px 4px 0;
  list-style: none outside !important;
  width:100%;
  float: none;
}
div.product .woocommerce_tabs > ul.tabs li {
  float: left;
  margin: 0 4px 0 0;
  font-size: 0.92em;
}
div.product .woocommerce_tabs > ul.tabs a {
  float: left;
  padding: 6px 12px;
  background: #eee;
  text-decoration: none;
  line-height: 1.5em;
  height: auto;
  font-size: 13px;
  box-shadow: none;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
div.product .woocommerce_tabs > ul.tabs a:after {
	display:none;
}
div.product .woocommerce_tabs > ul.tabs li.active a {
  background: #fff;
  color: #555;
}
div.product .woocommerce_tabs .panel {
	padding: 1.5em;
	background: white;
	border: 1px solid #CCC;
	border-top-color: transparent;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
div.product .woocommerce_tabs > ul.tabs {
    background: url(images/tabs.png) repeat-x scroll center bottom transparent;
    padding: 0;
    height:auto;
}
div.product .woocommerce_tabs > ul.tabs li {
    float: left;
    font-size: 0.92em;
    margin: 0 4px 0 0;   
    height:auto;
    line-height:1.5em;
    width:auto;
    background:none;
    border:0 !important;    
}
div.product .woocommerce_tabs > ul.tabs li a {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 0 none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    padding: 8px 15px 2px;
	border-color: transparent;
}
div.product .woocommerce_tabs > ul.tabs li.active a {
    border:1px solid #c4c5c5;border-bottom:0;
    padding: 8px 15px;
}
div.product .woocommerce_tabs > ul.tabs li a:hover {
    border:1px solid #c4c5c5;border-bottom:0;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 8px 15px;
}           
div.product .woocommerce_tabs .panel h2 {
    margin-top:0.5em;
}
div.product .woocommerce_tabs .panel #comments {
	padding: 0;
}
.stock {
  color: green;
  float: left;
}
.out-of-stock {
  color: red;
}
p.cart {
  float: right;
}
form.cart {
  margin-bottom: 24px;
  float: none;  
  margin-top:2em;
  clear: both;
}
form.cart:after {
	clear:both;
	content: "";
	display: block;
}
.quantity {
    margin-right: 12px;
    min-width: inherit;
    overflow: hidden;
    position: relative;
    width: 57px !important;
    display:inline;
}

.quantity .qty {float:left;}

.quantity h4 {display:inline;float:left;margin-top:0;margin-right:10px;}

.quant-container {float:left;width: 40px;}

.quant-container .quant {
	background: none repeat scroll 0 0 #ccc;
	cursor: pointer;
	font-size: 12px;
	height: 13px;
	line-height: 15px;
	margin: 0 0 0 0px;
	text-align: center;
	width: 40px;
	float:left;
	display:block;
	color:#444;
}

.quant-container .quant:first-child {margin-bottom:2px;}

.quant-container .quant i {font-size:9px;margin-top:2px;}

form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}                   
form.cart table {
  font-size: 12px;
  border-width: 0 0 1px 0 !important;
}
form.cart table td {
  padding: 4px 4px 4px 0 !important;
}
form.cart table div.quantity {
  float: none;
  margin: 0;
  width: 72px;
}
form.cart table small.stock {
  display: block;
  float: none;
}
form.cart .button {
  vertical-align: middle;
  float: left;
  margin: 0 !important;
}
span.onsale {
  background: #F12B63;
  color: #fff;
  min-height: 32px;
  min-width: 32px;
  padding: 4px;
  font-size: 12px;
  position: absolute;
  text-align: center;
  line-height: 32px;
  top: 0;
  right: 0;
  margin: -6px 0 0 0;
  z-index: 10;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: none;
}
ul.products {
  margin: 0;
  list-style: none !important;
  clear: both;
  margin-top:40px;
}

ul.products.home-products {margin-bottom:60px;}

ul.products:before, ul.products:after {
	content: ' 0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear: both;
}
.related.products, .upsells.products {
    margin-bottom:2em;
}
.related.products h2, .upsells.products h2 {
	border-bottom: 1px solid #CCC;
	-moz-box-shadow: 0px 1px 0px white;
	-webkit-box-shadow: 0px 1px 0px white;
	box-shadow: 0px 1px 0px white;
	padding-bottom: 1em;
	margin: 1em 0;
}
.products li .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -3px -6px 0 0;
}
.products li:first-child {
	margin-left: -4px;
}
.products li a {
  text-decoration: none;
  display:block;
  position:relative;
}
.products li .product-name {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 15px;
	font-weight: 600;
	display: block;
	margin: 4px 8px;
	line-height: 150%;
}
.products li:hover .product-name {
	color: black;
}
.products li a.product-image {
	line-height: 0;
	padding: 4px;
}
.products li strong {
  color: #555;
  display: block;
}
.products li .price {
	color: #5E6060;
	font-family: 'Calibri', 'Droid Sans', Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	display: block;
}

.products li .price .prezzo-barrato {
	display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-right: 6px;
    text-decoration: line-through;
}

.products li .price del {
  font-size: 11px;
  color: #8E8E8E; 
}   
.products li .price ins {
  text-decoration:none;
}
.products li .price .from {
  font-size: 10px;
  line-height: 10px;
  margin: -2px 0 0 0;
}
.products li .product-short-des {
	display: none;
}
.products li .button {
  margin-top:5px;
  display:inline-block;
  color:#fff;
  font-size:13px;
  padding: 3px 5px;
  height: 22px;
}     
.add_to_cart_button.product_type_simple {
	background-color:#6b90a9;
}
.add_to_cart_button.product_type_simple.loading {
    background-color:#ddd;
}
.add_to_cart_button.product_type_simple.added {
    background-color:#9B9D0A;
}
.products li.hide-name .product-name {
  display:none !important;  
}
.products li.hide-price .price {
  display:none !important;  
}
.products li.hide-buttons .button {
  display:none !important;  
}
/*-- Border -- */
ul.products li.border {
	margin-left: 0;
}
ul.products li.border:first-child {
	margin-left: 0;
}
ul.products li.border a.product-image {
	border:1px solid #CCC;
	padding: 3px;
	background: white;
}

ul.products li.border a.product-image img{width:212px;}

ul.products li.border a.product-image .opacity-box {
	position:absolute;
	width:219px;
	height:289px;
	background:#000;
	margin-top:-285px;
	margin-left:-3px;
	opacity:0;
	-webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

ul.products li.grid .product-box:hover .opacity-box {opacity:0.15;}

/*-- Grid View --*/
ul.products li.grid {
  float: left;
  position: relative;
  width:220px;
}
ul.products .gridbreaker {
	display: none;
}
ul.products li.grid .product-box .product-details {
	margin-left: auto;
	margin-right: auto;
}

ul.products li.grid .product-box .product-details p{
	font-size:12px;
	line-height: 18px;
	text-align:center;
	color:#333;
	margin-top:0;
}

/*-- Carousel **/
.carousel-products {
	width: 100%;
}
.carousel-products-inner {
	overflow: hidden;
	margin-right: -12px;
	padding-right: 12px;
}
.carousel-products-inner:hover {
	margin: -12px -12px -47px -12px;
	padding: 12px 12px 47px 12px;
}
.carousel-products .jcarousel-container, .carousel-products .jcarousel-clip, .carousel-products .jcarousel-list {
	overflow: visible !important;
}
.carousel-products .jcarousel-prev, .carousel-products .jcarousel-next {
	width: 43px;
	height: 43px;
	display: block;
	position: absolute;
	top: 60px;
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}
.carousel-products .jcarousel-prev {
	left: 0px;
	background: url('../images/thumbnail-slider/back.png') no-repeat scroll right top transparent;
}
.carousel-products .jcarousel-next {
	right: 0px;
	background: url('../images/thumbnail-slider/forward.png') no-repeat scroll left top transparent;
}
.carousel-products .jcarousel-prev:hover, .carousel-products .jcarousel-next:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.carousel-products .jcarousel-prev-disabled, .carousel-products .jcarousel-next-disabled{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
	filter: alpha(opacity=60) !important;
	-moz-opacity: 0.6 !important;
	-khtml-opacity: 0.6 !important;
	opacity: 0.6 !important;
}

/* traditional */
ul.products li.grid {
	margin: 0 25px 0 0;
	text-align:center;
}
.full-width ul.products li.grid {
	margin-right: 40px;
}
ul.products li.grid .product-box {
	height: auto !important;
	position: relative;
	z-index: 0;	
	border-style: solid;
	border-color:transparent;
	display: block;
	font-size: 1.1em;
}
/* modern */

ul.products li.modern:hover {
	z-index: 99;
}
ul.products li.modern:hover .product-box-wrapper {
	-moz-box-shadow:    0 1px 5px #A7A7A7, 0 0 5px #A7A7A7;
	-webkit-box-shadow: 0 1px 5px #A7A7A7, 0 0 5px #A7A7A7;
	box-shadow:			0 1px 5px #A7A7A7, 0 0 5px #A7A7A7;
	padding:10px;
	margin:-10px -10px -45px;
	background:white;
}
ul.products li.modern.border:hover a.product-image {
	border-color: transparent;
	background: none;
}
div.product div.images p.price, ul.products li.modern .price, .productslider-wrapper .price {
	color:white;
	font-size:1.5em;
	width:78px;
	height:78px;
	font-weight:400;
	text-align:center;
	line-height:1.9;
	background:#4CB1CA url(images/price.png) no-repeat;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius:60px;
	
}
ul.products li.modern .price{
	position: absolute;
	top: -80px;
	right: -15px;
}
div.product div.images p.price del, ul.products li.modern .price del, .productslider-wrapper .price del {
  display: block;
  color:white;
  font-size: 0.6em;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: -30px;
}   
div.product div.images p.price>span.amount, div.product div.images p.price ins, ul.products li.modern .price ins, ul.products li.modern .price>span.amount, .productslider-wrapper .price>span.amount, .productslider-wrapper .price ins {
  display: block;
  padding-top:16px;
  line-height: 25px;
  height:60px;
  font-size:24px;
  font-family: 'Open Sans Condensed','Arial Narrow',serif;
}
div.product div.images p.price .from, ul.products li.modern .price .from, .productslider-wrapper .price .from{
	display: block;
	font-size: 0.6em;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: -30px;
}
div.product .onsale ~ div.images p.price, ul.products li.modern .onsale ~ .price, .productslider-wrapper .onsale ~ .price{
	background-color:#F12B63;
}
ul.products li.modern .product-box .product-details{
	margin-top:20px;
	position: relative;
}
ul.products li.modern.hide-price .product-box .product-details{
	margin-top: 0;
}
ul.products li.modern .button{
	display: none;
}
ul.products li.modern:hover .button{
	display: inline-block;
}
/* =Buttons
-------------------------------------------------------------- */
a.button.loading, button.button.loading, input.button.loading, #review_form #submit.loading {
	color: #999;
	border-color: #ccc
}
a.button.loading:before, button.button.loading:before, input.button.loading:before, #review_form #submit.loading:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65)
}
a.button.added:before, button.button.added:before, input.button.added:before, #review_form #submit.added:before {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	top: .5em;
	right: -26px;
	text-indent: 0;
	background: url(images/success.png) no-repeat
}
.cart .button, .cart input.button {
	float: none
}
#reviews h2 small {
	float: right;
	color: #999;
	font-size: 15px;
	line-height: 21px;
	margin: 10px 0 0 0
}
#reviews h2 small a {
	text-decoration: none;
	color: #999
}
#reviews h3 {
	margin: 0
}
#reviews #respond {
	margin: 0;
	border: 0;
	padding: 0
}
#reviews #comment {
	height: 75px
}
#reviews #comments .add_review:after {
	content: "";
	display: block;
	clear: both
}
#reviews #comments h2 {
	clear: none
}
#reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: 0;
	list-style: none;
}
#reviews #comments ol.commentlist:after {
	content: "";
	display: block;
	clear: both
}
#reviews #comments ol.commentlist * {
	background: 0
}
#reviews #comments ol.commentlist li {
	padding: 00;
	margin: 0 0 20px;
	border: 0;
	position: relative;
	background: 0;
	border: 0
}
#reviews #comments ol.commentlist li .meta {
	color: #999;
	font-size: .75em
}
#reviews #comments ol.commentlist li img {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 32px;
	height: auto;
	border: 1px solid #ddd;
	background: #fff;
	margin: 0;
	line-height: 1
}
#reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 11px 11px 0;
	background: #FAFAF7;
}
#reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 11px
}
#reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .86em
}
.star-rating {
	float: right;
	width: 80px;
	height: 16px;
	background: url(images/star.png) repeat-x left 0 !important;
}
.star-rating span {
	background: url(images/star.png) repeat-x left -32px !important;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left
}
.hreview-aggregate .star-rating {
	margin: 10px 0 0 0
}
#review_form #respond {
	border: 1px solid #e7e7e7;
	margin: 0;
	padding: 10px 20px 20px
}
#review_form #respond:after {
	content: "";
	display: block;
	clear: both
}
#review_form #respond p {
	margin: 0 0 10px
}
#review_form #respond #reply-title {
	margin-bottom: 20px;
}
#review_form #respond p.comment-form-rating label {
	float: left;
	margin-right: 10px;
}
#review_form #respond p.comment-form-comment textarea {
	margin-top: 5px;
	height: 160px;
}
p.stars:after {
	content: "";
	display: block;
	clear: both
}
p.stars span {
	width: 80px;
	height: 16px;
	position: relative;
	float: left;
	background: url(images/star.png) repeat-x left 0
}
p.stars span a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden
}
p.stars span a:hover, p.stars span a:focus {
	background: url(images/star.png) repeat-x left -16px
}
p.stars span a.active {
	background: url(images/star.png) repeat-x left -32px
}
p.stars span a.star-1 {
	width: 16px;
	z-index: 10
}
p.stars span a.star-2 {
	width: 32px;
	z-index: 9
}
p.stars span a.star-3 {
	width: 48px;
	z-index: 8
}
p.stars span a.star-4 {
	width: 64px;
	z-index: 7
}
p.stars span a.star-5 {
	width: 80px;
	z-index: 6
}
#related-products {clear:both;}
/* =Tables
-------------------------------------------------------------- */
table.shop_table {
  border: 1px solid #DDD;
  margin: 15px 0;
  text-align: center;
  width: 100%;
  border-collapse: separate;
 
}
table.shop_table th {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  border: 0;
  border-right: 1px solid #ddd;
}
table.shop_table td {
  vertical-align: middle;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  text-align: left;
  color:#222;
}
table.shop_table tfoot td {
  font-weight: bold;
}

table.shop_attributes {
  border: 0 !important;
  border-top: 1px dotted #ccc !important;
  width:100%;
}
table.shop_attributes td, table.shop_attributes th {
	text-align:center;
	background:none;
	color: inherit;
	height: auto;
}
table.shop_attributes th {
  width: 150px;
  font-weight: bold;
  padding: 8px;
  border-bottom: 1px dotted #ccc;
  margin: 0 !important;
  line-height: 1.5em;
}
table.shop_attributes td {
  padding: 8px;
  border: none;
  border-bottom: 1px dotted #ccc;
  margin: 0 !important;
  line-height: 1.5em;
}
table.shop_attributes td p {
  margin: 0 !important;
}
table.shop_attributes .alt td, table.shop_attributes .alt th {
  background: #f9f9f9;
}
/*table.my_account_orders {
  font-size: 0.85em;
}*/
table.my_account_orders .button {
  white-space: nowrap;
  margin: 4px 0;
}

table.shop_table th{text-shadow:0 1px 0 #ffffff;background:#ffffff;background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));background:-webkit-linear-gradient(#ffffff, #f1f1f1);background:-moz-linear-gradient(center top, #ffffff 0%, #f1f1f1 100%);background:-moz-gradient(center top, #ffffff 0%, #f1f1f1 100%);}
table.shop_table tfoot th {background: #F8F8F8;border-top: 1px solid #DDD;}
table.shop_table tfoot td{background:#f8f8f8;}
table.shop_table td.product-remove{width:10px;}
table.shop_table td.product-thumbnail{width:36px;}
table.shop_table td.product-thumbnail a {width:36px;}
table.shop_table td.product-thumbnail img {width:50px;height:auto;}
table.shop_table td.product-quantity .quantity { margin-right: 0; }
table.shop_table td.order-actions { width: 50px; }
table.shop_table td.actions{background:#F6F6F6;box-shadow:inset 0 0 0 3px rgba(0, 0, 0, 0.025);-webkit-box-shadow:inset 0 0 0 3px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 0 0 3px rgba(0, 0, 0, 0.025);}
table.shop_table td.actions div.coupon{text-align:left;}
table.shop_table td.actions div.coupon label{display:none;}
table.shop_table td.actions div.coupon span.input-text{float:left;width:160px;margin-right:12px;}
table.shop_table td.actions div.coupon span.input-text input{padding:0 !important;}
table.shop_table td.actions .button,table.shop_table td.actions .button-alt,table.shop_table td.actions .button.alt{font-size:12px !important;vertical-align:top !important;margin-right:0;width:auto;}
table.shop_table tbody tr {background:#fff;}
table.shop_table dl.variation dt {float:left;margin-right:5px;}
/* =Cart Sidebar
-------------------------------------------------------------- */
ul.cart_list, ul.product_list_widget {
  list-style: none outside !important;
}
ul.cart_list li, ul.product_list_widget li {
	margin: 0 0 10px !important;
	line-height: 16px;
	background: none;
	overflow: hidden;
}
ul.cart_list li a, ul.product_list_widget li a {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}
ul.cart_list li img, ul.product_list_widget li img {
  float: left;
  margin-right: 8px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  width: 50px;
  padding:2px;
  height: auto;
  background-color: white;
}
ul.cart_list li .amount, ul.product_list_widget li .amount {
}
ul.cart_list li del, ul.product_list_widget li del {
	display:block;
	float: left;
	margin-right: 5px;
}
ul.cart_list li del .amount, ul.product_list_widget li del .amount {
	font-size: 0.9em;
}
ul.cart_list li img {
  padding: 3px;     
  width: 50px;
}
.widget_shopping_cart .total {
  border-top: 3px double #ddd;
  padding: 4px 0 0 10px;
  margin: 0 !important;
}
.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.widget_shopping_cart .buttons {
  zoom: 1;
}
/* =Cart
-------------------------------------------------------------- */
a.remove {
  display: block;
  height: 16px;
  width: 16px;
  /*background: url(images/remove.png) #cccccc;*/
  color:#333;
  text-align:center;
}
a.remove:hover {
  /*background-color: #f93;*/
}

a.remove i {color:#777;}

.cart th, .cart td {
  vertical-align: middle;
  text-align:left;
  border-bottom:0;
  background: none;
}
td.actions {
  text-align: right !important;
}
td.actions .coupon {
  float: left;
}
td.actions .coupon label {
  display: none;
}
td.actions .coupon .input-text {
    width: 160px !important;
    float: left;
    margin: 1px 6px 0 0 !important;   
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset; 
    background: #fff url(images/bg-input.png) repeat-x scroll 0 0 transparent;
    border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    font-family: 'Calibri', 'Droid Sans', Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    outline: 0 none;
    padding: 6px;
}                      
td.actions .button-alt, td.actions .button.alt {
  float: right;
  margin: 0px 0 0 6px;
}
td.quantity {
  min-width: 80px;
}
.quantity input {
  margin-left: 0;
  margin-right: 0;
}
.quantity input.qty {
  border: 1px solid #ccc;
  width: 20px;
  display: inline;
  padding: 1px 5px 2px;
  line-height: 1em !important;
  vertical-align: middle;
}
.quantity input.plus, .quantity input.minus {
  background: #ccc;
  padding: 4px;
  vertical-align: middle;
  line-height: 1em !important;
  border: none;
  width: 20px;
  color: #fff !important;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.quantity input.minus:hover, .quantity input.plus:hover {
  background: #f93;
}
.quantity input.minus {
    bottom: 0;
    position: absolute;
    right: 0;
}
.quantity input.plus, .quantity input.minus {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #BBBBBB;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    color: #888888 !important;
    font-size: 12px;
    height: 16px !important;
    padding: 0;
}
.quantity input.input-text {
    border: 1px solid #BBBBBB;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset;
    float: left;
    padding: 6px 9px;
    width: 38px;
	outline: none;
	margin-top: 0;
}
.quantity input.plus {
    position: absolute;
    right: 0;
    top: 0;
}
.quantity input.plus, .quantity input.minus {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #BBBBBB;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    color: #888888 !important;
    font-size: 10px;
    height: 16px !important;
    padding: 0;
	text-align:center;
}
.quantity input.plus:hover,.quantity input.minus:hover{background:#fff;}
.cart input {
  width: 100px;
  margin: 0 !important;
  vertical-align: middle;
}
.col2-set {
  zoom: 1;
  width: 100%;
  position: relative;
}
.col2-set::after {
clear: both;
content: '.';
display: block;
visibility: hidden;
}
.col2-set .col-1 {
  float: left;
  width: 48%;
}
.col2-set .col-2 {
  float: right;
  width: 48%;
}
.col2-set h3, #order_review_heading, header h2 {
	border-bottom: 1px solid #CCC;
	-moz-box-shadow: 0px 1px 0px white;
	-webkit-box-shadow: 0px 1px 0px white;
	box-shadow: 0px 1px 0px white;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.col2-set h3, #order_review_heading {
	font-size: 19px;
}
.cart-collaterals {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  margin-bottom:2em;
}
.cart-collaterals .related {
  width: 310px;
  float: left;
}
.cart-collaterals .cross-sells {
  width: 314px;
  float: left;
}
.cart-collaterals .shipping_calculator {
  float: left;
  max-width: 400px;
  width: 45%;
  clear: left;
  text-align: left;
  overflow: hidden;
  zoom: 1;
  margin-top:15px;
}

.cart-collaterals .shipping_calculator h2 {margin-top:0;text-align:left !important;line-height:16px;padding-bottom:14px !important;}

.cart-collaterals .shipping_calculator .shipping-calculator-form {
  margin: 15px 0;
}
.cart-collaterals .shipping_calculator .button {
  float: none !important;
  display: block;
}
.cart-collaterals .shipping_calculator a {
  color:inherit;
}
.cart-collaterals .shipping_calculator a:hover {
  color:#444;
}
.cart-collaterals .shipping_calculator .col2-set {
    margin-top:0;
}
.cart-collaterals .shipping_calculator .col2-set .col-1, .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.cart-collaterals .cart_totals {
  float: right;
  max-width: 400px;
  width: 45%;
  text-align: left;
}

.cart-collaterals .cart_totals .button {margin-right:0;}

.cart-collaterals .cart_totals p {
  margin: 0 !important;
}
.cart-collaterals .cart_totals table {
  border-collapse: separate;
  padding: 0;
  width: 100%;
  border: 1px solid #DDD;
  background: #fff;
  -moz-box-shadow:    1px 1px 0px 1px #DDD;
  -webkit-box-shadow: 1px 1px 0px 1px #DDD;
  box-shadow: 1px 1px 0px 1px #DDD;
}
.cart-collaterals .cart_totals table tr:nth-child(2n+1) {
background-color: #F6F6F6;
}
.cart-collaterals .cart_totals table tr:first-child th, .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0 !important;
}
.cart-collaterals .cart_totals table td, .cart-collaterals .cart_totals table th {
  color: inherit;
}
.cart-collaterals .cart_totals table small {
  display: block;
  color: #999;
}
.cart-collaterals .cart_totals .discount td {
  color: green;
}
.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  line-height: 1.5em;
  background: none;
  border-bottom: 0;
}
.cart-collaterals .cart_totals a.button-alt, .cart-collaterals .cart_totals a.button.alt {
  width: 193px;
  display: block;
  font-size: 0.92em;
}
.cart-collaterals .shipping_calculator h2, .cart-collaterals .cart_totals h2 {
	font-size: 21px;
	text-align:right;
}

.cart_totals .button {float:right;font-size:14px;}

.cart_totals p.proceed-desc {font-size:11px;text-align:right;}

.empty-cart {float:left;}
.empty-cart:hover {text-decoration:underline;}

/* =Forms
-------------------------------------------------------------- */
.form-row {
  overflow: hidden;
  zoom: 1;
  padding: 3px 0;
  margin: 0 0 6px !important;
}
.form-row label {
  display: block;
}
.form-row label.hidden {
  visibility: hidden;
}
.form-row select {
  width: 100%;
  cursor: pointer;
  margin: 0 !important;
}
.form-row .required {
  color: #c00;
  font-weight: bold;
}
.form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.form-row label.checkbox {
  display: inline;
}
form .form-row, #content .form-row {
  /*display: block;
		padding: 1px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width: 100%;
		border: 1px solid #ccc;
		outline: 3px solid #f5f5f5;
		background: #fff;*/

}
form .form-row input.input-text,
#content .form-row input.input-text,
form .form-row textarea,
#content .form-row textarea, 
form .form-row select,
table.variations tr select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  width: 100%;
  padding: 4px 6px;
  margin: 0;
  outline: 0;
  background: #fff;
  font-size: 14px;
  line-height: 1em;
}
form .form-row textarea, #content .form-row textarea {
  height: 3.5em;
  line-height: 1.5em;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .form-row input.input-text:focus,
#content .form-row input.input-text:focus,
form .form-row textarea:focus,
#content .form-row textarea:focus {
  box-shadow: inset 0 0 0 3px #fff;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  -moz-box-shadow: inset 0 0 0 3px #fff;
}
.form-row-first, .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
.form-row-last {
  float: right;
}
/* =Checkout
-------------------------------------------------------------- */
#payment {
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #DDD;
}
#payment ul.payment_methods {
  overflow: hidden;
  zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #DDD;
  margin: 0 !important;
  list-style: none outside;
}
#payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0 !important;
  font-weight: normal;
}
#payment ul.payment_methods li input {
  margin: 0 1em 0 0 !important;
  width:5px;
  margin-right:5px;
}
#payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  position: relative;
}
#payment div.form-row {
  padding: 1em;
  border-top: 1px solid #fff;
}
#payment #place_order {
  float: right;
  margin: 0;
}
#payment .terms {
  padding: 0 1em 0 !important;
  text-align: right;
}
#payment div.payment_box {
  position: relative;
  width: 96%;
  background: #ddd;
  border: 1px solid #f1f1f1;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  padding: 1em 2% 0;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
}
#payment div.payment_box #cc-expire-month, #payment div.payment_box #cc-expire-year {
  width: 48%;
  float: left;
}
#payment div.payment_box #cc-expire-year {
  float: right;
}
#payment div.payment_box span.help {
  font-size: 11px;
  color: #999;
  line-height: 13px;
  font-weight: normal;
}
#payment div.payment_box p, #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
#payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #ddd;
  /* arrow size / color */

  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -3px;
  left: 0;
  margin: -1em 0 0 2em;
}

#payment div.payment_box p.paynow {max-width:700px;display:inline-block;margin-right:0;}

#payment div.payment_box p.paynow + .button {float:right;margin-top:-3px;}

#payment div.payment_box p a {text-decoration:underline;}

div.shipping-address {
  padding: 0;
  clear: left;
}
#shiptobilling {
  position: absolute;
  right: 0;
  padding: 0;
}
#shiptobilling label {
  font-size: 0.9em;
}
.checkout .col-2 .notes {
  clear: left;
}
.checkout .col-2 .form-row-first {
  clear: left;
}
/* =Order Page
-------------------------------------------------------------- */
.order_details {
  overflow: hidden;
  zoom: 1;
  margin: 1.5em 0 1.5em;
  list-style: none;
}
.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  line-height: 1em;
  border-right: 1px dashed #aaa;
  padding-right: 2em;
}
.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em;
  color: #C2C2C2;
}
.order_details li.method {
  border: none;
}
.customer_details {
	margin-bottom: 20px;
}
/* =Account
-------------------------------------------------------------- */
.addresses .title {
  overflow: hidden;
  zoom: 1;
}
.addresses .title .edit {
  float: right;
}
/* =Layered Nav Widgets
-------------------------------------------------------------- */
.widget_price_filter .price_slider_wrapper .button {
  float: right;
  margin: 0 !important;
}
.widget_price_filter .price_slider_wrapper .price_slider {
  margin: 1em .6em .6em;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  outline: 0 !important;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount {
  overflow: hidden;
  line-height: 2em;
}               
.widget_price_filter .price_label {
    color:#666;
}
.widget_layered_nav ul li {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 1px;
}
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
  padding: 1px 0;
  float: left;
}
.widget_layered_nav ul li.chosen a {
  padding: 0 6px 0 18px;
  border: 1px solid #3399cc;
  background: #3399cc url(images/cross_white.png) no-repeat 6px center;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
  color: #999;
}   
             
/* =Categories Widgets
-------------------------------------------------------------- */
#sidebar .widget_product_categories ul li.cat-item, #sidebar .woocommerce_product_categories ul li.cat-item { 
	background: url(../images/arrow4.png) no-repeat 0 0.2em;
	padding-left: 25px;
	display: block;
	line-height: 18px;
	margin: 15px 0;
}
#sidebar .widget_product_categories ul li.cat-item:first-child, #sidebar .woocommerce_product_categories ul li.cat-item:first-child { 
	margin-top:0;
}
#sidebar .widget_product_categories ul li.cat-item:last-child, #sidebar .woocommerce_product_categories ul li.cat-item:last-child { 
	margin-bottom:0;
} 
             
/* =Variations
-------------------------------------------------------------- */
.variations_form {
	-moz-box-shadow: 0px 1px 0px white, 0px 1px 0px white inset;
	-webkit-box-shadow: 0px 1px 0px white, 0px 1px 0px white inset;
	box-shadow: 0px 1px 0px white, 0px 1px 0px white inset;
	border-bottom: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	padding: 15px 0;
}
.variations_form .single_variation_wrap {overflow:hidden;margin-top:10px;}
.variations_form .variations_button {float:right;}
.variations_form table.variations {border:none;margin:0;table-layout: fixed;}
.variations_form table.variations tr {background:none;padding:5px 0;}
.variations_form table.variations tr label {display:block;padding-right:10px;}
.variations_form table.variations tr select {padding:3px;display:block;min-width:100px;}
.variations_form table.variations tr td {border:none;padding:4px 0 !important;}
.variations_form table.variations tr td:first-child {width: 35%;}
.variations_form table.variations tr td:last-child {width: 65%;}
.variations_form .single_variation {float:left; position:relative;}
.variations_form .reset_variations {display:none !important;}
.variations_form .price {
	color: white;
	display: block;
	font-size: 1.5em;
	padding: 5px 12px 5px 20px;
	background: none repeat scroll 0 0 #4CB1CA;
	padding: 5px 12px 5px 20px;
	margin-left: 16px;
	height: 22px;
}
.variations_form .price::before {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #4CB1CA transparent;
	border-style: solid;
	border-width: 16px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.variations_form .price::after {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent transparent #4CB1CA;
	border-style: solid;
	border-width: 16px;
	content: "";
	position: absolute;
	right: -32px;
	top: 0;
}
.variations_form .price del {font-size:0.7em;}
.variations_form .out-of-stock {margin: 0.8em 20px 0.8em 0;clear:both!important;} 
.variations_form .variations div { margin-bottom:10px; }
.variations_form .select_label { display:block; width:50px; float:left; } 
             
/* =Widget login
-------------------------------------------------------------- */
.widget_login input.input-text {border:1px solid #B2B0B0;padding:5px;}

.shop-content .page-title { margin:0px 0;}
.shop-content .sorter {
	margin: 1.2em 0;
	padding-bottom: 1.2em; 
	border-bottom: 1px solid #CCC;
	-moz-box-shadow: 0px 1px 0px white;
	-webkit-box-shadow: 0px 1px 0px white;
	box-shadow: 0px 1px 0px white;
}
.shop-content .sort-by {float:right;}
.shop-content .sort-by label {line-height:1.6; display:inline-block; vertical-align:middle;}
.shop-content .pager {margin-top: 1.2em;}
.shop-content .pager .page_numbers {float:left;line-height:1.6;}
.shop-content .pager .amount {float:right; margin:0}
.shop-content .product-category-image img {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

/*Aggiunte da Giacomo*/
.nys {margin-top:20px;}
.nys form select {
	width:100%;
	margin-bottom:16px;
	border:none;
	border-radius: 10px;
	padding:4px;
	color:#ccc;
	font-size:12px;
	background:#444444;
	outline:none;
	
	-webkit-box-shadow: -2px 3px 6px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    -2px 3px 6px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         -2px 3px 6px 0px rgba(50, 50, 50, 0.45);
	
}

.nys form .select-arrow-container:after {
	content:'';
    width:25px; height:25px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
    margin-left: 154px;
    margin-top: -41px;
    border-radius: 0 10px 10px 0;
    background:url('../images/arrow-select.png') scroll 0 0 no-repeat transparent;
}

.nys form label {color:#000;font-size:13px;}

.reset {margin-top:15px;display:block;padding:1px 10px;background:#222;border-radius:10px;color:#ccc!important;font-size:13px;}

/*languages*/
.languages {margin:3px 9px 0 20px !important;}
