@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'lato', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.8;
    margin:0;
	padding:0;
	outline:0;
}
/*DE9E3D*/
/*common css start */
ul{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
	list-style: none;
	display: inline-block;
}
a,a:hover,a:focus{
	text-decoration: none !important;
	color:#222;
}
p{
	margin:0;
	padding:0;
}
.section-padding {
	padding:40px 0;
}
img{
	width: 100%;
}
h1,h2,h3,h4,h5,h6{
	 font-family: 'lato', sans-serif;
}
/*==== common css End ====*/

 /*==== Topbar css start ====*/
.topbar {
    background: #EAC60E;
    text-align: center;
    padding: 5px 0;
}
.header-top ul li {
    margin: 0 10px;
}
.header-top ul li a i {
    color: #fff !important;
    margin-right: 6px;
}
.header-top ul li a {
    color: #fff !important;
    display: inline-block;
}
/*Topbar Css End*/

/*==== Mobile Menu Css Start ====*/
.header {
    background: #222;
}
.logo-area {
	width: 160px;
}
.logo-area a img {
	width: 100%;
	margin-top: 8px;
}
.mobile-menu {
	display: none ;
}  			

.menu-area {
	text-align: right;
}
.menu-area ul li a {
    color: #dbd3d3;
    text-align: right;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 80px;
    padding: 8px 10px;
    transition: all .5s ease;
    text-transform: capitalize;
}
a.highlight {
    border: 1px solid #dbd3d3;
}
.menu-area ul li a:hover{
	color:#EAC60E;
}
.menu-area .active {
	transition: all .5s ease;
	color: #EAC60E;
}
.menu-area .active:hover{
	color:#EAC60E;
}
.menu{
	cursor: pointer;
}
.menu-area ul li{
	position: relative;
	display: inline-block;
}
.menu{
	cursor: pointer;
}
.custom-dropdown{
	position: relative;
	transition: all .5s ease;
}
.submenu {
    position: absolute;
    background: #222;
    opacity: 1;
    width: 300px;
    overflow: hidden;
    visibility: hidden;
    transition: all .5s ease;
    top: 110%;
    z-index: 9;
    padding: 8px 8px;
}
.custom-dropdown:hover .submenu {
    visibility: visible;
    transition: all .5s ease;
    top:100%;
}
.submenu li {
    display: block !important;
}
.submenu li a {
    margin: 0 !important;
    color: #fff !important;
    display: block !important;
    padding: 5px 10px !important;
    text-align: left !important;
    line-height: 28px !important;
    transition: 0.35s all;
}
.submenu li a:hover {
    color: #EAC60E !important;
    margin-left: 5px !important;
}
/*==== header area end ====*/
.slider-area {
    position: relative;
    z-index: 1;
}
.slider-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.slider-item{
	width: 100%;
	height: 550px;
}
.slider-item img{
	height:100%;
}
.main-slider {
	position:relative;
}
.main-slider .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	content: "";
}
.main-slider .owl-dots .owl-dot {
	height: 15px;
	width: 15px !important;
	margin: 0px 5px;
	background:#fff !important;
	border-radius: 50%;
}
.main-slider .owl-dots .owl-dot.active {
	background: #EAC60E !important;
}
.slider-text {
    padding-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    z-index: 99;
    width: 520px;
}
.slider-text p{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #dbd3d3;
}
.slider-text h1{
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
    padding-right: 100px;
    color:#EAC60E;
    margin: 20px 0;
}
.slider-text a {
    padding: 8px 25px;
    color: #FFFFFF;
}
.common_btn{
    background: #2e2e2e;
    border-radius: 5px;
    padding: 8px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-top: 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.common_btn:before{
	position:absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #EAC60E;
	z-index: -1;
	transition: 0.35s all;

}
.common_btn:hover:before{
	width: 50%;
}
.common_btn:after{
	position:absolute;
	content: "";
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #EAC60E;
	z-index: -1;
	transition: 0.35s all;
}
.common_btn:hover:after{
	width: 50%;
}
/*==== Slider css End ====*/

/*==== Category css Start ====*/
.category-area {
    padding: 45px;
}
.category-item {
    position: relative;
    overflow: hidden;
}
.category-item p {
    position: absolute;
    bottom: 30px;
    left: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
.category-item img{
	transition: 0.35s all;
}
.category-item:hover.category-item img {
    transform: scale(1.2);
}
/*==== Category css End ====*/
/*==== About css Start ====*/
.about-section{
	background: url('../images/about-bg.webp');
	background-attachment: fixed;
}
.about-content {
    background: #fff;
    padding: 50px 80px;
    text-align: center;
    margin: 80px 0;
    border-radius: 5px;
}
.about-content h2 {
    font-size: 30px;
    font-weight: 900;
    color: #EAC60E;
    text-transform: capitalize;
    margin-bottom: 15px;
    border-bottom: 1px solid #EAC60E;
    border-width: 18px;
    padding: 22px 0px;
    margin-bottom: 40px;
}
.about-content a{
	color : #fff;
}
/*==== About css End ====*/

/*==== Product Css Start ====*/
.products-section {
    padding: 50px 0;
}
.product-inner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
}
.section-title h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
}
.product-item {
   position: relative;
}
p.pro_price {
    position: absolute;
    top: 0;
    background: #ebc80e;
    left: 0;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 600;
}
.product-item img {
    height: 310px;
    background: #ddd;
}
.product_name {
    background: #222;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    padding: 0 30px;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.product_name:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: #EAC60E;
    z-index: -1;
    transition: 0.35s all;
}
.product-item:hover .product_name::after {
    height: 100%;
}
.cart_icons {
    display: grid;
    grid-template-columns: 40px auto 40px;
    text-align: center;
    width: 140px;
    margin: 10px 0;
}
#increase_btn,#increase_btn:focus {
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #ddd;
    outline: 0;
    border-radius: 0px 5px 5px 0;
    cursor: pointer;
}
#decrease_btn,.decrease_btn:focus {
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #ddd;
    outline: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}
