/*
Theme Name: Rydme
Description: Rydme Child Theme
Template: hello-elementor
Version: 1.1.1
Tags: four-columns, right-sidebar, full-width-template
Text Domain: rydme

This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.
*/

.single-product .product_meta .detail-content{
	font-size: 0px;
}
.profile-icon-head .elementor-icon{
	display: block;
}
.profile-icon-head .elementor-icon g{
	fill: transparent;
}
.elementor-button-info .elementor-button .elementor-button-text{
	align-items: center !important;
	padding-top: 4px;
}
.elementor-button-info .elementor-button .elementor-button-icon rect{
	fill: transparent;
}
.elementor-button-info .elementor-button .elementor-button-icon path{
	stroke: #fff;

}
.elementor-button-info .elementor-button .elementor-button-icon svg{
	width: 30px;
}




.line-img{
	height: 100%;
}

.gold-gradient-txt{
	text-transform: uppercase;
	background: linear-gradient(to right, var( --e-global-color-primary ) 0%, #EFBF04 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.rotate-icon svg rect{
	fill: transparent !important;
}
.rotate-icon svg{
	background-color: #fff;
	border-radius: 100%;
}
.rotate-icon .elementor-icon{
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-check .elementor-icon{
	width: 80px;
	height: 40px;
	align-content: center;
	justify-items: center;

}
.card-check .elementor-icon{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	padding-top: 8px;
}
.card-croxx .elementor-icon{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
}
.back-to-top .elementor-icon-list-item{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 10px;
	cursor:pointer !important;
}
.right-arrow .elementor-icon-list-item, .right-arrow .elementor-icon-list-item a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 10px;
}
.line-elips{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-elips-head{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right-arrow .elementor-icon-list-icon, .blog-img img{
	transition: all 0.3s ease-in-out;
}
.grid-main:hover .right-arrow .elementor-icon-list-icon{
	transform: translateX(6px);
}
.grid-main:hover .blog-img img{
	scale: 1.05;
}
.service-detail .elementor-post__thumbnail{
	display: none;
}
.service-detail .elementor-post__title a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 24px;
	border-radius: 16px;
	background: var(--e-global-color-377a336);
	color: #000;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}
.service-detail .elementor-post__title a::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url("/wp-content/uploads/2026/06/right-arrow.svg") no-repeat center;
	background-size: contain;
	transition: filter 0.3s ease;
	flex-shrink: 0;
}
.service-detail .elementor-post.active .elementor-post__title a,
.service-detail .elementor-post:hover .elementor-post__title a {
	background: #A9862C;
	color: #fff !important;
}
.service-detail .elementor-post.active .elementor-post__title a::after,
.service-detail .elementor-post:hover .elementor-post__title a::after {
	filter: brightness(0) invert(1);
}
.icon-str .elementor-icon path{
    stroke: #A9862C;
}
.icon-fil .elementor-icon path{
   fill: #F5F1E2;
}
.round-icon .elementor-icon{
    border: 1px solid #a9862c;
    padding: 10px;
    border-radius: 100%;
    background-color: #F5F1E2;
}
.cont-link{
    color: var(--e-global-color-secondary) !important;
	transition: all 0.3s;
}
.cont-link:hover{
	color: var(--e-global-color-primary) !important;
}

/* Contact page icon css starts from here */

.social-icons .elementor-social-icon {
	position: relative;
	overflow: hidden;
	color: #000;
	z-index: 1; /
	transition: color 0.8s ease;
}

.social-icons .elementor-social-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;  
	height: 10px;
	background: #A9862C !important;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0); 
	transition: transform 0.8s ease; 
	z-index: -1;
}

.social-icons .elementor-social-icon:hover::before {
	transform: translate(-50%, -50%) scale(6);
}

.social-icons .elementor-social-icon:hover svg{
	fill: #ffffff !important;
}
.social-icons .elementor-social-icon svg{
	transition: all 0.8s;
}
.social-icons.social-media .elementor-social-icon::before{
	background: #ffffff !important;
}
.social-icons.social-media .elementor-social-icon:hover svg{
	fill: #000000 !important;
}
.contact-form select.elementor-field-textual:focus{
	box-shadow: none !important;
}
.contact-form .elementor-field:focus{
	box-shadow: none !important;
	outline: none !important;

}
.contact-form .elementor-field{
	padding-left: 0px !important;
}
.contact-form .elementor-field-option{
	display: flex !important;
	gap: 10px !important;
}
.contact-form .elementor-field-group-table_interested, .contact-form .elementor-field-group-table_interested .elementor-subgroup-inline{
	row-gap: 10px;
	column-gap: 15px;
}
/* Contact page icon css end here */
.head-toggle{
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	gap: 5px
}
.head-toggle span{
	display: inline-block;
	background: #22140B;
	height: 3px;
	width: 22px;
	transition: all 0.4s;
}
.head-toggle span:first-child{
	align-self: flex-end;
}
.head-toggle span:first-child,
.head-toggle span:last-child{
	width: 14px;
}
.header-nav-opener a[aria-expanded="true"] .head-toggle span{
	width: 20px !important;
}






.banner-anim-title.elementor-headline--style-highlight svg{
	top: auto;
	transform: translate(-50%, 0) rotate(-4deg) scaleY(2.5);
	bottom: -15px;
}
#circle,
#circle1,
#circle2{
	max-width: 200px;
	height: 200px;
	transform: translate(-50%, -50%);
}
#circle svg,
#circle1 svg ,
#circle2 svg { 
	/*position: absolute; */
	/*left: 0; */
	/*top: 0; */
	width: 200px; 
	height: 200px;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 25.8px;
	font-weight: var(--e-global-typography-primary-font-weight);
	text-transform: var(--e-global-typography-primary-text-transform);
	line-height: 1;
	color: var(--e-global-color-secondary);
	-webkit-animation-name: rotate;
	-moz-animation-name: rotate;
	-ms-animation-name: rotate;
	-o-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 20s;
	-moz-animation-duration: 20s;
	-ms-animation-duration: 20s;
	-o-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}
