.cart-hero {
    margin: 5px 0 50px 0;
}
.cart-hero {
    display: flex;
    gap: 20px;
}
.cart-management-buttons {
    display: flex;
    gap: 15px;
    background: var(--gap-shop-bg);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: unset;
    border: 1px solid var(--gap-shop-border);
}
form.woocommerce-cart-form {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 40%;
}
.cart_totals {
    width: 100% !important;
}
.cart-discount.coupon-first100 {
    display: flex;
    justify-content: space-between;
    background: #e8ede2;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.cart_totals {
    background: var(--gap-shop-bg);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--gap-shop-border);
    box-shadow: unset;
    position: sticky;
    top: 20px;
}
input#select_all_items {
    display: none;
}
a.checkout-button.button.alt.wc-forward {
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    background: var(--hoverreng);
    color: #fff;
    transition: background 0.3s ease;
}
a.checkout-button.button.alt.wc-forward:hover {
    background: var(--sec);
}

.cart-empt {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin: 20px 0;
    align-items: center;
}

.cart-empt svg {
    width: 250px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

p.return-to-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    gap: 10px;
}

a.button.wc-backward {
    background: var(--hoverreng);
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    transition: .2s ease-in-out;
}
a.button.wc-backward:hover {
    background: var(--sec);
}

p.return-to-shop a.homepage {
    background: var(--secendcolor);
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    line-height: 1em;
}
p.return-to-shop a.homepage:hover {
    background: var(--sec);
}

.cart-empt .woocommerce-info {
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: var(--text-color) !important;
    border-right: 0 !important;
    padding: 7px !important;
    margin: 0;
    font-weight: 900;
    font-size: 21px;
}

.woocommerce-info::before {
    display: none;
}


.cat-slider .item-cart {
    display: flex;
    background: var(--gap-shop-bg);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.cat-slider .item-cart a {
    display: flex;
}

.cat-slider .item-cart:hover .img img {
    background: #c1dbd294;
    transition: all .2s ease-in-out;
}

.cat-slider .item-cart .img img {
    width: 80px;
    background: var(--hovcoler);
    padding: 13px;
    margin: 10px;
    border-radius: 15px;
    height: 80px;
    transition: background 0.3s ease;
}

.cat-slider .item-cart .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.cat-slider .item-cart .text span.name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
}

.cat-slider .item-cart .text span.count {
    font-weight: 300;
    font-size: 14px;
    color: var(--sec);
}

.cat-slider .item-cart:hover {
    transform: translateY(-5px);
    transition: all .2s ease-in-out;
}


.new-product-slider-cart .item-cart {
    background: var(--gap-shop-bg);
    padding: 7px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.new-product-slider-cart .item-cart:hover {
    transform: translateY(-5px);
    transition: all .2s ease-in-out;
}

.new-product-slider-cart .item-cart:hover .cart-icon-btn {
    background: var(--sec);
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.new-product-slider-cart .item-cart .cart-header {
    display: flex;
    flex-direction: column;
}

.new-product-slider-cart .item-cart .cart-header img {
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.new-product-slider-cart .item-cart .cart-header h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 2.5;
    color: var(--text-color);
}

.new-product-slider-cart.cartitems {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    gap: 20px;
}

.new-product-slider-cart.cartitems .item-cart.cart_item {
    margin: 0;
    width: calc(33.333% - 13.333px);
}


.new-product-slider-cart.cartitems .item-cart.cart_item .pr-remove {
    position: absolute;
    left: 0;
    top: 0;
}

.new-product-slider-cart.cartitems .item-cart.cart_item .pr-remove a.remove {
    background: unset;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff000021;
    border-radius: 0 0 10px 0;
    font-size: 25px;
    font-weight: 300;
    backdrop-filter: blur(7px);
    color: #ff0000;
    transition: all 0.3s ease;
}

.new-product-slider-cart.cartitems .item-cart.cart_item .pr-remove a.remove:hover {
    background: red;
    color: #fff;
}

.new-product-slider-cart.cartitems .item-cart.cart_item:hover .pr-remove a.remove {
    background: red;
    color: #fff !important;
}

.cart-coppun {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: var(--gap-shop-bg);
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    border: 1px solid var(--gap-shop-border);
}

.coupon {
    display: flex;
    gap: 10px;
}

.coupon input#coupon_code {
    font-family: 'Fontgasr';
    background: var(--hovcoler);
    padding: 10px;
    border-radius: 7px;
    width: 300px;
    color: var(--text-color);
    border: 1px solid var(--gap-shop-border);
    transition: border 0.3s ease;
}
.coupon input#coupon_code:focus {
    border-color: var(--sec);
    outline: none;
}

