body {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.title_font,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
    font-family: "Playfair Display", 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: 16px;
	height: 16px;
	float: left;
	border: 2px solid #000;
	border-radius: 100%;
	position: relative;
    -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 span::before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #008d00;
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -3px;
    -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{
	border-color: #008d00;
}

.owl-dots[type="1"] button.owl-dot.active span::before, .owl-dots[type="1"] button.owl-dot:hover span::before{
	opacity: 1;
}

/* -------------------------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 {
	font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
	border-radius: 100%;
    font-size: 0;
    border: none;
    background: #ebebeb;
    padding: 0;
    height: 30px;
    width: 30px;
    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-next::before{
	content: '\f301';
	font-size: 16px;
}

.owl-nav[type="1"] button.owl-prev::before{
	content: '\f2ff';
	font-size: 16px;
}

.owl-nav[type="1"] button.owl-prev{
	margin-right: 5px;
}

.content-type-10 .owl-nav[type="1"] button:hover{
	background: #b33a3a;
	color: #fff;
}

.sliders.slider-type-7 .owl-nav[type="1"] button {
    display: inline-block;
    font-size: 0;
    padding: 0;
    height: 70px;
    width: 70px;
}

.sliders.slider-type-7 .owl-nav[type="1"] button.owl-next::before{
	font-size: 30px;
}

.sliders.slider-type-7 .owl-nav[type="1"] button.owl-prev::before{
	font-size: 30px;
}

.content-type-10 .sliders.slider-type-7 .owl-nav[type="1"] button:hover{
	background: #fed801;
	color: inherit !important;
}

.sliders.slider-type-7 .owl-nav, .sliders.slider-type-7 .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-7:hover .owl-nav, .sliders.slider-type-8:hover .owl-dots {
	opacity: 1;
}

.sliders.slider-type-8 .owl-nav[type="1"] button {
    display: inline-block;
    font-size: 0;
    padding: 0;
    height: 70px;
    width: 70px;
}

.sliders.slider-type-8 .owl-nav[type="1"] button.owl-next::before{
	font-size: 30px;
}

.sliders.slider-type-8 .owl-nav[type="1"] button.owl-prev::before{
	font-size: 30px;
}

.content-type-10 .sliders.slider-type-8 .owl-nav[type="1"] button:hover{
	background: #fed801;
	color: inherit !important;
}

.sliders.slider-type-8 .owl-nav, .sliders.slider-type-8 .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-8:hover .owl-nav, .sliders.slider-type-8:hover .owl-dots {
	opacity: 1;
}

/* -------------------------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-10 .owl-nav[type="2"] button:hover{
	color: #b33a3a;
}

/*-------------------------------Title----------------------------------------*/

#main-content .content_title {
	margin-bottom: 50px;
}

#main-content .pbd-tabs .content_title {
	margin-bottom: 10px;
}

#main-content .content_title > .title_block {
	font-size: 36px;
	margin-bottom: 10px;
	margin-top: -10px;
	text-transform: capitalize;
}

#main-content .content_title > .title_content {
	max-width: 610px;
	display: inline-block;
}


/*-------------------------Tabs-Horizontal-1------------------------------------*/

@media (min-width: 992px){
	.tabs-type-1 .nav-tabs {
		font-size: 0;
		text-align: center;
		margin-bottom: 45px;
		font-family: inherit;
		margin-left: -14px;
		margin-right: -14px;
	}
	
	.tabs-type-1 .nav-tabs .nav-item{
		display: inline-block; 
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link{
		font-size: 1.6rem;
		font-weight: 400;
		margin: 0 14px;
		text-transform: capitalize;
		line-height: 2.8rem;
		color: #666666;
		position: relative;
		display: block;
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link:hover, .tabs-type-1 .nav-tabs .nav-item .nav-link.active, .tabs-type-1 .nav-tabs .nav-item .nav-link:hover, .tabs-type-1 .nav-tabs .nav-item .nav-link.active {
		color: #b33a3a;
	}
	
	.title-left.tabs-type-1, .title-right.tabs-type-1 {
		position: relative;
	}
	
	.title-left.tabs-type-1 .nav-tabs {
		text-align: left;
	}
	
	.title-right.tabs-type-1 .nav-tabs {
		text-align: right;
	}
	
}	

@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-10 .tabs-type-6 .nav-tabs .nav-item .nav-link.active, .content-type-10 .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;
}

/*--------------------------------*/

.content-type-10 .price {
    color: #008d00;
}

.content-type-10 .product-price{
	color: #008d00;
}

.content-type-10 .cart-summary-line .value{
	color: #008d00;
}

.content-type-10 .product-line-grid-right .cart-line-product-actions,
.content-type-10 .product-line-grid-right .product-price {
    color: #008d00;
}

.content-type-10 .carrier-price{
	color: #008d00;
}

.content-type-10 .product-prices div.current-price > span[itemprop] {
	color: #008d00;
}

.content-type-10 .order-confirmation-table .text-xs-left,
.content-type-10 .order-confirmation-table .text-xs-right,
.content-type-10 #order-items table tr td:last-child {
    color: #008d00;
}

.content-type-10 #main-content .newsletter .content-newsletter{
	font-size: 0;
	text-align: center;	
	margin-top: -20px;
}

.content-type-10 #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-10 #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-10 #main-content .newsletter input.input-email::-webkit-input-placeholder {
	color: #666666;
}

.content-type-10 #main-content .newsletter input.input-email:-ms-input-placeholder {
	color: #666666;
}

.content-type-10 #main-content .newsletter input.input-email::placeholder {
	color: #666666;
}

.content-type-10 #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-10 #main-content .newsletter .button-email:hover{
	text-decoration: underline;	
}