.logo img {
    height: 70px;
    float: revert;
}
.top-header {
    padding: 0px 0 0 0;
    background: #eff1f5;
    border-bottom: 1px solid #94949426;
    height: 75px;
    position: relative;
}
.yith-ajaxsearchform-wide .search-submit-container {
    padding-left: 0;
    /*display: none;*/
}
.yith-ajaxsearchform-wide .search-input-container input[type="search"] {
    width: 100%;
    padding: 0 10px;
    height: 35px;
    border: 0px;
    border-radius: 0 15px 15px 0;
}
.yith-ajaxsearchform-container.yith-ajaxsearchform-wide {
    position: relative;
}
input#yith-searchsubmit {
    /* float: left; */
    /* position: absolute; */
    /* left: 0px; */
    /* top: 17px; */
    height: 35px;
    background: #949494;
    width: 33px;
    font-size: 25px;
    color: #fff;
    padding: 0px 0px 0;
    border-radius: 15px 0 0 15px;
    /* transform: rotate(45deg); */
    border: 0px;
}
.yith-ajaxsearchform-wide .yith-ajaxsearchform-select, .yith-ajaxsearchform-wide .search-input-container, .yith-ajaxsearchform-wide .search-submit-container {
    padding-left: 0px;
}
.mysearch .search-svg {
    float: left;
    position: absolute;
    left: 0px;
    top: 17px;
    height: 35px;
    background: #949494;
    width: 33px;
    /* font-size: 20px; */
    color: #fff;
    padding: 6px 5px 0;
    border-radius: 15px 0 0 15px;
    display: none;
}
.mysearch {
    margin: 17px 0 0 0;
    float: left;
}
.mysearch input[type=text] {
    background: #fff;
    color: #aaa;
    padding: 0 10px 0 10px;
    border: 0px;
    border-radius: 0PX 20PX 20px 0px;
    height: 37px;
    border: 1px solid #cccccca6;
    margin: 0 0 0 -4px;
    width: 300px;
}
nav.stellarnav ul ul {
    box-shadow: 0 0 5px #cccccca6 !important;
}
nav.stellarnav.right.mobile ul ul {
    box-shadow: 0 0 0px #cccccca6 !important;
}
.mysearch input[type=submit] {
    background: #aaa;
    color: #fff;
    padding: 0 10px 0 10px;
    border: 0px;
    border-radius: 20PX 0PX 0px 20px;
    height: 37px;
}
.mysearch input#yith-s::placeholder {
    font-size: 12px ;
}
.user-login svg {
    /*float: left;*/
    margin: 24px 20px 0 0px;
    color: #aaa;
}
.user-login {
    text-align: left;
}
.cart-count span {
    /* background: #dedede; */
    width: 20px;
    height: 20px;
    padding: 0 5px 0 6px;
    border-radius: 50%;
    font-size: 11px;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: -4px;
    font-weight: 400;
}
a.cart-count {
    position: relative;
}
input#yith-s:focus {
    border: 0px;
    outline: 0px;
}
.top-banner a img {
    object-fit: cover;
    height: 45px;
    display: block;
    margin: auto;
    width: 100%;
}
a.my-menu-buttom:hover {
    color: #3e3d3d !important;
}
.my-menu {
    position: relative;
}
a.my-menu-buttom {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    padding: 14px 15px 0 15px;
    color: #fff;
    z-index: 0;
}
a.my-menu-buttom svg {
    margin: -6px 0 0 0;
    font-size: 20px;
}
/*//////////menu*/

.my-menu {
    background: #fff;
    padding: 0 0 0 0;
    font-size: 13px;
    font-weight: 400;
    /*position: relative;*/
    height: 45px;
}
stellarnav {
    height: 45px;
    position: relative !important;
}
.stellarnav, .stellarnav li {
    z-index: 9999 !important;
}
.stellarnav>ul>li>a {
    padding: 14px 10px 0 10px;
}
.stellarnav.mobile, .stellarnav.mobile.fixed {
    position: relative;
    height: 45px;
}
a.menu-toggle {
    margin: -5px 0 0 0;
}
.stellarnav .menu-toggle span.bars {
    top: 5px;
}
.stellarnav.mobile.left .close-menu, .stellarnav.mobile.right .close-menu {
    text-align: left;
    border-bottom: 1px solid #cccccc80;
}
.stellarnav.mobile.right>ul {
    right: 0;
    text-align: right;
}
.stellarnav .dd-toggle {
    left: 0;
    right: auto;
    position: -ms-device-fixed;
    }