.coupon button.button {
    background: var(--sec);
    color: #fff;
    font-family: 'Fontgasr';
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 7px;
    transition: background 0.3s ease;
    cursor: pointer;
}
.coupon button.button:hover {
    background: var(--hoverreng);
}

.cart-coppun button.button {
    font-family: 'Fontgasr';
    font-weight: 500;
    padding: 15px;
    border-radius: 7px;
    background: var(--sec);
    color: #fff;
    transition: background 0.3s ease;
    cursor: pointer;
}
.cart-coppun button.button:hover {
    background: var(--hoverreng);
}

.new-product-slider-cart.cartitems .item-cart.cart_item a {
    font-size: 15px;
    font-weight: 600;
    line-height: 2.5;
    padding-top: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: var(--text-color);
}

.cart-icon-btn-qs.quantity {
    display: flex;
    border: 1px solid var(--gap-shop-border);
    border-radius: 10px;
    background: var(--mybgcolor);
}

.cart-icon-btn-qs.quantity button.minus {
    padding: 10px;
    background: unset;
    border-right: 1px solid var(--gap-shop-border);
    font-size: 20px;
    cursor: pointer;
    color: var(--text-color);
    transition: background 0.3s ease;
}
.cart-icon-btn-qs.quantity button.minus:hover {
    background: var(--hovcoler);
}

.cart-icon-btn-qs.quantity button.plus {
    padding: 10px;
    background: unset;
    border-left: 1px solid var(--gap-shop-border);
    font-size: 20px;
    cursor: pointer;
    color: var(--text-color);
    transition: background 0.3s ease;
}
.cart-icon-btn-qs.quantity button.plus:hover {
    background: var(--hovcoler);
}

.cart-icon-btn-qs.quantity input {
    padding: 0px;
    font-family: 'Fontgasr';
    font-weight: 600;
    appearance: textfield !important;
    background: transparent;
    color: var(--text-color);
    width: 50px;
    text-align: center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.woocommerce-message {
    border-right: 5px solid var(--sec);
    border-top: 0;
    background: var(--gap-shop-bg);
    font-weight: 600;
    border-radius: 10px;
    padding-right: 20px;
    color: var(--text-color);
}

.woocommerce-message::before {
    display: none;
}

.cart-empt .woocommerce-notices-wrapper {
    display: none;
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: var(--hovcoler);
    border-radius: 10px;
    color: var(--text-color);
}

.order-total {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: var(--hovcoler);
    border-radius: 10px;
    margin: 10px 0;
    color: var(--text-color);
}
.woocommerce ul#shipping_method li {
    display: flex;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--gap-shop-border);
    background: var(--mybgcolor);
}

p.woocommerce-shipping-destination {
    background: #f9ffab85;
    padding: 5px 10px;
    border-radius: 10px;
    color: var(--haml);
}

a.shipping-calculator-button {
    display: flex;
    color: #0089ff;
    padding: 10px;
}

.woocommerce-shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-shipping-methods li {
    padding: 12px 16px;
    margin-bottom: 8px;
    border: 2px solid var(--gap-shop-border);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--mybgcolor);
}

.woocommerce-shipping-methods li:hover {
    border-color: var(--sec);
    background: var(--hovcoler);
}

.woocommerce-shipping-methods li.selected {
    border-color: var(--sec);
    background: var(--hovcoler);
    box-shadow: 0 0 0 1px var(--sec);
}

.woocommerce-shipping-methods li input[type="radio"] {
    display: none;
}

.woocommerce-shipping-methods li label {
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: var(--text-color);
}


.woocommerce-shipping-methods li .amount {
    font-weight: bold;
    color: var(--sec);
}

