#coupons_list {
	display: none !important;
}

#qodef-woo-page.qodef--cart .affirm-message {
	display: none;
}

#qodef-woo-page.qodef--cart .product-remove {
	cursor: pointer;
	padding-right: 15px;
}
div.qodef-quantity-buttons.quantity {
	background: #47a022;
}
#qodef-woo-page.qodef--cart button[type=submit] {
	padding: 0px !important;
}

#qodef-woo-page.qodef--cart .button:before {
	all: unset !important;
}

#qodef-woo-page.qodef--cart button[type=submit]:after {
	all: unset !important;
}

#qodef-woo-page.qodef--cart td.product-quantity {
	width: 50px !important;
}

#qodef-woo-page.qodef--cart .update-cart button[type=submit] {
	text-transform: capitalize !important;
	word-break: normal !important;
    overflow-wrap: normal !important;
	white-space: nowrap !important;
	background: transparent !important;
	font-weight: normal !important;
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout a {
	color: white !important;
}

.cart_totals .shop_table td {
	text-align: right !important;
}
@media (min-width: 568px) {
	#qodef-woo-page.qodef--cart .update-cart {
    	padding: 10px 5px !important;
	}
}

@media (max-width: 567px) {

	#qodef-woo-page.qodef--cart .update-cart {
    	padding: 10px 0px !important;
	}

}

@media (max-width: 767px) {
	#qodef-woo-page.qodef--cart .update-cart button {
		font-size: 12px !important;
	}

	#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
		margin-top: 40px !important;
	}

	.qodef-quantity-buttons {
		margin-top: 1.8rem !important;
	}
	
	.woocommerce-page div.woocommerce .shop_table td {
		
		vertical-align:baseline !important;
	}

	.cart_totals .shop_table td {
		text-align: right !important;
	}

}


@media (min-width: 768px) {
	.cart-collaterals {
		margin-top: 1.8rem !important;
	}
	.cart-collaterals .shop_table th {
		width: 50% !important;
	}
	
	.cart_totals .shop_table td {
		padding-right: 20px !important;
	}
	
	#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
		margin-top: 95px;
	}
}



/* moved from cart elementor custom css */
.paypal-button-container .paypal-buttons {
    z-index: 49
}

.w-65 {
    width: 65%;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
    width: 40px !important;
    height: 20px !important;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
    height: 40px;
    width: 40px
}

#coupons_list {
    padding: 1.5rem !important;
    margin-top: 1.5rem !important;
    background-color: #F8F9FA;
    border-left: 5px solid #4AA027;
}

#coupons_list h3{
    font-size: 15px;
    margin-bottom: 1.5rem !important;
}


#qodef-page-inner {
    padding-top: 20px !important;
}

.shop_table .product-thumbnail img {
    height: 100px !important;
    width: 100px !important;
    max-width: unset !important;
}

#learn-more {
    font-size: 12px !important;
}

.tc-epo-metadata .tc-value p{
    font-size: 11px !important;
}

.product-name-link {
    color: #001823 !important;
    font-size: 16px;
}

.tm-cart-edit-options {
    font-size: 11px !important;
}

.tc-epo-metadata .tc-name{
    font-size: 11px !important;
}

.submit-buttons {
    width: 100% !important;
}

@media (min-width: 768px) {
    .submit-buttons {
        width: auto !important;
    }
    
    .tc-epo-metadata .tc-value p{
        font-size: 11px !important;
    }
    
    .product-name-link {
        color: #001823 !important;
        font-size: 14px !important;
    }
    
    .w-65 {
        width: auto; 
    }

}

#qodef-woo-page.qodef--cart .cart_totals, #qodef-woo-page.qodef--cart .cross-sells {
    margin-top: 50px !important;
}


@media (max-width: 428px) {
    .product-quantity::before {
        content: "" !important;
    }
}

.bg-light-darker {
	border: 2px solid #4AA027;
}