/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.whb-header .wd-header-text{
	font-size: 16px;
	color: #fff !important;
	font-family: var(--wd-title-font);
}
.hidemenu,.wd-footer .sub-sub-menu li:nth-child(4),.wd-footer .sub-sub-menu li:nth-child(5),.wd-footer .sub-sub-menu li:nth-child(6){
	display:none !important;
}
.cat-list .wd-info-box:hover .info-box-icon {
    transform: scale3d(1.1, 1.1, 1);
}
.cat-list .wd-info-box .info-box-icon {
       width: 80%;
}
.wd-negative-gap #mc4wp-form-1 .mc4wp-form-fields {
    display: flex !important;
    justify-content: center !important;
}
.wd-negative-gap .mc4wp-form input[type="submit"]{
	    background-color:#009999 !important;
	margin-left:10px;
}
footer .mc4wp-form .mc4wp-form-fields input[type="submit"]{
	 position: relative !important;
}
.wd-negative-gap #mc4wp-form-1 .mc4wp-form-fields{
	justify-content: flex-start !important;
}


.sbg{
	    background: linear-gradient(135deg, #BEE3DB, #ECD7CD, #D7D0B1);
}

.wd-breadcrumbs>span:last-child{
	color:#178181 !important;
}
.wd-breadcrumbs>span a, .wd-breadcrumbs .wd-delimiter:after{
	color:#333 !important;
}



.related-p .product-wrapper img{
	min-height: 328px !important;
	object-fit: cover;
}
.related-p .product-wrapper img,.product-element-top img{
	min-height:260px !important;
	object-fit: cover;
}

.elementor-widget-wd_mailchimp #mc4wp-form-1 .mc4wp-form-fields {
    display: flex !important;
    justify-content: center !important;
}


/*subscription-box */

.sbox-hero .wd-breadcrumbs{
	font-family: 'Poppins';
	font-style: normal;
}
.sbox-hero .wd-breadcrumbs span{
	font-weight: 500;
	font-size: 16px;
	color: rgba(248, 253, 252, 0.988235) !important;
}
.sbox-hero .wd-breadcrumbs>span:last-child,.sbox-hero .wd-breadcrumbs .wd-delimiter:after,.sbox-hero .wd-breadcrumbs>span a{
	color: rgba(248, 253, 252, 0.988235) !important;
}
.sbox-hero.bcr .wd-breadcrumbs>span:last-child,.sbox-hero.bcr .wd-breadcrumbs .wd-delimiter:after,.sbox-hero.bcr .wd-breadcrumbs>span a{
	color: rgba(36, 36, 36, 0.988235) !important;
}
.sbox-hero .wd-breadcrumbs .wd-delimiter:after{
	content: ">" !important;
}
.sbox-hero .wd-breadcrumbs span:nth-child(1),.sbox-hero .wd-breadcrumbs a:nth-child(1){
	font-size:0px !important;
}
.sbox-hero .wd-breadcrumbs span:nth-child(1) a::after,.sbox-hero .wd-breadcrumbs a:nth-child(1)::after{
	content: "";
	display: inline-block;
	width: 18px;
	height: 19px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M1 8L9 1L17 8V18H12V14C12 13.2044 11.6839 12.4413 11.1213 11.8787C10.5587 11.3161 9.79565 11 9 11C8.20435 11 7.44129 11.3161 6.87868 11.8787C6.31607 12.4413 6 13.2044 6 14V18H1V8Z" stroke="%23F8FDFC" stroke-opacity="0.988235" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
	background-size: contain;
	position: relative;
    top: -1px;
}

.sbox-hero.bcr .wd-breadcrumbs span:nth-child(1) a::after,.sbox-hero.bcr .wd-breadcrumbs a:nth-child(1)::after{
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L9 1L17 8V18H12V14C12 13.2044 11.6839 12.4413 11.1213 11.8787C10.5587 11.3161 9.79565 11 9 11C8.20435 11 7.44129 11.3161 6.87868 11.8787C6.31607 12.4413 6 13.2044 6 14V18H1V8Z' stroke='%23242424' stroke-opacity='0.988235' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}


.page .wd-page-content{
background: #FFFFFF !important;
}
.plan-layout {
display: flex;
gap: 20px;
margin: 20px 0px;
border: 1px solid #ECECEC;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
align-items: center;
}
.plan-left img { width: 460px; }

.billing-labels {
display: flex;
align-items: center;
gap: 10px;
padding-bottom:20px;
}

.label-monthly, .label-yearly {
font-size: 16px;
font-weight: 400;
line-height: 26px;
font-family: 'Poppins';
color: #333333;
}

.switch-wrapper {
position: relative;
width: 60px;
height: 30px;
display: inline-block;
}

.switch-wrapper input[type="checkbox"] {
opacity: 0;
width: 0;
height: 0;
}

.switch-wrapper .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
transition: .4s;
border-radius:20px;
}

