@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

body {
font-family: 'Nunito', sans-serif;
font-weight: 400;
}

.carousel-caption {
display: none;
}

.carousel-control {
background: transparent;
border: none;
}

.main-column {
min-height: 300px !important;
}

#top {
padding: 8px 0;
font-size: 85%;
opacity: 0.9;
}

.txt-top {
float: none !important;
}

.top01 {
width: 40%;
}
.top02 {
width: 20%;
}
.top03 {
width: 40%;
}

.bx-header-right .navbar .nav > li > a {
color: #111;
text-transform: uppercase;
font-weight: 500;
font-size: 90%;
}

.mm-header {
padding-top: 20px !important;
}
.mm-menu.mm-hasheader.mm-ismenu>.mm-panel {
padding-top: 0;
}
.mm-header .mm-next, .mm-header .mm-prev {
bottom: 14px;
}

.icon::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
left: 15px;
opacity: 0.8;
color: #7EBA00;
}

.todas-categorias {
padding-left: 35px !important;
}

.todas-categorias::before {
content: "\f06c";
opacity: 1 !important
}

.nav-top-icon {
position: relative;
top: 7px;
}

.nav-top-icon a {
display: inline-block;
font-weight: bold;
color: #7DBA00;
text-transform: uppercase !important;
margin: 0 15px;
}

.nav-top-icon a:hover {
color: #00AA46;
text-decoration: none;
}

/** showhim/showme **/
.showhim {
position: relative;
display: inline;
}
.showme { 
opacity: 0;
height: 0;
width: 0;
overflow: hidden;
position: absolute;
border: solid 1px #EEE;
-webkit-box-shadow: inset 0 -1px rgba(120, 120, 120, 0.1), 0 1px 5px rgba(90, 90, 90, 0.1);
-moz-box-shadow: inset 0 -1px 0 rgba(120, 120, 120, 0.1), 0 1px 5px rgba(90, 90, 90, 0.1);
box-shadow: inset 0 -1px 0 rgba(120, 120, 120, 0.1), 0 1px 5px rgba(90, 90, 90, 0.1);
background: #fff;
-webkit-transition:.5s;
-moz-transition:.5s;
-o-transition:.5s;
-ms-transition:.5s;
transition:.5s;
top: 28px;
right: 0;
}
.showhim:hover .showme {
z-index: 2;
padding: 15px;
height: auto;
width: 273px;
opacity: 1;
overflow: visible;
}
.showhim:hover .fa-search {
cursor: pointer;
}

.button-menu-mobile {
display: none !important;
top: 8px;
position: relative;
}

.mm-header {
padding-top: 20px !important;
}
.mm-menu.mm-hasheader.mm-ismenu>.mm-panel {
padding-top: 10px;
}


.bx-header-right {
padding-top: 35px;
}

.bx-header-right .navbar {
margin-right: 146px;
}

.navbar .nav>li>a {
font-weight: bold;
color: #de3c95;
text-transform: uppercase !important;
font-size: 13px;
}

.navbar .nav>li>a:hover {
color: #784097;
opacity: 1;
}

.sidebar-nav .nav-list li a {
border-bottom: solid 1px #EEE;
color: #555;
padding: 12px 10px !important;
}

.sidebar-nav .nav-list .title-grupo {
color: #111;
text-transform: uppercase;
font-size: 12px;
}

.mm-list>li>a, .mm-list>li>span {
text-transform: uppercase;
}

#main-content aside h2, .sidebar-nav {
border-radius: 4px 4px 0 0;
}

#main-content aside h2 {
font-weight: bold;
padding-top: 4px;
padding-bottom: 4px;
}

aside .title-grupo {
text-transform: uppercase;
padding: 12px 10px !important;
}

.box-produto .price-product {
display: none;
}

.add-cart a, .add-cart span {
opacity: 1;
filter: alpha(opacity=100);
}

.span3 .bx-image-product {
height: 140px;
}

.page-home .span3 .bx-image-product {
height: 191px !important;
}

.row-s {
  display: flex;
  flex-wrap: wrap;
}

.col-s {
  flex: 1 0 18%;
  margin: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


footer {
padding-top: 50px;
margin-top: 30px;
font-size: 13px;
}

.content-footer {
padding-bottom: 10px;
}

.content-footer .pull-left, .content-footer .pull-right {
float: none;
}

.content-footer ul {
list-style: none;
margin: 0;
}
.content-footer ul li {
padding-bottom: 10px;
}

.content-footer h3 {
font-size: 15px;
color: #7DBA00;
margin: -10px 0 15px 0;
font-weight: bold;
}

.copy-powered {
opacity: 1;
filter: alpha(opacity=100);
}

.copy-powered a {
color: #fff;
}

.menu-01-footer {
padding-left: 50px;
}

@media only screen and (max-width: 768px) {
.container {margin-right: 15px; margin-left: 15px;}
.hidden-mobile, aside, .nav-tabs li:nth-child(2), header .navbar {display: none !important;}
header {padding: 0;}
.menu-01-footer {padding-left: 0px;}
.logo img {height: 50px;}
.bx-header-right {padding-top: 15px;}
.top01 {width: 80%;}
.top03 {width: 20%;}
.button-menu-mobile {display: inline-block !important;}
}