#quantity_input,#quantity_input:focus {
    width: 100px;
    border: 1px solid #ddd;
    text-align: center;
    width: 60px;
    outline: 0;
}
.buy_now,.buy_now:focus {
    background: #13b736;
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 6px 34px;
    border-radius: 5px;
    margin-top: 15px;
    outline: 0;
}
.cart_quantity {
    position: fixed;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    background: #EAC60E;
    padding: 8px 10px;
    border-radius: 5px;
}

.cart_quantity * {
    color: #fff;
    font-size: 18px;
}
/*==== Product Css End ====*/

/* ==== Footer Css Start ====*/
.footer-area{
	background: #222;
}
.footer-logo {
	height: 100px;
	width: 150px;
}
.footer-about {
    color: #d1d1d1;
    margin-bottom: 15px;
}
.widget_title {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #d1d1d1;
    display: inline-block;
    margin: 5px 0px;
    transition: 0.35s all;
}
.footer-menu ul li a:hover {
    color: #EAC60E;
    margin-left: 5px;
}
.footer-icon {
    display: grid;
    grid-template-columns: 50px auto;
    color: #d1d1d1;
    margin-bottom: 15px;
    align-items: center;
}
.footer-icon i {
    font-size: 20px;
}
.social-icon ul li a i {
    color: #fff;
    margin-right: 2px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    background: #2e2e2e;
    line-height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    transition: 0.35s all;
}
.social-icon ul li a i:hover {
    background: #EAC60E;
}
/*====  copyright css start  ====*/
.copyright-area {
    background: #222;
    color: #fff;
    text-align: left;
    padding: 18px 0;
    border-top: 1px solid #4c4c4c;
}
.copyright p {
    text-align: center;
}
.copyright-area p a {
	color: #EAC60E
}
.scrolltop {
    position: fixed;
    left: 15px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: #EAC60E !important;
    height: 40px !important;
    line-height: 35px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
}

