@charset "UTF-8";
/* CSS Document */

.product {
	font-size: 12px;
	font-weight: 500;
	color: #000000;
}

.accessories {
	font-size: 13px;
	font-weight: 600;
}

.product h2 {
	font-size: 32px;
	font-weight: 200;
}

.product h3, .product h1 {
	font-size: 24px;
	font-weight: 600;
}

.product h4 {
	font-size: 14px;
	font-weight: 800;
}

.product h5 {
	font-size: 24px;
	font-weight: 200;
}


.product .borderbox {
	border-left:4px solid #FFF;
	border-bottom:4px solid #FFF;
	border-bottom-left-radius: 8px;
	padding:36px;
	padding-right:18px;
	margin-left: 38px;
	height:100%;
}

@media and (max-width:980px) {
	.product .borderbox {
	padding:12px;
	padding-rigth:12px;
	}
}


.product .borderbox h5 {
	margin-bottom:36px;
}


.product .features-hose-diameter {
	font-size: 14px;
	font-weight: 500;
}

.product .img-hose-diameter {
	width: 36px;
	height: auto;
}

.product .features_list, 
.product .download_list,
.product .accessories-list,
.product .assembled-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product .features_list li, 
.product .download_list li,
.product .accessories-list li,
.product .assembled-list li {
	float: left;
}

.product .features_list {
	font-size: 11px;
}

.product .features_list li,
.product .accessories-list li,
.product .assembled-list li {
	border-right: 1px solid #000000;
	text-align: center;
	padding: 5px 20px;
}

@media screen and (max-width: 767px) {
.product .features_list li,
.product .accessories-list li,
.product .assembled-list li {
	padding: 5px 12px;
}
}



.product .accessories-list li {
	border-right: 1px solid #cccccc;
	text-align: left;
	width: 12.5%;
}

.product .features_list li:nth-last-child(1),
.product .accessories-list li:nth-last-child(1),
.product .assembled-list li:nth-last-child(1) {
  border-right: none;
}


.product .features_list li img {
  width:24px;
  height:auto;
  margin-bottom: 6px;
}

.product .download_list img {
	width: 30px;
	height: auto;
  margin-bottom: 15px;
}

.product .download_list li {
	padding-right: 20px;
	margin-bottom: 20px;
}

.product th, .product .th {
	font-weight: 400;
	color: #878787;
	color:#000;
}

.product .tablebg th, .product .tablebg .th {
	background: #ccc;
    padding: 8px 6px;	
}

.product table {
	margin-bottom:6px;
}

.product .tablebg td {
	border-bottom:1px solid #FFF;	
    padding: 8px 6px;	
}
.product .tablebg tr:last-child td {
	border-bottom:none;	
}


.product .whitebg th, .product .tablebg .th {
	background: transparent;
    padding: 8px 6px;	
}

.product .whitebg td {
	background: #fff;	
    padding: 8px 6px;	
    border-bottom: 4px solid #f0f0f0;	
}

.th-accessories div {
	border-bottom: 1px solid #000;
    display: block;
	font-size:13px;
	margin-bottom:16px;
}


