@font-face {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/calibri.eot);
    src: url(fonts/calibri.eot?#iefix) format('embedded-opentype'), url(fonts/calibri.svg#calibri) format('svg'), url(fonts/calibri.woff) format('woff'), url(fonts/calibri.ttf) format('truetype');
}

@font-face {
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/calibri_bold.eot);
    src: url(fonts/calibri_bold.eot?#iefix) format('embedded-opentype'), url(fonts/calibri_bold.svg#calibri_bold) format('svg'), url(fonts/calibri_bold.woff) format('woff'), url(fonts/calibri_bold.ttf) format('truetype');
}

@font-face {
    font-family: Calibri;
    font-style: italic;
    font-weight: 700;
    src: url(fonts/calibri_bold_italic.eot);
    src: url(fonts/calibri_bold_italic.eot?#iefix) format('embedded-opentype'), url(fonts/calibri_bold_italic.svg#calibri_bold_italic) format('svg'), url(fonts/calibri_bold_italic.woff) format('woff'), url(fonts/calibri_bold_italic.ttf) format('truetype');
}

@font-face {
    font-family: Calibri;
    font-style: italic;
    font-weight: 400;
    src: url(fonts/calibri_italic.eot);
    src: url(fonts/calibri_italic.eot?#iefix) format('embedded-opentype'), url(fonts/calibri_italic.svg#calibri_italic) format('svg'), url(fonts/calibri_italic.woff) format('woff'), url(fonts/calibri_italic.ttf) format('truetype');
}

[class^=list-] {
    list-style: none outside none;
}

[disabled] {
    cursor: default;
}

*,
*:after,
*:before 
{
    box-sizing: border-box;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: underline;
}

a,
button,
input[type=button],
input[type=file],
input[type=image],
input[type=reset],
input[type=submit],
label[for] {
    cursor: pointer;
}

a:active {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

a[href^=tel] {
    text-decoration: none;
}

a[href^=tel],
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
}

a[href^=tel],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

aside,
details,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

b,
strong {
    font-weight: 700;
}

body>header {
    position: sticky;
    top: 0;
    z-index: 101;
}

button,
input,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

dl,
p,
table,
ul {
    margin-bottom: 0;
}

dl:last-child,
h1:last-child,
h1[class],
h2:last-child,
h2[class],
h3:last-child,
h3[class],
h4:last-child,
h4[class],
h5:last-child,
h5[class],
h6:last-child,
h6[class],
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .65em;
}

html {
    background: #fff;
    box-sizing: border-box;
    height: 100%;
    tap-highlight-color: transparent;
}

i.fa.fa-lock, i.fa.fa-percent, i.fa.fa-truck, i.fa.fa-user {
    color: #fff;
}

iframe,
img {
    border: 0 none;
}

iframe,
img,
object {
    max-width: 100%;
}

iframe,
img,
object,
video {
    max-width: 100%;
}

img.lazy {
    background: url(../images/throbber.gif) no-repeat 50% 50%;
    background-size: contain;
}

input:-moz-placeholder {
    color: #d0d0d0;
    font-size: 16px;
    font-weight: 400;
}

input:-ms-input-placeholder {
    color: #d0d0d0;
    font-size: 16px;
    font-weight: 400;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: inherit;
}

input::-moz-placeholder {
    color: #d0d0d0;
    font-size: 16px;
    font-weight: 400;
}

input::-webkit-input-placeholder {
    color: #d0d0d0;
    font-size: 16px;
    font-weight: 400;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

li.active {
    background: #fff;
}

main header {
    color: #103d7d;
    font-size: 30px;
    font-weight: 700;
    margin-left: 15px;
    margin-right: 15px;
    padding: 35px 0 0;
    position: relative;
    text-transform: uppercase;
}

main header h,
main header h1 {
    background: #fff;
    display: inline;
    margin-left: 80px;
    padding: 0 28px;
    position: relative;
    z-index: 1;
}

main header:before {
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

nav ul {
    list-style: none outside none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

textarea {
    overflow: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

.accordion {
    float: left;
    width: 100%;
}

.accordion_body .product a.btn-add {
    font-size: 16px;
}

.accordion-section {
    margin-bottom: 35px;
    overflow: hidden;
}

.accordion-section .accordion_body {
    background: #f7f7f7;
    color: #616161;
    display: none;
    font-size: 22px;
    padding: 20px 50px;
}

.accordion-section .accordion_body p {
    margin-bottom: 18px;
}

.accordion-section .accordion_head {
    background: #0d4788;
    cursor: pointer;
    padding: 4px 50px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.accordion-section .accordion_head h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    margin: 0;
    padding-left: 30px;
    position: relative;
}

.accordion-section .accordion_head h3 i + i {
    display: none;
}

.accordion-section .accordion_icon {
    display: inline-block;
    height: 30px;
    left: 0;
    line-height: 22px;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 27px;
}

.accordion-section .depoimento_btn {
    background: #ea963f;
    float: right;
    font-size: 18px;
    margin: 10px 10px 10px 0;
    text-transform: none;
    width: auto;
}

.accordion-section.accordion--expanded .accordion_body {
    display: block;
}

.accordion-section.accordion--expanded .accordion_head h3 i {
    display: none;
}

.accordion-section.accordion--expanded .accordion_head h3 i + i {
    display: inline-block;
}

.banner-texto .box-content {
    float: left;
    font-size: 18px;
    margin: 5px 120px 0 20px;
}

.banner-texto .box-content a {
    font-size: 23px;
}

.banner-texto .box-wrapper {
    margin-bottom: 10px;
}

.banner-texto .full-content-text {
    display: none;
}

.banner-texto > header {
    padding-bottom: 0;
}

.banner-texto > header:before {
    top: 65%;
}

.banners {
    padding: 0;
}

.banners header {
    display: none;
}

.banners .card {
    float: left;
    padding: 10px;
    width: 100%;
}

.banners .card.w-33 {
    width: 33.3%;
}

.banners .card.w-66 {
    width: 66.6%;
}

.bar {
    color: #616161;
    font-size: 19px;
    padding: 12px 0 0 10px;
    transition: all .3s;
}

.bar:after,
.header .header_inner:after,
.product-primary .product_footer:after,
.product-primary:after {
    clear: both;
    content: '';
    display: table;
    line-height: 0;
}

.box .banner-img-mobile {display: none;}

.box header {
    font-size: 17px;
}

.box_grid_produtos {
    margin: auto;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box_initial {
    margin: auto;
    width: 90%;
}

.box-content {
    flex: 1 1 auto;
    position: relative;
}

.box-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
}

.breadcrumbs {
    border-top: 1px solid #eee;
    height: 50px;
    padding: 10px;
    width: 100%;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs i.fa {
    color: #333;
}

.breadcrumbs li {
    display: table-cell;
}

.breadcrumbs li.icon {
    padding: 0 5px;
}

.breadcrumbs ul {
    display: table;
}

.btn-add {
    background: #03650b;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 21px;
    padding: 7px 15px;
    text-decoration: none;
}

.btn-add-categoria {
    background-color: #49a258!important;
    border: none!important;
    opacity: 1;
}

.btn-video .text {
    display: block;
}

.btn-video {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.btn.avise-me {
    background: #878787;
    border-radius: 0 0 20px 20px;
    width: 98%;
}

.btn.click {
    transition: all .2s;
}

.btn.click:active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
    transform: translateY(1px) translateX(-2px);
}

.btn.click:hover {
    box-shadow: 0 10px 12px rgba(0, 0, 0, .15);
}

.callAlertModal {
    z-index: 1100;
}

.cardCombo .flag-edition {
    max-width: 50px;
}

.carousel_depoimento {
    background-color: #e3e3e5;
    padding: 1.5em 2em;
    position: relative;
    top: -1em;
    width: 100%;
    z-index: 0;
}

.styled-owl-item{
    background: #fff;
    padding: 16px;
    border-radius: 8px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin: 4px;
}

.owl-carousel .owl-item{
	float: left;
	display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-stage{
	display: flex;
}

.cart {
    float: right;
    margin-top: 20px;
    text-align: center;
}

.cart .cart_btn .s-throbber div {
    background-color: #fff;
}

.cart .cart_btn {
    background: #001781;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 86px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    width: 168px;
}

.cart .cart_btn i {
    color: #fff;
    font-size: 38px;
    margin-top: 8px;
}

.cart .cart_btn strong {
    display: block;
}

.cart .cart_btn.tem-produtos {
    background-color: #03650b!important;
}

.cart .s-throbber {
    margin-top: 12px;
}

.cart .text {
    display: inline-block;
    margin-left: 7px;
    margin-top: 8px;
    text-decoration: none;
    vertical-align: middle;
}

.category .ias_loader {
    float: left;
    padding-top: 50px;
    width: 100%;
}

.category .main_head .banner {
    width: 100%;
}

.category .main_head .banner > img {
    height: auto;
    max-height: none;
    width: 100%;
}

.category .main_head {
    padding-bottom: 0;
}

.category .principal_road {
    background-color: #fff;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, .05);
    display: flex;
    flex-wrap: nowrap;
    font-size: 15px;
    font-weight: 700;
    height: 60px;
    margin: auto auto 25px;
    width: 95%;
    z-index: 100;
}

.category .principal_road > div {
    flex: 1;
}

.category .products .card .center {
    height: auto;
}

.category .products .card {
    float: left;
    min-width: 200px;
    text-align: center;
    width: 21%;
}

.category .products {
    margin-top: -15px;
}

.category .products #marca-selecionada {
    padding-top: 6px;
    text-align: center;
}

.category .products header {
    color: #103d7d;
    font-size: 30px;
    font-weight: 700;
    margin: -12px 10px 0;
    position: relative;
    text-transform: uppercase;
}

.category .products header h1 {
    background: #fff;
    font-size: 27px;
    margin-left: 0;
    padding: 0 28px;
    position: relative;
    z-index: 1;
}

.category .products header:before {
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.category .products i.ico-label-5 + header {
    color: #de0124;
}

.category .products > i {
    position: absolute;
    top: 10px;
    z-index: 1;
}

.clear:after {
    clear: both;
    content: '';
    display: table;
    line-height: 0;
}

.clienteForm {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.clienteForm small {
    margin-right: 15px;
}

.clienteForm ul {
    list-style-type: none;
}

.clienteForm .form-group {
    margin-bottom: 0;
}

.clienteForm .content-minha-conta {
    padding: 0 15px 0 0;
}

.clienteForm .content-minha-conta #obs-alteracao-endereco {
    font-size: 16px;
    margin-top: 40px;
    float: left;
}

.clienteForm .navbar-nav a {
    margin-left: 35px
}

.clienteForm .navbar-nav i {
    left: 1px;
    top: 6px ;
}

.clienteForm .navbar-nav li {
    position: relative;
}

.pedido-details-wrapper{
    display: flex;
    flex-direction: column;
}

.pix-redirect{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.pix-redirect img{
    width: 200px;
    height: 200px;
    transition: opacity .2s;
}

.pix-redirect img:hover{
    cursor: pointer;
    opacity: 0.6;
}

.combo-builder .content,
.combo-list .content {
    margin: auto;
    width: 95%;
}

.combo-builder .explanation {
    font-size: 12px;
    line-height: 1;
    padding-bottom: 15px;
}

.combo-builder .combo-search-container {
    margin: auto;
    padding: 15px;
    position: relative;
    width: 50%;
}

.combo-builder .fc-input-btn-group {
    box-shadow: 0 0 10px 5px #dcdde0;
}

.combo-builder .results-container {
    background: white;
    border-bottom: 1px solid #dcdde0;
    left: 15px;
    max-height: 486px;
    overflow-y: auto;
    position: absolute;
    right: 15px;
    top: 56px; /* Isto vai ser dinamico ao chamar o ajax */
    z-index: 3;
}

.combo-list .combo-price {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 30px 15px;
}

.combo-list .combo-save a {
    color: #fff;
}

.combo-list .combo-view {
    border: 1px solid #dcdde0;
    margin: 15px auto;
}

.combo-list .selected-products-container {
    border: none;
    margin: 0;
    padding: 15px 30px 0;
}

.combo-list .selected-products-container .product-item:after {
    right: -18px;
}

.combo-list .slider-products .slider_prev {
    left: 0.5%;
}

.combo-list .slider-products .slider_next {
    right: 0.5%;
}

.combo-price-container {
    width: 20%;
}

.combo-price-container .discount {
    color: #103d7d;
}

.empty-message {
    font-weight: bold;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.combo-search-container .product-item {
    border-top: none;
}

.combo-search-container .product-selector:hover {
    opacity: .7;
}

.combo-view {
    display: flex;
}

.combo-view .combo-price-container {
    padding-left: 25px;
}

.combo-view .actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 15px;
}

.combo-view .actions .btn:first-child {
    margin: 0 auto 10px;
}

.combo-view .actions .combo-clear {
    background-color: #eee;
}

.combo-view .actions .combo-clear:hover {
    background-color: #f00;
}

.content-institucional {
    line-height: 1em;
    padding: 2em;
}

 .content-institucional {
   line-height: 1em;
   padding: 2em;
   text-align: justify;
}

.politica-privacidade{
   font-size:14px;
   color:#000000;
   font-family:arial,helvetica,sans-serif;
   line-height: normal;
   text-align: justify;
}

.section-margin {
   margin-top: 80px;
   min-height:100%;
}

.content-minha-conta .btn-toggle {
    background: url(../images/sprite-toggle.png) no-repeat -34px 0;
    content: "";
    cursor: pointer;
    display: block;
    float: left;
    height: 22px;
    width: 22px;
}

.content-minha-conta .btn-toggle.active {
    background-position: 0 0;
}

.content-minha-conta .td-repetir-pedidos .s-throbber {
    height: 30px;
    left: 0;
    margin: 0;
    width: 30px;
}

.content-minha-conta .table-responsive [class^="not-"] {
    display: table-cell;
}

.depoimentoAvaliacaoEstrela img {
    display: inline;
    width: 30px;
}

.descricao-final {
    text-align: center;
    width: 100%;
}

.descricao-final h3 {
    color: #616161;
}

.destaqueAreas .dest_primario,
.destaqueAreas .dest_secundario {
    background-size: cover;
}

.destaqueAreas .row {
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    min-height: 180px;
    width: 100%;
}

.destaqueAreas .row div {
    align-items: center;
    background-color: #000;
    background-position: center center !important;
    cursor: pointer;
    display: flex;
    font-size: 23px;
    justify-content: center;
    margin: 5px;
    min-height: 100px;
    transition: all 0.4s;
    width: 100%;
}

.destaqueAreas .row > div:hover {
    filter: saturate(2);
    opacity: .9;
    text-shadow: 0 12px 20px rgba(0, 0, 0, .6);
    transform: scale(.9);
}

.destaqueAreas {
    color: #fff;
    font-weight: 700;
    margin: 60px auto auto;
    text-align: center;
    text-shadow: 0 0 12px rgba(0, 0, 0, .4);
    width: 70%;
}

.disabled, [disabled] {
    cursor: default;
}

.etiqueta_promo {
    font-size: 15px;
    opacity: 0;
    transition: all .3s;
}

.etiqueta_promo_flag {
    background-color: #00ca03;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    height: 44px;
    margin-bottom: 35px;
    text-align: center;
    width: 50px;
}

.etiqueta_promo_flag:after {
    background-color: #00ca03;
    border-radius: 3px;
    content: "";
    display: block;
    height: 35px;
    left: 7px;
    position: relative;
    top: -17px;
    transform: rotate(45deg);
    width: 35px;
    z-index: 1;
}

.etiqueta_promo_texto {
    position: relative;
    z-index: 2;
}

.etiquetas {
    height: 0;
    position: relative;
    user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    width: 0;
    z-index: 10;
}

.etiquetas_position {
    position: absolute;
}

.fc-flex.fc-space-between {
    justify-content: space-between;
}

.flag-edition {
    bottom: 10px;
    height: auto!important;
    max-width: 100px;
    position: absolute;
    right: 10px;
    width: auto!important;
    z-index: 1;
}

.image-event-thumb {
    bottom: 10px;
    height: auto!important;
    z-index: 1;
}

.gotop {
    align-items: center;
    background-color: #fff;
    border-radius: 200px;
    bottom: 29px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 43px;
    text-decoration: none;
    transition: all .3s;
    vertical-align: middle;
    visibility: hidden;
    width: 50px;
    z-index: 300;
}

.gotop:active,
.gotop:hover,
.gotop:link,
.gotop:visited {
    text-decoration: none;
}

.gotop.is-visible {
    opacity: 1;
    visibility: visible;
}

.header-clean-select {
    text-align: right;
}

.header-fale-conosco {
    font-size: 30px;
}

.hidden, [hidden] {
    display: none !important;
}

.home .titulo_main_h1 {
    background: unset;
    color: #fff;
    font: 700 17px Roboto, sans-serif;
    top: 0;
    white-space: normal;
}

.ico-box, .ico-cart-small, .ico-cart-white-big, .ico-cart-white-small, .ico-cart,
.ico-discount-blue, .ico-discount-hover, .ico-discount, .ico-discount.hover,
.ico-down, .ico-email, .ico-facebook-color, .ico-facebook, .ico-go-top, .ico-institucional,
.ico-label-1, .ico-label-2, .ico-label-3, .ico-label-4, .ico-label-5, .ico-label,
.ico-lock, .ico-mail, .ico-modal-close, .ico-movilePay-small, .ico-slider-home-left-hover,
.ico-slider-home-left, .ico-slider-home-left.hover, .ico-slider-home-right-hover,
.ico-slider-home-right, .ico-slider-home-right.hover, .ico-slider-left-hover,
.ico-slider-left, .ico-slider-left.hover, .ico-slider-next, .ico-slider-prev,
.ico-slider-right, .ico-star, .ico-up, .ico-user-2, .ico-user, a:hover .ico-discount,
a:hover .ico-slider-home-left, a:hover .ico-slider-home-right, a:hover .ico-slider-left,
a.hover .ico-discount, a.hover .ico-slider-home-left, a.hover .ico-slider-home-right,
a.hover .ico-slider-left, button:hover .ico-discount, button:hover .ico-slider-home-left,
button:hover .ico-slider-home-right, button:hover .ico-slider-left, button:hover
.ico-slider-right, button.hover .ico-discount, button.hover .ico-slider-home-left,
button.hover .ico-slider-home-right, button.hover .ico-slider-left {
    background: url(../images/sprite.png);
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.ico-box {
    background-position: -469px -406px;
    height: 19px;
    width: 25px;
}

.ico-cart {
    background-position: -47px -391px;
    height: 37px;
    width: 40px;
}

.ico-cart-small {
    background-position: -91px -391px;
    height: 35px;
    width: 39px;
}

.ico-cart-white-big {
    background-position: 0 0;
    height: 74px;
    width: 83px;
}

.ico-cart-white-small {
    background-position: -294px -338px;
    height: 38px;
    width: 43px;
}

.ico-discount {
    background-size: contain;
    background: url(../images/novo_icone_promocoes.png) no-repeat;
    height: 68px;
    width: 63px;
}

.ico-discount-blue {
    background-image: url(../images/novo_icone_promocoes_over.png);
    background-size: contain;
    height: 48px;
    width: 43px;
}

.ico-discount-hover,
.ico-discount.hover,
a.hover .ico-discount,
a:hover .ico-discount,
button.hover .ico-discount,
button:hover .ico-discount {
    background-size: contain;
    background: url(../images/novo_icone_promocoes_over.png) no-repeat;
    color: #ff0;
    height: 68px;
    width: 63px;
}

.ico-down {
    background-position: -266px -236px;
    height: 25px;
    width: 30px;
}

.ico-email {
    background-position: -57px -280px;
    height: 51px;
    width: 52px;
}

.ico-facebook {
    background-position: -113px -280px;
    cursor: pointer;
    height: 51px;
    width: 50px;
}

.ico-facebook-color {
    background-position: -248px -338px;
    height: 42px;
    width: 42px;
}

.ico-go-top {
    background-position: -341px 0;
    height: 50px;
    width: 50px;
}

.ico-institucional {
    background-position: -469px -378px;
    height: 24px;
    width: 24px;
}

.ico-label {
    background-position: -245px -132px;
    height: 40px;
    width: 92px;
}

.ico-label-1 {
    background-position: 0 -236px;
    height: 40px;
    width: 92px;
}

.ico-label-2 {
    background-position: -245px -44px;
    height: 40px;
    width: 92px;
}

.ico-label-3 {
    background-position: -245px -88px;
    height: 40px;
    width: 92px;
}

.ico-label-4 {
    background-position: -245px 0;
    height: 40px;
    width: 92px;
}

.ico-label-5 {
    background-position: -245px -176px;
    height: 40px;
    width: 92px;
}

.ico-lock {
    background-position: -469px -289px;
    height: 29px;
    width: 20px;
}

.ico-mail {
    background-position: -164px -157px;
    height: 52px;
    width: 52px;
}

.ico-modal-close {
    background-position: -55px -338px;
    height: 48px;
    width: 48px;
}

.ico-movilePay-small {
    background-position: -469px -322px;
    height: 24px;
    width: 24px;
}

.ico-slider-home-left {
    background-position: 0 -78px;
    height: 75px;
    width: 75px;
}

.ico-slider-home-left-hover,
.ico-slider-home-left.hover,
a.hover .ico-slider-home-left,
a:hover .ico-slider-home-left,
button.hover .ico-slider-home-left,
button:hover .ico-slider-home-left {
    background-position: 0 -156px;
    height: 75px;
    width: 75px;
}

.ico-slider-home-right {
    background-position: -166px 0;
    height: 75px;
    width: 75px;
}

.ico-slider-home-right-hover,
.ico-slider-home-right.hover,
a.hover .ico-slider-home-right,
a:hover .ico-slider-home-right,
button.hover .ico-slider-home-right,
button:hover .ico-slider-home-right {
    background-position: -88px 1px;
    height: 75px;
    width: 75px;
}

.ico-slider-left {
    background-position: -438px -56px;
    height: 52px;
    width: 27px;
}

.ico-slider-left-hover,
.ico-slider-left.hover,
a.hover .ico-slider-left,
a:hover .ico-slider-left,
button.hover .ico-slider-left,
button:hover .ico-slider-left {
    background-position: -313px -376px;
    height: 52px;
    width: 27px;
}

.ico-slider-next {
    background-position: -438px -294px;
    height: 16px;
    width: 13px;
}

.ico-slider-prev {
    background-position: -438px -314px;
    height: 16px;
    width: 13px;
}

.ico-slider-right {
    background-position: -438px 0;
    height: 52px;
    width: 27px;
}

.ico-slider-right-hover,
.ico-slider-right.hover,
a.hover .ico-slider-right,
a:hover .ico-slider-right,
button.hover .ico-slider-right,
button:hover .ico-slider-right {
    background-position: -360px -376px;
    height: 52px;
    width: 27px;
}

.ico-star {
    background-position: -199px -338px;
    height: 43px;
    width: 45px;
}

.ico-up {
    background-position: -395px -363px;
    height: 24px;
    width: 30px;
}

.ico-user {
    background-position: -438px -247px;
    height: 19px;
    width: 19px;
}

.ico-user-2 {
    background-position: -438px -270px;
    height: 20px;
    width: 18px;
}

.item {
    float: left;
    width: 20%;
}

.item-discount .text {
    display: none!important;
}

.item-discount {
    background: #e93939;
}

.items {
    margin: 0 -25px;
    overflow: hidden;
}

.labelItemPedidoSacola {
    text-transform: initial;
    font-size: 13px;
}

.list-cards li {
    display: inline-block;
    vertical-align: middle;
}

.logo {
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    float: left;
    font-size: 0;
    height: 116px;
    line-height: 0;
    margin-top: 12px;
    text-indent: -4000px;
    width: 399px;
}

.logo img {
    display: none;
}

.main .main_head_aside li {
    display: inline-block;
    list-style: none;
    list-style-position: outside;
    padding-left: 10px;
}

.main {
    color: #616161;
    font-size: 21px;
    position: relative;
    width: auto;
}

.menu .nav .nav_menu > li > i.fa,
.menu .overlay {
    display: none;
}

.menu_principal {
    padding-right: 0!important;
}

.mini-banners {
    padding: 0;
    position: relative;
}

.mini-banners header {
    display: none;
}

.mini-banners .cards {
    display: table;
    position: relative;
    width: 100%;
}

.mini-banners .cards .card {
    display: table-cell;
    vertical-align: top;
}

.mini-banners .cards .card img {
    vertical-align: top;
    width: 100%;
}

.modal {
    color: #616161;
    font-size: 19px;
    line-height: 29px;
}

.modal .modal-movilePay-btn {
    margin-top: 15px;
}

.modal .modal-movilePay-btn.w-50 {
    margin-left: 10px;
    width: 45%;
}

.modal .sucesso {
    color: #001781;
}

.modal #lock-throbber {
    margin: 20px 0 30px;
}

.modal #lock-throbber .s-throbber {
    height: 50px;
    width: 50px;
}

.modal.big .close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.modal.big .modal-aside {
    background: #011091;
    height: 100%;
    left: 0;
    padding-top: 70px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 381px;
}

.modal.big .modal-aside h3 {
    color: #f5fd12;
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 100px;
}

.modal.big .modal-body .modal-video .video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal.big .modal-body .modal-video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.modal.big .modal-body {
    padding: 70px 52px 150px;
    text-align: left;
}

.modal.big .modal-body h3 {
    color: #011091;
    font-size: 27px;
    margin: 0;
}

.modal.big .modal-body p {
    letter-spacing: -.08em;
}

.modal.big .modal-body p a {
    color: #011091;
    font-size: 16px;
    text-decoration: none;
}

.modal.big .modal-dialog {
    width: 1073px;
}

.modal.big .modal-footer .btn {
    background: #011091;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 53px;
    line-height: 53px;
    padding: 0 30px;
}

.modal.big .modal-footer {
    border: 0;
    padding: 0 0 48px;
    text-align: center;
}

.modal.big .modal-inner {
    padding-left: 381px;
}

.modal.big .modal-inner button {
    width: inherit;
}

.nav .icon-holder {
    display: block;
    height: 55px;
    line-height: 55px;
}

.nav .nav_menu {
    display: table;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.nav .nav_menu > li {
    border-left: 2px solid #020b66;
    display: table-cell;
    list-style: none;
    vertical-align: middle;
}

.nav .nav_menu > li:first-child {
    border-left: 0;
}

.nav .nav_menu > li:last-child a:hover {
    color: #ff0;
}

.nav .nav_menu > li:last-child > a {
    color: #fff;
}

.nav .nav_menu > li > a .text {
    display: block;
}

.nav .nav_menu > li > a {
    display: block;
    height: 90px;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.nav .nav_menu > li > a i {
    margin-bottom: 4px;
}

.nav .nav_menu > li > a:focus {
    color: #fff;
}

.nav .nav_menu > li > a:hover {
    color: #24befe;
}

.nav {
    background: #011091;
    color: #fff;
    font-size: 16px;
}


.tata-title {
	display: none;
}

.tata-text {
	color: #fff;
    margin-left: 0.6rem;
}

/* ------------------------------------------------------------ *\
	Nav Facetas
\* ------------------------------------------------------------ */
.nav-facetas .nav-mobile-facetas { display: none; }
.nav-facetas .overlay { display: none; }
.nav-facetas .facetas ul { list-style-type: none; }
.nav-facetas .facetas ul { list-style-type: none; }
.nav-facetas .facetas .header-filter { position: relative; color: #103d7d; font-size: 16px; font-weight: bold; text-transform: uppercase; margin: 5px 0px 5px; }
.nav-facetas .facetas .header-filter:before { content:''; border-top: 1px solid; position: absolute; top:50%; left:0; width:100%; }
.nav-facetas .facetas .header-filter h { background:#fff; padding: 0 5px; margin-left: 5px; position: relative; z-index: 1; }
.nav-facetas .facetas .body-filter input[type='radio']:checked + a { font-weight: bold; font-size: 18px; }
.nav-facetas .facetas .body-filter input[type='checkbox']:checked + a { font-weight: bold; font-size: 18px; }
.nav-facetas .facetas .close-filter { display: none; }
.nav-facetas .facetas .header-clean { margin-bottom: 20px; }
.nav-facetas .facetas .footer-clean { display: none; }
.nav-facetas .facetas .ver-mais { font-weight: bold; }
@media (max-width: 768px) {
	.nav-facetas .nav-mobile-facetas { display: block; position: fixed; top: 152px; right: 0; width: 50px; height: 40px; background: #0e4788; border-radius: 6px 0px 0px 6px; padding: 5px 8px; z-index: 130; transition: right 0.6s; }
	.nav-facetas .nav-mobile-facetas i.fa-filter { color: with; font-size: 32px; }

	.nav-facetas .facetas { padding: 10px 15px; position: fixed; width: 233px; top: 140px; right: -233px; background: #fff; border: 1px solid #25bdfe; border-radius: 6px; z-index: 130; transition: right 0.6s; max-height: 315px; overflow: auto; }
	.nav-facetas .facetas .header-filter { margin: 0; }
	.nav-facetas .facetas .header-filter:before { display: none; }
	.nav-facetas .facetas .header-filter h { padding: 0; margin-left: 0; }

	.nav-facetas.active .nav-mobile-facetas { right: 219px; }
	.nav-facetas.active .overlay { display: block; opacity: 0; z-index: 5; background: black; position: fixed; top: 0; bottom: 0; left: 0; right: 0; }
	.nav-facetas.active .facetas { right: -4px; }
}

.nav-footer .nav_footer_inner {
    display: table;
    width: 100%;
}

.nav-footer {
    background: #c2c1c1;
    color: #616161;
    padding: 15px 0;
}

.nav-footer a {
    font-size: 16px;
    text-decoration: none;
}

.nav-footer h4 {
    color: #011091;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.nav-footer h4 i {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav-footer li {
    padding-left: 45px;
    position: relative;
}

.nav-footer ul {
    display: table-cell;
}

.navbar-vert button.navbar-toggle {
    border: 1px solid #103d7d;
    float:left;
    width: initial;
}

.navbar-vert ul {
    font-size: 18px;
    font-weight: bold;
    list-style-type: none;
    width: 100%;
}

.navbar-vert li.active i.fa.fa-user,
.navbar-vert li.active i.fa.fa-truck,
.navbar-vert li.active i.fa.fa-percent {
    color: #0f4788;
}

.navbar-vert .navbar-nav > li {
    border-bottom: 1px solid #656565;
    float: none;
    padding: 6px 0px;
}

.navbar-vert .navbar-nav > li i {
    font-size: 26px;
}

.navbar-vert .navbar-nav > li:hover,
.navbar-vert .navbar-nav > li.active {
    border-bottom: 1px solid #103d7d;
}

.navbar-vert .navbar-nav>li {
	float: none;
	border-bottom: 1px solid #656565;
	padding: 6px 10px;
}
.navbar-vert .navbar-toggle .icon-bar {
    background: #103d7d;
}

.navbar-vert {
    margin-bottom: 0;
}

.navbar-vert .navbar-collapse.in {
    overflow-y: hidden;
}

.navbar-vert .navbar-nav {
    margin: 0;
}

.navbar-vert .navbar-nav>li>a {
    color: #fff;
}

.navbar-vert .navbar-nav>li>a:hover,
.navbar-vert .navbar-nav>li.active a,
.navbar-vert .navbar-nav>li.active i {
    color: #3956b1;
}

.nossas-lojas {
    padding: 0 15px 0 0;
}

.order-selector {
    max-width: 150px;
}

.owl-carousel .item {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 30px 10px;
    width: 98%;
}

.owl-nav {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: auto;
    width: 30%;
}

.owl-next,
.owl-prev {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    bottom: 10%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    cursor: pointer;
    display: flex;
    float: left;
    height: 40px;
    justify-content: center;
    margin: 10px;
    width: 40px;
}

.owl-next:active,
.owl-prev:active {
    transform: scale(.95);
}

.owl-next:active,
.owl-prev:active,
.slider-thumbs .slide:active {
    transform: scale(.95);
}

.owl-next:hover,
.owl-prev:hover {
    transform: scale(1.05);
}

.owl-next:hover,
.owl-prev:hover,
.slider-thumbs .slide:hover {
    transform: scale(1.05);
}

.popup-frete.modal .btn {
    bottom: 20px;
    padding-top: 10px;
    position: absolute;
    width: 300px;
}

.popup-frete.modal .frete-gratis-body {
    border-right: 1px solid #e5e5e5;
    float: left;
    line-height: 19px!important;
    min-height: 250px;
    padding: 10px 30px 80px;
    width: 322px;
}

.popup-frete.modal .frete-gratis-correios .btn {
    right: 11px;
}

.popup-frete.modal .frete-gratis-motoboy .btn {
    left: 11px;
}

.popup-frete.modal .modal-content {
    position: relative;
    width: 650px;
}

.popup-frete.modal .modal-dialog {
    width: 650px;
}

.popup-frete.modal .modal-title:nth-child(2) {
    margin-left: 25px;
}

.popup-frete.modal .modal-title.mobile {
    display: none;
}

.popups {
    height: 0;
}

.price-from {
    margin: 0;
    opacity: .7;
}
.price-to {
    color: #103d7d;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}

.product {
    background-color: #fff;
    box-shadow: 0 28px 16px -26px rgba(0, 0, 0, .1);
    color: #757575;
    font-size: 16px;
    margin: 20px;
    opacity: 1;
    padding: 10px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.product .btn-add-small .text {
    letter-spacing: 0;
    line-height: 1;
    margin-top: 2px;
}

.product .product_label .etiqueta_pre_venda {
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product .product_label .etiqueta_pre_venda >span{
    border-radius: 8px;
    padding: 6px;

    background: rgba(0,0,0,0.6);
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.product .product_actions .avise-me {
    border-radius: 0 0 20px 20px;
    bottom: 0;
    left: 15px;
    opacity: 0!important;
    position: absolute;
    transition: all .2s;
    width: 90%;
}

.product .product_actions .product_qty {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: -1;
}

.product .product_actions .product-add {
    bottom: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    transition: all .2s;
    width: 93%;
    z-index: 0;
}

.product .product_actions .qty_btn {
    background: #e3e3e3;
    border: 1px solid #616161;
    padding: 0 7px 0 6px;
    position: absolute;
    right: -22px;
    text-align: center;
    z-index: -2;
}

.product .product_actions .qty_btn i {
    color: #737373;
    font-size: 10px;
}

.product .product_actions .qty_field {
    background: #e3e3e3;
    border-radius: 0;
    border: 1px solid #616161;
    font-size: 18px;
    height: 42px;
    padding: 0;
    text-align: center;
    width: 36px;
}

.product .product_actions a.avise-me {
    border-radius: 6px;
}

.product .product_actions a.btn-add {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    padding: 9px 0;
    text-transform: none;
}

.product .product_actions_mobile a.btn-add {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    padding: 9px 0;
    text-transform: none;
}

.product .product_actions a.btn-add:hover {
    color: #fff;
}

.product .product_body .de {
    color: #777;
    font-size: 16px;
}

.product .product_body a {
    color: #737373;
}

.product .product_body p {
    line-height: 1;
    margin: 0;
}

.product .product_body p.brand {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 700;
}

.product .product_body p.name {
    font-weight: 700;
    height: 3.6em;
    line-height: 1.2;
    margin: auto;
    overflow: hidden;
    text-align: left;
    width: 70%;
}

.product .product_body p.name::first-letter {
    text-transform: uppercase;
}

.product .product_image {
    position: relative;
    text-align: center;
}

.product .product_image i {
    margin: 10px;
    position: absolute;
    right: 0;
}

.product .product_image img {
    display: inline-block;
    height: 5.6em;
}

.product .product_label {
    position: relative;
    top: 3%;
    z-index: 2;
}

.product .product_price {
    color: #1c538e;
    margin: auto;
    opacity: 1;
    text-align: left;
    transition: all .2s;
    width: 70%;
}

.product .product_price strong {
    font-size: 26px;
    white-space: nowrap;
}

.product .product_related .text {
    display: none;
    float: left;
}

.product .product_related {
    display: block;
    position: absolute;
    top: -10px;
    width: 45%;
}

.product_label,
.product_label img {
    height: 300px;
    margin: 0 auto;
    max-height: 300px;
}

.product:hover {
    box-shadow: 0 38px 66px -26px rgba(0, 0, 0, .3);
    opacity: .8;
    position: relative;
    transform: scale(.96);
    z-index: 100;
}

.product:hover .product_actions .avise-me {
    bottom: 25px;
    color: #fff;
    opacity: 1!important;
    transition: all .2s;
}

.product:hover .product_actions .product-add {
    bottom: 20px;
    margin: auto;
    opacity: 1;
    position: absolute;
    width: 93%;
    z-index: 0;
}

.product:hover .product_price {
    opacity: 0;
}

.product-item {
    align-items: center;
    display: flex;
    position: relative;
}

.product-item .product-info {
    padding: 0 15px;
    width: 85%;
}

.product-item.product-seletor .product-info {
    width: 75%;
}

.product-selector .image {
    padding: 0 20px;
    width: 25%;
}

.product-item .product-info .title {
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
}

.product-item .remove {
    background-color: #bbb;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-family: monospace;
    font-size: 29px;
    font-weight: bold;
    height: 35px;
    left: 25px;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    top: 15px;
    transform: rotateZ(45deg);
    width: 35px;
}

.product-item .remove:hover {
    background-color: #f00;
}

.promo_big {
    filter: brightness(1.3);
    -moz-filter: brightness(1.3);
    -ms-filter: brightness(1.3);
    -o-filter: brightness(1.3);
    -webkit-filter: brightness(1.3);
    opacity: 1;
    transform: scale(1.1);
}

.promo_medium {
    filter: saturate(.65);
    opacity: 1;
}

.promo_small {
    filter: saturate(.35);
    opacity: 1;
}

.protected-website {
    background-color: #fff;
    border-radius: 15px;
    color: #bbb;
    float: left;
    margin: 15px auto 0;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
}

.protected-website .imagem_ref {
    background-color: #fff;
    border-radius: 7px;
    padding-top: 10px;
}

.protected-website .imagem_ref img {
    height: 30px;
}

.pull-right.margin-r {
    margin-right: 15px;
}

.relative {
    position: relative;
}

.roadbar {
    width: 100%;
}

.roadbar--container {
    align-items: center;
    display: flex;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    margin: auto;
    padding: 10px;
    width: 95%;
}

.roadbar--list li {
    display: inline-block;
    overflow: hidden;
}

.roadbar--list li:last-child {
    position: relative;
}

.roadbar--list .icon {
    text-align: center;
    width: 20px;
}

.rodape_stoom {
    bottom: 0;
    bottom: 0;
    left: 0;
    left: 0;
    right: 0;
    right: 0;
}

.search {
    border-radius: 5px;
    border: 1px solid #001781;
    display: table-cell;
    float: left;
    margin-top: 32px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.search .search_btn {
    background: #001781;
    border: 0;
    color: #fff;
    float: left;
    font-size: 0;
    height: 67px;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 68px;
}

.search .search_btn .fa-search {
    color: #fff;
    content: '\f002';
    font: 32px FontAwesome;
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 1;
}

.search .search_field {
    background: #dff5fe;
    border: 0;
    color: #616161;
    float: left;
    font-size: 25px;
    height: 67px;
    padding: 0 78px 0 30px;
    width: 100%;
}

.search input:-moz-placeholder,
.search input:-ms-input-placeholder,
.search input::-moz-placeholder,
.search input::-webkit-input-placeholder {
    color: #9d9d9d;
    font-size: 24px;
}

.section-description {
    padding: 15px;
    text-align: center;
}

.selected-products-container {
    border: 1px solid #dcdde0;
    display: block;
    margin-bottom: 25px;
    padding: 15px;
    width: 80%;
}

.selected-products-container .product-item {
    box-shadow: 0 0 10px #bbb;
    margin: 18px;
    position: relative;
    width: 232px;
    display: inline-block;
}

.selected-products-container .product-item:after {
    background-color: #0f4688;
    border-radius: 50%;
    color: #fff;
    content: '+';
    font-size: 21px;
    font-weight: bold;
    height: 20px;
    line-height: 1;
    position: absolute;
    right: -20px;
    text-align: center;
    top: 50%;
    transform: translate(50%, -50%);
    width: 20px;
    z-index: 2;
}

.selected-products-container .product-item.last:after {
    display: none;
}

.selected-products-container .product-item img {
    max-height: 100%;
    width: auto;
}

.selected-products-container .image {
    align-items: center;
    display: flex;
    height: 263px;
    justify-content: center;
    width: 100%;
}

.selected-products-container .product-info {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    height: 150px;
}

.selected-products-container .product-info .title {
    line-height: 0.8;
    margin: 0;
    max-height: 90px;
    overflow: hidden;
}

.slick-dots {
    bottom: 120px;
    display: block;
    list-style: none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    height: 10px!important;
    width: 10px!important;
}

.slick-dots li button {
    height: 10px;
    width: 10px;
}

.slick-dots li.slick-active button {
    height: 10px;
    width: 10px;
}

.slider-labels .slide_image {
    line-height: 60px;
}

.slider-labels .slide_image img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: auto;
}

.slider-labels .slider_actions a {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
}

.slider-labels .slider_clip {
    position: relative;
}

.slider-labels .slider_inner {
    padding: 15px 130px;
    position: relative;
}

.slider-labels .slider_next {
    right: -20px;
}

.slider-labels .slider_prev {
    left: -20px;
}

.slider-labels {
    background: #f7f7f7;
    border-bottom: 5px solid #038bbd;
    position: relative;
}

.slider-labels header {
    display: none;
}

.slider-landing .slide_image img {
    display: block;
    width: 100%;
}

.slider-landing .slider_actions {
    visibility: hidden;
}

.slider-landing .slider_actions a {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
    font-size: 30px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.slider-landing .slider_next {
    right: 30px;
}

.slider-landing .slider_prev {
    left: 30px;
}

.slider-landing {
    padding: 0;
    position: relative;
}

.slider-landing header {
    display: none;
}

.slider-landing:hover .slider_actions {
    visibility: visible;
}

.slider-product .slide .slide_image {
    height: 12.6em;
    margin: 0 auto;
    text-align: center;
}

.slider-product .slide .slide_image img {
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    width: auto;
}

.slider-product {
    display: none;
    overflow: hidden;
    padding: 40px 0;
}

.slider-products .box-content {
    flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    position: relative;
}

.slider-products .box-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
}

.slider-products .cards a,
.slider-products .cards a:hover,
.slider-products-mini .cards a,
.slider-products-mini .cards a:hover {
    color: inherit;
    outline: 0;
    text-decoration: none;
}

.slider-products .slider_actions a,
.slider-products-mini .slider_actions a {
    bottom: 50%;
    color: #0a246a;
    font-size: 28px;
    position: absolute;
    text-decoration: none;
}

.slider-products .slider_next,
.slider-products-mini .slider_next {
    right: 3%;
}

.slider-products .slider_prev,
.slider-products-mini .slider_prev {
    left: 3%;
}

.slider-products header {
    color: #103d7d;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.slider-products header h,
.slider-products header h1 {
    background: #fff;
    margin-left: 0;
    padding: 0 15px;
    position: relative;
    top: 11px;
    z-index: 1;
}

.slider-products header:before {
    content: '';
    left: 0;
    margin-left: 10px;
    position: absolute;
    top: 66%;
    width: 100%;
}

.slider-products header > .box-space {
    float: left;
    margin-left: 90px;
    position: relative;
}

.slider-products header > img {
    float: left;
    margin-left: 10px;
    position: relative;
}

.slider-products i.ico-label-5 + header {
    color: #de0124;
}

.slider-products,
.slider-products-mini {
    position: relative;
}

.slider-products > i {
    position: absolute;
    top: 10px;
    z-index: 1;
}

.slider-thumbs {
    float: left;
    padding: 40px 0;
    position: absolute;
    width: 3em;
    z-index: 20;
}

.slider-thumbs .slide {
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    height: 70px;
    margin-bottom: 5px;
    padding: 0 0 8px;
    transition: all .2s;
    width: 70px;
}
.slider-thumbs .slider_next,
.slider-thumbs .slider_prev {
    left: 50%;
    position: absolute;
    text-decoration: none;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.slider-thumbs .slider_next {
    bottom: 0;   
}

.slider-thumbs .slider_prev {
    top: 0;
}

.tamanho {
    height: 230px;
}

.texto-riscado {
    text-decoration: line-through;
}

.titulo_destaque {
    background-color: #0e4788;
    font-family: Roboto, sans-serif;
    margin: auto;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    z-index: 100;
}

.titulo_destaque h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.titulo_destaque:before {
    background-color: #0e4788;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: -20px;
}

.titulo_home {
    background-color: #0f3e7d;
    color: #fff;
    height: 40px;
    margin: auto;
    padding-top: 6px;
    text-align: center;
    width: 95%;
}

.titulo_home:before {
    background-color: #0f3e7d;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: -14px;
    width: 100%;
}

.trabalhe-conosco-wrapper {
    margin: 0 auto;
    width: 500px;
}

.trabalhe-conosco-wrapper div {
    margin-bottom: 5px;
}

.trabalhe-conosco-wrapper select {
    font-size: 14px;
    height: 37px;
}

.video-home iframe {
    padding: 25px 10px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    width: 100%;
}

.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.wrapper {
    min-height: 100vh;
    overflow: hidden;
}

.artigo-wrapper{
    display: flex;
    width: 100%;
}

.product-primary .product_aside{
    flex: 1;
    width: unset;
}

.artigo-wrapper .product-primary{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.artigo-wrapper .product-primary::after{
    content: none;
}

.product-primary-mobile {
    flex-direction: column;
}

.product-primary-mobile .product_aside .product_aside_body {
    bottom: 1rem;
}

.product-primary-mobile .product_aside .product_body .product_content h1 {
    font-size: 32px;
    margin-bottom: 1rem;
}

.product-primary-mobile .product_aside .product_body .product_content h2 {
    font-size: 16px;
    margin-bottom: 0.5rem;
    text-align: left;
}

.desciption-wrapper{
    margin-bottom: 40px;
}

#descricaoArtigo > *{
    line-break: anywhere;
}

#faleConoscoForm .form-group select,
#popupFaleConosco #faleConoscoForm .form-group input {
    font-size: 15px;
    line-height: initial;
    padding: 5px 8px 5px 40px;
}

#login {
    padding: 20px;
}

#pedido-detalhe h4 {
    font-size: 22px;
}

#pedido-detalhe header {
    margin-left: 0;
    padding: 0;
}

#pedido-detalhe header h,
#pedido-detalhe header h1 {
    background: #f9f9f9;
    font-size: 22px;
    margin-left: 40px;
}

#pedido-detalhe header.big-header {
    margin-bottom: 15px;
    margin-left: 15px;
}

#pedido-detalhe header.big-header h {
    font-size: 25px;
    margin-left: 80px;
}

#pedido-detalhe .boleto-img {
    margin-bottom: 15px;
}

#pedido-detalhe .box-100 img {
    max-height: 70px;
    width: auto;
}

#pedido-detalhe .btn {
    margin: 15px 0 15px 0;
    width: 400px;
}

#pedido-detalhe .btn-cancela-assinatura {
    width: 350px;
}

#pedido-detalhe .btn.btn-cancela-assinatura {
    background: #878787;
    float: right;
    font-size: 17px;
    padding: 6px;
    width: 200px;
}

#pedido-detalhe .card-100 {
    padding-bottom: 0px;
    padding-top: 0px;
}

#pedido-detalhe .confirm-data {
    margin: 10px;
}

#pedido-detalhe .confirm-data p {
    margin-bottom: 0;
}

#pedido-detalhe .confirm-data .confirm-data-number {
    color: #103d7d;
    font-size: 45px;
    font-weight: 700;
}

#pedido-detalhe .confirm-data-box {
    background: #fff;
    border: 3px solid #ccc;
    color: #999;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 103px;
    letter-spacing: .01em;
    line-height: 1;
    margin: 0 auto;
    padding-top: 21px;
    text-align: center;
    width: 400px;
}

#pedido-detalhe .detail-entry {
    color: #717171;
    margin-bottom: 10px;
}

#pedido-detalhe .detail-type {
    color: #103d7d;
    margin-bottom: 2px;
}

