.woocommerce-cart-form {
    flex: 1;
}

@media all and (min-width: 768px) {
    .cart-container {
        display: flex;
        column-gap: 30px;
    }
}

.cart-product {
    padding: 20px;
    background-color: #F8F8F8;
    margin-bottom: 20px;
    position: relative;
}

@media all and (min-width: 950px) {
    .cart-product {
        display: flex;
        column-gap: 20px;
    }
}

.cart-product-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

@media all and (min-width: 950px) {
    .cart-product-img {
        display: block;
        margin-bottom: unset;
    }
}

.cart-product-img img {
    width: 260px;
    height: 100%;
    object-fit: contain;
    object-position: top center;
}

.cart-product-content {
    flex: 1;
    color: #363636;
}

.cart-product-title a {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
}

.cart-product-title {
    margin-bottom: 10px;
}

.cart-product-description {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.cart-product-price, .cart-product-quantity {
    display: flex;
    justify-content: flex-end;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #007236;
}

@media all and (max-width: 768px) {
    .cart-product-price {
        margin-top: 20px;
    }
}

.cart-product-quantity {
    margin-top: 20px;
}

.cart-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(64%) sepia(7%) saturate(100%) hue-rotate(202deg) brightness(92%) contrast(91%);
}

.cart-icon--decrease {
    width: 20px;
    height: 4px;
}

.cart-icon--delete {
    width: 16px;
}

.cart-button-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 1px solid #959598;
    background-color: #F8F8F8;
}

.cart-button-counter:hover, .cart-button-counter:focus {
    background-color: #F8F8F8;
}

.cart-button-counter:hover img {
    filter: invert(18%) sepia(93%) saturate(2888%) hue-rotate(148deg) brightness(91%) contrast(103%);
}

.quantity input[type="number"] {
    border: 1px solid #959598;
    border-radius: 0;
    background-color: #F8F8F8;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #007236;
}

.cart-button-remove {
    position: absolute;
    top: 10px;
    right: 10px;
}

@media all and (min-width: 768px) {
    .cart-button-remove {
        top: 20px;
        right: 20px;
    }
}

.cart-button-remove a.remove:hover {
    background: none;
}

@media all and (min-width: 768px) {
    .cart-product-title, .cart-product-description {
        max-width: 85%;
    }
}

.cart-summary {
    margin: 40px auto 0;
    background-color: #EAF5ED;
    padding: 20px;
    width: 100%;
}

@media all and (min-width: 400px) {
    .cart-summary {
        width: 400px;
    }
}

@media all and (min-width: 768px) {
    .cart-summary {
        margin-top: 0;
        height: fit-content;
    }
}

.cart-summary-title, .cart-summary-section .woocommerce-shipping-totals > div:first-of-type {
    text-align: left;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #363636;
}

.cart-summary-section {
    padding-bottom: 10px;
    border-bottom: 1px solid #BFCCC3;
    text-align: right;
    font-family: "Roboto", sans-serif;
}

.cart-summary-section--padding-top, .cart-summary-section .woocommerce-shipping-totals > div:first-of-type {
    padding-top: 10px;
}

.cart-summary-section--two-column {
    display: flex;
    justify-content: space-between;
}

.cart-summary-section .woocommerce-shipping-totals > div:first-of-type {
    padding-bottom: 5px;
}


.cart-summary-section .cart-subtotal .woocommerce-Price-amount, .cart-summary-section .cart-discount-content, .cart-summary-section .order-total .woocommerce-Price-amount {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #007236;
}

.cart-summary-section .order-total .includes_tax .woocommerce-Price-amount {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #363636 !important;
}

.cart-summary-prices .tax-rate {
    display: flex;
    justify-content: flex-end;
    column-gap: 5px;
}

.cart-summary-prices .cart-shipping {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.cart-summary-section .order-total .woocommerce-Price-amount {
    font-weight: bold;
}

.cart-summary .wc-proceed-to-checkout a {
    display: block;
    width: 100% !important;
    padding: 12px !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    max-width: unset;
}

.cart-summary .wc-proceed-to-checkout {
    padding: 1em 0 0;
}

.cart-summary .wc-proceed-to-checkout a.checkout-button {
    background-color: #04AA52 !important;
    border-radius: 0;
    margin-bottom: 0.5em !important;
}

.cart-summary .wc-proceed-to-checkout .checkout-button:hover {
    background-color: #363636 !important;
}

.cart-summary .wc-proceed-to-checkout .cart-button-continue-shopping {
    background-color: #363636;
    line-height: 1;
    transition: background-color .2s ease-in-out;
}

.cart-summary .wc-proceed-to-checkout .cart-button-continue-shopping:hover {
    background-color: #000000;
}

.cart-summary-section .woocommerce-shipping-totals {
    border-bottom: none;
}

.cart-summary-section .woocommerce-shipping-methods #selected-paczkomat {
    width: 100%;
    padding-right: 10px;
}

.cart-actions {
    text-align: center;
}

.cart-actions .coupon {
    display: flex;
    column-gap: 20px;
}

.cart-actions .coupon input {
    flex: 1;
    border-radius: 0;
    border: 1px solid #959598;
}

.cart-actions .coupon button {
    font-family: "Oswald", sans-serif !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #363636;
    border-radius: 0;
}

.cart-actions .coupon button:hover {
    background-color: #000000;
    color: #ffffff;
}

.cart-actions .cart-button-update {
    display: none !important;
}

.return-to-shop {
    text-align: center;
}

.return-to-shop .button {
    font-family: "Oswald", sans-serif !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: #04AA52 !important;
    border-radius: 0 !important;
}

.return-to-shop .button:hover {
    background-color: #363636 !important;
}
