* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


html {
	overflow-x: hidden;
}


html,
body {
	scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;

}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;

}

p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: "Outfit", sans-serif;


}

p:last-child {
	margin-bottom: 0;
}


img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffff;
	font-family: "Oswald", sans-serif;
	overflow-x: hidden;
}


.custom-container {
	padding: 0px 80px;
}


.cumn-butn-body {
	font-family: Outfit;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 12px 30px;
}


.red-butn {
	color: #fff;
	border: 2px solid #802730;
	background: #802730;
}


.red-butn:hover {
	background: transparent;
	border: 2px solid #802730;
	color: #802730;
}


.wht-butn {


	background: transparent;
	border: 2px solid #802730;
	color: #802730;
}


.wht-butn:hover {

	color: #fff;
	border: 2px solid #802730;
	background: #802730;

}


.wht-ful-butn {


	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}


.wht-ful-butn:hover {

	color: #802730;
	border: 2px solid #fff;
	background: #fff;

}


/*=============header-top-logo-section========================= */


.header {
	padding: 10px 0px;
	margin: 0px;
	height: 100%;
	background: #FDFCEA;
	background-size: 100% 100%;

}

.header.scroll {
	background-color: #FDFCEA;
	height: 86px;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0px !important;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	width: 100%;
	z-index: 999;
	background-size: cover;
}

.logo {
	width: 30%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.logo img {
	width: 55%;
	height: auto;
	margin: 0px;
	padding: 0px;
	object-fit: cover;
}

/* ================================logo========================================= */


/* ===============================nav============================================ */


.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 100%;
	height: auto;
	background: #FAF8F7;
}

.main-nav.scroll {
	background-color: #000;
	height: 127px;
	transition: background-color .5s ease 0s;
	top: 0;
}

.stellarnav {

	display: flex;
	padding: 0px;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 44px;
}

.stellarnav>ul>li>a {
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;

	line-height: 17px;
	letter-spacing: 0%;

	color: #171717;
	padding: 0px;
	margin: 0px;

}

.stellarnav>ul>li>a.last {
	padding-right: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #802730;
}

.stellarnav>ul>li>a.active {
	color: #802730 !important;
}


.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 6px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
}

.main-nav .stellarnav li li a {
	font-size: 16px;
	padding: 5px 12px;
	color: #000000;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	color: #FFC21F;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #FFC21F;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.stellarnav li li {
	display: block !important;
	width: 100% !important;
}

.stellarnav ul ul {
	background: #C01D2C;
	color: #fff;
	top: 60px;
}

.stellarnav ul ul li {
	border-bottom: 1px solid #fff;
}

.stellarnav ul ul li a {
	color: #fff;
}

.stellarnav ul ul li a:hover {
	color: #ccc;
}

/* ===============================nav============================================ */

/* =======================================right-part==============================*/


.rightlink {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
	padding: 0px;
	height: 100%;
}

.rightlink-info {
	margin: 0px;
	padding: 0px;
	position: relative;

}

.rightlink-info ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 10px;
	justify-content: end;
	align-content: center;
}

.rightlink-info ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.rightlink-info li a {
	padding: 0px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #031424;
}

.rightlink-info li a img {
	width: 80%;
	height: auto;
}

.rightlink .fa-solid.fa-magnifying-glass {
	padding-right: 10px;
}

.counter {
	position: absolute;
	right: 50px;
	top: -11px;
	background: #FE0101;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding: 2px 3px;
	line-height: 15px;
	font-size: 12px;
}

/*=============header-top-logo-section========================= */


/*============================*/
/*=======banner===============*/
/*============================*/

.banner-section {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	height: 600px;

}

