.woocommerce-shipping-fields {
    display: none;
}
div#lqd-contents-wrap h2 {
    text-align: center;
    font-weight: 400;
    font-size: 36px;
}
.respun-variation-box p {
    font-size: 22px;
}
.respun-variations {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.respun-variation-box {
    background: #6EAC44;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    width: 30%;
    transition: all 0.3s ease;
}

.respun-variation-box.selected {
    background: #6EAC44;
}
.respun-variation-box.selected *{
    color: #fff;
}
.respun-footer {
    margin-top: 20px;
}
.add_to_cart_price_div {
    padding: 24px 0;
}
.add_to_cart_price_div span#respun-total-cost{
     color: #6EAC44;
}
.add_to_cart_price_div button.button {
    width: 100%;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    font-size: 20px;
    font-weight: 600;
    background-color: var(--e-global-color-accent);
    padding: 20px 20px 20px 20px;
}

.add_to_cart_price_div button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.cart_totals tr.woocommerce-shipping-totals.shipping {
    display: none!important;
}
@media (max-width: 660px) {
.respun-variation-box p {
    font-size: 14px;
    margin-bottom: 0;
}
div#lqd-contents-wrap h2 {
    font-size: 24px;
}
.respun-variation-box {
    width: 28%;

}
.woocommerce div.quantity .ui-spinner-button {
    width: 32px!important;
    height: 32px!important;
}
.ui-spinner-button.ui-spinner-down:before {

    top: -4px!important;
}
}