#pedido-detalhe .obs {
    font-size: 14px;
}

#pedido-detalhe .step-pedido {
    display: none;
}

#pedido-detalhe .steps-pedido {
    height: 40px;
    margin: 0 auto 80px;
    padding-top: 93px;
    text-align: center;
}

#pedido-detalhe .steps-pedido.step-one {
    background: url(../images/pedido/sprite-rastrear-produtos.png) no-repeat center 0;
}

#pedido-detalhe .steps-pedido.step-one li:nth-child(1) {
    color: #103d7d;
    font-weight: bold;
}

#pedido-detalhe .steps-pedido.step-two {
    background: url(../images/pedido/sprite-rastrear-produtos.png) no-repeat center 17%;
}

#pedido-detalhe .steps-pedido.step-two li:nth-child(1),
#pedido-detalhe .steps-pedido.step-two li:nth-child(2) {
    color: #103d7d;
    font-weight: bold;
}

#pedido-detalhe .steps-pedido.step-three {
    background: url(../images/pedido/sprite-rastrear-produtos.png) no-repeat center 39%;
}

#pedido-detalhe .steps-pedido.step-three li:nth-child(1),
#pedido-detalhe .steps-pedido.step-three li:nth-child(2),
#pedido-detalhe .steps-pedido.step-three li:nth-child(3) {
    color: #103d7d;
    font-weight: bold;
}

