html {
--wolmart-container-width: 1460px;
--wolmart-container-fluid-width: 1820px;
--wolmart-site-bg-color: #fff;
--wolmart-site-width: false;
--wolmart-site-margin: 0;
--wolmart-site-gap: 0;
--wolmart-page-wrapper-bg-color: #fff;
--wolmart-primary-color: #cc8a00;
--wolmart-secondary-color: #fdc800;
--wolmart-dark-color: #333f48;
--wolmart-light-color: #888888;
--wolmart-primary-color-hover: #efa200;
--wolmart-primary-color-alpha: rgba(204,138,0, 0.8);
--wolmart-secondary-color-hover: #ffd121;
--wolmart-dark-color-hover: #42515d;
--wolmart-light-color-hover: #9a9a9a;
--wolmart-body-font-family: 'Poppins';
--wolmart-body-font-weight: 400;
--wolmart-body-font-size: 14px;
--wolmart-body-line-height: 1.6;
--wolmart-body-letter-spacing: 0.025em;
--wolmart-body-color: #666666;
--wolmart-typo-ratio: 1;
--wolmart-heading-font-family: 'Poppins';
--wolmart-heading-font-weight: 500;
--wolmart-heading-line-height: 1.2;
--wolmart-heading-letter-spacing: 0;
--wolmart-heading-text-transform: none;
--wolmart-heading-color: #222222;
--wolmart-ptb-bg-color: #f7f7f7;
--wolmart-ptb-height: 180px;
--wolmart-ptb-title-font-weight: 700;
--wolmart-ptb-title-font-size: 34px;
--wolmart-ptb-title-line-height: 1.125;
--wolmart-ptb-title-letter-spacing: -0.025em;
--wolmart-ptb-title-text-transform: capitalize;
--wolmart-ptb-title-color: #333;
--wolmart-ptb-subtitle-font-size: 18px;
--wolmart-ptb-subtitle-line-height: 1.8;
--wolmart-ptb-subtitle-color: #666;
--wolmart-ptb-breadcrumb-font-size: 13px;
--wolmart-ptb-breadcrumb-color: #333;
--wolmart-lazy-load-bg: #f4f4f4;
--wolmart-prod-title-clamp: 1;

}
@media (max-width: 1819px) {
    .c-fluid>.e-con-inner {
        width: calc( 100% - 40px + var( --wolmart-con-ex-width ) );
    }
}
@media (max-width: 1459px) {
    .container-fluid .container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1459px) 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 ) );
}
}
