.under-header {
	margin-bottom: 90px;
}

div.entry-content {
	width: auto;
}

.wc-block-components-totals-coupon-link {
	color: var(--wp--preset--color--contrast);
	font-weight: 700;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    border-radius: 42px;
    border: 1px solid var(--wp--preset--color--primary);
    padding: 13px 42px;
    font-size: 1rem;
    color: var(--wp--preset--color--buttoncolor);
    line-height: 1;
    box-shadow: none;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
    border: 1px solid var(--wp--preset--color--buttonhoverbg)!important;
    background-color: var(--wp--preset--color--buttonhoverbg)!important;
}

.wc-block-cart__submit-button {
	color: var(--wp--preset--color--buttoncolor);
    line-height: 1;
    box-shadow: none;
    border-radius: 42px;
    border: 1px solid var(--wp--preset--color--primary)!important;
}

.wc-block-cart__submit-button:hover {
    border: 1px solid var(--wp--preset--color--buttonhoverbg)!important;
    background-color: var(--wp--preset--color--buttonhoverbg)!important;
    color: var(--wp--preset--color--buttoncolor);
}

.wc-block-cart-items__row {
	position: relative;
}

.wc-block-cart-item__quantity {
	display: flex;
	gap: 5px;
	align-items: center;
}

.wc-block-cart-item__remove-link {
	margin-top: 7px!important;
/*
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-61%);
*/
	text-decoration: none!important;
	color: transparent!important;
}

.wc-block-cart-item__remove-link:before {
	content: '';
	background: url('https://pharmacyweb.gr/wp-content/uploads/2024/05/bin.svg'); 
    height: 20px;
    width: 20px;
    border: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    
}

.wp-block-woocommerce-cart-cross-sells-block pre {
	font-family: "Times New Roman";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2.16px;
}

.cross-sells-product {
	    background: #FFF;
	    padding: 20px;
	    padding-right: 20px!important;
	    margin: 10px;
	    border-radius: 200px;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: flex-start;
	    position: relative;
	    box-sizing: border-box;
	    overflow: hidden!important;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
	width: 27%;
}

.cross-sells-product .wc-block-components-product-image img {
	margin: 1.7em 0 0 0 !important;
	max-width: 100%;
    object-fit: contain !important;
    max-height: 200px;
    min-height: 200px;
}

h3.wp-block-cart-cross-sells-product__product-title {
	margin: auto;
	margin-bottom: 30px!important;
	margin-top: 35px;
	padding: .5em 0;
	height: 100px;
	line-height: 1.1;
    max-width: 284px;
}

h3.wp-block-cart-cross-sells-product__product-title a {
	font-family: 'Roboto';
    font-weight: 700!important;
    font-size: 16px !important;
    color: #786C7A !important;
}

.cross-sells-product .wp-block-button button {
	margin-bottom: 35px;
}

.wp-block-cart-cross-sells-product__product-onsale, .wp-block-cart-cross-sells-product__product-rating {
	display: none;
}

.wp-block-cart-cross-sells-product__product-price ins, .wp-block-cart-cross-sells-product__product-price {
	color: var(--wp--preset--color--primary);
	font-weight: 700;
	margin-left: 5px!important;
}


.wp-block-cart-cross-sells-product__product-price del {
    font-weight: 700;
    color: var(--wp--preset--color--contrast);
}

@media screen and (max-width: 1747px) {
	.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
	    width: calc(50% - 64px);
	    max-width: 310px;
	    margin-bottom: 40px!important;
	}
}

@media screen and (max-width: 750px) {
	.table.wc-block-cart-items {
		width: 95%;
		margin: auto!important;	
	}
	
	.wc-block-cart-item__remove-link {
    left: -24px;
    top: 63px;
}
}

/*
@media screen and (min-width: 498px) {
    .cross-sells-product .wc-block-components-product-image img {
        
    }
}
*/

@media screen and (max-width: 480px) {
	.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
	    width: 90%;
	    margin: auto;
	}
}

@media screen and (max-width: 444px) {
	.wc-block-cart-items__row {
		grid-template-columns: 80px 160px!important;
	}
	
	.wc-block-cart-item__product {
		    grid-column-end: 3!important;
	}
}