.banner {
    background: #000;
}



/**********************
Topo 1
***********************/
#search-overly .container .btn {
    box-shadow: none;
}

#search-overly .container .form-control {
    font-size: 39px;
}
.nav-up .bannerinfos{
    display: none;
}
.search-trigger:hover {
    color: #FFF !important;
    border-radius: none;
}
.bannerinfos{
    background: #f9f5f0;
    text-align: center;
}

@media(max-width:1290px) {
    .bannerinfos img{width: 100%;height: auto;}
}
@media(max-width:1100px) {
    .megamenu .container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media(max-width:600px) {
    #search-overly .container .form-control {
        font-size: 18px;
    }

    #search-overly .container .input-group-btn {
        top: 8px;
    }
}

/*************************
Fim topo 1
*************************/
.product .image, .product .imageHover{height: 260px;max-height: 260px;}
.product .imageHover img, .product .image img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    min-height: 100%;
}

/* ---------------------------------------------------
Topo 2
----------------------------------------------------- */


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 310px;
    position: fixed;
    top: 0;
    left: -310px;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar .container {
    width: 100% !important;
    padding: 0;
}

#sidebar.active {
    left: 0;
    z-index: 9999;
}

#dismiss {
    /*width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #00000052;*/
    color: #696969;
    display: block;
    padding: 5px 17px !important;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    border-right: 1px solid #404040;
}

#dismiss:hover {
    background: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    left: 0;
    top: 0;
}

.overlay.active {
    display: block;
    opacity: 0.6;
}




#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

/*#sidebar ul li a {
    color: #FFF;
    display: block;
    font-size: 14px !important;
    padding: 5px 17px !important;
    border-bottom: 1px solid #ffffff1c;
}*/

.just-padding {
    padding: 15px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root>.list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root>.list-group>.list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root>.list-group>.list-group>.list-group-item {
    padding-left: 45px;
}


#sidebar h3 {
    margin: 0;
    padding: 0;
}


#sidebarCollapse {
    background: none;
    color: #ffffffb0;
    padding: 4px 8px;
    display: block;
    overflow: hidden;
    font-size: 19px;
    margin-right: 17px;
    border: 1px solid #ffffffb0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebar .menutopo {
    padding: 0;
}

#sidebar .dropdown-menu>li>a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #f5f5f51f;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .navbar-nav {
    float: none;
    width: 100%;
    margin: 0;
}

#sidebar .navbar-nav>li {
    float: none;
}

#sidebar .botoestoposide {
    display: flex;
    border-bottom: 1px solid #424242;
}

#sidebar .menutopo {
    border: 0;
    box-shadow: none;
}

#sidebar .btloginsidebar {
    border-bottom: 1px solid #424242;
}

#sidebar ul.botoestoposide li {
    float: none;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

#sidebar .sidebar-header ul.botoestoposide li i {
    font-size: 20px;
    padding: 10px 2px;
}

#sidebar .sidebar-header ul.botoestoposide li a {
    border: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 5px 5px !important;
}

#sidebar .list-group-item a {
    border: 0;
    font-size: 16px !important;
    font-weight: 400;
    border-bottom: none;
    text-transform: none;
    padding: 12px 15px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}
#sidebar .list-group-item a svg{
    width: 21px;
    height: auto;
}
#sidebar .list-group-item a i.fa{
    margin-left: auto;
}
#sidebar ul li.active>a,
#sidebar ul li.active>a[aria-expanded="true"] {
    color: #fff !important;
    background: none;
    font-weight: 600 !important;
}

#sidebar .list-group-item a .list-group-item a {
    color: red;
}

#sidebar .btloginsidebar li {
    float: none;
    border-bottom: 1px solid #dddddd24;
}

#sidebar .btloginsidebar a {
    font-size: 20px !important;
    font-weight: 400;
    display: block;
    width: 93%;
    padding: 9px !important;
    margin: 3% auto;
}