.banner-text-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.bannercarousel-text {
	position: absolute;
	bottom: 145px;
	width: 90%;
	text-align: center;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.bannercarousel-text h1 {
	font-family: Oswald;
	font-weight: 500;
	font-style: Medium;
	font-size: 90px;
	leading-trim: NONE;
	line-height: 80px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;


	color: #fff;
	padding: 0px;
	margin: 0px auto;
}


.banner-text-inner .owl-dots {
	position: absolute;
	bottom: 50px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.banner-text-inner .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #E4E4E4;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-text-inner .owl-dots .owl-dot.active span,
.banner-text-inner .owl-dots .owl-dot:hover span {
	background: #E22400;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}

.banner-text-inner .owl-nav {
	display: none;
}


/*============================*/
/*=======banner===============*/
/*============================*/


/*============================*/
/*=======Featured Products=====*/
/*============================*/

.featured-products-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: #EFEAE1;
	background-size: cover;
}

.featured-products-section-header {
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.featured-products-section-header h2 {
	font-family: Oswald;
	font-weight: 500;
	font-style: Medium;
	font-size: 54px;

	line-height: 54px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #171717;
	padding: 0px;
	margin: 0px;
}

.featured-products-row {
	margin: 60px 0px 0px 0px;
	padding: 0px;
}

.recommended-box {

	padding: 0px;
	margin: 0px;

}

.recommended-box-img {
	padding: 0px;
	margin: 0px;
	height: 515px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.recommended-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.recommended-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.recommended-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recommended-box-text {
	padding: 40px 0px;
	margin: -9px 0px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: start;
	text-align: center;
	border-radius: 0px 0px 20px 20px;
	overflow: hidden;
}

.recommended-box-text h2 {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #171717;
	padding: 0px;
	margin: 0px;
	margin: 0px auto;
}


.recommended-box:hover .recommended-box-text {
	background: #802730;
}

.recommended-box:hover .recommended-box-text h2 {
	color: #fff;
}


.featured-products-carousel .owl-nav {
	display: none;
	position: absolute;
	right: 0px;
	top: -24%;
}

/*============================*/
/*=======Featured Products=====*/
/*============================*/


/*============================*/
/*==popular-products-carousels===*/
/*============================*/

.popular-products-section {
	padding: 60px 0px;
	margin: 0px;
}


.popular-products-section-header {
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.popular-products-section-header h2 {
	font-family: Oswald;
	font-weight: 500;
	font-style: Medium;
	font-size: 54px;

	line-height: 54px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #171717;
	padding: 0px;
	margin: 0px;
}


.popular-products-row {
	margin: 60px 0px 0px 0px;
	padding: 0px;
}


.popular-products-box {
	padding: 20px 20px;
	margin: 0px;
	border: 1px solid #fff;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}


.popular-products-box:hover {
	border: 1px solid #0000001A;
	border-radius: 20px;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.popular-products-box-img {
	padding: 0px;
	margin: 0px;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 50px;
	position: relative;
}

.popular-products-box-img img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.popular-products-box-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0px;
}


.price-row h3 {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;

	line-height: 14px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #171717;
	padding: 0px;
	margin: 0px;

}


.price-cart p {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 14px;
	letter-spacing: 0%;
	text-align: right;
	text-transform: uppercase;
	color: #802730;
	padding: 0px;
	margin: 0px;
}


.fa-heart-box {
	position: absolute;
	top: 10px;
	right: 21px;
	font-size: 35px;
	color: #171717;
}


.fa-heart-box:hover {
	color: #fe0101;
}


.popular-products-carousel .owl-nav {
	display: none;
}


/*============================*/
/*==popular-products-carousels===*/
/*============================*/


/*============================*/
/*==tag-section=*/
/*============================*/

.latest-arrivals-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/Latest-arrivals.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	min-height: 545px
}


.latest-arrivals-section-text {
	padding: 20% 0%;
	margin: 0px;
}


.latest-arrivals-section-text h2 {
	font-family: Oswald;
	font-weight: 500;
	font-style: Medium;
	font-size: 54px;
	leading-trim: NONE;
	line-height: 42px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.latest-arrivals-section-text p {
	font-family: Outfit;
	font-weight: 300;
	font-style: Light;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	color: #D4D4D4;
	padding: 0px;
	margin: 0px 0px 60px 0px;

}


/*============================*/
/*==tag-section=*/
/*============================*/


/*============================*/
/*==about-section=*/
/*============================*/

.about-section {
	padding: 0px;
	margin: 0px;
	background: #010328;
	width: 100%;
	height: 100%;
}

.about-section-right {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.about-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px;
	/*transition: 0.3s ease-in-out;*/
}

/*.about-section-right:hover img {*/
/*	transform: scale(1.5);*/
/*	width: 100%;*/
/*	transition: 0.3s ease-in-out;*/

/*}*/


.about-section-left {
	padding: 90px 80px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/tag-right.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	min-height: 545px;
}

.about-section-left h2 {
	font-family: Oswald;
	font-weight: 500;
	font-style: Medium;
	font-size: 54px;
	leading-trim: NONE;
	line-height: 54px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #ffff;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.about-section-left p {
	font-family: Outfit;
	font-weight: 300;
	font-style: Light;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 0%;
	color: #E4E4E4;
	margin: 0px 0px 60px 0px;
	padding: 0px;
}

/*============================*/
/*==about-section=*/
/*============================*/


/*============================*/
/*==clientsection=*/
/*============================*/

.client-say-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/clnt-bg.png) no-repeat;
	background-size: 100% 100%;
}

.client-say-section h2 {

	font-family: Oswald;
	font-weight: 500;
	font-style: Medium;
	font-size: 54px;
	leading-trim: NONE;
	line-height: 42px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;

	color: #171717;
	padding: 0px;
	margin: 0px;
}


.client-say-section-inner {
	margin: 60px 0px;
	padding: 0px;
}


.client-section-box {
	background: #fff;
	border-radius: 10px;
	padding: 30px 25px;
	height: 270px;
	box-shadow: 0px 4px 10px 0px #0000000F;
	border: 1px solid #0000002b;
}

.client-info {
	position: relative;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
	margin: 0px;
}

.googleicon {
	position: absolute;
	background: #fff;
	padding: 2px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	bottom: -6px;
	left: 40px;
}


.client-info-img {
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 100%;

}

.client-info-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.reating {
	margin: 15px 0px 10px;
	font-size: 14px;
	color: #FBC02D;
}

.reating i {
	margin-right: 4px;
}


.client-info-text h4 {

	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;

	line-height: 18px;
	letter-spacing: 0%;


	color: #802730;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}


.client-info-text h5 {

	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 15px;

	line-height: 18px;
	letter-spacing: 0%;


	color: #757575;
	padding: 0px;
	margin: 0px;
}

.client-text p {

	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 28px;
	letter-spacing: 0%;


	color: #171717;
	padding: 0px;
	margin: 0px;
}


.client-say-section-inner .owl-dots {
	position: absolute;
	bottom: -60px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}


.client-say-section-inner .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #D6D0C4 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.client-say-section-inner .owl-dots .owl-dot.active span,
.client-say-section-inner .owl-dots .owl-dot:hover span {
	background: #E22400 !important;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}

.client-say-section-inner .owl-nav {
	display: none;
}


/*============================*/
/*==clientsection=*/
/*============================*/


/* ================================footer=========================================================== */

.footer {
	padding: 0px;
	margin: 0px;
	height: auto;
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover;
}


.footer-top {
	padding: 60px 0px;
	margin: 0px;
}


.footer-logo {
	width: 325px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.footer-logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.footer-news-sec {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 65%;
}

.footer-news-sec h3 {
	font-family: Outfit;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 26px;
	leading-trim: NONE;
	line-height: 36px;
	letter-spacing: 0%;
	color: #FFF;
	margin: 0px 0px 10px 0px;
}

.footer-news-sec p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #D6D0C4;
	margin: 0px 0px 20px 0px;
}

.footer-news-sec .newsletter-form {
	padding: 0px;
	position: relative;
}

.footer-news-sec .newsletter-form input {
	height: 50px;
	width: 100%;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #899F97 !important;
	border: none;
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 10px;
	letter-spacing: 0%;
	color: #3A3A3A;
	padding: 0px 35px;
	border-radius: 40px;
}


.footer-news-sec .newsletter-form .button {
	display: inline-block;
	position: absolute;
	right: 0;
}

.footer-news-sec .newsletter-form .button .btn {
	display: inline-block;
	background: #E22400;
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;

	color: #fff;
	height: 50px;
	border-radius: 0px 40px 40px 0;
	width: 150px;
}


.footer-news-sec .newsletter-form .button .btn:hover {
	background: #D6D0C4;
	color: #000;
}


.footer-quick-links {
	padding: 0px;
	margin: 0px;
}

.footer-quick-links h3 {
	font-family: Outfit;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 26px;
	leading-trim: NONE;
	line-height: 22px;
	letter-spacing: 0%;
	color: #fff;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}


.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	column-count: 2;
}

.footer-quick-links ul li {
	width: 100%;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}


.footer-quick-links ul li a {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;

	line-height: 35px;
	letter-spacing: 0%;

	color: #D6D0C4;
	opacity: 1;
	transition: all 300ms ease-in-out;
}

.footer-quick-links ul li a:hover {
	color: #E22400;

	padding-left: 4px;
}


.footer-quick-links2 ul {
	column-count: 1;
}


.footer-info-link {
	margin: 0px;
	padding: 0% 0% 0% 14%;
}

.footer-info-link h3 {
	font-family: Outfit;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 26px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #fff;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}


.footer-info-link p {
	padding: 0px 0px 20px 0px;
	display: flex;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	opacity: 1;
	word-break: break-word;
	margin: 0px;
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 33px;
	letter-spacing: 0%;
	color: #D6D0C4;
	opacity: 1;
	justify-content: start;
	align-items: start;
	gap: 10px;
}

.footer-info-link p span.f-icon {
	margin-right: 10px;
	width: 25px;
	height: auto;
	margin-top: 7px;
}

.footer-info-link p span.f-icon img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: flex;
	justify-content: start;
	align-items: start;
}

.footer-info-link p span.f-text {
	width: 100%;
}


.footer-info-link p a {

	color: #D6D0C4;

}


.footer-info-link p a:hover {
	color: #E22400;
}


.footer-social-icon {
	margin: 40px 0px 0px 0px;
	padding: 0px;
}

.footer-social-icon ul {
	display: flex;
	justify-content: start;
	gap: 10px;
	align-items: center;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}


.footer-social-icon ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 45px;
	height: 45px;
	background: #FDFCEA;
	border-radius: 50%;
	text-align: center;
	padding: 9px 0px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	color: #000;
	font-size: 24px;
	line-height: 24px;
}

.footer-social-icon ul li a {
	list-style-type: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	display: block;
}


.footer-social-icon ul li:hover {
	transform: translateY(-10px);
	transition: 0.3s ease-in-out;
}

.footer-manu-butm {
	margin: 35px 0px 0px 0px;
}

.footer-manu-butm ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 8px;
}

.footer-manu-butm ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.footer-manu-butm ul li a {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 22px;
	letter-spacing: 0%;
	text-align: right;

	color: #D6D0C4;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	position: relative;
}

.footer-manu-butm ul li a::after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "|";
	height: auto;
	width: 5px;
	position: absolute;
	margin: 0px 0px 0px 7px;
	color: #D5E9E5;
	font-size: 20px;
}

.footer-manu-butm ul li a:hover {
	color: #E22400;
    }
.footer-manu-butm ul li:last-child a::after {
   display: none;
   }


/* ==========footer-butm===================== */
.footer-bottm {
	padding: 20px 0px;
	margin: 0px;
	background: #0000009c;
}

.footer-bottm p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 22px;
	letter-spacing: 0%;

	color: #D6D0C4;
	line-height: 12px;
	letter-spacing: 0%;


}

.footer-bottm p a {
	color: #FFFFFF;
}

.footer-bottm p a:hover {
	color: #D6D0C4;
}


.footer-bottm-left {
	text-align: left;
}


.footer-bottm-right {
	text-align: right;
}


/* ==========footer-butm===================== */


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #FE0101;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/


/* ================================Search Style=================== */


#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 106;
	display: block;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -51px;
	width: 60%;
	margin-left: 20%;
	color: rgb(255, 255, 255);
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, .8);
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	font-size: 40px;
	font-family: Roboto;
	font-weight: 300;
	text-align: center;
	outline: none;
	padding: 10px;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	opacity: 1;
	font-size: 27px;
	color: #fff;
}