.switch-wrapper .slider::before {
position: absolute;
content: "";
height: 25px;
width: 25px;
left: 2px;
top: 2px;
background-color: white;
transition: .4s;
border-radius: 50%;
}

.switch-wrapper input:checked + .slider {
background-color: #178181;
}

.switch-wrapper input:checked + .slider::before {
transform: translateX(30px);
}

.plan-details-pricing{
display: flex;
}
.plan-details h3,.plan-pricing{
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 32px;
color: #242424;
}
.plan-details h3{
max-width: 65%;
}
.plan-details ul {
list-style: none;
padding-left: 0;
}
.plan-details li{
position: relative;
padding-left: 40px;
margin-bottom: 10px;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 32px;
}
.plan-details li::before {
content: "";
position: absolute;
left: 0;
top: 2px;
width: 32px;
height: 32px;
background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16_1483)"><path d="M21.3346 12.6338L14.2195 19.4217L10.668 16.0277" stroke="black" stroke-opacity="0.2" stroke-width="1.93939" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.9996 27.179C22.4262 27.179 27.636 21.9692 27.636 15.5426C27.636 9.11602 22.4262 3.90625 15.9996 3.90625C9.57306 3.90625 4.36328 9.11602 4.36328 15.5426C4.36328 21.9692 9.57306 27.179 15.9996 27.179Z" stroke="black" stroke-opacity="0.2" stroke-width="1.93939" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_16_1483"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>');
background-size: contain;
background-repeat: no-repeat;
}
.plan-right{
padding:0px 30px;
}

.plan-pricing .price {
color: #242424;
line-height: 70px;
}
/*.step { display: none; }
.step.active { display: block; }*/

.box-type-group {
	margin-bottom: 30px;
	padding: 20px;
	border: 2px dashed #ccc;
	border-radius: 10px;
}
.box-content{
	flex-basis: 80%
}
.products-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.product-card {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 10px;
	width: 340px;
	text-align: center;
}
.product-card.added,.product-card.product-added{
	border: 1.5px solid #178181;
}

.product-card img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border: 1px solid #F2F2F2;
	border-radius: 8px;
}
.p-details{
	text-align: left;
	padding-top:10px;
}
.p-details h4{
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	min-height: 50px;
	margin-bottom: 0px;
}
.p-details .s-desc{
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	min-height: 38px;
	display: block;
}
.product-qty {
	width: 60px;
	margin: 10px auto;
}
.p-qbox {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
	padding: 10px 0px 10px 0px;
}
.sc-frm .quantity {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #FFFFFF;
	border: 0.66px solid rgba(0, 0, 0, 0.1);
	border-radius: 112.2px;
	height: 46px;
	padding: 5px;
}
.sc-frm div.quantity a{
	border-radius: 112.2px;
	font-size: 20px;
	color: #333333;
	width: 22px;
	min-height:38px !important;
}
.quantity .product-qty {
	width: 32px !important;
	font-weight: 500 !important;
	font-size: 12px !important;
	border-color: #FFFFFF !important;
	box-shadow: 0px 0px 0px !important;
	padding:0px !important;
}
.add-to-box{
	padding: 5px 24px;
	background: #178181;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	line-height: 36px;
	color: #FFFFFF;
	cursor: pointer !important;
}
.add-to-box:hover{
	color: #FFFFFF;
}

/*.sc-frm .billing-section{
	width: 50%;
	box-sizing: border-box;
	clear: none;
	border: 0px;
	padding-bottom: 0px;
}*/

.sc-frm .order-summary-section,.gfield--input-type-section,.gfield--type-section{
	border: 0px !important;
	padding-bottom: 0px;
}
.sc-frm .order-summary-section h3{
	font-weight: 500;
	font-size: 22px;
	color: #242424;
	margin-top: 20px;
}
.sc-frm .billing-field{
	float: left;
	width: 35%;
	clear: none;
	padding-right: 20px;
	padding-bottom: 20px;
}
.billing-field h3{
	font-weight: 600;
	font-size: 24px;
	color: #242424;
	margin-bottom: 0px !important;
}
.sc-frm .gform_fields{
	display: block;
	/*padding: 10px;*/
}
.sc-frm .cboth{
	clear: both !important;
}
.sc-frm input[type='email']{
	width: 100% !important;
}

