body .site-content {
    font-family: "Raleway", sans-serif;
}
.divider-rounded span {
    border-radius: 30px;
}
.woocommerce-js div.product {
    padding: 0;
}

.jet-radio-list .jet-radio-list__item {
    display: inline-block !important;
}
.jet-radio-list__button {
    transition: all 0.2s linear;
}
.jet-radio-list__input:checked ~ .jet-radio-list__button span {
    font-weight: bold !important;
}
.product-price-col {
    grid-template-columns: 1fr 2fr !important;
}
.jsf_provider-preloader {
    position: fixed !important;
}

.products-list .e-loop-item > .e-con {
    height: 100% !important;
}

.new-icon .elementor-widget-container {
    display: flex;
    align-items: center;
    height: 65px !important;
    background-size: 100% 100% !important;
}
.new-icon .elementor-heading-title {
    border-top: 1px solid #ffffff50;
    border-bottom: 1px solid #ffffff50;
    padding: 7px 0;
    margin: 0 20px;
}
.button-close i {
    color: #009723;
}

@media screen and (max-width: 767px) {
    .jet-filter-items-dropdown__label {
        text-align: center;
    }
}

/** NEW CE STORE PAGE **/
.cestore-banner-title:before,
.cestore-banner-title:after {
    content: '';
    height: 95%;
    width: 6px;
    left: -5px;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 1px;
}
.cestore-banner-title:after {
    left: -6px;
    top: 0;
}

/* AGACNP */
.cestore-banner-title-agacnp:before,
.cestore-banner-title-agacnp:after {
    background: #5B8D33;
}
.cestore-banner-title-agacnp:after {
    background: #A2E46C;
}
/* ENP */
.cestore-banner-title-enp:before,
.cestore-banner-title-enp:after {
    background: #AA1E24;
}
.cestore-banner-title-enp:after {
    background: #FA5960;
}
/* PNP-AC */
.cestore-banner-title-pnpac:before,
.cestore-banner-title-pnpac:after {
    background: #b85c1e;
}
.cestore-banner-title-pnpac:after {
    background: #fcba64;
}
/* PNP-PC */
.cestore-banner-title-pnppc:before,
.cestore-banner-title-pnppc:after {
    background: #af528f;
}
.cestore-banner-title-pnppc:after {
    background: #ff8bd7;
}
/* WHNP-PC */
.cestore-banner-title-whnp:before,
.cestore-banner-title-whnp:after {
    background: #A1587A;
}
.cestore-banner-title-whnp:after {
    background: #D68CAE;
}
/* PMHNP */
.cestore-banner-title-pmhnp:before,
.cestore-banner-title-pmhnp:after {
    background: #735699;
}
.cestore-banner-title-pmhnp:after {
    background: #E5C742;
}
/* AGPCNP */
.cestore-banner-title-agpcnp:before,
.cestore-banner-title-agpcnp:after {
    background: #770F0E;
}
.cestore-banner-title-agpcnp:after {
    background: #E5C742;
}
/* FNP */
.cestore-banner-title-fnp:before,
.cestore-banner-title-fnp:after {
    background: #1A4D8F;
}
.cestore-banner-title-fnp:after {
    background: #E5C742;
}
/* /FNP */

.cestore-banner-title p {
    margin-bottom: 0;
}
.cestore-banner-wh-left {
    width: 40%;
}
.cestore-banner-wh-center {
    width: 28%;
}
.cestore-banner-wh-right {
    width: 32%;
}
.cestore-banner-wh-box:before,
.cestore-banner-wh-box:after {
    content: '';
    width: 17px;
    height: 44px;
    background: #E5C742;
    display: block;
    position: absolute;
    left: -8px;
    border-radius: 6px;
    top: calc((100% - 44px) / 2);
}
.cestore-banner-wh-box:after {
    left: auto;
    right: -8px;
}
.cestore-banner-bottom-txt p {
    margin-bottom: 0;
}
.cestore-banner-bottom-txt span {
    text-decoration: none !important;
    font-weight: bold;
    color: #ffda2c;
}

@media screen and (max-width: 1200px) {
    .cestore-banner-container-bg {
        padding: 0 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .cestore-banner-container-bg {
        background: none
    }
    .cestore-banner-title:before,
    .cestore-banner-title:after {
        left: 2px;
    }
    .cestore-banner-title:after {
        left: 1px;
    }
}