.woocommerce-shipping-methods li .woocommerce-Price-amount {
    font-weight: bold;
    color: var(--sec);
}
.en-haml {
    display: flex;
    padding: 10px 0;
    font-weight: 700;
    align-items: center;
    font-size: 15px;
    color: var(--text-color);
}

a.shipping-calculator-button {
    display: none;
}

.order-total span {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color);
}
.cart-subtotal > span {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color);
}

.woocommerce ul#shipping_method li label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.woocommerce ul#shipping_method li label span.woocommerce-Price-amount.amount {
    color: var(--sec);
}
ul#shipping_method {
    margin: 5px 0 !important;
    display: flex;
    flex-direction: column;
}
.cart-coppun button.button {
    padding: 15px !important;
}

.woocommerce-cart-form__cart-item .product-quantity .quantity {
    display: flex;
    align-items: center;
}

.woocommerce-cart-form__cart-item .product-name a {
    color: var(--text-color);
    transition: color 0.3s ease;
}
.woocommerce-cart-form__cart-item .product-name a:hover {
    color: var(--sec);
}

.woocommerce-cart-form__cart-item .product-price {
    color: var(--text-color);
    font-weight: 600;
}

.woocommerce-cart-form__cart-item .product-subtotal {
    color: var(--text-color);
    font-weight: 700;
}

.woocommerce-cart-form__cart-item .product-remove a.remove {
    color: #ff0000 !important;
    transition: all 0.3s ease;
}
.woocommerce-cart-form__cart-item .product-remove a.remove:hover {
    background: red !important;
    color: #fff !important;
}

.woocommerce table.shop_table {
    border: 1px solid var(--gap-shop-border);
    border-radius: 10px;
    background: var(--gap-shop-bg);
}

.woocommerce table.shop_table th {
    color: var(--text-color);
    font-weight: 600;
    border-bottom: 1px solid var(--gap-shop-border);
}

.woocommerce table.shop_table td {
    border-top: 1px solid var(--gap-shop-border);
    color: var(--text-color);
}

.woocommerce table.shop_table td.actions {
    border-top: none;
}

.cart_totals h2 {
    color: var(--sec);
}

.woocommerce-shipping-totals th {
    color: var(--text-color);
}

.woocommerce-shipping-totals td {
    color: var(--text-color);
}

.wc-proceed-to-checkout {
    margin-top: 15px;
}

@media (max-width: 460px) {

form.woocommerce-cart-form {
    flex-direction: column;
}
.new-product-slider-cart.cartitems {
    width: 100%;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}

.cart-coppun {
    flex-direction: column;
}

.coupon {
    flex-direction: column;
    width: 100%;
}

.new-product-slider-cart.cartitems .item-cart.cart_item {
    width: calc(50% - 10px);
}

.new-product-slider-cart.cartitems {
    gap: 15px;
}

.new-product-slider-cart.cartitems .item-cart.cart_item a {
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.cart-icon-btn-qs.quantity {
    width: 100%;
    justify-content: space-around;
}
.price-column {
    align-items: center;
}

.cart-coppun button.button {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px !important;
    font-family: 'Fontgasr' !important;
}

.coupon input#coupon_code {
    width: 100%;
    padding: 15px;
}

.woocommerce table.shop_table {
    font-size: 13px;
}

.woocommerce table.shop_table td {
    padding: 8px;
}

.woocommerce table.shop_table th {
    padding: 8px;
}

.woocommerce-cart-form__cart-item .product-name a {
    font-size: 13px;
}

.woocommerce-cart-form__cart-item .product-price {
    font-size: 13px;
}

.woocommerce-cart-form__cart-item .product-subtotal {
    font-size: 13px;
}

.cart-icon-btn-qs.quantity button.minus,
.cart-icon-btn-qs.quantity button.plus {
    padding: 8px 12px;
    font-size: 16px;
}

.cart-icon-btn-qs.quantity input {
    width: 35px;
    font-size: 14px;
}

a.checkout-button.button.alt.wc-forward {
    padding: 12px;
    font-size: 14px;
}

.cart_totals {
    padding: 10px;
}

.cart-subtotal,
.order-total {
    padding: 8px 15px;
    font-size: 14px;
}

.woocommerce-shipping-methods li {
    padding: 10px 12px;
    font-size: 13px;
}

}