.xoo-wsc-body {
    background-color: #fff;
}
.xoo-wsc-header {
    border: none;
    padding: 38px 46px;
    margin-bottom: 16px;
}
.xoo-wsch-new .xoo-wsch-basket {
    display: none;
}
.xoo-wsch-text {
    font-family: 'McQueen';
    font-weight: 600;
    font-size: 42px;
}
.xoo-wsch-new .xoo-wsch-close {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.1668 29.1667L5.8335 5.83333M29.1668 5.83333L5.8335 29.1667' stroke='%237B14EF' stroke-width='2.91667' stroke-linecap='round' /%3E%3C/svg%3E");
    background-position: 50% 50%;
    width: 35px;
    height: 35px;
}
.xoo-wsc-icon-cross::before {
    display: none;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product {
    padding: 68px 0;
    margin: 0 46px;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #9C9C9C;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col {
    max-width: 140px;
}
.xoo-wsc-img-col img {
    border-radius: 5px;
    color: #FFF;
    transition: opacity .2s ease;
}
.xoo-wsc-sum-col {
    justify-content: start;
    padding-left: 53px;
}
.xoo-wsc-pname {
    margin-bottom: 1px;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) a:hover {
    color: var(--vivid-violet);
}
.xoo-wsc-product dl.variation {
    color: #8A8A8A;
    display: flex;
    margin-bottom: 22px;
}
.xoo-wsc-product dl.variation dt {
    font-style: normal;
    margin-right: 2px;
    font-size: 22px;
}
.xoo-wsc-product dl.variation p {
    font-style: normal;
    margin-right: 16px;
    font-size: 22px;
}
.xoo-wsc-priceBox {
    font-size: 22px;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount {
    font-size: 22px;
}
.xoo-wsc-footer {
    margin: 0 46px;
    box-shadow: none;
    padding: 45px 0 70px 0;
    /* border-top: 1px solid #9C9C9C; */
}
.xoo-wsc-ft-totals {
    margin-bottom: 12px;
}
.xoo-wsc-ft-amt-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
}
span.xoo-wsc-footer-txt {
    color: #8A8A8A;
    text-align: left;
    font-size: 16px;
    margin: 0;
}
.xoo-wsc-ft-buttons-cont {
    margin-top: 52px;
}
.xoo-wsc-ft-buttons-cont {
    display: flex;
    flex-direction: column;
    gap: 21px;
    align-items: center;
    justify-content: center;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-cart {
    order: 2;
    background-color: transparent;
    color: #7B14EF;
    text-decoration: underline;
    padding: 0;
    border: none;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-cart:hover {
    border: none;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-checkout {
    order: 1;
    width: 317px;
    height: 64px;
    max-width: 100%;
    font-size: 24px;
    border-radius: 32px;
    transition: all .3s;
}
.xoo-wsc-btn {
    border-radius: 24px;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-checkout .woocommerce-Price-amount {
    display: none;
}


/* custom quantity */

.myob-sc-qty-wrapper {
    display: flex;
    border: 1px solid #D9D9D9;
    width: 128px;
    height: 46px;
    justify-content: space-between;
    border-radius: 4px;
    margin-top: 30px;
}
.myob-sc-qty-minus, 
.myob-sc-qty-plus, 
.myob-sc-qty-input {
    width: 43px;
    height: 43px;
}
.myob-sc-qty-input::-webkit-inner-spin-button,
.myob-sc-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.myob-sc-qty-input {
    border: none;
    text-align: center;
    background-color: transparent;
    -moz-appearance: textfield;
}
.xoo-wsc-products.myob-updating .xoo-wsc-img-col img {
    opacity: .5;
}
@media(max-width: 780px){
    .xoo-wsc-header {
        padding: 24px;
    }
    .xoo-wsch-new.xoo-wsch-top {
        grid-template-columns: auto auto 45px;
    }
    .xoo-wsch-text {
        font-size: 24px;
    }
    .xoo-wsch-new .xoo-wsch-close {
        background-size: 22px;
    }
    .xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product {
        padding: 24px 0;
        margin: 0 24px;
        display: flex;
    }
    .xoo-wsc-img-col {
        align-self: flex-start;
    }
    .xoo-wsc-sum-col {
        padding-left: 22px;
    }
    .xoo-wsc-product dl.variation dd,
    .xoo-wsc-product dl.variation p,
    .xoo-wsc-product dl.variation dt {
        font-size: 12px;
    }
    .xoo-wsc-product dl.variation {
        margin-bottom: 8px;
    }
    .xoo-wsc-product dl.variation p {
        margin-right: 4px;
    }
    .xoo-wsc-priceBox {
        font-size: 16px;
    }
    .xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount {
        font-size: 16px;
    }
    .xoo-wsc-footer {
        margin: 0 24px;
        padding: 24px 0 24px 0;
    }
    span.xoo-wsc-footer-txt {
        font-size: 14px;
    }
    .xoo-wsc-ft-buttons-cont {
        margin-top: 24px;
    }
    .myob-sc-qty-wrapper {
        height: 34px;
        width: 104px;
        margin-top: 12px;
    }
    .myob-sc-qty-minus, .myob-sc-qty-plus, .myob-sc-qty-input {
        width: 32px;
        height: 32px;
    }
}