body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.title_font,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

/* -------------------------Dots-type-1---------------------------------*/

.owl-dots[type="1"]{
	font-size: 0;
	display: inline-block;
}

.owl-dots[type="1"] button.owl-dot{
	display: inline-block;
	margin: 10px 5px 0 5px;
}

.owl-dots[type="1"] button.owl-dot span{
	width: 14px;
	height: 14px;
	float: left;
	border: 1px solid #141414;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
}

.owl-dots[type="1"] button.owl-dot.active span, .owl-dots[type="1"] button.owl-dot:hover span{
	background: #141414;
}

/* -------------------------Nav-type-1---------------------------------*/

.owl-nav[type="1"]{
	font-size: 0;
	display: inline-block;
}

.owl-nav[type="1"] button span{
	display: none;
}

.owl-nav[type="1"] button {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #e9e7e7;
    background: none;
    padding: 0;
    height: 24px;
    width: 24px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.owl-nav[type="1"] button.owl-prev{
	margin-right: 5px;
}

.content-type-1 .owl-nav[type="1"] button:hover{
	background: #b33a3a;
	color: #fff;
	border-color: #b33a3a;
}

.sliders.slider-type-1 .owl-nav[type="1"] button {
    display: inline-block;
    font-size: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    text-align: center;
	color: #202021;
	border: 1px solid #202021;
	box-shadow: 5px 0 15px rgba(0,0,0,.2);
}

.sliders.slider-type-1 .owl-nav, .sliders.slider-type-1 .owl-dots {
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.sliders.slider-type-1:hover .owl-nav, .sliders.slider-type-1:hover .owl-dots {
	opacity: 1;
}

.sliders.slider-type-1 .owl-nav[type="1"] button {
    background: rgba(255,252,252,0.5);
}

.sliders.slider-type-1 .owl-nav[type="1"] button:hover {
    background: #202021 !important;
    color: #fff !important;
}

.sliders.slider-type-1 .owl-nav[type="1"] button.owl-prev::before {
    content: "\f104";
    font-family: FontAwesome;
	font-size: 26px;
}

.sliders.slider-type-1 .owl-nav[type="1"] button.owl-next::before {
    content: "\f105";
    font-family: FontAwesome;
	font-size: 26px;
}

/* -------------------------Nav-type-2---------------------------------*/

.owl-nav[type="2"]{
	font-size: 0;
	display: inline-block;
}

.owl-nav[type="2"] button span{
	display: none;
}

.owl-nav[type="2"] button {
    display: inline-block;
    font-size: 0;
    border: none;
    background: none;
    padding: 0;
	line-height: 50px;
    height: 60px;
    width: 22px;
	color: #666666;
    text-align: center;	
	opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.wrapper-owl:hover .owl-nav[type="2"] button{
	opacity: 1;
}

.owl-nav[type="2"] button.owl-prev::before{
	font-size: 60px;
	content: "\f104";
	font-family: 'FontAwesome';
}

.owl-nav[type="2"] button.owl-next::before{
	font-size: 60px;
	content: "\f105";
	font-family: 'FontAwesome';
}

.owl-nav[type="2"] button.owl-prev{
	margin-right: 5px;
}

.content-type-1 .owl-nav[type="2"] button:hover{
	color: #b33a3a;
}

/*-------------------------------Title----------------------------------------*/

#main-content .content_title {
	margin-bottom: 45px;
}

#main-content .content_title > .title_block {
	font-size: 34px;
	margin-bottom: 15px;
	margin-top: -5px;
	text-transform: uppercase;
}

#main-content .content_title > .title_content {
	max-width: 610px;
	display: inline-block;
}

@media (max-width: 991px){
	#main-content .content_title {
		margin-bottom: 25px;
	}
	#main-content .content_title > .title_block {
		font-size: 26px;
		margin-top: -4px;
		margin-bottom: 10px;
	}
}

/*-------------------------Tabs-Horizontal-1------------------------------------*/

