body {
    font-family: "Barlow", Arial, Helvetica, sans-serif;
}

.title_font,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", 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 {
	width: 24px;
	height: 15px;
	position: relative;
    display: inline-block;
    font-size: 0;
    background: none;
	border: none;
    padding: 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;
}

.owl-nav[type="1"] button.owl-prev{
	margin-right: 5px;
}

.owl-nav[type="1"] button.owl-prev::before {
    content: "";
	border-top: 7px solid transparent !important;
	border-bottom: 7px solid transparent !important;
	border-right: 9px solid #000000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 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;
}

.owl-nav[type="1"] button.owl-prev::after {
    content: "";
	height: 3px;
	background: #000000;
	width: 16px;
	position: absolute;
	right: 0;
	top: 6px;
    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-next::before {
    content: "";
	border-top: 7px solid transparent !important;
	border-bottom: 7px solid transparent !important;
	border-left: 9px solid #000000;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 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;
}

.owl-nav[type="1"] button.owl-next::after {
    content: "";
	height: 3px;
	background: #000000;
	width: 16px;
	position: absolute;
	left: 0;
	top: 6px;
    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;
}

.content-type-6 .owl-nav[type="1"] button:hover::before{
	border-color: #b33a3a;
}

.content-type-6 .owl-nav[type="1"] button:hover::after{
	background: #b33a3a;
}

.sliders .owl-nav[type="1"] button {
	width: 30px;
	height: 20px;
}

.sliders .owl-nav[type="1"] button.owl-prev::before {
	border-top: 10px solid transparent !important;
	border-bottom: 10px solid transparent !important;
	border-right-width: 12px;
}

.sliders .owl-nav[type="1"] button.owl-prev::after {
	height: 4px;
	width: 20px;
	position: absolute;
	top: 8px;
}

.sliders .owl-nav[type="1"] button.owl-next::before {
	border-top: 10px solid transparent !important;
	border-bottom: 10px solid transparent !important;
	border-left-width: 12px;
}

.sliders .owl-nav[type="1"] button.owl-next::after {
	height: 4px;
	width: 20px;
	position: absolute;
	top: 8px;
}

.sliders .owl-nav, .sliders .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:hover .owl-nav, .sliders:hover .owl-dots {
	opacity: 1;
}

.ajax-load-wrapper .ajax-load-button .btn {
    padding: 0;
    line-height: 41px;
    background: none !important;
    color: #000;
    border: 2px solid;
    font-size: 12px;
    letter-spacing: 2.4px;
    min-width: 200px;
    margin-top: 65px;
}

/* -------------------------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-6 .owl-nav[type="2"] button:hover{
	color: #b33a3a;
}

.label-flags {
    position: absolute;
    margin: 0;
    top: 10px;
    z-index: 1;
    font-size: 12px;
    right: 10px;
	left: 10px;
	text-align: center;
	font-weight: 700;
}

.label-flags li:not(.type-on-sale):not(.type-discount):not(.type-new) {
	display: none;
}

.label-flags li {
    margin: 0;
	word-break: break-all;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	border-radius: 0;
	font-size: 12px;
	line-height: 26px;
	padding: 0 10px;
	letter-spacing: 1px;
}

.label-flags li.type-new {
	position: absolute;
	left: 0;
	top: 0;
}

.content-type-6 .label-flags li.type-on-sale, .content-type-6 .label-flags li.type-discount {
	position: absolute;
	right: 0;
	top: 0;
    background: #b33a3a;
}

/*-------------------------------Title----------------------------------------*/

#main-content .content_title {
	margin-top: -9px;
	font-size: 0;
	margin-bottom: 75px;
}

#main-content .content_title > .title_block {
	margin-bottom: 15px;
}

#main-content .content_title > .title_content {
	font-size: 1.4rem;
	line-height: 2.6rem;
	max-width: 610px;
	display: inline-block;
}

#main-content .content_title > .title_block .title_text {
    display: inline-block;
    font-size: 3.6rem;
    text-transform: capitalize;
}

@media (max-width: 991px){
	#main-content .content_title > .title_block .title_text {
		font-size: 2.6rem;
	}
	#main-content .content_title {
		margin-bottom: 35px;
		margin-top: -6px;
	}
	#main-content .content_title > .title_block {
		margin-bottom: 10px;
	}
}

