/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.menu-item small {
    margin-left: 7px;
    color: #6e6e6e;
}
.page-id-578 .custom-header {
	 background-color: var(--e-global-color-543c1e6) !important;
}
.home .custom-header,
.post-type-archive-product .custom-header,
.tax-product_cat .custom-header,
.page-id-1742 .custom-header,
.single-product .custom-header,
.page-id-3855 .custom-header{
	 background-color: var(--e-global-color-6d68e2d)!important;
}
  .course-slider .swiper-slide.swiper-slide-active img {
    border-radius: 60px 0 0 0px;
}

.course-slider .e-n-carousel .swiper-slide-next + .swiper-slide img {
    border-radius: 0 0 60px 0;
} 

.page-content a {
    text-decoration: none !important;
}
/* Keep portrait video original ratio in fullscreen */
.elementor video:-webkit-full-screen,
.elementor video:fullscreen {
    object-fit: contain !important;
    width: auto !important;
    height: 100% !important;
    max-width: 100% !important;
    background: #000;
}

/* Optional: center video */
.elementor .elementor-video {
    object-fit: contain;
}
.single_variation_wrap .woocommerce-variation-price {
    display: none !important;
}
h3.bapf_hascolarr {
    font-size: 16px;
    font-weight: 700;
}
.elementor-slideshow__title {
    display: none;
}
table.variations tr, table.variations td, table.variations tr, table.variations th {
    background-color: transparent !important;
    padding: 0;
}
@media (max-width: 768px) {
.elementor-image-box-wrapper {
    display: flex;
        gap: 10px;
	}
	.course-slider .e-n-carousel .swiper-slide-next img {
    border-radius: 0 0 60px 0;
} 
	
}