header{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
    z-index: 99;
}

nav{
    display: flex;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
}

.cor{
    color: #4dc17c;
    text-decoration: none;
}

.cor:hover{
    color: #133f3c;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#logo,
#cot,
#menu
{
    display: flex;
    flex: 1 1 300px;
    text-align: center;
    justify-content: center;
    margin: 0px auto;
    padding: 0px;
    list-style: none;

}
#mbm {
    background:#becab2;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
    display: none;
}
span.ipl {
    font-size: 29px;
    color: #4dc17c;
    line-height: 43px;
}
.mitem {
    margin: 0px;
    padding: 12px 10px;
    font-family: 'Montserrat', cursive;
    font-variation-settings: 'wght' 500;
    font-size: 15px;
    line-height: normal;
    display: flex;
    justify-content: center;
}
.widget {
    display: flex;
    flex-wrap: wrap;
}
i.flaticon-user,
i.flaticon-bag,
i.flaticon-heart-2 {
    font-size: 22px;
    position: relative;
}
i.flaticon-heart-2 {
    line-height: 34px;
}
small.counter {
    display: block;
    text-decoration: italic;
    font-style: normal;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #a50000;
    font-size: 10px;
    line-height: 16px;
    padding: 2px;
    position: absolute;
    top: -10px;
    right: -12px;
    letter-spacing: 2px;
    font-variation-settings: 'wght' 500;
}
@media screen and (min-width: 300px) and (max-width: 599px){}

@media screen and (min-width: 300px) and (max-width: 1150px){
    #mbm {
        display: block;
        text-align: center;
        position: absolute;
        top: 16px;
        right: 0px;
    }
    .widget {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        flex: 1 1 300px;
        background: #becab2;
        padding: 13px 0px 0px 0px;
        border-radius: 34px;
        position: fixed;
        width: 90%;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .dropdown-content {
      bottom: 40px;

    }

    #menu
    {
    display: none;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    transition: 0.9s;
    -webkit-transition: 1s left,1s width,1s opacity;
    transition: 1s left,1s width,1s opacity;
    }

    nav{
        display: block;
        padding:10px;

    }
    #logo{
        justify-content: flex-start;
    }
    .mitem{
        justify-content: end;
    }

    .blockmenu {
      display: block;
      text-align: center;
      position: absolute;
      top: 20px;
      right: 20px;

    }

}

@media screen and (min-width: 1200px) and (max-width: 1780px){
    .mitem {
        flex: auto;
    }

    nav{
        max-width: 98%;
        padding: 10px 20px;
    }

}
