/* Start custom CSS for section, class: .elementor-element-f9e7ce7 */@media screen and (max-width: 600px) {
    table.addify-quote-form__contents .product-thumbnail{
        width:100%;
    }
    
    form.addify-quote-form table.addify-quote-form__contents .product-quantity{
            text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }
    
    .woocommerce-cart-form__quote-item .product-quantity .quantity {
    flex-direction: row;
    width: 50%;
}
    .shop_table thead {
        display: none;
    }
    .shop_table, .shop_table tbody, .shop_table tr, .shop_table td {
        display: block;
        width: 100%;
    }
    .shop_table tr {
        margin-bottom: 15px;
    }
    
    .shop_table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    .shop_table td::before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        width: 45%;
        padding-right: 15px;
        white-space: nowrap;
        text-align: left;
    }
}/* End custom CSS */