body header{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    border-color: rgba(129, 129, 129, .2);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.menu_header{
    display: flex;
    justify-content: center;
}

.banner_top_desk img{
    min-width: 100%;
}
.whb-header{
    margin-bottom: unset !important;
}
.icon_trust{
    display: flex;
    flex-direction: row;
}
.icon_trust .elementor-widget-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.button_order p{
    padding: 12px;
    background: #FF6900A1;
    border-radius: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.button_order a{
    color: white;
}
.banner_category{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    width: 80% !important;
    right: 11%;
}
.banner_category img {
    padding: 12px;
}
.icon_trust_item img{
    opacity: 0.3;
    width: 64px !important;
    height: 36px;
}
.icon_trust_item a{
    font-size: 12px;
}
.sunset_mob{
    background-image: url(https://yalsan.com/wp-content/uploads/2025/05/Background-mobile-sunset.jpg);
    background-position: center right;
    background-size: cover;
    margin-top: 12px;
    border-radius: 20px;
}
.sunset .elementor-widget-countdown .elementor-countdown-item{
    background-color: unset !important;
}
@media (max-width: 767px) {
    .banner_top_desk{
        display: none;
    }
    .mobile_hidden{
        display: none;
    }
    .icon_trust_item .elementor-container{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap !important;
        align-items: center;
    }
}
@media (min-width: 767px) {
    .banner_top_mob{
        display: none;
    }
    .desktop_hidden{
        display: none;
    }
    
}
