:root {
    --agriox-font: 'DM Sans', sans-serif;
    /*--agriox-font-2: 'Averia Sans Libre', cursive;*/
    --agriox-font-2: 'DM Sans', sans-serif;
    /*--agriox-font-3: 'Shadows Into Light', cursive;*/
    --agriox-font-3: 'DM Sans', sans-serif;
    --agriox-base: #f1cf69;
    --agriox-base-rgb: 241, 207, 105;
    --agriox-primary: #334b35;
    --agriox-primary-rgb: 51, 75, 53;
    --agriox-secondary: #6d8c54;
    --agriox-secondary-rgb: 109, 140, 84;
    --agriox-color-1: #687469;
    --agriox-color-1-rgb: 104, 116, 105;
}

.active_menu{
    font-weight: bold !important;
}

.small_xs{
    font-size: 10px;
    line-height: normal;
}

.box-season-actual{

    -webkit-box-shadow: 0px 10px 30px 0px rgba(123,123,123,0.7);
    box-shadow: 0px 10px 30px 0px rgba(123,123,123,0.7);

    border-radius: 10px;
}

.badge-product{
    position: absolute;
    top:0;
    text-align: center;
    right: -10px;
    background: var(--agriox-primary, #334b35);
    padding: 3px 30px 3px 30px;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1;
    z-index: 5;
    color:#fff;
    font-size: 12px;
}

.img-shop-cart{
    width: 80px;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
}

.cart-summary-text{
    color: var(--agriox-base, #f1cf69);
}

#company_data{
    display:none;
}

.title_season:hover{
    color: #fff !important;
}
.footer_address_p{
    padding-left: 22px;
}

.dark-logo{
    height: 100px !important;
}
.light-logo{
    height: 100px !important;
}

@media only screen and (max-width: 800px) {

    .dark-logo{
      height: 80px !important;
    }
    .light-logo{
        height: 80px !important;
    }
}


@keyframes heartbeat {
    0% {
        transform: scale(.75);
    }

    20% {
        transform: scale(1);
    }

    40% {
        transform: scale(.75);
    }

    60% {
        transform: scale(1);
    }

    80% {
        transform: scale(.75);
    }

    100% {
        transform: scale(.75);
    }
}

#yamao_heart {
    animation: heartbeat 1s infinite;
}