.post-content>.woocommerce {
    padding: 120px 0 !important;
}

.woocommerce-cart-form {
    margin-top: 60px;
}

.woocommerce-content-box,
.woocommerce-message {
    border-radius: 24px !important;
    background-color: #202020 !important;
    border: 1px solid #383838 !important;
    padding: 45px 40px !important;
}

.woocommerce-message {
    color: #fff !important;
}

.woocommerce-content-box h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #E0E0E0;
    text-transform: uppercase;
    margin-bottom: 14px !important;
    padding-bottom: 45px !important;
}

.shop_table th {
    color: #607D8B !important;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 500 !important;
    padding-bottom: 16px !important;
}

.woocommerce-cart-form__cart-item .product-thumbnail {
    width: auto !important;
}

.woocommerce-cart-form__cart-item .product-thumbnail a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 18px;
    border: 1px solid #A684E1 !important;
}

.woocommerce-cart-form__cart-item .product-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #A684E1 !important;
}

.woocommerce-cart-form__cart-item .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #E0E0E0 !important;
}

.woocommerce-cart-form__cart-item .product-subtotal .amount {
    color: #E0E0E0 !important;
}

.woocommerce-cart-form__cart-item .quantity.buttons_added {
    border-color: #383838 !important;
    border-radius: 14px !important;
    padding: 0 7px !important;
    min-width: 120px !important;
}

.woocommerce-cart-form__cart-item .quantity .minus,
.woocommerce-cart-form__cart-item .quantity .plus {
    background-color: #B7A1E0 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 7px !important;
}

.woocommerce-cart-form__cart-item .quantity .qty {
    border: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.woocommerce-cart-form__cart-item .product-quantity {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.cart_totals {
    border-radius: 24px !important;
    background-color: #202020 !important;
    border: 1px solid #383838 !important;
    padding: 45px 40px !important;
    max-width: 472px !important;
    margin-left: auto !important;
}

.cart_totals h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #E0E0E0;
    text-transform: uppercase;
    margin-bottom: 14px !important;
    padding-bottom: 45px !important;
    border: 0 !important;
    padding-bottom: 10px !important;
}

.cart_totals .woocommerce-Price-amount {
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    color: #E0E0E0 !important;
}

.cart_totals .fusion-button {
    width: 100% !important;
    height: 50px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    margin: 0 0 20px 0 !important;
}

.cart_totals .checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
}

.cart_totals .checkout-button:after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/i-mini-cart-view.svg);
    display: block;
    margin-left: 6px;
}

.cart_totals .fusion-update-cart {
    background-color: #191919 !important;
    color: #A684E1 !important;
}

.cart_totals .fusion-update-cart:hover {
    border-color: #B798EC !important;
    color: #B798EC !important;
}

.cart_totals .shop_table {
    border-bottom: 1px solid #383838 !important;
    margin-bottom: 44px !important;
}

.cart_totals-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ABABAB;
    text-align: center;
    padding-top: 10px;
}

.cart-collaterals {
    margin-top: 60px !important;
}

.cart_totals-description p {
    margin: 0 !important;
}

.wt-related-products-cart h2 {
    color: #718B97 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin-top: 120px;
    margin-bottom: 50px;
}

.wt-related-products-cart .products {
    gap: 20px !important;
}

.wt-related-products-cart .products .product {
    width: calc(25% - 15px) !important;
    padding: 0 !important;
}