/**********************/
/** SCHEDA PRODOTTO ***/
/**********************/
.section-single-product-page
{color:#444; margin-top:25px;}

.section-single-product-page select.form-control
{
    height:40px;
    font-size:16px;
}
.section-related-products {
	margin: 63px 0 0px 0;
}
.section-related-products h2 {
	font-weight: 100;
	font-size: 37px;
	text-align: center;
	margin-bottom: 17px;
}

.col-dx-infogenerali{padding:0 30px 0 0;}
.col-sx-foto{padding-right:30px;}

h1.product-title {
	font-size: 26px;
    font-weight:bold;
	letter-spacing: 0.25px;
	line-height: 1;
	margin: 0 0 5px;
}

.product-price {
	line-height: normal;
    margin: 10px 0 40px;
    display:inline-block;
}

.product-price ul
{
    display:inline-block;
    width:100%;
    margin:0;
}

.product-price ul > li
{   float:left;
    border-left: 1px dotted #666;
    display: inline-block;
    margin: 0 20px;
    padding-left: 20px;
    font-size:16px;
}

.product-price ul > li:first-child
{border:none;
 margin:0;
 padding:0;
}

.product-price .price{font-size:32px; font-weight:bold; line-height:50px;}

.retail-price > div
{
    display:table-cell;
    float:left;
}
.retail-price img.promo-rimborso-online-scheda-prodotto
{
    display:table-cell;
    float:right;
    margin-left:10px;
    max-height:50px;
}

.retail-price .price{color:#d9342e;}
.full-price .price{color:#999; text-decoration:line-through; font-size:26px; font-weight:normal;}
.retail-price label, .full-price label
{display:inline; font-weight:normal;}

.product-code {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}



.drop-down-holder select {
	margin: 10px 10px 0 0px;
    width:100%;	
}

.drop-down-holder select.quantity
{width:auto !important;}

.drop-down-holder .inline {
	margin-top:10px;
}

.drop-down-holder h5 {
	letter-spacing: 0;
}

#linkGuidaTaglie
{
    white-space:nowrap;
    bottom: 6px;
    color: #d9342e;
    font-size: 13px;
    left: 17px;
    position: relative;
    text-decoration: underline;
}

select.quantity ~ #linkGuidaTaglie
{
    bottom:-2px;
    left:2px;
}

.shipping-info
{
    clear: both;
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 0;
    white-space: nowrap;
    width: 100%;
}

h2.subheader
{
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0 5px;
}

/**** ZOOM FOTO PRODOTTO
***************************/

.sp-large {
	margin:0 auto;
	display:inline-block;
}

.sp-wrap {
    border: none !important;
    z-index: 10;
	background: none !important;
    display:none;
    line-height:0;
    font-size:0;
    background:#eee;
    position:relative;
    width:100%;
    border: 1px solid #E4E4E4;
    float:left;
    text-align:center;
    
}
.sp-large {
    position:relative;
    overflow:hidden;
}
/*.sp-large a img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}*/

.sp-thumbs {
    
    text-align:left;
    display:inline-block;
    float:left;
    padding-left:0;
}

.sp-thumbs img
{padding:3px;}

.sp-zoom {
    position:absolute;
    left:0;
    top:0;
    cursor:zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    display:none;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
	border: 2px solid #EEEEEE;
	display: block;
	margin-bottom: 5px;
	margin-right: 0 !important;
	transition: margin 0.2s ease 0s;
}
.sp-thumbs a:hover {
	margin-right: 4px !important;
}

/** TAB RECENSIONI
*********************/
.tabs-panel{
	clear:both;
	float:left;
	width:100%;
	margin-top:10px;
}
.tabs-panel i:after
{
    content:"\00a0";
}

.tabs-panel.panel-smart{
	padding:0;
    border:none;
}
	.tabs-panel .nav-tabs{
		text-transform:uppercase;
		font-size:14px;
	}
	.tabs-panel .nav-tabs > li{
		margin-bottom:0;
        font-family:'Lato', Arial;
        padding-right: 2%;
        float:left;
	}
    .tabs-panel .nav-tabs > li:last-child
    {
        padding:0;
    }

	.tabs-panel .nav-tabs > li > a{
		margin:0;
		padding:5px 0;
        border: solid #fff;    
        border-width:0 0 3px 0;
        transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
	}
    .tabs-panel .nav-tabs > li.active > a
    { 
        color:#d9342e;
        font-weight: bold;
        border: solid #d9342e;    
        border-width:0 0 3px 0;
    }
	.tabs-panel .nav-tabs > li > a:hover,
    .tabs-panel .nav-tabs > li > a:focus
    {
        background-color:transparent;
        border: solid #d9342e;    
        border-width:0 0 3px 0;
	}
	.tabs-panel .tab-content{
		padding:10px 0;
	}
	.tabs-panel label.control-label{
		text-transform:uppercase;
		font-weight:normal;
	}
	.tabs-panel label.control-label.ratings{
		padding-top:1px;
	}

.tabs-panel #reviews .alert
{ margin:0;}

#tabReviews .badge
{
    background-color: #d9342e;
    border-radius: 12px;
    color: #fff;
    display: inline;
    font-size: inherit;
    padding: 3px 8px 4px;
    position: relative;
    top: -2px;
    margin:0 4px;
}

/** FORM Scheda prodotto 
******************************/

.cart-actions {
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
}

.cart-actions .infoprezzi-consegne ul
{display:inline-block;margin:10px 0 0;font-size:13px;}

.cart-actions .infoprezzi-consegne ul > li
{
    float:left;
    list-style:disc;
    margin-right: 20px;
}

.cart-actions .infoprezzi-consegne ul > li:before {
    content: "";
    padding-left: 0;
}
.cart-actions .infoprezzi-consegne ul > li:first-child,
.cart-actions .infoprezzi-consegne ul > li:nth-child(3)
{list-style:none;}

.cart-actions .prodottoFreeShipping{position:relative; margin-top:20px;}
.cart-actions .prodottoFreeShipping > img {position:absolute; left:0; bottom: -3px;}
.cart-actions .prodottoFreeShipping .incaps {padding-left:45px;}


#frmAddToCart{padding:0;}
#frmAddToCart .inline h5
{
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    width:28%;
    float:left;
}

#frmAddToCart h5.caption-variante
{
    font-size:12px;
    margin:4px 0;
}

#AlertWishlist
{
    float:left;
}

#btnAddToCart
{
    height:40px;
	font-size: 20px;
	line-height: 1em;
	padding: 0 20px;
    text-transform: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
}

#btnAddToCart:hover
{
    background-color:#ff6600;
}

#btnCustomize
{
    height:40px;
	font-size: 20px;
	line-height: 22px;	
    text-transform: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
}

#btnCustomize:hover
{
    background-color:#ff6600;
}

.cart-actions .btn.disabled
{
    background-color:#ff0000;
    border: 1px solid #ff0000;
}

.cart-actions i:after
{
    content: "\00a0\00a0";
}


/** Stili sezioni
*************************/
section.dettagliProdotto,
section.altreInformazioniProdotto
{font-size:14px;}

section.altreInformazioniProdotto
{padding-bottom:8px; border-bottom:1px dotted #ccc; margin-bottom:20px;}


/** Informazioni prodotto
***************************/
#infoProdotto > p
{ 
    color:#333;
}
#infoProdotto .dettagliExpander-long 
{
    display: none;
}

/*#infoProdotto .dettagliExpander-short 
{
   max-height:64px;
   position:relative;
   overflow:hidden;
}*/

/*#infoProdotto .dettagliExpander-short :after
{
    content:"";
    position:absolute;
    display:block;
    left:0;
    bottom:0;
    width:100%;
    height:35px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); 

}*/

#popupTraduzioneAlternativa
{
    margin:10px 0 20px;
}

/*** Informazioni sulla disponibilità 
*****************************************/
.incaps {
	display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 22px;
    position: relative;
    margin:0;
    text-transform: uppercase;
}
.incaps i {
	font-size: 18px;
    left: 0;
    position: absolute;
    top: 2px;
}
.incaps.freeshippingPromotion
{
    border-top: 1px solid #e8e8e8;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 70px 0 0 !important;
    position: relative;
    width: 100%;
}

.incaps.freeshippingPromotion > span
{
    display:inline-block;
}
.incaps.freeshippingPromotion > span.condizione
{
    font-size:12px;
    font-family:Roboto Condensed,Helvetica,Times New Roman,sans-serif;
    color:#333;
    margin-top:5px;
}

.incaps.freeshippingPromotion img
{
    position: absolute;
    right: 0;
    top: 7px;
}

#infoDisponibilita
{
    margin: 0 0 15px;
}

.color-in {
	color: #4CC94A;
}
.color-out {
	color: red;
}


/*** Link Correlati Vedi anche
*********************************/
#LinkCorrelatiProdotto .breadcrumb
{ 
    border: none;
    padding: 0;
    margin:0;
    text-transform: none;
}
    
#LinkCorrelatiProdotto .breadcrumb > li + li:before
{ content:"/" !important; color:#d9342e;}

#LinkCorrelatiProdotto .breadcrumb > li > a
{
    text-transform: capitalize;
    font-size:14px;
    color:#d9342e;
}

/** Secure payments
********************/
.securepayments
{
    color:#666;
    margin:0;
    padding: 0;
}

.securepayments > li
{
    list-style-type:disc;
    float:left;
    padding-right: 20px;
}

.securepayments > li:first-child {
    list-style:none;
}

/** Free Shipping
********************/
.freeshipping
{
    list-style:none;
    color:#666;
    padding:0;
    width: 100%;
    text-transform:uppercase;
}

.recommended 
{
    margin-top:20px;
}

/* REVIEWS
********************/

#reviews .list-group-item
{
    border-width:0 0 1px 0;
    border-bottom-style:dotted;
    border-color:#999;
    padding:10px 0;
    margin:0;
}

#reviews .list-group-item:last-child
{
    border:none;
}

#reviews .TitoloRecensione h3
{
    font-size:16px;
    font-weight:bold;
    margin-top:10px;
}

#reviews .TitoloRecensione
{
    margin-top:5px;
}

#reviews .Descrizione
{
    font-style:italic;
}
#reviews .Recensore
{margin-bottom:10px;}

#reviews .NoteStaff{margin-top:20px;}
#reviews .hdNoteStaff{font-weight:bold;margin-right:5px;}
#reviews .hdNoteStaff > i
{font-size:20px;
 color:#ccc;
 padding-right:0;
}

#reviews .alert.alert-warning
{
    background-color:#f2f2f2;
    color:#333;
    border:none;
}

/* SOCIALS-WISHLIST 
*************************/
.socials-wishlist{margin-top:20px; border-bottom:1px dotted #ccc;}
.socials-wishlist ul{list-style:none; margin:0; padding-right:20px;}
.socials-wishlist ul > li{display:table-cell; height:40px; vertical-align:middle; padding:0 10px; font-size:15px;}
.socials-wishlist ul > li:first-child{padding-right:57px;}
.socials-wishlist ul > li > a {color: #d9342e;}
.socials-wishlist ul > li > a > i
{
    font-size: 23px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.socials-wishlist ul > li.socials{position:relative;}
.socials-wishlist ul > li.socials  h4
{
    color:#d9342e;
    display:inline;
    font-size:15px;
    padding-right:200px;
}
.jssocials-share-logo{font-size:0.9em !important;}
.jssocials-share{margin:0.3em 0.2em !important;}

.owl-pagination
{margin-top:20px;}

#ModalSizeGuide .modal-header
{
    border-bottom:none;
    position:absolute;
    top:0px;
    width:100%;
    z-index:9999;
}
#ModalSizeGuide button.close
{
    font-size:30px;
    margin-top:-9px;
    opacity:.6;
}
#ModalSizeGuide img
{margin:0 auto;}


@media (min-width: 768px) {
    #ModalSizeGuide .modal-dialog {
        width:930px !important;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .col-dx-infogenerali{padding:0 20px;}
    .col-sx-foto{padding:0 20px;}
    .retail-price .price,
    .full-price .price
    {font-size:26px;}

	#btnAddToCart
	{font-size:15px;}
	
	.freeshipping
	{font-size:21px;}
	
	.freeshipping h4
	{font-size:14px;}
}

@media all and (max-width: 767px)
{   
    h1.product-title{margin-top:15px;font-size:22px;}
    .product-price
    {
        margin:10px 0 15px;
    }
    .retail-price .price, .full-price .price
    {font-size:25px;line-height:40px;}

    .cart-actions{margin:0;}
    .col-dx-infogenerali{padding:0;}
    .col-sx-foto{padding:0;}
    .retail-price .price,
    .full-price .price
    {font-size:26px;}

    .addto{margin-bottom:10px;margin-bottom:15px;width:100%;}
    .addto button, .addto a {
        display:block;
        width:100%;
        text-align:center;
    }    
    .section-single-product-page
    {margin-top:10px;}

    .section-single-product-page > div.container
	{margin:0 15px;}
    
    .section-single-product-page > .container > div
	{
        clear: both;
        float: left;
        padding: 0;
    }
	.section-single-product-page > .container > div:nth-child(4)
	{margin:0;}
    
    .section-single-product-page #frmAddToCart
	{
        margin:0;
    }
    
    .tabs-panel.panel-smart
	{
        margin:0;
    }
    .tabs-panel .nav-tabs > li{
        font-size:12px;
	}
    #tabReviews .badge {
        padding:3px 7px;
    }

    .main-image.sp-wrap .owl-next{right:-10px;}
    .main-image.sp-wrap .owl-prev{left:-10px;}
    .main-image.sp-wrap .owl-pagination{margin-top:5px;}
    .owl-page span{height:8px !important;width:8px !important;border-radius:4px !important;}

    .socials-wishlist{margin:10px 0;padding-bottom:10px;}
    .socials-wishlist ul{margin:0;padding:0;}
    .socials-wishlist ul > li{padding:0;margin:3px 0;height:auto;float:left;display:inline-block;width:100%; font-size:14px;}

    .securepayments > li:first-child
    {list-style-type:disc;}
    .securepayments > li
    {
        float: none;
        list-style-type: disc;
        margin: 3px 0 3px 12px;
        padding-right: 20px;
    }
    .recommended{margin-top:10px;}
}