/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.breadcrumbCustom {
	display: flex;
	gap: 12px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.breadcrumbCustom div, .breadcrumbCustom a {
	color: #00000080;
}

.breadcrumbCustom span {
	color: #222;
	font-weight: 700;
}

.innerHeroSec {
	max-width: 1220px;
	margin: auto;
	padding-top: 70px !important;
	padding-bottom: 30px !important;
}

.innerHeroSec .section-bg {
	border-radius: 20px;
}

.woocommerce-breadcrumb {
	font-size: 16px;
	text-transform: capitalize;
	color: #222 !important;
}

.woocommerce-breadcrumb a:first-child {
	color: #00000080 !important;
}

.headingWrap {
	font-size: 30px;
	margin-bottom: 2px;
}

main .is-divider {
	display: none;
}

.btnWrap {
	background: #1a1a1a;
	color: #fcf3ea;
	border-radius: 0 !important;
	padding: 8px 20px;
}

.btnWrap2 {
	background: #fff;
	color: #222 !important;
	border-radius: 0 !important;
	padding: 8px 20px;
}

.customAnchor a, .homeBlogRow .box .button, .btnWrap3 {
	font-size: 18px;
	position: relative;
	padding-right: 24px !important;
	text-transform: capitalize;
	margin: 0;
}

.homeBlogRow .box .button:after, .btnWrap3::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	background-image: url('/wp-content/uploads/2025/10/chevron.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.customAnchor a::before, .homeBlogRow .box .button::before, .btnWrap3:before {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 1.7px;
	background: #000;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease, transform-origin 0s linear 0.3s;
}

.customAnchor a:hover::before, .homeBlogRow .box .button:hover::before, .btnWrap3:hover::before {
	transform: scaleX(1);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.customAnchor a:not(:hover)::before, .homeBlogRow .box .button:not(:hover)::before, .btnWrap3:not(:hover)::before {
	transition: transform 0.3s ease, transform-origin 0s;
	transform-origin: right;
}

textarea, .button:hover, button:hover, input, select {
	box-shadow: none !important;
}

/* header css */

#logo img {
	max-height: 70px !important;
}

.header-nav {
	column-gap: 8px;
}

#header .icon-shopping-bag:after {
	background-color: #7f5f52 !important;
}

.header-nav li a {
	text-transform: capitalize;
	color: #222;
	cursor: pointer;
	font-size: 14px;
}

/* hero css */

.heroSlider .flickity-button {
	opacity: 1 !important;
	height: fit-content;
	bottom: 9px;
	transform: none !important;
	top: auto;
	font-size: 12px;
	z-index: 999999;
}

.heroSlider .flickity-button.next {
	left: calc(100% - 47%);
}

.heroSlider .flickity-button.previous {
	right: calc(100% - 47%);
	left: auto;
}

.heroSlider .flickity-button-icon {
	border: none !important;
	background: none !important;
}

.heroSlider .dot {
	border: 0 !important;
	background: #ffffff;
	transition: .3s all;
}

.heroSlider .dot.is-selected {
	width: 50px;
	border-radius: 15px;
}

header .header-nav .sub-menu {
	border-top: 1px solid #2222222e;
	border-bottom-left-radius: 20px;	
	border-bottom-right-radius: 20px;	
}

.megaMenuRow {
	margin: auto !important;
	padding-top: 30px;
}

.megaMenuRow .banner, .megaMenuRow .banner-bg {
	border-radius: 12px;
}

.megaMenuRow .text-box {
	right: auto;
	left: 25px;
}

.megaMenuRow .text-box strong {
	font-size: 24px;
}

.megaMenuRow .text-box p {
	font-size: 17px;
	margin: 6px 0;
}

.megaMenuRow .text-box a {
	padding-left: 0;
	margin-top: 0;
}

.megaMenuRow .ux-menu-title {
	text-transform: capitalize;
	font-size: 16px;
}

.megaMenuRow .ux-menu-link__link {
	font-size: 15px;
}

/* digital card css */

.cardSec {
	padding: 15px;
}

.cardSec .img {
	max-width: 170px;
	margin: auto;
}

.couponWrap p {
	text-transform: uppercase;
	background: #fff;
	display: inline;
	cursor: pointer;
	border-radius: 40px;
	padding: 4px 13px;
	position: relative;
	padding-right: 30px;
}