#pedido-detalhe .steps-pedido.step-four {
    background: url(../images/pedido/sprite-rastrear-produtos.png) no-repeat center 60%;
}

#pedido-detalhe .steps-pedido.step-four li:nth-child(1),
#pedido-detalhe .steps-pedido.step-four li:nth-child(2),
#pedido-detalhe .steps-pedido.step-four li:nth-child(3),
#pedido-detalhe .steps-pedido.step-four li:nth-child(4) {
    color: #103d7d;
    font-weight: bold;
}

#pedido-detalhe .steps-pedido.step-five {
    background: url(../images/pedido/sprite-rastrear-produtos.png) no-repeat center 81%;
}

#pedido-detalhe .steps-pedido.step-five li:nth-child(1),
#pedido-detalhe .steps-pedido.step-five li:nth-child(2),
#pedido-detalhe .steps-pedido.step-five li:nth-child(3),
#pedido-detalhe .steps-pedido.step-five li:nth-child(4),
#pedido-detalhe .steps-pedido.step-five li:nth-child(5) {
    color: #103d7d;
    font-weight: bold;
}

#pedido-detalhe .steps-pedido.step-six {
    background: url(../images/pedido/sprite-rastrear-produtos.png) no-repeat center 100%;
}

#pedido-detalhe .steps-pedido.step-six li:nth-child(1),
#pedido-detalhe .steps-pedido.step-six li:nth-child(2),
#pedido-detalhe .steps-pedido.step-six li:nth-child(3),
#pedido-detalhe .steps-pedido.step-six li:nth-child(4),
#pedido-detalhe .steps-pedido.step-six li:nth-child(5),
#pedido-detalhe .steps-pedido.step-six li:nth-child(6) {
    color: #103d7d;
    font-weight: bold;
}