#search .close:hover {
	color: #FC2121;
	cursor: pointer;
}

/* ================Search Style=============*/


/* ============inner-pages-start====================*/
.breadcumb {
	margin: 0px 0px;
	position: relative;
    }
.positioned-icons {
	position: relative;
	}
.positioned-icons img.about-three-dot {
	left: 154px;
	bottom: -54px;
	position: absolute;
	z-index: 9;
	width: 180px;
	}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
  }
.breadcumb img {
display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  height: 320px;
  max-height: 320px;
	}
.breadcumb #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
    background: #0000009c;
}
.hero-content-upper {
    padding-top: 6%;
   }
.hero-content-upper h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: auto;
  font-size: 52px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  }
.hero-content {
  position: absolute;
  color: #ffffff;
  top: 30px;
  left: 0%;
  width: 100%;
  }

.aboutrightimg {
 margin: 0px 0px 22px 0px;
  position: relative;
  width: 97%;
  height: 585px;
  border-radius: 20px;
  overflow: hidden;
  }

.aboutrightimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

.aboutrightimg:hover img {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutrightimg02 {
 margin: 0px 0px 22px 0px;
  position: relative;
  width: 100%;
  height: 585px;
  border-radius: 20px;
  overflow: hidden;
  }

.aboutrightimg02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

.aboutrightimg02:hover img {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.aboutuspage-section {
	margin: 0px 0px;
	padding: 65px 0px;
	width: 100%;
	background: #ffffff;
	position: relative;
	min-height: 500px;
	overflow: hidden;
    }
.aboutuspage-text{
	margin: 0px 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	width: 100%;
    }
.aboutuspage-text p {
  margin: 0px 0px 14px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #3D3D3D;
  }
.aboutrightimgsect {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  }
  .aboutleft {
	margin: 0px 0px;
	padding: 0px 12px 0px 0px;
	width: 100%;
	position: relative;
}
.aboutright {
	margin: 0px 0px;
	padding: 0px 0px 0px 12px;
	width: 100%;
	position: relative;
}


.contactuscard-section {
	margin: 0px 0px;
	padding: 65px 0px;
	width: 100%;
	background: #ffffff;
	position: relative;
	min-height: 500px;
	overflow: hidden;
    }

.containerimg{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 95%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;	
    }
.containerimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.containerimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.dropus-line{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.dropus-line h2 {
  padding: 0px 0px;
  margin: 0px 0px 17px 0px;
  font-family: Oswald;
  font-weight: 500;
  font-style: Medium;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #171717;
}	
.dropus-line p {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #3D3D3D
}

.quoteform{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.quoteform .form-control {
  display: block;
  width: 100%;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #4A4A4A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #A8A8A8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 7px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 21px;
  font-family: "Outfit", sans-serif;
  }
.subbtn {
	margin: 0px 0px;
	padding: 11px 35px;
	position: relative;
	background: #802730;
	border: 0px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 41px;
	text-transform: uppercase;
    }
.subbtn:hover {
	background: #E22400;
    }

.mapcard-section{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 450px;
    }
.mapcard-section iframe{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
    
.archive .featured-products-section {
	background: #fff !important;
}    
.archive .s-ctgry {
background: #fdfcea;
  padding: 28px 20px;
  margin: 0px 0px 20px 0px;
  border-radius: 8px;
  border: #C2C1AE 1px solid;
} 
 .bapf_head h3 {
  font-size: 25px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 17px;
} 
.archive .s-ctgry .bapf_sfilter.bapf_ckbox input[type="checkbox"], .archive .bapf_sfilter.bapf_ckbox label, .archive .bapf_sfilter.bapf_ckbox label + span, .archive .bapf_sfilter.bapf_ckbox label > span {
	vertical-align: middle;
	font-family: Outfit;
	font-size: 19px;
	line-height: 38px;
	color: #171717;
	font-weight: 400;
}
.archive .s-ctgry .bapf_sfilter.bapf_ckbox input[type="checkbox"] {
margin-right: 7px;
  cursor: pointer;
  padding: 7px;
  width: 19px;
  height: 19px;
  border: #2F3032 1px solid;
  }
.archive .s-ctgry .bapf_slidr_main.ui-widget-content .ui-slider-range,
.archive .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
	background: #E22400;
    }

.archive .bapf_body {
	margin: 20px 10px;
    }
.archive .bapf_slidr_main.ui-widget-content, .archive .berocket_filter_price_slider.ui-widget-content {
	background: #D4969C;
	border: 0;
	border-radius: 15px;
	height: 10px;
	padding: 0;
    }
.archive .bapf_slidr_main.ui-widget-content .ui-slider-handle {
  background: #E22400;
  font-size: 14px;
  width: 25px;
  height: 25px;
  border: 2px solid #E22400 !important;
  top: -7px;
  border-radius: 2em;
}  
.archive .bapf_slidr_jqrui .bapf_from, .archive .bapf_slidr_jqrui .bapf_to {
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  margin-bottom: -85px;
  font-family: Outfit;
  font-size: 19px;
  color: #1F1F1F;
  font-weight: 600;
  }
.archive .woocommerce-result-count {
	float: left;
	  font-family: Outfit;
	font-size: 24px;
	color: #000000;
	font-weight: 500;
	line-height: 30px;
    }
.archive .woocommerce-ordering select {
	vertical-align: top;
	font-family: Outfit !important;
	font-size: 18px !important;
	color: #000;
	font-weight: 500 !important;
	border-radius: 32px !important;
	border: #000000 2px solid !important;
	background: #fff !important;
	padding: 10px 22px !important;
    }
.archive .product {
	margin-top: 18px !important;
    }
    
    
.single .custom-header-above-title {
	margin: 0px 0px 11px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    }
.single .custom-header-left{
	font-family: Outfit;
	font-size: 18px;
	color: #171717;
	font-weight: 600;
    }
.single .custom-header-right {
	margin: 0px 0px;
	padding: 7px 17px;
	font-size: 11px;
	color: #fff;
	border-radius: 15px;
	background: #60B45A;
	font-weight: 600;
	font-family: Outfit;
    }
.single .woocommerce div.product .product_title {
	clear: none;
	margin: 0px 0px 17px 0px;
	padding: 0;
	font-size: 36px;
	color: #000;
	line-height: 30px;
	font-weight: 700;
    }  
.woocommerce .star-rating span {
	color: #FBC02D !important;
    }
.single .woocommerce-review-link {
    font-family: Outfit;    
	color: #0018F9;
	font-size: 14px;
	font-weight: 600;
    }
.single .product .product_title {
	clear: none;
	margin: 0px 0px 11px 0px;
	padding: 0;
    }   
.single .woocommerce-product-details__short-description p {
    font-family: Outfit;    
	color: #3D3D3D;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
    }
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #802730;
	font-size: 30px;
	font-weight: 700;
	margin: 12px 0px;
    }
.single .custom-stock-sku{
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 600;
   }
.single .custom-stock-sku span{
  color: #0018F9;
  font-size: 20px;
   }
.single .custom-quantity-label {
	font-size: 20px;
	color: #1C1C1C;
	font-weight: 700;
    }
.single .quantity .qty {
  width: auto;
  text-align: left;
  border: #8D8D8D 1px solid;
  font-size: 18px;
  color: #3A3A3A;
  padding: 13px 19px;
  border-radius: 7px;
  margin-bottom: 44px;
  min-width: 350px;
  }
.single .product .cart .quantity {
	float: left;
	margin: 0 0px 28px 0;
	width: 100%;
    }
.single .product .cart .button {
	vertical-align: middle;
	float: left;
	width: auto;
	background: #802730;
	padding: 20px 40px;
	font-size: 22px;
	font-weight: 700;
	border-radius: 32px;  
    }
.single .product .cart .button:hover {
	background: #fd0e0e;
    }
.single .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	margin-top: -15px;
	margin-left: 2px;
    }
.single .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button::before, a.wishlist_products_counter.top_wishlist-heart::before, span.wishlist_products_counter.top_wishlist-heart::before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart::before {
	font-size: 35px;
    }
.single .featured-products-section {
	padding: 40px 0px;
	background: #fff;
    }   
.single .woo-variation-gallery-wrapper .woo-variation-gallery-slider {
      position: relative;
      background: #EFEAE1;
      border-radius: 20px !important;
      padding: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 617px !important;
      margin-bottom: 24px !important;
      overflow: hidden;
    } 
 .single .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
      height: 100%;
      width: 100%;
     object-fit: contain;
     } 
 .single .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
	background: #EFEAE1;
	border-radius: 8px;
	padding: 23px;
    }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 1px solid #2A2A29;
    border-bottom-color: rgb(42, 42, 41);
  background-color: #2A2A29;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 11px 11px 0 0;
  margin: 0 -9px;
  padding: 0 1em;
  } 
 .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	font-family: Outfit; 
	padding: .5em 8px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
    } 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #802730;
	color: #fff;
	z-index: 2;
	border-bottom-color: #fff;
    }
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 14px 23px;
	background: #F1F1F1;
	border-radius: 0px 0px 12px 12px;
    }
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 0em;
    }
    