/*.sc-frm .gform-body.gform_body{
	display: flex;
}*/
.full-width{
	width: 50% !important;
}
.spwidth{
	width: 70% !important;
}
.sc-frm .billing-field label,.sc-frm label{
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #333333 !important;
}
.sc-frm .billing-field input[type='text'], .sc-frm .billing-field input[type='email'], .sc-frm .billing-field input[type='tel'],.sc-frm .billing-field textarea,.cnt input[type='text'],.cnt input[type='email'],.cnt textarea{
	width: 100% !important;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 130%;
	color:#333333 !important;
	border: 1px solid #E6E6E6 !important;
	border-radius: 6px !important;
	height: 49px !important;
}

.sc-frm input::placeholder,.sc-frm textarea::placeholder{
  color: rgba(0, 0, 0, 0.2) !important;
}

/*.sc-frm :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}

.sc-frm ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}*/

.cnt input[type='text'],.cnt input[type='email']{
	margin-bottom:10px;
}
.sc-frm .billing-field select{
	width: 100% !important;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: rgba(0, 0, 0, 0.2) !important;
	line-height: 130%;
	border: 1px solid #E6E6E6 !important;
	border-radius: 6px !important;
	height: 49px !important;
	padding-top: 12px;
	padding-bottom: 12px;
}
.order-summary-field.dinline{
	display: flex;
	justify-content: space-between;
}
.dinline .ginput_container input{
	text-align: right;
	padding-right: 40px;
}
.gfield--type-stripe_creditcard .ginput_stripe_creditcard {
	width: 100%;
	margin-right: 30px;
}
.gfield--type-stripe_creditcard{
	    flex-direction: column !important;
}
.sc-frm .adinfo h3{
	font-weight: 500;
	border-top: 1px solid #E6E6E6;
	padding-top: 20px;
}
.order-sp:before{
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	height: 630px;
	position: absolute;
	content: " ";
	width:400px;
	right:0px;
}
.sc-frm .mr{
	margin-right: 40px;
}

.sc-frm .order-summary-section,.sc-frm .order-summary-field,.sc-frm .order-sp,.sc-frm .gform-page-footer{
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction:row;
}
.sc-frm .pr-mth h3{
	font-weight: 500;
	font-size: 16px;
}
.sc-frm .gform_previous_button,.gform_required_legend{
	display: none !important;
}
.hideprice{
	visibility: hidden;
}

.box-tabs {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: 20%;
}
.box-auto .auto-box-tab{
    border: 1px solid #178181;
    border-radius: 8px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    text-align: center;
    font-weight: 600;
    height: 45px;
	line-height: 40px;
    color: #178181;
	cursor: pointer;
}
.box-type-tab,.box-auto,.box-summary{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: 20%;
}
.box-auto{
	  margin-bottom: 10px;
}
.box-type-tab .box-tab:first-child.active{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.box-type-tab .box-tab:last-child.active{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.box-type-tab{
    gap: 0px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.box-summary{
    gap: 0px;
	position: absolute;
	top: 118px;
}

.box-tab{
    padding: 8px 16px;
    border: none;
    height: 56px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer !important;
}

.box-tab.active {
    background-color: #178181;
    color: #fff;
    /*border: 1px solid rgba(23, 129, 129, 0.1);*/
}
/*.plans-wrapper .plan.selected .plan-layout{
	border-color:#178181 !important;
}*/

.box-tab-content {
	display: none;
}

.box-tab-content.active {
	display: block;
}

.box-container{
	display: flex;
	gap: 30px;
	align-items: flex-start;
	margin-top: 20px;
}

.sc-frm .gf_step{
	width: 32%;
	flex-direction: column;
	position: relative;
	z-index: 22;

}
.sc-frm #gf_step_1_1,.sc-frm.gcbox #gf_step_3_1{
	align-items: flex-start;
}
.sc-frm #gf_step_1_3,.sc-frm.gcbox #gf_step_3_3 {
	align-items:flex-end;
}


.gf_page_steps {
	position: relative;
	display: flex;
}

.gf_page_steps::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 99%;
	height: 8px;
	background-color: #ddd;
	z-index: 0;
	border-radius: 2px;
	/*margin:0px 20px;*/
}

