.sang_cart_page {
    display: flex;
    justify-content: space-between;
}
.sang_cart_page .sang_cart_page_right {
    width: 69%;
}
.sang_cart_page .sang_cart_page_left {
    width: 28%;
}
.sang_page {
    width: 92% !important;
}
.sang_page_breadcrumb {
    display: none;
}
.sang_page  .sang_page_content {
    background-color: transparent !important;
    padding: 1rem !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0 1rem;
}
.cart_totals > h2 {
    font-weight: 400 !important;
}
.cart_totals table.shop_table{
    margin: 1rem 0;
}
.cart_totals table.shop_table tbody tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F1F1F1;
}
.cart_totals table.shop_table tbody tr th {
    border-bottom: none !important;
    border-top: 0 !important;
    font-weight: 400;
}
.cart_totals table.shop_table tbody tr td {
    border-bottom: none !important;
    border-top: 0 !important;
    font-weight: 400;
}
.wc-proceed-to-checkout {
    padding: 1rem 0;
}
.wc-proceed-to-checkout a {
    cursor: pointer !important;
    width: 100%;
    background: var(--primary_color) !important;
    font-size: 14px !important;
    color: #333 !important;
    font-weight: 400 !important;
    padding: .9rem !important;
    text-align: center;
    border-radius: 8px !important;
}
.woocommerce table.shop_table tr.cart_bottom_filter {
    margin-top: 2rem;
    flex-basis: 100%;
    display: flex;
}
.woocommerce table.shop_table td.actions {
    width: 100%;
    border-bottom: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce table.shop_table td.actions .coupon {
    padding: 1rem;
    width: 50%;
    display: flex;
    align-items: center;
}
.woocommerce table.shop_table td.actions .coupon input {
    width: 70%;
    animation-fill-mode: backwards;
    margin: .2rem auto;
    border: 1px solid #e3dbdb;
    border-radius: 0 .5rem .5rem 0;
    font-size: 14px;
    padding: .3rem .5rem;
    display: block;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    line-height: 35px;
    height: 48px;
}
.woocommerce table.shop_table td.actions > button.button {
    height: 47px;
    background: var(--primary_color);
    font-size: 14px;
    font-weight: 400;
    padding: .5rem 2rem;
    border-radius: .5rem;
}
.woocommerce table.shop_table td.actions .coupon button {
    width: 30%;
    padding: .3rem .5rem;
    background-color: var(--primary_color);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    min-height: 40px;
    border-radius: .5rem 0 0 .5rem;
    height: 48px;
}
tr.woocommerce-cart-form__cart-item.cart_item {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 1rem;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
    flex-basis: 5%;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
    flex-basis: 25%;
    padding: 0;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail a {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
    border-radius: .5rem !important;
    margin: 1rem 0 !important;
    height: 100%;
    max-height: 79px;
}
.woocommerce table.shop_table td {
    border-top: 0 !important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
    flex-basis: 45%;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: 14px;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-price {
    flex-basis: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-price span {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity {
    flex-basis: 5%;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity input {
    animation-fill-mode: backwards;
    max-width: 90%;
    width: 90%;
    border: 1px solid #e3dbdb;
    border-radius: 0.6rem;
    font-size: 14px;
    padding: .3rem;
    display: block;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    line-height: 30px;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
    flex-basis: 10%;
    margin-left: 1rem;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal span {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.sang_page  .sang_page_content .sang_page_title {
    border-bottom: 1px solid #e9e9e9;
    display: none;
    padding-bottom: .8rem;
}
.woocommerce table.shop_table {
    border: none !important;
}
.woocommerce table.shop_table tbody {
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1100px) {

}
@media only screen and (max-width: 900px) {
    .sang_cart_page {
        flex-direction: column;
    }
    .sang_cart_page .sang_cart_page_right {
        width: 100%;
    }
    .sang_cart_page .sang_cart_page_left {
        width: 100%;
    }
    .woocommerce table.shop_table td.actions {
        flex-direction: column;
    }
    .woocommerce table.shop_table td.actions .coupon {
        width: 100%;
    }
    .woocommerce table.shop_table td.actions .coupon input {
        width: 70% !important;
    }
    .woocommerce table.shop_table td.actions .coupon button {
        width: 30% !important;
    }
    tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
        display: flex;
        flex-direction: column;
        justify-content: right;
        align-items: flex-start;
    }
    tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
        margin-right: .3rem;
    }
    span.woocommerce-Price-amount.amount {
        margin-right: .3rem;
    }
    tr.woocommerce-cart-form__cart-item.cart_item td.product-price::before {
        font-weight: 450;
    }
    td.product-name dl.variation {
        justify-content: center;
    }
}
.cart-empty.woocommerce-info {
    border-top: 0;
    border-radius: .5rem;
    color: #333;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-height: 55px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
a.button.wc-backward {
    width: 100%;
    text-align: center;
    background: var(--primary_color);
    padding: 1.2rem;
    font-weight: 400;
    color: #333;
    border-radius: .5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
a.button.wc-backward:hover {
    background: var(--primary_color);
    color: #333;
}
td.product-name dl.variation {
    margin-top: .75rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-shadow: 1px 1px 18px #333333c2;
}
td.product-name dd.variation- {
    display: flex;
    align-items: center;
}
td.product-name dd.variation- p {
    margin-bottom: 0 !important;
    font-size: 15px;
    font-weight: 400;
}
ul#shipping_method li {
    color: #e74c3c;
    margin: .5rem !important;
}
ul#shipping_method li label {
    font-weight: 400;
    font-size: 14px;
    text-shadow: 1px 1px 5px #e74c3c82;
    display: block !important;
}