.splide-theme .splide__arrow {
    width: 60px;
    height: 40px;
    border-radius: 0;
    background: rgb(255, 255, 255, .9);
    border: 1px solid #ddd;
}

.splide-theme .splide__arrow svg {
    width: auto;
    height: auto;
}

.splide-theme .splide__arrow--next {
    right: 0;
}

.splide-theme .splide__arrow--prev {
    left: 0;
    transform: rotate(180deg);
}

.splide-theme {
    padding-bottom: 48px;
}

.splide-theme .splide__pagination__page {
    background: #000;
}

.splide-theme .splide__pagination__page.is-active {
    background: #ede6d6;
}


.woocommerce-cart ._woocommerce .cart-container .woocommerce-cart-form {
    max-width: calc(100% - 542px);
}

@media(max-width: 1300px) {
    .woocommerce-cart ._woocommerce .cart-container .woocommerce-cart-form {
        max-width: calc(100% - 420px);
    }
}

@media(max-width: 1000px) {
    .woocommerce-cart ._woocommerce .cart-container .woocommerce-cart-form {
        max-width: 100%;
    }
}

@media(min-width: 1000px) {
    .cross-sell.intersection-margin-top-default {
        margin-top: 10px;
    }
}