@media (min-width: 991px){
    .top-content{
        min-width: 485px;
    }
}
@media (min-width: 1238px){
    .top-content{
        min-width: 600px;
    }
}

@media (max-width: 991px) {
    .right-spec-table-wrap{
        padding-left: 15px !important;
    }
    .left-spec-table-wrap .specification-table{
        border-right: none !important;
    }
}



.left-spec-table-wrap{
    padding-right: 25px;
}

.right-spec-table-wrap{
    padding-left: 25px;
}

.left-spec-table-wrap .specification-table{
    border-right: solid 2px #9e9e9e;
}

.large-title{
	font-size: 36px;
	/*line-height: 42px;*/
	font-family: Arial;
	width: 100%;
	/*font-weight: bold;*/
	padding-top: 5%;
	color:#666666;
}
.product-image-block{
	background-color: #fff;
}
.descriptions{
	overflow: hidden;
	padding-bottom: 40px;
}
.product-name{
	color: #009bdb;
	font-family: Arial;
	font-size: 24px;
	/*line-height: 36px;*/
}
.product-reviews{
	margin-top: 20px;
	/*padding-bottom: 20px;*/
}
.sku-description{
	/*padding-top:2% ;*/
	color:#666666;
	font-family: Arial;
	font-size: 14px;
}
.sku-title{
	font-weight: bold;
}
.price-block{
	overflow: hidden;
}

.prices{
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin-top: 5%;
}
.price-title{
	float:left;
}
.price{
	float:right;
}
.regular-price{
	overflow: hidden;
	background-color: #999999;
	color:#ffffff;
	font-size: 14px;
	padding: 2%;
	margin-bottom: 2%;
}
.total-savings{
	overflow: hidden;
	background-color: #f4f4f4;
	color:#db1e37;
	font-size: 14px;
	padding: 2%;
	margin-bottom: 2%;
}
.your-price{
	overflow: hidden;
	background-color: #f4f4f4;
	color:#009bdb;
	font-size: 16px;
	padding: 2%;
	font-weight: bold;
}

.shipping-info{
	margin-top: 6%;
}
.shipping-stock{
	color:#009bdb;
	font-size: 16px;
	font-weight: bold;
}
.time-info{
	color:#666666;
	font-size: 14px;
}
.dates-info{
	color:#009bdb;
	font-size: 12px;
	margin-top: 3%;
}
.cart-block{
	overflow: hidden;
	margin-top: 5%;
    margin-bottom: 5%;
}
.quantity-form{
	overflow: hidden;
}
.quantity-title{
	/*display: block;*/
    position: relative;
    top: 15px;
	color:#666666;
	font-size: 12px;
	padding-left: 25px;
	font-weight: bold;
}
.qtyminus{
	width: 35px;
	height: 35px;
	background-color: #c0c0c0;
	border-radius: 0;
	border: 1px solid #c0c0c0;
	float: left;
}
.qtytotal{
	width: 40px;
	height: 35px;
	/*padding: 15px 0;*/
	border-radius: 0;
	background-color: #efefef;
	border: 1px solid #c0c0c0;
	float: left;
    text-align: center;
}
.qtyplus{
	width: 35px;
	height: 35px;
	background-color: #c0c0c0;
	border-radius: 0;
	border: 1px solid #c0c0c0;
	float: left;
}
.add_to_cart{
	overflow: hidden;
}
.submit_product{
	font-size: 16px;
	background-color: #009bdb;
	width: 162px;
	height: 54px;
	color:#fff;
	float:right;
	font-weight: bold;
	display: block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding-top: 19px;
	text-align: center;
	cursor:pointer;
}

.form-left{
	overflow: hidden;
	float: left;
	margin-top: 18px;
    margin-right: 10px;
}
.form-right{
	overflow: hidden;
	float: left;
}
.share-block{
	overflow: hidden;
	padding-top: 50px;
}
.share-title{
    margin-top: 5px;
	float:left;
	font-size: 12px;
	color:#666666;
}
.share-links{
	list-style: none;
	float:left;
	padding:0;
}
.share-links li{
	float:left;
	padding-left: 5px;
}

.product-description-block{
	background-color: #f6f6f6;
	/*padding-bottom: 40px;*/
}
.descriptions{
	/*margin-top: 40px;*/
}
.blue-title{
	font-size: 24px;
	color:#009bdb;
}
.grey-title{
	font-size: 16px;
}
.grey-text{
	color:#666666;
}
.separate{
	margin-top: 30px;
}

.img-rect{
	width: 100px;
	height: 75px;
}
.img-descr-block{
	overflow: hidden;
}


.product-spec-block{
	overflow: hidden;
	background-color: #f6f6f6;
	padding-bottom: 40px;
}
.specification-table{
	width: 100%;
	color:#666666;
	font-size: 14px;
	margin-top: 20px;
}
.specification-table td{
 padding-top: 10px;
}

.tech-name{
	width:70%;
}
.spec-table-wrap{
	overflow: hidden;
}
.spec-files{
	overflow: hidden;
}
.file-name{
	color:#009bdb;
}
.spec-files{
	margin-top: 40px;
}
.prod-file{
	overflow: hidden;
	float: left;
	margin-left: 12px;
}
.customer-review-block{
	overflow: hidden;
	background-color: #666666;
	color:#fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.customer-title{
	font-size: 24px;
}
.customer-text{
	font-size: 18px;
	margin-top: 13px;
	display: block;
	margin-left: 30px;
}
.related-product-block{
	/*overflow: hidden;*/
	padding-bottom: 40px;
	background-color: #fff;
}