#pedido-detalhe .steps-pedido li {
    display: inline-block;
    font-size: 15px;
    margin-right: 64px;
    text-align: center;
    width: 80px;
}

#pedido-detalhe .steps-pedido li:nth-child(5) {
    margin: 0 50px 0 10px;
}

#pedido-detalhe .steps-pedido li:nth-child(6) {
    margin-right: 0;
}

#pedido-detalhe .table tr td {
    border: 0;
    padding: 2px;
}

#pedido-detalhe #agradece-detalhe {
    margin: 10px;
}

#popupDescontoFrete .modal-title {
    color: #103d7d;
    float: left;
    margin-left: 10px;
}

#popupDescontoFrete .modal-title.desktop {
    display: block;
    margin-left: 65px;
}

#popupFaleConosco .modal-body {
    padding: 5px 15px;
}

#popupFaleConosco .modal-header {
    padding: 5px;
}

#popupFaleConosco .recaptcha {
    margin-bottom: 10px;
}

#popupFaleConosco #faleConoscoForm .form-group {
    margin-bottom: 0;
}

#popupFaleConosco #faleConoscoForm .form-group i {
    top: 36px;
}

#popupFaleConosco #faleConoscoForm .form-group label {
    font-size: 17px;
    margin-bottom: 0;
}

