/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    hold iceland custom functionality.
 */

.woocommerce-cart-form__contents .product-thumbnail{
    display: none !important;
}
.woocommerce-cart-form__contents .product-quantity{
    display: none !important;
}
.single-product-custom .trip-price-customer{
    text-align: left;
    font-size: 28px;
}
.trip-price-customer{
    text-align: center;
    font-family: "Exo 2", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 38.4px;
    color: var(--e-global-color-primary);
    margin: 0 !important;
}
.e-coupon-box{
    display: none !important;
}