@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap");

body {
font-family: "Poppins",sans-serif;
font-weight: 400;
}

#wrp, .container {
max-width: 1290px;
}

@media (min-width: 1200px) {
.container {width: 100%;}
}

.carousel-caption {
display: none;
}

.carousel-control {
background: transparent;
border: none;
}

.main-column {
min-height: 300px !important;
}

#top {
font-size: 90%;
font-weight: 500;
}

.txt-top {
float: none !important;
padding: 5px 0;
}

.top01 {
width: 35%;
}

.top02 {
width: 30%;
}

.top03 {
width: 35%;
}

/** Com menu no topo **/
/*
#top {
float: right !important;
}

.txt-top {
width: 65%;
}
.top01 {
display: none;
}
.top02 {
width: 100%;
max-width: 400px;
}
.top03 {
width: 100%;
max-width: 400px;
}
*/
/** -- Com menu no topo -- **/


.box-search-top .form-inline .input-btn-fix {
width: 160px;
padding: 3px 15px;
box-shadow: none;
border-right: none;
border-color: transparent;
background: rgba(255,255,255,0.9);
border-radius: 30px 0 0 30px;
}

.box-search-top .form-inline .btn {
height: 28px;
color: #205CBF;
box-shadow: none;
background: rgba(255,255,255,0.9);
border-color: transparent !important;
border-left: none;
margin-left: 0;
border-radius: 0 30px 30px 0;
padding: 4px 8px;
}

header {
padding: 5px 0;
}

.bx-header-right .navbar {
margin-right: 207px;
}

.bx-header-right {
padding-top: 24px;
}

.navbar .nav > li > a {
color: #fff;
font-weight: 400;
letter-spacing: 1px;
}

.navbar .nav > li > a:hover {
color: #F8C300;
}

.sidebar-nav .nav-list li a {
border-bottom: solid 1px #EEE;
color: #555;
padding: 12px 10px !important;
}

#top .navbar .nav > li a {
padding-left: 20px;
padding-right: 20px;
}

#top .navbar .nav > li {
position: relative;
}

#top .navbar .nav > li:first-child a {
padding-left: 0;
}

#top .navbar .nav > li a:after  {
content: "|";
position: absolute;
right: -4px;
color: rgba(255,255,255,0.3);
}

#top .navbar .nav > li:last-child a:after  {
content: "";
}

.headerMain .menu-vv li ul li a {
padding: 10px 15px !important;
}

#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: 98% !important; 
font-weight: 500 !important;
color: #344248 !important;
}

.box-produto {
text-align: center;
border-radius: 6px;
}

.box-produto h2 a {
color: #222 !important;
}

.box-produto .price-product {
display: none;
}

.add-cart {
border-top: none;
}

.add-cart a, .add-cart span {
opacity: 1;
filter: alpha(opacity=100);
border-radius: 6px;
font-weight: 500;
font-size: 13px;
}

.span3 .bx-image-product {
height: 155px;
}

.page-home .span3 .bx-image-product {
height: 212px !important;
}

.span4 .bx-image-product {
height: 217px;
}

.page-home .span4 .bx-image-product {
height: 295px !important;
}

.span6 .bx-image-product {
height: 339px;
}

.page-home .span6 .bx-image-product {
height: 458px !important;
}


.show_hide {
color: #fff;
font-weight: bold;
background: #205CBF;
border-radius: 100%;
text-align: center;
height: 20px;
width: 20px;
}

.show_hide:hover {
color: #fff !important;
}

.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;
}

#main-menu {
border-top: none;
}

/*** APENAS ÍCONES AO LADO DOS LINKS NO MAIN-MENU AO LADO DO LOGO ***/
.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: 11px;
left: 10px;
font-size: 1rem;
}
/*** // APENAS ÍCONES AO LADO DOS LINKS NO MAIN-MENU AO LADO DO LOGO // ***/

.todas-categorias {
padding-left: 35px !important;
}

.todas-categorias::before {
content: "\f0c9";
color: #F8C300;
}

.dropdown-content a {
color: #344248;
}

.dropdown-mega .dropbtn {
color: #205CBF;
position: relative;
padding-left: 40px;
font-weight: 500;
margin-top: -4px;
}

.dropdown-mega .dropbtn::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: 15px;
left: 15px;
font-size: 1rem;
content: "\f0c9"
}


    #popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    }
    #popup div {
    position: relative;
    width: 460px;
    margin: 0 auto;
    top: 10%;
    background: #fff;