#popupFaleConosco #faleConoscoForm #faleConoscoEnviar {
    margin-top: 0;
}

#popupFaleConosco #faleConoscoForm #mensagem {
    font-size: 15px;
}

#popupFreteGratis .modal-title {
    color: #103d7d;
    float: left;
}

#popupFreteGratis .modal-title.desktop {
    display: block;
}

#popupFreteGratis .modal-title:last-child {
    margin-left: 65px;
}

#popupRelacionadosTipo {
    line-height: initial;
}

#popupRelacionadosTipo .modal-aside {
    background: #eee;
    border-radius: 6px 0 0 6px;
    padding-top: 20px;
}

#popupRelacionadosTipo .modal-aside .product {
    background: #fff;
    border-radius: 10px;
    margin: 10px 20px;
    min-height: 160px;
    padding: 10px;
}

#popupRelacionadosTipo .modal-aside .product_related {
    display: block;
}

#popupRelacionadosTipo .modal-aside h3 {
    color: #011091;
    font-size: 28px;
    margin: 0 20px;
    padding-bottom: 0;
}

#popupRelacionadosTipo .modal-body .card {
    background-color: #fff;
    border-radius: 8px;
    margin-left: 5px;
}

#popupRelacionadosTipo .modal-body .cards {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 50px;
}

#popupRelacionadosTipo .modal-body {
    padding: 20px;
}

#popupRelacionadosTipo .s-throbber {
    margin: 200px auto;
}

#popupRelacionadosTipoContent .product .product_actions .qty_btn {
    padding-bottom: 2px;
    padding-top: 2px;
}

#popupKindle {
    display: flex !important;
}

#popupKindle .modal-dialog {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin: 0;
}

#popupKindle .image-container {
    width: 40%;
}

#popupKindle .text-container {
    display: flex;
    flex-direction: column;
    width: 60%;
}

#popupKindle .btn-container {
    display: flex;
    flex-direction: column;
    margin-top: 3vh;
}

#popupKindle .modal-content {
    width: 50%;
}

#popupKindle .kindle-btn {
    background: #ea973e !important;
}

#popupKindle .modal-body {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

#popupKindle .modal-dialog .text {
    font-size: 2vh;
}

#popupKindle .voucher {
    font-size: 8vh;
    margin: 1vh 0;
}

@media (max-width:768px) {
    #popupKindle .modal-content {
        width: 90%;
    }

    #popupKindle .modal-body {
        flex-direction: column;
        align-items: center;
    }

    #popupKindle .image-container {
        width: auto;
        margin-bottom: 1vh;
    }

    #popupKindle .text-container{
        width: 100%;
    }

    #popupKindle .voucher {
        font-size: 5vh;
    }

    #popupKindle .text-container .text {
        font-size: 2vh;
        white-space: normal;
    }

    #popupKindleProdutoCardKindleBtn .text {
        font-size: 2vh !important;
        white-space: normal;
    }
}

