.woocommerce-cart .quantity {
    background: var(--greyf4-color);
    display: inline-flex;
    padding-right: 5px;
}

.woocommerce-cart .quantity .qty {
    background: none;
}

.woocommerce-cart .quantity .qty inpute[type=â€numberâ€],
.woocommerce-cart input::-webkit-outer-spin-button,
.woocommerce-cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

.woocommerce-cart .quantity .qty {
    border: none;
    background: var(--greyf4-color);
    height: 51px;
    width: auto;
    max-width: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: var(--black-color);
    padding-left: 10px;
    padding-right: 10px;
}

a.back_to_shop i {
    margin-right: 10px;
}

button.button.update_cart i {
    margin-left: 10px;
}

.woocommerce-cart button.minus,
.woocommerce-cart button.plus {
    background: var(--greyf4-color) !important;
    height: 51px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    color: var(--greya6-color) !important;
    border: 0 !important;
    border-radius: 0 !important;
    line-height: 1 !important;
}

.woocommerce-cart button.minus:hover,
.woocommerce-cart button.plus:hover {
    background: inherit !important;
}

.cross-sells {
    margin-top: 40px;
}

.cross-sells>h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.woocommerce-cart .container {
    max-width: 100%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce-cart .coupon input {
    width: 100%;
    border: 2px solid #E8E8E8;
    box-sizing: border-box;
    padding: 17px 25px;
    line-height: 1;
    color: var(--black-color) !important;
    margin-bottom: 20px;
}

input#coupon_code:focus-visible {
    outline: none;
}

.woocommerce-cart .coupon button {
    width: 100% !important;
    padding: 17px 25px;
    text-transform: uppercase;
}

.woocommerce table.shop_table {
    border: none;
}

.shop_table tr.woocommerce-cart-form__cart-item.cart_item:last-child td {
    border-bottom: 1px solid #E8E8E8;
}

.woocommerce-cart-form .shop_table td {
    border-top: 1px solid #e8e8e8;
    font-weight: 600;
}

.product-thumbnail img {
    width: 100% !important;
    max-width: 120px;
    border: 1px solid #e5e5e5;
}

h1.entry-title {
    text-align: center;
    border: none !important;
    font-weight: 700;
}

.slick-track {
    margin-left: 0;
}

.cart-collaterals {
    background: #F7F7F7;
}

.cart-collaterals h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.cart-subtotal span.woocommerce-Price-amount.amount {
    font-weight: 600;
}

.cart-products {
    margin-top: 60px;
}

table.shop_table.cart tr dl.variation>dt {
    background: var(--greyd2-color);
    z-index: 2;
    height: 25px;
    width: 25px;
    overflow: hidden;
    color: transparent;
}

table.shop_table.cart tr dl.variation>dd {
    margin-top: 10px;
    margin-left: 35px;
}

table.shop_table.cart tr dl.variation>dd p {
    line-height: 25px;
}

table.shop_table.cart tr a.remove {
    height: 50px;
    width: 50px;
    line-height: 45px;
    font-size: 32px;
    border-radius: 0 !important;
    border: 2px solid var(--greyee-color);
    font-weight: 500;
}

button.button.update_cart,
a.back_to_shop {
    font-weight: 600;
    font-size: 18px;
    color: var(--black06-color) !important;
}

button.button.update_cart svg {
    margin-left: 10px;
}

a.back_to_shop svg {
    margin-right: 10px;
}

button.button.update_cart {
    background: transparent !important;
    opacity: 1 !important;
    text-transform: uppercase;
    font-weight: 500;
}

button.button.update_cart:hover,
a.back_to_shop:hover {
    background: transparent !important;
    color: var(--black06-color) !important;
}