/*-------------------------Tabs-Horizontal-1------------------------------------*/

@media (min-width: 992px){
	.tabs-type-1 .nav-tabs {
		font-size: 0;
		text-align: center;
		margin-bottom: 70px;
	}
	
	.tabs-type-1 .nav-tabs .nav-item{
		display: inline-block; 
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link {
		font-size: 3rem;
		font-weight: 700;
		padding: 0 34px;
		text-transform: capitalize;
		line-height: 3rem;
		color: #666;
		position: relative;
		display: block;
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link:hover, .tabs-type-1 .nav-tabs .nav-item .nav-link.active {
		color: #000;
	}
		
	.tabs-type-1 .nav-tabs .nav-item:not(:last-child) .nav-link::after {
		font-family: 'Material-Design-Iconic-Font';
		content: "\f136";
		font-weight: 400;
		color: #000;
		font-size: 18px;
		width: 14px;
		text-align: center;
		display: inline-block;
		position: absolute;
		right: -7px;
	}
	
	.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-6 .tabs-type-6 .nav-tabs .nav-item .nav-link.active, .content-type-6 .tabs-type-6 .nav-tabs .nav-item .nav-link:hover{
		color: #b33a3a;
	}
	
	.tabs-type-6 .box-nav-tab{
		float: left;
		margin-left: -300px;
	}
	
}

.btn, .form-control {
	border-radius: 0;
}

/*----------------------------------------------*/

.banner {
	font-size: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.banner a{
	position:relative;
	display: block;
	transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
}

/*--------------------------------*/

.content-type-6 .price {
    color: #b33a3a;
}

.content-type-6 .product-price{
	color: #b33a3a;
}

.content-type-6 .cart-summary-line .value{
	color: #b33a3a;
}

.content-type-6 .product-line-grid-right .cart-line-product-actions,
.content-type-6 .product-line-grid-right .product-price {
    color: #b33a3a;
}

.content-type-6 .carrier-price{
	color: #b33a3a;
}

.content-type-6 .product-prices div.current-price > span[itemprop] {
	color: #b33a3a;
}

.content-type-6 .order-confirmation-table .text-xs-left,
.content-type-6 .order-confirmation-table .text-xs-right,
.content-type-6 #order-items table tr td:last-child {
    color: #b33a3a;
}

.content-type-6 #main-content .newsletter .title-newsletter, .content-type-6 #main-content .newsletter .title-newsletter p{
	display: block !important;
	text-align: center;
}

.content-type-6 #main-content .newsletter  {
	background: #f2f2f200;
	padding-top: 90px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.content-type-6 #main-content .newsletter .title-newsletter h4 {
    font-size: 3.6rem;
    margin-bottom: 1.5rem;
}

.content-type-6 #main-content .newsletter .title-newsletter p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 45px;
}

.content-type-6 #main-content .newsletter .content-newsletter{
	font-size: 0;
	text-align: center;	
	margin-top: -20px;
}

.content-type-6 #main-content .newsletter .send-response p {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    font-size: 1.4rem;
    position: absolute;
    bottom: 70px;
    margin: 0;
    left: 20px;
    right: 20px;
}

.content-type-6 #main-content .newsletter input.input-email {
    height: 50px;
    border: none;
    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: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.content-type-6 #main-content .newsletter input.input-email::-webkit-input-placeholder {
	color: #666666;
}

.content-type-6 #main-content .newsletter input.input-email:-ms-input-placeholder {
	color: #666666;
}

.content-type-6 #main-content .newsletter input.input-email::placeholder {
	color: #666666;
}

.content-type-6 #main-content .newsletter .button-email {
    font-size: 1.4rem;
    line-height: 50px;
    border: none;
    vertical-align: middle;
    background: #202021;
    color: #fff;
    min-width: 220px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.42rem;
    padding: 0 20px;
}

.content-type-6 #main-content .newsletter .button-email:hover{
	 background-color: #f7bba1;
  border: none;
  color: white;
  opacity: 1;
  transition: 0.3s;

}