.single #tab-description p {
	font-weight: 400;
	color: #1C1C1C;
	font-size: 17px;
	line-height: 26px;
}   

.single #tab-description h2 {
	font-size: 25px;
	line-height: 24px;
	color: #000;
	font-weight: 700;
	margin-bottom: 17px;
}
.woocommerce #reviews #comments h2 {
	font-size: 25px;
	line-height: 24px;
	color: #000;
	font-weight: 700;
	margin-bottom: 17px;
}
 .woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 12px;
	border-radius: 8px;
	border: #ccc 1px solid;
} 
.comment-form-email input {
  box-sizing: border-box;
  width: auto;
  padding: 8px 12px;
  border-radius: 8px;
  border: #ccc 1px solid;
} 
.comment-form-author input {
  box-sizing: border-box;
  width: auto;
  padding: 8px 12px;
  border-radius: 8px;
  border: #ccc 1px solid;
} 

.woocommerce #review_form #respond .form-submit input {
	left: auto;
	background: #802730;
	color: #fff;
	font-size: 18px;
	border-radius: 23px;
	padding: 14px 26px;
    }
.woocommerce #review_form #respond .form-submit input:hover {
	background: #d21428;
	color: #fff;
    }
 .related h2 {
font-size: 29px;
  line-height: 27px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}   

