.woocommerce-cart .container.wrap-content {
    display: block;
}

.woocommerce-cart .sidebar {
    width: 100%;
    text-align: center;
}

.woocommerce-cart .sidebar h1 {
    margin-bottom: 60px;
}

.woocommerce-cart .wrap-has-sidebar .post-content {
    width: 100% !important;
}

#main-content h1 {
    font-size: 20px;
    line-height: 30px;
    font-family: Spectral;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 35px;
    text-align: center;
    margin-top: 30px;
}

.cart_item {
    display: table-row;
}

.woocommerce-cart .woocommerce {
    max-width: 1000px;
    margin: 0 auto;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.shop_table td {
    border-color: black;
    vertical-align: top;
}

.shop_table th {
    font-weight: 400 !important;
    font-size: 12px;
    font-style: normal;
    line-height: 20px !important;
    /* 166.667% */
    letter-spacing: 0.24px;
}

tbody td.product-items {
    display: flex;
}

.product-item__thumbnail {
    width: 90px;
}

.product-item__thumbnail img {
    width: 100% !important;
}

.product-item__details a {
    font-family: Spectral;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 125% */
    letter-spacing: -0.32px;
    text-decoration: none !important;
}

.product-item__details {
    padding-left: 20px;
}

td.product-items {
    padding-left: 0 !important;
}

td.product-items {
    padding-bottom: 25px !important;
}

.wrap-product-qty {
    display: flex;
    flex-wrap: wrap;
    height: 105px;
    flex-direction: column;
    justify-content: space-between;
}

.wrap-product-qty>* {
    width: 100%;
}

.product-quantity_remove a.remove {
    width: fit-content !important;
    height: auto !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px !important;
    /* 166.667% */
    letter-spacing: 0.24px;
    color: black !important;
    background-color: transparent !important;
}

span.attribute-value {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.24px;
    font-family: "Helvetica Neue";
    text-transform: capitalize;
}

.row {
    display: flex;
}

.middle {
    align-items: center;
}

.product-quantity.row.middle {
    text-align: center;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

span.quantity-icon {
    font-size: 20px;
    cursor: pointer;
    padding: 0 10px;
}

.woocommerce .quantity .qty {
    width: 20px;
}

.cart_totals h2 {
    display: none;
}

tr.order-total {
    display: none;
}

.wc-proceed-to-checkout a {
    font-family: "Helvetica Neue";
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0.24px;
    background-color: black !important;
    border: 1px solid #000 !important;
    transition: 0.3s all;
}

.cart_totals {
    max-width: 350px;
    width: 100%;
}

.cart_totals th {
    padding-left: 0 !important;
}

th.product-item {
    width: 640px;
}

th.product-quantity {
    width: 270px;
}

tr.cart-subtotal td {
    text-align: right;
    padding-right: 35px !important;
}

.wc-proceed-to-checkout {
    padding-top: 0 !important;
    margin-top: -15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.24px;
}

.wc-proceed-to-checkout a {
    margin-top: 20px !important;
}

.product-quantity_remove a.remove:hover {
    color: black !important;
}

a.button.wc-backward {
    font-family: "Helvetica Neue";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.24px;
    background-color: black !important;
    color: white !important;
    border-radius: 0;
    padding: 12px;
    max-width: 350px;
    width: 100%;
    text-align: center;
    margin: 0 auto !important;
    display: block;
    border: 1px solid #000;
    transition: 0.3s all;
}

p.cart-empty {
    margin-top: 200px;
    font-family: "Helvetica Neue";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.24px;
    margin-bottom: 20px;
}

div#main-content {
    min-height: 50vh;
}

.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.header-v2.fixed-menu {
    position: relative;
    width: 100%;
}

.header-v2.fixed-menu li.mx-4,
.header-v2.fixed-menu li.mr-4,
.header-v2.fixed-menu li.ml-4 {
    display: block;
}

header {
    position: relative !important;
}

.woocommerce-page #main-content {
    margin-top: 100px;
}

.wc-proceed-to-checkout a:hover,
a.button.wc-backward:hover {
    background-color: #fff !important;
    color: #000 !important;
}

tr.woocommerce-shipping-totals.shipping {
    display: none;
}

@media screen and (max-width:768px) {
    .woocommerce-cart-form__contents thead {
        display: table-header-group !important;
    }

    .woocommerce-cart-form__contents thead th {
        font-size: 10px;
    }

    .woocommerce-cart-form__contents thead th.product-item {
        padding-left: 0;
    }

    .woocommerce-cart-form__contents thead th {
        font-size: 10px;
        padding-bottom: 5px !important;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: table-row !important;
        position: relative;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        display: none !important;
    }

    .product-item__details a {
        font-size: 12px;
        line-height: 15px;
    }

    span.attribute-value {
        font-size: 10px;
        line-height: 15px;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: table-cell !important;
        position: relative;
    }

    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 1px solid !important;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #fff !important;
    }

    .woocommerce td.product-quantity {
        min-width: 0 !important;
    }

    .woocommerce table.shop_table td {
        padding: 9px 5px !important;
    }

    .product-item__details {
        padding-left: 15px;
    }

    .woocommerce table.shop_table td {
        padding: 9px 5px !important;
    }

    .woocommerce table.shop_table span.woocommerce-Price-amount.amount {
        font-size: 10px;
    }

    .wrap-product-qty {
        height: auto;
    }

    .product-quantity_remove a.remove {
        display: block;
        position: absolute;
        right: 0;
        bottom: 15px;
        font-size: 10px !important;
        width: 100% !important;
        text-align: center;
    }

    .product-item__thumbnail img {
        width: 100px !important;
        max-width: max-content !important;
    }

    tr.woocommerce-cart-form__cart-item.cart_item td.product-items {
        display: flex !important;
        text-align: left !important;
        padding-left: 0 !important;
    }

    .woocommerce-cart .container.wrap-content {
        padding: 0 15px
    }

    .woocommerce table.shop_table_responsive tr.order-total {
        display: none !important;
    }

    .wc-proceed-to-checkout {
        padding-top: 0 !important;
        margin-top: 0;
    }

    .cart-subtotal th,
    .woocommerce table.shop_table .cart-subtotal td {
        display: table-cell !important;
        font-size: 12px;
        padding-bottom: 0 !important;
    }

    .wc-proceed-to-checkout a {
        padding: 10px !important;
    }

    .woocommerce table.shop_table {
        margin-bottom: 0;
    }

    #main-content h1 {
        font-size: 16px;
    }

    .woocommerce table.shop_table th.product-quantity {
        text-align: center;
    }

    .cart_totals tr.woocommerce-shipping-totals.shipping {
        display: none !important;
    }

    .cart_totals {
        float: right !important;
        max-width: none;
    }

}

@media screen and (max-width:480px) {
    .product-item__thumbnail img {
        max-width: 50px !important;
    }
}