/* Green progress line */
.gf_page_steps::after {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 0%;
	height: 8px;
	background-color: #00B207;
	z-index: 1;
	border-radius: 2px;
	transition: width 0.4s ease-in-out;
}
.gf_page_steps[data-progress="50"]::after {
	width: 50%;
}
.gf_page_steps[data-progress="100"]::after {
	width: 100%;
}

.gf_step_active .gf_step_number,.gf_step_completed .gf_step_number{
	border-color:#00B307;
	background-color: #00B207 !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
}
.gf_step_completed .gf_step_number::after{
	border-color:#00B307 !important;
	background-color: #00B207 !important;
	margin-top: 3px;
	margin-left: 3px;
}
.gf_step .gf_step_number{
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border: 1px dashed #00B307;
}
#gf_step_2_3 .gf_step_label{
	position: relative;
	left: 15px;
}
#gf_step_2_1 .gf_step_label{
	position: relative;
	left: -15px;
}
#gf_step_1_2.gf_step.gf_step_completed .gf_step_number::after,#gf_step_3_2.gf_step.gf_step_completed .gf_step_number::after {
	    left: 200px !important;
}
#gf_step_2_1 .gf_step_number{
	position: relative;
}
#gform_page_2_3 .gform_page_fields{
	display: flex;
}
.sc-frm .gf_step_label{
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #242424;
	text-transform: capitalize;
}
.sc-frm .gf_step_active .gf_step_label{
	font-weight: 600;
}

.gform-page-footer .button,.gform_button.button{
	padding: 8px 36px;
	width: 148px;
	height: 40px;
	background: #178181 !important;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
}
.gform-theme--framework *{
	font-family: 'Poppins' !important;
	font-style: normal;
}

.box-summary .stxt{
	font-weight: 600;
	font-size: 16px;
}
.box-summary .remaining-msg{
	font-weight: 400;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.6);
}

.s-frm .gform-theme--foundation .gfield input{
	    height: auto;
}
#gform_1 .gform_page:nth-child(2) .gform-page-footer,#gform_3 .gform_page:nth-child(1) .gform-page-footer{
	position: absolute !important;
	top: 100px !important;
	right: 0 !important;
	z-index: 1;
}
.gform_validation_error #gform_1 .gform_page:nth-child(2) .gform-page-footer,.gform_validation_error #gform_3 .gform_page:nth-child(1) .gform-page-footer{
	top: 200px !important;
}
.gform_validation_error #gform_1 .gform_page:nth-child(2){
	margin-top: 140px;
}
.sc-frm .gform-theme-button.button{
	padding: 8px 36px !important;
	border-radius:8px !important;
	font-weight: 600;
	font-size: 16px;
    outline: none !important;
	border-color: transparent !important;
}
.sc-frm .gform_button.button{
	border-radius:8px !important;
	font-weight: 600;
	font-size: 16px;
    outline: none !important;
	border-color:transparent !important;
}

#gform_1 .gform_page:nth-child(2),#gform_3 .gform_page:nth-child(1){
	margin-top: 100px;
	margin-bottom: 100px;
}

/*subscription-landing-page*/

