#MenuShop02 {
    min-height: 150px;
    margin-bottom: 20px;
    font-family: var(--fontfamilyMenu);
}

#MenuShop02 nav.top {
    width: 100%;
    height: 100%;
    display: flex;
}

#MenuShop02 nav.top .top-left {
    display: flex;
    justify-content: center;
    align-items: center; 
    /* 
       align-content: center;
     padding-left: 40px; 
    background: #7a7777; */
}
#MenuShop02 nav.top .top-left ul{
    margin: 0px;
}

#MenuShop02 .top-center {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #ccc; */
    min-height: 190px;
}

#MenuShop02 nav.top .top-right {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 60px;
    /* background: #7a7777; */
}

#MenuShop02 .top div {
    /* float: left; */
    width: 33.3%;
    /* padding-right: 10px;
  height: 100%;
  text-align: center; */
}

#MenuShop02 .top-center img {
    margin-top: 40px;
}

#MenuShop02 nav.top ul.nav>li {
    padding: 0px 20px 0 20px;
    cursor: pointer;
}

#MenuShop02 nav.top ul.nav>li>a {
    font-size: 18px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    color: #333333;
    border-color: transparent;
    text-transform: uppercase;
}

#MenuShop02 nav.top ul.nav>li.active a{
    text-decoration: underline;
}


#MenuShop02 .dropdown-menu li a {
    width: 100%;
    display: block;
}

@media (max-width: 1200px) {
    #MenuShop02 nav.top .top-left,
    #MenuShop02 nav.top .top-right {
        display: none;
    }
    #MenuShop02 nav.top .top-center {
        display: flex!important;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

#MenuShop02 .svg-icon.search-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

#MenuShop02 .svg-icon.search-icon:focus .search-path,
#MenuShop02 .svg-icon.search-icon:hover .search-path {
    stroke: #a7aaac;
}



#MenuShop02 .svg-icon.cartIcon {
    display: inline-block;
    width: 28px;
    height: 28px;
}

#MenuShop02 .svg-icon.cartIcon {
    /* background: #F35D2A; */
    /* fill:red; */
}


#MenuShop02 .svg-icon.cartIcon #SVGRepo_iconCarrier path {
    stroke: #535053;
}


#MenuShop02 .Header-search-form-submit {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
    vertical-align: middle;
    line-height: 0;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

#MenuShop02 .Header-search-form-input {
    margin-left: 20px;
    letter-spacing: inherit;
    text-transform: inherit;
    width: 12em;
    max-width: 100%;
    outline: 0;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    position: relative;
    top: -5px;
}

#MenuShop02 .Header-search-form-input {
    border-color: rgba(29, 29, 29, .3);
}

@media (max-width: 1615px) {
    /* .Header-search-form{ position:relative; top:30px;}  */
    #MenuShop02 {
        zoom: 0.8;
    }
    #MenuShop02 nav.top ul.nav>li {
        padding: 0px 15px 0 20px;
        cursor: pointer;
    }
}

@media (max-width: 1296px) {
    .Header-search-form {
        position: relative;
        /* top: 30px; */
    }
    #MenuShop02 nav.top ul.nav>li {
        padding: 0px 4px 0 20px;  
    }
}

@media (max-width: 1218px) {
    .Header-search-form {
        position: relative;
        top: 30px;
    }
}

@media (max-width: 600px) {    
    #MenuShop02 .top div{
        width: auto; 
    }
}

#MenuShop02 .SocialIcons {
    position: absolute;
    top: 10px;
    right: 60px;
    text-align: right;
}

#MenuShop02 .social-icons {
    position: absolute;
    top: 20px;
    right: 160px;
    text-align: right;
}

#MenuShop02 .social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}

#MenuShop02 .social-icons li a {
    transition: all .2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #333!important;
    text-decoration: none;
    font-size: 12.8px;
    font-size: .8rem;
}

#MenuShop02 .social-icons li:hover a {
    background: #6f7174!important;
    color: #fff!important;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}

#MenuShop02 .cartMenu {
    position: relative;
}

#MenuShop02 .cartMenu .counter{
    position: absolute;
    top: -12px;
    left: -12px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background: #e94b35;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

/*overwright the cart*/
.EshopMiniCart01 .AnimatedCart{
    background-image:none!important; 
}

.EshopMiniCart01 .AnimatedCart .counter{
    display: none;
}

.EshopMiniCart01 .hidePrices p.price,
.EshopMiniCart01 .hidePrices .total{
    display: none!important;
}