/*================================================
login-page
=================================================*/


.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #cfc8d84a;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
	background: #f6f6f6;
	height: 275px;
	height: 340px;

}


.u-column1.col-1 h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
}

.u-column2.col-2 h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
}

.woocommerce-privacy-policy-text p {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0px;
	margin: 0px;
}


.woocommerce-button.button.woocommerce-form-login__submit {
  background: #802730;
  padding: 15px 32px !important;
  color: #fff;
  font-size: 17px !important;
  line-height: 14px;
  border-radius: 30px !important;
  text-transform: uppercase;
  font-family: Outfit;
}

.woocommerce-button.button.woocommerce-form-login__submit:hover {
	background: #d51d2f  !important;
	color: #fff;
}


.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
background: #802730 !important;
  padding: 15px 32px !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 14px;
  border-radius: 30px !important;
  text-transform: uppercase;
  font-family: Outfit;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
	background: #d51d2f  !important;
	color: #fff;
}


.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
	border: var(--wc-form-border-width) solid rgba(32, 7, 7, 0.2);
	border-radius: 8px;
	padding: 10px 20px;
	margin: 10px 0px;
}


/*================================================
login-page
=================================================*/


/*================================================
my-account
=================================================*/

.innerpage-section-wrap {
	padding: 20px 0px;
}


