/* ============================== */
/* DIV store-dt-tb                */
/* ============================== */

#store-dt-tb {
	width: 100%;
}
#store-dt-tb ul {
	float: left;
	width: 100%;
}
#store-dt-tb li {
	float: left;
	background-color: #EEE;
	padding: 5px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#store-dt-tb {
		display: none;
	}

}

/* ============================== */
/* DIV store-sp                   */
/* ============================== */

#store-sp {
	display: none;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#store-sp {
		display: block;
		width: 100%;
		height: auto;
		min-height: 400px;
	}
	#store-sp ul {
		float: left;
		width: 100%;
	}
	#store-sp li {
		width: 100%;
		background-color: #EEE;
		padding: 5px;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}

/* ============================== */
/* DIV cart-dt-tb                 */
/* ============================== */

#cart-dt-tb, #checkout {
	margin-top: 30px;
	width: 100%;
	background-color: #DDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #DDD;
	letter-spacing:-0.09rem;
}
#cart-dt-tb thead, #checkout thead {
	background-color: #EEE;
	font-size: 14px; font-size: 1.4rem;
}
#cart-dt-tb tfoot, #checkout tfoot {
	background-color: #EEE;
	vertical-align: middle;
}
#cart-dt-tb tbody, #checkout tbody {
	background-color: #FFF;
}
#cart-dt-tb th, #checkout th {
	padding: 10px;
	text-align: left;
}
#cart-dt-tb td, #checkout td {
	padding: 10px;
	vertical-align: top;
}
#cart-dt-tb form, #checkout form {
	margin: 0;
}
#cart-dt-tb form p, #checkout form p {
	margin: 0;
	color: #666;
	font-size: 14px; font-size: 1.4rem;
	font-family: 'source_sans_proregular';
}
#cart-dt-tb img, #checkout img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	max-width: 60px;
	min-width: 60px;
	border: 2px solid #EEE;
}
#cart-dt-tb div, #checkout div {
	float: left;
	margin-right: 10px;
}
#cart-dt-tb p, #checkout p {
}
#cart-dt-tb a, #checkout a {
	font-family: 'source_sans_proregular';
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	color: #ad1d4a;
	text-decoration: none;
}
#cart-dt-tb .remove-from-cart, #checkout .remove-from-cart {
	font-size: 12px; font-size: 1.2rem;
	font-family: 'source_sans_proregular';
	text-decoration: underline;
	color: #000;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#cart-dt-tb {
		display: none;
	}

}

/* ============================== */
/* DIV cart-sp                    */
/* ============================== */

#cart-sp {
	display: none;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#cart-sp {
		display: table;
		width: 100%;
		background-color: #DDD;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #DDD;
		letter-spacing:-0.09rem;
		margin-bottom: 30px;
	}
	#cart-sp thead {
		background-color: #EEE;
		font-size: 12px; font-size: 1.2rem;
		font-family: 'source_sans_proregular';
	}
	#cart-sp tfoot {
		background-color: #EEE;
		vertical-align: middle;
	}
	#cart-sp tbody {
		background-color: #FFF;
	}
	#cart-sp th {
		padding: 10px;
		text-align: left;
	}
	#cart-sp td {
		padding: 10px;
		vertical-align: top;
	}
	#cart-sp form {
		margin: 0;
	}
	#cart-sp form p {
		margin: 0;
		color: #666;
		font-size: 12px; font-size: 1.2rem;
		font-family: 'source_sans_proregular';
	}
	#cart-sp img {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		max-width: 80px;
		min-width: 80px;
		border: 2px solid #EEE;
	}
	#cart-sp div {
		float: left;
		margin-right: 10px;
		min-height: 90px;
	}
	#cart-sp p {
	}
	#cart-sp a {
		font-family: 'source_sans_proregular';
	}
	#cart-sp input[type="text"] {
		width: 80px;
	}
	#cart-sp .remove-from-cart {
		font-size: 11px; font-size: 1.1rem;
		font-family: 'source_sans_proregular';
		text-decoration: underline;
		color: #000;
	}

}

/* ============================== */
/* DIV accordion                  */
/* ============================== */

#accordion {

}

#accordion h3 {
	outline: 0;
	border-bottom: 1px dashed #DDD;
	padding-bottom: 5px;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'source_sans_proregular';
	color: #ad1d4a;
	margin:10px 0;
	color:#AB214B;
}
#accordion h3 a {
	color:#AB214B;
}

#accordion h3:active, #accordion h3:focus {
	outline: 0;
}

#accordion form {
	margin-top: 10px;
}
#accordion form .paragraph {
	color: #666;
	font-size: 14px; font-size: 1.4rem;
	font-family: 'source_sans_proregular';
}

#accordion div {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#accordion select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	outline: none;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #000;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'source_sans_proregular';

}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#accordion select {

	}

}

/* ============================== */
/* class store-cat                */
/* ============================== */

#store-dt-tb li.store-cat {
	border:none;
	padding:0;
	list-style:none;
	position:relative;
	background-color:#FFF;
	text-align:center !important;
}
#store-dt-tb li.store-cat a img:hover {
	background-color:#000 !important;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */

}
#store-dt-tb li.store-cat h4 {
	background-color:transparent;
	position:absolute;
	bottom:25px;
	margin:0 auto;
	width:100%;
	text-align:center !important;
	font-size:35px;
	text-transform:uppercase;
}
#store-dt-tb li.store-cat a, #store-dt-tb li.store-cat h4 a {
	border:none;
	color:#FFF;
	text-decoration:none;
	margin:0 auto;
	text-align:center;
}


