* {
	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;


}

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: #fffcf8;
	font-family: "Nunito Sans", sans-serif;
	font-family: '2NF'"Playfair Display", serif;
	;
	overflow-x: hidden;
}


.custom-container {
	padding: 0px 100px;
}

.loging-butn a {
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	padding: 12px 40px;
	border-radius: 100px;
	transition: all 0.3s ease;
	display: inline-flex;
	color: #fff;
    background: #333556;
    transition: all 0.3s ease;
}

.loging-butn a:hover {
    background: #B85281;
    color: #fff;
}

.org-butn {
	color: #fff;
	background: #DB8005;
	transition: all 0.3s ease;
}


.org-butn:hover {
	background: #000;

	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 70%);
}


.black-butn {
	color: #fff;
	background: #333556;
	transition: all 0.3s ease;
}


.black-butn:hover {

	background: #B85281;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 70%);
}


/*=====================================================
/*default-btn
======================================================*/
.default-btn {
	font-family: Nunito Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    padding: 12px 28px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 50px;
    background: #000000;
    color: #ffffff !important;
}

.default-btn:hover {
	color: #ffffff;
	border-radius: 50px;
}

.default-btn:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	border-radius: 50px;
}

.default-btn:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	border-radius: 50px;
}

.default-btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 50px;
}


.default-btn i {
	position: relative;
	top: 3px;
	padding-left: 7px;
}

.default-btn.pink {
	background-color: #B85281;
	color: #ffffff;
	border-radius: 50px;
}

/*.default-btn.pink::before {*/
/*	position: absolute;*/
/*	content: '';*/
/*	background-color: #000;*/
/*	height: 100%;*/
/*	width: 100%;*/
/*	border-radius: 5px;*/
/*	top: 0;*/
/*	left: 0;*/
/*	-webkit-transform: scaleX(0);*/
/*	transform: scaleX(0);*/
/*	-webkit-transition: all ease 0.5s;*/
/*	transition: all ease 0.5s;*/
/*	z-index: -1;*/
/*}*/

/*.default-btn.pink::after {*/
/*	position: absolute;*/
/*	content: '';*/
/*	background-color: #000;*/
/*	height: 100%;*/
/*	width: 100%;*/
/*	border-radius: 5px;*/
/*	top: 0;*/
/*	left: 0;*/
/*	-webkit-transform: scaleY(0);*/
/*	transform: scaleY(0);*/
/*	-webkit-transition: all ease 0.5s;*/
/*	transition: all ease 0.5s;*/
/*	z-index: -1;*/
/*}*/


.default-btn.pink:hover {
	color: #ffffff;
	background:#000000;
}

.default-btn.pink:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.default-btn.pink:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.default-btn.pink:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}


.default-btn.blck {
	background: #000000;
	color: #ffffff;
}

/*.default-btn.blck::before {*/
/*	position: absolute;*/
/*	content: '';*/
/*	background-color: #B85281;*/
/*	height: 100%;*/
/*	width: 100%;*/
/*	border-radius: 5px;*/
/*	top: 0;*/
/*	left: 0;*/
/*	-webkit-transform: scaleX(0);*/
/*	transform: scaleX(0);*/
/*	-webkit-transition: all ease 0.5s;*/
/*	transition: all ease 0.5s;*/
/*	z-index: -1;*/
/*}*/

/*.default-btn.blck::after {*/
/*	position: absolute;*/
/*	content: '';*/
/*	background-color: #B85281;*/
/*	height: 100%;*/
/*	width: 100%;*/
/*	border-radius: 5px;*/
/*	top: 0;*/
/*	left: 0;*/
/*	-webkit-transform: scaleY(0);*/
/*	transform: scaleY(0);*/
/*	-webkit-transition: all ease 0.5s;*/
/*	transition: all ease 0.5s;*/
/*	z-index: -1;*/
/*}*/


.default-btn.blck:hover {
	color: #ffffff;
	background:#B85281; 
}

.default-btn.blck:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.default-btn.blck:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.default-btn.blck:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}


