:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 15px;
	--wd-title-font: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(234,195,44);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(234,195,44);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center top;
}
.wd-footer {
	background-color: rgb(17,17,17);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}




.wd-content-layout {
     padding-block: 0px; 
}
/* ======================================================
   CLICK2STICK PREMIUM EVENT FORM
   ====================================================== */

.event-form-section{
    max-width:1300px;
    margin:0px auto;
    padding:0px;
    position:relative;
}

.event-form-section:before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:radial-gradient(circle,rgba(245,179,1,.15),transparent 70%);
    top:-80px;
    right:-100px;
    pointer-events:none;
}

.event-heading{
    text-align:center;
    max-width:760px;
    margin:0 auto;
}

.event-heading h2{
    font-size:46px;
    font-weight:800;
    color:#111;
    margin:0;
    line-height:1.2;
}

.event-heading p{
    margin-top:0px;
    color:#666;
    font-size:18px;
    line-height:1.4;
}

/* FEATURE BOXES */

.event-top-boxes{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin-bottom:50px;
}

.top-box{
    background:#fff;
    border-radius:22px;
    padding:35px 25px;
    text-align:center;
    border:1px solid #ececec;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.top-box:before{
    content:"";
    position:absolute;
    width:100%;
    height:4px;
    left:0;
    top:0;
    background:#f5b301;
    transform:scaleX(0);
    transition:.35s;
}

.top-box:hover:before{
    transform:scaleX(1);
}

.top-box:hover{
    transform:translateY(-8px);
    border-color:#f5b301;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.top-icon{
    width:70px;
    height:70px;
    background:#fff6dc;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:30px;
}

.top-box h4{
    margin:0;
    font-size:20px;
    color:#111;
    font-weight:700;
}

.top-box p{
    margin-top:10px;
    color:#777;
    line-height:1.6;
    font-size:15px;
}

/* FORM CARD */

.event-form-card{
    background:#fff;
    border-radius:28px;
    padding:55px;
    border:1px solid #ececec;
    box-shadow:0 30px 70px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

.event-form-card:after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:radial-gradient(circle,rgba(245,179,1,.08),transparent 70%);
    bottom:-120px;
    left:-120px;
}

.cf-row{
    display:flex;
    gap:30px;
    margin-bottom:28px;
}

.cf-col{
    flex:1;
}

/* LABELS */

.event-form-card label{
    display:block;
    font-size:14px;
    font-weight:700;
    margin-bottom:12px;
    color:#111;
}

/* INPUTS */

.event-form-card input:not([type=submit]),
.event-form-card textarea,
.event-form-card select{
    width:100%;
    height:58px;
    border:2px solid #ececec;
    border-radius:16px;
    padding:0 18px !important;
    background:#fafafa;
    transition:.35s;
    font-size:15px;
    color:#222;
}

.event-form-card textarea{
    min-height:180px;
    padding-top:18px;
    resize:vertical;
}

.event-form-card input::placeholder,
.event-form-card textarea::placeholder{
    color:#999;
}

.event-form-card input:hover,
.event-form-card textarea:hover,
.event-form-card select:hover{
    border-color:#f5b301;
    background:#fff;
}

.event-form-card input:focus,
.event-form-card textarea:focus,
.event-form-card select:focus{
    outline:none;
    border-color:#f5b301;
    background:#fff;
    box-shadow:0 0 0 6px rgba(245,179,1,.12);
    transform:translateY(-2px);
}

/* FEATURES */

.event-features{
    display:flex;
    justify-content:center;
    gap:35px;
    margin:35px 0;
    flex-wrap:wrap;
}

.event-features div{
    background:#fff6dc;
    color:#8b6500;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
	height: 40px;
}

.event-features div:hover{
    background:#f5b301;
    color:#111;
    transform:translateY(-3px);
}

/* BUTTON */

.submit-area{
    text-align:center;
    margin-top:35px;
}