.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li a {
color: #000000;
  display: block;
  margin: 0 0 10px 0;
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none;
  background: #ccc;
  font-weight: 500;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #802730;
  color: #fff;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background: #802730;
	color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	background: #F9F9F9C7 0% 0% no-repeat padding-box;
	border: 1px solid #E8E7E5;
	border-radius: 10px;
	padding: 11px 11px;
	min-height: 500px;
}

.tabs.wc-tabs {
	margin: 0px !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
	margin: 0px 0px 11px 0px;
	font-size: 22px;
}


.u-column1.col-1.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column2.col-2.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column1 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}

.u-column2 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}


.woocommerce-Address-title h2 {
	text-align: left;
	font: normal normal 600 17px/20px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 50%;
	text-align: left;
}

.woocommerce-account .addresses .title .edit {
background: #802730;
  color: #fff;
  padding: 13px 16px;
  border-radius: 23px;
  font-size: 14px;
  height: auto;
  font-weight: 500;
  line-height: 14px;
  height: 41px;
}


.woocommerce-account .addresses .title .edit:hover {
	background: #d2172a;
	color: #fff;
}

.page-template-default .woocommerce-Button.button {
	background: #802730 !important;
	-webkit-font-smoothing: antialiased;
	border-radius: 30px !important;
	box-shadow: 0px 1px 7px #00000021 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 15px 30px !important;
	border: 0px;
	font-weight: 700 !important;
	color: #fff !important;
}

.woocommerce-Button.button:hover {
	background: linear-gradient(90deg, #E4BA28 0%, #FFBF1F 100%);
	color: #000;
}


.button.wc-forward {
	background: linear-gradient(90deg, #5ECC56 0%, #60B45A 100%) !important;
	-webkit-font-smoothing: antialiased;
	border-radius: 30px !important;
	box-shadow: 0px 1px 7px #00000021 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 15px 30px !important;
	border: 0px;
	font-weight: 700 !important;
	color: #000 !important;
}


.return-to-shop .button.wc-backward {
  display: inline-block;
  background: #802730;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  text-align: center;
  color: #000;
  height: auto;
  border-radius: 30px;
  width: auto;
  padding: 17px 30px;
  text-transform: uppercase;
}


.return-to-shop .button.wc-backward:hover {
	background: #d51d2f !important;
	color: #ffffff;
}


.tinv-header h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px;
}


.woocommerce-MyAccount-content p a {
	color: #000;
}


.woocommerce-Address-title.title h2 {
	font-size: 18px;
}


.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	color: #0cad2d;
	font-size: 24px;
	margin: 0px 0px 30px 0px;
	font-weight: 500;
	padding: 0px;
	line-height: 24px;
}


/*================================================
my-account
=================================================*/


.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
color: #0cad2d;
  font-size: 24px;
  margin: 0px 0px 54px 0px;
  font-weight: 500;
  padding: 22px 8px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  border: #969d9759 1px solid;
  border-radius: 12px;
}

.woocommerce-order-details__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #1F1F1F;
	padding: 0px;
	margin: 20px 0px;
}


.woocommerce-column__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #1F1F1F;
	padding: 0px;
	margin: 20px 0px;
}


/*================================================
e-comme
=================================================*/
 .articles-page-sec {
	padding: 39px 64px;
}   

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
	font-size: 17px;
	font-weight: 300;
}
.woocommerce-form p {
	display: block;
	font-size: 15px;
	font-weight: 300;
}
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	color: #fff !important;;
	background-color: #802730 !important;;
    }   
    
 .button.wc-forward {
	background: #802730 !important;
	color: #fff !important;
    }   
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	color: #fff !important;
	background-color: #802730 !important;
	border-radius: 23px;
	padding: 13px 23px;
	font-size: 18px;
}
.page-id-79 .product-action .button{
    color: #fff !important;
  background-color: #802730 !important;
  border-radius: 23px !important;
  padding: 13px 23px !important;
  font-size: 13px !important;
  font-weight: 400 !important;  
}
.page-id-79 .tinvwl-input-group-btn .button{
    color: #fff !important;
  background-color: #802730 !important;
  border-radius: 23px !important;
  padding: 13px 23px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}
.page-id-79 .look_in .button{
    color: #fff !important;
  background-color: #802730 !important;
  border-radius: 23px !important;
  padding: 13px 23px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}
.wc-block-components-button__text{
color: #fff !important;
  background-color: #802730 !important;
  border-radius: 34px !important;
  padding: 13px 23px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}


