@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

#wrp, .container {
max-width: 1290px;
}

@media (min-width: 1200px) {
.container {width: 100%;}
}

body {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}

.carousel-caption {
display: none;
}

.carousel-control {
background: transparent;
border: none;
}

.main-column {
min-height: 300px !important;
}

#top {
background-image: url("/content/interfaces/cms/userfiles/files/bg-top.png"), linear-gradient(to right, #FDB82E 40%, #DD3485, #66137D);
background-repeat: no-repeat;
background-position: center;
font-weight: 500;
}

.txt-top {
padding: 10px 0;
}

#top .nav li:first-child a {
padding-left: 0 !important;
}

header {
padding: 5px 0;
}

.box-search-header {
float: left;
margin-right: 122px;
}

.bx-header-right {
padding-top: 31px;
}

.bx-header-right .form-inline .input-btn-fix {
width: 600px;
border-radius: 50px 0 0 50px;
border: 1px solid #ccc;
padding: 10px 20px;
box-shadow: none;
border-right: none;
font-size: 12px;
}

.bx-header-right .form-inline .btn {
height: 42px;
color: #66137D;
border: 1px solid #ccc;
box-shadow: none;
background: #fff;
border-radius: 0 50px 50px 0;
}

.bx-header-right .form-inline .btn i {
opacity: 0.8;
}

.button-menu-mobile {
font-size: 1.5em;
display: none;
padding: 7px;
margin-top: 6px;
margin-left: 10px;
margin-right: -10px;
}

#main-menu {
border-bottom: none;
}

#main-menu li a {
padding: 40px 22px 15px 22px;
/*width: 92px;*/
line-height: 16px;
font-weight: 500;
}

.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;
top: -22px;
left: 0;
right: 0;
font-size: 1.3rem;
color: #DD3485;
}

.todas-categorias::before {content: "\f0c9"}
.link-cadernetas::before {content: "\f02d"}
.link-canetas::before {content: "\f305"}
.link-cozinha::before {content: "\f2e7"}
.link-canecas::before {content: "\f0fc"}
.link-chaveiros::before {content: "\f084"}
.link-informatica::before {content: "\f8cc"}
.link-garrafas::before {content: "\f72f"}
.link-ferramentas::before {content: "\f7d9"}
.link-sacolas::before {content: "\f290"}
.link-pets::before {content: "\f1b0"}
.link-eco::before {content: "\f06c"}
.link-escritorio::before {content: "\e5af"}
.link-garrafas::before {content: "\e4c4"}
.link-mochilas::before {content: "\f5c1"}
.link-tec::before {content: "\f2db"}
.link-sipat::before {content: "\f807"}
.link-fones::before {content: "\f58f"}
.link-som::before {content: "\f001"}

.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;
}


.box-produto {
text-align: center;
border-radius: 6px;
}

.box-produto h2 a {
color: #444 !important;
text-transform: uppercase;
}

.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: 159px;
}

.page-home .span3 .bx-image-product {
height: 216px !important;
}

.box-produto .price-product {
display: none;
}

#main-content aside h2, .sidebar-nav {
border-radius: 4px 4px 0 0;
}

#main-content aside h2 {
font-weight: 500;
padding-top: 4px;
padding-bottom: 4px;
}

.sidebar-nav .nav-list li a {
border-bottom: solid 1px #EEE;
color: #222;
padding: 12px 10px !important;
}
.sidebar-nav .title-grupo {
font-size: 97% !important; 
font-weight: 500 !important;;
}

.show_hide {
color: #66137D;
font-weight: bold;
background: #eee;
border-radius: 100%;
text-align: center;
height: 20px;
width: 20px;
font-size: 120%;
}

footer {
padding-top: 30px;
margin-top: 30px;
}

.content-footer {
padding: 30px 0 0 0;
}

.content-footer .pull-left, .content-footer .pull-right {
float: none;
}

.content-footer ul {
list-style: none;
margin: 0;
}
.content-footer ul li {
padding-top: 4px;
padding-bottom: 7px;
}

.content-footer h3 {
font-size: 14px;
margin: -10px 0 15px 0;
font-weight: bold;
color: #DD3485;
}

.copy-powered {
opacity: 1;
filter: alpha(opacity=100);
}

.copy-powered a {
font-weight: bold;
}

.menu-01-footer {
padding-left: 50px;
}

@media only screen and (max-width: 768px) {
header {border-bottom: solid 1px #ddd;}
.logo img {height: 42px;}
.hidden-mobile, aside, #main-menu, #top .navbar-text, .nav-tabs li:nth-child(2), .icon::before {display: none !important;}
.container {margin-right: 15px; margin-left: 15px;}
.bx-header-right {padding-top: 22px;}
.bx-header-right .form-inline .input-btn-fix {width: 62px; padding: 10px 0px 10px 10px;}
.bx-header-right .form-inline .btn {padding: 4px 6px 4px 4px;}
.box-search-header {margin-right: 15px;}
.menu-01-footer {padding-left: 0px;}
.button-menu-mobile {display: inline-block;}
.txt-top {float: none !important; text-align: center;}
#top {background-image: linear-gradient(to right, #FDB82E 40%, #DD3485, #66137D);}
#secao-145 .span3, #secao-148 .span3 {width: 48% !important; margin: 0 1% 4% 1% !important; float: left !important;}
.menu-01-footer {padding-left: 0px;}
footer .span3 {width: 96% !important;}
}
