html {
	overflow-x: hidden;
}


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;
}

.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;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "Outfit", sans-serif;
	overflow-x: hidden;
}


.container-fluid {
	padding: 0px 60px !important;
}


.header-top {
	background-color: #010318;
	padding: 10px 0px;
	text-align: left;
}

.header-top-left {
	padding: 0px;
	margin: 0px;
}

.header-top-left ul {
	display: flex;
	justify-content: start;
	gap: 10px;
	align-items: center;
	padding: 0px;
	margin: 0px;
}

.header-top-left ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


.topbar_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

.topbar_left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.top-bar p {
	color: var(--topbar-con);
	font-size: 14px;
}

.topmob_down span {
	color: var(--topbar-con);
	font-size: 13px;
}

.lang_box.topr_single .dropdown button {
	background: transparent;
	border: 0;
	color: #fff;
	padding: 0px;
}

.topbar_right a {
	color: var(--topbar-con);
}

.topr_single {
	position: relative;
	padding-left: 10px;
	display: flex;
	gap: 11px;
}

.topr_single a{    background: #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle; position:relative;}
 .topr_single a:hover{background:#FFB1D0;}  
 .topr_single a img {
       margin-bottom: 9px;
}

.lightcard {
	margin: 0px 0px;
	padding: 6px 6px;
	position: relative;
	background: #FCFF67;
	color: #16007E;
	font-size: 11px;
	border-radius: 3px;
}

.darkcard {
	margin: 0px 0px;
	padding: 6px 6px;
	position: relative;
	background: transparent;
	color: #ffffff;
	font-size: 11px;
	border-radius: 3px;
}

.topbar_left p {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	color: #fff;
	font-size: 14px;
}

.topr_single::before {
	position: absolute;
	content: "";
	width: 0px;
	height: 48px;
	background: transparent;
	left: 0;
	top: 0px;
	bottom: 0;
}

.topbar_right .lang_box ul {
	background: #fff;
}

.topbar_right .lang_box ul li a {
	color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #fff;
}

.theme-dark .lang_box.topr_single .dropdown button span img {
	filter: invert(100%) sepia(0%) saturate(13%) hue-rotate(235deg) brightness(99%) contrast(105%);
}


/* =========================================================================== */


.logo {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.logo img {
	width: 70%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	object-fit: cover;
}

.header-right-part {
	width: 100%;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: #ffffff;
	z-index: 9999;
}

.main-nav.scroll {
	background-color: #000;
	height: 127px;
	transition: background-color .5s ease 0s;
	top: 0;
}

.stellarnav {
	position: relative;
	width: 80%;
	line-height: normal;
	display: block;
	padding: 23px 0px;
}

.stellarnav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;

	text-align: center;
}

.stellarnav>ul>li>a {
	padding: 0px 20px;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	font-size: 20px;
	font-family: "Outfit", sans-serif;
}

.stellarnav>ul>li>a.last {
	padding-right: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #EF4C8D;
}

.stellarnav>ul>li>a.active {
	color: #EF4C8D !important;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.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;
}

.rightlink {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 20%;

}

.rightlink ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 18px;
	float: right;
}

.rightlink ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.rightlink li a {
	padding: 0px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #031424;
}

.rightlink li a img {
	width: 80%;
	height: auto;
}

.rightlink .btn.btn-warning {
	background: #ea171a;
	color: #fff;
	border: 1px solid #ea171a;
	border-radius: 0px 6px 6px 0px;
}

.rightlink .form-control {
	padding: 0.375rem 20px;
	border: 1px solid #ea171a;
	color: #AFAFAF;
	font-size: 16px;
}


.rightlink .fa-solid.fa-magnifying-glass {
	padding-right: 10px;
}


.counter {
	position: absolute;
	right: 48px;
	top: -8px;
	background: #EF4C8D;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding: 2px 3px;
	line-height: 15px;
	font-size: 12px;
}

.loginbtn {
	margin: 7px 0px 0px 30px;
	padding: 11px 19px;
	background: #1476BD;
	border-radius: 27px;
	color: #fff !important;
	text-decoration: none;
	display: block;
	font-weight: 600;
	position: relative;
	font-size: 15px;
}

.loginbtn:hover {
	background: #29a2f8;
}

/* =======================banner-section-start===================================================== */

.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}


.bannercarousel-text {
	position: absolute;
	top: 15%;
	text-align: left;
	left: 3%;
	right: 0%;
	width: 100%;

	width: 50%;
}

