﻿#wrapper #content { background-color: #fff; }
.product-breadcrumbs { font-size: 14px; margin: 0 0 20px; color: #888; }
	.product-breadcrumbs a,
	.product-breadcrumbs span { color: #000; text-decoration: none; margin: 0; text-transform: capitalize; }
	.product-breadcrumbs span { color: #888; }
.product-details { color: #333; font-size: 16px; }
	.product-details .description-title { margin: 0; }
	.product-details .product-info-and-images { overflow: hidden; margin-bottom: 30px; border-radius: 2px; }
	.product-details .product-general-info { width: 50%; float: right; }
	.product-details .product-general-info-inner { padding: 0 20px; }
	.product-details .product-general-info .product-title { font-size: 28px; line-height:1em; margin:10px 0 0 0; }
	.product-details .product-general-info .short-description { margin: 10px 0 20px; }
	.product-details .stock { margin: 0; }
		.product-details .stock .status { font-weight: 700; }
	.product-details .short-data { font-size: 14px; }

	.product-details .price { font-size: 30px; color: #1e1e1e; }
		.product-details .price .campaign { color: red; font-weight: 700; }
		.product-details .price .old-price { font-size: 14px; color: #7f7f7f; font-weight: 400; }
.button.add-to-cart { padding:0; margin: 10px 0; border: 1px solid #dedede; overflow: hidden; height: 50px; width:100%; display:flex; justify-content:space-between; align-items:center; text-align:center; line-height: 50px; background-color: transparent; position: relative; }
	.button.add-to-cart .add-to-cart-number { -moz-appearance: none; -webkit-appearance: none; width: 60px; height: 100%; display: block; border: none; text-align: center; font-size: 16px; border-radius: 3px 0 0 3px; border-right: 1px solid #bbb; }

	.button.add-to-cart .add-to-cart-button { display: block; padding: 2px 15px; background-color: #3B8EC4; text-decoration: none; width: 100%; color:#fff; font-weight:bold;}

.price-and-buy-button { overflow: hidden; }
	.price-and-buy-button .button.add-to-cart { float: right; }
	.price-and-buy-button .price { margin: 10px 0; float: left; }
.price-label.original-price { font-size: 18px; text-decoration: line-through; margin-left: 15px; }
.product-general-info-inner .variations select { padding: 8px 25px 8px 5px; border-radius: 4px; border: 1px solid #dedede; margin: 5px 0 10px; background-image: url(/gfx/arrow-down-16.png); background-repeat: no-repeat; background-position: center right 10px; background-size: 10px; -webkit-appearance: none; -moz-appearance: none; }
.product-general-info-inner .supplier { margin: 20px 0; }
	.product-general-info-inner .supplier img { max-height: 70px; }
.product-details .product-images { overflow: hidden; width: 45%; float: left; }
	.product-details .product-images .large-image-ph { height: 400px; max-width: 600px; width: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; cursor: pointer; }
.product-document-link { padding: 10px 20px; background: #fff; display: inline-block; color: #292929; border: 1px solid #dadada; MARGIN: 20px 0; text-decoration: none; }
.product-document-link-icon { vertical-align: middle; height: 18px; opacity: 0.8; }
.product-details .product-images .product-image-wrapper { width: 16.6%; float: left; }
.product-details .product-images .product-image-inner-wrapper { margin: 10px 5px; border: 1px solid #dfdfdf; height: 80px; overflow: hidden; position: relative; }
.product-details .product-images .product-image { position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); max-width: 110%; display: block; cursor: pointer; }
.product-details .product-specific-info { clear: both; margin-bottom: 40px; }
	.product-details .product-specific-info .heading { text-transform: uppercase; margin: 15px 0 25px; border-bottom: 2px #f7a600 solid; display: inline-block; font-size: 22px; }
.product-details .product-video { display: inline-block; background-repeat: no-repeat; background-position: center; background-size: cover; height: 120px; width: 200px; cursor: pointer; position: relative; }
	.product-details .product-video:hover::after { position: absolute; content: " "; background-repeat: no-repeat; background-position: center; background-image: url('/gfx/webbedit/btn-play-alt.png'); height: 120px; width: 200px; cursor: pointer; }

.product-details-attribute-selectors select { display: block; width: 100%; padding: 5px 5px; font-size: 18px; }

.product-details-attribute-selectors span br,
.product-details-attribute-selectors input[type=radio] { display: none; }
	.product-details-attribute-selectors input[type=radio] + label { display: inline-block; width: 50px; margin: 5px; overflow: hidden; opacity: 0.6; }
	.product-details-attribute-selectors input[type=radio]:checked + label { opacity: 1; }
	.product-details-attribute-selectors input[type=radio] + label img { width: 100%; }

@media only screen and (max-width: 1200px) {
	.product-details .product-specific-info { margin: 0 0 20px; }
}

@media only screen and (max-width: 1000px) {
	.product-details .product-general-info .product-title { font-size: 30px; }
	.product-details { font-size: 14px; }
		.product-details .price { font-size: 30px; }
		.product-details .product-specific-info .heading { font-size: 20px; }

		.product-details .product-list .inner-product-item .image { height: 170px; line-height: 170px; }
}

@media only screen and (max-width: 786px) {
	.product-breadcrumbs { display: none; }
	.product-details .product-general-info,
	.product-details .product-images { width: auto; float: none; }
	.product-details .product-general-info-inner { margin-top: 20px; padding: 0; }

	.product-details .product-images .large-image-ph { height: 250px; }
	.product-details .product-images .product-image-wrapper { width: 16.6%; }
	.product-details .product-images .product-image-inner-wrapper { margin: 2px; border: 1px solid #dfdfdf; height: 50px; }
	.product-details .price { margin-top: 16px; }
	.product-details .product-list .inner-product-item .image { height: 150px; line-height: 150px; }
	.product-details .product-specific-info { overflow: hidden; }
}

@media only screen and (max-width: 500px) {
	.product-details .product-general-info .product-title { font-size: 22px; }
	.product-details { font-size: 12px; }
		.product-details .price { font-size: 22px; }
		.product-details .product-specific-info .heading { font-size: 16px; }
		.product-details .product-list.product-puffs .product-item { width: 50%; }
		.product-details .product-list .inner-product-item .image { height: 150px; line-height: 150px; }
}

@media only screen and (max-width: 400px) {
	.product-details .product-list .product-item { float: left; width: 50%; margin: 0 0 10px; }
}

@media only screen and (max-width: 340px) {

	.button.add-to-cart .add-to-cart-button { padding-left: 25px; }
}
