.search-suggestions{
    background: white;
    border-radius: 0 0 5px 5px;
    display: none;
    flex-wrap: wrap;
    font-size: 9px;
    max-width: var(--site-width);
    min-width: 90%;
    position: absolute; top: 100%;
    width: 100%;
    overflow: auto;
    height: auto;
}

.search-suggestions > li{
    border-bottom: 1px solid #949494;
    -webkit-box-flex: 1;
            flex: 1 100%;
    padding-left: 15px;
}

.search-suggestions > li > .product-icon{
    margin-left: 18px;
}

.search-suggestions > li > div > .product-name{
    color: #21231DFF;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
}
.search-suggestions > li > div > .price{
    color: var(--orange-color);
    font-size: 15px;
    font-weight: 900;
}
.search-suggestions > li:first-child{
    -webkit-box-align: center;
            align-items: center;
    color: #949494;
    display: -webkit-box;
    display: flex;
    font-size: 11px;
    height: 30px;
    padding: 5px 12px;
}
.search-suggestions > li:nth-child(n + 2){
    border-bottom: 1px solid #F0F0F0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; 
    height: 80px;
    padding: 0 0 0 5px;
}

@media (max-width: 600px){
    .search-suggestions > li:nth-child(n + 2){
        flex-wrap: wrap;
    }
}

.search-suggestions > li:nth-child(n + 2) > div{
    margin: 6px 0;
}
.search-suggestions > li:last-child{
    border-bottom: none;
}
.search-suggestions > li[sale-off]:after{
    -webkit-box-align: center;
            align-items: center;
    background: linear-gradient(96.4deg, #FF7A00 0%, #FF4F02 100%);
    content: "PROMOÇÃO!";
    color: white;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    letter-spacing: .5px;
    margin-left: auto;
    padding: 0 20px;
}

@media (max-width: 680px){
    .search-suggestions > li:nth-child(n + 2){
        position: relative;
        padding-top: 3px;
        box-shadow: inset 0 1px 0 rgb(235, 235, 235)
    }
    .search-suggestions > li[sale-off] {
        position: relative;
        padding-top: 3px;
        box-shadow: inset 0 23px 0 white;
    }
    .search-suggestions > li[sale-off]:after{
        height: 20px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 10px;
        padding: 2px 10px 1px 1px;
    }
    .search-suggestions .img-sm{
        border-radius: 10px;
        height: 70px;
        width: 70px;
        padding: 5px;
    }
    .search-suggestions > li[sale-off]:nth-child(n + 2) > div{
        margin: 25px 0 6px 0;
    }
}

.menu-top .btn-user li ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

.menu-top  .btn-user:hover li > ul{
    display: -webkit-box;
    display: flex;
}

.menu-top .btn-user li{
    white-space: nowrap;
}

.menu-top{
    padding: 15px 0;
    position: -webkit-sticky;
    position: sticky; top: 0;
    z-index: 10;
    overflow: visible;
}
.menu-top > .content{
    display:flex;
    justify-content: space-between;
}

.menu-top > .content > div{
    width: 100%;
}

.newLogo {
    margin-top:10px;
    margin-right:5px;
}

@media screen and (max-width: 1336px) {
    .menu-notification-div[message]:not([message=""])::after {
        background: #00cdbc;
        border-radius: 50%;
        box-shadow: 0px 0px 0px 2px white;
        color: white;
        content: attr(message);
        font-family: Arial;
        font-size: 9px;
        font-weight: 200;
        padding-top: 1px;
        width: 12px !important;
        height: 12px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 7px !important;
        left: 19px !important; 
        padding-right: .4px;
    }

    .menu-top {
        height:50px;
        padding:0px;
    }

    .medium-content {
        height:50px;
    }


    .picture {
        width:135px;
        margin-right: 10px;
        /* background-color:red; */
    }

    .newLogo {
        margin-top:10px;
        width:100%;
        height:auto;
    }

    .header-phrase {
        color: white;
        font-size: 16px;
    }

    .signup-header-box {
        display:flex;
        justify-content: center;
        align-items: center;
    }

    .signup-header-box img{
        width:80%;
        height:auto;
        margin-bottom:5px;
    }

    .menu-notification-div {
        justify-content: center;
        align-items: center;
    }

    .btn-not{
        width:50px !important;
        height:50px !important;
    }
}

@media screen and (min-width: 725px){
/*     
    .menu-top > .content > .picture{
        width: 272px;
        display: flex;
        justify-content: center;
    }

    .menu-top > .content picture > img{
        width: 180px;
    } */
}

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

    .menu-top > .content picture > img{
        width: 35px;
        margin-right: 9px;
    }
}

