#scheda-prodotto {
	/* margin-top: 200px; */
}

.product hr {
	clear: both;
	margin: 5px 0;
}
.thumbnail-container, .product-container {
	margin: 0;
	padding: 0;
}

.thumbnail-container {
	width: 15%;
    float: left;
}

ul.thumbnail-list {
	list-style:none;
	margin: 0;
	padding: 30px 0 0 0;
}

ul.thumbnail-list li {
	 margin: 0px 0 17px 0;
}

ul.thumbnail-list li > a > img {
	padding-bottom: 6px;
	border-bottom: 4px solid white;
}

ul.thumbnail-list li > a > img.selected {
	padding-bottom: 6px;
	border-bottom: 4px solid #ecedf1;
}

#scheda-prodotto .pr-thumbnail{
	outline-color: transparent !important;
}
.product-detail {
	display: none;
}

.product-detail {
	padding: 30px 0 0 20px;
}

.product-detail img{
	max-width: 100%;
}

.product-detail.active {
	display: block;
}

.product-detail #flix_hotspots {
	z-index: 999; 
	margin: 0px auto; 
	padding: 0px; 
	width: 100%; 
	height: 100%; 
	top: 0px;
}

.product-detail #flix_hotspots .flix_hs{
	position: absolute; 
	z-index: 2; 
	cursor: pointer;
}

.product-detail #flix_hotspots .flix_hs.flix_close{
	display: none;
}

.product-detail #flix_hotspots .flix_el.selected .flix_hs{
	display: none;
}

.product-detail #flix_hotspots .flix_el.selected .flix_hs.flix_close {
	display: block;
	z-index: 3; 
}


.product-detail #flix_hotspots .flix_hs.top-sx{
	left: 35%; 
	top: 16%; 
}

.product-detail #flix_hotspots .flix_hs.top-dx{
	left: 70%; 
	top: 16%; 
}

.product-detail #flix_hotspots .flix_hs.bottom{
	left: 50%; 
	bottom: 46%; 
}

.product-detail #flix_hotspots .flix_hs.flix_close.top-sx{
	left: 34%; 
	top: 15%; 
}

.product-detail #flix_hotspots .flix_hs.flix_close.top-dx{
	left: 69%; 
	top: 15%; 
}

.product-detail #flix_hotspots .flix_hs.flix_close.bottom{
	left: 49%; 
	bottom: 45%; 
}

.product-detail #flix_hotspots_block .flix_hotspots_detail {
	display: none;	
}

.product-detail #flix_hotspots_block .flix_hotspots_detail.active {
	margin: 0px auto; 
	padding: 0px; 
	position: absolute; 
	z-index: 2; 
	cursor: pointer;
	display: block;
	background-color: #ffffff;
	max-width: 248px;
	text-align: center;
	-webkit-box-shadow: 1px 16px 26px -10px #f6f6f8;
	-moz-box-shadow: 1px 16px 26px -10px #f6f6f8;
	box-shadow: 1px 16px 26px -10px #f6f6f8;
	border: 1px solid #f6f6f8;
}

.product-detail #flix_hotspots_block .flix_hotspots_detail .hotspots_title {
	font-family: "BalooPaaji-Regular";
	font-size: 22px;
	color: #484d67;
	line-height: 1.1;
	border-bottom: 1px solid #f6f6f8;
	margin: 24px 20px 10px 20px;
	padding: 10px 0;	
}

.product-detail #flix_hotspots_block .flix_hotspots_detail .hotspots_desc {
	line-height: 1.1;
	margin: 10px 20px;
	padding: 10px 0;
}

.product-detail #flix_hotspots_block .flix_hotspots_detail.top-sx {
	left: 18%; 
	top: 22%; 
}

.product-detail #flix_hotspots_block .flix_hotspots_detail.top-dx {
	left: 55%; 
	top: 22%; 
}

.product-detail #flix_hotspots_block .flix_hotspots_detail.bottom {
	left: 35%; 
	bottom: 5%; 
}

.product-desc {
	padding-right: 0;
}
.product-desc p{
	font-family: "Roboto-Light";
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}
.product-desc p.det-info{
	font-weight: bold;
}

.product-desc .item-price {
	float: left;
	margin: 10px 14px 0 0;
}

.product-desc .item-price > del {
	color: #a8a9ad;
}

.product-desc .item-promo {
	background-color: #e21d38;
	border-radius: 50%;
	color: white;
	height: 38px;
	width: 38px;
	display: table;
	float: left;
	
}
.product-desc .item-promo p {
	font-family: "BalooPaaji-Regular";
	font-size: 14px;
	vertical-align: middle;
	display: table-cell;
	color: #ffffff;
	padding-left: 4px;
}

.price .row-product {
	clear: left;
}
.price .row-product > div{
	padding: 0;
	margin-top: 10px;
}

.price .row-product .final-price, .price .row-product .quantity{
	padding: 0;
	margin-top: 10px;
}

.price .row-product .final-price > p{
	font-family: "Roboto-Regular";
	font-size: 30px;
	font-weight: bold;
	color: #484d67;
}

