:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Playfair Display SC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(232,36,41);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(15,82,214);
	--btn-accented-bgcolor-hover: rgb(13,75,195);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left 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 center;
}
.wd-footer {
	background-color: rgb(248,244,235);
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a, .whb-general-header .wd-nav.wd-nav-secondary > li > a, html .wd-nav-mobile > li > a {
	text-transform: uppercase;
}
html table th {
	text-transform: capitalize;
}
html .post.wd-post:not(.blog-design-small) .wd-entities-title {
	font-size: 28px;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title, html .wd-checkout-steps {
	text-transform: capitalize;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color: rgb(51,51,51);
	--wd-form-brd-color-focus: rgb(15,82,214);
}
.wd .product-label.onsale {
	background-color: rgb(15,82,214);
	color: rgb(255,255,255);
}
.wd .product-label.new {
	background-color: rgb(15,82,214);
	color: rgb(255,255,255);
}
.wd .product-label.featured {
	background-color: rgb(15,82,214);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 20px;
}

@media (max-width: 1024px) {
	html .post.wd-post:not(.blog-design-small) .wd-entities-title {
		font-size: 24px;
	}

}

@media (max-width: 768.98px) {
	html .post.wd-post:not(.blog-design-small) .wd-entities-title {
		font-size: 22px;
	}

}
:root{
--wd-container-w: 1420px;
--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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: rgb(240,240,240);
}

.booking-form{
max-width:100%;
font-family:inherit;

/* ===============================
   Contact Form 7 - BrandMania
================================== */

.wpcf7 {
    max-width: 100%;
}

.wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 18px;
}

.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox) {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    margin-top: 8px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    color: #222;
    transition: all .25s ease;
    box-sizing: border-box;
}

/* Textareas */
.wpcf7 textarea {
    min-height: 160px !important;
    padding: 16px 18px !important;
    resize: vertical;
    line-height: 1.6;
}

/* Select */
.wpcf7 select {
    cursor: pointer;
}

/* Focus */
.wpcf7-form-control:focus {
    outline: none;
    border-color: #e30613; /* Change to your brand color */
    box-shadow: 0 0 0 4px rgba(227, 6, 19, .12);
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(0,0,0,.30);
    opacity: 1;
}
/* Select */
.wpcf7 select {
    appearance: none;
    -webkit-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #777 50%),
        linear-gradient(135deg, #777 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 23px,
        calc(100% - 16px) 23px;
    background-size: 6px 6px;
    background-repeat: no-repeat;
}

/* Radio & Checkbox */
.wpcf7-list-item {
    display: block;
    margin: 8px 0;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    margin: 0;
}

.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
    transform: scale(1.15);
}

/* File Upload */
.wpcf7 input[type="file"] {
    margin-top: 10px;
    border: 1px dashed #ccc;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    background: #fafafa;
}

/* Submit Button */
.wpcf7-submit {
    background: #e30613;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 36px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
}

.wpcf7-submit:hover {
    background: #b8000d;
    transform: translateY(-2px);
}

.wpcf7-submit:active {
    transform: translateY(0);
}

/* Validation */
.wpcf7-not-valid {
    border-color: #dc3545 !important;
}

.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 13px;
    margin-top: 6px;
}

.wpcf7-response-output {
    margin-top: 20px !important;
    border-radius: 10px;
    padding: 14px 18px !important;
}

/* Mobile */
@media (max-width:768px) {

    .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox) {
        height: 48px;
    }

    .wpcf7 textarea {
        min-height: 140px !important;
    }

    .wpcf7-submit {
        width: 100%;
    }

}
/* ==========================================
   BrandMania Contact Form
========================================== */

.booking-form{
    max-width:850px;
    margin:0 auto;
    padding:32px;
    background:#fff;
    border-radius:16px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    box-sizing:border-box;
}

.booking-form *,
.booking-form *:before,
.booking-form *:after{
    box-sizing:border-box;
}

/* Header */

.form-header{
    text-align:center;
    margin-bottom:28px;
}

.form-header .sub-title{
    margin:0 0 8px;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#d91e18;
}

.form-header h2{
    margin:0;
    font-size:32px;
    font-weight:700;
    line-height:1.3;
    color:#222;
}

/* Layout */

.row{
    display:flex;
    gap:18px;
    margin-bottom:16px;
}

.col{
    flex:1;
}

.full{
    width:100%;
    margin-bottom:16px;
}

/* Labels */

.booking-form label{
    display:block;
    margin-bottom:-15px !important;
    font-size:14px;
    font-weight:600;
    color:#374151;
    line-height:1.3;
}

.booking-form label span{
    color:#9ca3af;
    font-weight:400;
}

/* Inputs */

.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="tel"],
.booking-form input[type="number"],
.booking-form input[type="date"],
.booking-form select,
.booking-form textarea{
    width:100%;
    height:50px;
    padding:0 16px;
    border:1px solid #d1d5db;
    border-radius:10px;
    background:#fff;
    font-size:15px;
    color:#111827;
    transition:all .25s ease;
    outline:none;
}

/* Textarea */

.booking-form textarea{
    min-height:130px;
    padding:14px 16px;
    resize:vertical;
}

/* Placeholder */

.booking-form input::placeholder,
.booking-form textarea::placeholder{
      color:#999;
    opacity:1;
    font-weight:400;
}

/* Focus */

.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus{
    border-color:#d91e18;
    box-shadow:0 0 0 3px rgba(217,30,24,.12);
}

/* Select */

.booking-form select{
    cursor:pointer;
}

/* Submit Button */

.submit-row{
    margin-top:24px;
}

.booking-form input[type="submit"]{
    width:100%;
    height:52px;
    border:none;
    border-radius:10px;
    background:#d91e18;
    color:#fff;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    transition:.3s ease;
}

.booking-form input[type="submit"]:hover{
    background:#b51612;
    transform:translateY(-1px);
}

/* Contact Form 7 Messages */

.booking-form .wpcf7-spinner{
    margin-top:12px;
}

.booking-form .wpcf7-not-valid-tip{
    margin-top:4px;
    font-size:13px;
}

.booking-form .wpcf7-response-output{
    margin:18px 0 0 !important;
    padding:12px 16px !important;
    border-radius:10px;
    font-size:14px;
}

/* Mobile */

@media (max-width:768px){

    .booking-form{
        padding:24px 20px;
        border-radius:14px;
    }

    .row{
        flex-direction:column;
        gap:14px;
        margin-bottom:14px;
    }

    .full{
        margin-bottom:14px;
    }

    .form-header{
        margin-bottom:22px;
    }

    .form-header h2{
        font-size:26px;
    }

    .booking-form input,
    .booking-form select,
    .booking-form textarea{
        font-size:16px; /* Prevent iOS zoom */
    }

    .booking-form input[type="submit"]{
        height:50px;
    }
}@media (min-width: 1025px) {
	.wd-nav > li > a {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
}