.grey-bg{
	background-color: #ECECEC;
}
.page-id-43161 .wd-content-layout,.page-id-43387 .wd-content-layout,.page-id-43281 .wd-content-layout,.page-id-43421 .wd-content-layout,.page-id-43437  .wd-content-layout,.page-id-43464 .wd-content-layout,.page-id-43459 .wd-content-layout{
	padding-block: 0px;
}
.sbox-hero .wd-text-block{
	display: flex;
	flex-direction: column;
	gap:30px;
	font-family: 'Montserrat';
	font-style: normal;
}
.sbox-hero h4{
	font-weight: 700;
	font-size: 58px;
	line-height: 80px;
	letter-spacing: -0.4px;
    color: #B0B0B0;
	margin-bottom: 0px;
}
.clist{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #2A7CC7;
}
.sbox-hero .cdesc{
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.2px;
	color: #737373;
}
.sbox-hero .btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 40px;
	width: 270px;
	height: 62px;
	background: rgba(128, 128, 128, 0.55);
	border-radius: 5px;
	font-weight: 500;
}
.sbox-hero .btn span{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.1px;
	color: #FFFFFF;
}
.sbox-hero .wd-nav-pagin{
	padding: 0px 8px;
	height: 24px;
	background: #FFFFFF;
	border-radius: 24px;
}
.sbox-hero .wd-nav-pagin li{
	width: 10px;
	height: 10px;
	background: #BBBBBB;
	border-radius: 10px;
	border:0px !important;
}
.sbox-hero .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span{
	background: #333333;
	border-radius: 10px;

	border:0px !important;
}
#h-subscribe h2,#hcstr h2,#s-faqs h2{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 72px;
	letter-spacing: -0.02em;
	color: #000000;
	padding: 0px 30px;
}
#h-subscribe{
	border-left: 1px dashed rgba(0, 0, 0, 0.2);
	border-right: 1px dashed rgba(0, 0, 0, 0.2);
	position: relative;

}
#h-subscribe:before{
	content: " ";
	border-left: 1px dashed rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 29%;
	width: auto;
}
#h-subscribe:after{
	content: " ";
	border-right: 1px dashed rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 33%;
	height: 100%;
}
#h-subscribe .info-box-wrapper{
   padding:0px 30px;
}
#h-subscribe .info-svg-wrapper{
	width: 64px !important;
	height: 66px !important;
}
#h-subscribe .info-box-subtitle{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.03em;
	color: #333333;
}
#h-subscribe .info-box-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.03em;
	color: #242424;
}
#h-subscribe .info-box-inner{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.4);
	max-width: 80%;
}
#h-subscribe .btn{
	padding: 9px 24px;
	width: 193px;
	height: 38px;
	background: #178181;
	border-radius: 3px;
}
#h-subscribe .btn span{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.0618519px;
	color: #FFFFFF;
}
#h-subscribe .elementor-widget-wd_infobox:nth-child(2){
	margin-top:80px;
}
#h-subscribe .elementor-widget-wd_infobox:nth-child(3){
	margin-top:160px;
}
#whys .e-con-boxed{
  padding:50px 0px 0px 50px;
	border-radius: 20px;
}
#whys ul{
	list-style: none;
	padding-left: 0;
}
#whys li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
}
#whys li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 32px;
	height: 32px;
	background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16_1483)"><path d="M21.3346 12.6338L14.2195 19.4217L10.668 16.0277" stroke="black" stroke-opacity="0.2" stroke-width="1.93939" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.9996 27.179C22.4262 27.179 27.636 21.9692 27.636 15.5426C27.636 9.11602 22.4262 3.90625 15.9996 3.90625C9.57306 3.90625 4.36328 9.11602 4.36328 15.5426C4.36328 21.9692 9.57306 27.179 15.9996 27.179Z" stroke="black" stroke-opacity="0.2" stroke-width="1.93939" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_16_1483"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}
#hcstr .liner-continer,#s-faqs .liner-continer{
	margin-bottom: 0px;
}
#hcstr .title-after_title,#s-faqs .title-after_title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 158.8%;
	text-align: center;
	color: #707070;
}
#s-faqs .wd-accordion-title-text{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #242424;
}
#s-faqs .wd-accordion-content{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.4);
}
#s-faqs .wd-accordion-opener{
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 50px;
	padding-top: 13px;
}
#s-faqs .wd-accordion.wd-opener-style-plus>.wd-accordion-item>.wd-accordion-title .wd-accordion-opener:before{
	font-size: 18px;
}
#s-faqs .wd-accordion-title.wd-active .wd-accordion-opener:before{
	color: #FFFFFF;
}
#s-faqs .wd-accordion-title.wd-active .wd-accordion-opener{
	background: #3F8081;
	padding-top: 14px !important;
}
#s-faqs.cfaqs .wd-accordion-title.wd-active .wd-accordion-opener{
	background: #818181;
}
.add-to-box.disabled,.quantity.disabled,.auto-box-tab.disabled{
  pointer-events: none !important;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content,.single-product .wd-page-content{
	    background-color: rgb(255, 255, 255) !important;
}
.filter-c *,.pc-list *{
	font-family: 'Poppins' !important;
	font-style: normal;
}
.filter-c .elementor-widget-container{
	border: 1px solid #E6E6E6;
	border-radius: 8px;
}
.filter-c .wd-widget .widget-title{
	font-weight: 600 !important;
	font-size: 16px !important;
}
.filter-c .widget_layered_nav ul .chosen a{
	
    font-weight: 400;
}
.filter-c .widget_layered_nav ul li a{
	color: #1A1A1A !important;
}
.filter-c .woocommerce-widget-layered-nav-list .count{
	display:none !important;
}
.filter-c .price_slider_amount .button{
	background: #E2F3F3;
	border-radius: 5px;
}
.filter-c .price_slider_amount .button:hover{
	background: #E2F3F3;
}
.pc-list .wd-product,.single-product .wd-carousel-item .product-wrapper{
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 10px;
}
.pc-list .price-cart-flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.pc-list .price-cart-flex-wrap .price {
    text-align: left;
	margin-top:0px !important;
}
.pc-list .price-cart-flex-wrap .wd-add-btn {
    text-align: right;
    flex-shrink: 0;
}
.pc-list .price-cart-flex-wrap .wd-add-btn a{
	font-weight: 600 !important;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.1px;
	background: #178181 !important;
	border-radius: 5px !important;
}
.pc-list .wd-entities-title,.pc-list .custom-short-description{
	 text-align: left;
}
.pc-list .wd-entities-title{
	font-weight: 700;
	font-size: 14px;
}
.pc-list .wd-entities-title a:hover{
	color: #178181 !important;
}
.pc-list .custom-short-description{
	font-weight: 400;
	font-size: 12px;
}
.sbox-hero .wd-slider-arrows.wd-pos-sep{
	display:none !important;
}
#gform_1 #gform_page_1_1 .gform-page-footer{
	margin-top: 0px !important;
	position: absolute;
	bottom: 14%;
	left: 37%;
}