.quantity select {
	color: #337ab7;
	font-family: BalooPaaji-Regular;
	background-color: transparent;
	line-height: 1.5em;
	padding: 0.1em 4em 0.1em 1em;
	border: 1px solid #337ab7;
	border-radius: 25px;
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.quantity select.minimal {
	background-image: url("../images/frecce/freccia_giu_blu.png");
	background-position:
		92% 8px,
		50% calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.quantity select.minimal:focus {
	background-image: url("../images/frecce/freccia_su_blu.png");
	background-position:
		92% 8px,
		calc(100% - 20px) 1em,
		calc(100% - 2.5em) 0.5em;
	background-repeat: no-repeat;
	outline: 0;
}

.voti_stelle {
	margin: 22px 5px 10px 5px;
}
.voti_stelle a:hover {
	text-decoration: none;
	color:#337ab7;
}

.voti_totali {
	margin-left: 10px;
	color: #484d67;
}

.product-share > div {
	padding: 0;
}

.product-share .wishlist, .product-share .social-share {
	width: 30px;
    height: 30px;
    display: inline-block;
    margin: 10px 5px;
}

.product-share .wishlist.full{
	background: url("../images/prodotto/icona_wishlist_pieno.png") no-repeat;
}

.product-share .wishlist.empty{
	background: url("../images/prodotto/icona_wishlist_vuoto.png") no-repeat;
}

.product-share .social-share {
	background: url("../images/prodotto/ico_sharing.png") no-repeat;
}

.colors .color{
	border-radius: 50%;
	color: white;
	height: 22px;
	width: 22px;
	float: left;
	margin: 8px 10px 4px 0;
	cursor:pointer;
}

.colors .color.selected{
	color: white;
	height: 28px;
	width: 28px;
	border: 5px solid #d9dadf;
	margin-top: 5px;
}
.color.black {
	background-color: #000;
}
.color.blue {
	background-color: #1b4f94;
}
.color.grey {
	background-color: #c0c0c0;
}

.color.red {
	background-color: #e21d38;
}

.color.light_grey {
	background-color: #e8e8e8;
}

.color.dark_green {
	background-color: #253a13;
}

.color.yellow {
	background-color: #fff14a;
}

.color.green {
	background-color: #8ccb56;
}

.color.violet {
	background-color: #bf5ee9;
}

.color.orange {
	background-color: #eb7a36;
}

.color.azure {
	background-color: #61c1f3;
}

.color.brown {
	background-color: #695345;
}

.dual {
	float: left;
	margin-right: 16px;
}

.colors .dual .color {
	margin-right: 2px;
}

.row-product.colors {
	width: 85%;
	max-width: 400px;
	margin: 0 auto;
}

.row-product .slick-prev{
	width: 20px;
	height: 20px;
	background: transparent url("../images/frecce/freccia_sx.png") no-repeat center; 
	left: -10%;
}

.row-product .slick-prev:before, .row-product .slick-next:before{
	opacity: 0;
}

.row-product .slick-next{
	width: 20px;
	height: 20px;
	background: url("../images/frecce/freccia_dx.png") no-repeat center; 
	right: -10%;
}

.shipping {
	margin: 0 0 20px 0;
}

.shipping .shipping-type {
	color: #e21d38;
	font-size: 14px;
	font-family: "BalooPaaji-Regular";
}

.shipping .shipping-desc {
	color: #484d67;
	font-size: 14px;
	font-family: "BalooPaaji-Regular";
}

.shipping .shipping-day {
	color: #e21d38;
}

.product-desc a.btn-blue {
	padding: 6px 20px;
	margin-right: 20px;
}
.product-desc a.btn-blue:hover{
	color:#8da7c9;
}

.product-desc a.btn-white {
	padding: 6px 20px;
}

.product-desc a.btn-white:hover {
	background-color:#f6f6f8;
}

#correlati .catalogo-title {
	text-align: center;
	margin: 20px 0;
}

#correlati #catalogo_block {
	padding: 20px 0;
}

@media (max-width: 1200px) {
	.row-product .slick-next {
		right: -5%;
		left:inherit;
	}
}

@media (max-width: 1135px) {
	.product-desc a.btn-blue {
		padding: 6px 10px;
		margin-right: 10px;
	}

	.product-desc a.btn-white {
		padding: 6px 10px;
	}
}

@media (max-width: 980px) {
	.product-desc a.btn-white {
		margin-top: 20px;
	}
	
	.quantity select {
		padding: 0.1em 2.5em 0.1em 1em;
	}
	
	.pr-thumbnail > img {
		max-width: 70px !important;
	}
	
	.product-detail #flix_hotspots .flix_hs {
		max-width: 36px;
	}
}

@media (orientation:portrait) and (max-width:768px){
	.col-sm-8.col-xs-12.product-wrapper, .col-sm-10.product-container, .col-sm-4.product-desc{
		width:100%;
	}
	
	.col-sm-4.product-desc{
		padding:0 15px;
	}

	
}