#sacola .card-10 {
    width: 10%;
}

#sacola .card-10 img,
#sacola .card-15 img {
    max-height: 70px;
    width: auto;
}

#sacola .card-20 {
    width: 20%;
}

#sacola i:only-child {
    float: left;
    opacity: 1;
}

#sacola .slider-products header {
    margin: 0;
}

#sacola .titulo_destaque {
    width: 100%;
}

@media (min-width: 1201px) {
    .header-clean-select {
        display: none;
    }

    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hidden-sm {
        display: none!important
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }

}

@media (min-width:1024px) and (max-width:1200px) {
    .product .product_related {
        min-width: 100px;
        width: 40%!important;
    }
}

@media (max-width:1600px) {
    .accordion-section .accordion_body {
        font-size: 20px;
        padding: 10px 20px;
    }

    .category .products .card {
        height: 12em;
        width: 25%
    }

    .category .products .card.center {
        height: auto
    }

    .items {
        margin: 0 -10px
    }

    .main {
        font-size: 18px
    }

    .search {
        margin-top: 27px
    }

    .search .search_btn .fa-search {
        top: 14px
    }

    .search .search_btn,
    .search .search_field {
        height: 60px;
    }

    .search .search_field,
    .search input:-moz-placeholder,
    .search input:-ms-input-placeholder,
    .search input::-moz-placeholder,
    .search input::-webkit-input-placeholder {
        font-size: 22px
    }

    .slider-labels .slider_inner {
        padding: 15px 50px
    }

    .slider-labels .slider_next {
        right: 0
    }

    .slider-labels .slider_prev {
        left: 0
    }
}

@media (max-width:1400px) {
    .bar {
        font-size: 15px
    }

    .cart {
        margin-top: 20px;
        right: 0;
        top: 0;
    }

    .cart .cart_btn {
        font-size: 19px;
        height: 78px;
        width: 160px;
    }

    .cart .cart_btn i {
        font-size: 32px;
        margin-top: 5px
    }

    .cart .s-throbber {
        margin-top: 8px
    }

    .cart .text {
        margin-top: 5px
    }

    .logo {
        height: 107px;
        width: 360px;
    }

    .nav-footer {
        padding: 10px 0
    }

    .product {
        font-size: 13px;
        margin: 5px;
        min-height: 442px;
    }

    .product .product_actions a.btn-add {
        font-size: 16px
    }

    .product .product_body .de,
    .product .product_body p.brand {
        font-size: 14px
    }

    .product .product_body p.name {
        font-size: 13px
    }

    .product .product_price strong {
        font-size: 20px
    }
}

@media (max-width: 1350px) {
    #pedido-detalhe .steps-pedido {
        background-size: 620px 440px !important;
        padding-top: 54px;
    }
    #pedido-detalhe .steps-pedido li {
        margin: 5px 15px!important;
    }
}

@media (max-width:1300px) {
    .category .products .card {
        width: 25%
    }
}

@media (max-width:1280px) {
    .destaqueAreas {
        width: 95%
    }
}

@media (max-width:1200px) {
    .cart {
        margin-top: 19px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .cart .cart_btn {
        font-size: 18px;
        height: 72px;
        width: 155px;
    }

    .cart .cart_btn i {
        font-size: 27px;
        margin-top: 3px
    }

    .cart .s-throbber {
        margin-top: 5px
    }

    .cart .text {
        margin-top: 3px
    }

    .item {
        float: left;
        width: 33.3%
    }

    .logo {
        height: 97px;
        width: 331px;
    }

    .modal.big .modal-body {
        padding-bottom: 20px
    }

    .modal.big .modal-dialog {
        width: 90%
    }

    .modal.big .modal-footer {
        padding-bottom: 20px
    }

    .modal.big .modal-footer .btn {
        margin-top: 10px
    }

    .modal-content,
    .modal-dialog {
        width: 850px
    }

    .nav {
        font-size: 14px
    }

    .nav-footer ul {
        display: block;
        float: left;
        margin-bottom: 30px;
        width: 50%;
    }

    .search .search_btn .fa-search {
        top: 11px
    }

    .search .search_btn,
    .search .search_field {
        height: 54px;
    }

    .search_field,
    .search input:-moz-placeholder,
    .search input:-ms-input-placeholder,
    .search input::-moz-placeholder,
    .search input::-webkit-input-placeholder {
        font-size: 19px
    }
}

@media (max-width:1100px) {
    .category .products .card {
        width: 33.33%
    }

    #pedido-detalhe {
        font-size: 16px;
    }

    #pedido-detalhe h4 {
        font-size: 18px;
    }

    #pedido-detalhe header h,
    #pedido-detalhe header h1 {
        background: #fff;
        font-size: 20px;
        margin-left: 0;
    }

    #pedido-detalhe header.big-header h {
        margin-left: 0;
    }

    #pedido-detalhe .btn {
        width: 100%;
    }

    #pedido-detalhe .confirm-data-box {
        height: 82px;
        padding-top: 10px;
        width: 300px;
    }

    #pedido-detalhe .obs {
        font-size: 13px;
    }

    #pedido-detalhe .step-pedido {
        color: #103d7d;
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
    }

    #pedido-detalhe .steps-pedido {
        display: none;
    }
}

@media (max-width:1023px) {
    .main {
        font-size: 16px
    }

    .main .main_head_aside li {
        padding-left: 0
    }

    .modal-content,
    .modal-dialog {
        width: 650px
    }

    .modal.big .modal-aside {
        float: none;
        padding-bottom: 40px;
        position: relative;
        width: 100%;
    }

    .modal.big .modal-aside h3 {
        padding-bottom: 0;
    }

    .modal.big .modal-content {
        padding-left: 0;
    }

    .modal.big .modal-dialog {
        width: 90%;
    }

    .modal.big .modal-inner {
        padding-left: 0;
    }

    #popupRelacionadosTipo .modal-aside {
        padding-bottom: 0;
        padding-top: 20px;
    }

    #popupRelacionadosTipo .tipo-produto-wrapper {
        display: block;
        width: 100%;
    }
}

@media (max-width:1000px) {
    .cart {
        margin-top: 15px
    }

    .cart .cart_btn {
        font-size: 17px;
        height: 63px;
        width: 142px;
    }

    .cart .cart_btn i {
        font-size: 26px;
        margin-top: 0
    }

    .cart .s-throbber {
        margin-top: 2px
    }

    .cart .text {
        margin-top: 0
    }

    .content-minha-conta .table-responsive {
        font-size: 16px;
    }

    .logo {
        height: 79px;
        width: 274px;
    }

    .nav {
        font-size: 12px
    }

    .search .search_btn .fa-search {
        font-size: 28px;
        right: 6px;
        top: 5px;
    }

    .search .search_btn {
        height: 42px;
        width: 40px
    }

    .search .search_field {
        height: 42px;
        padding: 0 38px 0 10px;
    }

    .search .search_field,
    .search input:-moz-placeholder,
    .search input:-ms-input-placeholder,
    .search input::-moz-placeholder,
    .search input::-webkit-input-placeholder {
        font-size: 14px
    }
}

@media (max-width:960px) {
    .destaqueAreas {
        width: 100%
    }

    .destaqueAreas .row {
        min-height: 100px
    }

    .destaqueAreas .row > div {
        font-size: 18px!important
    }
}

@media (max-width:900px) {
    .category .products .card {
        width: 50%
    }

    .category .products img {
        height: auto;
        margin: 0 auto;
        max-height: 250px;
        width: auto;
    }
}

@media (max-width:890px) {
    .center .etiquetas_position {
        position: absolute;
        transform: scale(.8)
    }

    .etiquetas_position {
        position: absolute
    }
}

@media (max-width:868px) {
    .nav {
        font-size: 10px
    }
}

@media (max-width:840px) {
    .combo-builder .combo-search-container {
        width: 100%;
    }

    .combo-builder .results-container {
        max-height: 445px;
    }

    .combo-search-container .product-info .title {
        font-size: 1em;
    }

    .combo-search-container .product-item {
        flex-direction: column;
    }

    .combo-search-container .product-item .product-info {
        padding: 10px;
        width: 100%;
    }

    .combo-view {
        flex-direction: column;
        margin: 0 auto;
        position: relative;
        width: 575px;
    }

    .combo-view .actions .btn {
        font-size: 14px;
        padding: 5px;
    }

    .combo-view .combo-price-container {
        background-color: white;
        border: 1px solid #dcdde0;
        border-bottom: none;
        bottom: 0;
        display: inline-block;
        padding: 5px;
        position: sticky;
        vertical-align: top;
        width: 100%;
        z-index: 2;
    }

    .combo-builder .explanation {
        padding-bottom: 0;
    }

    .price-to {
        font-size: 1.1em;
    }

    .product-item .remove {
        background-color: #f00;
        font-size: 28px;
        height: 35px;
        width: 35px;
    }

    .product-selector .image {
        padding: 5px;
        text-align: center;
        width: 100%;
    }

    .search .search_btn .fa-search {
        color: #011091;
        font-size: 25px;
        right: 35px;
        top: 7px;
    }

    .selected-products-container {
        display: inline-block;
        margin-bottom: 25px;
        width: 100%;
        padding: 15px;
        text-align: center;
    }
}

@media (max-width:800px) {
    .bar {
        font-size: 12px
    }
}

