/*
Theme Name: Venam Child Prod
Template: venam
*/


/* Custom */
body .mobile-menu {
    background: white;
}
body .mobile-menu .navigation li.menu-item > a {
    color: black;
}

body .breadcrumb-bg {
    border-style: solid;
    border-color: #3F72AF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #F2F2F282;
}

body .mobile-menu .close-btn {
	color: #4175ac;
}

body .mobile-menu .navigation li.dropdown .dropdown-btn {
	color: #ffffff;
    background: #4378a9;
}

body .mobile-nav-toggler {
	margin-top: 45px;
}

header .header-action {
	margin-left: 177px !important;
}

body .mobile-menu .nav-logo {
	margin-left: 77px;
}

header .header-shop-cart a span.cart-count {
	color: white;
	font-size: 10px;
    font-weight: bold;
}

header .header-action .checkout-link a  {
	color: white;
}


body .wc-block-components-button__text {
	color: black;
	font-weight: bold;
}

body .btn.yellow-btn {
	color: white;
}

@media (max-width: 480px) {
form .footer-newsletter-wrap .newsletter-form button {
        margin-top: 0px !important;
	}
header .header-shop-account {
		display:none !important;
	}
header .header-shop-cart {
		display:none !important;
	}
}

body .wc-block-cart .wc-block-cart__submit-container {
    border-style: solid;
    border-color: #3F72AF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #d5e9e6;
    animation: pulse-border 1.5s infinite ease-in-out;
}

@keyframes pulse-border {
    0% {
        box-shadow: 0 0 0 0 rgba(63, 114, 175, 0.5);
    }
    50% {
        box-shadow: 0 0 10px 5px rgba(63, 114, 175, 0.3);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(63, 114, 175, 0.5);
    }
}