@media (max-width: 768px) {
	
	#product-thumbs {
		display: none !important;
	}
	
	.product-desc a.btn-white {
		margin-top: 0;
	}
	
	.row-product.colors {
		overflow: visible;
	}
	
	.row-product .slick-next {
		right: -5%;
	}
	
	.row-product .slick-prev {
		left: -7%;
	}
	
	.product-detail #flix_hotspots {
		display: none;
	}
	
	.flix_el, .flix_hotspots_detail{
		display: none;
	}
	.product-desc a.btn-blue {
		margin-bottom: 20px;
	}
	#scheda-prodotto {
		/* margin-top: 70px; */
	}	
	.product-desc a.btn-blue {
		margin-bottom: 0px;
	}	
	
}


@media (max-width: 414px){
	.section-tabs-slider .tab a{
		padding:19px 16px;
	}
}
@media (max-width: 320px) {
	.product-desc a.btn-blue {
		margin-bottom: 20px;
	}
	.section-tabs-slider .tab a{
		padding:19px 5px;
	}	
}



.product-detail:focus {
    outline: none;
}
.slick-slide {
	margin-right: 4px;
}


#scheda-prodotto .alignCenter{
	text-align: center;
	position: relative;
}
#scheda-prodotto .aggCarrello{
	padding-bottom: 20px;
}
#scheda-prodotto .goNegozio{
	padding-top: 20px;
}
#scheda-prodotto .spanOppure{
	position: absolute;
	top: 79%;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}
#scheda-prodotto .hr-oppure{
    width: 35%;
}
#scheda-prodotto .hr-oppure-dx{
    width: 35%;
    float: right;
    margin: -4px;
}

#popup-rating{
	box-shadow: 0px 0px 6px rgba(0,0,0,.15);
	z-index: 3;
	background-color: #fff;
	padding: 20px 15px 5px;
	position: absolute;
	margin-top: 15px;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,.15);
	width: 250px;
	display:none;
}

#popup-rating .num-rating{
	font-family: "Roboto-Regular";
    font-size: 14px;
    color: #484d67;
    margin-right: 5px;
}

#popup-rating:after {
    content: '';
    display: block;
    position: absolute;
    left: 10%;
    width: 10px;
    height: 10px;
    top: -5px;
    background: #FFFFFF;
    border-left: 1px solid rgba(0,0,0,.15);
    border-top: 1px solid rgba(0,0,0,.15);
    transform: translate(-50%, 0%);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#popup-rating .progress-bar-warning {
    background-color: #1B4F93;
}

/*#rating-star:hover + #popup-rating{
	display : block;
}*/

#popover-social{
	box-shadow: 0px 0px 6px rgba(0,0,0,.15);
    z-index: 3;
    background-color: #fff;
    padding: 5px 5px;
    position: absolute;
    border: 1px solid rgba(0,0,0,.15);
    top: auto;
    bottom: 100% !important;
    text-align: center;
    min-width: 115px;
}

#popover-social img{
	width:30px;
}

#popover-social:after {
    content: '';
    display: block;
    position: absolute;
    right: 16%;
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid rgba(0,0,0,.15);
    border-top: 1px solid rgba(0,0,0,.15);
    transform: translate(-50%, 0%);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    z-index: -1;
}


#scheda-prodotto .rounded-select .current{
	background-position: calc(100% - 1em) 10px;
	padding: 0.2em 4.5em 0.2em 1em;
}

#scheda-prodotto .rounded-select.expanded .current { 
	padding-bottom: calc( 0.2em + 2px ); 
}

#scheda-prodotto .filter-select-container{
	float:right;
}

#scheda-prodotto .carousel-control{
    left: 50%;
    transform: translate(-50%,0%);
    width: 30px;
    height: 30px;
}

#scheda-prodotto .carousel-control-next{
    bottom: 0;
    top: 100%;
}

.overlay-youtube {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	cursor: hand;
}


/* ------ BUGFIXING AUGUST 2017 ------ */

@media (min-width: 900px) {
	#rating-star:hover + #popup-rating{
		display : block;
	}
}


.row-product.colors .slick-prev:after, .row-product.colors .slick-next:after {
	display: none !important;
}


ul.thumbnail-list.thumbnail-list-2 {
}

ul.thumbnail-list.thumbnail-list-2 .item-thumb {
	border: 0;
	margin-bottom: 5px;
}

ul.thumbnail-list.thumbnail-list-2 .item-thumb > a {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 4px solid transparent;
}

ul.thumbnail-list.thumbnail-list-2 .item-thumb > a:focus {
    outline: 0;
    outline-offset: 0;
}

ul.thumbnail-list.thumbnail-list-2 .item-thumb > a > span {

	display: block;
	/*
	width: 85px;
	height: 85px;
	*/

	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;

}

ul.thumbnail-list.thumbnail-list-2 .item-thumb > a > span > img {
	max-width: 100%;
	height: auto;
}

ul.thumbnail-list.thumbnail-list-2 .item-thumb > a.selected {
	
	border-bottom: 4px solid #ecedf1;

}

ul.thumbnail-list.thumbnail-list-2 .item-thumb > a.selected > span {

}