/*=====================================================
/*default-btn
======================================================*/

/*=============header-top-logo-section========================= */


.header-section {
	background: #FEF0F2;
	padding: 0px;
	position: relative;
	height: 150px;
}

.header-section.scroll {
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: #FBF6F0;
	background-size: cover;
	background-repeat: no-repeat;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	height: 90px;
}

.logo {
	width: 400px;
	margin: 0px;
	padding: 20px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 148px;
	margin: 13px 0px;
}

.main-nav.scroll .rightlink {
	margin-top: 14px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
	z-index: 999;
	position: absolute;
}


.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px;
}

.stellarnav>ul>li>a {
	font-family: Playfair Display;
	font-weight: 400;

	font-size: 18px;

	line-height: 150%;
	letter-spacing: 0%;
	text-transform: uppercase;

	color: #00062F;
	padding: 0px 40px !important;
	border-bottom: none;
}

.stellarnav>ul>li.current-menu-item>a {
	color: #B85281;
}

.stellarnav .menu-toggle span.bars span {
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 6px;
	background: #00062F;
	margin: 0 0 5px;
}

.stellarnav>ul>li>a:hover {
	color: #B85281;
}

.stellarnav>ul>li>a.active {
	color: #B85281;
}

.stellarnav.mobile ul {
	background: #B85281;
	z-index: 99;
}

.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 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;

}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #fdedf0;
	color: #B85281;
}

.main-nav .stellarnav li li a.active {
	background: #fdedf0;
	color: #B85281;
}

.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 #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}


.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
	max-width: 600px;
}