.stellarnav.mobile.right>ul {
    /*right: 0;*/
    /*text-align: right;*/
    /*background: #fff;*/
    /*z-index: 999999;*/
    /* position: absolute; */
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.stellarnav ul ul {
    box-shadow: 0 0 0px #e3e1e1 !important;
    /*border-top: 2px solid #c5c5c5;*/
}
.stellarnav.mobile ul {
    position: relative;
    display: none;
    text-align: left;
    background: #fff;
}
@media (min-width: 1000px) {


.stellarnav li li:not(:last-child) {
    display: block;
    border-bottom: 1px solid #cccccc47;
}
.stellarnav ul {
    text-align: right;
}



.stellarnav ul ul {
    top: auto;
    width: 220px;
    position: absolute;
    z-index: 9900;
    text-align: right;
    display: none;
    background: #fff;
    margin: 3px 0 0 0;
    box-shadow: 0 0 10px #ccc;
    border-radius: 15px;
}
stellarnav ul ul ul {
    right: 220px;
}
.stellarnav ul ul ul {
    top: 0;
    right: 220px;
}
.stellarnav li.has-sub a:after {
    /*content: "\2303";*/
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #FFF;
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 14px;
    top: 15px;
    margin: -5px -6px 0 0;
    transform: rotate(-90deg);

}
.stellarnav ul li .menu-item-has-children a:after {
    content: "\2303";
    margin-left: 10px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #000;
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 14px;
    top: 2px;
    transform: rotate(-90deg);

}
.stellarnav ul li:not(.menu-item-has-children) a:after {
    content: "";
    margin-left: 10px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #999;
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 14px;
    top: 2px;
    transform: rotate(-90deg);

}
.stellarnav ul li ul li.menu-item-has-children a:after {
    content: "\2303";
    margin-left: 10px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #000;
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 14px;
    top: 2px;
    transform: rotate(-90deg);

}
.stellarnav ul li ul li:not(.menu-item-has-children) a:after {
    content: "";
     margin-left: 10px;
     border-left: 0px solid transparent;
     border-right: 0px solid transparent;
     border-top: 0px solid #999;
     display: inline-block;
    text-align: left;
    float: left;
    font-size: 14px;
    top: 2px;
    transform: rotate(-90deg);

 }
.stellarnav ul li ul li ul li.menu-item-has-children a:after {
    content: "\2303";
    margin-left: 10px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #000;
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 14px;
    top: 2px;
    transform: rotate(-90deg);

}
.stellarnav ul li ul li ul li:not(.menu-item-has-children) a:after {
    content: "";
    margin-left: 10px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #999;
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 14px;
    top: 2px;
    transform: rotate(-90deg);

}
.stellarnav ul li ul li ul li ul li.menu-item-has-children a:after {
    content: "\2303";
    margin-left: 10px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #000;
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 14px;
    top: 2px;
    transform: rotate(-90deg);

}
.stellarnav ul li ul li ul li ul li:not(.menu-item-has-children) a:after {
    content: "";
    margin-left: 10px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #999;
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 14px;
    top: 2px;
    transform: rotate(-90deg);
}
}
@media (max-width: 1000px) {
    .stellarnav li li {
        display: block;
        text-align: right;
        margin: 2px 13px 2px 0;
        border-right: 1px dashed #ccc;
        /* padding: 4px 0 4px 0; */
    }
}
/*///////////////responsive/////////////////////////*/
@media (max-width: 768px) {
    .logo img {
        height: 50px;
        float: revert;
    }
    .top-header {
        padding: 0px 0 0 0;
        background: #f5f5f5;
        border-bottom: 1px solid;
        height: 60px;
    }
    .mysearch {
        margin: 12px 0 0 0;
    }
    .user-login svg {
        margin: 20px 20px 0 0px;
    }
    .mysearch input[type=text] {
        height: 38px;
        width: 170px;
    }
}
@media (max-width: 576px) {
    .mysearch input[type=text] {
        height: 38px;
        width: 100px;
    }

    /*a.menu-toggle {*/
    /*    position: absolute;*/
    /*    top: 5px;*/
    /*    width: 50px;*/
    /*}*/
    .cart-count span {
        right: 4px;
        bottom: 0px;
    }
.stellarnav.mobile, .stellarnav.mobile.fixed {
        position: static;
        height: 45px;
    }
        ul#menu-main {
        z-index: 99999999;
    }
}
