/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.4.0
 Text Domain:  woodmart
*/


a.btn.wd-switch-to-register {
    width: 100%;
    background: #00386b;
    color: white;
}


li#menu-item-32549 a {
    background: #fba71b;
    color: #01386c;
    border-radius: 50px;
    padding: 5px 20px;
}



.grecaptcha-badge {
    bottom: 100px !important;
}

.autoline_cod_message{
	border-left: 5px solid yellow;
    padding-left: 10px;
}

.espa-icons {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 5px;
    max-width: 90vw;
}










.woocommerce-shipping-totals.shipping {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    animation: borderGlow 3s infinite;
}

@keyframes borderGlow {
    0% {
        border-color: transparent;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    }
    50% {
        border-color: #42a5f5; /* Light blue color */
        box-shadow: 0 0 15px rgba(66, 165, 245, 0.75);
    }
    100% {
        border-color: transparent;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    }
}