.couponWrap p:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2025/10/copy.png) right center no-repeat;
	background-size: 16px;
	height: 16px;
	width: 16px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.couponWrap strong:last-of-type {
	display: block;
	padding-top: 8px;
}

.couponCode .tooltip {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%) translateY(5px);
	color: #222;
	font-size: 12px;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
	white-space: nowrap;
}

.couponCode .tooltip.show {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.cardRow .col {
	padding: 0 0 15px;
}

.cardRow .col-inner:has(.plain) {
	width: fit-content;
}

.cardRow p {
	margin: 0;
}

.cardRow .icon img {
	padding-top: 0;
	border-radius: 50%;
}

.cardRow .icon-box p {
	font-size: 16px;
}

.cardRow .icon-box-img {
	margin-bottom: 0;
	background: #fff;
	border-radius: 50%;
}

.cardRow .contactInfo a:before {
	background-size: 18px !important;
}

.cardRow .social-icons a {
	color: #222 !important;
}

.cardRow .contactInfo a {
	margin-bottom: 15px;
}

/* sale bar css */

.saleWrap .col-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 18px 30px;
	row-gap: 10px;
}

.saleText {
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}

.saleTimer {
	display: flex;
	gap: 30px;
	position: relative;
}

.saleTimer .timeBox {
	position: relative;
	text-align: center;
}

.saleTimer .timeBox::before {
	content: "";
	position: absolute;
	left: -16px;
	top: 9px;
	bottom: 0;
	background: #000;
	width: 1px;
	height: 25px;
}

.saleTimer .timeBox:first-child::before {
	content: none;
}

.saleTimer span {
	display: block;
	font-size: 26px;
	font-weight: 500;
	position: relative;
}

.saleTimer p {
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
}

.saleOffer {
	text-align: center;
	font-size: 16px;
	margin: 0;
}

.shopBtn a {
	background: #1a1a1a;
	color: #fcf3ea;
	padding: 8px 20px;
	cursor: pointer;
	font-size: 14px;
}

/* footer css */

.footerIconRow .icon-box-img img {
	padding-top: 0;
}

#footer .section {
	padding-bottom: 0 !important;
}

.footerIconRow .icon {
	background: #fff;
	padding: 7px;
	border-radius: 50%;
}

.footerIconRow > .col:nth-last-of-type(2) .icon {
	padding: 3px;
}

.footerIconRow strong {
	font-size: 18px;
}

.footerIconRow p {
	line-height: 1.5;
}

.footerInfoRow strong, .footerInfoRow .ux-menu-title {
	padding: 0 0 10px;
	min-height: auto;
	font-size: 18px;
	text-transform: capitalize;
	display: block;
}

