.add-to-cart-popup {
	position: fixed;
    background: rgba(0, 0, 0, 0.52);
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.add-to-cart-popup .add-to-cart-popup-inner {
    background: white;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    max-height: 90%;
    overflow: overlay;
}

.add-to-cart-popup .add-to-cart-popup-inner .vw-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.add-to-cart-popup .add-to-cart-popup-inner a.direct-bestellen {
    padding: 10px 15px !important;
    box-sizing: border-box !important;
    color: white !important;
    flex: 1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    float: none;
    border-radius: 0 !important;
    margin-left: 10px;
    font-weight: 400 !important;
    font-size: 14px !important;
    background: #4CAF50 !important;
    border: none !important;
}

.add-to-cart-popup .add-to-cart-popup-inner span.verder-winkelen {
    padding: 10px 15px !important;
    box-sizing: border-box !important;
    color: white !important;
    flex: 0 0 25%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    float: none;
    border-radius: 0 !important;
    margin-left: 10px;
    font-weight: 400 !important;
    font-size: 14px !important;
    background: #60c1ec !important;
    border: none !important;
}

.add-to-cart-popup .woocommerce-cart-form img {
	width: 50px;
}

.add-to-cart-popup .woocommerce-cart-form .product-name a {
    color: #444;
    font-size: 14px;
    text-decoration: underline;
}

.add-to-cart-popup .woocommerce .woocommerce-message {
	display: none;
}

.add-to-cart-popup .coupon {
	display: none;
}

.add-to-cart-popup .woocommerce-cart-form td.actions {
	display: none;
}

.add-to-cart-popup .cart-collaterals .cart_totals {
	width: 100%;
}

.add-to-cart-popup .cart-collaterals .cart_totals h2 {
    margin-top: 0;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}



.add-to-cart-popup .quantity .qty {
	border: none;
    pointer-events: none;
}

.add-to-cart-popup .checkout-button {
	display: none !important;
}

.add-to-cart-popup .close {
    float: right;
}

.add-to-cart-popup table.shop_table th {
    font-weight: 500;
    padding: 5px 15px;
    line-height: 25px;
    font-size: 14px;
}

.add-to-cart-popup svg.svg-inline--fa.fa-times-circle.fa-w-16 {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--maincolor);
    cursor: pointer;
}

.add-to-cart-popup h3.t-added-to-cart {
    margin-top: 0;
    color: #4caf50;
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 20px;
    width: calc(100% - 20px);
}

.add-to-cart-popup .woocommerce table.shop_table {
    border-radius: 0;
}

.add-to-cart-popup .quantity .qty {
    background: none !important;
    height: auto !important;
    border: none !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.add-to-cart-popup .woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 5px 12px;
    vertical-align: middle;
    line-height: 25px;
    font-size: 14px;
}

.add-to-cart-popup .woocommerce table.shop_table td .woocommerce-Price-amount {
    font-weight: 600;
}

.add-to-cart-popup .woocommerce table.shop_table th {
    font-size: 14px;
    font-weight: 500;
}

.add-to-cart-popup td.product-price,
.add-to-cart-popup td.product-subtotal {
    color: #444 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.add-to-cart-popup .add-to-cart-popup-inner tr.shipping {
    display: none;
}

.add-to-cart-popup .add-to-cart-popup-inner .product-quantity select {
    font-family: 'Poppins', sans-serif;
    padding: 5px;
    box-sizing: border-box;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    pointer-events: none;
    cursor: not-allowed;
    border: none;
    -webkit-appearance: textfield;
    background: white;
}

@media screen and (max-width: 950px) {

	.add-to-cart-popup .add-to-cart-popup-inner {
		margin: 20px;
	}

}

@media screen and (max-width: 600px) {

	.add-to-cart-popup .add-to-cart-popup-inner {
		margin: 20px;
	}

	.add-to-cart-popup .add-to-cart-popup-inner span.verder-winkelen {
		width: 100%;
		justify-content: center;
        margin-left: 0;
	}

	.add-to-cart-popup .add-to-cart-popup-inner a.direct-bestellen {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.add-to-cart-popup .add-to-cart-popup-inner .vw-buttons {
		flex-direction: column-reverse;
	}

	body .add-to-cart-popup {
		align-items: baseline;
		top: 0;
	}

	.add-to-cart-popup h3.t-added-to-cart {
		font-size: 15px;
	}

	.add-to-cart-popup .table.shop_table td {
		font-size: 13px;
	}

	.add-to-cart-popup td.product-subtotal {
		display: none !important;
	}

	.add-to-cart-popup td.product-name:before {
		display: none !important;
	}

	.add-to-cart-popup td.product-price,
	.add-to-cart-popup td.product-quantity {
		display: inline-flex !important;
    	align-items: center;
    	flex-wrap: wrap;
    	border-top: 0 !important;
	}
	
	.add-to-cart-popup td.product-quantity .quantity {
		background: white;
	}

	.add-to-cart-popup tr.woocommerce-cart-form__cart-item {
		display: flex !important;
    	flex-wrap: wrap;
    	justify-content: space-between;
	}

	body.woocommerce .add-to-cart-popup td.product-name {
		text-align: left !important;
    	border-bottom: 1px dotted #e8e7e7;
	}

    @media screen and (max-width: 600px) {

        body.woocommerce .add-to-cart-popup td.product-name {
            width: 100%;
        }

        .add-to-cart-popup tr.woocommerce-cart-form__cart-item {
            margin-bottom: 10px;
        }

    }

	.woocommerce .add-to-cart-popup table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page .add-to-cart-popup table.shop_table_responsive tr:nth-child(2n) td {
		background: none !important;
	}

}

@media screen and (max-width: 400px) {

	.add-to-cart-popup .cart-collaterals .cart_totals h2 {
		margin-bottom: 10px;
	}

	.add-to-cart-popup table.shop_table {
		margin-bottom: 10px;
	}

}