@media (max-width:767px) {
    main header {
        padding: 0;
        text-align: center;
    }

    main header h,
    main header h1 {
        margin: 0;
        padding: 0;
    }

    main header:before {
        bottom: 0;
        top: unset;
    }

    .accordion-section .accordion_body {
        font-size: 20px;
        padding: 10px 20px;
    }

    .accordion-section .accordion_head {
        padding: 4px 50px 4px 10px
    }

    .accordion-section .accordion_head h3 {
        font-size: 21px
    }

    .accordion-section {
        margin-bottom: 20px
    }

    .banner .banner-image { display: none; }
    .banner .banner-image-mobile { display: block; padding: 8px;}

    .breadcrumbs {
        background-color: #fff;
        font-size: 16px;
    }

    .cart .cart_btn .s-throbber div {
        background-color: #103d7d
    }

    .cart .cart_btn i {
        color: #011091;
        font-size: 39px;
    }

    .cart .cart_btn,
    .cart .cart_btn.tem-produtos {
        background: 0 0!important;
        color: #011091;
        font-weight: 700;
        padding: 0;
        width: auto;
    }

    .cart .cart_btn.tem-produtos i {
        color: #03650b!important
    }

    .cart .text {
        display: none
    }

    .cart {
        height: 40px;
        margin: 5px 0 0;
        padding: 0;
        position: absolute;
        right: 4px;
        top: 0;
    }

    .category .products {
        margin-top: 0
    }

    .category .products header {
        margin: 0;
        text-align: center;
    }

    .category .products header h1 {
        margin: 0;
        padding: 0
    }

    .category .products header:before {
        top: 100%
    }

    .category .products .card {
        width: 50%
    }

    .category .products #marca-selecionada {
        display: none
    }

    .category .products > .box-85 {
        background: #fff;
        border-radius: 8px;
        border: 5px solid #fff;
        margin-bottom: 15px;
    }

    .content-institucional .card-100 {
        background: #fff;
        border-radius: 8px;
        border: 1px solid #e8e8e8;
        padding: 10px
    }

    .content-institucional {
        padding: 0 15px
    }

    .content-minha-conta .table-responsive {
        font-size: 14px;
    }

    .content-minha-conta .table-responsive .nome {
        white-space: normal;
    }

    .footer.home .slider-labels {
        overflow: visible;
        visibility: visible;
    }

    .gotop {
        bottom: 100px;
        display: none;
    }

    .header .search .search_btn {
        background: #25bdfe;
        width: 90px;
    }

    .header .search .search_field {
        background: #fff;
        color: #a9a9a9;
        height: 40px;
        padding: 0 80px 0 15px
    }

    .header .search {
        border: 1px solid #25bdfe
    }

    .hidden-xs {
        display: none!important
    }

    .item-discount .text {
        display: block!important
    }

    .item-discount {
        border-bottom: 3px solid #011091
    }

    .logo {
        background: url(../images/logo-mobile.png) no-repeat center center;
        height: 50px;
        margin: 0 auto;
        width: 100%;
    }

    .main {
        padding-bottom: 0
    }

    .main.home {
        background: 0 0
    }

    .menu .nav .icon-holder {
        display: none
    }

    .menu .nav .nav_menu {
        display: block
    }

    .menu .nav .nav_menu.nav_principal {
        max-height: 0;
        overflow: hidden;
        transition: all .9s ease
    }

    .menu .nav .nav_menu.nav_principal.active {
        max-height: 1000px
    }

    .menu .nav .nav_menu > li {
        background: #25bdfe;
        border-bottom: 1px solid #011091;
        border: 0;
        display: block;
        padding: 0;
        position: relative;
    }

    .menu .nav .nav_menu > li a i {
        font-size: 21px;
        position: absolute;
    }

    .menu .nav .nav_menu > li a i + .text {
        padding-left: 25px
    }

    .menu .nav .nav_menu > li i.fa-chevron-down {
        color: #011091;
        display: block;
        position: absolute;
        right: 10px;
        top: 15px;
        transition: all .9s ease
    }

    .menu .nav .nav_menu > li:last-child > a {
        color: #fff
    }

    .menu .nav .nav_menu > li.active i.fa-chevron-down {
        transform: rotate(180deg)
    }

    .menu .nav .nav_menu > li > a {
        color: #fff;
        font-weight: 400;
        height: 50px;
        padding: 10px 0 0 10px;
        text-align: left;
    }

    .menu .nav .nav_menu > li > a:hover {
        color: #fff
    }

    .menu .nav {
        background: #25bdfe;
        bottom: 0;
        left: -263px;
        min-height: min-content;
        position: absolute;
        top: 0;
        transition: .6s;
        width: 263px;
        z-index: 21;
    }

    .menu-open .nav {
        left: 0
    }

    .menu-open .overlay {
        background: #000;
        bottom: 0;
        display: block;
        left: 0;
        opacity: .5;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 20;
    }

    .modal {
        font-size: 14px;
        line-height: 1.5;
    }

    .modal-content {
        width: 440px
    }

    .modal-dialog {
        width: 440px
    }

    .nav {
        font-size: initial
    }

    .nav-footer {
        display: none
    }

    .nossas-lojas {
        padding: 0 15px
    }

    .nossas-lojas-box header {
        padding: 8px 0
    }

    .page.home .box.banner-texto .box-content {
        margin: 0
    }

    .page.home .box.banner-texto .card.texto a {
        font-size: 16px
    }

    .page.home .box.banner-texto .card.texto,
    .page.home .box.banner-texto .card.texto a {
        font-size: 16px
    }

    .page.home .box.banner-texto {
        display: block;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page.home .box.slider-products .product .product_actions .btn.btn-add {
        border-radius: 6px
    }

    .page.home .box.slider-products .product .product_actions .text {
        display: initial
    }

    .page.home .box.slider-products .product .product_actions {
        margin-top: 10px;
        position: inherit;
        right: 0
    }

    .page.home .boxes header {
        border-left: 1px solid #888;
        border: 0;
        color: #103d7d;
        font-size: 18px;
        margin: 0;
        padding: 5px;
    }

    .page.home .boxes header h {
        background: 0 0;
        margin: 0;
        padding: 0;
    }

    .page.home .boxes header:before {
        display: none
    }

    .page.home header > .box-space {
        display: none
    }

    .popup-frete.modal .frete-gratis-body {
        border-bottom: 1px solid #e5e5e5;
        position: relative
    }

    .popup-frete.modal .frete-gratis-correios {
        border-top: 1px solid #e5e5e5;
        padding-bottom: 70px
    }

    .popup-frete.modal .modal-content,
    .popup-frete.modal .modal-dialog {
        width: 325px
    }

    .popup-frete.modal .modal-title.desktop {
        display: none
    }

    .popup-frete.modal .modal-title.mobile {
        display: block
    }

    .popup-frete.modal .modal-title.mobile:nth-child(2) {
        margin: 10px 0 10px 40px
    }

    .product .product_actions a.btn-add {
        font-size: 18px
    }

    .product .product_label {
        margin: auto;
        width: 80%;
    }

    .product .product_label a {
        outline: 0
    }

    .pull-right.margin-r {
        margin-bottom: 15px;
        color: #011091;
    }

    .slider-labels .slide_image {
        line-height: 120px
    }

    .slider-labels .slide_image img {
        height: 120px;
        width: auto
    }

    .slider-labels .slider_inner {
        background: #fff;
        border: 2px solid silver;
        padding: 15px
    }

    .slider-labels .slider_next {
        right: 5px
    }

    .slider-labels .slider_prev {
        left: 5px
    }

    .slider-labels {
        background: 0 0;
        border: 0
    }

    .slider-labels header {
        color: #011091;
        display: block;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase
    }

    .slider-landing .alone + .slider_actions {
        display: none !important;
    }

    .slider-landing .slick-dots {
        bottom: 5%;
    }

    .slider-landing .slider_actions a {
        top: 50%;
    }

    .slider-products header:before {
        top: 100%
    }

    .slider-products header > img {
        float: none
    }

    .titulo_destaque.primeiro-card:before {
        content: none;
    }

    .trabalhe-conosco-wrapper {
        width: 100%
    }

    .visible-xs-block {
        display: block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }

    #login > .box-66 {
        background: #fff;
        border-radius: 8px;
        border: 5px solid #fff
    }

    #pedido-detalhe .confirm-data-box {
        width: auto;
    }

    #popupFaleConosco .modal-dialog {
        margin: 20px auto;
    }

    #popupFaleConosco .modal-title h1 {
        font-size: 24px;
    }

    #popupFaleConosco .recaptcha {
        margin-bottom: 0;
    }

    #popupFaleConosco #faleConoscoForm .form-group label {
        font-size: 15px;
    }

    #sacola .card-35,
    #sacola .card-mobile-35 {
        width: 80%;
    }

    #sacola .card-50 {
        width: 20%;
    }

    #sacola .close {
        opacity: 1;
    }

    #sacola {
        margin-top: 15px;
        padding: 0 15px;
    }

    #sacola h4 {
        font-size: 20px;
    }

    #sacola > .box-75 {
        background: #fff;
        border-radius: 8px;
        border: 1px solid #e8e8e8;
        margin-bottom: 15px;
        padding: 10px;
    }
}

@media (max-width: 615px) {
    .combo-builder .selected-products-container .product-item:after {
        bottom: -32px;
        right: 50%;
        top: auto;
        font-size: 21px;
        width: 20px;
        height: 20px;
    }

    .combo-view {
        width: 300px;
    }

    .content-minha-conta .table-responsive .not-615 {
        display: none;
    }

    .product-item .product-info .title {
        font-size: 12px;
        line-height: 1;
    }

    .product-item .product-info .title a {
        font-size: inherit;
    }

    .selected-products-container .image {
        height: 120px;
    }

    .selected-products-container .product-info {
        height: auto;
        padding: 5px 0 0;
    }
}

@media (max-width: 515px) {
    .content-minha-conta .table-responsive .not-515 {
        display: none;
    }
}

@media (min-width: 501px) {
    .product .product_actions_mobile {
        display: none;
    }
}

@media (max-width:500px) {
    .center .product .product_actions .product-add {
        left: -45px;
        opacity: 1;
        width: auto;
    }

    .center .product .product_actions a.btn-add,
    .product .product_actions a.btn-add {
        border-radius: 30px;
        font-size: 22px;
        padding: 6px 8px;
    }

    .center .product .product_actions a.btn-add {
        height: 42px;
        width: 42px;
    }

    .product .product_actions .product-add .product_qty {
        display: none
    }

    .product .product_actions {
        bottom: 5px;
        position: absolute;
        right: 0;
        display: none;
    }

    .product .product_actions a.btn-add .text {
        display: none;
        font-size: 17px
    }

    .product .product_actions a.btn-add .product:hover .product_actions .product-add {
        bottom: 0
    }
}

@media (max-width:480px) {
    .combo-builder .selected-products-container .product-item {
        box-shadow: none;
        margin: 0;
        margin-bottom: 25px;
    }

    .destaqueAreas .row {
        flex-direction: column;
        margin-bottom: 0
    }

    .destaqueAreas .row > div {
        margin: 5px 0 0
    }

    .product-item .product-info .title {
        padding-right: 0;
    }

    .selected-products-container .image {
        text-align: center;
        width: 100%;
    }

    .selected-products-container .product-info {
        width: auto;
    }
}

@media (max-width:475px) {
    .breadcrumbs {
        background-color: #fff;
        font-size: 12px;
    }

    .category .products .card {
        height: auto;
        margin-top: 10px;
        width: 100%;
    }

    .modal-content,
    .modal-dialog {
        width: 330px
    }

    .product .product_actions .avise-me {
        left: 0;
        opacity: 1!important;
    }

    .product .product_body p.brand {
        display: none
    }

    .product .product_body p.name {
        height: initial
    }

    .product .product_image {
        float: left;
        width: 40%;
    }

    .product .product_image img {
        width: auto
    }

    .product .product_price {
        margin-right: 25px
    }

    .product:hover .product_actions .avise-me {
        bottom: 0;
    }

    .product:hover .product_price {
        margin-right: 25px;
        opacity: 1;
    }

    .section-description {
        font-size: 16px;
    }

    .slider-products .product .product_actions,
    .slider-products-mini .product .product_actions {
        right: -9px;
    }

    .slider-products #popupRelacionadosTipo .slider_actions a,
    .slider-products-mini .slider_actions a {
        bottom: 60px;
    }

    #gridProdutos .card:last-child {
        border-bottom: 0;
    }

    #pedido-detalhe {
        font-size: 14px;
    }

    #pedido-detalhe header h,
    #pedido-detalhe header h1 {
        background: #fff;
        font-size: 18px;
        margin-left: 0;
    }

    #pedido-detalhe .obs {
        font-size: 11px;
    }

    #popupRelacionadosTipo .modal-aside .product {
        min-height: 160px;
    }

    #popupRelacionadosTipo .slider-products-mini .card {
        padding-bottom: 20px;
    }

    #popupRelacionadosTipo .slider-products-mini .product .product_actions {
        bottom: -20px;
    }
    

    #sacola .card-35,
    #sacola .card-mobile-35 {
        width: 75%;
    }

    #sacola .card-50 {
        width: 25%;
    }

    #sacola input[type=number] {
        width: 100%;
    }
}