#circle2 svg{
	font-family: var(--e-global-typography-316cdbd-font-family), Sans-serif;
	font-size: 32px;
	font-weight: var(--e-global-typography-316cdbd-font-weight);
	text-transform: var(--e-global-typography-316cdbd-text-transform);
	width: 185px;
	height: 185px;
}
#circle2 {
	max-width: 185px;
	height: 185px;
}
@-webkit-keyframes rotate {
	from { -webkit-transform: rotate(360deg); }
	to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
	from { -moz-transform: rotate(360deg); }
	to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
	from { -ms-transform: rotate(360deg); }
	to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
	from { -o-transform: rotate(360deg); }
	to { -o-transform: rotate(0); }
}
@keyframes rotate {
	from { transform: rotate(360deg); }
	to { transform: rotate(0); }
}




@-webkit-keyframes star-rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes star-rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.star-rotating{
	transform: translatex(-460px);   
}
.star-rotating:before,
.star-rotating1:before {
	-webkit-animation: star-rotating 20s linear infinite;
	-moz-animation: star-rotating 20s linear infinite;
	-ms-animation: star-rotating 20s linear infinite;
	-o-animation: star-rotating 20s linear infinite;
	animation: star-rotating 20s linear infinite;
}



.banner-img-slider{
	/*position: relative;*/
	height: 330px;
	overflow: visible;
}

.banner-img-slider .img-wrap{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: -200%;
	opacity: 0;
	transition: bottom .8s ease, opacity .2s ease;
}

.banner-img-slider .img-wrap.active{
	bottom: 0;
	opacity: 1;
}
.iconbx-nogap .elementor-icon-box-title{
	margin-top: 0;
}
.icon-op{
	opacity: 0.6;
	height: 18px;
	width: 7px;
}
.icon180{
	transform: rotate(180deg);
}
.prod-img img{
	aspect-ratio: 5/6;
	object-fit: contain;
	object-position: top;
}


