@charset "UTF-8";
/* CSS Document */

.categories-title {
    margin-top: 35px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #606060;
}
.categories-subtitle {
    font-size: 16px;
    font-weight: 400;
    padding: 0 100px;
    margin-bottom: 70px;
}
.mb_45 {
    margin-bottom: 45px!important;
}
.product-wrap .product-info .title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #363636;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 38px;
    letter-spacing: .25px;
    word-spacing: .25px;
    margin-top: 9px;
    margin-bottom: 6px;
}

p {
    font-weight: 700;
    color: #606060;
    margin: 0 0 10px;
	font-size: 13px;
    line-height: 17px;
}

.product-wrap .product-info .old-price {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin-bottom: 0;
    color: #666;
    height: 20px;
}

.related-products .product-wrap .product-info .price.promo, .product-wrap .product-info .price.promo {
    color: #ff4c4c;
    font-size: 20px;
}

.product-wrap .product-info .price {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #048ef8;
    margin-bottom: 19px;
}

.bestseller-sticker {
    position: absolute;
    top: 276px;
    right: 80px;
    z-index: 2;
    background: #0bc47c;
    padding: 3px 13px;
    font-size: 20px;
    transform: rotate(-10deg) skew(-10deg) translateY(-480%);
    white-space: nowrap;
    font-weight: 700;
    color: #fff;
}

#riepilogo {
	width: 100% !important;
}

#riepilogo tr td {
	min-height: 30px !important;
	height: 30px !important;
	color: #333;
	font-size: 14px !important;
	padding: 10px;
	background-color: rgba(0,153,255,0.3);
}

#riepilogo tr:nth-child(2n) td {
	background-color: rgba(0,153,255,0.1);
}

.piupiccolo strong {
	font-size: 23px;
}

.piupiccolo strong sup {
	font-size:14px;
}

.nero {
	color: #333;
}
.blu {
	color: rgb(13 106 192);
}
strong.incluso {
    color: rgba(0,153,51,1) !important;
    font-size: 17px !important;
    font-weight: 900;
}
.margin20 {
	display: block;
	margin: 10px 0px;
}

@media (min-width: 320px) and (max-width: 768px) {

	a .product-image img {
    vertical-align: middle;
    max-width: 100%;
	}

	.bestseller-sticker {
    position: absolute;
    top: 120px;
    right: 0px;
    z-index: 2;
    background: #0bc47c;
    padding: 3px 13px;
    font-size: 12px;
    transform: rotate(-10deg) skew(-10deg) translateY(-480%);
    white-space: nowrap;
    font-weight: 700;
    color: #fff;
	}

	.col-xxs-12.col-xs-6.col-sm-4.text-center {
		min-height: 380px !important;
	}

	.categories-subtitle.mb_45 {
    padding: 0px 10px !important;
	}
}

.col-xxs-12.col-xs-6.col-sm-4.text-center {
		min-height: 550px !important;
	}
