.product-detail .boundary { max-width:1170px; margin: 20px auto; background-color: #FFF; }
.product-detail .boundary img, .product-detail .boundary video {max-width:100%;height:auto;}

.product-detail .breadcrumb {padding:0; margin-bottom:0; line-height:1em;}

.product-detail .col { text-align: left; padding: 0; }

.product-detail .pd-container {background-color:#f6f6f6; padding:5px;}
.product-detail .image-slider { position: relative; margin-bottom: 100px; }
.product-detail .image-slider:before { content: ""; display: block; padding-top: 100%; }
.product-detail .image-slider .owl-carousel { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  border: 1px solid #DDD; box-sizing: border-box; }
.product-detail .image-slider .owl-next, .product-detail .image-slider .owl-prev, .topic.products .owl-next, .topic.products .owl-prev {position:absolute;top:40%;left:0;transform:translateY(-50%);}
.product-detail .image-slider .owl-next span, .product-detail .image-slider .owl-prev span, .topic.products .owl-next span, .topic.products .owl-prev span{font-size:4em;color:#FFF;text-shadow:0 0 3px #333;}
.product-detail .image-slider .owl-next, .topic.products .owl-next {left:unset;right:0; }
.product-detail .image-slider .square-image { width: 100%; }
.product-detail .image-slider .slider-thumbs { position: absolute; left: 0; top: 100%; width: 100%; height: 72px; text-align: left; margin-top: 10px; overflow-x:auto; white-space:nowrap; }
.product-detail .image-slider .slider-thumbs .square-image { width: 64px; display: inline-block; margin-right:5px;}
.product-detail .image-slider .pd-youtube { position: relative; width: 100%; height: 100%; }
.product-detail .image-slider .pd-youtube:before { content: ""; padding-top: 100%; display: block; }
.product-detail .image-slider .pd-youtube > iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.product-detail .pd-content  h1 { color:var(--blue); margin-top:0; font-size:1.2em; position:relative; line-height:1.3em; text-transform:uppercase; }
.product-detail .pd-content  h1 .pd-type { display:inline-block; font-size: 0.8rem; font-family: verdana; font-weight:normal; background-color: var(--yellow); color: #FFF; padding:5px 10px; border-radius:10px; margin-left:5px; vertical-align:middle;}
.product-detail .pd-content .pd-price { font-weight:bold; font-size:1.2em; margin:10px 0 20px; display:inline-block; color:var(--red); }
.product-detail .pd-content .pd-price a {color:inherit;}
.product-detail .pd-content .button {background-color:var(--blue); border-color:var(--blue);}
.product-detail .pd-content .button:hover { background-color:var(--blue-light); border-color:var(--blue-light); }
.product-detail .pd-content label { font-weight: bold;min-width:123px; }
.product-detail .pd-content .number_spinner {margin:10px 0 0!important;}
.product-detail .pd-content .buttons { display: inline-block; margin: 10px 0 0 133px;  }
.product-detail .pd-content .buttons .button {vertical-align:middle;}
.product-detail .pd-content .buttons .button.buy {background-color:var(--blue-dark);border-color:var(--blue-dark);}
.product-detail .pd-content .buttons .button.buy:hover {background-color:var(--blue);border-color:var(--blue);}
.product-detail .pd-content .buttons .button:last-child {padding:3px 10px;}
.product-detail .pd-content .cart-added {color:var(--blue-dark);font-style:italic;font-size:0.9em; margin-top: 10px;}
.product-detail .pd-content table { width: auto !important; height: auto !important; max-width: 100%;  }
.product-detail .pd-content table, .product-detail .pd-content table td { border: 0; }
.product-detail .pd-content table td { padding: 0; }
.product-detail .pd-content .pd-sub-title { display: block; padding-bottom: 5px; border-bottom: 1px solid #DDD; margin: 20px 0; text-transform: uppercase; font-size: 1.2em; }

.topic.pd-description { margin: 20px 0 0; line-height: 1.5em; }
.topic .topic-title {margin:0; font-size:1.2em; background-color:var(--blue); color:#FFF; display:block; text-align:left; padding:10px; }
.topic.pd-description .topic-content { border:1px solid #DDD; padding:10px;text-align: left; }
.topic.pd-description .topic-content h2, .topic.pd-description .topic-content h3, .topic.pd-description .topic-content h4, .topic.pd-description .topic-content h5 { line-height:1.3em; font-size:1.6em; color:var(--blue); }
.topic.pd-description .topic-content h3 { font-size:1.4em; }
.topic.pd-description .topic-content h4 { font-size:1.2em; }
.topic.pd-description .topic-content h5 { font-size:1em; }

.topic.pd-description .topic-content table {border-collapse:collapse; width:100% !important; margin-top:-1px; }
.topic.pd-description .topic-content table tr td {border:thin solid var(--blue); padding:10px;}

.topic.products {margin-top:0;}

#pd_other_products .owl-stage-outer {padding: 20px 0;}

#address_form .selection, #address_form .textbox { width: 100%; }

.products .product { background-color:var(--blue-light); color:#FFF;}
.products .product:hover {background-color:var(--blue);}
.products .product .p-title {font-family:verdana; font-weight:normal; padding:5px; margin:0; font-size:0.9em; min-height:74px; box-sizing:border-box;}
.products .product .p-title a {display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.products .product .square-image:before {padding-top:100%;}
.products .product .price {font-weight:bold; display:inline-block; padding:0 5px; position:absolute; bottom:0; right:0; background-color:var(--yellow); color:#000; font-size:0.7em; }
.topic.products .owl-next i, .topic.products .owl-prev i {font-size:3em; color:#FFF; }
.topic.products .owl-next {right:0;}
.topic.products .owl-prev {left:0;}

@media (min-width:576px){
	.product-detail .image-slider { margin-bottom: 130px; }
	.product-detail .pd-content .buttons { margin-left:5px;  }
}

@media (min-width: 768px){
	.product-detail .image-slider { margin-bottom: 80px; }
	.product-detail .image-slider .owl-prev {left:-10px!important;}
	.product-detail .image-slider .owl-next {right:-10px!important;}
	
	.product-detail .pd-content { padding-left: 20px; }
	
	.product-detail .pd-container {padding:20px;}
	.product-detail .pd-content .buttons { display: inline-block; margin: 10px 0 0 133px;  }
}

@media (min-width:992px){
	.product-detail .image-slider .owl-prev {left:10px!important;}
	.product-detail .image-slider .owl-next {right:10px!important;}
	.product-detail .image-slider .slider-thumbs {height:82px;}
	
	.product-detail .pd-content { padding-left: 40px; }
	.product-detail .pd-content .buttons { margin: 0 0 0 5px;  }
	.product-detail .pd-content .pd-price {margin-top:0;}
	
	.topic.pd-description .topic-content table {width:50%!important; float:left; vertical-align:top; margin:0 0 20px; margin-left:-1px;}
	.topic.pd-description .topic-content table tr td {width:auto!important;}
}
