/* =================================================================== */
/* Shop
====================================================================== */
.container .four-shop.columns { width: 213px; height: 378px; overflow:hidden; margin: 0 14px;}

#price-range input {
	padding: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	margin: 4px 0 0 6px;
	float: left;
	width: 100px;
}

#price-range .button {
	float: right;
	padding: 6px 12px;
	margin: -2px 0 0 0;
	font-size: 13px;
}

#price-range label {
	float: left;
	margin-top: 4px;
}

.padding-range {
	padding: 0 8px;
}

#slider-range {
	margin: 0 0 16px 0;
}

#price-range .ui-slider {
	position: relative;
	text-align: left;
}

#price-range .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	margin: 2px 0 0 0;
	cursor: w-resize;
}

#price-range .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	height: 14px;
	display: block;
	border: 0;
	background-position: 0 0;
}

#price-range .ui-widget-content {
	background-color: #f2f2f2;
	padding: 2px 0;
}

#price-range .ui-widget-header {
	background-color: #808080;
}

#price-range .ui-state-default {
	background: #ddd;
}

#price-range .ui-slider.ui-state-disabled .ui-slider-handle,
#price-range .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

#price-range .ui-slider-horizontal {
	height: 12px;
}
#price-range .ui-slider-horizontal .ui-slider-handle {
	top: -3px;
	margin-left: -8px;
}
#price-range .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
#price-range .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
#price-range .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}



/* Shopping Cart */
#cart,
.latest-shop-items {
	padding: 26px 24px;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	background-color: #f7f7f7;
	color: #666;
	margin-bottom: 7px;
}

.latest-shop-items { padding: 20px; }

.cart-items {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 15px 0;
}

#cart .button,
.shop-item .button {
	padding: 10px 16px !important;
}

#cart .button.color {
	margin: 0 0 0 2px;
}

.cart-items li {
	margin: 0 0 18px 0;
}

.cart-items li:last-child {
	margin-bottom: 5px;
}

a.cart-item-title {
	color: #404040;
	font-weight: 600;
	display: block;
}

a.cart-item-title:hover {
	color: #808080;
	display: block;
}

.cart-item-amount {
	color: #808080;
	display: block;
	font-size: 14px;
	margin-top: 6px;
}

.cart-subtotal {
	display: block;
	margin: 16px 0;
	color: #888;
}

.cart-subtotal strong {
	color: #888;
	font-weight: 500;
}

a.item-remove {
	color: #eb4c4c;
	font-size: 14px;
	position: relative;
	top: -1px;
	margin-right: 2px;
}

.empty-cart {
	color: #888;
}

#cart a.button { margin: 2px; margin-left: 0;}


/* Shop Item */
.shop-item div.copertina{
	height:200px; 
	border:1px solid #eee;
}

