:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Nunito", 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: "Poppins", 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: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--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: rgb(45,45,45);
	--wd-alternative-color: rgb(119,174,83);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(122,167,84);
	--btn-accented-bgcolor-hover: rgb(66,66,66);
	--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: rgb(72,118,202);
	background-image: url(https://dotwebapps.com/wp-content/uploads/2021/09/digitals-promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
: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(23,23,47);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,249,249);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 0px;
}
: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: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--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-page-title {
background-color: rgb(72,118,202);
}

/* Hide original YITH button text and replace with Download Now */
.yith-wcmbs-download-button,
.yith-wcmbs-download-product-button,
.yith-wcmbs-button-download,
.yith-wcmbs-download-button a {
    font-size: 0px !important; 
}

.yith-wcmbs-download-button::after,
.yith-wcmbs-download-product-button::after,
.yith-wcmbs-button-download::after,
.yith-wcmbs-download-button a::after {
    content: "Download Now" !important;
    font-size: 14px !important; 
    font-weight: 600 !important;
    display: block;
    visibility: visible;
}


/* =========================================================
   DOTWEBAPPS — YITH PRODUCT ADD-ONS TOOLTIPS
   Desktop / Tablet base styling
   ========================================================= */


/* Each YITH option becomes the positioning anchor */
.yith-wapo-block .yith-wapo-option {
    position: relative !important;
}


/* ---------------------------------------------------------
   TOOLTIP CONTAINER
   Position tooltip above/right without covering option text
   --------------------------------------------------------- */

.yith-wapo-block .yith-wapo-option > .tooltip {
    position: absolute !important;

    /* Pull tooltip closer to the option */
    left: calc(100% - 60px) !important;
    right: auto !important;

    top: -38px !important;
    bottom: auto !important;

    display: block !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    z-index: 99999 !important;

    transition:
        opacity 0.15s ease,
        visibility 0.15s ease;
}


/* ---------------------------------------------------------
   ACTUAL TOOLTIP CARD
   --------------------------------------------------------- */

.yith-wapo-block .yith-wapo-option > .tooltip > span {
    position: relative !important;

    display: block !important;

    width: 300px !important;
    min-width: 260px !important;
    max-width: 340px !important;

    padding: 10px 12px !important;

    background: #ffffff !important;
    color: #333333 !important;

    border: 1px solid #d8d8d8 !important;
    border-left: 3px solid #7aa754 !important;
    border-radius: 5px !important;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.16) !important;

    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;

    text-align: left !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}


/* ---------------------------------------------------------
   SHOW TOOLTIP
   Hover with mouse or keyboard focus
   --------------------------------------------------------- */

.yith-wapo-block .yith-wapo-option:hover > .tooltip,
.yith-wapo-block .yith-wapo-option:focus-within > .tooltip {
    opacity: 1 !important;
    visibility: visible !important;
}


/* ---------------------------------------------------------
   REMOVE YITH DEFAULT TOOLTIP ARTEFACTS
   --------------------------------------------------------- */

.yith-wapo-block .yith-wapo-option > .tooltip::before,
.yith-wapo-block .yith-wapo-option > .tooltip::after {
    display: none !important;
}


/* ---------------------------------------------------------
   TOOLTIP ARROW
   Points back toward the option
   --------------------------------------------------------- */

.yith-wapo-block .yith-wapo-option > .tooltip > span::after {
    content: "";

    position: absolute;

    right: 100%;
    top: 38px;

    width: 0;
    height: 0;

    border: 6px solid transparent;
    border-right-color: #ffffff;
}


/* ---------------------------------------------------------
   INFO ICON
   Automatically appears before the option price.
   This does NOT become part of the cart/order option name.
   --------------------------------------------------------- */

.yith-wapo-block
.yith-wapo-option
.yith-wapo-addon-label
.option-price::before {
    content: "\24D8";

    display: inline-block;

    margin-left: 6px;
    margin-right: 5px;

    color: #7aa754;

    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    vertical-align: middle;

    cursor: help;
}

/* Helper text above YITH Request a Quote button */
.single-product .yith-ywraq-add-to-quote::before {
    content: "Need custom features or bespoke development?";
    display: block;

    margin: 12px 0 8px;

    color: #666666;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}@media (max-width: 576px) {
	.yith-wapo-block .yith-wapo-option > .tooltip {
    left: 0 !important;
    right: auto !important;

    top: auto !important;
    bottom: calc(100% + 10px) !important;
}

.yith-wapo-block .yith-wapo-option > .tooltip > span {
    width: 280px !important;
    max-width: calc(100vw - 40px) !important;
}

.yith-wapo-block .yith-wapo-option > .tooltip > span::after {
    right: auto !important;
    left: 22px !important;

    top: 100% !important;

    border: 6px solid transparent !important;
    border-top-color: #ffffff !important;
}
}

