/*
Theme Name: AllroundWeb Child
Theme URI: https://www.allroundweb.nl/
Description: Designed by <a href="https://allroundweb.nl/">Allround Web</a>.
Author: Allround Web
Version: 1.0.0
Template: hello-elementor
*/


/* Add a border around the active menu item */
.elementor-item.elementor-item-active {
    border: 3px solid transparent;
	border-radius: 10px;
	border-image: linear-gradient(to right, #003399, #00DCFF);
    border-image-slice: 1;
}

.add-to-cart-btn-custom{
    display: none;
}
.add-to-cart-btn-custom a{
    background-image: linear-gradient(to right, #003399, #00DCFF) !important;
    border: 0 !important;
}
.add-to-cart-btn-custom a:hover{
    background-image: linear-gradient(to right, #ffffff, #ffffff) !important;
    border: 1px solid #003399 !important;
    color: #003399 !important;
}
.elementor-279 .elementor-element.elementor-element-a23b373 .added_to_cart{
    background-image: none !important;
    border: 0 !important;
}
.product-category:hover{
    padding: 10px !important;
}
.add-to-cart-single-page-btn-custom button{
    background-image: linear-gradient(to right, #003399, #00DCFF) !important;
    border: 0 !important;
}
.add-to-cart-single-page-btn-custom button:hover{
    background-image: linear-gradient(to right, #ffffff, #ffffff) !important;
    border: 1px solid #003399 !important;
    color: #003399 !important;
}
.woocommerce-loop-category__title .count{
	display:none !important;
}