/*========= Blog Page ========*/
 .blog {
	padding: 60px 0px;
    }
         /* Scoped base element styles inside .blog */
         .blog a {
         color: inherit;
         text-decoration: none;
         }
         .blog img {
         max-width: 100%;
         display: block;
         border-radius: 8px 8px 0 0;
         }
         .blog button {
         cursor: pointer;
         border: none;
         border-radius: 9999px;
         padding: 0.5rem 1rem;
         font-weight: 600;
         transition: background-color 0.3s ease, color 0.3s ease;
         }
         /* Container */
         .blog .container {
         max-width: 1200px;
         margin: 0 auto;
         padding: 0 0px;
         }
         /* Header */
         .blog header {
         background-color: #2563eb; /* blue-600 */
         color: white;
         padding: 4rem 1rem 3rem;
         text-align: center;
         }
         .blog header h1 {
         font-size: 2.5rem;
         margin-bottom: 0.5rem;
         }
         .blog header p {
         font-size: 1.125rem;
         opacity: 0.85;
         max-width: 600px;
         margin: 0 auto;
         }
         /* Filters */
         .blog .filters {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         align-items: center;
         margin: 2rem 0;
         gap: 1rem;
         }
         .blog .search-input {
         flex: 1 1 300px;
         padding: 0.75rem 1rem;
         border: 1.5px solid #d1d5db; /* gray-300 */
         border-radius: 9999px;
         font-size: 1rem;
         transition: border-color 0.3s ease;
         }
         .blog .search-input:focus {
         outline: none;
         border-color: #2563eb;
         box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.3);
         }
         .blog .category-buttons {
         display: flex;
         flex-wrap: wrap;
         gap: 0.5rem;
         }
         .blog .category-buttons button {
         background-color: #e0e7ff; /* indigo-100 */
         color: #3730a3; /* indigo-800 */
         font-size: 0.875rem;
         padding: 0.4rem 1rem;
         border-radius: 9999px;
         transition: background-color 0.3s ease, color 0.3s ease;
         }
         .blog .category-buttons button:hover,
         .blog .category-buttons button.active {
         background-color: #3730a3; /* indigo-800 */
         color: white;
         }
         /* Featured Post */
         .blog .featured-post {
         display: flex;
         flex-direction: column;
         background-color: white;
         border-radius: 12px;
         overflow: hidden;
         box-shadow: 0 10px 15px rgba(0,0,0,0.1);
         margin-bottom: 3rem;
         transition: box-shadow 0.3s ease;
         }
         .blog .featured-post:hover {
         box-shadow: 0 20px 25px rgba(0,0,0,0.15);
         }
         .blog .featured-post img {
         height: 300px;
         object-fit: cover;
         border-radius: 12px 12px 0 0;
         }
         .blog .featured-content {
         padding: 2rem;
         display: flex;
         flex-direction: column;
         justify-content: space-between;
         }
         .blog .featured-category {
         display: inline-block;
         background-color: #2563eb;
         color: white;
         font-size: 0.875rem;
         font-weight: 700;
         padding: 0.25rem 0.75rem;
         border-radius: 9999px;
         text-transform: capitalize;
         margin-bottom: 1rem;
         width: fit-content;
         }
         .blog .featured-title {
         font-size: 2rem;
         font-weight: 700;
         margin-bottom: 1rem;
         color: #111827;
         }
         .blog .featured-excerpt {
         font-size: 1.125rem;
         color: #4b5563;
         margin-bottom: 1.5rem;
         line-height: 1.5;
         }
         .blog .featured-meta {
         display: flex;
         justify-content: space-between;
         font-size: 0.875rem;
         color: #6b7280;
         font-weight: 500;
         }
         .blog .btn-read-more {
         margin-top: 1.5rem;
         align-self: flex-start;
         background-color: #2563eb;
         color: white;
         padding: 0.75rem 1.5rem;
         font-weight: 700;
         border-radius: 9999px;
         transition: background-color 0.3s ease;
         text-transform: uppercase;
         letter-spacing: 0.05em;
         text-decoration: none;
         display: inline-block;
         }
         .blog .btn-read-more:hover {
         background-color: #1e40af;
         }
         /* Blog Grid */
         .blog .blog-grid {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
         gap: 2rem;
         margin-bottom: 3rem;
         }
         .blog .blog-card {
         background-color: white;
         border-radius: 12px;
         overflow: hidden;
         box-shadow: 0 5px 10px rgba(0,0,0,0.05);
         display: flex;
         flex-direction: column;
         transition: box-shadow 0.3s ease, transform 0.3s ease;
         }
         .blog .blog-card:hover {
         box-shadow: 0 15px 25px rgba(0,0,0,0.1);
         transform: translateY(-5px);
         }
         .blog .blog-card img {
         height: 180px;
         object-fit: cover;
         border-radius: 12px 12px 0 0;
         }
         .blog .blog-content {
         padding: 1.5rem;
         flex-grow: 1;
         display: flex;
         flex-direction: column;
         justify-content: space-between;
         }
         .blog .blog-category {
         display: inline-block;
         background-color: #e0e7ff;
         color: #3730a3;
         font-size: 0.75rem;
         font-weight: 700;
         padding: 0.25rem 0.75rem;
         border-radius: 9999px;
         text-transform: capitalize;
         margin-bottom: 0.75rem;
         width: fit-content;
         }
         .blog .blog-title {
         font-size: 1.25rem;
         font-weight: 700;
         margin-bottom: 0.75rem;
         color: #111827;
         line-height: 1.3;
         }
         .blog .blog-excerpt {
         font-size: 0.95rem;
         color: #4b5563;
         margin-bottom: 1rem;
         flex-grow: 1;
         line-height: 1.4;
         }
         .blog .blog-meta {
         font-size: 0.8rem;
         color: #6b7280;
         display: flex;
         justify-content: space-between;
         font-weight: 500;
         }
         /* Newsletter Section */
         .blog .newsletter {
         background-color: #e0e7ff;
         padding: 3rem 1rem;
         border-radius: 12px;
         text-align: center;
         margin-bottom: 4rem;
         }
         .blog .newsletter h2 {
         font-size: 2rem;
         font-weight: 700;
         margin-bottom: 0.5rem;
         color: #3730a3;
         }
         .blog .newsletter p {
         font-size: 1.125rem;
         color: #4b5563;
         margin-bottom: 1.5rem;
         max-width: 600px;
         margin-left: auto;
         margin-right: auto;
         }
         .blog .newsletter-form {
         display: flex;
         justify-content: center;
         gap: 1rem;
         flex-wrap: wrap;
         }
         .blog .newsletter-input {
         padding: 0.75rem 1rem;
         border: 1.5px solid #c7d2fe;
         border-radius: 9999px;
         font-size: 1rem;
         width: 280px;
         max-width: 100%;
         transition: border-color 0.3s ease;
         }
         .blog .newsletter-input:focus {
         outline: none;
         border-color: #3730a3;
         box-shadow: 0 0 0 3px rgba(55, 48, 163, 0.3);
         }
         .blog .newsletter-button {
         background-color: #3730a3;
         color: white;
         padding: 0.75rem 1.75rem;
         font-weight: 700;
         border-radius: 9999px;
         transition: background-color 0.3s ease;
         border: none;
         }
         .blog .newsletter-button:hover {
         background-color: #1e1b4b;
         }
         /* Responsive */
         @media (min-width: 768px) {
         .blog .featured-post {
         flex-direction: row;
         height: 300px;
         }
         .blog .featured-post img {
         width: 50%;
         height: 100%;
         border-radius: 12px 0 0 12px;
         }
         .blog .featured-content {
         width: 50%;
         padding: 2rem 3rem;
         }
 }
         
