.cart-content-container {
    display: flex;
    flex-flow: wrap;
}

.woocommerce-cart .woocommerce h2 {
    font-size: 24px;
}

.woocommerce-cart button.minus.qib-button, .woocommerce-cart button.plus.qib-button {
    width: 25px !important;
    height: 25px !important;
    background-color: #000 !important;
    border-color: transparent !important;
    color: #fff !important;
}

.woocommerce-cart .input-text.qty.text {
    height: 25px !important;
    border-color: #000 !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    display: flex;
    flex-flow: column;
}

.woocommerce-cart-form__cart-item.custom-cart-item.cart_item {
    display: flex;
    flex-flow: wrap;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
}

.woocommerce-cart-form__cart-item.custom-cart-item.cart_item > div {
    padding: 20px;
}

.coupon label {
    color: #000;
}

body.woocommerce-cart, body.woocommerce-checkout {
    background-color: #f1f1f1;
}

.product-thumbnail {
    width: 25%;
}

.product-information {
    width: 75%;
}

.cart-item-header {
    display: flex;
    flex-flow: wrap;
}

.cart-regular-price {
    margin: 0;
}

.product-quantity {
    width: 30%;
}

.product-name {
    width: 70%;
}


.product-information {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.cart-item-footer .product-subtotal > span{
    display: block;
}

span.cart-regular-price {
    font-size: 16px;
    color: #979797;
    line-height: 16px;
}

span.eh_spinner {
    display: none !important;
}

.cart-checkout-top-bar {
    width: 100%;
    background-color: #f2e9c8;
}

.cart-checkout-top-bar > .actions > button {
    display: none !important;
}

.woocommerce-cart main#content, .woocommerce-checkout main#content {
    padding-top: 5em;
    padding-bottom: 3em;
    position: relative;
}

.cart-checkout-top-bar {
    width: 100%;
    background-color: #f2e9c8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3em;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.cart-checkout-top-bar .coupon {
    display: flex;
    justify-content: center;
    align-items: center;
}

input#coupon_code {
    max-width: 300px;
    height: 40px;
    border: none;
    border-radius: 5px 0 0 5px;
}

.coupon > label {
    margin-right: 1em;
}

.coupon > button {
    background-color: #f4d14e !important;
    color: #000 !important;
    font-size: 18px !important;
    border-radius: 0 5px 5px 0 !important;
}

table.shop_table.shop_table_responsive, table.shop_table.shop_table_responsive th, table.shop_table.shop_table_responsive td {
    background-color: #fff !important;
    border: none !important;
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 20% !important;
    font-size: 20px;
    color: #000;
    font-weight: normal !important;
}

ul#shipping_method label {
    line-height: 20px;
    vertical-align: top;
}

.woocommerce ul#shipping_method li input {
    vertical-align: text-top !important;
}

td.custom-procees-to-checkout {
    text-align: right;
}

a.checkout-button.button.alt.wc-forward {
    background-color: #fcce18 !important;
    color: #000 !important;
    border-radius: 5px !important;
}

a.checkout-button.button.alt.wc-forward:hover {
    color: #fcce18 !important;
    background-color: #000 !important;
}

tr.order-total > * {
    vertical-align: middle !important;
}

form.woocommerce-cart-form {
    position: unset !important;
}

table.shop_table.shop_table_responsive td {
    font-size: 20px;
    color: #000;
}

.woocommerce-message::before {
    color: #fbcf21 !important;
}

.woocommerce-message {
    border-top-color: #fbcf21 !important;
}

a.button.wc-forward {
    background-color: #fcce18;
    color: #000;
}

a.button.wc-forward:hover {
    background-color: #000;
    color: #fcce18;
}

@media (min-width: 1200px){
    .cart-content-col-6 {
        width: 50%;
    }
    .woocommerce-cart-form__cart-item.custom-cart-item.cart_item {
        border-right: 1px solid #d7d7d7;
    }
    .woocommerce-cart main#content, .woocommerce-checkout main#content {
        max-width: 100%;
        padding-left: calc((100% - 1140px) / 2);
        padding-right: calc((100% - 1140px) / 2);
    }
    input#coupon_code::placeholder {
        visibility: hidden;
    }
    .product-quantity {
        text-align: right;
    }
    .product-name a {
        color: #000 !important;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none !important;
        font-size: 20px !important;
        line-height: 20px;
    }
    .product-subtotal > .amount {
        color: #000;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
    }
    .custom-procees-to-checkout-mobile {
        display: none;
    }
}

@media (max-width: 1199px){
    .cart-content-col-6 {
        width: 100%;
    }
    .woocommerce-cart main#content, .woocommerce-checkout main#content {
         max-width: 100%;
         padding-left: 15px;
         padding-right: 15px;
    }
    .cart-collaterals {
        margin-top: 2em;
    }
    .coupon > label {
        display: none;
    }
    .cart-checkout-top-bar .coupon {
        padding: 0 5px !important;
    }
    .woocommerce-cart main#content, .woocommerce-checkout main#content {
        padding-top: 4em !important;
        padding-bottom: 1em !important;
    }
    .product-name, .product-quantity {
        width: 100% !important;
    }
    .product-quantity {
        margin: 1em 0;
    }
    .product-name a {
        color: #000 !important;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none !important;
        font-size: 16px !important;
        line-height: 16px;
    }
    .product-subtotal > .amount {
        color: #000;
        font-weight: bold;
        font-size: 16px !important;
        line-height: 16px !important;
    }
    ul#shipping_method {
        margin-top: 2em !important;
    }
    ul#shipping_method li {
        text-align: left;
    }
    p.woocommerce-shipping-destination {
        text-align: left;
    }
    form.woocommerce-shipping-calculator {
        text-align: left;
    }
    table.shop_table.shop_table_responsive * {
        font-size: 16px !important;
    }
    td.custom-procees-to-checkout {
        display: none !important;
    }
    a.checkout-button.button.alt.wc-forward {
        width: 100%;
        text-align: center;
        border-radius: 5px !important;
    }
    .woocommerce-cart .cart-checkout-top-bar .coupon {
        flex-flow: unset;
    }
}