@font-face {
    font-family: 'Gilroy';
    src: url('../../fonts/custom/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
    url('../../fonts/custom/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/custom/Gilroy-SemiBold.woff') format('woff'),
    url('../../fonts/custom/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../../fonts/custom/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('../../fonts/custom/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/custom/Gilroy-Regular.woff') format('woff'),
    url('../../fonts/custom/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../../fonts/custom/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('../../fonts/custom/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/custom/Gilroy-Medium.woff') format('woff'),
    url('../../fonts/custom/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../../fonts/custom/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('../../fonts/custom/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/custom/Gilroy-Bold.woff') format('woff'),
    url('../../fonts/custom/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    overflow-x: hidden;
}

.xoo-wsc-container {
    .xoo-wsch-top {
        justify-content: unset !important;
    }

    .xoo-wsc-header {
        padding: 15px;
        margin-bottom: 0;
    }

    .xoo-wsch-text {
        color: #213e21;
        font-weight: bold;
    }

    .xoo-wsc-custom-text {
        font-size: 16px;
        color: #0a0a0a;
    }

    .xoo-wsc-pname {
        color: #0a0a0a;

        a {
            font-size: 16px;
            transition: color 0.3s linear;

            &:hover {
                color: #a3cd1d;
            }
        }
    }

    .xoo-wsc-qty-box {
        max-width: 150px;
        border: none;
    }

    .xoo-wsc-qtb-circle .xoo-wsc-chng {
        border-radius: 11px;
        padding: 6px 11px;
        background-color: #a3cd1d;
        font-size: 20px;
        border: 2px solid #a3cd1d;
        color: #fff;
        transition: border-color 0.3s linear, color 0.3s linear, background-color 0.3s linear;

        &:hover {
            border-color: #213e21;
            color: #213e21;
            background-color: #fff;
        }
    }

    input[type="number"].xoo-wsc-qty {
        font-size: 16px;
        font-weight: bold;
    }

    .xoo-wsc-smr-ptotal {
        font-size: 18px;
        font-weight: 600;
        color: #a3cd1d;
    }

    .xoo-wsc-sum-col {
        width: 60%;
    }

    .xoo-wsc-img-col {
        width: 40%;

        img {
            border-radius: 11px;
        }
    }

    .xoo-wsc-product {
        padding: 15px 0;
        margin: 0 15px;

        &:first-child {
            border-top: 2px solid #eee;
            border-bottom: 2px solid #eee;
        }

        &:not(:first-child) {
            border-bottom: 2px solid #eee;
        }

        &:last-child {
            border-bottom: none;
        }
    }

    .xoo-wsc-ft-amt-total {
        border-top: none;
        margin-top: 0;
        padding: 0;
    }

    .xoo-wsc-ft-totals {
        padding: 0;
        margin-bottom: 15px;
    }

    .xoo-wsc-ft-amt-label {
        color: #0a0a0a;
        font-size: 18px;
        font-weight: 600;
    }

    .xoo-wsc-ft-amt-value {
        bdi {
            color: #0a0a0a;
            font-size: 18px;
            font-weight: 600;
        }
    }
    
    span.xoo-wsc-smr-del {
        &:hover {
            &:before {
                color: #a3cd1d;
            }
        }
    }
}

.product-slider-tabs {
    overflow: hidden;
}

.product-slider-tabs .product-item {
    max-width: calc( 100vw / 4 ) !important
}

.slider-products:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 992px) {
    .woocommerce-multi-currency.wmc-sidebar {
        top: 30% !important
    }

    .product-slider-tabs .product-item {
        max-width: calc( 100vw / 3 ) !important
    }

    .slider-products:not(.slick-initialized) {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 576px) {
    ul.products li.product .rp_wcdpd_pricing_table tr {
        flex-wrap: wrap;
    }

    .product-slider-tabs .product-item {
        max-width: calc( 100vw ) !important
    }

    .slider-products:not(.slick-initialized) {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.product-item .added_to_cart.wc-forward {
    display: none!important;
}

.slider-loading {
    text-align: center;
    padding: 2em;
    font-style: italic;
    opacity: 0.6;
}