#sidebar .bgdesubmenuside {
    background: rgba(255, 255, 255, 0.05);
}

#sidebar strong.tit {
    font-size: 20px;
    padding: 17px;
    display: block;
}

#sidebar .menutopo a img,
#sidebar .menutopo a svg {
    margin-right: 13px;
    float: left;
    max-height: 20px;
}

#sidebar .sidebar-header ul.botoestoposide .border-ri {
    min-width: 128px;
    border-right: 1px solid #404040;
}
#sidebar .sidebar-header ul.botoestoposide .border-ri a{    line-height: 14px;}
#sidebar .sidebar-header ul.botoestoposide .border-ri strong{
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
}
#sidebar .carrinho-header {
    margin-left: -12px;
    font-weight: 400;
    background: #fffb2c;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    margin-top: 14px;
    display: inline-block;
    position: absolute;
    top: -8px;
    color: #000;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

#sidebar .btloginsidebar .menorlink a {
    font-size: 15px !important;
    border-radius: 0;
    margin-top: 0 !important;
    padding: 15px 7px !important;
    margin-bottom: 0 !important;
    color: #fff;
}

#sidebar .navbar {
    margin: 0;
    padding: 0;
}
#sidebar .list-unstyled.footer-nav{
    border-top: 1px solid #DDD;
    padding-top: 15px;
    margin-top: 15px;
}
#sidebar .list-unstyled.footer-nav li a{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
#sidebar .list-unstyled.footer-nav li.menutitle, .btloginsidebar li.menutitle{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #a5a5a5;
    letter-spacing: 3px;
}
#sidebar .list-unstyled.footer-nav li.menutitle span, .btloginsidebar li.menutitle span{
    display: block;
    padding: 7px 17px !important;
}
#sidebar .menucategorias .list-group{
    margin: 0;
}
#sidebar .menucategorias .list-group > li{
    padding: 0;
}
#sidebar .menucategorias .list-group .list-group{
    background-color: #ededed;
}
#sidebar .menucategorias .list-group .list-group a{
    margin-left: 28px;
}
#sidebar .footer-nav li a {
    border: 0;
    font-size: 16px !important;
    font-weight: 400;
    border-bottom: none;
    text-transform: none;
    padding: 7px 17px !important;
    display: block;
    border-bottom: 1px solid #dddddd14;
}
#sidebar .sidebar-header{
    box-shadow: -1px 7px 5px -6px rgba(0,0,0,.55);
}
#sidebar .list-group-item {
    background: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    padding: 6px 10px;
}
#sidebar .footer-nav  .fontwhats a{font-size: 20px !important;}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.padtop {
    padding: 5px 15px;
}

.topo-search {
    margin: 8px 19px;
    overflow: hidden;
    border-radius: 36px;
    padding: 0 34px;
}

.topo-search .input-group .form-control {
    height: 40px;
    border-radius: 20px 0 0 20px;
}

.topo-search .input-group-btn .btn {
    height: 40px;
    border-radius: 0 20px 20px 0;
}

.iconscart li a.dropdown-toggle .fa {
    font-size: 28px;
}

.iconscart a {
    padding: 0 !important;
    text-transform: none !important;
    background: none !important;
}

.iconscart .btlogintop {
    overflow: hidden;
    padding: 14px 6px !important;
    display: block;
    font-size: 12px !important;
}

.iconscart .btlogintop strong {
    display: block;
}

.iconscart .btlogintop .fa {
    float: left;
    margin-right: 8px;
}

.iconscart .btlogintop span {
    float: left;
    font-weight: 300;
    line-height: 13px;
}

.btcartop .iconscart {
    position: relative;
    padding: 14px 7px !important;
}

.iconscart .carrinho-header {
    margin-left: -12px;
    font-weight: 400;
    background: #fffb2c;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    margin-top: 14px;
    display: inline-block;
    position: absolute;
    top: -8px;
    color: #000;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.iconscart .btcartop {
    position: relative;
    padding: 13px 7px !important;
}

