.header-top .list-links .h3{
    display: none;
}
.svg-menu{
    display: flex;
    flex-direction: column;
    font-size: .65rem;
    line-height: .85rem;
}
.svg-menu svg{
    max-width: 25px;
}
.header-top .top-nav{
    min-height: 48px;
}
#header a, #header, #header .header-top a[data-depth="0"], #header .header-top .dropdown-item[data-depth="0"]{
    color: var(--color-text);
    text-transform: none;
    font-weight: 600;
}
#header .top-menu a[data-depth="0"], #header .top-menu .dropdown-item[data-depth="0"]{
    padding: 0;
}
#header .main-logo h1{
    margin-bottom: 0;
}
.custom-search .search-container{
    background-color: #F6F6F6;
    color: var(--color-text);
    padding: 5px 15px;
    border-radius: 30px;
    justify-content: space-between;
    display: flex;
    cursor: text;
}
.only-image-flag{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.only-image-flag span{
    display: none;
}

.header-top .top-menu >li:last-child >.menu-help::after{
    content: "?";
    border: 2px solid var(--color-blue-dark);
    color: var(--color-blue-dark);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 90%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.header-main-menu .span-icon.icon-closed{
    margin-right: 0;
    margin-left: auto;
}
.header-main-menu .custom-search{
    padding-top: 15px;
    padding-bottom: 10px;
}
#header .header-top {
    padding: 0 0 .5rem;
}

#_mobile_cart, #_mobile_user_info{
    max-width: 50%;
}
#header .header-nav{
    border: none;
}
#header .header-nav .user-info,
#header .header-nav .blockcart{
    padding: .5rem;
    background-color: transparent;
}
#header .header-nav .user-info{
    padding-top: .65rem;
}
.header-top >div .custom-search{
    padding-left: 15px;
    padding-right: 15px;
}
#header .header-nav .cart-preview .shopping-cart{
    color: var(--color-blue-dark);
}
.header-top .menu >ul li{
    position: relative;
}
.header-top .menu >ul >li:after{
    position: absolute;
    bottom: -10px;
    width: 40%;
    height: 5px;
    background-color: transparent;
    transition: all;
    transition-duration: 200ms;
    content: "";
}
.header-top .menu >ul li:hover:after{
    width: 100%;
}
.header-top .menu >ul li:nth-child(1):hover:after{
    background-color: var(--color-blue-light);
}
.header-top .menu >ul li:nth-child(2):hover:after{
    background-color: var(--color-green-dark);
}
.header-top .menu >ul li:nth-child(3):hover:after{
    background-color: var(--color-green-light);
}
.header-top .menu >ul li:nth-child(4):hover:after{
    background-color: var(--color-yellow);
}
.header-top .popover.sub-menu{
    padding-top: 17px!important;
    background-color: transparent;
    box-shadow: none;
}

.header-top .popover.sub-menu >ul{
    background-color: var(--color-yellow);
    border-radius: 10px;
    margin: 0;
    gap: .625rem;
    padding: 1.25rem;
    align-items: start;
}
.header-top .popover.sub-menu >ul a:hover{
    color: #fff!important;
}
.top-menu .sub-menu ul[data-depth="1"]>li{
    float: none;
    margin: 0;
}
.header-top .popover.sub-menu >ul a{
    padding: 0;
}
#header .top-menu a[data-depth="0"]:hover, a:hover,
#header a:hover{
    color: inherit;
}

.dfd-icon{
    fill: var(--color-blue-dark);
}

a.link-type-mea:hover .btn-seemore.background-theme{
    color: var(--current-theme-color);
    color: var(--color-blue-dark);
    background-color: #FFF;
}
.menu-item.double-btn .d-grid{
    gap: 10px;
}
.menu-item.double-btn .d-grid >div >.group-menu-items{
    height: 100%;
}
.menu-item.double-btn .d-grid .parent-menu-item.btn{
    padding: .25rem .5rem;
    justify-content: center;
    height: 100%;
}
@media screen and (min-width: 768px) {

    #header .header-top {
        padding: 1.25rem 0;
    }
    .header-top .links{
        padding: 0
    }
    .header-top .links,
    .header-top .wrapper{
        width: 100%;
    }
    .header-top .list-links ul {
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
        align-items: center;
    }
    .part-header-right{
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: flex-end;
    }
    #_desktop_language_selector{
        margin-right: -5px;
    }
    .top-menu .sub-menu {
        width: auto;
        min-width: auto;
        left: auto;
        margin: 0;
    }
    .header-top .sub-menu >ul {
        flex-direction: column;
    }
    #header a, #header, #header .header-top a[data-depth="0"], #header .header-top .dropdown-item[data-depth="0"]{
        font-weight: 400;
    }
    #header .header-top .menu {
        padding-left: 0;
    }
    .header-top >div .custom-search{
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
    .header-top .list-links.col-md-5{
        padding-left: 0;
    }
    .header-top .list-links ul{
        gap: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.header-top .top-menu a, .header-top .top-menu div.dropdown-item {
    font-size: .95rem;
}
}

@media only screen and (min-width: 850px) {
    .header-top .list-links ul{
        gap: 15px;
    }
}
@media only screen and (min-width: 992px) {
    #search-doo {
        min-width: 12rem;
    }
    .header-top .list-links ul{
        gap: 20px;
    }
    .header-top .container{
        width: 100%;
        max-width: 1140px;
    }
}
@media screen and (max-width: 768px) {
    .header-top >.container >.top-nav{
        padding: 5px 0;
    }
    .part-center-logo{
        min-width: 50%;
    }
}