@media (min-width: 992px){
	.tabs-type-1 .nav-tabs {
		font-size: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.tabs-type-1 .nav-tabs .nav-item{
		display: inline-block; 
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link{
		font-size: 1.8rem;
		font-weight: 700;
		padding: 0 20px;
		text-transform: uppercase;
		line-height: 2.8rem;
		color: #141414;
		position: relative;
		display: block;
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link::before {
		content: "";
		position: absolute;
		width: 11px;
		height: 11px;
		bottom: 0;
		left: 0;
		border-left: 1px solid;
		border-bottom: 1px solid;
		opacity: 0;
		visibility: hidden;
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link::after {
		content: "";
		position: absolute;
		width: 11px;
		height: 11px;
		right: 0px;
		top: 0;
		border-right: 1px solid;
		border-top: 1px solid;
		opacity: 0;
		visibility: hidden;
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link:hover::before, .tabs-type-1 .nav-tabs .nav-item .nav-link.active::before, .tabs-type-1 .nav-tabs .nav-item .nav-link:hover::after, .tabs-type-1 .nav-tabs .nav-item .nav-link.active::after {
		opacity: 1;
		visibility: visible;
	}
	
	.title-left.tabs-type-1, .title-right.tabs-type-1 {
		position: relative;
	}
	
	#main-content .title-left.tabs-type-1 .content_title {
		float: left;
	}
	
	#main-content .title-right.tabs-type-1 .content_title {
		float: right;
	}
	
	.title-left.tabs-type-1 .nav-tabs {
		text-align: right;
	}
	
	.title-right.tabs-type-1 .nav-tabs {
		text-align: left;
	}
	
}	

@media (max-width: 991px){
	.pbd-tabs.title-left > .content_title, .pbd-tabs.title-right > .content_title {
		text-align: center;
	}
}

/*-------------------------Tabs-Vertical-1------------------------------------*/

@media (min-width: 992px){
	.tabs-type-6{
		padding-left: 300px;
	}

	.tabs-type-6 .tab-content {
		clear: none;
	}
	
	.tabs-type-6 .nav-tabs {
		margin: 0;
		text-align: left;
		padding-top: 1px;
		width: 270px;
	}
	
	.tabs-type-6 .nav-tabs .nav-item{
		display: block; 
	}
	
	.tabs-type-6 .nav-tabs .nav-item .nav-link{
		display: block;
		font-size: 1.6rem;
		line-height: 3.8rem;
		border: 1px solid #e6e6e6;
		padding: 0 40px;
		color: #333333;
		font-weight: normal;
		margin-top: -1px;
	}
	
	.content-type-1 .tabs-type-6 .nav-tabs .nav-item .nav-link.active, .content-type-1 .tabs-type-6 .nav-tabs .nav-item .nav-link:hover{
		color: #b33a3a;
	}
	
	.tabs-type-6 .box-nav-tab{
		float: left;
		margin-left: -300px;
	}
	
}

/*----------------------------------------------*/

.banner {
	font-size: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

@media (min-width: 1200px) {
	.banner {
		max-width: 100% !important;
	}
}

.banner a{
	position:relative;
	display: block;
	overflow: hidden;
	transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
}

.banner a:hover {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
}

.banner a .img-placeholder {
    transition: opacity 0.2s,transform 0.2s;
    -webkit-transition: opacity 0.2s,-webkit-transform 0.2s;
    -ms-transition: opacity 0.2s,-ms-transform 0.2s;
}

.banner a:hover .img-placeholder {
    transform: scale3d(1.03,1.03,1);
    -webkit-transform: scale3d(1.03,1.03,1);
    -ms-transform: scale3d(1.03,1.03,1);
}

/*--------------------------------*/

.content-type-1 .price {
    color: #b33a3a;
}

.content-type-1 .product-price{
	color: #b33a3a;
}

.content-type-1 .cart-summary-line .value{
	color: #b33a3a;
}

.content-type-1 .product-line-grid-right .cart-line-product-actions,
.content-type-1 .product-line-grid-right .product-price {
    color: #b33a3a;
}

.content-type-1 .carrier-price{
	color: #b33a3a;
}

.content-type-1 .product-prices div.current-price > span[itemprop] {
	color: #b33a3a;
}

.content-type-1 .order-confirmation-table .text-xs-left,
.content-type-1 .order-confirmation-table .text-xs-right,
.content-type-1 #order-items table tr td:last-child {
    color: #b33a3a;
}

.content-type-1 #main-content .newsletter .content-newsletter{
	font-size: 0;
	text-align: center;	
	margin-top: -20px;
}

.content-type-1 #main-content .newsletter p{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 15px 0 0;
    padding: 0;
	font-size: 1.4rem;
}

.content-type-1 #main-content .newsletter input.input-email{
	height: 50px;
	border: 1px solid #dddddd;
	width: 100%;
	font-style: italic;
	padding: 0 30px;
	letter-spacing: 2px;
	max-width: 500px;
	vertical-align: middle;
	font-size: 1.6rem;
	margin-top: 20px;
	background: none;
}

.content-type-1 #main-content .newsletter input.input-email::-webkit-input-placeholder {
	color: #666666;
}

.content-type-1 #main-content .newsletter input.input-email:-ms-input-placeholder {
	color: #666666;
}

.content-type-1 #main-content .newsletter input.input-email::placeholder {
	color: #666666;
}

.content-type-1 #main-content .newsletter .button-email {
	font-size: 1.8rem;	
	line-height: 50px;
	border: none;
	vertical-align: middle;
	background: #202021;
	color: #fff;
	min-width: 150px;
	margin-top: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.content-type-1 #main-content .newsletter .button-email:hover{
	text-decoration: underline;	
}

.content-type-1 #main-content .newsletter .custom-checkbox label {
	text-align: center;
}