.banner-carousel .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannercarousel-text h1 {
	width: 82%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	font: normal normal normal 70px/85px Anton;
	letter-spacing: 1.8px;
	color: #FFFFFF;
	text-shadow: 0px 16px 30px #AC14304D;
	opacity: 1;
}


.bannercarousel-text h6 {
	text-align: left;
	font: normal normal normal 40px/50px Outfit;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 0px 6px 10px #AC143066;
	opacity: 1;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.shopnow {
	background: #96268C 0% 0% no-repeat padding-box;
	border-radius: 8px;
	text-align: center;
	font: normal normal bold 18px/28px Outfit;
	letter-spacing: 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	padding: 15px 25px;
	margin: 0px;
	float: left;
	cursor: pointer;
	font-weight: 500;
}

.shopnow:hover {
	background: #000 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}


.banner-section .owl-nav {
	display: none;
}

.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 23%;
	left: 0%;
	right: 0%;
	margin: 0px auto;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 5px;
	background: #fff !important;
	border: #fff 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #96268C !important;
	border: #96268C 1px solid !important;
	width: 38px;
	height: 12px;
	border-radius: 6px;
}


/* ===========================================end-banner-part=========================================================================== */


/* ===========================================product-section-start=======================================================================*/


.product-section {
	padding: 60px 0px;
	margin: 0px;
}

.product-box {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.product-img {
	transition: 0.3s ease-in-out;
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
}

.product-img img {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	transition: 0.3s ease-in-out;
	border-radius: 10px;
}


.product-img:hover img {
	transform: scale(1.5);
	overflow: hidden;
	width: 100%;
	transition: 0.3s ease-in-out;

}


.product-box h3 {
	text-align: center;
	font: normal normal 600 30px/40px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px;
	margin: 20px 0px 0px;
}


/* ===========================================product-section-start=======================================================================*/


/* ===========================================start-about-part=========================================================================== */


.about-section {
	padding: 0px;
	margin: 0px;
	background: #EF4C8D;
	min-height: 645px;
	height: 100%;
}

.about-section-left {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	width: 100%;

}


.about-section-left img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}


.about-section-left:hover img {
	transform: scale(1.5);
	overflow: hidden;
	width: 100%;
	transition: 0.3s ease-in-out;

}


.about-section-right {
	padding: 0px;
	margin: 0px;
	background: url(../../assets/images/about-right.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 50px;
	min-height: 645px;
	height: 100%;
}


.about-section-right h2 {
	text-align: left;
	font: normal normal normal 45px/55px Anton;
	letter-spacing: 1.8px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-section-right p {
	text-align: justify;
	font: normal normal normal 18px/26px Outfit;
	letter-spacing: 0px;
	color: #FFF9FB;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	
}


.about-read-more {
	background: #6A082F 0% 0% no-repeat padding-box;
	border-radius: 8px;
	opacity: 1;
	text-align: center;
	font: normal normal bold 16px/26px Outfit;
	letter-spacing: 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 15px 25px;
	margin: 30px 0px;
	float: left;
	cursor: pointer;
	font-weight: 500;
}


.about-read-more:hover {
	background: #000;
	color: #fff;
}


/* ===========================================end-about-part=================================================*/


/* ===========================================featured-products-section-start=================================*/


.featured-products-section {
	padding: 60px 0px;
	margin: 0px;
}


.featured-products-header {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}


.featured-products-header h2 {
	text-align: center;
	font: normal normal normal 45px/55px Anton;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.featured-products-header p {
	text-align: center;
	font: normal normal normal 18px/28px Outfit;
	letter-spacing: 0px;
	color: #414141;
	opacity: 1;
	padding: 0% 20%;
	margin: 0px;
}


.featured-products-row {
	padding: 0px;
	margin: 20px 0px 0px;
}


.sreach-box-right {
	position: absolute;
	right: 0%;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	top: 4%;
	background: #EF4C8D 0% 0% no-repeat padding-box;
	border-radius: 6px 0px 0px 6px;
	padding: 5px 0px;
}

.recommended-box {
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: relative;
}

.recommended-box-img {
	background: #FEF3F7 0% 0% no-repeat padding-box;
	box-shadow: 0px 6px 10px #7127450D;
	border: 1px solid #F2CCDB;
	border-radius: 10px;
	padding: 15% 15%;
	margin: 0px 0px 20px 0px;
}


.recommended-box h3 {
	text-align: center;
	font: normal normal normal 20px/30px Anton;
	letter-spacing: 0px;
	color: #4E4E4E;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


.recommended-box p {
	text-align: center;
	font: normal normal 800 20px/40px Outfit;
	letter-spacing: 0px;
	color: #4E4E4E;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


.top-selling-section {
	background: #F9FFFD 0% 0% no-repeat padding-box;
	opacity: 1;
}


/* ===========================================featured-products-section-end=================================*/


/* ===========================================Our Promise-section-start=================================*/


.our-promise-section {
	padding: 60px 0px 80px;
	margin: 0px;
	background: #88C5AD;
}


.our-promise-section h2 {
	text-align: center;
	font: normal normal normal 45px/55px Anton;
	letter-spacing: 2.4px;
	color: #fff;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.our-proms-tag-row {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}


.our-proms-tag-row-img {
	width: 20%;
	padding: 0px;
	margin: 0px;
}


.our-proms-tag-row-text {
	width: 80%;
	padding: 0px;
	margin: 0px;
}


.our-proms-tag-row-text h4 {
	text-align: left;
	font: normal normal normal 28px/30px Anton;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.our-proms-tag-row-text p {
	text-align: left;
	font: normal normal normal 16px/22px Outfit;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


/* ===========================================Our Promise-section-end=================================*/


/* ===========================================client-section-start=================================*/


.client-section {
	padding: 60px 0px 0px;
	margin: 0px;
}

.client-testimonial {
	background: url(../../assets/images/testi-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 20px 0px;
	height: 490px;
}

.client-testimonial h2 {
	text-align: center;
	font: normal normal normal 40px/45px Anton;
	letter-spacing: 1.8px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}
.current .btm-item  img{ width:70px !important; height:70px !important; transition-duration: .6s; }

/* =============testimonial===style============ */
#sync1 .item {
	padding: 0px 0px 0px 0;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#sync2 .item {
	padding: 5px 0px;
	/* margin: 5px; */
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	width: max-content;
}

#sync2 .item h1 {
	font-size: 18px;
}

#sync2 .current .item {
	/* background: #0c83e7; */
}

.owl-theme .owl-nav {
	/*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
	transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}

#sync1.owl-theme {
	position: relative;

}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	display: none;
}

#sync1.owl-theme .owl-prev {
	left: 10px;
}

#sync1.owl-theme .owl-next {
	right: 10px;
}

.ifrm {
	border: none;
	width: 100%;
	margin-top: 50px;
}


#sync2.owl-theme .owl-next,
#sync2.owl-theme .owl-prev {
	display: none;
}

#sync2 .owl-dots {
	position: absolute;
	bottom: -40px;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

#sync2 .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	color: #fff;
	background: #8F8F8F;
	border-radius: 50%;
}

#sync2 button.owl-dot.active span {
	display: block;
	background: #fff !important;
	transition: 0.3s ease-in-out;
	width: 28px;
	border-radius: 20px;
}


.testimonial-right .owl-theme .owl-nav {
	display: none;
}


.client-testimonial p {
	text-align: center;
	font: normal normal normal 18px/28px Outfit;
	letter-spacing: 0px;
	color: #FFECF4;
	opacity: 1;
	padding: 0% 2%;
	margin: 0px;
}


.btm-item img {
	width: 60px !important;
	height: 60px !important;
	margin: 0 auto;
	border-radius: 50%;
	opacity: 1;
}

.btm-cntnt {
	/*display: none;*/
	opacity: 0;
}

/* .owl-item.active.center{

} */
.owl-item.active.center .btm-cntnt {
	/*display: block;*/
	opacity: 1;
	width: max-content;
	margin: 0 auto;
	padding-top: 14px;
}

.owl-item.active.center .btm-item img {
	width: 61px !important;
	height: 61px !important;
	margin: 0 auto;
	border-radius: 50%;
	opacity: 1 !important;
}

.owl-item.active.center .btm-item {
	margin-top: 0px;
	width: fit-content;
	display: grid;
	place-items: center;
	text-align: -webkit-center;
}

.btm-item {
	margin-top: 15px;
}

div#sync2 {
	width: 82%;
	margin: 0 auto;
}


.btm-cntnt h5 {
	text-align: center;
	font: normal normal normal 26px/30px Anton;
	letter-spacing: 0.78px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px 0px 5px 0px;
	margin: 16px;
}


.btm-cntnt span {
	text-align: center;
	font: normal normal normal 16px/26px Outfit;
	letter-spacing: 0px;
	color: #FFE4E8;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


/*==================== */


.client-video {
	padding: 0px;
	background: #000;
	position: relative;
	border-radius: 20px;
	height: 490px;
}


.client-video img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	opacity: 0.6;
	border-radius: 20px;
}


/*================================================
vedio Button Area CSS
=================================================*/


.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-button a::before {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #F15896;
	border: 1px solid #F15896;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
}

.play-button a i {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	/* background-color: #fbfcffb5; */
	border: 1px solid;
	position: relative;
	font-size: 30px;
}

.play-button a i {
	color: #fff;
	font-size: 30px;

}

@-webkit-keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@-webkit-keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@-webkit-keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

@keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

/*================================================
vedio Button Area CSS
=================================================*/


/* ===========================================client-section-end=================================*/


/* ===============================blog-section-start=========================================================== */


.blog-section {
	padding: 60px 0px;
	margin: 0px;
}


.blog-section-header {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}


.blog-section-header h2 {
	text-align: center;
	font: normal normal normal 45px/55px Anton;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.blog-section-header p {
	text-align: center;
	font: normal normal normal 18px/28px Outfit;
	letter-spacing: 0px;
	color: #414141;
	opacity: 1;
	padding: 0% 20%;
	margin: 0px;
}


.blog-section-row {
	padding: 0px;
	margin: 20px 0px 0px;
}


.blog-section-box {
	padding: 0px;
	margin: 0px;
	text-align: center;


}


.blog-section-row .owl-stage {
	margin: 0px 0px 20px 0px;
}


.blog-section-img {
	margin: 0px;
	padding: 0px;
}

.blog-section-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.date-box {
	position: absolute;
	top: 5%;
	right: 2%;
	background: #1C0419 0% 0% no-repeat padding-box;
	border-radius: 6px;
	opacity: 0.6;
	padding: 8px 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
}

.date-box span {
	width: 30px;
	height: auto;
	display: flex;
}


.date-box h6 {
	text-align: left;
	font: normal normal medium 20px/30px Outfit;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	display: flex
}


.blog-section-box p {
	text-align: center;
	font: normal normal 600 18px/28px Outfit;
	letter-spacing: 0px;
	color: #000000;
	padding: 4% 7%;
	margin: 0px 0px 20px 0px;
}

.blog-read-more {
	background: #56AD8A 0% 0% no-repeat padding-box;
	border-radius: 8px;
	text-align: center;
	font: normal normal bold 16px/30px Outfit;
	letter-spacing: 3.2px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 16px 20px;
	margin: 0px;
}


.blog-read-more:hover {
	background: #000 0% 0% no-repeat padding-box;
	color: #fff;
}


.blog-section-carousel .owl-nav {
	display: none;
}

.blog-section-carousel .owl-dots {
	display: none;
}


/* ===============================blog-section-end========================================================== */


/* ================================footer=========================================================== */

.footer {
	padding: 0px;
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.footer-inner {
	top: 0px;
	width: 100%;
	position: absolute;
	height: 100%;
}

.footer-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-top {
	position: relative;
	padding: 60px 0px;
}


.footer-logo {
	position: relative;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-social-icon {
	margin: 20px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
}


.footer-social-icon ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-around;
	gap: 2px;
	align-items: center;
}

.footer-social-icon ul li {
	list-style-type: none;

	margin-right: 10px;
	cursor: pointer;

}

.footer-social-icon ul li a img:hover {
	transform: translate(0, -10%);
	transition: .3s;
}





.footer-quick-links ul li span {
	color: #fff;
	font-size: 18px;
	margin-right: 7px;
}


.footer-links h3 {
	padding: 0px;
	margin-bottom: 10px;
	position: relative;
	color: #fff;
	font-size: 28px;

}

.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

.footer-quick-links ul li {
	margin-top: 6px;
	float: left;
	width: 100%;
}

.footer-quick-links ul li a {
	display: inline-block;
	color: #BECEFF;
	font-size: 16px;

}

.footer-quick-links ul li a:hover {
	color: #F7941D;
}

.footer-contact-row {
	position: relative;
}


.footer-contact-row p {
	color: #DEDEDE;
	font-size: 16px;
	line-height: 28px;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.footer-contact-row .form-control {
	border-radius: 0px;
	padding: 10px 20px;
}


.footer-contact-row h3 {
	padding: 0px 0px 20px 0px;
	margin: 10px 0px 0px;
	position: relative;
	color: #fff;
	font-size: 20px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}

.footer-contact-row .send {
	background: #FF1A1A;
	border: none;
	border-radius: 0px;
	padding: 11px 20px;
	color: #fff;
}

.footer-contact-row .send:hover {
	background: #0E6B71;
}


.contact-list {
	padding: 0px;
	margin: 25px 0px;
}

.footer-contant ul li {
	position: relative;
	line-height: 1.2;
	display: block;
	padding-bottom: 14px;
	font-size: 16px;
	text-align: left;
	color: #BECEFF;
	font-weight: 400;

}


.footer-contant ul li a {
	position: relative;
	line-height: 1.2;
	display: block;
	padding-bottom: 14px;
	font-size: 16px;
	text-align: left;
	color: #BECEFF;
	font-weight: 400;

}


.footer-contant .contact-list li:first-child {
	line-height: 1.8;
}

.footer-contant .contact-list li:first-child i {
	margin-top: 4px;
}


.footer-contant ul li a:hover {
	color: #F7941D;
}

.footer-contant ul li span {
	float: left;
	margin-right: 15px;
}

.footer-left {
	padding: 0% 20% 0% 0%;
	margin: 0px;
	float: left;
	border-right: 1px solid #cccccc52;
	width: 100%;
	position: relative;
}


.footer-butm {
	padding: 10px 0px;

	margin: 0px;
	border-top: 1px solid #cccccc52;
	position: relative;
}


.footer-butm-left p {
	font-size: 14px;
	color: #FFD5FB;
}


.footer-butm-left p a {
	color: #FFFFFF;
	;
}

.footer-butm-left p a:hover {
	color: #fff;
}

.footer-butm-right p {
	text-align: right;
	font-size: 14px;
	color: #FFD5FB;
	padding: 0px;
	margin: 0px;

}

.footer-butm-right p a {
	color: #FFFFFF;
}


.footer-butm-right p a:hover {
	color: #fff;
	;
}


.footer-links {
	position: relative;
}


.footer-links h3 {
	text-align: left;
	font: normal normal normal 26px/28px Anton;
	letter-spacing: 1.2px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.footer-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}


.footer-links ul li {

	width: 100%;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}


.footer-links ul li::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f061";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #FFD5FB;
}


.footer-links ul li a {
	display: inline-block;
	text-align: left;
	letter-spacing: 0px;
	color: #FFD5FB;
	opacity: 1;
	font-family: "Outfit", sans-serif;
	font-size: 16px;

}

.footer-links ul li a:hover {
	color: #EF4C8D;
}


.footer-links-row2 {
	position: relative;
}


.footer-links-row2 h3 {
	text-align: left;
	font: normal normal normal 26px/28px Anton;
	letter-spacing: 1.2px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.footer-links-row2 ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	column-count: 2;
}


.footer-links-row2 ul li {


	width: 100%;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}


.footer-links-row2 ul li::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f061";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #FFD5FB;
}


.footer-links-row2 ul li a {
	display: inline-block;
	text-align: left;

	letter-spacing: 0px;
	color: #FFD5FB;
	opacity: 1;
	font-family: "Outfit", sans-serif;
	font-size: 16px;

}

.footer-links-row2 ul li a:hover {
	color: #EF4C8D;
}


.contact-list {
	padding: 0px;
	margin: 0px;
}


.footer-contant h3 {
	text-align: left;
	font: normal normal normal 26px/28px Anton;
	letter-spacing: 1.2px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.footer-contant .contact-list li:first-child {
	line-height: 1.8;
}

.footer-contant ul li {
	position: relative;
	line-height: 1.2;
	display: block;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	text-align: left;
	color: #FFD5FB;
	font-weight: 400;
	font-family: "Outfit", sans-serif;
	margin: 0px;
}

.footer-contant ul li span {
	float: left;
	margin-right: 15px;
}


.footer-contant ul li a {
	position: relative;
	line-height: 1.2;
	display: block;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	text-align: left;
	color: #FFD5FB;
	font-weight: 400;
	font-family: "Outfit", sans-serif;
	margin: 0px;
}


.footer-contant ul li a:hover {
	color: #EF4C8D;
}


.footer-contant {
	padding: 0px;
	margin: 0px;
	float: left;
}


.footer-contant p {
	padding: 0px 0px 10px 0px;
	display: flex;
	font: normal normal normal 16px/24px Outfit;
	letter-spacing: 0px;
	color: #FFD5FB;
	word-break: break-word;
	margin: 0px;
}

.footer-contant p a {
	font: normal normal normal 16px/24px Outfit;
	color: #FFD5FB;
}

.footer-contant p a:hover {
	color: #EF4C8D;
}

.footer-contant p span {
	margin-right: 15px;
}


.footer-newsletter-row {
	margin: 10px 0px 0px;
}

.footer-newsletter-row h3 {
	text-align: left;
	font: normal normal normal 22px/22px Anton;
	letter-spacing: 1.2px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.footer-newsletter-row .send {
	background: #56AD8A;
	border: none;
	border-radius: 0px 7px 7px 0px;
	padding: 11px 20px;
	color: #fff;
}

.logo2 {
	padding: 0px;
	margin: 0px;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #EF4C8D;
	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: #EF4C8D;
	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
=================================================*/


/* ====================pagesabout-============================== */


/* ================================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-banner============================== */

/* =============inner-banner==========*/

.breadcumb {
	margin: 0px 0px;
	position: relative;
	height: 250px;

}

.swiper-slide.breadcumb {
	position: absolute;
	width: 100%;
}


.swiper-slide.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

}


.hero-content {
	position: absolute;
	color: #ffffff;
	top: 100px;
	left: 0%;
	width: 100%;
}


.hero-content h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "alverata";
	font-size: 50px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0px;
	color: #FFFFFF;
}

/* =============inner-banner==========*/


/* =============about-page-section==========*/


.about-page-section {
	padding: 65px 0px;
	margin: 0px;
}


.about-page-section-left {
	padding: 0px;
	margin: 0px;
}

.about-page-section-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.about-page-section-right {
	padding: 0px;
	margin: 0px;
}


.about-page-section-right p {
	letter-spacing: 0px;
	color: #484848;
	font-family: 'AvenirNextCyr-Regular';
	font-size: 16px;
	line-height: 28px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

/* =============about-page-section==========*/

/* =============contact-page-section==========*/

.contacts-upper-section {
	padding: 65px 0px;
	margin: 0px;
}

.contact-box {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 30px;
	padding: 0px;
	margin: 0px;
}


.contact-box-icon {
	width: 20%;
	float: left;
}

.contact-box-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.contact-box-text {
	width: 80%;
	float: left;
}

.contact-box-text h4 {
	letter-spacing: 0px;
	color: #000000;
	font-size: 26px;
	font-family: "alverata";
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: 600;
}

.contact-box-text p {
	font-family: 'AvenirNextCyr-Regular';
	font-size: 20px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
	word-break: break-word;
}

.contact-box-text p a {
	font-family: 'AvenirNextCyr-Regular';
	font-size: 20px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
}

.contact-box-text p a:hover {
	color: #56C858;
}


.get-in-touch-section {
	background: #F5F5F5;
	padding: 50px 0px;
	margin: 0px;
}

.get-in-touch-section h2 {
	font-family: "alverata";
	font-size: 40px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: center;
	font-weight: 500;
}


.frm-section-inner {
	margin: 20px 0px 0px;
	padding: 0px;
}


.frm-section-inner .form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #C7DFC2;
	border-radius: 1px;
	opacity: 1;
	padding: 12px 20px;
	color: #666666;
}


.row.form-row {
	margin: 0px 0px 20px 0px;
}


.loginbtn {

	padding: 12px 40px;
	background: #56C858;
	border-radius: 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 18px;
	margin: 0px auto;
	border: none;
	font-family: 'AvenirNextCyr-Regular';
}

.loginbtn:hover {
	background: #000;
	color: #fff;
}


.google-maap {
	padding: 0px;
	margin: 0px;
}


.google-maap .iframe {
	width: 100%;
	height: 100%;
}


.recommended-box .home-cart-but {
    background: #56AD8A 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    text-align: center;
    font: normal normal bold 12px / 30px Outfit;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 9px 15px;
}


.home-cart-but:hover {
	background: #000 0% 0% no-repeat padding-box;
	color: #fff;
}
.recommended-box-img .home-cart-but{opacity: 0;}
.recommended-box-img:hover .home-cart-but{opacity: 1;}
.recommended-box-img:hover{opacity:.8;}
.innerpage_banner{ position:relative;}
.innerpage_banner:before{ background:rgba(0,0,0,.5); content:""; width:100%; height:100%;position: absolute;} 
.hll_banner_heading_wrap{    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 4%;
    width: 100%;
    right: 4%;}
.hll_banner_heading_wrap h2 {font: normal normal normal 50px/110px Anton;
letter-spacing: 1px;
color: #FFFFFF;}
.wcapf-filter-title-inner{font: normal normal normal 30px/60px Anton;
letter-spacing: 0px;
color: #272727;}
.woocommerce_inner_wrap{ padding:70px 0px;}
.stylish-checkbox-radio input[type=checkbox], .stylish-checkbox-radio input[type=radio]{ border:2px solid #EF4C8D !important;}
.stylish-checkbox-radio input[type=checkbox]:checked {
    background-color: #EF4C8D !important;
    border-color: #EF4C8D !important;
}
.wcapf-noui-connect { background: #EF4C8D !important; }
.wcapf-noui-touch-area {
    border: 1px solid #EF4C8D;
    border-radius: 30px;
    position: relative;
}

.wcapf-noui-touch-area:before{     content: "";
    position: absolute;
    background: #EF4C8D;
    width: 12px;
    height: 12px;
    border-radius: 30px;
    left: 5px;
    top: 4.5px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{     font: normal normal 800 20px / 30px Outfit;
    color: #4E4E4E;}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font: normal normal normal 36px / 50px Anton;
    color: #4E4E4E;
}   

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{font: normal normal 800 32px/50px Outfit;
letter-spacing: 0px;
color: #4E4E4E;}
.woocommerce div.product form.cart{margin-top:20px;}
.woocommerce div.product form.cart .button:hover{background:#000;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:#EF4C8D;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{ color:#fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{color:#000;}
.wc-block-cart__submit-button{    
    color: #fff;
    background: #96268C;
    border-radius: 10px;}
.wc-block-cart__submit-button:hover{background:#000;color:#fff;}    

/* =============contact-page-section==========*/
#regularAccordionRobots {
    margin: 30px 0;
}
.titlefaq {
    padding: 10px 0;
}

.inner_content {margin: 30px 0;}
.contact_left {margin: 0;padding: 0;}
.contact_left ul {list-style-type: none;padding: 0;}
.contact_left ul > li {padding: 0 0 0 40px;position: relative;margin-bottom: 20px;}
.contact_left ul > li > i {padding: 7px;color: #fff;position: absolute;z-index: 1;left: 0;top: 0;font-size: 16px;text-align: center;background: #000000;height: 30px;width: 30px;}
.contact_left ul > li h3 {margin: 0 0 5px 0;font-size: 14px;color: #222;text-transform: uppercase;font-weight: 700;font-family: 'Arial';}
.contact_left ul > li p {margin: 0;padding: 0;font-size: 16px;color: #000;}
.contact_left ul > li p a {color:#000;text-decoration:none;}
.contact_right {margin: 0;padding: 0;}
.contact_right .form-group input {margin: 0;padding: 10px;width: 100%;color: #333;border: 1px solid #a7a6a4;background: #fff;height: 45px;font-family: 'Arial';}
.contact_right .form-group textarea {margin: 0;padding: 10px;width: 100%;color: #333;border: 1px solid #adaba9;background: #fff;height: 200px;resize: none;font-family: 'Arial';}
.send_btn {margin: 7px 0 0;padding: 10px 20px;font-family: 'Arial';background: #000000;color: #fff;text-transform: uppercase;font-size: 16px;border: 1px solid #492902;display: block;height: 50px;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;letter-spacing: 2px;-o-transition: all 0.5s ease;}
.send_btn:hover {background: #66990c;color: #fff;border:1px solid #66990c;font-family: 'ARIAL';letter-spacing: 2px;}
.map_area {width: 100%;height: 300px; margin-bottom: 20px;}
.map_area iframe {width: 100%;height: 100%;}
.contact_right .form-group {margin-bottom: 23px;}
.contact_right .shop-btn {
  background-color: #56AD8A;
  color: #fff;
  border-radius: 23px !important;
  font-size: 15px !important;
  padding: 10px 45px !important;
  border: 0px;
}
#menu-header-menu li.current_page_item a {
    color: #EF4C8D;
}



.client-video h2 {
    position: absolute;
    top: 26px;
    left: 0px;
    right: 0px;
   text-align: center;
    font: normal normal normal 40px / 45px Anton;
    letter-spacing: 1.8px;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px 0px 6px 0px;
}

.testimonial_section h3 {
    text-align: center;
font: normal normal normal 20px / 30px Anton;
    letter-spacing: 0px;
    color: #4E4E4E;
    margin: 0px 0px 20px 0px;
    min-height: 56px;
}


.testimonial_section p {
       color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-family: "Outfit", sans-serif;
}

section.testimonial_section {
    margin-bottom: 60px;
}

.testimonial_section_inn {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 10px;
    min-height: 424px;
    margin-bottom: 40px;
}

.top_faq {
    text-align: center;
}

.single-post .woocommerce_inner_wrap h2{
   font: normal normal normal 25px / 35px Anton;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 0px;
    margin: 0px 0px 20px 0px; 
}

.single-post h3{
   font: normal normal normal 22px / 35px Anton;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 0px;
    margin: 0px 0px 20px 0px; 
}



.woocommerce form .form-row input.input-text {
    height: 40px;
    padding: 0px 12px;
}

.woocommerce form .form-row select {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0 0 -4px;
    user-select: none;
    -webkit-user-select: none;
    padding: 4px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #96268C !important;
    border-radius: 0px;
    padding: 9px 30px;
    font-weight: 400;
    font-size: 17px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #96268C !important;
    font-size: 22px;
    text-align: center;
    border: #872c7e 1px solid;
    padding: 10px;
    margin-bottom: 23px;
    background: #96268c38;
    font-weight: 600;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin: 0px auto !important;
    background: #f9f9f9;
    text-align: center;
    width: 100%;
    border: #cccccc5c 1px solid;
    padding: 10px 10px 10px 65px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}


.woocommerce .quantity .qty {
    height: 35px;
}


button.single_add_to_cart_button.button.alt {
    text-transform: uppercase;
}


.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li a {
	background: #b5b2b8;
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 5px;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #96268C;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background: #96268C;
	color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #E8E7E5;
	border-radius: 10px;
	padding: 30px 40px;
	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 Inter;
	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: #96268C;
	color: #fff;
	padding: 7px 33px;
	border-radius: 6px;
	font-size: 14px;
	height: auto;
	margin: 0px 0px;
	border-radius: 26px;
}

.woocommerce-account .addresses .title .edit:hover {
	background: #000;
}

.woocommerce-Button.button {
	background: #000 !important;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	border-radius: 23px !important;
	box-shadow: 0px 1px 7px #00000021 !important;
	font-size: 15px !important;
	text-transform: uppercase;
	padding: 10px 10px !important;
	border: 0px;
	font-weight: 700;
}


.tinv-header h2 {
	font-size: 21px !important;
}


.woocommerce-MyAccount-content p {
	font-size: 16px;
	font-family: Rockwell;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
}


.woocommerce-button.button.view {
	background: #96268C;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 20px;
	border-radius: 20px;
}

.button.wc-forward {
	background: #96268C !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 15px 30px !important;
	border-radius: 30px !important;
}

.woocommerce-Button.button {
	background: #96268C !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 15px 30px !important;
	border-radius: 30px !important;
}

.woocommerce-Button.button:hover {
	background: #000 !important;
}


button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #96268C !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 15px 30px !important;
    border-radius: 30px !important;
}

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    color: #fff;
    width: 50%;
    background: #912c88;
}


/* 404 Page */

/* 404 Page Styling */
.error-404 {
  text-align: center;
  padding: 100px 20px;
}

.error-404 .page-title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.error-404 p {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 30px;
}

.error-404 a.button {
  display: inline-block;
  padding: 3px 26px;
  background-color: #962d87;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.error-404 a.button:hover {
  background-color: #962d87;
}

@media (max-width: 768px) {
  .error-404 {
    padding: 60px 10px;
  }

  .error-404 .page-title {
    font-size: 2.5rem;
  }

  .error-404 p {
    font-size: 1rem;
  }
}

.wc-block-grid__product-image {
    background: #FEF3F7 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 10px #7127450D;
    border: 1px solid #F2CCDB;
    border-radius: 10px;
    padding: 15% 15%;
    margin: 0px 0px 20px 0px;
}


.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: 12px;
}