.blog-cardimg {
  padding: 0px;
  margin: 0px;
  height: 250px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  }
        
    .blog-cardimg img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
    }


.blog-cardimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.featured-image {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 670px;
	overflow: hidden;
	border-radius: 20px;
}
.featured-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
    }
.featured-image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.post-content{
    margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.post-content p {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #3D3D3D;
}  

.wc-block-grid__product-image {
	margin: 0px 0px;
	padding: 0px 0px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wc-block-grid__product-image img {
    width: 83% !important;
      height: 100% !important;
      object-fit: contain !important;
    }  
 .wc-block-grid__product {
   min-height: 487px;
  overflow: hidden;
  border: 0px solid #0000001A !important;
  border-radius: 20px !important;
}
.page-id-50 .wc-block-grid__product-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
	font-size: 18px;
	font-family: Outfit;
    } 
.page-id-50 .wc-block-grid__product-price {
	display: block;
	color: #802730;
	font-size: 17px;
	font-weight: 700;
    }
.page-id-50 .wp-block-button__link {
	color: #fff;
	background-color: #802730;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: 11px 22px !important;
	font-size: 17px !important;
	text-transform: uppercase;
    }
.page-id-50 .wp-block-button__link:hover {
	color: #fff;
	background-color: #d51d2f;
     }
.page-id-50 .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-top: 3px;
	color: #802730;
	font-size: 17px;
	font-family: Outfit;
    }    
.page-id-50 .has-text-align-center {
	text-align: center;
	margin-bottom: 24px;
}
     

/*=============	Modal Area CSS =============*/
.modal {
	z-index: 9999;
	top: 100px;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 12px 65px 41px 65px;
}

.modal-body .aws-container .aws-search-field {
width: 100%;
  max-width: 100%;
  color: #313131;
  padding: 4px 20px !important;
  line-height: 30px;
  display: block;
  font-size: 16px;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  height: 100%;
  min-height: inherit;
  margin: 0 !important;
  border: 2px solid #461e1e;
  outline: 0;
  border-radius: 21px !important;
  background: #fff;
}
.modal-body .aws-container .aws-search-form .aws-form-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: #FFBF1F !important;
	border: 1px solid #FFBF1F;
	margin: 0 0 0 0px;
	border-radius: 50% !important;
}
.modal-body .aws-container .aws-search-form {
	gap: 12px;
}
.page-id-51 .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	height: auto;
	padding: 1em;
	width: 50%;
	background: transparent;
	border: 0px;
}
.page-id-51 .woocommerce ul.order_details {
	margin: 0 0 3em;
	list-style: none;
	border: #cccccc91 1px solid;
	padding: 19px;
	width: 70%;
	border-radius: 12px;
	/* text-align: center; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 19px;
} 

.page-id-50 table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 700;
  font-size: 20px;
}
.page-id-50 .wc-block-cart .wc-block-cart__totals-title {
	font-size: 20px;
    }

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	font-size: 18px !important;
	font-family: "Oswald", sans-serif !important;
}

.articles-page-sec p {
  margin: 0px 0px 14px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #3D3D3D;
}
.page-id-52 .select2-container .select2-dropdown, .page-id-52 .select2-container .select2-selection {
	border: var(--wc-form-border-width,1px) solid rgb(210, 205, 205);
    }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #fd0c0c !important;
	padding: 12px !important;
	border-radius: 8px !important;
	color: #fe0101 !important;
	font-size: 19px !important;
}


.page-id-79 .articles-page-sec p {
	margin: 0px 0px 14px 2px;
	padding: 17px 57px;
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #3D3D3D;
	height: 65px;
	 left: -4px; 
}
/*.single .woo-variation-gallery-wrapper .wvg-gallery-image {*/
/*text-align: center;*/
/*  background: #EFEAE1;*/
/*  border-radius: 20px;*/
/*  height: 554px;*/
/*  overflow: hidden;*/
/*  display: flex !important;*/
/*  align-items: center !important;*/
/*  justify-content: center !important;*/
/*}*/

/*.single .woo-variation-gallery-wrapper .wvg-gallery-image img {*/
/*	height: 100%;*/
/*	width: 100%;*/
/*	object-fit: contain;*/
/*}*/
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  position: relative;
  width: 33px;
  height: 18px;
  vertical-align: sub;
}

.home .tinv-wishlist .tinvwl-buttons-group button {
color: #fff !important;
  background-color: #802730 !important;
  border-radius: 23px;
  padding: 9px 23px;
  font-size: 18px;
  border: #802730 1px solid;
}
.modal-backdrop {
	z-index: 9;
}

.page-id-155 ul.wsp-pages-list {
    margin: 30px 23px;
}
.page-id-155 ul.wsp-pages-list li {
    padding: 4px 0px;
    font-size: 18px;
    list-style: disc;
  }
