* {
	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: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	/* font-family: '2NF'"Anton", sans-serif; */
	overflow-x: hidden;
}


.custom-container {
	padding: 0px 80px;
}

.cumn-butn-body {

	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	padding: 10px 35px;
	display: inline-flex;
}


.blue-butn {
	color: #fff;
	background: #052D5E;
	transition: all 0.3s ease;
	border-radius: 30px;
	margin: 20px 0px 0px 0px;
}

.blue-butn:hover {
	background: #E8677C;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 70%);
}


.black-butn {
	color: #fff;
	background: linear-gradient(132.22deg, #343D42 15.44%, #191D1F 87.51%);
	transition: all 0.3s ease;
	border-radius: 16px;
}


.black-butn:hover {

	background: linear-gradient(132.22deg, #191D1F 15.44%, #343D42 87.51%);
	color: #fff;

	transform: translateY(-3px);
	box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 70%);

}


.wht-butn {
	background: #fff;
	border: 1px solid #191D1F;
	color: #191D1F;
	border-radius: 16px;
}


.wht-butn:hover {

	background: linear-gradient(132.22deg, #191D1F 15.44%, #343D42 87.51%);
	color: #fff;
	border: 1px solid #191D1F;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 70%);

}


/*=============header-top-logo-section========================= */
.owl-nav {
    display: none;
}

.header-section {
	background: #fff;
	padding: 0px;
	position: relative;
}


.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: #fff;
	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);
}


.logo {
	width: 190px;
	height: auto;
	margin: 0px;
	padding: 11px 0px;
	position: relative;
}


.logo img {
	width: 100%;
}


.header-section.scroll .logo img {
	width: 60%;
}


.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: start;
	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-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #191D1F;
	padding: 0px 30px !important;
	border-bottom: none;
}

.stellarnav .menu-toggle span.bars span {
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 6px;
	background: #000;
	margin: 0 0 5px;
}

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

.stellarnav>ul>li>a.active {
	color: #CE4A64;
	;
}

.stellarnav.mobile ul {
	background: #080708;
	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: #CE4A64;
}

.main-nav .stellarnav li li a.active {
	background: #fdedf0;
	color: #CE4A64;
}

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


.stellarnav ul ul {
	top: 49px;
	width: 200px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #fff;
	left: 40px;
}

.stellarnav li li {
	display: block !important;
	width: 100% !important;
}


.stellarnav li li a {
	font-size: 16px;
}

.stellarnav li li a:hover {
	color: #E8677C;
}


.rightlink {
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: end;
	margin-top: 70px;
} 

.header-section.scroll .rightlink {
	margin-top: 40px;
}


.usercard {
	position: relative;
}


.caunt {
	position: absolute;
	top: -11px;
	right: -18px;
	background: #E8677C;
	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;
}


/* ================================================================== */
/* header - top */

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


/* ================================================================== */
/* banner section */
/* ==================================================================  */


.banner-section {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	height: auto;
	overflow: hidden;
	position: relative;
}

.banner-carousel .item {
	border-radius: 0px;
	width: 100%;
	height: 900px;
	overflow: hidden;
}

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

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 0px;

}

.banner-text {
	position: absolute;
	top: 150px;
	width: 40%;
	padding: 0px 0px;
	left: 80px;

	height: 100vh;
	vertical-align: middle;
	display: inline;
}


.banner-text h1 {

	font-weight: 800;
	font-style: ExtraBold;
	font-size: 80px;
	line-height: 95px;
	letter-spacing: -3%;
	text-transform: capitalize;
	color: #343D42;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.banner-text h1 span {
	color: #E8677C;
}

.banner-text p {

	font-weight: 500;

	font-size: 24px;
	line-height: 40px;
	letter-spacing: -1.5%;
	color: #596780;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	max-width: 75%;
}


.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: #CECECE;
	display: block;

	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span {
	background: #E8677C;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}


.banner-srch-sec {
	width: 85%;
}

.banner-srch-sec .input-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px;
	width: 87%;
	position: relative;
}

.banner-srch-sec .input-group .form-control {
	display: block;
	padding: 20px 20px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50px;

	font-weight: 600;

	font-size: 18px;
	color: #6E7887;
	line-height: 150%;
	letter-spacing: 0%;
	border: 0px;
}


.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}