.step .filter-s{
	display:none;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1px;
	color: #252B42;
}
.step .filter-s::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2213%22%20viewBox%3D%220%200%2014%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.333008%200.0465088H13.6663V2.04651H0.333008V0.0465088ZM0.333008%205.04651H13.6663V7.04651H0.333008V5.04651ZM0.333008%2010.0465H13.6663V12.0465H0.333008V10.0465Z%22%20fill%3D%22%23252B42%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 6px;
}
.popup-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 10000;
}

.popup-close-btn svg {
  width: 20px;
  height: 20px;
  fill: black;
}
.cat-design-center.without-product-count .hover-mask{
  transform: translate(100px, -20%) !important;
}

@media only screen and (max-width:1199px) {
	#h-subscribe:before,#h-subscribe:after{
		content: none !important;
	}
	#h-subscribe{
		border:0px !important;
	}
	#h-subscribe .elementor-widget-wd_infobox:nth-child(2),#h-subscribe .elementor-widget-wd_infobox:nth-child(3){
		margin-top: 20px;
	}
	#h-subscribe h2, #hcstr h2{
		font-size: 26px;
		line-height: 40px;
	}
	#hcstr .title-after_title, #s-faqs .title-after_title{
		font-size: 14px;
		max-width: 100%;
	}
	#s-faqs .wd-accordion{
     padding-left:20px;
		padding-right:20px;
	}
	/*15-05-2025*/
	.sbox-hero h4{
		    font-size: 40px;
		    text-align: center !important;
	}
	.clist,.sbox-hero .cdesc{
		 text-align: center;
	}
	.sbox-hero .btn span,#h-subscribe .info-box-title,#s-faqs h2,.plan-pricing,.plan-details h3{
		 font-size: 20px;
	}
	.sbox-hero .btn {
		padding: 15px 10px;
		width: 180px;
		margin: 0 auto;
	}
	#h-subscribe .info-box-inner{
		max-width: 100%;
		font-size: 14px;
	}
	#whys h4.woodmart-title-container{
		font-size: 24px;
	}
	#s-faqs .wd-accordion-title-text{
		font-size:14px;
	}
	#s-faqs .wd-accordion-title.wd-active .wd-accordion-opener,#s-faqs .wd-accordion-opener{
		    padding-top: 10px !important;
	}
	#s-faqs .wd-accordion-opener{
		width: 30px;
		height: 30px;
	}
	#s-faqs .wd-accordion.wd-opener-style-plus>.wd-accordion-item>.wd-accordion-title .wd-accordion-opener:before{
		font-size: 10px;
	}
	.plan-layout{
		flex-direction: column;
	}
	.plan-pricing{
		position: absolute;
		top: 60px;
	}
	.plan-details-pricing{
		display: block;
		position: relative;
	}
	.plan-details h3{
		max-width: 100%;
		margin-bottom: 70px;
	}
	.plan-details li{
		font-size: 14px;
		line-height: 26px;
	}
	.sc-frm .gform-theme-button.button{
		padding: 10px 20px !important;
	}
	#gform_1 #gform_page_1_1 .gform-page-footer {
		position: relative;
		bottom: 50px;
		left: auto;
	}
	.plan-left img{
		border-radius: 12px 12px 0px 0px;
	}
	.gform-theme--foundation .gf_page_steps{
		    flex-wrap: nowrap;
	}
	.step .filter-s{
		display:block;
		position: absolute;
		top: 130px;
	}
	.step .box-container{
    	flex-direction: column;
		    gap: 10px;
	}
	.sc-frm .billing-field{
		 float: none !important;
		    width: 100% !important;
	}
	.step .mobile-popup-overlay{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 9999;
		padding: 150px 20px;
		transform: translateX(0);
	}
	.step .mobile-popup-overlay.open {
		transform: translateX(0);
	}
	.box-summary{
		top:160px;
	}
	#gform_1 .gform_page:nth-child(2), #gform_3 .gform_page:nth-child(1){
		    margin-top: 140px;
	}
	.plan-left img{
		height: 310px;
		object-fit: cover;
	}
	.order-sp:before{
		width: 375px;
		left: 0px;
	}
	.sc-frm .mr{
		margin-right:0px !important;
	}
	.sc-frm .billing-field{
		padding-left:0px !important;
		padding-right:0px !important
	}
	.sc-frm .order-summary-section, .gfield--input-type-section, .gfield--type-section,.order-summary-field.dinline,.gfield--type-stripe_creditcard,#gform_page_1_3 .gform-page-footer,#gform_page_3_3 .gform-page-footer,#gform_page_2_1 .gform-page-footer,#gform_page_2_2 .gform-page-footer{
		padding-left:10px !important;
	}
	#gf_step_1_2.gf_step.gf_step_completed .gf_step_number::after, #gf_step_3_2.gf_step.gf_step_completed .gf_step_number::after{
		left: 37px !important;
	}
	#gform_2{
		padding: 0px 20px;
	}
	#gform_2 .order-sp:before{
		height: 530px;
	}
	#gform_3 .order-sp:before{
		height: 550px;
	}
	#gform_2.sc-frm.gcc .gform-page-footer .button,#gform_1 #gform_page_1_3 .gform-page-footer .button{
		width: 100% !important;
		margin-right: 20px !important;
	}
	.sc-frm.gcc .order-summary-section.pblock{
		    padding-right: 10px !important;
	}
	.sc-frm.gcc .crp .gfield_radio .gchoice label{
		padding:0.5rem 1.2rem !important;
	}
	#gift-hero.sbox-hero h4,.sbox-hero h4{
		font-size: 22px !important;
		line-height: 30px !important;
        text-align: left;
	}
	#gift-hero.sbox-hero .cdesc,.sbox-hero .cdesc{
		font-size: 16px !important;
		line-height: 22px !important;
	}
	#gift-hero.sbox-hero .elementor-widget-image img,.sbox-hero .elementor-widget-image img{
		height: 150px;
		object-fit: contain;
	}
	#gift-hero.sbox-hero .wd-negative-gap .e-con-inner{
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	#gb-wmbg .plan-details h3{
		margin-bottom: 0px !important;
	}
	#gb-wmbg .plan-right{
		    padding: 30px 30px;
	}
	#gb-wmbg span{
		font-size: 14px !important;
		line-height: 22px !important;
	}
	.swiper-pagination{
		    left: 40% !important;
	}
	.sc-frm .gf_step_label{
		    font-size: 10px !important;
	}
	/*Product in 2 colume*/
	.sc-frm .product-card{
	   width: calc(100% - 10px);
	}
	.pc-list .price-cart-flex-wrap{
		flex-direction: column;
		gap: 10px;
		padding-bottom: 10px;
		align-items: flex-start;
	}
	.cat-design-center.without-product-count .hover-mask{
		    transform: initial !important;
	}
	
}