@media only screen and (max-width: 1024px) {
#store-dt-tb li.store-cat h4 {
	font-size:25px;
}
}

@media handheld, only screen and (max-width: 767px) {

	#store-cat {
		width: 100%;
	}

	#store-sp li.store-cat {
		border:none;
		padding:0;
		list-style:none;
		position:relative;
		background-color:#FFF;
		text-align:center !important;
	}
	#store-sp li.store-cat a img:hover {
		background-color:#000 !important;
		opacity: 0.6;
		filter: alpha(opacity=60); /* For IE8 and earlier */

	}
	#store-sp li.store-cat h4 {
		background-color:transparent;
		position:absolute;
		bottom:30px;
		margin:0 auto;
		width:100%;
		text-align:center !important;
		font-size:28px;
		text-transform:uppercase;
	}
	#store-sp li.store-cat a, #store-sp li.store-cat h4 a {
		border:none;
		color:#FFF;
		text-decoration:none;
		margin:0 auto;
		text-align:center;
	}
}

#content p.discount {
	font-size:18px; font:1.8em !important;
	color:#2D2D2B;

}
#content p.discount span {
	text-decoration:line-through;
}
#content p.discount .price {
	font-size:18px; font-size:1.8rem;
	color:#564d37;
}
#content p.discount, #content p.price2 {
	font-size:18px; font-size:1.8rem;
	color:#2D2D2B;
	font-weight: 700;
}

.voce-desc {
	position:relative;
	width:100%;
	height:580px;
}
.voce-desc .button-action {
	position:relative;
	left:0;
	top:5px;
	width:100%;
	border:0px solid #CCC;
}
.voce-desc .button-action input[type="submit"] {
	background-image:url('../imgs/cart.png');
	background-position:93% 50%;
	background-repeat:no-repeat;
	width:100%;
	padding:8px 8px 8px 12px !important;
	text-align:left !important;
	letter-spacing:1px;
	display:inline;
}
.voce-desc .button-action input[type="submit"]:disabled {
	background-image:none;
	background-color:#AB214B !important;
}
.voce-desc input.btn-add-cart{
	width: 100% !important;
	background-color: #FFF !important;
	border: 1px solid #2D2D2B !important;
	color: #2D2D2B !important;
	background-image:url('/aweb/aw-themes/default/imgs/cart.webp') !important;
	background-position:10% 50% !important;
	background-repeat:no-repeat !important;
}
.voce-desc input.btn-info{
	width: 100% !important;
	background-color: #FFF !important;
	border: 1px solid #2D2D2B !important;
	color: #2D2D2B !important;
}
.voce-desc .button-action .share42init {
	display:inline-block;
	border:0px solid #CCC;
	padding:0px;
	float:center;
	margin: 0 auto;
	text-align: center;
}
.voce-desc .button-action .command {
	width:100%;
	background-color:#FFF;
	height:68px;
	line-height:68px;
	margin-top:10px;
	text-align:center;
}
.voce-desc .button-action .command a {
	display:inline-block;
	line-height:32px;
	color:#2D2D2B;
	background-color:#FFF;
	padding:0;
	margin:0 1% 0 0;
	text-decoration:none;
	font-size:16px; font-size:1.6rem;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing:0px;
	width: 23%;
	border: 1px solid #2D2D2B;
	box-sizing: border-box;
}
.voce-desc .button-action .command a.sumisura{
	width: 31%;
}
.voce-desc .button-action .command a:hover{
	background-color: #2D2D2B;
	color: #FFF;
}
.voce-desc .button-action p {
	font-size:18px;
	background-color:#ff437e;
	color:#FFF;
	padding:5px;
	text-align:center;
}
p.utente {
	position:absolute;
	bottom:5px;
	font-size:18px;
	background-color:#FFCC00;
	color:#000;
	padding:5px;
	text-align:center;
}
p.spedizione{
	margin-bottom:10px;
	background-color:#DDD;
	padding:5px;
}

@media only screen and (max-width: 1023px) {
	.voce-desc {
		height:auto;
	}
	.voce-desc .button-action {
		position:relative;
		margin-top:40px;
		text-align:center;
	}
	.voce-desc .button-action .share42init {
		display:inline-block;
		border:0px solid #CCC;
		padding:10px;
		margin-left: 0 !important;
		float:none;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
	}

	.voce-desc .button-action .command {
		height:auto;
		line-height:40px;
		padding: 10px 0;
	}
	.voce-desc .button-action input[type="submit"] {
		background-position:93% 50%;
		width:100% !important;
		padding:8px 8px 8px 12px !important;
		text-align:left !important;
		letter-spacing:1px;
		display:inline;
	}
	.voce-desc .button-action .command a {
		display:block;
		line-height:32px;
		padding:0 8px;
		margin: 10px auto;
		width:80%;
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.voce-desc .button-action .command a.sumisura{
		width: 80%;
	}
}

@media handheld, only screen and (max-width: 767px) {

	.voce-desc .button-action .command a.print-sp	{
		display:none;
	}
}

#slider-range {
	display:block;
	border:1px solid #aaa;
	height:12px;
}