.footerInfoRow {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.footerInfoRow .ux-menu-link__link {
	padding: 0 0 12px;
	min-height: auto;
}

.footerInfoRow .col:nth-child(2) {
	padding-left: 70px;
}

.footerInfoRow .col:nth-child(3) {
	padding-left: 50px;
}

.footerInfoRow .col:nth-child(4) {
	padding-left: 5px;
}

.footerInfoRow .social-icons .button.icon i{
	font-size: 18px;
	top: -2px;
}

.footerInfoRow .social-icons .button.icon{
	margin: 0 9px 0 0;
	min-width: 37px;
	min-height: 37px;
	align-content: center;
	background: #fff;
	border: none;
	color: #7f5f52;
}

.footerInfoRow a.icon:hover i::before {
	color: #fff;
}

.footerInfoRow .social-icons .button.icon:hover{
	background-color: #7f5f52 !important;
	border-color: #fff !important;
}

.contactInfo {
	display: flex;
	flex-direction: column;
	padding-top: 6px;
}

.contactInfo a {
	padding-left: 32px;
	color: #222;
	cursor: pointer;
	position: relative;
	text-decoration: none !important;
	margin-bottom: 21px;
	line-height: 1.3;
	font-size: 15px;
	width: fit-content;
}

.contactInfo a:before {
	position: absolute;
	content: "";
	background-size: 22px !important;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	align-content: center;
	text-align: center;
	height: 25px;
	width: 25px;
}

.contactPhone:before {
	background: url(/wp-content/uploads/2025/10/phone-call.png) center center no-repeat;
}

.contactMail:before {
	background: url(/wp-content/uploads/2025/10/mail.png) center center no-repeat;
}

.contactLocation:before {
	background: url(/wp-content/uploads/2025/10/location.png) center center no-repeat;
}

/* home collection box css */

.collectionCardSec {
	padding-top: 45px !important;
	padding-bottom: 20px !important;
}

.homeCollectionRow {
	flex-flow: nowrap;
	white-space: nowrap;
	overflow-x: auto;
}

.homeCollectionRow .plain {
	width: fit-content;
	display: block;
	margin: auto;
}

.homeCollectionRow .col {
	flex-basis: 11.11% !important;
	max-width: 11.11% !important;
	min-width: 100px;
	padding: 0;
}

.homeCollectionRow .icon-box img {
	border-radius: 50%;
	padding: 0;
}

/* home cards css */

.twoCardsRow .cardWrap {
	position: absolute;
	bottom: 40px;
	z-index: 99;
	left: 40px;
}

.twoCardsRow .img-inner, .twoCardsRow img {
	border-radius: 8px;
}

.twoCardsRow .col-inner:before {
	position: absolute;
	content: "";
	width: 100%;
	background: linear-gradient(to top, #222222bf 0%, transparent 100%);
	height: 50%;
	bottom: 0;
	border-radius: 8px;
	z-index: 9;
}

.twoCardsRow strong {
	font-size: 32px;
}

/* shop page css */

.archive .category-page-row > .col:first-child {
	border-right: 1px solid #33333336;
}

/* product card css */

.product-small .box-image {
	border-radius: 4px;
}

.product-small .product-title a {
	color: #222;
	text-transform: capitalize;
	font-size: 16px;
}

.product-small .star-rating {
	margin: 0;
}

.product-small .price {
	padding-top: 6px;
}

.product-small .category {
	text-transform: capitalize;
	font-size: 12px;
	opacity: 1;
}

.product-small .quick-view {
	margin-bottom: 11px !important;
	width: 95%;
	margin: auto;
	border-radius: 4px;
	text-transform: capitalize;
}

.product-small .yith-wcwl-add-to-wishlist, .product-small .wishlist-popup {
	display: none;
}

.product-small .image-tools.top.right {
	display: none;
	background: #fff;
	right: 7px;
	top: 7px;
	padding: 2px 8px;
}

.badge-container .badge-inner {
	border: 0 !important;
	background-color: pink;
	color: #222 !important;
	padding: 4px 10px;
}

.badge-container {
	left: 8px;
	top: 8px;
}

.product-small .cart-icon {
	background: #fff;
	padding: 6.8px 5px 1px;
	margin-left: 0;
	left: auto;
	right: 10px;
}

.product-small .cart-icon strong {
	color: #222;
	width: 20px;
	height: 18px;
	line-height: 1.3;
	border-color: #222;
	background-color: transparent;
}

.product-small .cart-icon strong:after {
	width: 10px;
	left: 0;
	right: 0;
	margin: auto;
	border-color: #222;
}

.product-small .wishlist-button {
	min-width: fit-content;
	margin: 0;
	border: 0;
	min-height: fit-content;
	font-size: 12px;
	color: #222;
	line-height: 0;
	background-color: transparent !important;
}

.homeProductRow > .col:first-child {
	padding-bottom: 0;
}

.homeProductRow .tabbed-content li.active a {
	color: #fff;
	background-color: #222;
}

.homeProductRow .tabbed-content li a {
	background: #ddd;
	margin-right: 10px;
	font-size: 14px;
	padding: 0 30px;
	color: #222;
}

.homeProductRow .tabbed-content .nav {
	padding-bottom: 13px;
}

/* product page css */

.productPayWrap {
	border: 1px solid #2222224D;
	border-radius: 3px;
	padding: 14px 17px;
	order: 5;
	margin-bottom: 20px;
}

.productPayWrap img {
	max-width: 280px;
}

.single-product .product-info {
	padding-top: 0;
	display: flex;
	flex-direction: column;
}

.single-product .product-info .yith-wcwl-add-to-wishlist {
	display: none;
}

.single-product .product-main .product-title {
	text-transform: capitalize;
	order: 1;
}

.single-product .woocommerce-product-rating {
	order: 2;
}

.single-product .price-wrapper {
	order: 2;
}

.single-product .product-short-description {
	order: 3;
}

.single-product form.cart {
	order: 4;
}

.single-product .product-info .product-page-accordian {
	order: 5;
}

.single-product .product-info .social-icons {
	order: 6;
	padding-top: 18px;
}

.single-product .product-info .social-icons .button.icon, .single-product .product-info .social-icons .button.icon:hover {
	border: none !important;
	background-color: transparent !important;
	width: fit-content;
	min-width: fit-content;
	margin-right: 8px;
	min-height: fit-content;
}

.single-product .product-info .social-icons .button.icon i {
	color: #7f5f52 !important;
	font-size: 18px;
}

.single-product .product-main #accordion-reviews {
	display: none;
}

.single-product .product-info .cart {
	gap: 15px;
}

.single-product .quantity {
	width: 25%;
}

.single-product .quantity .qty {
	width: 100%;
	max-width: 100%;
	border-left: 0;
	border-right: 0;
}

.single-product .quantity .button.plus {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: transparent;
}

.single-product .quantity .button.minus {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background: transparent;
}

.single-product .single_add_to_cart_button {
	border-radius: 50px;
	width: 72%;
	color: #222;
	text-transform: capitalize;
}

.single-product .ux-buy-now-button {
	border-radius: 50px;
	width: 100%;
	text-transform: capitalize;
}

.single-product .product-main .woocommerce-Price-currencySymbol, .single-product .product-main .amount {
	font-size: 24px;
}

.product-footer .review-form-inner form {
	margin-bottom: 0;
}

.product-footer .review-form-inner {
	border-width: 1px;
	border-radius: 4px;
	padding: 15px 20px 0;
}

.product-page-accordian .toggle {
	width: fit-content;
	opacity: 1 !important;
	margin: auto;
	height: fit-content;
	right: 0;
	left: auto;
	top: -10px;
}

.product-page-accordian .accordion-title {
	background-color: transparent !important;
	border-color: #222 !important;
	color: #222 !important;
	padding: 2px;
	padding-left: 0;
	border-bottom: 1px solid;
}

.product-page-accordian .accordion-title.active {
	border-bottom: 1px solid;
}

.product-page-accordian .icon-angle-down {
	right: -6px;
	top: 0;
	bottom: 0;
	height: fit-content;
	margin: auto;
	font-size: 24px;
}

.product-page-accordian .active>.toggle {
	transform: none;
}

.product-page-accordian .icon-angle-down:before {
	content: "\002B";
	transition: .2s ease-in-out;
	font-weight: 900;
}

.product-page-accordian .accordion-title.active .icon-angle-down:before {
	content: "\2012";
}

.product-page-accordian .accordion-inner {
	padding: 9px 0;
}

.product-page-accordian .accordion-inner p {
	margin: 0;
}

/* quick view css */

.product-quick-view-container h1 {
	text-transform: capitalize;
}

/* about values row */

.valSec {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.valueRow strong {
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 8px;
	display: block;
}

.valueRow span {
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 30px;
	display: block;
}

.valueRow .col {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0;
}

.valueCol {
	border-left: 1px solid #ffffff4f;
	border-right: 1px solid #ffffff4f;
}

/* about video css */

.videoRow .video .mejs-controls {
	display: none !important;
}

.videoRow .video {
	padding: 0 !important;
	border-radius: 12px;
}

.videoColorCol .col-inner {
	background: rgb(252, 243, 234);
	height: 100%;
	align-content: center;
	border-radius: 12px;
	padding: 45px;
}

.videoRow > .col:first-child {
	padding-right: 8px;
}

.videoColorCol {
	padding-left: 8px;
}

/* home blog css */

.homeBlogRow .box-text {
	position: static;
}

.homeBlogRow .cat-label {
	position: absolute;
	top: 7px;
	background: pink;
	opacity: 1;
	font-size: 14px;
	padding: 5px 16px;
	text-transform: capitalize;
	border-radius: 4px;
	left: 7px;
}

.homeBlogRow .box-text-inner {
	display: flex;
	flex-direction: column;
}

.homeBlogRow .post-meta {
	order: -1;
	opacity: 1;
	font-size: 12px;
}

.homeBlogRow .post-title a {
	font-size: 22px;
}

.homeBlogRow .box .button {
	background-color: transparent !important;
	width: fit-content;
	padding: 0;
	color: #222 !important;
	border: 0;
	font-size: 15px;
	line-height: 34px;
}

.homeBlogRow img, .homeBlogRow .box-image {
	border-radius: 8px;
}

/* blog page css */

.blogFirstPost .box {
	display: flex;
	align-items: center;
	gap: 60px;
}

.blogFirstPost .box-image {
	width: 100%;
}

/* shop by age css */

.shopByAgeRow {
	max-width: 900px !important;
	padding-top: 17px;
	order: 3;
}

/* text slider css */

.m-scroll {
	display: flex;
	position: relative;
	width: 100%;
	height: 70px;
	margin: auto;
	background-color: #7f5f52;
	overflow: hidden;
	z-index: 1;
}

.m-scroll__title {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.m-scroll a {
	color: #fff;
}

.m-scroll__title > div {
	display: flex;
	animation: scrollText 20s infinite linear;
	gap: 25px;
}

.m-scroll__title h1 {
	margin: 0;
	font-size: 24px;
	transition: all 2s ease;
	display: flex;
	gap: 25px;
}

/* new slider */

.newTextSlider .col-inner {
	display: flex;
	gap: 35px;
}

.homeFrameSlider {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
	white-space: nowrap;
	animation: marquee 14s linear infinite;
}

.homeFrameSlider strong {
	font-size: 30px;
}

/* shop page css */

.archive .shop-page-title {
	order: 2;
}

.archive #wrapper {
	display: flex;
	flex-direction: column;
}

.archive #main {
	order: 4;
}

.archive #footer {
	order: 5;
}

