/*
 Theme Name:   Restar Child
 Theme URI: https://wordpress.themeholy.com/restar/
 Description:  This is a child theme for Restar WordPress Theme
Author URI: https://themeforest.net/user/themeholy
 Author URI:   #
 Template:     restar
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  restar-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.woocommerce .product .button.add_to_cart_button,
.woocommerce .product a.added_to_cart {
    display: none !important;
}


/* Emergency slider fix */
.elementor-widget-slides {
    overflow: hidden !important;
}

.elementor-widget-slides .swiper-wrapper {
    display: flex !important;
    transition-duration: 300ms !important;
}

.elementor-widget-slides .swiper-slide {
    flex-shrink: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.elementor-slide-content {
    position: relative !important;
    z-index: 2 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/* Force slider height */
.banner-area .elementor-widget-slides,
.hero-area .elementor-widget-slides {
    min-height: 600px !important;
}

