
/* Карточка товара, наличие */
.available {
	font-size: 16px;
}
.available[data-type='true'] {
	color: #ff8f00;
}
.available[data-type='true']:before {
	font-family:'Glyphicons Halflings';
	content:"\e013";
	margin-right: 10px;
}
.available[data-type='false'] {
	color: #acaaa7;	
}

.available[data-type='false']:before {	
	font-family:'Glyphicons Halflings';
	content:"\e090";
	margin-right: 10px;
}


.product-cost {
	font-size: 24px; 
	font-weight: bold;
}


.currency {
	font-weight: normal;
	font-size: 16px;
}

.product-delivery {
	font-size: 18px;
}

.product-attributes {
	margin: 25px;
	padding: 10px;
	margin-left: 0;
	/*background: #f5f5f5;*/
	background: #404353 url("../img/bg-jeans.png");
	color: #d4d4d4;
}
.product-attributes h4 {
	margin-top: 0;
}
.product-attributes ul {
	list-style-type: none;
	padding-left: 0;
}



.carousel-additional-img {
	width: 100%;
	margin-top: 15px;
	padding-top: 70px;
}

.col-main-img {
	padding-top: 70px;
}
	
@media (max-width: 767px) {  
	.xs-reverse {		
		display: -webkit-flex; 
		display: flex;
		-webkit-flex-wrap: wrap-reverse;
		flex-wrap:wrap-reverse;
	}
	.carousel-additional-img {
		padding-top: 0;
	}
	.col-main-img {
		padding-top: 0;
	}
}

.additional-img-thumb {
	width: 76px; 
	height: 76px; 
	cursor: pointer; 
	float:left; 
	margin: 4px;
}


.video {
	position:relative;
	padding-bottom:56.25%;/*пропорции видео 16:9 */
	padding-top:25px;
	height:0;
	margin-bottom: 20px;
}

.video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.product-tabs {
	margin-top: 20px;
}

.product-tabs .tab-content {
	border: 1px solid #875449;
	padding: 10px;
}

.product-tabs .nav-tabs{border-bottom:1px solid #875449}
.product-tabs .nav-tabs>li>a:hover{border-color:#b3887f #b3887f #875449;background-color: #decdc9;}
.product-tabs .nav-tabs>li.active>a,
.product-tabs .nav-tabs>li.active>a:hover,
.product-tabs .nav-tabs>li.active>a:focus{border:1px solid #875449; border-bottom-color: #fff;}

.product-tabs .nav > li:first-child {
	padding-left: 0px;
}

.product-novelty {
	background: #ee1c24;
	color: #fff;
	font-size: 14px;
	padding:3px;
	font-weight: bold;
	position:relative;
	top: -7px;
}

