/*
Theme Name:     Hello-elementor-child
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Blauwwwdruk
Author URI:     https://www.blauwwwdruk.nl
Template:       hello-elementor
Version:        0.1.0
*/

/**************************************
    TABLE OF CONTENTS 
***************************************

1. TYPOGRAFY
2. ELEMENTS
    - ELEMENTOR
    - WIDGETS
3. LINKS
4. NAVIGATION
    - MENUS
    - SEARCHFORM
    - CTA
    - PAGINATION
5. FOOTER
6. RESPONSIVE

/**************************************

***************************************/

/* 
* TYPOGRAFY 
*/



/* 
* ELEMENTS 
*/

#add-to-cart-blok form.cart {
    display: flex;
    flex-direction: column;
}

#add-to-cart-blok .mvvwb_wrap,
#add-to-cart-blok .mvvwb_summary .mvvwb_booking_date {
    color: var(--e-global-color-accent);
}

.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-text);
}


/* 
* - ELEMENTOR 
*/



/* 
* - WIDGETS 
*/



/* 
* LINKS 
*/



/* 
* NAVIGATION 
*/



/* 
* - MENUS 
*/



/* 
* - SEARCHFORM
*/



/* 
* - CTA 
*/


/* 
* - PAGINATION 
*/



/* 
* FOOTER 
*/



/* 
* RESPONSIVE
*/


/* 
* !!! Only MOBILE and TABLET portrait  !!! 
* Use this wisely!
*/
@media screen and (max-width: 768px) {

}

/* MOBILE landscape 480px and wider */
@media screen and (min-width: 480px) {

}

@media screen and (min-width: 768px) {
    .tablet {
        display: block;
    }
}

/* TABLET portrait 768px and wider */
@media screen and (min-width: 769px) {
    
}

/* TABLET landscape, smaller desktop 1024px and wider */
@media screen and (min-width: 1024px) {

}

/* Wide desktop 1160px and wider */
@media screen and (min-width: 1180px) {
    
}