.shop-item img {
	margin:0 auto;
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	-o-transition: all 180ms ease-in-out;
	-ms-transition: all 180ms ease-in-out;
	transition: all 180ms ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.shop-item img:hover {
	opacity: 0.8;
	filter: alpha(opacity=70);
	border-color: #e7e7e7;
}

.shop-item .item-description {
	padding: 0 21px 22px 21px;
}

.shop-item .item-description h5 {
	line-height: 21px;
	font-size: 14px;
	font-weight: 700;
	margin: 3px 0 0 0;
	-webkit-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	-o-transition: all 180ms ease-in-out;
	-ms-transition: all 180ms ease-in-out;
	transition: all 180ms ease-in-out;
}

.shop-item .item-description a:hover h5 {
	color: #888;
}

.shop-item .item-description span { 
	color: #888;
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin: 10px 0 15px 0;
}

.shop-item .item-description span.sale {
	color: #999;
}

.shop-item .item-description span.sale i {
	color: #999;
	text-decoration: line-through;
}

.shop-item .item-description span.sale b {
	color: #888;
	font-weight: 500;
	background-color: #fffca3
}

.shop-item {
	margin: 10px 0;
	display: block;
	background-color: #fff;
}

.shop-item .item-description {
	background-color: #f7f7f7;
	border-top: 1px solid #eee;
}

.shop-item .button {
	padding: 8px 15px 8px 15px;
}


/* Shop Product Page */
.flexslider.shop {
	border: 1px solid #e0e0e0;
	margin: 0 0 20px 0;
}

.flexslider.shop img {
	-webkit-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	-o-transition: all 180ms ease-in-out;
	-ms-transition: all 180ms ease-in-out;
	transition: all 180ms ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flexslider.shop img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.flexslider.shop .flex-direction-nav a { right: 25px; bottom: 25px;}

table.standard-table.shop {
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}

table.standard-table.shop th {
	border-bottom: none;
	font-size: 13px;
}

table.standard-table.shop th{
	margin-bottom: -1px;
}

table.standard-table.shop td {
	padding: 10px 15px;
	border: #e0e0e0 1px solid;
	border-bottom: none;
}

.product-info { margin-left: 10px; margin-top: 5px; }

.product-info .price {
	font-size: 20px;
	font-weight: 500;
	color: #777;
	margin: 0 0 28px 0;
	text-align: left;
}

.product-info .price.sale b { text-decoration: line-through; color: #999; }
.product-info .price.sale i {
	text-decoration: none; 
	color: #777;
	font-weight: 500;
	background-color: #fffca3;
	padding: 1px 2px;
}

.product-info h3 {
	font-size: 20px;
	font-weight: 600;
	color: #444;
	line-height: 26px;
	margin: 0 0 7px 0;
}

/* Quantity Button */
.product-amount input {
	width: 94px;
	padding: 8px 10px;
	text-align: center;
	float: left;
	position: relative;
	z-index: 5;
}

.product-amount {
	margin: 15px 0;
	float: left;
}

.decrease-value,
.increase-value {
	float: left;
	color:#fff;
	background-color: #808080;
	cursor: pointer;
	margin-left: -1px;
	font-size: 12px;
	height: 38px;
	width: 38px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-align: center;
	z-index: 10;
	position: relative;
}
.decrease-value { margin: 0 -1px 0;}

.decrease-value span,
.increase-value span {
	margin: 13px 0 0 0;
}

.decrease-value:hover,
.increase-value:hover {
	background: #aaa;
}

ul.error{ margin:0; padding: 0; }
ul.error li{ color: #ce3838; }


.msg-ok {
  border: 1px solid #60b963;
  color: #60b963;
}
.msg {
  margin-bottom: 24px;
  background: none;
  border-radius: 0;
  font-weight: 600;
  padding: 12px 16px;
}
.msg .close {
  opacity: 1;
  font-size: 24px;
  top: -2px;
  right: -4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.msg .close span {
  font-weight: 400;
}
.msg-warning {
  border: 1px solid #d88519;
  color: #d88519;
}
.msg-success {
  border: 1px solid #60b963;
  color: #60b963;
}
.msg-error {
  border: 1px solid #c64444;
  color: #c64444;
}


table.standard-table th{ font-size:12px !important; }



ul.shopAccessLink{ clear:both; padding:10px 0; overflow: hidden; }
ul.shopAccessLink li{ float:left; list-style:none; width:19%; padding:3px; text-align:center; border:1px solid #f0f0f0; display:block; }
ul.shopAccessLink.Onepage li{width:32% !important;}
ul.shopAccessLink li:hover{ background-color:#f0f0f0; text-decoration:none; cursor:pointer; }
ul.shopAccessLink li.active{ background-color:#f0f0f0; }
ul.shopAccessLink li a:hover{text-decoration:none;}
ul.shopAccessLink li a.disabled{color:#ccc; cursor: default;}


/* Shop Media Queries */
@media (min-width: 960px) and (max-width: 1389px) { .container .four-shop.columns { width: 213px; } }
@media (min-width: 768px) and (max-width: 990px) { .container .four-shop.columns { width: 258px; } }
@media (max-width: 767px) { 
	.container .four-shop.columns { width: 100%; }  
	.container .four-shop.columns {  height: auto; } 
	.container .four-shop.columns img{ width: 100%; }
	.shop-item .copertina{width:calc(100% - 2) !important;}
	.shop-item .copertina i{width:100% !important;}
	ul.shopAccessLink li, ul.shopAccessLink.Onepage li{clear:both; width:100% !important;}
}