.navbar-nav.iconscart>li>.dropdown-menu {
    width: auto;
    left: auto;
    right: 11px;
    top: 53%;
}

.container-fluid.padtop .menutopo {
    display: none !important;
}

body::-webkit-scrollbar,
#sidebar::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar,
#sidebar::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track,
#sidebar::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eee;
}

::-webkit-scrollbar-thumb,
#sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #888;
}

::-webkit-scrollbar-thumb:window-inactive,
#sidebar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100, 100, 100, 0.4);
}






@media(max-width:800px) {
    .menutopo .navbar-nav>li>a {
        padding: 8px;
    }

    .menutopo .navbar-nav>li>a.whatstop {
        padding: 8px 0;
        font-size: 19px;
    }
}

@media(max-width:600px) {
    #sidebar .footer-nav li a {
        font-size: 17px !important;
        padding: 13px 15px !important;
    }
    #sidebar .fontwhats a{font-size: 20px !important;}

    #sidebar .list-group-item {
        padding: 11px 10px;
    }

    #sidebar {
        width: 90%;
        position: fixed;
        top: 0;
        left: -100%;
    }

    .navbar-header {
        margin: 0 !important;
    }

    .container-fluid.padtop .menutopo {
        display: block !important;
    }

    /*#sidebarCollapse{display: none !important;}*/
    /*.menutopo.collapse {
        display: block !important;
        padding: 0;
        max-height: initial;
    }*/

    .menutopo.menudesk.collapse,
    .iconscart {
        display: none !important;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 0 !important;
        margin: 0 !important;
        font-size: 16px !important;
        font-weight: 300;
        border-top: 1px solid #ffffff1c;
    }

    .navbar-toggle {
        font-size: 19px;
        padding: 9px 3px;
    }

    .buscamobile {
        overflow: hidden;
        background: #00000085;
        padding: 10px;
    }

    .buscamobile form {
        padding: 0;
        margin: 0;
    }

    .megamenu .container {
        padding: 0;
        width: initial !important;
        max-width: initial !important;
        min-width: initial !important;
    }

    .megamenu .container .nav {
        margin: 0;
    }
}

.topo-search.topomobile{
    margin: 0;
    padding: 0;
    border-radius: 0;
}
/***************
PESQUISA
****************/

 #search,  #searchs  {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 64px;
    background-color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 2000;
}
#sidebar .btloginsidebar .menorlink a:hover{background:none !important;}
#searchs{position: absolute ;}
 #search.open, #searchs.open{
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
/* .topomaior.nav-up  #search{
    top: 0;
}
.topomaior.nav-up .buscatop{display: none;} */

#sidebar .topo-search{
    margin: 0;
    padding: 0;
    border-radius: 0;
}

#search .form-control,  #searchs .form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    font-size: 17px;
    padding: 0;
    height: 48px;
}

 #search .form-control:focus, #searchs .form-control:focus {
    border-color: #888;
}

#search .navbar-form, #searchs .navbar-form {
    margin: 0;
    float: left;
    padding: 0;
    width: 79%;
    border: 0;
    box-shadow: none;
    height: 60px;
    overflow: hidden;
}
#search{    box-shadow: -1px 7px 5px -6px rgba(0,0,0,.55);}
#searchs .navbar-form{width: 84%;}
#search .btn,  #searchs .btn {
    background: none;
    box-shadow: none;
    color: #000;
    text-shadow: none;
    font-size: 20px;
}


#search .close, #searchs .close {
    position: fixed;
    top: 15%;
    right: 49px;
    color: #fff;
    opacity: 1;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    padding: 10px 17px;
    font-size: 65px;
}

#search .search-close,  #searchs .search-close {
    float: left;
    background: none;
}

#search .form-group, #searchs .form-group {
    float: left;
    width: 100%;
    padding: 0;
}

/***************
FIM PESQUISA
****************/

.miniCartFooter .btn-addmore {padding-right:10px;}