@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

body {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
}

#wrp, .container {
max-width: 1300px;
}

@media (min-width: 1200px) {
.container {width: 100%;}
}

.main-column {
min-height: 300px !important;
}

.carousel-caption {
display: none;
}

.carousel-control {
background: transparent;
border: none;
}

#top {
padding: 5px 0;
font-size: 89%;
}

.txt-top {
float: none !important;
}

.top01 {
width: 33%;
}
.top02 {
width: 33%;
text-align: center;
}
.top03 {
width: 33%;
}

.main-column p {
line-height: 24px;
}

#main-menu {
border-top: none;
border-bottom: none;
}

#main-menu li a {
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
padding: 10px 20px;
}

.bx-header-right {
padding-top: 38px;
}

.box-search-header {
float: left;
margin: 0 242px 0 0;
}

.bx-header-right .form-inline .input-btn-fix {
width: 400px;
border-radius: 8px 0 0 8px;
padding: 12px 20px;
box-shadow: none;
border-right: none;
}

.bx-header-right .form-inline .btn {
height: 46px;
color: #000;
border-color: #ccc;
box-shadow: none;
background: #FFCD13;
border-radius: 0 8px 8px 0;
}

.div-button-menu-mobile {
display: none;
float: right;
margin: 13px 0 0 10px;
}
.div-button-menu-mobile a {
padding: 3px;
color: #fff;
font-size: 15px;
}

.mm-menu {
z-index: 99;
}
.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: #FFCD13;
}

.todas-categorias {
padding-left: 35px !important;
font-weight: bold;
}

.todas-categorias::before {
content: "\f0c9";
}

.sidebar-nav .nav-list li a {
border-bottom: solid 1px #EEE;
color: #555;
padding: 12px 10px !important;
}

#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 {
font-size: 12px !important;
text-transform: uppercase;
}

aside .nav-list .image-product-list {
display: none;
}

.box-produto .price-product {
display: none;
}

.box-produto {
border-radius: 6px;
}

.add-cart {
border-top: none;
}

.add-cart a, .add-cart span {
opacity: 1;
filter: alpha(opacity=100);
border-radius: 6px;
}

.span3 .bx-image-product {
height: 157px;
}

.page-home .span3 .bx-image-product {
height: 214px;
}

.span4 .bx-image-product {
height: 219px;
}

.page-home .span4 .bx-image-product {
height: 266px;
}

.bx-description-product {
line-height: 20px !important;
}

.row-fm {
  display: flex;
  flex-wrap: wrap;
}

.column-fm {
  flex: 20%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  text-align: center;
}

.title-main {
font-weight: bold;
}

footer {
margin-top: 40px;
padding-top: 50px;
font-size: 13px;
}

.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: #F0F0F0;
margin: -10px 0 15px 0;
font-weight: bold;
}

.menu-01-footer {
padding-left: 50px;
}

.copy-powered {
font-size: 92%;
opacity: 1;
filter: alpha(opacity = 100);
}

.nav-list .show_hide {
    font-size: 110%;
    color: #fff;
    background: #303030;
    border-radius: 100px;
    width: 20px;
    text-align: center;
}




@media only screen and (max-width: 768px) {
.container {margin-right: 15px; margin-left: 15px;}
.hidden-mobile, aside, .nav-tabs li:nth-child(2), #main-menu {display: none !important;}
.top02, .top01 {width: auto; text-align: left;}
.top03 {width: auto;}
header {border-bottom: solid 1px #ccc;}
.div-button-menu-mobile {display: block;}
.logo img {height: 45px;}
.bx-header-right {padding-top: 19px;}
.bx-header-right .form-inline .input-btn-fix {width: 73px !important; padding: 13px 5px 13px 12px;}
.bx-header-right .form-inline .btn {height: 47px; padding-right: 4px; padding-left: 4px;}
.box-search-header {margin: 0px 20px 0 0;}
.menu-01-footer {padding-left: 0px;}
.link-cart-header {padding: 13px 20px;}
.column-fm {flex: 50%;}
footer .span3 {width: 100% !important;}
}