.archive .innerHeroSec {
	order: 3;
}

/* faq page css */

.faqRow .accordion-inner {
	padding: 11px 0 0;
}

.faqRow .accordion-inner p {
	margin: 0;
}

.faqRow .toggle {
	left: auto;
	transform: none;
	right: 3px;
	height: fit-content;
	width: fit-content;
	top: -5px;
	bottom: 0;
	margin: auto;
	opacity: 1;
}

.faqRow .accordion-title {
	border-top: none;
	color: #222;
	font-size: 22px;
	padding: 20px 0 10px;
	background-color: transparent;
	font-weight: 500;
	border-bottom: 1px solid;
}

.faqRow .accordion-title.active .icon-angle-down::before {
	content: "\2012";
}

.faqRow .icon-angle-down::before {
	content: "\002B";
	font-weight: 500;
	color: #222;
}

.faqRow .nav {
	gap: 15px;
	flex-wrap: nowrap;
	overflow: auto;
	scrollbar-width: none;
}

.faqRow .nav:before {
	position: absolute;
	content: "";
	background-color: #0000001f !important;
	height: 2px;
	width: 100%;
}

.faqRow .nav a {
	font-size: 28px;
	font-family: "Bricolage Grotesque", sans-serif;
	text-transform: capitalize;
	padding-bottom: 5px;
	font-weight: 500;
}