.nav-butn-row {
	display: flex;
	margin: 50px 50px;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.stellarnav.mobile li a {
	border-bottom: 0px solid rgba(255, 255, 255, .15);
}

.stellarnav .icon-close {
	width: 25px;
	height: 25px;
}

.stellarnav .icon-close::before {
	content: '';
	display: block;
	width: 25px;
	height: 0px;
	border-bottom: solid 3px #fff;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}


.stellarnav .icon-close::after {
	content: '';
	display: block;
	width: 25px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #fff;
	position: absolute;
	transform: rotate(-45deg);
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: end;
	height: 100%;
}


.usercard {
	position: relative;
}


.caunt {
	position: absolute;
	top: -11px;
	right: -18px;
	background: #B85281;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2px 0px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
}


.cumn-butn-body.black-butn {
	text-transform: uppercase;
}

/* ================================================================== */
/* header - top */

/* ==================================================================  */


/* ================================================================== */
/* banner section */
/* ==================================================================  */


.banner-section {
	margin: 0px;
	padding: 0px;
	height: auto;
	background: #FEF0F2;

	position: relative;
}

.banner-carousel .item {

	width: 100%;
	height: 900px;

}

.banner-carousel .item img {
	width: 100%;
	height: 900px;
	object-fit: cover;
}


.banner-left-section {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url("../images/left-banner-img.png");
	background-repeat: repeat;
	background-size: auto;
	background-repeat: repeat;
	background-size: 100% 100%;
}


.banner-text {
	position: absolute;
	top: 100px;
	right: 0px;
	left: 100px;
	width: 65%;
	padding: 0px 0px;
	height: 100%;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: start;
	text-align: left;
}


.banner-text h1 {
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 96px;
	line-height: 110px;
	letter-spacing: 0%;
	color: #00062F;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	position: relative;
}


.banner-text h1::after {
	background: url(../images/banner-text-after.png);
	content: "";
	position: absolute;
	bottom: -25px;
	margin: 0px auto;
	text-align: center;
	right: -191px;
	left: 0px;
	width: 402px;
	height: 28px;
}

.banner-text h6 {
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #00062F;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.banner-text p {
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 24px;

	line-height: 150%;
	letter-spacing: 0%;

	color: #00062F;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	max-width: 95%;
}


.banner-butn-row {
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}


.banner-right-section {
	position: relative;
	top: 20px;
}


.banner-right-section-flwr {
	position: absolute;
	bottom: 0px;
	right: -241px;
	z-index: 9;
}


.banner-section .owl-carousel .owl-nav {
	display: none;
}

.banner-section .owl-dots {
	position: absolute;
	bottom: 50px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.banner-section .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span {
	background: #B85281;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}


/* ==================================================================*/
/* banner section */
/* ==================================================================*/


/* ==================================================================*/
/* Explore Our Handcrafted Collections section */
/* ==================================================================*/

.cmn-tittle {
	padding: 0px;
	margin: 0px auto 50px;
	text-align: center;
}

.cmn-tittle h2 {
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #00062F;
	margin: 0px 0px 110px 0px;
	position: relative;
}

.cmn-tittle h2::after {
	background: url(../images/banner-text-after.png);
	content: "";
	position: absolute;
	bottom: -45px;
	margin: 0px auto;
	text-align: center;
	right: 0px;
	left: 0px;
	width: 402px;
	height: 28px;
}


.handcrafted-section {
	padding: 100px 0px 80px 0px;
	position: relative;
	margin: 0px;
	background: url(../images/exp-bg.png) no-repeat;
	background-size: contain;
	position: relative;
}


.handcrafted-section-body {
	padding: 0px;
	margin: 0px;
}


.handcrafted-box {
	width: 100%;
	/*min-height: 500px;*/ 
	margin-bottom: 30px;
	transition: all 0.4s ease;
}


.handcrafted-box:hover {
	transform: translateY(-8px);

}


.handcrafted-box-img {
	width: 100%;
	height: 406px;
	position: relative;
	overflow: hidden;
}

.handcrafted-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
} 


.handcrafted-box-text {
	padding: 30px 0px;
	margin: 0px;
}


.handcrafted-box-text h4 {
	font-family: Playfair Display;
	font-weight: 700;

	font-size: 32px;

	line-height: 32px;
	letter-spacing: 0%;
	color: #00062F;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.handcrafted-box-text p {
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #00062F;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.handcrafted-box-text h6 {
	font-family: Nunito Sans;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #B85281;
	padding: 0px;
	margin: 0px;
}


.collection-butn {
	position: absolute;
	right: 0px;
	bottom: 12px;
}


.collection-butn .default-btn.blck {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0%;
	padding: 12px 18px;
}


/* ==================================================================*/
/* Explore Our Handcrafted Collections section */
/* ==================================================================*/

/* ==================================================================*/
/* add-section*/
/* ==================================================================*/


.add-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.add-section img {
	width: 100%;
	height: auto;
	margin: 0px auto;
}

.add-section-inner {
	position: absolute;
	top: -70px;
	left: 0px;
	right: 0px;
	text-align: center;
	padding: 0px 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.add-section-inner h6 {
	font-family: Nunito Sans;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #B85281;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.add-section-inner h2 {
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #00062F;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}


.add-section-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}


/* ==================================================================*/
/* add-section*/
/* ==================================================================*/


/* ==================================================================*/
/* Explore Our Featured Floral Collections-section*/
/* ==================================================================*/

.featured-section {
	padding: 80px 0px;
	margin: 0px;
}


.featured-section-body {
	padding: 0px;
	margin: 0px;
}


.featured-box {
	width: 100%;
	height: auto;
	padding: 20px 20px;
	border-radius: 20px;
	/* box-shadow: 0px 4px 120px 0px #3A564E12; */
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
	margin: 30px 0px;
	background: #fff;
}


.featured-box:hover {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	-webkit-transform: translateY(-5px) !important;
	-ms-transform: translateY(-5px) !important;
	transform: translateY(-30px) !important;
}


.featured-box-img {
	width: 100%;
	height: 325px;
	overflow: hidden;
	border-radius: 9px;
}


.featured-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.featured-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.featured-box-text {
	padding: 0px;
	margin: 20px 0px;
}

.featured-box-text h3 {
	font-family: Playfair Display;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;

	line-height: 22px;
	letter-spacing: 0%;
	color: #00062F;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

/*.top-selling-section .price {
	display: flex;
	justify-content: space-between;
	align-items: center;
}*/

.price h5 {
	font-family: Playfair Display;
	font-weight: 700;
	font-style: Bold;
	font-size: 36px;
	leading-trim: NONE;
	line-height: 26px;
	letter-spacing: 0%;
}


.price .default-btn.blck {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	padding: 12px 30px;
}


/* ==================================================================*/
/* Explore Our Featured Floral Collections-section*/
/* ==================================================================*/


/* ==================================================================*/
/* about-section*/
/* ==================================================================*/

.about-section {
	margin: 0px;
	padding: 80px 0px;
	height: 100%;
	background: url(../images/say-bg.png) no-repeat;
	position: relative;

}

.about-section-tittle {
	text-align: center;
	margin: 0px auto;
	padding: 0px 0px 100px 0px;
}


.about-section-tittle h2 {
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 96px;
	line-height: 96px;
	letter-spacing: 0%;
	text-align: center;
	color: #00062F;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.about-section-tittle h2 span {
	color: #B85281;
}

.about-section-tittle h3 {
	font-family: Playfair Display;
	font-weight: 700;

	font-size: 40px;

	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #00062F;
	padding: 0px;
	margin: 0px;
}


.about-section-body {
	padding: 0px;
	margin: 0px;
}


.about-section-body-text {
	padding: 0px 150px 0px 0px;
	margin: 0px;
}


.about-section-body-text p {
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 24px;

	line-height: 34px;
	letter-spacing: 0%;
	color: #00062F;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.about-section-body-text p span {
	font-weight: 800;
}

.about-section-body-img {
	margin-bottom: 150px;
	padding: 0px;
	width: 100%;
	height: 430px;
	border-radius: 10px;
	overflow: hidden;
}


.about-section-body-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-section-body-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.info-text-box {
	padding: 0px;
	margin: 0px 0px 50px 0px;
	border-bottom: 1px solid #B85281;
}


.info-text-box h5 {
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #00062F;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.info-text-box p {
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #00062F;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

.about-mid-img {
	display: flex;
	justify-content: center;
	align-items: center;
	animation: swing 5s infinite;
	animation-name: swing;
}


/* ==================================================================*/
/* about-section*/
/* ==================================================================*/


/* ==================================================================*/
/* top-selling-section*/
/* ==================================================================*/


.top-selling-section {
	padding: 80px 0px 0px;
	margin: 0px;
}

.top-product-section-body {
	margin: 60px 0px;
	padding: 0px;
}


.top-product-section-body .nav-tabs {
	border-bottom: 0px solid #dee2e6;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.top-product-section-body .nav-tabs .nav-link {
	background: #EDEFF0;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	padding: 12px 28px;
	color: #46515D;
	font-weight: 600;
	border: 0px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #F68FC0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	color: #fff;
	background-color: #F68FC0;
	isolation: isolate;
}


.top-product-section-body .accordion-body {
	padding: 40px 0px 0px;
	border: 0px;
}

.top-product-section-body .accordion-item {
	background-color: transparent;
	border: 0px solid rgba(0, 0, 0, .125);
}


.center-butn {
	display: flex;
	justify-content: center;
	align-items: center;
}


/* ==================================================================*/
/* top-selling-section */
/* ==================================================================*/


/* ==================================================================*/
/* info-tag-section*/
/* ==================================================================*/


.info-tag-section {
	padding: 100px 0px;
	text-align: center;
}

.info-box {
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #B85281;
	margin: 0px;
	padding: 20px 20px;
}

.row>div:last-child .info-box {
	border-right: none;
}

.info-box-icon {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.info-box-text h6 {
	font-family: Playfair Display;
	font-weight: 700;

	font-size: 24px;

	line-height: 26px;
	letter-spacing: 0%;
	text-align: center;
	color: #00062F;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.info-box-text p {
	font-family: Nunito Sans;
	font-weight: 400;

	font-size: 16px;

	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	color: #00062F;
	padding: 0px 20px;
	margin: 0px 0px 20px 0px;
}


/* ==================================================================*/
/* info-tag-section*/
/* ==================================================================*/

/* ==================================================================*/
/* subscribe-section*/
/* ==================================================================*/


.subscribe-section {
	padding: 0px 0px 100px 0px;
	margin: 0px;
}


.subscribe-section-inner {
	padding: 0px;
	margin: 0px auto;
	height: 420px;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	text-align: center;
}


.subscribe-section-inner #overlay {
	position: absolute;
	width: 100%;
	height: 420px;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 0px;
	/* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
}


.subscribe-section-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.subscribe-section-text {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 120px;
	max-width: 440px;
	margin: 0px auto;
}

.subscribe-section-text h2 {
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff !important; 
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.subscribe-section-text p {
	font-family: Nunito Sans;
	font-weight: 400;

	font-size: 20px;

	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.newsletter-form {

	padding: 0px 0px 0px 29px;
	position: relative;
	border-radius: 4px;
	display: flex;
	background-color: #F5F5F5;
	transition: 0.3s;
	width: 100%;
	border-radius: 50px;
}

.newsletter-form input[type="email"] {
	border: 0;
	padding: 4px;
	width: 100%;
	background-color: #F5F5F5;
	color: #2c2c2c;
}


.newsletter-form input[type="submit"] {
	border: 0;
	font-size: 16px;
	padding: 0 30px;
	margin: 0px;
	background: #B85281;
	color: #fff;
	transition: 0.3s;
	border-radius: 40px;
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 7%;
	text-align: center;
	height: 60px;
}

.newsletter-form input[type="submit"]:hover {
	background: #000;
}


/* ==================================================================*/
/* subscribe-section*/
/* ==================================================================*/


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/
.footer {
	padding: 80px 0 30px;
	margin: 0;
	background: #6C2747;
}

.footer-top {
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.footer-logo {
	padding: 0px;
	margin: 0px;
	width: 80%;

}

.footer-logo p {
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.footer-menu-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


.footer-menu-box {
	padding: 0px;
	margin: 0px;
}

.footer-menu-box h3 {
	font-family: Nunito Sans;
	font-weight: 700;

	font-size: 20px;

	line-height: 20px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.footer-menu-boxul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}


.footer-menu-box ul li a {
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
	line-height: 28px;
}


.footer-menu-box ul li a:hover {
	color: #FEF0F2;
	padding-left: 4px;
}


.footer-newsletter {
	padding: 0px;
	margin: 0px;
}


.footer-newsletter h3 {
	font-family: Nunito Sans;
	font-weight: 700;

	font-size: 20px;

	line-height: 20px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.footer-newsletter p {
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.footer-butm {

	border-top: 1px solid #FFFCF840;
	padding: 20px 0px 0px 0px;
}


.footer-butm-left {
	padding: 0px;
	margin: 0px;
}


.footer-butm-left p {
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: left;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.footer-butm-left p a {
	color: #fff;
}


.footer-butm-menu ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 50px;
}

.footer-butm-menu ul li a {
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -2%;
	text-align: justify;
	vertical-align: middle;
	color: #C8C8C8;
	padding: 0px;
	margin: 0px;
}

.footer-butm-menu ul li a::after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "|";
	height: auto;
	width: 2px;
	position: absolute;
	margin: 3px 0px 0px 24px;
	color: #D5E9E5;
	font-size: 22px;
	line-height: 22px;
}

.footer-butm-menu ul li a:hover {
	color: #fff;
}


.footer-butm-menu ul li:last-child a::after {
	display: none;
}


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #B85281;
	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 #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}


.banner-inner-section {
    padding: 100px;
    text-align: center;
    margin: 0px auto;
    position: relative;
    height: 100%;
    background: url("../images/left-banner-img.png");
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: 100% 100%;
} 

.banner-inner-section h1{
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 96px;
    line-height: 110px;
    letter-spacing: 0%;
    color: #00062F;
    position: relative;
}

.inner-page-main-sec {
    padding: 50px 0;
}

.contact-page-form-sec {
    padding: 0 0 50px 0;
} 

.contact-main-sec {
    padding: 50px 0;
} 

.contact-main-sec h6{
    font-family: Nunito Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: center;
    color: #B85281;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.contact-main-sec h2 {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    color: #00062F;
    margin: 0px 0px 40px 0px;
    padding: 0px;
}

.banner-section.inner-page{
    background: #f54ab82b;
}

.inner-main-desc p {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #00062F;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.innerpage-wrapper {
    padding: 50px 0;
}

.inner-main-desc p span {
    font-weight: 800;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-align: center;
} 

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price bdi {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000000; 
    text-align: center;
} 
.woocommerce ul.products li.product a.woocommerce-loop-product__link{
    text-align: center;
}

.woocommerce ul.products li.product .button {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    padding: 12px 28px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 50px;
    background: #000000 !important;
    color: #ffffff !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
} 

.woocommerce .woocommerce-breadcrumb { 
    display: none;
}

/*================================================
Go Top CSS
=================================================*/


/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/


/* ==================================================================*/
/* WOOCOMMERCE */
/* ==================================================================*/

p.product.woocommerce.add_to_cart_inline {
    border: unset !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
} 

.woocommerce a.added_to_cart {
    border: 2px solid black;
    border-radius: 20px;
    padding: 2px 10px;
    margin: 10px 0 0 0;
} 

p.product.woocommerce.add_to_cart_inline bdi {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
} 

p.product.woocommerce.add_to_cart_inline a.button {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    padding: 12px 28px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 50px;
    background: #000000 !important;
    color: #ffffff !important;
}

p.product.woocommerce.add_to_cart_inline a.button:hover {
    background: #b85281 !important;
} 

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot { 
    display: none !important;
}


.shop-loop-archive-section {
    padding: 100px 0px 80px 0px;
    position: relative;
    margin: 0px;
    background: url(../images/exp-bg.png) no-repeat;
    background-size: contain;
    position: relative;
} 

.form-control {
    margin: 10px 0px;
    border-radius: 30px;
    padding: 10px 20px;
} 

.default-btn-contact {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 14px 40px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 30px;
    background: #000000;
    color: #ffffff;
}

.wc-block-cart__submit-button{
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 14px 40px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 30px;
    background: #000000;
    color: #ffffff;
} 

.wc-block-cart__submit-button:hover{
    background: #b85281; 
    color: #ffffff; 
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 14px 40px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border:none;
    border-radius: 30px;
    background: #000000;
    color: #ffffff;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{
    background: #b85281; 
    color: #ffffff; 
} 

.contact-form-sec h2 {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #00062F;
    text-align: center; 
    margin: 0px 0px 110px 0px;
    position: relative;
} 

.contact-form-sec h2::after {
    background: url(../images/banner-text-after.png);
    content: "";
    position: absolute;
    bottom: -45px;
    margin: 0px auto;
    text-align: center;
    right: 0px;
    left: 0px;
    width: 402px;
    height: 28px;
} 

h1.woocommerce-products-header__title.page-title{
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #00062F;
    margin: 0px 0px 10px 0px;
    position: relative; 
}

.woocommerce-products-header p {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 10px 0px;
} 

.woocommerce .woocommerce-result-count {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #00062f;
    padding: 0px;
    margin: 0px 0px 30px 0px;
} 

.wc-block-components-title.wc-block-components-title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: left;
    color: #00062F;
    padding: 0px 0 20px;
    margin: 0px;
} 

.wc-block-components-checkout-step__description {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}  

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 20px 10px;
} 

.woocommerce .product .product_title { 
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 10px 0px;
} 

.woocommerce-Tabs-panel h2{
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.related.products h2{
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.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-family: Playfair Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000000; 
}

.woocommerce-product-details__short-description p {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

.woocommerce-Tabs-panel p {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 30px 0px;
} 

.product_meta a {
    font-family: Nunito Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #B85281;
    padding: 0px;
    margin: 0px;
} 

.product_meta .posted_in{
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 12px 0px;
} 

.woocommerce div.product form.cart .button {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    padding: 12px 28px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 20px;
    background: #000000 !important;
    color: #ffffff !important;
} 
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 15px 0 0;
}

.woocommerce .quantity .qty {
    border-radius: 20px;
    border: 2px solid black;
    padding: 4px 0px;
}



.woocommerce div.product form.cart {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
} 

.woocommerce h2 {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #00062F;
    margin: 0px 0px 10px 0px;
    position: relative;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 12px 30px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    background: #000000;
    color: #ffffff;
}  

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background: #b85281;
    color: #ffffff;
}

.woocommerce-Button.woocommerce-button.woocommerce-form-register__submit {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 12px 30px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    background: #000000;
    color: #ffffff;
}

.woocommerce-Button.woocommerce-button.woocommerce-form-register__submit:hover {
    background: #b85281;
    color: #ffffff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    padding: 5px 0;
} 

.woocommerce-account .addresses .title .edit {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 5px 20px;
    margin: 0 0 10px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    background: #000000;
    color: #ffffff;
    float: left;
} 

.woocommerce-account .addresses .title .edit:hover {
    background: #b85281;
    color: #ffffff;
}

.woocommerce-info a.wc-forward{
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 12px 30px;
    margin: 0 0 10px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    background: #000000;
    color: #ffffff;
}
.woocommerce-info a.wc-forward:hover {
    background: #b85281;
    color: #ffffff;
} 

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button{
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 12px 30px;
    margin: 0 0 10px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    background: #000000;
    color: #ffffff;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
    background: #b85281;
    color: #ffffff;
} 

li.woocommerce-MyAccount-navigation-link--customer-logout{
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 12px 30px;
    margin: 10px 0 10px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    width: fit-content;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    background: #000000;
    color: #ffffff;
}

li.woocommerce-MyAccount-navigation-link--customer-logout:hover {
    background: #b85281;
    color: #ffffff;
} 

table.wc-block-cart-items .wc-block-cart-items__header, .wc-block-cart .wc-block-cart__totals-title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px 0px 20px 0px;
    margin: 0px;
} 

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.wc-block-components-formatted-money-amount {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #00062F;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}


.s-ctgry {
    background: #fddeed;
    padding: 20px;
    /* box-shadow: 0 5px 12px #0000004D; */
    margin-bottom: 25px !important;
    border: 1px solid #ffffff70;
    border-radius: 10px;
    margin-top: 25px;
}
.bapf_head h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #4E2E13;
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
}

.contact-us-inn .addresscard {
    margin: 0px 0px;
    padding: 20px 15px;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    min-height: 200px;
    box-shadow: 0px 4px 50px 0px #C4C4BB4D;
}
.addresscard-icon {
    margin: 5px auto;
    padding: 10px 0px;
    background: top;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us-inn .addresscard h5 {
    margin: 0px 0px;
    padding: 7px 0px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #621A4A;
    text-transform: uppercase;
    width: 100%;
}
.contact-us-inn .addresscard p {
    margin: 0px 0px;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #161413;
    width: 100%;
}

   .s-ctgry:has(.berocket_single_filter_widget.bapf_mt_none) {
       display: none;
   } 
    
    
    

  .product-template-default.single-product div.product form.cart {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 7px;
    text-align: left;
    flex-direction: row;
}

.product-template-default.single-product div.product form.variations_form {
    flex-direction: column !important;
    align-items: flex-start !important;
}
  
  .product-template-default.single-product .product_meta {
    display: flex;
    gap: 5px;
    flex-direction: column;
 } 
  
 table.variations  select{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin: 0 0 10px;
    border-radius: 50px !important; 
    padding: 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.about-gallery .gallery-box{
    margin-bottom: 20px;
}

.about-gallery {
    margin-top: 35px;
}

.about-gallery .gallery-box img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}