@media (max-width: 415px) {
    .content-minha-conta .table-responsive .not-415 {
        display: none;
    }
}

@media (max-width:400px) {
    .product {
        font-size: 16px
    }

    .product .product_price strong {
        font-size: 22px
    }
}

@media (max-width:375px) {
    .modal-content,
    .modal-dialog {
        width: 300px;
    }

    .slider-products .slider_actions a,
    .slider-products-mini .slider_actions a {
        bottom: 90px;
    }

    .slider-products .slider_next,
    .slider-products-mini .slider_next {
        right: 10px;
    }

    .slider-products .slider_prev,
    .slider-products-mini .slider_prev {
        left: 10px;
    }

    .popup-frete.modal .btn {
        width: 270px;
    }

    .popup-frete.modal .frete-gratis-body {
        width: 287px;
    }

    .popup-frete.modal .modal-content,
    .popup-frete.modal .modal-dialog {
        width: 290px;
    }

    .popup-frete.modal .modal-header {
        padding: 6px 3px;
    }

    .popup-frete.modal .modal-title:nth-child(2) {
        margin-left: 16px;
    }

    .popup-frete.modal .modal-title.mobile:nth-child(2) {
        margin-left: 25px;
    }

    #popupRelacionadosTipo .product .product_body,
    .slider-products .product .product_body {
        float: none;
        text-align: center;
        width: 100%;
    }

    #popupRelacionadosTipo .product .product_image,
    .slider-products .product .product_image {
        float: none;
        width: 100%;
    }
}
/** Performa fix width in mobile **/
@media screen and (max-width: 900px){
    .performa-vitrine {
        width: 90% !important;
        overflow: hidden;
    }
}

.insp-shell {
	width: 1150px;
    margin: 3px auto auto auto;
    position: relative;
    display: table;
    padding: 0 0 7px 0;
}
.insp-shell-ie {
	width: 1150px;
    margin: 3px auto auto auto;
    position: relative;
    padding: 0 0 7px 0;
}

/* PAGINA INTRODUÇÃO */
.insp-intro {position: relative; border-bottom:1px solid #ededed; margin-bottom:30px;}
.insp-intro h1 {color: #616161; font-size: 18px; padding: 25px 0 10px 0;}
.insp-intro h2 {color: #616161; text-align: center; margin-bottom: 10px; font-size: 18px;}
[].insp-intro p {text-align: center; width: 100%; height:100%; font-size: 16px;}
/* PAGINA INTRODUÇÃO */

/* PAGINA INSPIRACOES */
.insp-image             {margin-bottom:16px; width: 100%; float: left; text-align: center; position: relative; border-style: solid; border-color: #fff; border-width: 1px;}
.insp-left-image        {margin-right:16px;}
.insp-image img         {height:197px; width:350px; width: auto; margin: auto; vertical-align: middle;}
.insp-image div     {font-weight: bold; position: absolute; left:15%; bottom:0px; margin:auto; width:100%; background:#f9f9f9; color: #616161; font-weight: bold;}
.insp-botton-image {border-radius: 0px; }
.insp-image:hover div.insp-botton-image span    {display: none;}
.insp-image:hover .insp-botton-image {background-color:#333;}
.insp-image:hover div.insp-botton-image:after{content: 'VER HISTÓRIA'; color:#616161; }
.insp-image:hover {border-color: transparent;}

.insp-image     { transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; -webkit-transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; }
.insp-image img { transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; -webkit-transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; }
.insp-image div     { transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; -webkit-transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; }

.insp-shell img{
	max-width: 350px; max-height: 197px; width: 100%; height: 56.28%;
	border: 1px solid #ddd; border-radius: 6px; box-shadow: 0px 2px 2px 0px #ddd;
}
.insp-shell img:hover{
	cursor: pointer; color:#007a7a; box-shadow: 0px 2px 10px 2px rgba(0, 106, 106, 0.5);
	border: 1px none;
}
.insp-shell .col-sm-4{
	padding-right:10px;
	padding-left:10px;
	padding-bottom:1px;
}
.insp-shell figcaption { font-family: 'Open Sans', sans-serif; font-weight: 900; margin: auto; text-align: justify; width: 100%; max-width: 350px }
.insp-shell figcaption h2 { color: #616161 }
.insp-shell figcaption a { font-size: 18px; }
.insp-shell figure:hover { color: #007a7a }
/* PAGINA INSPIRACOES */

/* PAGINA INSPIRACAO - VEJA MAIS INSPIRACAO */
.insp-veja-mais         {clear: left; padding-top: 50px; width: 1150px; height: 380px;}
.insp-veja-mais-3       {float: left; width:1150px; display: flex;}

/* PAGINA INSPIRACAO - VEJA MAIS INSPIRACAO */

/* PAGINA INSPIRACOES - FILTER*/
.insp-filter                    {position: relative; height: 50px; margin-bottom: 30px; display: flex; justify-content: center; color: #616161; font-size: 14px;}
.insp-options                   {height: 50px; max-width: 450px; width: 100%; left: 302px; bottom: 0px; text-align: center; z-index: 1; cursor: pointer; color: #616161;}
.insp-filter li                 {padding: 0px; font-weight: bold; list-style: none; line-height: 50px; width: 396px; color:#7c7c7c; background:#f9f9f9; transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; -webkit-transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; }
.insp-filter li a               {margin: 0px; display: block; width: 100%; height: 100%; font-weight: bold; color:#7c7c7c; background:#f9f9f9; text-decoration:none; transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; -webkit-transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; }
.insp-filter li:hover           {background: #7c7c7c; transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; -webkit-transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; }
.insp-filter li a:hover         {background: #7c7c7c; transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; -webkit-transition: border-color 0ms, color 0ms, background-color 0ms, opacity 0ms; color:white; }
/* PAGINA INSPIRACOES - FILTER*/

/* PAGINA INSPIRACOES - MASTER*/
.insp-master {width: 100%; display: flex; justify-content: center; align-self: center;}
.insp-master figure {margin-bottom: 30px;}

.insp-insp                      {width: 100%;}

/* PAGINA INSPIRACAO - DIV QUE TEM IMAGEM HTML E DESCRICAO*/
.insp-left                      {width: 686px; float: left; margin-right: 120px; margin-left: 20px;}
/* PAGINA INSPIRACAO - DIV QUE TEM IMAGEM HTML E DESCRICAO*/

/* PAGINA INSPIRACAO - IMAGEM HTML BOLINHAS*/
.insp-img-html                  {width: 676px; height: 380px; position:relative; }
.insp-img-html img              {width: 676px; height: 380px; }
.insp-img-html img:hover        {cursor: initial; border: 1px solid #ddd; border-radius: 6px; box-shadow: 0px 2px 2px 0px #ddd;}

.insp-img-html-img              {width: 676px; height: 380px; border-radius: 6px; box-shadow: 1px 1px 5px 0px #ddd;}
.insp-img-html .bolinha         {background: url(https://cdn-fotos-s3.meumoveldemadeira.com.br/images/lojav3/insp_bola.png) no-repeat 0 0; width: 31px; height: 31px; position:absolute; z-index: 1;}
.insp-img-html div[class^="produtoInfo-"]       {z-index:2; display: none; position:absolute; top:0px; left:0px; background:#ffffff; width: 255px; height: 115px; border-style: solid; border-color: #dbdbdb; border-width: 1px; opacity: 0.95; }
.insp-img-html div[class^="produtoInfo-"] img   {float:left; margin:22px 15px 0px 15px; height:auto; width:auto; max-width:93px;}
.insp-img-html div[class^="produtoInfo-"] h2    {margin:20px 15px 0px 0px; float:left; text-transform:uppercase; font-size: 12px; color: #616161; width:117px;}
.insp-img-html div[class^="produtoInfo-"] a     {font-weight: bold; text-decoration: underline; padding-top:8px; color:#616161; display:inline-block; font-size: 12px;}
/* PAGINA INSPIRACAO - IMAGEM HTML BOLINHAS*/

/* PAGINA INSPIRACAO - DESCRICAO DA INSPIRACAO*/
.insp-desc                      {height: 30%;}
.insp-desc p {font-size: 16px;}
.insp-desc ul li {font-size: 16px;}
.insp-desc span {font-family: 'myriad_regular' !important;width: calc(100% - 20px);float: left;text-align: left !important;padding-bottom: 20px;color: #7c7c7c !important;font-size: 14px !important;}
/* PAGINA INSPIRACAO - DESCRICAO DA INSPIRACAO*/

/* PAGINA INSPIRACAO - PRODUTOS*/
.btn-insp-add-carrinho          {height: 40px;}
.btn-insp-add-carrinho span     {height: 40px;}
.insp-prod                      {overflow: hidden; width: 316px; background: #f9f9f9;}
.insp-prod li                   {float: left; width: 297px; list-style: none; box-shadow:0 1px 6px 0 rgba(0,0,0,0.15); margin: 0px 10px 10px 10px;}
.insp-prod li h2                {font-size: 17px;  width: 80%; margin: 0 auto; font-weight:700; text-transform:none; text-align: center; color: #616161;}
.insp-prod img                  {height:auto; width:200px; margin: 20px 52px 20px 52px; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0px 0px 0px 1px #ccc;}
.insp-prod input                {float: left; width: 40px; height:25px; line-height:25px; border:1px solid #dedede; background:#fff; border-radius:4px; text-align:center; margin-bottom:10px; margin-left:10px; font-size:13px; padding: 0 0 0 5px}
.insp-prod strong               {font-size: 18px; text-align: right; line-height:25px; color: #007a7a;  margin-left: 5px;}
.insp-prod .btns a              {width: 306px; margin-left: 10px; margin-bottom: 10px;}
.insp-prod .btns span           {background: #313131; padding: 0px 14px; float: right; border-radius: 0 3px 3px 0; }
.insp-prod .btns .btn span i    {background: url(https://cdn-fotos-s3.meumoveldemadeira.com.br/images/header_2017/menu_arrow.png) no-repeat;width: 11px;height: 8px;display: inline-block;transform: rotate(-90deg);background-size: 100%;}
.insp-btn						{margin: 0 auto; margin-bottom: 25px; margin-top: 25px; }
/* PAGINA INSPIRACAO - PRODUTOS*/


/* Estao sendo usados fora de inspirações */
.insp-primary {width:100%; padding-top: 15px; padding-bottom: 15px;}
.insp-thumbs { padding-top: 15px; position:relative; overflow: hidden; padding:0 25px;}
.insp-thumbs ul { list-style-type: none; }
.insp-thumbs ul li { float:left; display:inline; position:relative; z-index: 9; margin-left:6px; height:180px; width:140px;}
.insp-thumbs ul li img { max-height:115px; position:absolute; top:0; bottom:0; margin:auto; margin-left:-8px; margin-top:12px;}