.prod-photo{
	overflow: hidden;
	padding-top: 20px;
}
.prod-name{
	color:#333333;
	font-size: 18px;
	float:left;
}
.prod-info{
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}
.prod-series{
	color:#666666;
	font-size: 12px;
	float:left;
	width: 100%;
}
.prod-price{
	float:right;
	font-size: 18px;
    color: #727171;
    text-align: right;
}
.prod-review{
	margin-top: 5px;
	width: 100%;
	float:left;
}
.product-footer-description{
	overflow: hidden;
	background-color: #f6f6f6;
	padding-bottom: 40px;
}
.prod-footer-info{
	margin-top: 40px;
}
.file {
	padding:0;
	margin-top: 10px;
	overflow: hidden;
}
#flash-area{
	display: block;
	/*background-color: #D8EBCD;*/
	/*border: 2px solid #8FC56F;*/
	/*margin-bottom: 17px;*/
	/*padding: 10px;*/
}
.cart-link{
	float: right;
	text-decoration: underline !important;
	font-size: 12px;
	padding-right: 10px;
}

#flash-area .text{
	/*font-size: 12px;*/
	/*padding-left: 10px;*/
	/*color: #333333;*/
	/*font-family: OpenSansRegular;*/
	/*font-weight: bold;*/
}

#flash-area .cart{
	/*padding-left: 30px;*/
}

#flash-area{
	display: none;
    position: fixed;
}
.prod-name a{
	color:#6e6e6e;
	font-size: 15px;
}
.prod-name a:hover{
	color:#42aae0;
	text-decoration: none;
}
.prod-price{
	font-size: 15px;
}
.cropped{
	width: 100%;
}
.color-button{
	position: absolute;
	z-index: 100;
	bottom: 30px;
	/* margin-right: 50px; */
	width: 100px;
	display: block;
	height: 39px;
	/*background-color: #fff;*/
	cursor: pointer;
	text-decoration: none;
	right: 35px;
	text-align: center;
	padding-top: 10px;
}
.color-button{
	text-decoration: none;
	color:#666666;;
}
.color-button:hover{
	border: 3px solid #4b8787;
	padding-top: 6px;
}
.color-right{
	margin-right: 120px;
}
.prod-file a{
	padding-left: 10px;
}
.grey-top{
	background-color: #999999;
}
.faucet-descr-title{
	text-align: center;
}

.faucet-info{
	background-color: #ffffff;
}
.faucet-description-block{
	background-color: #ffffff;
	-webkit-box-shadow: 0px -5px 23px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -5px 23px -5px rgba(0,0,0,0.75);
	box-shadow: 0px -5px 23px -5px rgba(0,0,0,0.75);
}
.grey-box{
	/*height:200px;*/
	/*background-color: #999999;*/
}
.faucet-text-block{
	text-align: center;
}
.faucet-text-block p{
	color:#666666;
}
.faucet-text-block h3{
	color:#333333 !important;
	font-size: 18px !important;
	font-weight: bold !important;
}
.faucet-info{
	/*-webkit-box-shadow: 0px 0px 49px 2px rgba(0,0,0,0.45);*/
	/*-moz-box-shadow: 0px 0px 49px 2px rgba(0,0,0,0.45);*/
	/*box-shadow: 0px 0px 49px 2px rgba(0,0,0,0.45);*/
}
.grey-top{
	-webkit-box-shadow: 0px 14px 20px -1px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 14px 20px -1px rgba(0,0,0,0.45);
	box-shadow: 0px 14px 20px -1px rgba(0,0,0,0.45);
}
.border-bot{
	border-bottom: 1px solid #d6d6d6;
}
.faucet-description{
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
.faucet-slider{
	padding-top: 35px;
}
.color-button-faucet{
	position: absolute;
	z-index: 100;
	top: 67px;
	/* margin-right: 50px; */
	width: 100px;
	display: block;
	height: 39px;
	/* background-color: #fff; */
	cursor: pointer;
	text-decoration: none;
	right: 35px;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 10px;
	border: 2px solid #fff;
}
.chrome{
	color:#fff;
	padding: 10px;
}
.stainless_steel{
	color:#333333;
	padding: 5px;
}
#carousel{
	border: 4px solid #333333 !important;
	/*background-color: #333333;*/
}
#carousel .slides li{
	cursor: pointer;

}
#slider .flex-control-thumbs img {
	border: 2px solid #333333;
}
#slider .flex-active{
	border: 2px solid #fff !important;
}
#slider .slides li{
	/*border: 2px solid #fff !important;*/
}

.product-advantages{
    padding-top: 20px;
}

/* Filters details */
.pl-0 {
	padding-left: 0px;
}
.pl-10 {
	padding-left: 10px;
}
.mt-12 {
	margin-top: 12px;
}
.wpb_wrapper {
	padding: 20px 0px 20px 0px;
}
.img-responsive1 {
	max-width: 160%;
}
@media (max-width: 767px) {
	.nav-tabs {
		min-width: 100%;
		display: inline-grid;
	}
}