@media only screen and (max-width: 767px) {
	
}

.gform-page-footer button[disabled], .gform-page-footer input[disabled]{
	background: rgba(0, 0, 0, 0.2) !important;
	color: #FFFFFF !important;
}
#gift-hero.sbox-hero h4{
	font-weight: 600;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.4px;
     color: #B0B0B0;
    margin-bottom: 0px;
}
#gift-hero.sbox-hero .cdesc{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #797979;
	opacity: 0.7;
}
#gift-hero.sbox-hero .wd-text-block{
    gap: 10px;
}
#gift-hero.sbox-hero .wd-negative-gap .e-con-inner{
  padding-left: 10%;
  padding-right: 5%;
}
#cgf{
	padding:80px 0px;
}

.sc-frm.gcc .crp .gfield_radio{
	display: flex;
	flex-direction: row;
	gap: 1rem;
	border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
}
.sc-frm.gcc .crp .gfield_radio .gchoice {
	    flex-basis: auto;
}
.sc-frm.gcc .crp input.gfield-choice-input{
	display: none;
}
.sc-frm.gcc .crp .gfield_radio .gchoice label{
	    margin:0px;
}
.sc-frm.gcc .crp .gfield_radio .gchoice label{
	display: inline-block;
	padding: 0.5rem 1.5rem;
	border: 1px solid #E6E6E6;
	border-radius: 6px;
	cursor: pointer;
	color: #999999 !important;
    font-weight: 400;
    font-size: 16px;
	background-color: #f9f9f9;
	transition: all 0.3s ease;
	user-select: none;
}