/*contact css start*/
.bredcrumb-banner{
	background: url('../images/banner-contact.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 50px 50px;
}
.bredcrumb-banner::after {
	content: "";
	position: absolute;
	background: rgb(0, 0, 0,0.6);
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.bredcrumb-text {
	color: #fff;
}
.bredcrumb-text h2 {
	font-weight: bold;
	font-size: 30px;
}
.contact-item {
	box-sizing: border-box;
	padding: 10px 10px;
	margin-bottom: 5px;
	box-shadow: -webkit-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 13px -1px rgba(191, 187, 187, 0.75);
	position:relative;
}
.contact-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    background: #222222;
}
.contact-form h2 {
    font-size: 18px;
    font-weight: 600;
}
.contact-icon a {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	right: 0;
	color: #fff;
	font-size: 35px;
}
.contact-address {
	margin-left: 100px;
	padding: 10px 10px;
}
.contact-address h2 {
	color: #222;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 1px;
}

.contact-address p {
	color: #262626;
}
.contact-info {
	margin-bottom:25px;
}
.contact-form {
	padding: 5px 5px;
}
.form-group .form-control {
	box-shadow: none !important;	
}
/*=== About Css Start ===*/
.about-area.section-padding {
    padding: 60px 0;
}
.about-item h2 {
	font-size: 25px;
	font-weight: bold;
	color: #222;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-bottom: 25px;
}	
.about-text p {
	margin-top: 10px;
	color: #222;
}
.about-img {
	position: absolute;
	top: 115px;
	left: -60px;
	width: 290px;
	height: 300px;
}
.about-text {
    margin-top: 30px;
}
/*==== About Css End ====*/

/*=== Pricing Css Start ===*/
.price_title {
    font-weight: 800;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

/*=== Pricing Css End ===*/

/*=== Staff Css Start ===*/
.staff-image {
    position: relative;
}

.staff-content {
    position: absolute;
    bottom: 8px;
    width: 95%;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 8px;
    border-radius: 5px;
    overflow: hidden;
}

h3.staff_name {
    font-size: 22px;
    font-weight: 600;
}

p.staff_phone {
    color: #1f313e;
    font-weight: 600;
    margin-top: 3px;
}

.staff-content::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #EAC60E;
    content: "";
    transition: 0.35s all;
}

.staff-content::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #EAC60E;
    content: "";
    transition: 0.35s all;
}

.staff-inner:hover .staff-content::after,.staff-inner:hover .staff-content::before {
    width: 8px !important;
}
.staff-image img {
    height: 400px;
}
/*=== Staff Css End ===*/

/*=== Product Details Css Start ===*/
.product-details {
    background: #f1f1f1;
}
.product-details-content {
    background: #fff;
    padding: 30px;
}
.product-details-content ul li a {
    font-weight: 600;
    color: #444;
    text-transform: capitalize;
}
.pdetails-name {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}
.product-price {
    color: #222;
    font-size: 16px;
    font-weight: 900;
}
.details {
    margin-bottom: 25px;
    margin-top: 15px;
    border: 1px solid #ddd;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 15px;
}
.share-title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}
.sharethis-inline-share-buttons {
    text-align: left !important;
    margin-top: 15px;
}
/*=== Product Details Css End ===*/


.col-sm-10.col-md-10.col-lg-10:nth-child(even) .col-lg-6:nth-child(odd) {
    order: 1;
}
.about-item {
    margin-bottom: 35px;
}