.submit-area input{
    background:linear-gradient(135deg,#111,#2a2a2a);
    color:#fff;
    border:none;
    border-radius:60px;
    padding:18px 55px;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.submit-area input:hover{
    background:linear-gradient(135deg,#f5b301,#ffca28);
    color:#111;
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(245,179,1,.35);
}

.submit-area input:active{
    transform:scale(.98);
}

/* CONTACT FORM 7 */

.wpcf7-spinner{
    margin-top:18px;
}

.wpcf7-response-output{
    border-radius:16px!important;
    padding:18px!important;
    font-weight:600;
    margin-top:25px!important;
}

/* MOBILE */

@media(max-width:1024px){

.event-top-boxes{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.event-heading h2{
font-size:34px;
}

.event-heading p{
font-size:16px;
}

.event-form-card{
padding:30px;
}

.cf-row{
flex-direction:column;
gap:20px;
}

.event-top-boxes{
grid-template-columns:1fr;
}

.event-features{
flex-direction:column;
align-items:center;
}

.submit-area input{
width:100%;
}

}

@media(max-width:480px){

.event-form-card{
padding:22px;
border-radius:18px;
}

.event-heading h2{
font-size:28px;
}

.top-box{
padding:28px 18px;
}

.top-icon{
width:60px;
height:60px;
font-size:26px;
}

}
/* Hide Quantity column on Cart page */
.woocommerce-cart th.product-quantity,
.woocommerce-cart td.product-quantity {
    display: none !important;
}
.shipping-msg{
margin-top:15px;
background:#0dbb3e;
color:#fff;
padding:12px 18px;
border-radius:50px;
text-align:center;
font-weight:700;
}
/* Hide default WooCommerce quantity field */
.single-product .quantity {
    display: none !important;
}
.wapf-input-label.best-value-option{
    border:2px solid #f4b400 !important;
    background:#fffdf5;
    border-radius:30px;
    box-shadow:0 4px 12px rgba(244,180,0,.15);
}

.wapf-input-label.best-value-option:hover{
    border-color:#d99b00 !important;
    background:#fff9e8;
}

.wapf-input-label.best-value-option .wapf-label-text{
    font-weight:600;
}
h3.elementor-icon-box-title {
    margin: 0px;
}
/* Hide shipping row in cart totals */
.woocommerce-cart .cart_totals .shipping {
    display: none !important;
}

#ship-to-different-address {
    display: none !important;
}

/* Hide $0.00 top price */
.price .woocommerce-Price-amount:only-child {
    display: none;
}

/* Hide Product Total row */
.wapf-product-total {
    display: none !important;
}
.custom-radio-buttons .wapf-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.custom-radio-buttons .wapf-radios label {
    border: 2px solid #ddd;
    padding: 12px 18px;
    border-radius: 50px;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s ease;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-radio-buttons .wapf-label-text {
		padding-left: 0px;
}

.custom-radio-buttons .wapf-radios input[type="radio"] {
    display: none;
}

.custom-radio-buttons .wapf-radios label:has(input[type="radio"]:checked) {
    background: #eac32c;
    color: #fff;
    border-color: #d4af37;
}

.custom-radio-buttons .wapf-radios label:hover {
    border-color: #eac32c;
}
-------------------------------------------------------------------------

.wd-carousel-item a {
    pointer-events: auto !important;
    position: relative;
    z-index: 5;
}
.owl-carousel .owl-item {
    pointer-events: auto;
}

.owl-carousel {
    touch-action: manipulation;
}
.wd-info-box {
    cursor: pointer;
}

.wd-info-box a {
    display: block;
    width: 100%;
    height: 100%;
}
.elementor-section {
    position: relative;
    z-index: 1;
}

.elementor-widget-wd_info_box_carousel {
    z-index: 10;
}@media (max-width: 576px) {
	.c2s-qty-buttons button {
    width: 105px !important;
}
}

