@charset "UTF-8";
/*============================== 
	- Author: Dileep Industries
	- Website: https://www.dileep.in/
================================= */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Raleway:wght@500;600;700;800;900&display=swap');

body {
	font-size: 14px;
	color: #5f5f5f;
	font-family: 'Raleway', sans-serif;
}
/*@media (min-width:768px) {
	.content_top_home {
		padding-left: 51px;
		padding-right: 51px;
	}
}*/
section {
	padding-bottom: 70px;
}
.banner-top-home {
    margin-top: 0px !important;
    padding-bottom: 70px;
}
.banner-top-home .col-banner-top {
    padding: 0px 10px 0 10px !important;
    background-color: #ffffff;
}
.banner-top-home .banner-top .banner-infor h2 {
	color: #ffffff !important;
}
.banner-top-home .banner-top .banner-infor.banner-top-home .banner-top .banner-infor, .banner-top-home .banner-top .banner-infor  {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 100%);
}
.product-card {
	padding-left: 5px;
	padding-right: 5px;
}
.product-info {
	padding-top: 10px;
}
.product-info a.quick-view {
	font-size: 14px;
	color: #bc8246;
	text-decoration: underline;
	display: block;
	padding-bottom: 10px;
}
.product-info p {
	margin-bottom: 6px;
}
.product-info p a {
	font-size: 16px;
	font-weight: normal;
	color: #5f5f5f;
}
.product-infop a:hover {
	text-decoration: none;
}
.product-info .price {
	color: #1c1c1c;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0px;
}

/*Product Slider*/
.owl-nav {
	width: 100%;
    top: 40%;
    position: absolute;
}
.owl-prev {
  left: -2rem;
  position: relative;
}
.owl-next {
  right: -10px;
  position: relative;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	width: 54px;
	height: 54px;
	border-radius: 50px;
	background: #fafafa !important;
	position: relative;
	outline: 0px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.owl-next:before {
	position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    z-index: 1;
    left: 22px;
    top: 0px;
}
.owl-prev:before {
	position: absolute;
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    z-index: 1;
    left: 22px;
    top: 0px;
}
.owl-nav button:hover {
	background: #1c1c1c!important;
}
.owl-nav button:hover.owl-prev:before, .owl-nav button:hover.owl-next:before {
	color: #ffffff;
}
button.owl-prev {
    left: -94px;
    float: left;
}
button.owl-next {
    right: -94px;
    float: right;
}
@media (max-width: 1024px) {
	button.owl-prev {
	    left: -60px;
	}
	button.owl-next {
	    right: -60px;
	}
}
button.owl-prev span, button.owl-next span {
	display: none;
}
.category-title {
	z-index: 1;
	position: relative;
	text-align: center;
	padding-bottom: 40px;
	color: #ffffff;
	text-shadow: 0px 0px 13px rgba(0,0,0,0.55);
}
.category-title h1 {
	font-family: 'Abril Fatface', cursive;
	font-size: 40px;
	color: #ffffff;
}
.category-title .sub-heading {
	font-size: 24px;
}
.products-block {
	margin-top: 10px;
}
/*Button*/
.btn-primary {
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	background: #ffffff;
	color: #5f5f5f;
	font-weight: 600;
	padding: 19px 32px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    letter-spacing: 1px;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #c98b3a;
	color: #ffffff;
	border: 1px solid #c98b3a;
	box-shadow: 0 0 0;
}

.p-banner {
	height: 420px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media (min-width: 768px) {
	.p-banner {
		height: 660px;
	}
}
.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.owl-theme .owl-controls .owl-buttons > div {
	top: 32%;
    margin-top: 0px; 
}
.category-banner h2 {
	position: absolute;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding-top: 20px;
    padding-left: 40px;
}
.category-banner a:hover {
	text-decoration: none;
}