/* 
Theme Name: Adjuvo Training
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.2
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
*/

/* Add your custom styles here */
.product-cats .product-category a {
    background-color: #0071bd !important;
    display:block;
    border-radius:3px;
    color:#fff !important;
    padding: 10px !important;!i;!;
    text-align:center;
}
.product-cats .product-category a h2 {
    color:#fff
}
.product-cats .product-category a img {
    display:none !important;
}

.product-cats .product-category a .count {
    color:#fff;
}
.main-page ul {
    list-style-type: none;
    margin:0;
    padding: 0;
}
.main-page p {
    margin-bottom: 0px;
}
.main-home-card {
    min-height: 50vh;
}
.main-logo-column {
    min-height: auto;
}
.show-on-hover {
    display: none;
}
.main-home-card:hover .show-on-hover {
    display: block;
}
@media (max-width:767px) {
    .show-on-hover {
    display: block;
    }
    .main-home-card-1 .elementor-background-overlay {
        opacity: .75 !important;
        background-color: #A10010 !important;
    }
    .main-home-card-2 .elementor-background-overlay {
        opacity: .75 !important;
        background-color: #0071bc !important;
    }
    .main-home-card-3 .elementor-background-overlay {
        opacity: .75 !important;
        background-color: #eea800 !important;
    }
    .main-home-card-4 .elementor-background-overlay {
        opacity: .75 !important;
        background-color: #4f225d !important;
    }
}
.side-cats {
    background-color: #e1e1e1;
    padding: 30px;
}
.side-cats ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.side-cats ul li a {
    color: #333;
}
.side-cats ul li a:hover {
    text-decoration: underline;
}


.elementor-add-to-cart.elementor-product-variable form label {
    width: 46%;
    padding:20px;
    background:#efefef;
    margin-right:2%;
    margin-bottom:3%;
    position:relative;
}
.elementor-add-to-cart.elementor-product-variable form label input {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    opacity:0;
}
.elementor-add-to-cart.elementor-product-variable form label span {
    display:block;
    margin-bottom:10px;
    position:relative;
    z-index:1;
    
}
.elementor-add-to-cart.elementor-product-variable form label input:checked + i {
    position:absolute;
    background:#0071bc !important;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.elementor-add-to-cart.elementor-product-variable form label input:checked ~ span {
    color:#fff;
}
.woocommerce div.product .stock {
    color: #0071bc;
}
.wc-block-components-notice-banner {
	display:none !important;
}

.woocommerce-checkout-payment { /*display:none  !important;*/ }

/* .woocommerce a.button.alt { padding: 0 0 20px  !important; } */
.elementor-add-to-cart .ppcp-messages { margin-top: 20px; }
.course-dates-outer {
	display:flex;
	margin-left:-5px;
	margin-right:-5px;
	flex-flow:wrap;
}
.course-date-item {
	position:relative;
	width:50%;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}
.course-date-item input[type=radio] {
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.course-date-item label {
	padding:15px;
	background:#efefef;
	cursor:pointer;
	color:#0071bc;
	width:100%;
	
}
.course-date-item input[type=radio]:checked + label {
	background:#0071bc;
	color:#fff;
}
.ajax-add-to-cart {
	border:#0071bc solid 2px;
	padding:12px 25px;
	background:#0071bc;
	color:#fff;
}
.ajax-add-to-cart.disabled {
	opacity:.5;
	
}
.ajax-add-to-cart:hover {
	background:#fff;
	color:#0071bc;
}
.main-site-news {
    display: flex;
    gap: 30px;
}
.main-site-news .news-item {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 13%);
    flex: 1;
}
.main-site-news .news-item img {
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    object-position:center;
}
.main-site-news .news-item h2 {
    font-size:20px;
    margin-bottom:6px;
    color: #a10010;
}
.main-site-news .news-item p {
    margin-block-end: 6px;
}
.main-site-news .news-item .button {
    font-size:16px;
    font-weight: 500;
}
.testimonial-item p {
    font-size: 20px;
    line-height: 1.3;
    color: #0071bd;
    text-align:center;
}
.testimonial-item h3 {
    color:#2d2d2d;
    font-size:22px;
    font-style:italic;
    text-align:center;
}
.testimonial-carousel .swiper-button-prev {
    left:-50px;
}

.testimonial-carousel .swiper-button-next {
    right:-50px;
}
.testimonial-carousel .swiper-pagination {
    position:static;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color:#222 !important;
}
.swiper-pagination-bullet-active {
    background:#222 !important;
}
#testimonials-shortcode .elementor-shortcode {overflow: hidden !important;}


@media (max-width: 768px) {
    .main-site-news {
        flex-direction: column; /* Stack elements */
    }

    .main-site-news .news-item {
        width: 100%; /* Ensure full width */
    }
}
@media (max-width:450px) {
	.course-date-item {
		width:100%;
	}	
}
.elementor-widget-wc-archive-products .button {
	display:none !important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #0071bd;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation a br {
    display:none !important;
 }
 ul.cross-sell-products {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
ul.cross-sell-products li {
    padding-left:15px;
    padding-right:15px;
    width:25%;
    margin-bottom:30px;
}
ul.cross-sell-products li a {
    display:block;
    
}
ul.cross-sell-products li a img {
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    object-position:center;
    border:#ccc solid 1px;
}
ul.cross-sell-products li a h2 {
    font-size:18px;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon .button {
    padding: 8px;
    border: 1px solid #0171bc;
    background-color: #fff;
    color: #0171bc;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon .button:hover {
    border: 1px solid #0171bc;
    background-color: #0171bc;
    color: #fff;
}
/*
.woocommerce-additional-fields__field-wrapper {
    display: none;
} */
.woocommerce-additional-fields #custom_checkout_fields {
    margin-top: 15px;
}

/* Mini Cart +/- button styling */
.qty-btn {
	border-radius: 4px;
	transition: background 0.2s ease;
}
.qty-btn:hover {
	background-color: #e0e0e0;
}
.mini-qty {
	border-radius: 4px;
}
.elementor-menu-cart__product-price .price-and-quantity {
    display: grid
}
.elementor-menu-cart__product-price .minicart-priceLabel, .elementor-menu-cart__product-price .variation-qtyLabel {
    grid-column-start: 1;
}
.elementor-menu-cart__product-price .minicart-priceValue, .elementor-menu-cart__product-price .variation-qtyValue {
    grid-column-start: 2;
    margin-inline-start: 5px;
}
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price { padding-left: 10px; }
.elementor-menu-cart__product .variation { margin: 10px 0 0;}

/* Mini Cart Spinner */
.mini-cart-spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mini-cart-spinner {
    width: 30px;
    height: 30px;
    border: 4px solid #ccc;
    border-top: 4px solid #444;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}
.size-variations label {
    padding: 0px !important;
    margin-top: 10px;
    background: transparent !important;!i;!;
}


.size-variations .reset_variations {
    display:none;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}

@media (max-width:991px) {
    ul.cross-sell-products li {
        width:33.33%;
    }
}
@media (max-width:767px) {
    ul.cross-sell-products li {
        width:50%;
    }
}
@media (max-width:500px) {
        ul.cross-sell-products li {
            width:100%;
        }
    }
    ul.network-menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    ul.network-menu li a {
        color:#fff !important;
    }
    @media (max-width:767px) {
        ul.network-menu {
        text-align:center;
    }
}