:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: var(--wd-text-font);
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--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: 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(19,92,59);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.woodmart-archive-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.single-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .footer-float {
            position: fixed;
            right: 0;
            bottom: 60px;
            z-index: 999999;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 8px;
        }

        .whatsapp-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            background-color: #25D366;
            color: #fff;
            padding: 12px 20px;
            border-radius: 30px 0 0 30px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            white-space: nowrap;
            user-select: none;
        }

        .whatsapp-btn:hover {
            background-color: #1ebe5d;
            padding-right: 30px;
            box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.3);
        }

        .whatsapp-btn img {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
        }

        .wa-rotation-wrapper {
            padding-right: 10px;
        }

        .wa-rotation-badge {
            display: inline-block;
            background-color: rgba(0, 0, 0, 0.6);
            color: #fff;
            font-size: 12px;
            padding: 4px 12px;
            border-radius: 12px;
            white-space: nowrap;
        }

        .float-social-icons {
            position: fixed;
            right: 20px;
            bottom: 165px;
            z-index: 999998;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .float-social-icons a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
            transition: all 0.3s ease;
            -webkit-tap-highlight-color: transparent;
            text-decoration: none;
        }

        .float-social-icons a:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
        }

        .float-social-icons a img {
            width: 30px;
            height: 30px;
        }

        .float-social-icons .icon-whatsapp {
            background-color: #25D366;
        }

        .float-social-icons .icon-whatsapp img {
            width: 36px;
            height: 36px;
        }

        .float-social-icons .icon-instagram {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        @media (max-width: 768px) {
            .footer-float {
                bottom: 100px;
            }

            .whatsapp-btn {
                padding: 10px 14px;
                font-size: 13px;
                border-radius: 24px 0 0 24px;
            }

            .whatsapp-btn img {
                width: 20px;
                height: 20px;
            }

            .float-social-icons {
                right: 15px;
                bottom: 200px;
            }

            .float-social-icons a {
                width: 44px;
                height: 44px;
            }

            .float-social-icons a img {
                width: 26px;
                height: 26px;
            }

            .float-social-icons .icon-whatsapp img {
                width: 32px;
                height: 32px;
            }
        }
    </style>