.banner-srch-sec .input-group .input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #E8677C;
	border-radius: 50px;
	position: absolute;
	right: 8px;
	border: 0px;
	cursor: pointer;
}

.banner-srch-sec .input-group .input-group-text:hover {
	background-color: #000;
}


.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: 0px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

/* ==================================================================*/
/* banner section */
/* ==================================================================*/


/* ==================================================================*/
/* tag section */
/* ==================================================================*/

.tag-box-section {
	background: url(../images/tag-sec-bg.png) no-repeat;
	height: 100%;
	background-size: 100% 100%;
	padding: 150px 0px;
	position: relative;
}


.tag-box-section-inner {
	display: flex;
	justify-content: center;
	vertical-align: middle;
	gap: 30px;
	align-items: center;
}

.tag-box {
	width: 365px;
	height: auto;
	margin: 0px;
	text-align: center;
	transition: all 0.4s ease;
}

.tag-box-image {
	width: 365px;
	height: 230px; 
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding: 40px 40px;*/
}

.tag-box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}


.tag-box-tittle h6 {

	font-weight: 700;
	font-style: Bold;
	font-size: 24px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #191D1F;
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
}


.tag-box:hover {
	transform: translateY(-8px);
}

.tag-box:hover .tag-box-image img {
	-webkit-animation: swing 1s infinite;
	animation: swing 1s infinite;
}

.tag-box:hover .tag-box-tittle h6 {
	color: #052D5E;
}


.pink-box {
	background: #E8677C;
}

.blue-box {
	background: #052D5E;
}

.yellow-box {
	background: #F8C170;
}


/* ==================================================================*/
/* tag section */
/* ==================================================================*/


/* ==================================================================*/
/* Categories-section */
/* ==================================================================*/


.categories-section {
	padding: 80px 0px;
	margin: 0px;
}


.categories-section-tittle {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 100px;
}

.categories-section-tittle h2 {

	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: 0%;
	color: #191D1F;
	padding: 0px;
	margin: 0px;
	width: 15%;
}


.categories-section-tittle p {
	font-weight: 500;

	font-size: 24px;

	line-height: 40px;
	letter-spacing: -1.5%;
	color: #596780;
	padding: 0px;
	margin: 0px;
}


.categories-section-tittle .wht-butn span {
	margin-left: 15px;
	transform: rotate(-318deg);
	transition: transform 0.5s;
}

.categories-section-tittle .wht-butn:hover span {
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}


.categories-section-body {
	margin: 50px 0px 0px;
	padding: 0px;
}


.categories-box {
	width: 100%;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}


.categories-box #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.74%, #000000 100%);

}


.categories-box img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.categories-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.categories-big-img {
	height: 740px;
}

.categories-mid-img {
	height: 360px;
}

.categories-sml-img {
	margin: 20px 0px 0px 0px;
	height: 360px;
}


.categories-box-text {
	position: absolute;
	bottom: 50px;
	height: auto;
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	left: 50px;
	right: 50px;
}

.categories-box-text-left {
	padding: 0px;
	margin: 0px;
}

.categories-box-text-left h3 {
    font-weight: 800;
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 15px 0px;
} 


.categories-box-text-left h4 {

	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #D1D5DB;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.categories-box-text-right .link-arrow {
	padding: 0px 0px;
	width: 40px;
	height: 40px;
	background: transparent;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transform: rotate(-318deg);
	-moz-transform: rotate(-318deg);
	-ms-transform: rotate(-318deg);
	-o-transform: rotate(-318deg);
	transform: rotate(-318deg);
	transition: transform 0.5s;
	z-index: 9;
	cursor: pointer;
	font-size: 27px;
}


.categories-box-text-right .link-arrow:hover {
	background: #E8677C;
	color: #ffffff;
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}


/* ==================================================================*/
/* Categories-section */
/* ==================================================================*/


/* ==================================================================*/
/* info-tag-section */
/* ==================================================================*/


/* ==================================================================*/
/* New Arrivals section */
/* ==================================================================*/

.new-arrivals {
	margin: 0px 0px 100px 0px;
	padding: 0px;
}

.new-arrivals h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: 0%;
	text-align: center;
	color: #191D1F;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}


.arrivals-box {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	transition: all 0.4s ease;
}

.arrivals-box:hover {
	transform: translateY(-8px);
}

.arrivals-box-img {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
}

.arrivals-box-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.arrivals-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.arrivals-box-text {
	margin: 10px 0px;
}

