/* here you can put your own css to customize and override the theme */
.ecommerce .nav-tabs {
	text-transform: uppercase;
	font: 13px/1 "PT Sans Narrow", sans-serif;	
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background: #F4F4F4;
	color: #647484;
	border-radius: 0;
	padding: 5px 15px 4px;
	border: none !important;
	width:134px;
}


.steps-block h2,
.ecommerce .steps-block h2 a{
	font-size: 28px;
}


.btn-primary{
	margin-bottom: 1px;
}

.content-page{
	background-color: transparent;
}

.tex_back{
	padding:10px;
	background-color: #ffffff;
}

.under_line{
	border-bottom: solid #666666;
	padding:10px 0 0 0;
}

.product-main-image_brand {
	margin-bottom: 20px;
}
.product-main-image_brand img {
	width: 100%;
}


.margin_left10{
	margin-left: 10px;
}



@media (min-width: 1025px) {
	.img_fix{
	width: 250px;
	height:250px;
	object-fit: cover;
	}
	
	.img_fix_3{
	width: 320px;
	height:320px;
	object-fit: cover;
	}
}

/* BEGIN max width 1024px */
@media (max-width: 1024px) {
	.img_fix{
	width: 280px;
	height:280px;
	object-fit: cover;
	}
	
	.img_fix_3{
	width: 270px;
	height:270px;
	object-fit: cover;
	}
	
	.margin_bottom10{
	margin-bottom: 20px;
	}
}

/* BEGIN max width 992px */	
/*
@media (max-width: 992px) {
	.img_fix{
	width: 100px;
	height:100px;
	object-fit: cover;
	}
	
	.img_fix_3{
	width: 180px;
	height:180px;
	object-fit: cover;
	}
	
	.margin_bottom10{
	margin-bottom: 20px;
	}
}

/* BEGIN max width 767px */
@media (max-width: 767px) {
	.img_fix{
	width: 250px;
	height:250px;
	object-fit: cover;
	}
	
	.img_fix_3{
	width: 150px;
	height:150px;
	object-fit: cover;
	}
	
	.margin_bottom10{
	margin-bottom: 20px;
	}
}


/* BEGIN max width 600px */
@media (max-width: 600px) {
	.img_fix{
	width: 200px;
	height:200px;
	object-fit: cover;
	}
	
	.img_fix_3{
	width: 150px;
	height:150px;
	object-fit: cover;
	}
	
	.margin_bottom10{
	margin-bottom: 20px;
	}
}



/* BEGIN max width 480px */
@media (max-width: 480px) {
	.img_fix{
	width: 180px;
	height:180px;
	object-fit: cover;
	}
	
	.img_fix_3{
	width: 100px;
	height:100px;
	object-fit: cover;
	}
	
	.margin_bottom10{
	margin-bottom: 20px;
	}
}



/* BEGIN max width 450px */
@media (max-width: 450px) {
	.img_fix{
	width: 150px;
	height:150px;
	object-fit: cover;
	}
	
	.img_fix_3{
	width: 100px;
	height:100px;
	object-fit: cover;
	}
	
	.margin_bottom10{
	margin-bottom: 20px;
	}
}


/* BEGIN max width 405px */
@media (max-width: 405px) {
	.img_fix{
	width: 150px;
	height:150px;
	object-fit: cover;
	}
	
	.img_fix_3{
	width: 80px;
	height:80px;
	object-fit: cover;
	}
	
	.margin_bottom10{
	margin-bottom: 20px;
	}
}


/* BEGIN max width 390px */
@media (max-width: 390px) {
	.img_fix{
	width: 150px;
	height:150px;
	object-fit: cover;
	}
	
	.img_fix_3{
	width: 80px;
	height:80px;
	object-fit: cover;
	}
	
	.margin_bottom10{
	margin-bottom: 20px;
	}
}


/* BEGIN max width 330px */
@media (max-width: 330px) {
	.img_fix{
	width: 80px;
	height:80px;
	object-fit: cover;
	}
	
	.img_fix_3{
	width: 80px;
	height:80px;
	object-fit: cover;
	}
	
	.margin_bottom10{
	margin-bottom: 20px;
	}
}
