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;
}

.product-type-9 .item-inner .button-action.add-to-cart {
    color: rgba(255,255,255,0.7);
}

.product-type-9 .item-inner .button-action:not(.add-to-cart){
    color: rgba(255,255,255,0.7);
}

/* -------------------------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: 26px;
	height: 36px;
	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-next::before {
    content: "\e828";
	font-family: 'fontello';
	font-size: 24px;
}

.owl-nav[type="1"] button.owl-prev::before {
    content: "\e829";
	font-family: 'fontello';
	font-size: 24px;
}

.content-type-8 .owl-nav[type="1"] button:hover {
	color: #b33a3a;
}

.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-8 .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-8 .label-flags li.type-on-sale, .content-type-8 .label-flags li.type-discount {
	position: absolute;
	right: 0;
	top: 0;
    background: #b33a3a;
}

/*-------------------------------Title----------------------------------------*/

#main-content .content_title {
	margin-top: -3px;
	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: 3rem;
    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-8 .tabs-type-6 .nav-tabs .nav-item .nav-link.active, .content-type-8 .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%;
    max-width: 100% !important;
}

.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-8 .price {
    color: #b33a3a;
}

.content-type-8 .product-price{
	color: #b33a3a;
}

.content-type-8 .cart-summary-line .value{
	color: #b33a3a;
}

.content-type-8 .product-line-grid-right .cart-line-product-actions,
.content-type-8 .product-line-grid-right .product-price {
    color: #b33a3a;
}

.content-type-8 .carrier-price{
	color: #b33a3a;
}

.content-type-8 .product-prices div.current-price > span[itemprop] {
	color: #b33a3a;
}

.content-type-8 .order-confirmation-table .text-xs-left,
.content-type-8 .order-confirmation-table .text-xs-right,
.content-type-8 #order-items table tr td:last-child {
    color: #b33a3a;
}

.content-type-8 #main-content .newsletter {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
}

.content-type-8 #main-content .newsletter .title-newsletter.hidden{
	display: block !important;
}

.content-type-8 #main-content .newsletter .title-newsletter h4 {
    font-size: 2.4rem;
    margin-bottom: 10px;
	line-height: 3.6rem;
}

.content-type-8 #main-content .newsletter .title-newsletter p {
    font-size: 1.3rem;
    color: #666666;
    margin-bottom: 45px;
	display: block !important;
	line-height: 2.4rem;
}

.content-type-8 #main-content .newsletter .content-newsletter {
    font-size: 0;
    text-align: center;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 370px;
}

.content-type-8 #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;
    margin: 0;
    left: 20px;
    right: 20px;
    top: -39px;
}

.content-type-8 #main-content .newsletter input.input-email {
    height: 50px;
    border: none;
    width: 100%;
    padding: 0 25px;
	padding-right: 65px;
	max-width: 370px;
    vertical-align: middle;
    font-size: 1.3rem;
    background: #fff;
    box-shadow: 0 0 24px rgba(0,0,0,0.1);
}

.content-type-8 #main-content .newsletter .button-email {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    width: 40px;
    height: 50px;
    border: none;
    background: none;
    padding: 0;
	text-align: left;
}

.content-type-8 #main-content .newsletter .button-email span {
	display: none;
}

.content-type-8 #main-content .newsletter .button-email:not(.processing)::after {
	content: '\e864'; 
	font-family: 'fontello';
}

.content-type-8 #main-content .newsletter .button-email:hover{
	
}

.content-type-8 #main-content .newsletter .custom-checkbox label {
	text-align: center;
}

/******************************************************************/

.title-custom-1 {
    display: table;
	padding: 0 10px;
    margin: 0 auto;
}

.title-custom-1 h5 {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}

.title-custom-1 h2 {
    font-size: 9rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.225rem;
    margin-left: -5px;
    color: #000;
    margin-bottom: 40px;
}

.title-custom-1 p {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #666666;
    margin-bottom: 100px;
}

@media (max-width: 575px){
	.title-custom-1 h5 {
		margin-bottom: 20px;	
	}
	.title-custom-1 p {
		margin-bottom: 30px;
	}	
	.title-custom-1 h2 {
		font-size: 5rem;
		margin-bottom: 20px;
	}
}

.title-custom-1 .btn{
    text-transform: uppercase;
    font-weight: 700;
    min-width: 200px;
    line-height: 4.3rem;
	letter-spacing: 0.42rem;
}

.title-custom-1 .btn:not(:hover) {
    background: #000;
}

/******************************************************************/

.title-custom-2 {
    text-align: center;
    padding: 0px 10px;
}

@media (min-width: 576px){
	.title-custom-2 {
		margin-top: 33%;
	}
}

.title-custom-2 h2 {
    font-size: 3.6rem;
    position: relative;
    color: #000;
    letter-spacing: -0.9px;
    padding-bottom: 17px;
    margin-bottom: 23px;
}

.title-custom-2 h2::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #000;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}

.title-custom-2 p {
    font-size: 1.6rem;
	line-height: 2.4rem;
	color: #666666;
	margin-bottom: 0;
}

/******************************************************************/

.title-custom-3 {
	text-align: center;
}

.title-custom-3 h5 {
    letter-spacing: 0.14rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 12px;
}

.title-custom-3 h2 {
    letter-spacing: -0.09rem;
    font-size: 3.6rem;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 12px;
}

.title-custom-3 p {
	color: #666666;
	font-size: 1.8rem;
	letter-spacing: 0.36rem;
	margin-bottom: 54px;
}

/******************************************************************/

.title-custom-4 {
	text-align: center;
}

@media (min-width: 576px){
	.title-custom-4 {
		margin-top: 33%;
	}
}

.title-custom-4 h2 {
    letter-spacing: -0.09rem;
    font-size: 3.6rem;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 26px;
	line-height: 4rem;
}

.title-custom-4 p {
	color: #666666;
	font-size: 1.6rem;
	margin-bottom: 54px;
}

/******************************************************************/

.view-all-1 {
    margin-top: 40%;
}

@media (max-width: 575px){
	.view-all-1 {
		margin-top: 30px;
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 30px;
	}
}

.view-all-1 a {
    font-size: 2.4rem;
    display: block;
    text-align: center;
}

.view-all-1 a em {
    display: block;
    text-align: center;
    margin-top: 34px;
}