.faqRow .tabbed-content h4 {
	font-size: 36px;
	margin-bottom: 0;
	padding-top: 19px;
}

.faqRow .nav-line-bottom > li > a::before {
	background-color: #222 !important;
	height: 2px;
}

/* keyframes */

@keyframes marquee{
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}

@keyframes scrollText {
	from   { transform: translateX(0%); }
	to { transform: translateX(-50%); }
}

/* media queries */

@media (max-width: 992px) {
	.saleText {
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
	}
	.saleTimer {
		flex-basis: 100%;
		justify-content: center;
		max-width: 100%;
	}
	.saleOffer {
		flex-basis: 60%;
		max-width: 60%;
	}
	.shopBtn {
		flex-basis: 40%;
		max-width: 40%;
	}
}

@media (max-width: 849px) {
	.footerInfoRow .col:nth-child(2), .footerInfoRow .col:nth-child(3), .footerInfoRow .col:nth-child(4) {
		padding-left: 15px;
	}
	#logo img {
		max-height: 55px !important;
	}
	.archive .category-page-row > .col:first-child {
		border-right: none;
	}
	.m-scroll__title h1 {
		font-size: 20px;
	}
}

@media (max-width: 549px) {
	.faqRow .tabbed-content h4 {
		font-size: 26px;
		margin-bottom: 5px;
		padding-top: 9px;
	}
	.faqRow .accordion-title {
		font-size: 16px;
	}
	.product-small .product-title a {
		font-size: 14px;
	}
	.faqRow .nav a {
		font-size: 18px;
	}
	.badge-container .badge-inner {
		padding: 3px 6px;
		font-size: 12px;
	}
	.m-scroll {
		height: 46px;
	}
	.m-scroll__title h1 {
		font-size: 16px;
	}
}