.points-list .elementor-icon-box-title{
	margin: 0;
	width: 35%;
}
.points-list .elementor-icon-box-description{
	margin: 0;
	width: 65%;
}
.points-list .elementor-icon-box-content{
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	border-bottom: 1px solid #f5f4f43d;
	padding-bottom: 20px;
	align-items: center;
}
.points-list .elementor-icon-box-icon{

	padding-bottom: 20px;
}
.check-list li .elementor-icon-list-icon{
	background: url('/wp-content/uploads/2026/06/tick.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;

}
.check-list li .elementor-icon-list-icon svg{
	opacity: 0;
}




/* Product CSS Start */
.product-flip{
    perspective:1200px;
}
.flip-inner{
    position:relative;
    transition:transform 1.5s;
    transform-style:preserve-3d;
    aspect-ratio: 1;
}
.product-flip:hover .flip-inner{
    transform:rotateY(180deg);
}
.front,
.back{
    position:absolute;
    inset:0;
    backface-visibility:hidden;
    aspect-ratio: 1;
    object-fit: contain;
}
.front img,
.back img{
    aspect-ratio: 1;
    object-fit: contain;
}
.back{
    transform:rotateY(180deg);
}
.cart-block .coupon-col-start input,
.cart-block .shipping-calculator-form input,
.cart-block .select2-selection__rendered{
	padding: 15px 20px !important;
	border-radius: 25px !important;
	color: #000;
	outline: none;
}
.cart-block .select2-selection__rendered{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.cart-block .order-total td:before, 
.cart-block .order-total .woocommerce-Price-amount{
	font-size: 24px !important;
	font-weight: 600 !important;
}
.cart-block label{
	font-family: var(--e-global-typography-65c8a5d-font-family), Sans-serif;
	font-size: 16px;
	font-weight: var(--e-global-typography-65c8a5d-font-weight);
	text-transform: var(--e-global-typography-65c8a5d-text-transform);
	font-style: var(--e-global-typography-65c8a5d-font-style);
	line-height: var(--e-global-typography-65c8a5d-line-height);
	color: #000;
}
.cart-block .select2-selection__arrow{
	height: 100% !important;
}
.cart-block .cart-subtotal td{
	padding-right: 0 !important;
}
.cart-block td[data-title="Shipment"]{
	display: flex;
	flex-wrap: wrap;
}
.cart-block td[data-title="Shipment"]:before{
	width: 40% !important;
}
.cart-block td[data-title="Shipment"] #shipping_method{
	width: 60%;
	text-align: right;
}
.cart-block .woocommerce-shipping-calculator{
	width: 100% !important;
}
.cart-block .input-text.qty{
	background: var( --e-global-color-377a336 ) !important;
	padding: 5px 10px !important;
	border-radius: 20px !important;
	text-align: center !important;
	outline: none !important;
}
.select2-results__options .select2-results__option{

	font-family: var(--e-global-typography-65c8a5d-font-family), Sans-serif;
}
.select2-selection__rendered{
	min-height: 58px;
}
.select2-results__options .select2-results__option.select2-results__option--highlighted{
	background-color: var( --e-global-color-primary );
}
.checkout-block input,
.checkout-block select{
	outline: none !important;
}
.wc-proceed-to-checkout a{
	width: 100% !important;
}

.woocommerce-checkout .order_details,
.woocommerce-checkout .woocommerce-customer-details address{
	background: #fff !important;
	padding: 30px !important;
	border-radius: 10px;
	border: none;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.woocommerce-checkout ul.order_details li {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 14px;
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform) !important;
	font-style: var(--e-global-typography-text-font-style);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	color: #000;
	float: none;
}
.woocommerce-checkout ul.order_details li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.woocommerce-checkout ul.order_details li strong{
	font-size: 16px;
	margin-top: 5px
}
.woocommerce-checkout ul.order_details + p,
.woocommerce-checkout .woocommerce-notice--success,
.woocommerce-checkout .woocommerce-order-details .woocommerce-table__product-name,
.woocommerce-checkout .woocommerce-table--order-details.shop_table tfoot td,
.woocommerce-checkout .woocommerce-table--order-details.shop_table tbody td,
.woocommerce-checkout .woocommerce-customer-details address{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 16px !important;
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform) !important;
	font-style: var(--e-global-typography-text-font-style);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	color: #000 ;
}
.woocommerce-checkout #msg-razorpay-success + p,
.woocommerce-checkout .woocommerce-notice--success{
	text-align: center !important
}
.woocommerce-checkout #btn-razorpay{
	margin-right: 10px;
	border: none;
	background-color: var( --e-global-color-primary );
}
.woocommerce-checkout #btn-razorpay:hover,
.woocommerce-checkout #btn-razorpay-cancel{
	border: none;
	background-color: #000;
}
.woocommerce-checkout #btn-razorpay-cancel:hover{
	background-color: var( --e-global-color-primary );
}
.woocommerce-checkout .woocommerce-order-details h2,
.woocommerce-checkout .woocommerce-customer-details h2{
	font-family: var(--e-global-typography-b87028d-font-family), Sans-serif;
	font-size: var(--e-global-typography-b87028d-font-size);
	font-weight: var(--e-global-typography-b87028d-font-weight);
	text-transform: var(--e-global-typography-b87028d-text-transform);
	font-style: var(--e-global-typography-b87028d-font-style);
	line-height: var(--e-global-typography-b87028d-line-height);
	letter-spacing: var(--e-global-typography-b87028d-letter-spacing);
}
.woocommerce-checkout .woocommerce-table--order-details.shop_table,
.woocommerce-checkout .woocommerce-customer-details address{
	display: table !important;
	color: #000;
	border-radius: 10px;
	text-align: left;
}
.woocommerce-checkout .woocommerce-table--order-details.shop_table th{
	font-family: var(--e-global-typography-b87028d-font-family), Sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
	font-style: normal;
	line-height: 28px;
}
.woocommerce-checkout .woocommerce-order-details .woocommerce-table__product-name a{
	color: var( --e-global-color-a0b4afc )
}
.woocommerce-checkout .woocommerce-order-details .woocommerce-table__product-name a:hover{
	color: var( --e-global-color-primary )
}
.woocommerce-checkout .woocommerce-table--order-details.shop_table tfoot th,
.woocommerce-checkout .woocommerce-table--order-details.shop_table .product-total{
	font-size: 16px;
	color: #000;
}
.woocommerce-checkout .woocommerce-customer-details address .woocommerce-customer-details--phone{
	margin-top: 10px;
	margin-bottom: 10px
}
.cart-empty.woocommerce-info::before,
.woocommerce-message::before{
	color: var( --e-global-color-primary );
	top: 50%;
	transform: translateY(-50%);
}
.woocommerce-info{
	border-top-color: var( --e-global-color-primary );
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	color: #000;
}
.single-product .woocommerce-message{
	margin: 0;
}
.return-to-shop a,
.woocommerce-message a{
	font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-accent-font-size) !important;
	font-weight: var(--e-global-typography-accent-font-weight) !important;
	text-transform: var(--e-global-typography-accent-text-transform) !important;
	line-height: var(--e-global-typography-accent-line-height) !important;
	border-radius: 50px 50px 50px 50px!important;
	background-color: var( --e-global-color-primary ) !important;
	color: #fff !important;
	display: var(--view-cart-button-display, inline-block)!important;
	padding: 15px 30px !important;
	transition: all 0.4s;
}
.return-to-shop a:hover,
.woocommerce-message a:hover{
	background-color: #000 !important;
}
.woocommerce-message{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.woocommerce-message:after{
	display: none;
}




.feature-icon-bx h5{
	margin-top: 0;
	font-weight: 700;

}
.feature-icon-bx .elementor-icon-box-icon{
	margin-top: 7px;
}
.blog-posts .elementor-post__excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.blog-posts .elementor-post__thumbnail__link{
	overflow: hidden;
}
.blog-posts .elementor-post .elementor-post__thumbnail,
.blog-posts .elementor-post .elementor-post__title a{
	transition: all 0.4s;
}
.blog-posts .elementor-post:hover .elementor-post__thumbnail{
	transform: scale(1.2) rotate(-5deg)
}
.blog-posts .elementor-post:hover .elementor-post__title a{
	color: var( --e-global-color-a0b4afc ) !important;
}
.newsletter-form .elementor-field{
	padding: 15px 0 15px 0;
}
.newsletter-form .elementor-field-type-submit{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.bottom-arrow{
	position: relative;

}
.bottom-arrow:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 50px solid var( --e-global-color-68c1ec8 );
	border-right: 70px solid transparent;
	bottom: -50px;
	left: 0;
	display: block;
	z-index: 1;
}


/* Woocommerce product page css */

.woocommerce-product-gallery {
	display: flex !important;
	flex-direction: row !important;
	gap: 12px !important;
	align-items: flex-start !important;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
	order: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	width: 88px !important;
	min-width: 88px !important;
	flex-shrink: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	position: static !important;
	bottom: auto !important;
	max-height: 600px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	scrollbar-width: none !important;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
	display: none !important;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
	width: 88px !important;
	height: 88px !important;
	overflow: hidden !important;
	cursor: pointer !important;
	border: 2px solid transparent !important;
	transition: border-color 0.2s !important;
	background: #f0f0f0 !important;
	margin: 0 !important;
	flex-shrink: 0 !important; 
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	opacity: 0.55 !important;
	transition: opacity 0.2s !important;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img.flex-active {
	opacity: 1 !important;
	border: none !important;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li:has(img.flex-active) {
	border-color: #111 !important;
}

.woocommerce-product-gallery .flex-viewport {
	order: 1 !important;
	flex: 1 !important;
	min-width: 0 !important;
	height: auto !important;
	overflow: hidden !important;
}

.woocommerce-product-gallery__image { background: #f5f5f5 !important; }
.woocommerce-product-gallery__image a { display: block !important; }
.woocommerce-product-gallery__image img:not(.zoomImg) {
	width: 100% !important;
	height: 600px !important;
	display: block !important;
	object-fit: contain !important;
}

img.zoomImg { display: none !important; }
a.woocommerce-product-gallery__trigger { display: none !important; }

.rydme-arrow {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 20 !important;
	background: rgba(255,255,255,0.9) !important;
	border: none !important;
	padding: 0 !important;
	width: 38px !important;
	height: 38px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15) !important;
	transition: background 0.2s !important;
}
.rydme-arrow:hover { background: #fff !important; }
.rydme-arrow.rydme-prev { left: 10px !important; }
.rydme-arrow.rydme-next { right: 10px !important; }
.rydme-arrow svg {
	width: 18px; height: 18px;
	stroke: #222; fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pf-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	background: #f5f0e8;
	padding:30px 0;
}

.pf-grid.pf-count-1 {
	grid-template-columns: 1fr;
}

.pf-grid.pf-count-3 .pf-item-1 {
	grid-column: span 2;
}

.pf-card {
	background: #fff;
	border: 1px solid #e8e0d0;
	padding: 24px 20px;
}

.pf-icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	margin-bottom: 12px;
	opacity: 0.6;
}

.pf-title {
	font-size: 20px !important;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #6d4d39 !important;
	margin: 0 0 8px;
}

.pf-desc {
	font-size: 16px;
	color: #000 !important;
	line-height: 1.5;
	margin: 0;
}
.product-buy-btn .e-atc-qty-button-holder{
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.product-buy-btn .e-atc-qty-button-holder input{
	border:1px solid #A9862C;
}

.pf-card:hover {
	background: #fff;
	border: 1px solid #A9862C;
	padding: 24px 20px;
}

.product-tagrrm .posted_in.detail-container{
	display:none;
}


.product-tagrrm .tagged_as.detail-container .detail-content{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.product-tagrrm .tagged_as.detail-container a{
	border: 1px solid #A9862C;
	padding: 6px 14px !important;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #AA744F;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	pointer-events:none;
}

.prod-content svg{
	width:20px;
}

@media screen and (max-width: 1024px) {
	.remove-br-tab br{
		display: none;
	}
	.woocommerce-checkout .order_details{
		flex-wrap: wrap;
		row-gap: 30px;
		justify-content: flex-start;
		text-align: left;
	}
}
@media screen and (max-width: 768px) {

	.cart-block td[data-title="Shipment"] #shipping_method{
		margin-left: 40%;
	}
	.cart-block td[data-title="Shipment"]:before {
		position: absolute;
	}
	.woocommerce-checkout .woocommerce-column--shipping-address{
		margin-top: 30px;
	}
	.woocommerce-checkout ul.order_details:before,
	.woocommerce-checkout ul.order_details:after{
		display: none;
	}
	.woocommerce-checkout ul.order_details,
	.woocommerce-checkout .woocommerce-table--order-details.shop_table{
		flex-direction: column;
		gap: 20px;
		padding: 30px 20px !important;
	}
	.woocommerce-checkout ul.order_details li{
		margin: 0;
		padding: 0;
		border: none;
	}
}
@media screen and (max-width:767px){
	.pf-grid{
		    grid-template-columns: repeat(1, 1fr) !important;
	}
	   .contact-form .elementor-field-group{
		margin-bottom: 30px !important;
	}
	.contact-form .elementor-field-type-submit button{
		margin-bottom: 10px !important;
	}
    .card-check{
	width: 65px !important;

}
	.card-check .elementor-icon{
		width: auto;
	}
	.cart-block .woocommerce-cart-form__cart-item{
		padding: 0 !important;
	}
	.cart-block .product-remove{
		position: absolute;
		right: 20px;
		top: 0;
	}
	.checkout-block .woocommerce-checkout-review-order-table td{
		padding-right: 0 !important
	}
	.woocommerce-product-gallery {
		flex-direction: column !important;
	}
	.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
		order: 1 !important;
		flex-direction: row !important;
		width: 100% !important;
		min-width: unset !important;
		max-height: none !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scrollbar-width: none !important;
	}
	.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
		display: none !important;
	}
	.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
		width: 68px !important;
		height: 68px !important;
		flex-shrink: 0 !important;
	}
	.woocommerce-product-gallery .flex-viewport { 
		order: 0 !important; 
	}
}