.arrivals-box-text h4 {

	font-weight: 700;
    font-size: 16px;
    line-height: 20px;
	letter-spacing: 0%;
	color: #22282B;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.arrivals-box:hover .arrivals-box-text h4 {
	color: #052D5E;
}

.arrivals-box-text h5 {

	font-weight: 600;
	font-size: 21px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #22282B;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.arrivals-box:hover .arrivals-box-text h5 {
	color: #7a050f;
}


/* ==================================================================*/
/* New Arrivals section */
/* ==================================================================*/


/* ==================================================================*/
/* Premium Quality section */
/* ==================================================================*/

.premium-quality-section {
	margin: 0px;
	padding: 100px 0px;
}


.premium-quality-section-top {
	position: relative;
	padding: 0px 0px 100px 0px;
	margin: 0px;
}


.premium-quality-section-top1-left {
	padding: 0px;
	margin: 0px;
}

.premium-quality-section-top1-left h2 {

	font-weight: 700;

	font-size: 42px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #191D1F;
	padding: 0px;
	margin: 60px 0px 0px 0px;
}


.premium-quality-section-top1-right {
	background: #F8C170;
	border-radius: 40px;
	height: 740px;
	position: relative;
	padding: 100px 100px;
}

.premium-quality-section-top1-right img {
	position: absolute;
	top: -40px;
	right: 40px;
	/*animation: swing 1s infinite;*/
}


.premium-quality-section-top1-right p {

	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0%;
	color: #191D1F;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	width: 74%;
}


.premium-quality-section-top1-right p span {
	font-weight: 800;
}


.premium-quality-section-top2 {
	position: absolute;
	bottom: 0px;
	display: flex;
	justify-content: end;
	width: 100%;
	align-items: center;
	gap: 50px;
	padding-left: 150px;
	padding-right: 70px;
}


.premium-quality-section-top2-img1 {
	position: relative;
	background: #000;
	height: 394px;
	border-radius: 40px;
	overflow: hidden;
	box-shadow: 0 25px 28px rgba(0, 0, 0, 0.3);
}


.premium-quality-section-top2-img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.premium-quality-section-top2-img2 {
	position: relative;
	background: #000;
	border-radius: 40px;
    height: 472px;
	box-shadow: 0 25px 28px rgba(0, 0, 0, 0.3);

}

.premium-quality-section-top2-img2 img {
	width: auto;
	height: auto;
	object-fit: cover;
}


.premium-quality-section-top2-img2 .img-tag {
	position: absolute;
	right: -158px;
	top: -21px;
}

.premium-quality-section-top2-img2 .img-tag img {
	width: auto;
	height: auto;
}


.premium-quality-section-top2-img3 {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	background: #000;
	height: 248px;
	box-shadow: 0 25px 28px rgba(0, 0, 0, 0.3);
	bottom: -113px;
}

.premium-quality-section-top2-img3 img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.premium-quality-section-icon {
	margin: 0px;
	padding: 100px 0px 0px 0px;
}