.product .whitebg.slim th div, .product .whitebg.slim tr.th-fittings td div {
	border-bottom: 1px solid #000;
    display: block;
	font-size:13px;
	margin-bottom:16px;	
	min-height: 45px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.th-accessories {
	/*padding: 4px 6px;*/
}

.CodiceAccessorio {border-right:1px solid #000;}
.ImgAccessorio img {max-height:120px;max-width:120px;}

.product .whitebg.slim th {
    padding: 4px 6px;	
}

.product .whitebg.slim td {
    padding: 4px 6px;	
    border-bottom: 2px solid #f0f0f0;	
}


.product .whitebg tr:not(.th-fittings):hover td {
    background: #ff7300;
    color: #ffffff;
}
.product .whitebg tr:hover td a {
    color: #2f343a;
}


.product .whitebg.slim tr.th-fittings td {
	border-bottom: none;
}


.product .borderblack th, .product .borderblack .th {
    padding: 8px 6px;	
}

.product .borderblack td {
    padding: 8px 6px;	
    border-bottom: 2px solid #000;	
}
.product .borderblack tr:last-child td {
	border-bottom:none;	
}


.product .productbox {background:#FFF;border-bottom-left-radius:16px;transition: all 0.6s linear;border-left: 0px solid transparent; margin-left:-25px;padding-left:50px;}
.product .productbox:hover { margin-left: -25px; padding-left: 25px;border-left: 25px solid #ff7300;}
@media screen and (max-width: 991px) {
	.product .productbox {margin-left:0;}
	.product .productbox:hover { margin-left: 0;}
}


.product .productbox2 {background:#FFF;border-bottom-left-radius:16px;transition: all 0.6s linear;border-left: 0px solid transparent; margin-left:-25px;padding: 8px 0; padding-left:30px;padding-right:10px;}
.product .productbox2:hover { margin-left: -25px; padding-left: 5px;border-left: 25px solid #ff7300;}
@media screen and (max-width: 991px) {
	.product .productbox2 {margin-left:0;}
	.product .productbox2:hover { margin-left: 0;}
}

/*.productbox2 > .row > div {    
	margin: 0;
    display: flex;
    align-items: center;
}*/





.product .th-accessories,
.product .th-fittings,
.product .th-assembled {
	font-size: 15px;
	color: #000000;
	font-weight: 500;
}

.product .add-to-wish-list {
	font-size: 9px;
	color: #ffffff;
	font-weight: 600;
	float: none;
	clear: both;
	cursor: pointer;
}

.product .add-to-wish-list .atwl-text {
	background-color: #3b3b3b;
	padding: 10px;
	float: left;
}

.product .add-to-wish-list .atwl-icon {
	background-color: #f86f00;
	padding: 10px;
	float: left;
}

@media screen and (max-width: 991px) {
.product .add-to-wish-list .atwl-text {
	display:none;
}
}

.product .vertical-text-wrapper {
position: absolute;left: -42px;top: 56px;
}

.product .vertical-text {
	transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); /* Safari and Chrome */
    -o-transform: rotate(-90deg); /* Opera */
    -moz-transform: rotate(-90deg); /* Firefox */
    -ms-transform: rotate(-90deg); /* IE 9 */
}

.product .vertical-text {
	background: #3b3b3b;
	color: #ffffff;
	padding: 10px;
	width: 150px;
}





.product #sidebar {
	font-size: 14px;
}



.bold {font-weight:bold;}
#Table-TabellaProdotto img {width:24px;height:auto;}
#Table-TabellaProdotto table {margin-bottom:0;}
.divider {
    border-bottom: 2px solid #000;
}


.product .accessories-desc {
	font-size: 16px;
	font-weight: 400;
}

.product .accessories-name {
	font-size: 16px;
}

.product .pcs {
	font-weight: 300;
}

.product .accessories-text {
	font-size: 15px;
	font-weight: 300;
}


.access-desc:nth-child(odd) {
	border-right:1px solid #000;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.access-desc:nth-child(odd) {
		border-right:none;
	}
}
@media screen and (max-width: 575px) {
	.access-desc:nth-child(odd) {
		border-right:none;
	}
}

.access-desc p {
	margin-bottom:0px;
	padding-right:0px;
}

.access-desc div .add-to-wish-list {display:none;}
.access-desc:hover > div {
position: absolute;
    border: 3px solid #ff7300;
    z-index: 999;
    background: #ffffffee;
    width: 240px;
    left: -12px;
    padding: 24px 24px 24px 24px;
    border-bottom-right-radius: 16px;
    top: -27px;
    box-shadow: 8px 2px 10px #555;
}

.access-desc:hover > div .add-to-wish-list {display:block;margin-top:24px;}



.product .txt-fittings {
	font-size: 16px;
	font-weight: 600;
}

.product .ok-fittings {
	color: #f86f00;
}






.product .assembled-top-text {
	font-size: 16px;
}

.product .assembled-product-name {
	font-size: 15px;
    font-weight: 500;
}

.product .ImgAvailableColours img {
	width: 150px;
	height: auto;
}

.bollo {background-repeat: no-repeat; background-position: top left; background-size:24px; padding-left: 30px;min-height:24px;}

.bollo.bollo-orange {background-image: url('../images/bollo-arancio.png'); }
.bollo.bollo-black {background-image: url('../images/bollo-nero.png'); }
.bollo.bollo-orange.bollo-approved {background-image: url('../images/bollo-arancio-UL.png'); }
.bollo.bollo-black.bollo-approved {background-image: url('../images/bollo-nero-UL.png'); }











.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

.center-align {
	text-align: center;
}

.left-float {
	float: left;
}

.right-float {
	float: right;
}



.brwhite {border-right:4px solid #FFF;}
.interact {font-size:11px;color:#000;text-decoration:underline;}
.interact:hover {color:#ff7300;text-decoration:underline;}

@media screen and (min-width: 992px) {
.shade:after {
	content: url('../images/shade.png');
	right: -28px;
	top: 0;
	position: absolute;
}
}




.img_br {border-right:1px solid #000;height:64px;}
.img_br img {
    max-width: 60px;
    max-height: 60px;
}

.pc_det > div {padding-right: 0;}

@media screen and (max-width: 991px) {
.pc_det > div.col-md-8r:nth-child(4n) .img_br {border-right:none;}
.pc_det > div.col-md-8r:nth-child(4n) {padding-right: 15px;}
.pc_det > div.col-md-2:nth-child(4n) .img_br {border-right:none;}
.pc_det > div.col-md-2:nth-child(4n) {padding-right: 15px;}
}

@media screen and (min-width: 992px) {
.pc_det > div.col-md-8r:nth-child(8n) .img_br {border-right:none;}
.pc_det > div.col-md-2:nth-child(6n) .img_br {border-right:none;}
.pc_det > div.col-md-8r:nth-child(8n) {padding-right: 15px;}
.pc_det > div.col-md-2:nth-child(6n) {padding-right: 15px;}
}

@media screen and (max-width: 575px) {
.img_br {border-right:none;}
}

.pc_det {font-size:11px;line-height:12px;}



.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8r {
    width: 12.5%;
    float: left;
	flex: 0 0 12.5%;
    max-width: 12.5%;

}

@media screen and (min-width: 768px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
 	flex: 0 0 12.5%;
    max-width: 12.5%;

   }
}

@media screen and (min-width: 992px) {
    .col-md-8r {
        width: 12.5%;
        float: left;
 	flex: 0 0 12.5%;
    max-width: 12.5%;

   }
}

@media screen and (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
 	flex: 0 0 12.5%;
    max-width: 12.5%;

   }
}



@media screen and (min-width: 1921px) {

	.product {
		font-size: 1rem;
	}

	.accessories {
		font-size: 1.1rem;
		font-weight: 600;
	}

	.product h2 {
		font-size: 3rem;
	}

	.product h3, .product h1 {
		font-size: 2rem;
	}

	.product h4 {
		font-size: 1.2rem;
	}

	.product h5 {
		font-size: 2rem;
	}

	.product .features-hose-diameter {
		font-size: 1.2rem;
	}


	.product .features_list {
		font-size: 0.95rem;
	}
	
.product .vertical-text-wrapper {
position: absolute;left: -70px;top: 79px;
}	
.product .vertical-text {
	width: 200px;
}


.th-accessories div {
	font-size:1.1rem;
}


.product .whitebg.slim th div, .product .whitebg.slim tr.th-fittings td div {
	font-size:1.1rem;
}

.product .th-accessories,
.product .th-fittings,
.product .th-assembled {
	font-size: 1.3rem;
}

.product .add-to-wish-list {
	font-size: 0.8rem;
}

.product #sidebar {
	font-size: 1.2rem;
}

.product .accessories-desc {
	font-size: 1.35rem;
}

.product .accessories-name {
	font-size: 1.35rem;
}

.product .accessories-text {
	font-size: 1.3rem;
}
.product .txt-fittings {
	font-size: 1.35rem;
}

.product .assembled-top-text {
	font-size: 1.35rem;
}

.product .assembled-product-name {
	font-size: 1.35rem;
}

.interact {font-size:1rem;}

.pc_det {font-size:1rem;line-height:1.1rem;}
}