.sc-frm.gcc .crp input.gfield-choice-input:checked + .gform-field-label{
	border-color:#178181;
	background-color:#178181;
	color: #ffffff !important;
}

.sc-frm.gcc .crp .gfield_radio .gform-field-label:hover {
	background-color: #178181;
	color: #ffffff !important;
}

.sc-frm.gcc .order-summary-section.pblock{
	flex-direction: column;
	padding-right: 40px;
}
.sc-frm.gcc .cppay .order-sp:before{
	    height: 470px;
}
.sc-frm.gcc .gform-page-footer{
	    justify-content: end;
	    margin-top: 10px;
}
.sc-frm.gcc .gform-page-footer .button{
	width: 400px !important;
	margin-right: 40px !important;
}
.sc-frm.gcc .cppay .gform-page-footer .button{
	background: rgba(128, 128, 128, 0.55) !important;
}
.sc-frm.gcc .order-summary-section.pblock p{
	    margin-bottom: 10px
}
.sc-frm.gcc .order-summary-section.pblock p:last-child{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom:10px;
}
.sc-frm.gcc .gform_page:nth-child(2) .gform-page-footer{
	    position: relative !important;
}
.sc-frm.gcc .gform_page:nth-child(2){
	    margin: 0px;
}


/*Gift Box */
.gf-hero{
	padding:40px 0px;
}
.gf-hero h2.woodmart-title-container{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #242424;
}
.gf-hero .title-after_title{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.2px;
}
#gb-wmbg *{
    font-family: 'Poppins' !important;
    font-style: normal;
}
#gb-wmbg{
	padding-bottom:40px;
}
#gb-wmbg span{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #737373;
}
#gb-wmbg .plan-left img{
	    width: 600px;
}
#gb-wmbg .plan-details ul{
	margin:20px 0px 30px 0px;
}
#gb-wmbg .build-box{
	padding: 10px 30px;
	background: #178181;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.1px;
	color: #FFFFFF;
	cursor: pointer !important;
}
#gb-wmbg .build-box:hover{
	color: #FFFFFF;
}
#s-gb{
	padding-bottom:80px;
}
.swiper-pagination{
	padding: 0px 8px;
	background: #FFFFFF;
	border-radius: 24px;
	width: auto !important;
	left:45% !important;
	bottom: 15px !important;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #BBBBBB;
    border-radius: 10px;
    border: 0px !important;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #333333;
	border-radius: 10px;
	border: 0px !important;
}
#s-gb .swiper-slide-bg{
	border-radius: 8.29197px;
}

#elementor-popup-modal-43484 .dialog-message{
	/*width:975px !important;*/
	width:1140px !important;
}
.rh-widget.rh-inline{
	margin:0px !important
}

.rpor .elementor-button{
	background: #178181;
	border-radius: 8px !important;
	padding: 8px 36px;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	color: #FFFFFF;	
}

/*Gift-Box*/
.sc-frm.gcbox #gform_page_3_2 .billing-field{
    width: 50%;
}
.sc-frm.gcbox #gform_page_3_2 .spwidth{
	width: 100% !important;
}
.sc-frm.gcbox #gform_page_3_2 .gform-page-footer{
       display: inline;
	    float: right;
}

.gform_confirmation_message_2{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #3F8081;
	max-width: 60%;
	margin: 0 auto;
}

.gform_confirmation_message_1,.gform_confirmation_message_2{
	font-size: 24px;
	line-height: 40px;
	font-style: normal;
    font-weight: 500;
}


@media only screen and (max-width:1199px) {
	#slider-566 .wd-slide{
		        min-height: 300px;
	}
}