#main {
    margin-top: 0;
}

h1.entry-title {
    margin: 0 0 55px 0;
}

.woocommerce table.shop_table th {
    font: 500 16px/1.3em 'IBM Plex Sans', sans-serif;
}

.woocommerce .product-price *,
.woocommerce .product-subtotal * {
    font: 600 22px/1.3em 'IBM Plex Sans', sans-serif;
}

.woocommerce .product-name * {
    font: 400 16px/1.3em 'IBM Plex Sans', sans-serif;
}

.woocommerce .product-quantity * {
    font: 600 16px/1.3em 'IBM Plex Sans', sans-serif;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font: 600 16px/1.3em 'IBM Plex Sans', sans-serif;
}

.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    margin-top: 25px;
}

.cart-totals-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.price-continue-shopping a {
    background: #898989;
    font: 500 18px/1.3em 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #898989;
    border-radius: 5px;
    padding: 16px 28px;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.woocommerce-shipping-calculator [type=text] {
    height: 28px;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    color: #444444;
    padding: 0 8px;
}

.price-continue-shopping a:hover,
.price-continue-shopping a:focus {
    color: #898989;
    background: #FFFFFF;
}


.woocommerce a.button.alt {
    background: #D0152A;
    font: 500 18px/1.3em 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #D0152A;
    border-radius: 5px;
    padding: 16px 28px;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus {
    color: #D0152A;
    background: #FFFFFF;
}

.price-cart {
    display: flex;
    margin-left: auto;
    align-items: center;
    margin-right: 100px;
    background: #F8F8F8;
    padding: 35px 62px;
    border-radius: 5px;
}

.price-cart * {
    font: 600 22px/1.3em 'IBM Plex Sans', sans-serif;
}

.price-cart .price-cart-total {
    margin: 0 0 0 70px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 160px;
    height: 40px;
}

.button[name="apply_coupon"] {
    height: 40px;
}

.woocommerce .product-quantity-wrap {
    display: flex;
    align-items: center;
}

.woocommerce-message {
    border-top-color: #D0152A;
}

.woocommerce .plus,
.woocommerce .minus {
    width: 56px;
    height: 56px;
    background: rgba(208, 21, 42, 0.1);
    border-radius: 50%;
    color: #D0152A;
    border: none;
    transition: opacity 0.3s ease-out;
}

.woocommerce .plus {
    background: rgba(208, 21, 42, 0.1) no-repeat url("../img/plus.svg") center center / 50% auto;
}

.woocommerce .minus {
    background: rgba(208, 21, 42, 0.1) no-repeat url("../img/minus.svg") center center / 50% auto;
}

.woocommerce .plus:hover,
.woocommerce .plus:focus,
.woocommerce .minus:hover,
.woocommerce .minus:focus {
    opacity: 0.6;
}

.woocommerce .quantity {
    margin: 0 10px;
}

.woocommerce .quantity .qty {
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 5px;
    width: 108px;
    height: 56px;
    background: transparent;
}

.woocommerce-cart table.cart img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
}

.woocommerce-cart table.cart .product-thumbnail a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 146px;
    border: 2px solid #BFC0C2;
    box-sizing: border-box;
    border-radius: 5px;
}

.woocommerce .cart_totals table.shop_table th,
.woocommerce table.shop_table td {
    padding: 30px 12px;
}

.woocommerce table.shop_table {
    border: 2px solid #BFC0C2;
    box-sizing: border-box;
    border-radius: 5px;
}

.woocommerce table.shop_table td {
    border-top: 2px solid #BFC0C2;
}

.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {

}

#cta {
    margin-top: 0;
}


/* MEDIA */

@media only screen and (max-width: 1400px) {
    .woocommerce table.shop_table td {
        padding: 22px 10px;
    }

    .woocommerce-cart table.cart .product-thumbnail a {
        width: 110px;
        height: 110px;
    }

    .price-cart *,
    .woocommerce .product-price *,
    .woocommerce .product-subtotal * {
        font-size: 16px;
    }

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .woocommerce a.button.alt,
    .price-continue-shopping a {
        font-size: 13px;
    }

    .woocommerce table.shop_table th,
    .woocommerce .product-quantity *,
    .woocommerce .product-name * {
        font-size: 12px;
    }

    .woocommerce .plus, .woocommerce .minus {
        width: 42px;
        height: 42px;
    }

    .woocommerce .quantity .qty {
        width: 80px;
        height: 42px;
    }

    .woocommerce a.button.alt,
    .price-continue-shopping a {
        padding: 12px 20px;
    }

    .woocommerce table.shop_table td {
        line-height: 1.3em;
        margin: 0;
    }
}

/* ( < 1400 ) */


@media only screen and (max-width: 1200px) {
    .product-price {
        width: auto;
    }

    .price-cart {
        padding: 26px 46px;
    }

    .product-price {
        font-size: 16px;
    }

    h1.entry-title {
        margin: 0 0 35px 0;
    }
}

/* ( < 1200 ) */


@media only screen and (max-width: 991px) {
    .price-cart {
        padding: 20px 40px;
        margin-right: 30px;
    }

    .price-cart .price-cart-total {
        margin: 0 0 0 40px;
    }

    .woocommerce table.shop_table th,
    .woocommerce .product-quantity *,
    .woocommerce .product-name * {
        font-size: 14px;
    }

    .product-quantity-wrap {
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
    }

    .woocommerce table.cart td.actions .button {

    }
}

/* ( < 991 ) */


@media (max-width: 767px) {
    .main-content header,
    h1.entry-title {
        margin: 0 0 15px 0;
    }

    .cart-totals-wrap {
        flex-wrap: wrap;
    }

    .cart-totals-wrap > div {
        width: 100%;
        max-width: 420px;
        margin: 0 0 20px 0;
    }

    .cart_totals {
        margin-top: 15px;
    }

    .woocommerce table.shop_table td {
        padding: 10px;
    }

    .woocommerce table.shop_table td.product-remove {
        padding: 5px 10px;
    }

    .price-cart .price-cart-total {
        margin: 0 0 0 auto;
    }

    .price-cart-subtotal {
        margin-right: 10px;
    }

    .price-cart {
        padding: 20px;
    }

    .woocommerce table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: auto;
        font-size: 14px;
        padding: 10px 17px;
        border-radius: 5px;
    }

    .woocommerce .plus, .woocommerce .minus {
        width: 35px;
        height: 35px;
    }

    .woocommerce .quantity .qty {
        height: 35px;
    }

    .woocommerce-page .cart-collaterals .cart_totals {
        margin-top: 5px;
    }

    .cart-totals-wrap {
        margin-top: 25px;
    }

    .entry-content {
        margin-top: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        text-align: left;
    }

    .cart_totals .select2-container {
        height: auto;
    }

    .cart_totals th,
    .cart_totals td {
        overflow: hidden;
    }

    .cart_totals .woocommerce-shipping-totals [data-title="Shipping"]:before {
        margin-top: 7px;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        max-width: 70%;
    }
}

/* ( < 767 ) */
