html {
--wolmart-container-width: 1400px;
--wolmart-container-fluid-width: 1920px;
--wolmart-site-bg-color: #fff;
--wolmart-site-width: false;
--wolmart-site-margin: 0;
--wolmart-site-gap: 0;
--wolmart-page-wrapper-bg-color: #faf7f0;
--wolmart-primary-color: #0c5372;
--wolmart-secondary-color: #faf7f0;
--wolmart-dark-color: #333;
--wolmart-light-color: #ccc;
--wolmart-primary-color-hover: #106a91;
--wolmart-primary-color-alpha: rgba(12,83,114, 0.8);
--wolmart-secondary-color-hover: #ffffff;
--wolmart-dark-color-hover: #454545;
--wolmart-light-color-hover: #dedede;
--wolmart-body-font-family: 'Open Sans';
--wolmart-body-font-weight: 600;
--wolmart-body-font-size: 13px;
--wolmart-body-line-height: 1.6;
--wolmart-body-letter-spacing: 0;
--wolmart-body-color: #777;
--wolmart-typo-ratio: 0.92857142857143;
--wolmart-heading-font-family: 'Playfair Display';
--wolmart-heading-font-weight: 600;
--wolmart-heading-line-height: 1.2;
--wolmart-heading-letter-spacing: 0;
--wolmart-heading-text-transform: none;
--wolmart-heading-color: #333;
--wolmart-ptb-height: 0px;
--wolmart-ptb-title-font-family: 'Playfair Display';
--wolmart-ptb-title-font-weight: 700;
--wolmart-ptb-title-font-size: 0;
--wolmart-ptb-title-text-transform: none;
--wolmart-ptb-subtitle-font-family: 'Lora';
--wolmart-ptb-subtitle-font-weight: 400;
--wolmart-ptb-subtitle-font-size: 0;
--wolmart-ptb-breadcrumb-font-weight: 400;
--wolmart-ptb-breadcrumb-font-size: 13px;
--wolmart-ptb-breadcrumb-color: #000000;
--wolmart-lazy-load-bg: #f4f4f4;
--wolmart-prod-title-clamp: 1;

}
@media (max-width: 1919px) {
    .c-fluid>.e-con-inner {
        width: calc( 100% - 40px + var( --wolmart-con-ex-width ) );
    }
}
@media (max-width: 1399px) {
    .container-fluid .container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1399px) and (min-width: 480px) {
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no,
.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-no {
width: calc(100% - 40px);
}
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default,
.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-default {
width: calc(100% - 20px);
}
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow,
.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-narrow {
width: calc(100% - 30px);
}
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended,
.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended {
width: calc(100% - 10px);
}
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide,
.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-wide {
width: 100%;
}
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider,
.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-wider {
width: calc(100% + 10px);
}
.e-con-boxed .e-con-inner {
        width: calc( 100% - 40px + var( --wolmart-con-ex-width ) );
}
}