@media screen and (min-width: 725px){
    /* .menu-top > .content > .picture{
        width: 260px;
    } */
}

@media screen and (min-width: 1250px){
    /* .menu-top > .content > .picture{
        width: 360px;
    } */
}

.menu-top > .content > picture{
    width: 25%;
    margin: 0 15px 0 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.menu-top > .content > div{
    -webkit-box-align: center;
            align-items: center;
    border-left: 1px solid #f0f0f0;
    display: -webkit-box;
    display: flex;
    /* -webkit-box-flex: 0;
            flex: 0 0 75%; */
    /* padding-left: 2%; */
}

/* @media screen and (min-width: 810px){
    .menu-top > .content > div{
                flex: 0 0 65%;
    }
} */

.menu-top > .content > div > *:nth-last-child(n+1) {
    margin: 0 0 0 8px;
}
.menu-top > .content > div > form{
    position: relative;
}
.menu-top > .content > div > form,
.menu-top > .content > div > form > input{
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    margin: 0;
}
.menu-top > .content > div > form > input::-webkit-input-placeholder{
    color: rgb(145, 145, 145);
    letter-spacing: 1px;
}
.menu-top > .content > div > form > input::-webkit-input-placeholder,
.menu-top > .content > div > form > input::-moz-placeholder,
.menu-top > .content > div > form > input:-ms-input-placeholder,
.menu-top > .content > div > form > input::-ms-input-placeholder,
.menu-top > .content > div > form > input::placeholder{
    color: rgb(145, 145, 145);
    letter-spacing: 1px;
}
.menu-top > .content > div > form > .btn-search{
    padding: 10px 15px;
}
.menu-top > .content > div > form > button{
    border-left: none;
    width: 50px;
}
.menu-top > .content > div > form .close-search{
    display: none;
    border: none;
    width: 30px;
    text-align: left;
    padding-left: 5px;
}
.menu-top .btn-user{
    cursor: pointer;
    position: relative;
}
.menu-top .btn-user > li > a{
    display: flex;
    align-items: center;
}
.menu-top .btn-user img{
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

.menu-top .btn-user > li > a img,
.menu-top .btn-user > li > a span{
    margin-right: 10px;
}

.menu-top .btn-user > li > ul{
    border-radius: 5px;
    display: none;
    font-size: 12px;
    min-width: 100%;    
    position: absolute; right: 0; top: 100%;
    text-align: center;
}
.menu-top .btn-user > li > ul > li a{
    box-sizing: border-box;
    padding: 10px;
}

.menu-dropdown {
    position: relative;
}

.menu-dropdown:hover .menu-dropdown-div {
    display: block;
}

.menu-top [class*="btn-"]{
    margin-top:-1px;
    width: 59px;
    height: 59px;
}

.menu-top [class*="btn-"]:focus{
    border-width: 1px;
}

.menu-desk-btn-box img{
    width:58px;
    margin-top:1px;
}

.header-right-side {
    width:40%;
    display:flex;
    justify-content: space-around;
}

.menu-top-search {
    border-radius: 5px 0px 0px 5px !important;
}

.menu-top button.fas{
    font-size: 15px;
}

.menu-top button.btn-search{
    border-radius: 0px 5px 5px 0px;
}
.menu-top button.btn-search > i{
    font-size: 11px;
}

.menu-top ul[class^="btn-"] > li{
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
}
.menu-top ul[class^="btn-"] > li > span{
    margin-right: 10px;
}

.menu-notification-div[message]:not([message=""]){
    color: var(--primary-color);
}

.menu-notification-div[message]:not([message=""])::after{
    background: #00cdbc;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px white;
    color: white;
    content: attr(message);
    font-family: Arial;
    font-size: 9px;
    font-weight: 200;
    padding-top: 1px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; top: -8px;
    left: 21px;
    padding-right: .4px;
}

.aMessage[message]:not([message=""]){
    color: var(--primary-color);
}
.aMessage[message]:not([message=""])::after{
    background: var(--orange-color);
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px white;
    color: white;
    content: attr(message);
    font-family: Arial;
    font-size: 9px;
    font-weight: 200;
    padding-top: 1px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; top: -2px;
    padding-right: .6px;
}

.menu-notification-div {
    position: relative;
    display: flex;
}

@media (max-width: 550px){
    .menu-top > .content > picture{
        margin-right: 10px;
    }
    .menu-top > .content > picture > img{
        width: 25px;
    }
    .menu-top button[message]:not([message=""])::after{
        font-size: 800px;
        font-weight: 900;
    }
    .menu-top .content > div >form > input{
        font-size: 15px;
    }
    .menu-top button.btn-search > i{
        font-size: 18px;
        opacity: .8;
    }

    /* CARRINHO */
    .shopping-cart{
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%)
    }
    .shopping-cart > form > ul > li > .options > *{
        line-height: 20px;
    }
    .shopping-cart > form > div:first-child > button,
    .shopping-cart > form > ul > li > .options > .fas{
        font-size: var(--text-normal);
    }
    .shopping-cart > form > ul > li > .options > output{
        font-size: var(--text-large);
    }

    .content > .title > h2{
        font-size: var(--text-largest);
        letter-spacing: 1px;
    }

    .btn-orange{
        font-size: 9px;
    }        
    .content.white-bar > section > header > h2,
    .content.white-bar > header > h2{
        font-size: var(--text-large);
    }
}

@media (max-width: 550px){
    .shopping-cart > form > ul > li > .description > .name-product{
        font-size: var(--text-medium);
    }
    .menu-top > .content > div > form input{
        display: none;
    }
    .menu-top > .content > div > form button{
        border: none;
    }    
}

@media screen and (max-width: 810px){
    .btn-user > li > a > span{
        display: none;
    }
    /* .menu-top > .content > div{
        -webkit-box-flex: 1;
                flex: 1;
    } */

    .menu-top > .content > div{
        padding-left: 0;
    }
    .menu-top > .content > div > form > .btn-search{
        padding: 5px;
        width: 30px;
    }
    .shopping-cart > form > div:first-child > button{
        font-size: var(--text-largest);
    }
    .content.white-bar > section > header > h2,
    .content.white-bar > header > h2{
        font-weight: 100;
        font-size: var(--text-largest);
    }
}
  
nav.menu-bottom-mobile {
    display: none;
    position: sticky;
    top: 59px;
    overflow: unset;
    z-index: 10;
    /* border-top: 1px solid var(--light-gray); */
    width: 100%;
}

nav.menu-bottom-mobile > * {
    height: 50px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-top-mobile {
    z-index: 10;
    position: sticky;
    top: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    overflow:visible;
    height:75px;
}

.notification-menu {
    left: calc(50% - 206px) !important;
}

.name-mobile-template {
    font-size:16px;
}

.mobile-name-template-box {
    width:130px;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logo-mobile {
    width: 150px;
    height: 37px;
    margin-bottom: -4px;
    margin-left: -13px;
}

.menu-top-mobile {
    background-color:black;
}

.menu-top-mobile form {
    flex: 1;
    margin: 0 20px;
}

.menu-top-mobile__search {
    position: relative;
}

.menu-top-mobile__search input {
    width: 100%;
    padding-right: 40px;
}

.menu-top-mobile__search > i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: rgba(0,0,0,.3);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-top-mobile__button {
    border: 0;
    background: transparent;
    font-size: 23px;
    color: var(--orange-color);
    cursor: pointer;
}

.menu-mobile-side {
    z-index: 2;
    opacity: 0;
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
}

.menu-mobile-side.active {
    z-index: 11;
    opacity: 1;
    right: 0;
    height: 100%;
    overflow: auto;
}

.menu-mobile-side__content.active {
    right: 0px;
}

.menu-mobile-side__content {
    background: #fff;
    position: absolute;
    right: -300px;
    top: 0;
    min-height: 100%;
    width: 250px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
}

.menu-mobile-side__close {
    position: absolute;
    top: 5px;
    left: -25px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.menu-mobile-side__header {
    display: flex;
    align-items: center;
    padding: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-mobile-side__header div {
    position: relative;
}

.menu-mobile-side__header .notification {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--red-color);
    position: absolute;
    top: -6px;
    right: 6px;
    font-size: 10px;
}

.menu-mobile-side__header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.menu-mobile-side__header p {
    font-size: 16px;
    margin: 0;
}

.menu-mobile-side__header b {
    padding: 0px 10px;
    border-radius: 4px;
    background: var(--orange-color);
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
}

.menu-mobile-side__list {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.menu-mobile-side__list li {
    margin-bottom:10px
}

.submenu_span li{
    margin-bottom: 0 !important;
}

.menu-mobile-side__list a {
    padding: 10px 0;
    font-size: 14px;
    align-items: center;
    letter-spacing: 1px;
}

.menu-mobile-side__list i {
    margin-right: 7px;
}

@media (max-width: 600px){

    .menu-desk-btn-box img {
        width: 35px;
        margin-top: 3px;
        margin-left: 15px;
        margin-right: -15px;
    }

    .btn-not {
        width: 35px !important;
        height: 35px !important;
        margin-top: -2px;
        margin-right: 7px;
    }

    .signup-header-box {
        position: absolute;
        display: block;
        width: 134px;
        height: 34px;
        left: 195px;
        top: 19px;
    }

    .signup-header-box img {
        width: 100%;
        height: auto;
        margin-bottom: -1px;
        margin-right: -32px;
    }

    .menu-top{
        display: none;
    }

    nav.menu-bottom-mobile, 
    .menu-top-mobile {
        display: flex;
        justify-content: space-between;
        border-radius:0px;
    }

    .mobile-right-side {
        display:flex;
    }
}

@media (max-width: 380px) {
    .shopping-cart-window .cart > *:nth-child(n+2) {
        border-top: 1px solid rgb(140, 140, 140);
        padding: 12px 6px;
        height: 800px;
    }
}

@media (max-width:460px) {
    .menu-desk-btn-box {
        margin-left: -12px;
    }

    .menu-notification-div[message]:not([message=""])::after {
        background: #00cdbc;
        border-radius: 50%;
        box-shadow: 0px 0px 0px 2px white;
        color: white;
        content: attr(message);
        font-family: Arial;
        font-size: 13px;
        font-weight: 200;
        padding-top: 1px;
        width: 15px !important;
        height: 15px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -8px !important;
        left: 10px !important;
        padding-right: .4px;
    }
}

@media (max-width:390px) {
    .logo-mobile {
        width: 116px;
        height: 32px;
        margin-bottom: -4px;
        margin-left: -19px;
    }

    .signup-header-box {
        position: absolute;
        display: block;
        width: 120px;
        height: 30px;
        left: 179px;
        top: 22px;
    }

    .name-mobile-template {
        font-size:15px;
    }

    .mobile-name-template-box {
        width: 112px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .btn-not {
        width: 32px !important;
        height: 32px !important;
        margin-top: -2px;
        margin-right: 2px;
    }

    .menu-notification-div[message]:not([message=""])::after {
        background: #00cdbc;
        border-radius: 50%;
        box-shadow: 0px 0px 0px 2px white;
        color: white;
        content: attr(message);
        font-family: Arial;
        font-size: 13px;
        font-weight: 200;
        padding-top: 1px;
        width: 15px !important;
        height: 15px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -8px !important;
        left: 8px !important;
        padding-right: .4px;
    }
    .menu-desk-btn-box img {
        width: 30px;
        margin-top: 3px;
        margin-left: 15px;
    }
}

@media (max-width:360px) {
    .signup-header-box {
        position: absolute;
        display: block;
        width: 115px;
        height: 27px;
        left: 170px;
        top: 23px;
    }

    .logo-mobile {
        width: 119px;
        height: 32px;
        margin-bottom: -4px;
        margin-left: -21px;
    }

    .signup-header-box {
        position: absolute;
        display: block;
        width: 120px;
        height: 30px;
        left: 132px;
        top: 21px;
    }

    .btn-not {
        width: 40px !important;
        height: 40px !important;
        margin-top: -2px;
    }

    .menu-desk-btn-box img {
        width: 30px;
        margin-top: 3px;
        margin-left: 15px;
    }

}

@media (max-width:345px) {
    .menu-top-mobile {
        z-index: 10;
        position: sticky;
        top: 0;
        align-items: center;
        justify-content: space-between;
        padding: 0px 20px;
        overflow: visible;
        height: 51px;
    }

    .logo-mobile {
        width: 98px;
        height: 27px;
        margin-bottom: -4px;
        margin-left: -13px;
    }

    .signup-header-box {
        position: absolute;
        display: block;
        width: 94px;
        height: 30px;
        left: 129px;
        top: 13px;
    }

    .menu-notification-div[message]:not([message=""])::after {
        background: #00cdbc;
        border-radius: 50%;
        box-shadow: 0px 0px 0px 2px white;
        color: white;
        content: attr(message);
        font-family: Arial;
        font-size: 9px;
        font-weight: 200;
        padding-top: 1px;
        width: 12px !important;
        height: 12px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -4px !important;
        left: 9px !important;
        padding-right: .4px;
    }

    .btn-not {
        width: 30px !important;
        height: 30px !important;
        margin-top: -2px;
    }

    .menu-desk-btn-box {
        margin-left: -7px;
    }

    .menu-desk-btn-box img {
        width: 30px;
        margin-top: 3px;
        margin-left: 15px;
    }

}
@media (max-width:320px) {
    .menu-top-mobile {
        z-index: 10;
        position: sticky;
        top: 0;
        align-items: center;
        justify-content: space-between;
        padding: 0px 20px;
        overflow: visible;
        height: 51px;
    }

    .logo-mobile {
        width: 98px;
        height: 27px;
        margin-bottom: -4px;
        margin-left: -13px;
    }

    .signup-header-box {
        position: absolute;
        display: block;
        width: 94px;
        height: 30px;
        left: 129px;
        top: 13px;
    }

    .menu-notification-div[message]:not([message=""])::after {
        background: #00cdbc;
        border-radius: 50%;
        box-shadow: 0px 0px 0px 2px white;
        color: white;
        content: attr(message);
        font-family: Arial;
        font-size: 9px;
        font-weight: 200;
        padding-top: 1px;
        width: 12px !important;
        height: 12px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -4px !important;
        left: 9px !important;
        padding-right: .4px;
    }

    .btn-not {
        width: 30px !important;
        height: 30px !important;
        margin-top: -2px;
    }

    .menu-desk-btn-box {
        margin-left: -7px;
    }

    .menu-desk-btn-box img {
        width: 30px;
        margin-top: 3px;
        margin-left: 15px;
    }

}