/*==== Show Cart ====*/
section.cart-section {
    background: #fff;
    padding: 40px 0;
}
.cart-title {
    color: #222;
    border-bottom: 2px solid #ddd;
    font-size: 19px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cart-summary {
    background: #ddd;
    padding: 15px;
    border-radius: 5px;
    margin-top: 40px;
}
.cart-summary tr td {
    border: 0 !important;
    color: #222;
    padding: 8px 0;
}
.cart-info {
    display: grid;
    grid-template-columns: 25% auto;
    grid-gap: 25px;
    align-items: center;
    color: #222;
}
.vcart-content thead {
    background: #fff;
    color: #222;
}
.vcart-content th, .vcart-content td {
    border: none !important;
}
.vcart-content tbody td {
    vertical-align: middle;
    color: #222;
}
td.price_cart {
    position: relative;
    border-left: 1px solid #fff !important;
    text-align: center;
}

td.price_cart button,td.price_cart button:focus {
    position: absolute;
    top: 15px;
    right: 13px;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    outline: 0;
}

.vcart-content tr {
    background: #fff;
    border-bottom: 5px solid #17171C;
}
a.go_cart {
    background: #13B736;
    display: block;
    border-radius: 50px;
    text-align: center;
    padding: 7px 0;
    font-weight: 600;
    color: #fff!important;
}
p.cart_type svg {
    color: #58585C !important;
}
.cart-summary tfoot {
    border-top: 1px solid #ddd;
    margin-top: 15px !important;
}

.cart-summary tfoot td {
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}

/*====  LOGIN CSS START ====  */
.form-group .form-control {
    box-shadow: none !important;
    background: #17171C;
    border: 0;
    height: 44px;
}
.auth-section {
    background: #fff;
    padding: 40px 0;
}
.register-now.no-account a {
    text-decoration: underline;
    color: #1fa489;
    font-weight: 600;
}
.form-content form .form-group {
    position: relative;
}
.form-content form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff !important;
}
.no-account p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-content {
    background: #2D2D32;
    padding: 15px;
    border-radius: 5px;
    margin: 25px 0;
    border-radius: 5px;
}
.auth-title {
    font-size: 18px;
    border-bottom: 2px solid #444;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #ddd;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.resend_otp .feather {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
.resend_otp button {
    border-bottom: 1px solid #db2c2c;
    color: #db2c2c;
}
.submit-btn {
    background: #ddd;
    display: block;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 666;
    padding: 6px 0;
}
a.forget-link {
    color: #888;
    float: right;
    margin-bottom: 15px;
    font-size: 14px;
}
.no-account p {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #222;
    display: inline-block;
}
/*====  LOGIN CSS END ====  */

/*====  PROFILE CSS START ====  */
.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: #f8fff7;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.customer-img img {
    border-radius: 50px;
}
.customer-section {
    padding: 40px 0;
    background: #fff;
}
.sidebar-menu {
    background: #f8fff7;
    margin: 15px 0;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.sidebar-menu ul li {
    display: block;
}
.sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}
.customer-content {
    background: #f8fff7;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.backend_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}
.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    color: #222;
}
.customer-sidebar p, .customer-sidebar a {
    color: #222;
}
.customer-content td,.customer-content th {
    color: #222;
}
.invoice_btn,.invoice_btn:focus {
    background: #13B736;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}
.sidebar-menu li a.active {
    color: #13B736;
}

/*====  PROFILE CSS END ====  */

/*====  CHECKOUT CSS START ====  */
.chheckout-section {
    padding: 40px 0;
    background: #fff;
}
.checkout-shipping .card {
    background: #fff;
}
.checkout-shipping .card-header {
    background: #fff;
    padding: 15px 15px;
}
section.chheckout-section .cart-summary {
    margin-top: 0;
}
.checkout-shipping h5, .cart_details h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
}
.checkout-shipping input {
    background: #ffff !important;
    border: 1px solid #ddd !important;
}
.checkout-shipping label {
    margin-bottom: 10px;
    font-size: 15px;
    color: #222;
}
.order_place {
    background: #13B736;
    display: block;
    width: 100%;
    border-radius: 50px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
}
/*====  CHECKOUT CSS END ====  */






