.woocommerce-cart .woocommerce-notices-wrapper {
    position: absolute;
}

.woocommerce table.shop_table {
    margin: 0 !important;
    font-family: 'Heebo';
    font-size: 0.95vw;
    border-top: 1px solid #646464;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-radius: 0;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #646464;
    position: relative;
}

table.shop_table thead th {
    font-weight: 400 !important;
}

@media (min-width:1025px) {
	td.product-remove {
		width: 5%;
	}
}

.woocommerce td.product-remove a.remove {
    color: #000000 !important;
    font-size: 2vw;
    width: auto !important;
    text-align: right;
    background-color: transparent !important;
}

@media (min-width:1025px) {
	td.product-thumbnail {
		width: 15%;
	}
}

td.product-thumbnail img {
    width: 8vw !important;
    height: 8vw !important;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

@media (min-width:1025px) {
	td.product-name {
		width: 40%;
	}
}

td.product-name a {
    font-size: 1.8vw;
    font-weight: bold;
    color: inherit;
}

td.product-price {
    font-size: 1.5vw;
    font-weight: 500;
}

.woocommerce td.product-quantity .quantity .qty {
    font-size: 1.5vw;
    padding: 0;
    border: none;
    background: none;
    font-weight: 500;
    text-align: right;
}

td.product-subtotal {
    font-size: 1.5vw;
    font-weight: 500;
}

form.woocommerce-cart-form .coupon {
    padding-right: 4.5vw;
}

form.woocommerce-cart-form .coupon:before {
    content: 'הזן קוד קופון' !important;
    font-size: 1.2vw;
    margin-left: 0.5vw;
}

input#coupon_code {
    height: 2vw;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    width: 10vw;
    margin-left: 1.5vw;
    float: none;
    border-color: #7e7e7e;
    padding: 0.2vw 0.5vw;
    margin-bottom: 1vw;
}

.woocommerce .cart .button[name="apply_coupon"] {
    font-size: 1.5vw;
    padding: .5vw 1.6vw;
    font-weight: 500;
}

.woocommerce .cart .button[name="update_cart"] {
    font-size: 1.5vw;
    padding: 0.5vw !important;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 6vw;
}

.woocommerce .cart .button {
    background-color: #c5c5c5;
    color: #ffffff !important;
    border-radius: 0;
}

.woocommerce .cart .button:hover {
    background-color: #4D4D4D;
}

.cart_totals {
    margin-top: 2%;
    width: 100% !important;
    float: none !important;
    font-family: 'Heebo';
}

.cart_totals h2 {
    color: #707070;
    font-size: 1.5vw;
}

@media (min-width:1025px) {
	.cart_totals th {
		font-weight: 500 !important;
		text-align: left;
		width: 5%;
	}
}

@media (min-width:1025px) {
	.cart_totals td {
		font-weight: 500 !important;
		text-align: left;
		width: 5%;
		font-size: 1.5vw;
	}
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.wc-proceed-to-checkout a.checkout-button {
    background-color: #707070 !important;
    color: #ffffff !important;
    border-radius: 0;
    font-weight: 500;
    width: 20% !important;
    float: left;
    padding-top: 0.8vw !important;
    padding-bottom: 0.8vw !important;
    font-size: 1.5vw !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}