.row.update_c.back_t_s {
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

a.back_to_shop {
    padding: 12px 0;
    display: block;
}

.row.coupon_sec .actions {
    margin-top: 30px;
}

.custom_lable {
    color: var(--greya6-color) !important;
    margin-bottom: 20px;
}

.cart-collaterals .cart_totals input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: var(--white-color);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--white-color);
    outline: 2px solid var(--greye1-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cart-collaterals .cart_totals input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: var(--red-color);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--white-color);
    outline: 2px solid var(--greye1-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

tr.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.cart-collaterals .cart_totals tbody {
    display: flex;
    flex-direction: column;
}

.cart-collaterals .cart_totals tbody td,
.cart-collaterals .cart_totals tbody th {
    border: 0 !important;
}

.cart-collaterals .cart_totals tbody tr {
    display: flex;
    justify-content: space-between;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-top: 1px solid var(--greyee-color);
}

.cart-collaterals .cart_totals th {
    color: var(--greya6-color);
}

.cart-collaterals .cart_totals bdi {
    font-weight: bold;
}

.cart-collaterals .cart_totals tr.order-total td bdi {
    color: var(--red-color);
}

.woocommerce table.shop_table_responsive tr td::before {
    color: var(--greya6-color);
}

.cart-collaterals .cart_totals h2 {
    font-size: 24px;
}

.cross-sells h2 {
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}

.pl--subtitle {
    color: #060606;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.pl--subtitle:after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background: rgba(99, 99, 99, 0.40);
    margin-left: 28px !important;
}

@media only screen and (min-width: 992px) {
    .woocommerce-cart-form .shop_table td {
        padding: 30px 15px !important;
    }
    .cart-collaterals .cart_totals tr.order-total td bdi {
        font-size: 20px;
    }
    .cart-collaterals .cart_totals tr.order-total .includes_tax {
        font-size: 16px !important;
    }
    .cart-collaterals .cart_totals .order-total th {
        display: none;
    }
    .cart-collaterals .cart_totals .order-total {
        display: flex !important;
        justify-content: flex-end !important;
    }
    .cart-collaterals .cart_totals .order-total td {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .cart-collaterals {
        padding: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .woocommerce-cart .quantity {
        margin-right: 15px !important;
    }
    .up_cart_col {
        text-align: right;
    }
}

@media only screen and (max-width:1200px) {
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        margin-top: 35px;
    }
    .woocommerce-cart .gx-5 {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .cross-sells h2 {
        font-size: 24px;
    }
    .pl--subtitle {
        display: none !important;
        /* font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; */
    }
    .shop_table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td::before {
        margin: 5px 0 10px;
    }
    .shop_table.shop_table_responsive tr.woocommerce-shipping-totals td {
        display: flex !important;
        flex-direction: column;
        text-align: left !important;
    }
    .shop_table.shop_table_responsive tr.cart-subtotal td {
        width: 100%;
    }
    table.shop_table.cart tr a.remove {
        height: 30px;
        width: 30px;
        line-height: 28px;
        font-size: 27px;
    }
    .woocommerce-cart .cart_breadcrump {
        margin-bottom: 50px !important;
    }
    .row.update_c.back_t_s>div {
        text-align: center;
    }
    table.shop_table.cart td.product-remove {
        display: flex;
        justify-content: flex-end;
    }
    table.shop_table.cart td.product-quantity {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mb_hp_pag .splide__pagination {
        bottom: 0;
    }
    .mb_hp_pag .splide__pagination button.splide__pagination__page {
        border: 1px solid #000 !important;
        background: transparent !important;
        border-radius: 50% !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        width: 12px;
        height: 12px;
    }
    .mb_hp_pag .splide__pagination button.splide__pagination__page.is-active {
        background: #000 !important;
        opacity: 1;
        transform: scale(1);
        transform: translateY(0);
    }
    .mb_hp_pag .splide__arrows button.splide__arrow {
        bottom: 0;
        top: unset !important;
        background-color: transparent !important;
        opacity: 1;
        transform: translateY(5px) !important;
    }
    .mb_hp_pag .splide__arrow svg {
        fill: #000 !important;
    }
    .mb_hp_pag .splide__arrow--prev {
        left: calc(50% - 105px);
    }
    .mb_hp_pag .splide__arrow--next {
        right: calc(50% - 105px);
    }
}

body .cart_breadcrump {
    text-align: center;
    font-size: 18px;
}

body .cart_breadcrump a {
    color: var(--greya6-color) !important;
}


/* .woocommerce-cart  h1.entry-title {
    margin-bottom: 0 !important;
} */


/* .woocommerce-cart   .cart_breadcrump {
  margin-bottom: 80px;
} */


/* .woocommerce-cart .heading {
    display: none;
} */

.woocommerce-cart .container {
    padding-top: 0 !important;
}

table.shop_table.cart tr dt.variation-Vrednostdarilengabona~dt,
table.shop_table.cart tr dt.variation-Vrednostdarilengabona {
    background: none !important;
}

.woocommerce .coupon input {
    width: 100% !important;
    border: 2px solid #E8E8E8 !important;
    box-sizing: border-box !important;
    padding: 17px 25px !important;
    line-height: 1;
    color: var(--black-color) !important;
    margin-bottom: 20px !important;
}

.woocommerce button.button.wp-element-button {
    color: #fff !important;
}

@media (min-width:992px) {
    .entry-content .woocommerce {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .entry-content .woocommerce .woocommerce-cart-form {
        flex-basis: 75%;
    }
    .entry-content .woocommerce .cart-collaterals {
        flex-basis: 25%;
    }
    .woocommerce-notices-wrapper {
        width: 100%;
    }
    .cart-empty.woocommerce-info {
        width: 100%;
    }
}

.woocommerce-cart .heading {
    margin-top: 50px;
}


/*DM*/

@media (min-width: 768px) {
    .entry-content .woocommerce .woocommerce-cart-form {
        padding-right: 40px;
    }
}

table.shop_table.cart tr dl.variation>dt.variation-Velikost {
    display: none !important;
}

button[name=update_cart]:not(.single_add_to_cart_button):not(.navbar-toggler):not(.splide__pagination__page):not(.bt_button):not(.splide__arrow) {
    background-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
    text-transform: uppercase;
}

button[name=update_cart]:not(.single_add_to_cart_button):not(.navbar-toggler):not(.splide__pagination__page):not(.bt_button):not(.splide__arrow):hover {
    background-color: #fff !important;
    color: #000 !important;
}

.row.update_c.back_t_s {
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

a.back_to_shop {
    padding: 12px 0;
    display: block;
}

button.button.update_cart,
a.back_to_shop {
    font-weight: 600;
    font-size: 15px;
    color: #000 !important;
}

@media only screen and (min-width: 768px) {
    .up_cart_col {
        text-align: right;
    }
}

button.button.update_cart i {
    margin-left: 10px;
}

#pwgc-redeem-gift-card-container {
    display: flex;
    flex-wrap: wrap;
}

#pwgc-redeem-gift-card-container label {
    flex-basis: 100%;
    margin-bottom: 10px;
}

#pwgc-redeem-gift-card-number {
    border: 0;
    height: 52px;
    padding: 10px 10px 10px 15px;
    flex-basis: 60%;
}

#pwgc-redeem-button {
    background: #B2E665 !important;
    flex-grow: 1;
    border: 1px solid #B2E665 !important;
    color: #000 !important;
}

#pwgc-redeem-button:hover {
    background: #fff !important;
}

@media (max-width:991px) {
    .cart-collaterals {
        padding-top: 20px;
    }
    .wc-proceed-to-checkout {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}