.premium-quality-icon-box {

	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 30px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.premium-quality-icon-box:hover {
	transform: translateY(-8px);
}


.premium-quality-icon-box-img {
	width: auto;
	height: auto;
	background: #E8677C;
	border-radius: 50%;
	padding: 10px 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

}

.premium-quality-icon-box-text {
	padding: 0px;
	margin: 0px;
	width: 90%;
}


.premium-quality-icon-box-text h4 {

	font-weight: 800;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #191D1F;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.premium-quality-icon-box-text p {

	font-weight: 500;

	font-size: 18px;
	line-height: 185%;
	letter-spacing: 0%;
	color: #191D1F;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 80%;
}


.premium-quality-icon-box:hover .premium-quality-icon-box-img {
	background: #052D5E;
	-webkit-animation: headShake 1.5s infinite;
	animation: headShake 1.5s infinite;
}


/* ==================================================================*/
/* New Arrivals section */
/* ==================================================================*/


/* ==================================================================*/
/* top-product-section */
/* ==================================================================*/


.top-product-section {
	padding: 100px 0px;
	margin: 0px;
	background: #F3F5F6;
}


.top-product-section h2 {

	font-weight: 800;

	font-size: 42px;

	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #22282B;
	margin: 0px 0px 50px 0px;
	padding: 0px;

}

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


.top-product-section-body .nav-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.top-product-section-body .nav-tabs .nav-link,
.shop-items-section-body .nav-tabs .nav-link
 {
	background: #EDEFF0;
	border-radius: 12px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	padding: 15px 28px;
	color: #46515D;
	font-weight: 600;
}

.top-product-section-body .nav-tabs .nav-link:hover,
.shop-items-section-body .nav-tabs .nav-link:hover {
	background: #E8677C;
	color: #fff;
}


.top-product-section-body .nav-tabs .nav-link:active,
.shop-items-section-body .nav-tabs .nav-link:active  {
	background: #E8677C;
	color: #fff;
}


.shop-box {
	padding: 10px 0px;
	margin: 0px;
	transition: all 0.4s ease;
}


.shop-box:hover {
	transform: translateY(-8px);
}


.shop-box-img {
	width: 100%;
	height: 330px;
	border-radius: 5px;
	overflow: hidden;
}

.shop-box-img img {
	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
}

.shop-box-text {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}


.top-product-section-body .accordion-body {
	padding: 40px 0px 0px;
	border: 0px;
}


.top-product-section-body .accordion-item {
	background-color: transparent;
	border: none;
}

.top-product-section-body .nav-tabs {
	border-bottom: 0px solid #dee2e6;
}


.shop-box-text h4 {

	 font-weight: 600;
    font-size: 17px;
    line-height: 24px;
	letter-spacing: 0%;
	color: #22282B;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.shop-box-text p {
	color: #E8C403;
	font-size: 18px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
}

.shop-box-text h6 {

	font-weight: 700;
    font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #22282B;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


/* ==================================================================*/
/* top-product-section */
/* ==================================================================*/


/* ==================================================================*/
/* happy-client-section*/
/* ==================================================================*/

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


.happy-client-section h2 {

	font-weight: 700;
	font-size: 42px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #191D1F;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	text-align: center;
}

.client-box {
	padding: 49px 50px;
	background: #f3f5f69e;
	box-shadow: 24px 32px 30px 0px #00000005;
	border-radius: 20px;
	text-align: center;
	transition: all 0.3s ease;
	margin: 20px 0px 50px;
}


.client-box p {

	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -2%;
	text-align: center;
	color: #596780;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.client-box h3 {
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.client-box h3 i {
	color: #FEB000;
}


.client-carousel .owl-nav {
	display: block;
	position: relative;
	margin: 50px auto 0px;
	text-align: center;
}

.client-carousel .owl-nav .owl-prev {
	position: relative;
	left: -12px;
}


.client-carousel .owl-nav .owl-next {
	position: relative;
	right: -12px;
}


.client-carousel .owl-dots {
	display: none;
}


.client-box h5 {

	font-weight: 700;

	font-size: 18px;

	line-height: 32px;
	letter-spacing: -2%;
	text-align: center;
	color: #101112;
	padding: 0px;
	margin: 0px;
}

/* Center item styling */
.owl-item.center .client-box {
	background: #E8677C;
	/* black background */
	color: #fff;
	/* white text */
	box-shadow: 0 25px 28px rgba(0, 0, 0, 0.3);

}

/* Center item text overrides */
.owl-item.center .client-box h5,
.owl-item.center .client-box p {
	color: #fff;
	/* make text and stars white */
}


/* ==================================================================*/
/* happy-client-section*/
/* ==================================================================*/


/* ==================================================================*/
/* add-section*/
/* ==================================================================*/

.add-section {
	padding: 0px 0px 100px 0px;
	margin: 0px;
}

.add-section-left {
	background: #052D5E;
	border-radius: 40px;
	padding: 60px 40px;
	margin: 0px;
	text-align: left;
	height: 420px;
}


.add-section-left h2 {
	font-weight: 700;

	font-size: 42px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.add-section-left p {

	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.pink-butn {
	background: #E8677C;
	border-radius: 50px;
	color: #fff;
}


.pink-butn:hover {
	background: #fff;
	color: #052D5E;
}


.add-section-right {
	padding: 0px;
	margin: 0px auto;
	height: 420px;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	text-align: center;
}

.add-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.add-section-right #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));

}


.add-section-right-inner {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 120px;
}


.add-section-right-inner h2 {

	font-weight: 800;

	font-size: 42px;

	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.add-section-right-inner p {

	font-weight: 500;

	font-size: 18px;

	line-height: 160%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


/* ==================================================================*/
/* add-section*/
/* ==================================================================*/


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/

.footer {
	background: url(../images/footer-bg.png) no-repeat;
	background-size: auto;
	height: 100%;
	background-size: 100% 100%;
	padding: 100px 0px 50px;
	position: relative;
}

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

.footer-payment-section {
	padding: 0px;
	margin: 0px;
}

.footer-payment-section h2 {

	font-weight: 800;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 1%;
	text-transform: capitalize;
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.footer-payment-section p {

	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0%;
	color: #596780;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	width: 78%;
}


.newsletter-form {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 12px 10px;
	position: absolute;
	border-radius: 4px;
	display: flex;
	background-color: #F5F5F5;
	transition: 0.3s;
	width: 58%;
	border-radius: 10px;
	justify-content: center;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.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: -7px -1px -7px 0;
	background: linear-gradient(132.22deg, #343D42 15.44%, #191D1F 87.51%);
	color: #fff;
	transition: 0.3s;
	border-radius: 5px;

	font-weight: 800;

	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0%;
	text-align: center;
}


button.submit-btn {
    border: 0;
    font-size: 16px;
    padding: 0 30px;
    margin: -7px -1px -7px 0;
    background: linear-gradient(132.22deg, #343D42 15.44%, #191D1F 87.51%);
    color: #fff;
    transition: 0.3s;
    border-radius: 5px;
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
}

/*.newsletter-form input:hover {
	background: #000;
}*/


.footer-quick-links {
	padding: 0px;
	margin: 0px;
}


.footer-quick-links h3 {

	font-weight: 800;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 1%;
	text-transform: capitalize;
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


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

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


.footer-quick-links ul li a {

	font-weight: 500;

	font-size: 16px;

	line-height: 160%;
	letter-spacing: 0%;

	color: #596780;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}


.footer-quick-links ul li a:hover {
	color: #E8677C;
	padding-left: 4px;
}

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


.footer-butm {

	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #59678059;
	padding: 40px 0px 0px 0px;
}


.footer-butm p {

	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -2%;
	color: #C8C8C8;
	padding: 0px;
	margin: 0px;
}

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

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


.footer-butm-left {
	text-align: left;
}

.footer-butm-right {
	text-align: right;
}


.footer-butm-menu {
	padding: 0px;
	margin: 0px;
}

.footer-butm-menu ul {
	display: flex;
	justify-content: center;
	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:last-child a::after {
	display: none;
}


.footer-butm-menu ul li a:hover {
	color: #fff;
}

p.menu-item-description {
    display: none;
}


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50px;
	background-color: #E8677C;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	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;
}

/*================================================
Go Top CSS
=================================================*/


/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/


.new-release-btn {
    width: 100%;
    background: #FAC778;          /* same peach color */
    color: #fff;
    text-align: center;
    padding: 60px 0;
    border-radius: 40px;          /* fully rounded */
        font-size: 39px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    display: block;
    width: 600;
height: 53;
top: 229px;
left: 660px;
angle: 0 deg;
opacity: 1;

}
.new-release-btn:hover {
    opacity: 0.9;
}

/*----Woo CSS----*/

.archive .top-product-section-body .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.archive .nav.nav-tabs {
gap: 10px;
}


.shop-items-section-body .nav-tabs {
    border-bottom: 1px solid #dee2e600;
}


.shop-items-section-body .accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0%);
}


.woocommerce .star-rating {
    float: none;
 
}

.woocommerce .star-rating::before {
 
    display:none;
}


/* about page */

.welcome-section .section-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}

.welcome-section .section-subtitle {
    font-weight: 600;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.image-box img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.section-subtitle {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}

.section-subtitle .subtitle-line {
    display: block;
    width: 60px;  /* adjust as per design */
    height: 4px;
    background-color: #FFD54F;  /* Yellow shade like Figma */
    border-radius: 3px;
    margin: 8px auto 0;
}

/* Yellow underline already shared earlier */

.welcome-images {
    gap: 25px;
    flex-wrap: wrap;
}

.welcome-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    box-shadow: 0px 20px 35px rgba(0,0,0,0.12);
}

/* Different sizing like Figma */
.welcome-img-left {
    max-width: 280px;
}

.welcome-img-center {
    max-width: 400px;
}

.welcome-img-right {
    max-width: 250px;
    margin-bottom: 25px; /* Slight lower position as in Figma */
}

/* Responsive Alignment */
@media (max-width: 992px) {
    .welcome-images {
        flex-direction: column;
        align-items: center;
    }

    .welcome-img-right {
        margin-bottom: 0;
    }
}


.story-section {
    padding: 80px 0;
}

.story-box {
    background: #F7F9FC; /* very light grey-blue */
    border-radius: 24px;
    padding: 50px 70px;
    max-width: 900px;
    margin: 0 auto;
}

.story-text {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 20px;
}

.story-highlight {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #333;
    margin: 20px 0;
}

/* Responsive */
@media(max-width: 768px) {
    .story-box {
        padding: 40px 20px;
    }
    .story-text, .story-highlight {
        font-size: 16px;
    }
}


.page-id-268 .tag-box-section {
    background: none;
 
}

.thank-icon img {
    width: 40px;
    height: auto;
    object-fit: contain;
    margin-bottom: 18px;
}
.thank-intro {
    max-width: 820px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

h3.thank-text {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Italic;
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    color: #052D5E;
    margin-bottom: 12px;
}

p.thank-sign {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #596780;
}


.page-id-268 section.tag-box-section {
    padding: 50px 0px;
}


.stellarnav>ul>li>a:hover, .stellarnav>ul>li.active>a {
    color: #CE4A64;
}


.special-card {
    position: relative;
    display: block;
    border-radius: 26px;
    overflow: hidden;
    height: 315px;
    color: #fff;
    text-decoration: none;
}

.special-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.special-card::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.75));
    z-index: 1;
}

.special-card-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 2;
}

.special-card-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.special-card-content p {
    font-size: 15px;
    margin: 0;
}

.special-card-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: 600;
    z-index: 2;
    transition: transform .3s ease;
}

.special-card-content h4,
.special-card-content p {
    color: #ffffff !important;
}


.page-id-182 .top-product-section {
    padding: 9px 0px;
    margin: 0px;
    background: #F3F5F6;
}


.special-card-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    transition: transform .3s ease;
}

.special-card-arrow img {
    width: 26px;
    height: auto;
    display: block;
}

section.aboutuspage-section {
    padding: 70px 0px;
}

.aboutuspage-section .about-page-left p {
    font-family: 'Plus Jakarta Sans';
    text-align: justify;
}


/* ========================== */
/* ========contactt-page====*/
/* ========================== */

.contact-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    background-color: #E1F3F7;
    padding: 20px;
    margin-bottom: 30px;
}

.contact-card{
	display: flex;
    justify-content:flex-start;
    align-items: center;
	flex-direction: row;
	background-color:#e8677c2e;
	padding: 20px;
	margin-bottom: 30px;
}
.contact-card .icon{
	margin-right: 20px;
}
.contact-card .card-details h6{font-size: 16px; color: #666;}
.contact-card .card-details h5 a{font-size: 24px; color: #333; font-weight: bold;}

.contactuscard-section {
	margin: 0px 0px;
	padding: 60px 0px;
	overflow: hidden;
}

.dropus-line h2 {
	font-weight: 700;
	font-style: Bold;
	font-size: 54px;
	leading-trim: NONE;
	line-height: 42px;
	letter-spacing: 0%;
	color: #171717;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.dropus-line p {
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #171717;
	padding: 0px;
	margin: 0px 30px 30px 0px;
	text-align: justify;
}

.quoteform {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}


.quoteform .form-control {
	display: block;
	width: 100%;
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #4A4A4A;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #A8A8A8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 7px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 21px;
}


.containerimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 95%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.containerimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.containerimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.dropus-line {
	padding: 150px 0px 0px;
}


.red-butn {
    color: #fff;
    border: 2px solid #E8677C;
    background: #E8677C;
}

/* ========================== */
/* ========contactt-page====*/
/* ========================== */

.woocommerce-notices-wrapper {
    margin-top: 40px;
}


/* woo */

h2.woocommerce-Reviews-title {
    padding: 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
        display: flex;
    font-size: 28px;
    color: #e8677c;
    font-weight: 600;
    margin: 0px 0px 20px;
}


.woocommerce-product-details__short-description {
    padding: 18px 0;
    
}
.woocommerce-product-details__short-description p {
    text-alogn: justify;
    
}

.woocommerce .quantity .qty {
    width: 39% !important;
    height: 27px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    display: flex;
    justify-content: left !important;
    align-items: flex-end;
    padding: 9px;
    border: 1px solid #8D8D8D;
    box-shadow: 0px 0px 14px 0px #0000001A;
    height: 34px;
}

.woocommerce div.product form.cart .button {
    text-transform: capitalize;
    background: #e8677c;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 11px 0px;
    width: 115px;
    color: #fff;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #e8677c;
    color: #fff;
    z-index: 2;
    border-bottom-color: #fff;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    background: #000;
    color: #fff;
    z-index: 2;
    border-bottom-color: #fff;
    text-transform: uppercase;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

div#tab-description h2 {
    display: none;
}

div#tab-description p {
    margin-top: 10px;
}

.acf-tab-content-additional{
    margin-top: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 0;
}

h2.woocommerce-Reviews-title {
    padding: 10px;
}
h1.product_title.entry-title {
    font-size: 33px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product_meta {
    display: none;
}

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

.woocommerce-MyAccount-navigation ul li a {
	background: #000;
	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: #e8677c;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background: #e8677c;
	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 Outfit;
	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: #e8677c;
	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-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
}

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


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


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


.wc-block-cart__submit-container {
    background: #E8677C;
    box-shadow: 0px 5px 6px 0px #0000000F;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px auto;
    left: 0%;
    right: 0%;
    color: #fff;
    display: block;
}


button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #E8677C;
    box-shadow: 0px 5px 6px 0px #0000000F;
    font-weight: 600;
    color: #fff;
    border: 1px solid #E8677C;
}



/* FORM CONTAINER */
.aws-container .aws-search-form {
    position: relative;
    max-width: 420px;
    margin: 0;
    display: block;
}

/* WHITE PILL INPUT WRAPPER */
.aws-container .aws-wrapper {
    background: #ffffff !important;
    border-radius: 999px !important;
    padding: 10px 22px !important;
    display: flex !important;
    align-items: center;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        min-height: 50px;
}

/* HIDE LABEL */
.aws-container .aws-search-label {
    display: none !important;
}

/* INPUT */
.aws-container .aws-search-field {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    width: 100%;
    font-size: 15px;
    color: #333;
}

.aws-container .aws-search-field::placeholder {
    color: #969fa5;
    opacity: 1;
}

/* CLEAR ICON (OPTIONAL) */
.aws-container .aws-search-clear span {
    font-size: 18px;
    color: #bbb;
}

/* PINK ROUND SEARCH BUTTON */
.aws-container .aws-search-btn {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-43%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f36276 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    cursor: pointer;
     border-radius: 50% !important;
    position: absolute !important;
}

.aws-container .aws-search-btn svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

/* OPTIONAL: REMOVE ANY EXTRA BORDER/SHADOW FROM PLUGIN */
.aws-container,
.aws-container form {
    border: none !important;
    box-shadow: none !important;
}
section.related.products h2 {
    font-size: 35px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}


.woocommerce div.product form.cart .variations select {
    
        margin-bottom: 15px;
}

.wcpa_wrap {
    display: flex !important;
    flex-direction: column-reverse !important;
} 

.woocommerce div.product form.cart .variations select{
    box-shadow: none;
    border: 1px solid #c6d0e9;
    height: 45px;
    border-radius: 6px;
    line-height: 25px;
    padding: 5px 10px;
    outline: 0;
    box-sizing: border-box;
    color: #5d5d5d;
}

.top-product-section-body .nav-tabs .nav-link.active{
 background-color: #E8677C !important;
 color: #ffffff; 
} 

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 0px 0 0 !important; 
}
.woocommerce div.product .woocommerce-tabs .panel { 
    padding: 20px 5px !important;
} 

.woocommerce-tabs h1, .woocommerce-tabs h2, .woocommerce-tabs h3, .woocommerce-tabs h4, .woocommerce-tabs h5, .woocommerce-tabs h6 {
    padding: 6px 0;
}
button.sub-menu-toggle {
    display: none;
} 

li.variable-item {
    width: 90px !important;
    height: 90px !important;
}

.woo-variation-swatches .variable-items-wrapper.image-variable-items-wrapper:not(:last-child){
    max-height: 200px !important;
    overflow-y: scroll !important;
    overflow-x: clip !important; 
}      


.woocommerce-page img {
    height: auto !important; 
    max-width: 100% !important; 
}