border-radius: 6px;
box-sizing: border-box;
    }
    .close-popup {
    position: absolute;
    top: 7px;
    right: 10px;
    text-decoration: none;
z-index: 99;
    }
    .close-popup:hover {
    color: #FFF;
    }

#carousel-mediobanner .owl-carousel .owl-nav button.owl-next, #carousel-mediobanner .owl-carousel .owl-nav button.owl-prev {bottom: 0 !important;}
#carousel-mediobanner .owl-theme .owl-prev {left: 0 !important;}
#carousel-mediobanner .owl-theme .owl-next {right: 0 !important;}


@keyframes animatedBackground {
0% { background-position: 0 0; }
100% { background-position: -1600px 0; }
}
@-moz-keyframes animatedBackground {
0% { background-position: 0 0; }
100% { background-position: -1600px 0; }
}
@-webkit-keyframes animatedBackground {
0% { background-position: 0 0; }
100% { background-position: -1600px 0; }
}
@-ms-keyframes animatedBackground {
0% { background-position: 0 0; }
100% { background-position: -1600px 0; }
}
@-o-keyframes animatedBackground {
0% { background-position: 0 0; }
100% { background-position: -1600px 0; }
}

#animate-clientes {
height: 80px;
background: url(https://www.suaempresadebrindes.com.br/content/interfaces/cms/userfiles/files/logos-clientes3.png) top left repeat-x;
background-size: cover;
animation: animatedBackground 40s linear infinite;
-moz-animation: animatedBackground 40s linear infinite;
-webkit-animation: animatedBackground 40s linear infinite;
-ms-animation: animatedBackground 40s linear infinite;
-o-animation: animatedBackground 40s linear infinite;
}

#secao-699 {
background: #F4F4EB;
padding: 0 20px;
border-radius: 8px;
}

footer {
padding-top: 30px;
margin-top: 30px;
font-size: 90%;
background-size: contain;
}

.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-bottom: 10px;
}

.content-footer h3 {
font-size: 14px;
margin: -10px 0 15px 0;
font-weight: bold;
color: #F8C300;
}

.copy-powered {
opacity: 1;
filter: alpha(opacity=100);
}

.copy-powered a {
font-weight: bold;
}

.menu-01-footer {
padding-left: 50px;
}

#secao-601 {
background: #F4F4EB;
padding: 25px 25px 5px 25px;
border-radius: 8px;
}

#secao-601 .span4 {
margin-bottom: 30px;
background: #fff;
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 0.25rem 0.5rem;
}

#secao-601 .span4 p:nth-child(2) {
font-weight: 500;
padding: 20px;
}

#secao-601 img {
border-radius: 8px 8px 0 0
}

.nav-top-icon {
position: relative;
top: 12px;
}

.nav-top-icon a {
display: inline-block;
font-weight: bold;
color: #fff;
text-transform: uppercase !important;
}

.nav-top-icon a:hover {
color: #F8C300;
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:.3s;
-moz-transition:.3s;
-o-transition:.3s;
-ms-transition:.3s;
transition:.3s;
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;
position: relative;
}

.dropdown-content {
max-height: 360px;
}

.dropdown-mega .dropbtn {
color: #FFF;
font-weight: 400;
}

@media only screen and (max-width: 768px) {
.container {margin-right: 15px; margin-left: 15px;}
.hidden-mobile, #main-menu, #top .navbar .nav, aside, .nav-tabs li:nth-child(2), header .navbar {display: none !important;}
#top {background-image: none;}
.txt-top {float: none !important; text-align: left;}
.logo img {height: 40px;}
.top01, .top02, .top03 {width: auto;}
.bx-header-right {padding-top: 20px;}
.link-cart-header {padding: 10px 10px 10px 12px;}
.box-search-header {margin: -2px 15px 0 0;}
.bx-header-right .form-inline .input-btn-fix {width: 53px; padding: 10px 0px 10px 15px;}
.bx-header-right .form-inline .btn {padding: 4px 12px 4px 6px;}
.box-search-top .form-inline .input-btn-fix {width: 100px;}
.menu-01-footer {padding-left: 0px;}
footer .span3 {width: 96% !important;}
.button-menu-mobile {display: inline-block !important;}

#secao-147 .span3 {
width: 46% !important; margin: 0 2% 4% 2% !important; float: left !important;}

}
