/**
* Tema:     Neon
* Versão:   2.0
* Update:   03/2018
*/
#botao-menu, label[for="botao-menu"]{
    display:none;
}
label[for="botao-menu"]{
    padding:5px;
    background:#d5000e;
    color:#fff;
    text-align:center;
    font-size:30px;
    cursor:pointer;
}
.cms-trooper .header-lane__center{
    height: auto;
}
.cms-trooper #logo_trooper{
    display:block;
    margin: auto;
    z-index: 1;
}
.cms-trooper .wrapper-container{
    padding-top:0px !important;
    background:url(https://loja.bodebrown.com.br/media/interface/images/bg-trooper.jpg) no-repeat center top;
}
.cms-trooper .menu-lane{
    background: #d5000e !important;
    border-top: 20px solid #d5170d;
    margin-top: -20px;
    z-index: 0;
    display:flex;
    position:initial;
}
.cms-trooper .menu-lane .ul--0{
    display:flex;
}
.cms-trooper .menu-lane .li--0{
    float:left;
    flex:1;
    text-align: center;
    padding: 0 20px 20px;
}
.cms-trooper .menu-lane .instagram, .cms-trooper .menu-lane .facebook, .cms-trooper .menu-lane .youtube{
    flex:none;
}
.cms-trooper .menu-lane .instagram a span{
    text-indent: -99999px;
    display: block;
    background:url(https://loja.bodebrown.com.br/media/interface/images/instagram-trooper.png) no-repeat center;
    width:26px;
    margin:auto;
}
.cms-trooper .menu-lane .facebook a span{
    text-indent: -99999px;
    display: block;
    background:url(https://loja.bodebrown.com.br/media/interface/images/facebook-trooper.png) no-repeat center;
    width:26px;
    margin:auto;
}
.cms-trooper .menu-lane .youtube a span{
    text-indent: -99999px;
    display: block;
    background:url(https://loja.bodebrown.com.br/media/interface/images/youtube-trooper.png) no-repeat center;
    width:26px;
    margin:auto;
}
.cms-trooper .menu-lane .li--0 a{
    color:#fff;
    font-weight:bold;
    font-size:24px;
}
.cms-trooper .menu-lane .li--0 a:hover{
    color:#ffbdc1;
}
.cms-trooper .menu-lane .ul--0 .ul--1{
    position: absolute;
    visibility: hidden;
    z-index:3;
    background:#d5170d;
    margin: 20px -20px 0;
    width: 125px;
    border:1px solid #000;
}
.cms-trooper .menu-lane .ul--0 .ul--1 .li--1 a{
    font-size:18px;
    padding:10px;
    display:block;
}
.cms-trooper .menu-lane .ul--0 li:hover .ul--1{
    visibility: visible;
    position:absolute;
}
.cms-trooper .categories .a--0{
    background: #d5000e !important;
}
.cms-trooper .categories .a--0 span{
    color:#fff !important;
}
.cms-trooper .categories ul .li--0.parent .a--0:before{
    border-top: 12px solid #000 !important;
}
.container{
    display:flex;
    padding:20px 0;
}
.fas{
    background:url(https://loja.bodebrown.com.br/media/interface/images/bg-fa.jpg) top center;
}
.fa{
    flex:1;
    padding:0 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:24px;
}
.fa h3{
    font-size: 24px;
    color: #e90000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top:90px;
}
.cms-trooper .main-container{
    min-height:0 !important;
}
.cms-trooper .main-container .main{
    margin-bottom: 0px !important;
}
.categ-trooper{
    flex:auto;
    padding:0 3%;
}
.categ-trooper img{
    display:block;
    margin:auto;
}
.categorias-trooper{
    background:#c5c5c5;
}
.cms-trooper .product__main{
    background-color:#000 !important;
}
.vitrine-trooper{
    background:#919191;
}
.cms-trooper .products__title{
    background: #484847;
    display: inline-block;
    padding: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0 0 0 45px;
}
.cms-trooper .products__list{
    border-top: 3px solid #484847;
    padding-top:40px;
}
.cms-trooper .footer-lane{
    background:#000;
}
.cms-trooper .footer-lane__title{
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size:16px;
    color:#ea0000 !important;
    font-weight: 500;
}
.cms-trooper{
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size:14px;
}
.cms-trooper .mymenu .a--0{
    color:#fff;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size:14px;
}
@media (min-width: 1101px){
    .cms-trooper.moving--down .menu-lane{
        margin-top:-20px !important;
    }
}
@media (max-width: 1100px){
	.cms-trooper .logo a:before {
    	content: none;
	}
    .cms-trooper.moving--down .header-lane__center, .cms-trooper.moving .header-lane__center{
    height: auto !important;
	}
    .cms-trooper .menu-lane__center{
        display:block;
    }
    .cms-trooper nav.categories{
        overflow:hidden;
    }
    .footer-lane__menu:not(:first-child) .mymenu{
        display:block !important;
    }
}
@media (max-width: 1024px){
    .cms-trooper .menu-lane .ul--0{
        display:block;
    }
    label[for="botao-menu"]{
        display: block;
    }
    #botao-menu ~ .menu-lane{
        border-top:2px solid #000;
        transition: all .4s;
        display:none;
    }
    #botao-menu:checked ~ .menu-lane{
        margin-left:0;
        display:block;
    }
    #IRONMAIDEN{
        width:100%;
    }
    #IRONMAIDEN ul{
        padding-top: 20px;
    }
    #IRONMAIDEN ul li {
        width: 100%;
        float: none;
    }
    #IRONMAIDEN ul ul {
        position: static;
        visibility: visible;
        margin: 0;
        border: none;
        width:100%;
    }
    #IRONMAIDEN ul li:hover ul {
        height: auto;
        max-height: 200px;
    }
    .cms-trooper .header-lane__center{
        height: 200px;
    }
    .cms-trooper .logo .has-m-img .d-img{
        display:block !important;
        width:400px;
    }
    .cms-trooper .menu-lane__center{
        display:flex;
    }
    .cms-trooper .menu-lane{
        margin-top: 0;
    }
    .cms-trooper .categories--mobi .btn{
        margin-right:5px;
    }
    .widget-trooper {
    width: 100%;
    margin-bottom: 30px;
	}
}
@media (max-width: 425px){
    .cms-trooper .header-lane__center{
        height: 150px;
    }
    .cms-trooper .logo .has-m-img .d-img{
        width:200px;
    }
}
/* Geral */
html { background: #f9f9f9 }
input,
select,
textarea {
    border-radius: 3px;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
}
select:hover,
textarea:hover,
input:hover,
input:focus { border-color: #FF4200 }
input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='radio'],
input[type='file'] {
    border: unset;
    border-radius: unset;
    box-shadow: unset;
}
address .ico {
    display: inline;
    vertical-align: baseline;
    position: relative;
    top: 2px;
    margin-right: .25rem;
    fill: #FF4200;
}
iframe[name="google_conversion_frame"] {
    position: fixed;
    top: -999px;
    left: -999px;
}
a { color: #FF4200 }
a:hover { color: #FF4200 }

/* Transition */
a,
button,
input,
select,
textarea,
.order-status:after,
.order-status .ico,
.osc-steps .opc-block-progress dt:after,
.tab-cor .name,
.tab-cor label,
.borda-cores label,
.borda-cores .name,
.borda-tipo label,
.borda-tipo img,
.tab-produto label,
.tab-produto img { transition: all 100ms ease-out }

/* icon */
.toolbar-bottom a.next:before,
.toolbar-bottom a.previous:before,
.cart-table .btn-remove:before,
.review-summary label:before,
#checkout-step-login .hints li:before,
.osc-accordion .opc-block-progress dt.complete:after,
#checkout-shipping-method-load ul li label:after,
.osc-accordion .step-title .number:before,
#checkout-payment-method-load dt:after,
.downloadable-sample-link:before,
.downloadable-free-sample .link:before,
.mycart-products .btn-remove:before,
.success-content .confirmation:before,
.success-content .print:before,
.benefits li:before,
.order-status.state-complete span:after,
.my-account .pager ol li a.next:before,
.my-account .pager ol li a.previous:before,
.order-date:before,
.boleto-info a:before,
.order-items a.link-print:before,
.osc-onepage .step-title .number:before,
.osc-steps .step-title .number:before,
.osc-steps .opc-block-progress dt:before,
.the-share a:before,
.success-content .pagto a.boleto:before,
.qty-wrapper .bt:before,
.or-map:before,
.revendaslist .telmail li:before,
.arevenda .dados .contato li:before,
.no-coms:before,
.case-detail-content .bx-controls-direction a:before { 
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }

/* Estrutura */
.wrapper-container { padding-top: 8.5rem }
.wrapper { padding: 0 1rem }
.wrapper > *:not(:last-child),
.header-container > *:not(:last-child),
.main-container > *:not(:last-child),
.col-main > *:not(:last-child),
.sidebar > *:not(:last-child),
.footer-container > *:not(:last-child),
.footer > *:not(:last-child) { margin-bottom: 1rem }
.header,
.main-container,
.footer {
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
}

/* Tamanho mínimo do conteúdo = ~ Altura da tela - (Cabeçalho + Margens) */
.main-container { min-height: calc(100vh - 9.5rem) }

/* Flex Grid */
.flex {
    display: flex;
    margin: 0 -.5rem -1rem;
}
.flex--column { flex-direction: column }
.flex--wrap { flex-wrap: wrap }
.flex--a-start { align-items: flex-start }
.flex--a-center { align-items: center }
.flex--a-end { align-items: flex-end }
.flex--a-stretch { align-items: stretch }
.flex--j-start { justify-content: flex-start }
.flex--j-center { justify-content: center }
.flex--j-end { justify-content: flex-end }
.flex--j-around { justify-content: space-around }
.flex--j-between { justify-content: space-between }
.flex > * {
    padding: 0 .5rem 1rem;
    list-style: none !important;
    margin: 0 !important;
}

/* Modifiers Globais */
[class*='--xs'] { font-size: .8rem }
[class*='--sm'] { font-size: .9rem }
[class*='--lg'] { font-size: 1.2rem }
[class*='--xl'] { font-size: 1.5rem }

/* Componentes */

/* svg.ico*/
svg.ico {
    width: 1rem;
    height: 1rem;
}
svg.ico--right { margin-right: -1rem }
svg.ico--left { margin-left: -1rem }
svg.img-googleplus { width: 1.5625rem }
svg.img-twitter { width: 1.25rem }

/* .title */
.title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1em;
}
.title--xs {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(0,0,0,.7)
}
.title--sm {
    font-size: 1.5rem;
    font-weight: 400;
}
.title--lg { font-size: 2.5rem }
.title--xl { font-size: 3rem }

/* sub title */
.subtitle {
    font-size: .8rem;
    font-weight: 700;
    color: rgba(0,0,0,.5);
    margin-bottom: 1rem;
}
.title + .subtitle { margin-top: -1rem }

/* .page-title */
.page-title { margin-bottom: 1rem }
.page-title h1 {
    font-size: 3rem;
    line-height: 1em;
    font-weight: 700;
    margin: 0 0 .25em;
    color: #FF4200;
}
.page-title h1 small {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 3rem;
    color: rgba(0,0,0,.5)
}

/* .btn + basic fix */
.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    display: inline-block;
    padding: .875em 1em;
    line-height: 1em;
    height: auto;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    border: 0;
    font-size: 1rem;
    background: #FF4200;
    color: #FFFFFF;
    transition: all 200ms ease-out;
}
.btn .ico,
button .ico {
    fill: #FFFFFF;
    display: inline-block;
    vertical-align: baseline;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.btn:hover .ico,
button:hover .ico { fill: #FFFFFF }
.btn--flat {
    border-radius: 0;
    box-shadow: none;
}
.btn--flat:hover {
    border-radius: 0;
    box-shadow: 0 1rem 1.5rem -1.5rem rgba(0,0,0,.3);
}
.btn--emboss {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),inset 0 -3px 0 rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.2);
    background: linear-gradient(#FF4200, #FF4200);
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
}
.btn--emboss:hover {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),inset 0 3px 0 rgba(0,0,0,.2);
    background: linear-gradient(#FF4200, #FF4200);
}
.btn--outline {
    background: none;
    color: #FF4200;
    box-shadow: inset 0 0 0 1px #FF4200;
}
.btn--outline:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.btn--disabled {
    background: rgba(0,0,0,.5);
    color: #fff;
    cursor: not-allowed;
}
.btn--remove:before { 
    content: "\f014";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
.btn--remove span { display: none }
.btn--close:before { 
    content: "\f00d";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
.btn--close span { display: none }
.btn--back {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn--back:before {

    content: "\f104";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-right: 1rem;
}
.btn--xs {
    font-size: .8rem;
    padding: .5em 1em;
}
.btn--sm { font-size: .9rem }
.btn--lg { font-size: 1.5rem }
.btn--xl { font-size: 2rem }

/* .link */
.link {
    font-weight: 600;
    color: #FF4200;
}
.link:hover { color: #FF4200 }

/* .divider */
.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 2rem;
}
.divider:before,
.divider:after {
    content: '';
    border-top: 1px solid rgba(0,0,0,.2);
    flex: 1 1 auto;
}
.divider:before { margin-right: 1rem }
.divider:after { margin-left: 1rem }
.divider--lg:before,
.divider--lg:after,
.divider--xl:before,
.divider--xl:after { border-top-width: 2px }
.divider:empty:before,
.divider:empty:after { margin: 0 }

/* .imgcase */
.imgcase {
    position: relative;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.imgcase img { opacity: 0 }

/* Componentes */

/*  Blog: Últimos Posts */
.blogfeed__list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
    margin: -.5rem;
}
.blogfeed__list li {
    flex: 1 1 25%;
    display: flex;
    flex-flow: column nowrap;
    min-width: 280px;
    padding: .5rem;
}
.blogfeed__post {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    padding: 1rem;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    border-radius: 3px;
    position: relative;
}
.blogfeed__thumb {
    flex: 0 0 33.333%;
    margin-right: 1rem;
}
.blogfeed__thumb a {
    display: block;
    position: relative;
}
.blogfeed__thumb a:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.blogfeed__thumb .imgcase {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.blogfeed__info { flex: 1 1 auto }
.blogfeed__time {
    font-size: .8rem;
    margin-bottom: 1rem;
    color: #777
}
.blogfeed__excerpt { margin-bottom: 1rem }

/* Busca */
.search {
    position: relative;
    z-index: 20;
}
.search__form {
    display: flex;
    align-items: center;
    position: relative;
}
.search__form .input-box {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.search__label {
    flex: 0 0 auto;
    margin-right: 1rem;
    color: rgba(0,0,0,.5)
}
.search__label:empty { display: none }
.search__input {
    flex: 1 1 auto;
    border-radius: 3px 0 0 3px !important;
}
.search__filter {
    flex: 0 0 auto;
    position: relative;
}
.search__filter .label {
    display: flex;
    align-items: center;
    line-height: 2.75rem;
    height: 2.75rem;
    padding: 0 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: #fff;
    color: rgba(0,0,0,.5);
    cursor: pointer;
}
.search__filter .label:before {
    margin-right: 1rem;

    content: "\f0b0";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    color: rgba(0,0,0,.2);
}
.search__filter .label:hover,
.search__filter .label:hover:before,
.search__filter.filtered .label,
.search__filter.filtered .label:before { color: #FF4200 }
.search__filter select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.search__filter ul {
    position: absolute;
    width: 320px;
    max-width: 90vw;
    display: none;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1rem 2rem -1rem rgba(0,0,0,.5);

    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    padding: .5rem;
}
.search__filter.drop--left ul { left: 0 }
.search__filter.drop--right ul { right: 0 }
.search__filter.drop--top ul { top: 100% }
.search__filter.drop--bottom ul { bottom: 100% }
.search__filter.on ul { display: block }
.search__filter li {
    display: block;
    width: 100%;

    -webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
	     -moz-page-break-inside: avoid;
	          page-break-inside: avoid;
	               break-inside: avoid-column;
    padding: .5rem;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    transition: all 200ms ease-out;
}
.search__filter li:hover { color: #FF4200 }
.search__filter li.default {
    -moz-column-span: all;
    column-span: all;
    border-top: 1px solid rgba(0,0,0,.1);
    display: block;
    padding: 1rem;
    margin: .5rem -.5rem -.5rem;
    width: calc(100% + 1rem);
}
.search__filter li.default:hover {
    color: #FFFFFF;
    background: #FF4200;
}
.search__button {
    flex: 0 0 auto;
    border-radius: 0 3px 3px 0;
}
.search__button span span {
    display: flex;
    align-items: center;
}
.search__autocomplete {
    position: absolute;
    top: 100% !important;
}
.search__autocomplete ul {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 1rem 2rem -1rem rgba(0,0,0,.5);
}
.search__autocomplete li { cursor: pointer }
.search__autocomplete li:hover { color: #FF4200 }
.search__autocomplete li:not(:last-child) { margin-bottom: 1rem }
.search__autocomplete .amount {
    padding-right: 1rem;
    color: rgba(0,0,0,.5);
}
.search__hide { display: none }

/* Autocomplete */
form.searchautocomplete { position: relative }
.searchautocomplete-loader {
    position: absolute;
    top: calc(50% - 20px);
    right: 110px
}
.searchautocomplete-placeholder {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 0 10px 10px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}
.searchautocomplete-placeholder:before,
.searchautocomplete-placeholder:after {
    position: absolute;
    bottom: 100%;
    left: calc(50% - 10px);
    display: block;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
    content: ''
}
.searchautocomplete-placeholder:after {
    margin-bottom: -1px;
    border-bottom-color: #fff
}
.searchautocomplete-placeholder ul {
    max-height: 200px;
    overflow: auto;
    padding-right: 5px;
    margin-right: 5px
}
.searchautocomplete-placeholder ul::-webkit-scrollbar { width: 3px }
.searchautocomplete-placeholder ul::-webkit-scrollbar-track {
    background-color: transparent;
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,66,0, .3) 50%);
    background-size: 2px 1px;
    border-radius: 3px
}
.searchautocomplete-placeholder ul::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(255,66,0, .7);
}
.searchautocomplete-placeholder ul li {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.searchautocomplete-placeholder .all {
    padding: 10px 10px 0 0;
    margin-left: -10px;
    border-top: 1px solid #ccc;
    text-align: right
}
.searchautocomplete-placeholder .all a {
    display: inline-block;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 20px;
    background: #FF4200;
    color: #FFFFFF;
    font-size: 12px
}
.searchautocomplete-placeholder .all a:hover {
    background: #FF4200;
    color: #FFFFFF
}
.searchautocomlete-image {
    margin-right: 10px;
    flex: 0 0 auto;
}
.searchautocomlete-info {
    font-size: 12px;
    color: #666;
    flex: 1 1 auto;
}
.searchautocomlete-info > * { margin-bottom: 7px }
.searchautocomlete-info > *:last-child { margin-bottom: 0 }
.searchautocomlete-info .name {
    color: #222;
    font-weight: 600;
    display: block
}
.searchautocomlete-info .name:hover { color: #FF4200 }
.searchautocomlete-info .name,
.searchautocomlete-info .regular-price,
.searchautocomlete-info .special-price { font-size: 14px }

/* Breadcrumb */
.breadcrumb li {
    list-style: none !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.breadcrumb__list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.breadcrumb__sep {
    margin: 0 .5rem;
    color: rgba(0,0,0,.3);
}
.breadcrumb__link {
    display: flex;
    align-items: center;
}
.breadcrumb__home .breadcrumb__link:before {

    content: "\f015";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-right: .5rem;
}
.breadcrumb__last { font-weight: 700 }

/* Newsletter */
.newsletter { position: relative }
.newsletter__form {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    transition: all 300ms ease-out;
    margin: 0 -.25rem -.5rem;
}
.newsletter__text {
    flex: 1 1 100%;
    padding: 0 .25rem;
    margin-bottom: 1rem;
}
.newsletter__name {
    flex: 1 1 20%;
    display: flex;
    align-items: center;
    padding: 0 .25rem .5rem;
    min-width: 250px;
}
.newsletter__gender {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 250px;
    padding: 0 .25rem .5rem;
}
.newsletter__email {
    flex: 1 1 40%;
    display: flex;
    align-items: center;
    padding: 0 .25rem .5rem;
    min-width: 250px;
}
.newsletter__submit {
    flex: 1 1 auto;
    padding: 0 .25rem .5rem;
}
.newsletter__btn { width: 100% }
.newsletter__loader {
    position: absolute;
    top: calc(50% - 1.375rem);
    left: calc(50% - 1.375rem);
    width: 2.75rem;
    height: 2.75rem;
    opacity: 0;
    transition: all 300ms ease-out;
}
.newsletter__message {
    text-align: center;
    background: #FF4200;
    color: #FFFFFF;
    padding: 1rem;
}
.newsletter .male-label,
.newsletter .female-label {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease-out;
    cursor: pointer;
    line-height: 2.75rem;
    padding: 0 1rem;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    color: rgba(0,0,0,.8);
    border-radius: 3px;
}
.newsletter .male-label:before {

    content: "\f183";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-right: .5em;
}
.newsletter .female-label:before {

    content: "\f182";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-right: .5em;
}
.newsletter .male-label:hover,
.newsletter .female-label:hover {
    border-color: #FF4200;
    color: #FF4200;
}
.newsletter .male-label.checked,
.newsletter .female-label.checked {
    background: #FF4200;
    border-color: #FF4200;
    color: #FFFFFF;
}
.newsletter .label {
    flex: 0 0 auto;
    padding-right: .5rem;
    color: rgba(0,0,0,.5);
    display: none;
}
.newsletter .input-radio {
    position: fixed;
    top: -9999px;
    left: -9999px
}
.newsletter.loading {
    position: relative;
    min-height: 2.75rem;
}
.newsletter.loading .newsletter__loader { opacity: 1 }
.newsletter.done .newsletter__loader {
    opacity: .1;
    filter: grayscale(1);
    z-index: -1;
}
.newsletter.done {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter.loading .newsletter__form,
.newsletter.done .newsletter__form { display: none }

/* Coleção de Produtos */
.products__list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 0 -.5rem -1rem;
}
.products__item {
    flex: 1 1 250px;
    display: flex;
    min-width: 250px;
    margin: 0;
    padding: 0 .5rem 1rem;
}
.products__list .flex-fix {
    order: 99;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 0 !important;
}
.products__case {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

/* custom markup */
.product__main {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    padding: 1rem;
}
.product__name {
    margin-bottom: 1rem;
    color: #222;
    font-size: 1rem;
    display: block;
}
.product__image {
    display: block;
    position: relative;
    padding: 1px 1px 0;
}
.products__list img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.products__list img.hidden { display: none !important }
.products__list img.active-img { display: block }
.products__list .price-box > span:not(:last-child) {
    display: block;
    margin-bottom: .5rem;
}
.products .esgotado {
    margin-bottom: 1rem;
    font-size: .8rem;
    font-weight: 600;
    color: #FF4200;
}
.products .product-rate { margin-top: auto }

/* --list */
.products--list {
    flex-flow: column nowrap;
    margin: 0;
}
.products--list .products__item {
    margin-bottom: 1rem;
    padding: 0;
    flex: 0 0 auto
}
.products--list .products__case {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.products--list .product__header {
    flex: 0 0 auto;
    padding: 1rem 0 1rem 1rem;
}
.products--list .product__main { flex: 1 1 auto }

/* carrossel */
.carrossel .products__list {
    display: block;
    margin-bottom: 0;
}
.carrossel .products__item {
    width: 100%;
    padding: 0 .5rem;
    min-width: 0;
}

/* Relacionados */
.related__subtitle { margin-bottom: 1rem }
.related__add-checkbox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20
}
.related__add-checkbox label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 3px;
    cursor: pointer;
    transition: all 200ms ease-out;
}
.related__add-checkbox label:hover { background: #FF4200 }
.related__add-checkbox input { margin: 0 }
.related__hide,
.recommended__hide,
.whosaw__hide,
.jointsales__hide,
.upsell__hide { display: none }

/* Comparador */
.compare__amount {
    margin-bottom: 1rem;
    color: rgba(0,0,0,.5);
    font-size: .8rem;
}
.compare__list {
    margin: 0 -.5rem;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.compare__item {
    position: relative;
    flex: 1 1 16.666%;
    display: flex;
    flex-flow: column nowrap;
    min-width: 200px;
    padding: 0 .5rem 1rem;
}
.compare__item.fix {
    padding-bottom: 0;
    order: 99;
}
.compare__product-image {
    flex: 1 1 auto;
    display: block;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    text-align: center;
}
.compare__product-name {
    display: block;
    padding: 0 1rem 1rem;
    border: 1px solid rgba(0,0,0,.1);
    border-top: 0;
    border-radius: 0 0 3px 3px;
}
.compare__remove {
    position: absolute;
    top: 0;
    right: .5rem;
    box-shadow: none;
}

/* Depoimentos */
.testimonials header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.testimonials__nav {
    display: flex;
    align-items: flex-start;
}
.testimonials__nav .btn { margin-left: 1rem }
.testimonials__list {
    border-top: 1px solid rgba(0,0,0,.1);
    display: flex;
    margin: 1rem -.5rem -1rem;
    padding-top: 1rem;
}
.testimonials__item {
    flex: 1 1 20%;
    position: relative;
    padding: 1px 0 1rem;
    list-style: none !important;
    margin: 0 !important;
}
.testimonials__item.fix { padding-bottom: 0 }
.testimonials__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
}
.testimonials__author { font-weight: 700 }
.testimonials__date { color: rgba(0,0,0,.5) }
.testimonials__content {
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
}

/* Depoimentos - Page */
.testimonials__toggler {
    display: flex;
    align-items: center;
}
.testimonials__toggler .btn { margin-right: 1rem }
.testimonials__form {
    padding-top: 1rem;
    display: none;
}
.testimonials__form .refresh-captcha:before { 
    content: "\f021";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
.testimonials__form .refresh-captcha .svg-loader {
    width: 2rem;
    height: 2rem;
    margin: 0 -.5rem;
    display: inline-block;
    vertical-align: middle;
}
.testimonials__form .refresh-captcha span,
.testimonials__form .refresh-captcha.loading:before { display: none }
.testimonials__form .refresh-captcha:hover .svg-loader .spinner { stroke: #FFFFFF }
.testimonials__rating {
    color: rgba(0,0,0,.7);
    float: left;
    margin-right: 1rem;
}
.testimonials__rating:before { 
    content: "\f165";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
.testimonials__rating span { display: none }
.positivo .testimonials__rating:before {
    color: #FF4200;
    content: '\f164';
}

/* Enquete */
.poll__content {
    position: relative;
    display: flex;
    align-items: stretch;
}
.poll__content .svg-loader {
    position: absolute;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.poll__form {
    flex: 1 1 auto;
    transition: all 200ms ease-out;
}
.poll__list { margin-bottom: 1rem }
.poll__list .validation-advice {
    right: auto;
    left: -25px;
    bottom: 100%;
    margin-bottom: -19px;
}
.poll__list .validation-advice div {
    right: auto;
    left: 0;
    transform-origin: left bottom;
    text-align: left;
}
.poll__list .validation-advice div:before {
    right: auto;
    left: 4px
}
.poll__answer {
    display: flex;
    align-items: center;
}
.poll__answer:not(:last-child) { margin-bottom: .5rem }
.poll__radio { margin-right: 1rem }
.poll__label {
    cursor: pointer;
    font-weight: 600;
}
.poll__label:hover { color: #FF4200 }
.poll__results {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.poll__results:empty { display: none }
.poll__results-list { flex: 1 1 50% }
.poll__results-item:not(:last-child) { margin-bottom: 1rem }
.poll__results-item:nth-child(9n+1) { color: #FF4200 }
.poll__results-item:nth-child(9n+2) { color: #FF4200 }
.poll__results-item:nth-child(9n+3) { color: #FF4200 }
.poll__results-item:nth-child(9n+4) { color: #33B50B }
.poll__results-item:nth-child(9n+5) { color: #FF4200 }
.poll__results-item:nth-child(9n+6) { color: #FF4200 }
.poll__results-item:nth-child(9n+7) { color: #FF4200 }
.poll__results-item:nth-child(9n+8) { color: #288F09 }
.poll__results-item .votes {
    font-size: .8em;
    color: #999;
    display: block;
}
.poll__results-item .percent {
    font-weight: 700;
    margin-right: 1rem;
    font-size: 1.2em;
}
.poll__percent {
    flex: 1 1 50%;
    max-height: 25vh;
    min-height: 150px;
    margin-right: 1rem;
}
.poll__percent .on {
    transition: stroke-dashoffset 2s ease-out;
    transform-origin: center;
    transform: rotate(-90deg);
    stroke-dasharray: 132px 132px;
    stroke-dashoffset: 132px;
    stroke-linecap: round;
    animation: stroke-free 10ms ease-out;
}
.poll__percent .on.locked { stroke-dashoffset: 132px !important }
.poll__percent .on:nth-child(9n+1) { stroke: #FF4200 }
.poll__percent .on:nth-child(9n+2) { stroke: #FF4200 }
.poll__percent .on:nth-child(9n+3) { stroke: #FF4200 }
.poll__percent .on:nth-child(9n+4) { stroke: #33B50B }
.poll__percent .on:nth-child(9n+5) { stroke: #FF4200 }
.poll__percent .on:nth-child(9n+6) { stroke: #FF4200 }
.poll__percent .on:nth-child(9n+7) { stroke: #FF4200 }
.poll__percent .on:nth-child(9n+8) { stroke: #288F09 }
.poll__content.loading .svg-loader {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.poll__content.loading .poll__form { opacity: .5 }
.poll__content.results .poll__form { display: none }

/* Pagamentos / Envios / Sociais / Selos */
.pays__svg {
    height: 2rem;
    max-width: 9rem;
}
.pays__name { display: none }
.ships__svg { height: 2rem }
.ships__name { display: none }
.socials__svg {
    height: 2rem;
    max-width: 9rem;
}
.socials__name { display: none }
.certs__name { display: none }

/* Formulários */
.forms__fieldset { margin-bottom: 1rem }
.forms__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.forms .required {
    font-size: .8em;
    opacity: .5;
}

/* Glossário */
.glossary__list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
    margin: 0 -.25em -.5rem;
}
.glossary__list:before,
.glossary__list:after {
    content: '';
    flex: 1 1 auto;
    height: 2.75rem;
    background: rgba(0,0,0,.03);
}
.glossary__item {
    flex: 0 0 3.25rem;
    display: flex;
    flex-flow: column nowrap;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 .25rem .5rem;
}
.glossary__letter {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
    padding: 0 .5rem;
    line-height: 2.75rem;
    height: 2.75rem;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #FF4200;
    color: #FF4200;
}
.glossary__letter:not(.empty):hover,
.glossary__letter.current {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    background: #FF4200;
    color: #FFFFFF;
}
.glossary__letter.empty {
    box-shadow: none;
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.2)
}

/* Glossário - Páginas */
.glossary__terms {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -.5rem -1rem;
    max-width: calc(100% + 1rem);
}
.glossary__term {
    flex: 1 1 20%;
    min-width: 250px;
    padding: 0 .5rem 1rem;
}
.glossary__term-link { line-height: 2.75rem }
.glossary__term-link:before {

    content: "\f105";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-right: .5rem;
    vertical-align: middle;
    opacity: .5;
}

/* Lista de Desejos */
.mywish {
    position: relative;
    z-index: 20;
    height: 2.75rem;
}
.mywish__header a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.75rem;
    width: 2.75rem;
    box-shadow: inset 0 0 0 1px #FF4200;
    border-radius: 100%;
}
.mywish__header .ico {
    fill: none;
    stroke: #FF4200;
    width: 1.2rem;
    height: 1rem;
    max-height: none;
}
.mywish__header .text { display: none }
.mywish__header .qtd {
    position: absolute;
    top: 0;
    right: -.25rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #FF4200;
    color: #FFFFFF;
    line-height: 1rem;
    text-align: center;
    font-size: .7rem;
    letter-spacing: -.1em;
    text-indent: -1.5px;
}
.mywish__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 320px;
    max-width: 90vw;
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 1px 0 #FF4200,inset 0 0 0 1px rgba(0,0,0,.1),0 1rem 2rem - 1rem rgba(0,0,0,.5);
    display: none;
}
.drop--left .mywish__content {
    left: 0;
    right: auto;
}
.drop--right .mywish__content {
    left: auto;
    right: 0;
}
.drop--top .mywish__content {
    top: 100%;
    bottom: auto;
}
.drop--bottom .mywish__content {
    top: auto;
    bottom: 100%;
    box-shadow: inset 0 -1px 0 #FF4200,inset 0 0 0 1px rgba(0,0,0,.1),0 1rem 2rem - 1rem rgba(0,0,0,.5);
}
.mywish:hover .mywish__content { display: block }
.mywish:hover .mywish__header a { background: #FF4200 }
.mywish:hover .mywish__header .ico { fill: #FFFFFF !important }
.mywish__list {
    max-height: 50vh;
    overflow: auto;
    padding-right: .5rem;
    margin-right: -.5rem;
}
.mywish__list::-webkit-scrollbar { width: 1px }
.mywish__list::-webkit-scrollbar-track { background: rgba(0,0,0,.1) }
.mywish__list::-webkit-scrollbar-thumb { background: #FF4200 }
.mywish__item {
    position: relative;
    display: flex;
    align-items: center;
}
.mywish__item:not(:last-child) {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.2)
}
.mywish__thumb {
    flex: 0 0 auto;
    margin-right: 1rem;
}
.mywish__details { flex: 1 1 auto }
.mywish__name {
    display: block;
    margin-bottom: 1rem;
}
.mywish__remove {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    background: #fff;
    padding: .25rem;
    line-height: 1rem;
    height: 1.5rem;
}
.mywish__actions {
    margin: 1rem -1rem -1rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
.mywish__actions a {
    display: block;
    padding: 1rem;
}
.mywish__actions a:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.mywish--items .mywish__header .ico { fill: #FF4200 }

/* Meu Carrinho */
.mycart {
    position: relative;
    z-index: 20;
    height: 2.75rem;
}
.mycart__header a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.75rem;
    width: 2.75rem;
    box-shadow: inset 0 0 0 1px #FF4200;
    border-radius: 100%;
}
.mycart__header .ico {
    fill: #FF4200;
    width: 1rem;
    height: 1rem;
    max-height: none;
}
.mycart__header .text { display: none }
.mycart__header .qtd {
    position: absolute;
    top: 0;
    right: -.25rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #FF4200;
    color: #FFFFFF;
    line-height: 1rem;
    text-align: center;
    font-size: .7rem;
    letter-spacing: -.1em;
    text-indent: -1.5px;
}
.mycart__content {
    max-height: 80vh;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    width: 320px;
    max-width: 90vw;
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 1px 0 #FF4200,inset 0 0 0 1px rgba(0,0,0,.1),0 1rem 2rem - 1rem rgba(0,0,0,.5);
    display: none;
}
.drop--left .mycart__content {
    left: 0;
    right: auto;
}
.drop--right .mycart__content {
    left: auto;
    right: 0;
}
.drop--top .mycart__content {
    top: 100%;
    bottom: auto;
}
.drop--bottom .mycart__content {
    top: auto;
    bottom: 100%;
    box-shadow: inset 0 -1px 0 #FF4200,inset 0 0 0 1px rgba(0,0,0,.1),0 1rem 2rem - 1rem rgba(0,0,0,.5);
}
.mycart:hover .mycart__content { display: block }
.mycart:hover .mycart__header a { background: #FF4200 }
.mycart:hover .mycart__header .ico { fill: #FFFFFF }
.mycart__list {
    max-height: 50vh;
    overflow: auto;
    padding-right: .5rem;
    margin-right: -.5rem;
}
.mycart__list::-webkit-scrollbar { width: 1px }
.mycart__list::-webkit-scrollbar-track { background: rgba(0,0,0,.1) }
.mycart__list::-webkit-scrollbar-thumb { background: #FF4200 }
.mycart__item {
    position: relative;
    display: flex;
    align-items: center;
}
.mycart__item {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.2)
}
.mycart__thumb {
    flex: 0 0 auto;
    margin-right: 1rem;
}
.mycart__details { flex: 1 1 auto }
.mycart__details .price { font-weight: 600 }
.mycart__details dl { font-size: .6rem }
.mycart__details dt { font-weight: 600 }
.mycart__details dd { color: rgba(0,0,0,.7) }
.mycart__details dd:not(:last-child) { margin-bottom: .5rem }
.mycart__details .truncated a { display: none }
.mycart__name {
    display: block;
    margin-bottom: 1rem;
}
.mycart__qtd {
    font-size: .6rem;
    opacity: .5;
}
.mycart__remove {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
}
.mycart__actions {
    display: flex;
    align-items: stretch;
    margin: 1rem -1rem -1rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
.mycart__actions a {
    flex: 1 1 50%;
    padding: 1rem;
}
.mycart__actions .editar { font-size: .8rem }
.mycart__actions .finalizar {
    text-align: right;
    font-weight: 600;
}
.mycart__actions a:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.mycart__hide { display: none }

/* Minha Conta */
.myaccount {
    position: relative;
    z-index: 20;
    height: 2.75rem;
}
.myaccount__header a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.75rem;
    width: 2.75rem;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #FF4200;
    border-radius: 100%;
}
.myaccount__header .thumb {
    position: absolute;
    top: 0;
    left: 0;
}
.myaccount__header .thumb img {
    display: block;
    width: auto;
    height: 2.75rem;
    min-width: 100%;
}
.myaccount__header .thumb:empty { display: none }
.myaccount__header .ico {
    fill: #FF4200;
    width: 2.75rem;
    height: 2.75rem;
    max-height: none;
    margin: 0;
}
.myaccount__header .name,
.myaccount__header .text { display: none }
.myaccount__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 320px;
    max-width: 90vw;
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 1px 0 #FF4200,inset 0 0 0 1px rgba(0,0,0,.1),0 1rem 2rem - 1rem rgba(0,0,0,.5);
    display: none;
}
.drop--left .myaccount__content {
    left: 0;
    right: auto;
}
.drop--right .myaccount__content {
    left: auto;
    right: 0;
}
.drop--top .myaccount__content {
    top: 100%;
    bottom: auto;
}
.drop--bottom .myaccount__content {
    top: auto;
    bottom: 100%;
    box-shadow: inset 0 -1px 0 #FF4200,inset 0 0 0 1px rgba(0,0,0,.1),0 1rem 2rem - 1rem rgba(0,0,0,.5);
}

.myaccount:hover .myaccount__header a { background: rgba(255,66,0,.1) }
#i-user .female { display: none }
.user-female #i-user .male { display: none }
.user-female #i-user .female { display: block }
.myaccount__content .mb-menu {
    display: flex;
    flex-flow: column nowrap;
}
.myaccount__content .mb-menu li { margin-bottom: .5rem }
.myaccount__content .mb-menu li.logout {
    order: 2;
    margin: .5rem -1rem -1rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
.myaccount__content .mb-menu li.logout a {
    display: block;
    padding: 1rem;
}
.myaccount__content .mb-menu li.logout a:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.myaccount__login { margin-bottom: 1rem }
.myaccount__login .fields {
    flex-flow: row nowrap;
    align-items: flex-end;
}
.myaccount__login label { display: none }
.myaccount__login .pass { position: relative }
.myaccount__forgot {
    position: absolute;
    top: 2.75rem;
    left: 1.5rem;
    line-height: 1rem;
    font-size: .6rem;
}
.myaccount__register {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
.myaccount__register .std { margin-bottom: 1rem }
.myaccount__register-btn {
    display: block;
    text-align: center;
}
.myaccount__hide { display: none }

/* Mini Cadastro */
.logincreate {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 0 -1rem -2rem;
}
.logincreate__login {
    flex: 1 1 50%;
    padding: 0 1rem 2rem;
    min-width: 250px;
}
.logincreate__social { margin-bottom: 1rem }
.logincreate__create {
    flex: 1 1 50%;
    padding: 0 1rem 2rem;
    min-width: 250px;
}
.logincreate__forgot {
    position: absolute;
    top: 2.75rem;
    left: 1rem;
    line-height: 1rem;
    font-size: .6rem;
}

/* Logo */
.logo__name { display: none }
.logo a { display: block }
.logo img,
.logo svg {
    display: block;
    height: 2.75rem;
    width: auto;
    max-width: 30vw;
}
.logo .m-img { display: none }

/* Marcas */
.brands__list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.brands__item { flex: 1 1 auto }
.brands__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    position: relative;
}
.brands__item a:hover {
    z-index: 10;
    border-color: #FF4200;
}
.brands__item img {
    width: auto;
    height: auto;
    max-height: 2rem;
    max-width: 25vw;
    display: block;
}
.brands__item svg {
    height: 2rem;
    display: block;
}
.brands__item .name:not(:only-child) { display: none }
.brands--carrossel .brands__list {
    padding: 0 .5rem;
    margin: 0 -.5rem;
}
.brands .owl-wrapper-outer { border-right: 1px solid rgba(0,0,0,.1) }

/* Menu de Categorias */
.categories { background: #FF4200 }
.categories a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.categories a img,
.categories a svg {
    max-height: 2rem;
    width: auto;
    height: auto;
    margin-right: .5rem;
    fill: #FFFFFF;
    flex: 0 0 auto;
}
.categories a svg {
    width: 1rem;
    height: 1rem;
}
.categories a span { flex: 1 1 auto }
.categories .ul--0 {
    position: relative;
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
}
.categories .li--0 { position: relative }
.categories .li--0:hover .box--1 { transform: translateX(0) }
.categories .li--0:hover .a--0 {
    background: #FF4200;
    color: #FFFFFF;
}
.categories .li--0:hover .a--0 svg { fill: #FFFFFF }
.categories .a--0 {
    color: #FFFFFF;
    padding: 0 1rem;
    height: 2.75rem;
    cursor: pointer;
    line-height: 2.75rem;
    text-align: center;
}
.categories .box--1 {
    transform: translateX(-99999px);
    display: flex;
    align-items: stretch;
}
.categories .ul--1 { flex: 1 1 auto }
body:not(.mobile) .categories .ul--1 {
    max-height: 65vh;
    overflow: auto;
}
.categories .ul--2 { font-size: .8rem }
.categories__products .products__list { flex-flow: row nowrap }
.categories__products .products__item,
.categories__products.carrossel {
    width: 16rem !important;
    max-width: 16rem;
}
.categories__products,
.categories__block {
    flex: 1 1 16rem;
    margin-left: .5rem;
    padding: .5rem .5rem .5rem 1rem;
    border-left: 1px solid rgba(0,0,0,.1);
}
.categories__products a,
.categories__block a { display: block }
.categories__products a img,
.categories__block a img,
.categories__products a svg,
.categories__block a svg {
    max-height: none;
    margin: 0;
}
.categories__all { position: static !important }
.categories .products__case {
    padding: 0;
    box-shadow: none;
}
.all-ul--0 {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    max-height: calc(60vh - 7.5rem);
    overflow-y: auto;
    padding: .5rem .5rem 0;
}
.all-ul--0::-webkit-scrollbar { width: 1px }
.all-ul--0::-webkit-scrollbar-track { background: rgba(0,0,0,.1) }
.all-ul--0::-webkit-scrollbar-thumb { background: #FF4200 }
.all-ul--0 .std { display: none }
.all-li--0 {
    display: block;
    flex: 1 1 20%;
    min-width: 250px;
    max-width: 20%;
    padding-bottom: 1rem;
}
.all-a--0 {
    display: block;
    padding: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
}
.all-a--0:hover {
    box-shadow: -.5rem 0 0 #FF4200;
    color: #FF4200;
}
.all-ul--1 { font-size: .8rem }
.all-a--1 {
    display: block;
    padding: .25rem .5rem;
    color: rgba(0,0,0,.7)
}
.all-a--1:hover {
    box-shadow: -.5rem 0 0 #FF4200;
    color: #FF4200;
}
.all-ul--2 { font-size: .7rem }
.all-a--2 {
    display: block;
    padding: 0 .5rem;
    color: rgba(0,0,0,.4)
}
.all-a--2:hover {
    box-shadow: -.5rem 0 0 #FF4200;
    color: #FF4200;
}

/* Ajustado - default */
.categories--justify .ul--0 {
    display: flex;
    align-items: center;
}
.categories--justify .li--0 { flex: 1 1 auto }
.categories--justify .li--0.removed {
    position: fixed !important;
    top: -9999px !important;
    left: -9999px !important;
}
.categories--justify .box--1 {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),
    0 1rem 2rem -1rem rgba(0,0,0,.5);
    padding: .5rem;
}
.categories--justify .drop--left .box--1 { left: 0 }
.categories--justify .drop--right .box--1 { right: 0 }
.categories--justify .drop--top .box--1 { top: 100% }
.categories--justify .drop--bottom .box--1 { bottom: 100% }
.categories--justify .ul--1 {
    width: 16rem;
    max-width: 90vw;
}
.categories--justify .li--1 { display: block }
.categories--justify .a--1 {
    display: block;
    padding: .5rem;
}
.categories--justify .a--1:hover { box-shadow: -.5rem 0 0 #FF4200 }
.categories--justify .ul--2 { padding-bottom: .5rem }
.categories--justify .a--2 {
    color: rgba(0,0,0,.5);
    padding: 0 .5rem;
}
.categories--justify .a--2:hover {
    color: #FF4200;
    box-shadow: -.5rem 0 0 #FF4200;
}
.categories--justify .categories__all { flex: 0 0 auto }
.categories--justify .categories__all .box--1 {
    left: 0 !important;
    right: 0 !important;
    padding: 0;
}

/* Vertical */
.categories--vertical .li--0:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,.1) }
.categories--vertical .a--0 { text-align: left }
.categories--vertical .box--1 {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),
    0 1rem 2rem -1rem rgba(0,0,0,.5);
    padding: .5rem;
}
.categories--vertical .drop--left .box--1 { left: 100% }
.categories--vertical .drop--right .box--1 { right: 100% }
.categories--vertical .drop--top .box--1 { top: 0 }
.categories--vertical .drop--bottom .box--1 { bottom: 0 }
.categories--vertical .ul--1 {
    width: 16rem;
    max-width: 90vw;
}
.categories--vertical .li--1 { display: block }
.categories--vertical .li--1:only-child {
    -moz-column-span: all;
    column-span: all;
}
.categories--vertical .a--1 {
    display: block;
    padding: .5rem;
}
.categories--vertical .a--1:hover { box-shadow: -.5rem 0 0 #FF4200 }
.categories--vertical .ul--2 { padding-bottom: .5rem }
.categories--vertical .a--2 {
    color: rgba(0,0,0,.5);
    padding: 0 .5rem;
}
.categories--vertical .a--2:hover {
    color: #FF4200;
    box-shadow: -.5rem 0 0 #FF4200;
}

/* Prateleira */
.categories--shelf { background: linear-gradient(#FF4200 0, #FF4200 2.75rem, rgba(1,9,1,.9) 5.5rem, rgba(1,8,1,.8) 8.25rem, rgba(1,7,1,.7) 11rem, rgba(1,6,1,.6) 13.75rem) }
.categories--shelf .ul--0 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.categories--shelf .li--0 { flex: 0 0 auto }
.categories--shelf .li--0.removed {
    position: fixed !important;
    top: -9999px !important;
    left: -9999px !important;
}
.categories--shelf .li--0:hover { z-index: 20 }
.categories--shelf .box--1 {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),
    0 1rem 2rem -1rem rgba(0,0,0,.5);
    padding: .5rem;
}
.categories--shelf .drop--left .box--1 { left: 0 }
.categories--shelf .drop--right .box--1 { right: 0 }
.categories--shelf .drop--top .box--1 { top: 100% }
.categories--shelf .drop--bottom .box--1 { bottom: 100% }
.categories--shelf .ul--1 {
    width: 16rem;
    max-width: 90vw;
}
.categories--shelf .li--1 { display: block }
.categories--shelf .li--1:only-child {
    -moz-column-span: all;
    column-span: all;
}
.categories--shelf .a--1 {
    display: block;
    padding: .5rem;
}
.categories--shelf .a--1:hover { box-shadow: -.5rem 0 0 #FF4200 }
.categories--shelf .ul--2 { padding-bottom: .5rem }
.categories--shelf .a--2 {
    color: rgba(0,0,0,.5);
    padding: 0 .5rem;
}
.categories--shelf .a--2:hover {
    color: #FF4200;
    box-shadow: -.5rem 0 0 #FF4200;
}
.categories--shelf .categories__all { flex: 0 0 auto }
.categories--shelf .categories__all .box--1 {
    top: 2.75rem;
    left: 0 !important;
    right: 0 !important;
    padding: 0;
}

/* Carrossel */
.categories--carrossel {
    height: 2.75rem;
    visibility: hidden;
}
.categories--carrossel.loaded {
    height: auto;
    visibility: visible;
}
.categories--carrossel .ul--0 {
    padding: 0 1rem;
    max-width: 90rem;
}
.categories--carrossel .owl-prev,
.categories--carrossel .owl-next {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),0 0 0 1rem #fff;
    border-radius: 0;
}

/* Mini */
.categories--mini { display: inline-block }
.categories__header {
    cursor: pointer;
    color: #FFFFFF;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
}
.categories__header:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.categories__content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    padding: 1rem;
    background: #FF4200;
    transform: translateX(-100%);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.categories__content.open { transform: translateX(0) }
.categories__close {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
    margin-left: auto;
    color: #FFFFFF;
}
.categories__close:before { 
    content: "\f00d";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
.categories__close span { display: none }
.categories__close:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.categories--mini .ul--0 {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
}
.categories--mini .li--0 {
    flex: 1 1 20%;
    padding: 0;
    margin-bottom: 2rem;
    min-width: 250px;
    transition: all 400ms ease-out;
}
.categories--mini .li--fix {
    height: 0;
    margin: 0;
    order: 2;
    align-self: flex-start;
}
.categories--mini .li--0:hover { background: rgba(0,0,0,.1) }
.categories--mini .li--0:hover .box--1 { transform: none }
.categories--mini .li--0:hover .a--0 {
    background: none;
    color: #FFFFFF;
}
.categories--mini .li--0:hover .a--0 svg { fill: #FFFFFF }
.categories--mini .a--0 {
    height: auto;
    line-height: 1em;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
}
.categories--mini .li--0:hover .a--0:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.categories--mini .li--0:hover .a--0:hover svg { color: #FFFFFF }
.categories--mini .box--1 {
    transform: none;
    display: block;
}
.categories--mini .li--1 { display: block }
.categories--mini .li--1:only-child {
    -moz-column-span: all;
    column-span: all;
}
.categories--mini .a--1 {
    display: block;
    padding: .5rem 1rem;
    color: #FFFFFF
}
.categories--mini .a--1:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.categories--mini .ul--2 {

    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;

    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
}
.categories--mini .li--2 {

    -webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
	     -moz-page-break-inside: avoid;
	          page-break-inside: avoid;
	               break-inside: avoid-column;
    display: block
}
.categories--mini .a--2 {
    color: #FFFFFF;
    padding: .5rem 1rem;
}
.categories--mini .a--2:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.categories__show,
.categories__hide { display: none }

/* Menu Configurável */
.mymenu .li--0:not(:last-child) { margin-bottom: .5rem }
.mymenu .a--0 { font-weight: 600 }
.mymenu .ul--1 { font-size: .9em }
.mymenu .li--1 { opacity: .8 }
.mymenu .ul--2 { font-size: .8em }
.mymenu .li--2 { opacity: .8 }

/* Social Connect */
.socialconnect {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -.25rem .5rem;
}
.socialconnect:before,
.socialconnect:after {
    content: '';
    flex: 1 1 auto;
    margin: 0 .25rem .5rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
.socialconnect li {
    flex: 0 0 auto;
    padding: 0 .25rem .5rem;
    list-style: none !important;
    margin: 0 !important;
}
.socialconnect a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 100%;
    background: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.socialconnect span { display: none }
.socialconnect__facebook .ico { fill: #3b5998 }
.socialconnect__twitter .ico { fill: #00aced }
.socialconnect__google .ico { fill: #dd4b39 }
.socialconnect__linkedin .ico { fill: #007bb5 }
.socialconnect a:hover .ico { fill: #fff }
.socialconnect__facebook a:hover { background: #3b5998 }
.socialconnect__twitter a:hover { background: #00aced }
.socialconnect__google a:hover { background: #dd4b39 }
.socialconnect__linkedin a:hover { background: #007bb5 }

/* Carrossel */
.owl-prev,
.owl-next {
    position: absolute;
    top: calc(50% - 1.375rem);
    width: 2.75rem;
    height: 2.75rem;
    overflow: hidden;
    color: #FFFFFF;
    background: #FF4200;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    font-size: 0;
    text-indent: -9999px;
}
.owl-prev:before,
.owl-next:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2.75rem;
    height: 100%;
    width: 100%;
    text-align: center;

    content: "\f053";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    text-indent: 0;
}
.owl-prev:hover,
.owl-next:hover {
    background: #FF4200;
    color: #FFFFFF
}
body.ie .owl-prev,
body.ie .owl-next {
    text-indent: 0;
    font-size: inherit;
    line-height: 2.75rem;
}
body.ie .owl-prev:before,
body.ie .owl-next:before { display: none }
.owl-prev { right: 100% }
.owl-next { left: 100% }
.owl-next:before { content: '\f054' }
.owl-page span { background: #FF4200 }

/* Feed RSS */
.feeds__list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1rem -2rem;
}
.feeds__post {
    flex: 1 1 33.333%;
    min-width: 280px;
    padding: 0 1rem 2rem;
    display: flex;
}
.feeds__post.fix {
    padding-bottom: 0;
    order: 2;
}
.feeds__thumb {
    flex: 0 0 7rem;
    margin-right: 1rem;
}
.feeds__thumb .imgcase {
    display: block;
    height: 7rem;
    border-radius: 100%;
}
.feeds__name { margin: 0 }
.feeds__date {
    font-size: .8rem;
    opacity: .5;
}
.feeds__excerpt {
    padding-top: 1rem;
    font-size: .8rem;
}
.feeds__content { padding-top: 1rem }
.feeds__content img { margin: 0 0 1rem }
.feeds__content .centered,
.feeds__content .aligncenter {
    display: block;
    margin: 0 auto 1rem;
    text-align: center
}
.feeds__content .alignright {
    margin: 0 0 1rem 1rem;
    float: right;
    text-align: right
}
.feeds__content .alignleft {
    margin: 0 1rem 1rem 0;
    float: left;
    text-align: left
}
.feeds__content img.size-full { width: auto }
.feeds__content img.size-large { width: 100% }
.feeds__content img.alignleft,
.feeds__content img.alignright { max-width: 50% }
.feeds__content img[style*='margin-left: auto'],
.feeds__content img[style*='margin-right: auto'],
.feeds__content img[style*='margin-left:auto'],
.feeds__content img[style*='margin-right:auto'] { display: block }
.feeds--content .feeds__list {
    display: block;

    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;

    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin: 0
}
.feeds--content .feeds__post {
    padding: 0 0 8rem;

    -webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
	     -moz-page-break-inside: avoid;
	          page-break-inside: avoid;
	               break-inside: avoid-column;
    display: block;
    margin: 0;
}
.feeds--content .feeds__post.fix { display: none }
.feeds--content .feeds__post:last-child {
    margin: 0;
    padding: 0;
    border: 0
}
.feeds--content .feeds__thumb { margin: 0 0 1rem }
.feeds--content .feeds__thumb .imgcase {
    border-radius: 0;
    height: 12rem;
}

/* Temporizador */
.timer {
    position: relative;
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timer__ani {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
}
.timer__ani .bg {
    stroke-width: 5px;
    stroke: rgba(0,0,0,.1);
    stroke-dasharray: 126px;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    transform-origin: center;
    transform: rotate(-90deg);
}
.go .timer__ani .bg { animation: one_sec 2s linear infinite }
@keyframes one_sec {
    0% { stroke-dashoffset: 0 }
    50% { stroke-dashoffset: -126px }
    100% { stroke-dashoffset: -252px }
}
.timer__ani .time-left {
    stroke-width: 3px;
    stroke-dasharray: 126px;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    transform-origin: center;
    transform: rotate(-90deg);
    transition: stroke-dashoffset 500ms ease-out;
}
.timer__clock {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 0 15%;
    width: 100%;
    color: #FF4200;
    font-size: 1.2rem;
    line-height: 1em;
}
.timer__days {
    position: relative;
    flex: 1 1 100%;
    font-size: 2rem;
    margin: -1rem 0 1rem;
    text-align: center;
    color: #FF4200;
    line-height: 1em;
}
.timer__hours,
.timer__minutes,
.timer__seconds { position: relative }
.timer__days.zero { color: #FF4200 }
.timer__hours.zero,
.timer__minutes.zero,
.timer__seconds.zero {
    color: rgba(0,0,0,.5);
    opacity: .5;
}
.timer__days.zero + .timer__hours,
.timer__hours.zero + .timer__afterhours + .timer__minutes,
.timer__minutes.zero + .timer__afterminutes + .timer__seconds { font-weight: 700 }
.timer__label {
    position: absolute;
    top: 100%;
    left: 50%;
    line-height: 1em;
    color: rgba(0,0,0,.5);
    font-size: .5rem;
    transform: translateX(-50%)
}
.timer__afterhours,
.timer__afterminutes {
    color: rgba(0,0,0,.3);
    padding: 0 .25rem;
}
.sidebar .timer {
    margin-left: auto;
    margin-right: auto;
}

/* Mensagens */
.cart-table .item-msg,
.messages > li {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    color: rgba(0,0,0,.8)
}
.cart-table .item-msg.success,
.messages .success-msg { background: #c4df9b }
.cart-table .item-msg.error,
.messages .error-msg { background: #ff8469 }
.messages .notice-msg { background: #fff799 }

/* Banners */
.banner { position: relative }
.banner .svg-loader {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.banner__wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.banner__item { width: 100% }
.banner__item .title { display: none }
.banner__link {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}
.banner__link:hover { opacity: .8 }
.slide--html {
    position: relative;
    z-index: 1;
}
.slide--html .banner__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.slide__html {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide--youtube {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.slide--youtube .banner__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.slide__youtube {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 182%;
}
.slide__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
}
.banner--nojs .slide--youtube { overflow: visible }
.banner--nojs .slide__youtube {
    left: auto;
    transform: none;
    padding: 56.25% 0 0;
}
.banner--nojs img.d_img { display: block }
.banner--nojs img.m_img { display: none }
.banner--nojs .banner__wrapper {

    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;

    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
}
.banner--nojs .banner__item {
    display: block;

    -webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
	     -moz-page-break-inside: avoid;
	          page-break-inside: avoid;
	               break-inside: avoid-column;
    overflow: hidden;
}
.banner:not(.banner--nojs) img.d_img {
    display: block;
    max-width: none;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner:not(.banner--nojs) img.m_img {
    display: none;
    width: 100vw;
    min-width: 100%;
    height: auto;
}
.banner.loading .svg-loader {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.banner.loading .banner__wrapper {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.banner .owl-prev {
    left: 1rem;
    right: auto;
}
.banner .owl-next {
    right: 1rem;
    left: auto;
}

/* Layout */

/* Header */
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.header-container .categories:not(.categories--mini) {
    padding: 0 1rem;
    margin: 0 -1rem;
}
.header {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .search {
    flex: 1 1 auto;
    margin-left: 1rem;
}
.header .mywish,
.header .mycart,
.header .myaccount,
.header .loginout { margin-left: 1rem }
.header .loginout { text-align: right }

/* Footer */
.footer-container {
    background: linear-gradient(#FF4200, #FF4200);
    padding: 1rem 0;
    margin: 4rem -1rem 0;
}
.footer {
    color: #FFFFFF;
    font-size: .8rem;
}
.footer .newsletter {
    background: rgba(0,0,0,.2);
    box-shadow: -980px 0 0 rgba(0,0,0,.2),
    980px 0 0 rgba(0,0,0,.2);
    padding: 1rem 0;
    margin-top: -1rem;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0);
}
.footer .newsletter .title {
    color: #FFFFFF;
    text-align: center;
}
.footer .flex .title {
    font-size: 1rem;
    opacity: .5;
    color: #FFFFFF;
}
.footer .std { color: #FFFFFF }
.footer .tele { font-size: 2rem }
.footer .email {
    font-weight: 600;
    padding-top: .5rem;
}
.footer a { color: #FFFFFF }
.footer a:hover { color: #FFFFFF }
.footer .myaccount__header a {
    margin-left: auto;
    background: #fff !important;
    box-shadow: 0 0 0 4px #fff;
}
.footer .myaccount__header a:hover {
    box-shadow: 0 0 0 4px #fff,
    0 1rem 1rem -.5rem rgba(0,0,0,.3);
}
.footer .myaccount__content { display: none !important }
.footer .socials { padding-top: 1rem }

/* Home */
.cms-home .header-container + .banner { margin: -1rem -1rem 1rem }

/* Catálogo */
.category-description {
    display: none;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
}
.col-main .note-msg {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 20rem);
    font-size: 1.5rem;
    opacity: .5;
}
.col-main .note-msg:before {

    content: "\f119";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-bottom: 1rem;
    opacity: .5;
    font-size: 3rem;
}
.col-main .note-msg.suggest { padding: 50px 0 }
.col-main .note-msg .suggest {
    padding-top: 10px;
    font-style: italic
}
.col-main .note-msg .suggest a { color: #FF4200 }
.col-main .note-msg .suggest a:hover { color: #FF4200 }

/* Toolbar */
.toolbar {
    display: flex;
    align-items: center;
}
.toolbar .sorter,
.toolbar .sort-by,
.toolbar .limiter,
.toolbar .view-mode {
    display: flex;
    align-items: center;
}
.toolbar .pager { display: none }
.toolbar .amount {
    flex: 1 1 auto;
    opacity: .7;
}
.toolbar .amount span { font-weight: 700 }
.toolbar .sorter { margin-left: 1rem }
.toolbar .sort-by { margin-left: 1rem }
.toolbar .sort-by a { display: none }
.toolbar .sort-by label {
    margin-right: .5rem;
    font-size: .8rem;
    opacity: .3;
    flex: 0 0 auto;
}
.toolbar .sort-by select {
    height: 2rem;
    width: 10rem
}
.toolbar .view-mode label { display: none }
.toolbar .view-mode .list,
.toolbar .view-mode .grid { flex: 0 0 auto }
.toolbar .view-mode .grid { margin-right: .5rem }
.toolbar .view-mode svg {
    height: 1.5rem;
    width: 1.5rem;
}
.toolbar .view-mode strong svg { fill: #FF4200 }
.toolbar .view-mode a svg {
    fill: #d6d6d6;
    transition: all 100ms ease-in-out;
}
.toolbar .view-mode a:hover svg { fill: #FF4200 }
.toolbar .limiter { margin-left: 1rem }
.toolbar .limiter label {
    margin-right: .5rem;
    font-size: .8rem;
    opacity: .3;
}
.toolbar .limiter select {
    height: 2rem;
    width: 3rem
}
.pager ol {
    display: flex;
    align-items: center;
}
.pager li:not(:first-child) { margin-left: .25rem }
.pager li span span {
    display: block;
    line-height: 2rem;
    min-width: 2rem;
    text-align: center;
    padding: 0 .25rem;
    background: #FF4200;
    color: #FFFFFF;
}
.pager a {
    display: block;
    line-height: 2rem;
    min-width: 2rem;
    text-align: center;
    padding: 0 .25rem;
}
.pager a:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.pager a.next span,
.pager a.previous span { display: none }
.pager a.next:before,
.pager a.previous:before {
    display: block;
    line-height: 2rem;
    content: '\f054';
}
.pager a.previous:before { content: '\f053' }
.toolbar-bottom .pager { display: block }
.toolbar-bottom .pager .label,
.toolbar-bottom .sorter,
.toolbar-bottom .limiter { display: none }

/* Filtros */
.filters__filter {
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    transition: all 200ms ease-out;
}
.filters__filter:not(:last-child) { margin-bottom: 1rem }
.filters__filter:hover { box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),0 1rem 1.5rem -1rem rgba(0,0,0,.4) }
.filters__filter .li--0:not(:last-child) { margin-bottom: 1rem }
.filters__filter .a--0 { display: block }
.filters__filter .count {
    font-size: .8em;
    color: rgba(0,0,0,.5)
}
.filters__filter .ul--1 {
    padding: .25rem 0 0 1rem;
    font-size: .8rem;
}
.filters__filter .li--1:not(:last-child) { margin-bottom: .5rem }
.filters__filter .a--1 {
    display: block;
    color: #FF4200
}
.filters__filter .a--1:hover { color: #FF4200 }
.filters__swatches .ul--0 {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 0 -.25rem -.5rem;
}
.filters__swatches .li--0 {
    margin: 0 !important;
    padding: 0 .25rem .5rem;
    max-width: 50%;
    min-width: 2.75rem;
    flex: 0 1 auto
}
.filters__swatches .a--0 {
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    color: rgba(0,0,0,.6);
}
.filters__swatches .a--0:hover {
    box-shadow: 0 0 0 1px #FF4200;
    color: #FF4200
}
.filters__swatches .swatch {
    width: 100%;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: .8rem;
    font-weight: 700;
    display: block;
}
.filters__swatches span.swatch { padding: 0 .25rem }
.filters__swatches .count { display: none }
.filters__name {
    font-weight: 700;
    font-size: .8rem;
    margin-bottom: 1rem;
    color: rgba(0,0,0,.5)
}
.filters__filtered { margin-bottom: 1rem }
.filtered__clear {
    display: block;
    color: rgba(0,0,0,.5);
    margin-top: .5rem;
    font-size: .8rem;
    font-weight: 700;
}
.filtered__clear:hover { color: #FF4200 }
.filters__filtered .li--0 {
    padding-left: 1rem;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    background: #fff;
    display: flex;
    align-items: center;
}
.filtered__filter {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    max-width: calc(100% - 2.75rem);
}
.filtered__name { opacity: .5 }
.filtered__value {
    margin-left: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filtered__value .swatch {
    display: block;
    width: 1rem;
    height: 1rem;
}
.filters__filtered .btn--close {
    box-shadow: none;
    border-radius: 0
}

/* Swatches */
.configurable-swatch-list {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: 0 -.25rem .5rem;
}
.configurable-swatch-list li {
    min-width: 1px;
    flex: 0 0 auto;
    padding: 0 .25rem .5rem;
    margin: 0 !important;
    list-style: none !important;
}
.configurable-swatch-list a {
    display: block;
    position: relative;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    padding: 0 .25rem;
    color: #777;
    line-height: 1.5rem;
    min-width: 1.5rem;
    text-align: center;
}
.configurable-swatch-list a.has-image { padding: 0 }
.configurable-swatch-list .swatch-label { display: block }
.configurable-swatch-list img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}
.configurable-swatch-list .x {
    position: absolute;
    top: .5rem;
    left: .5rem;
    opacity: 0;
    stroke: rgba(0,0,0,.5);
    stroke-width: 2px;
    stroke-linecap: round;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    transition: all 200ms ease-out;
    overflow: visible;
}
.configurable-swatch-list .not-available .x { opacity: 1 }
.configurable-swatch-list .not-available .swatch-label { opacity: .3 }
.configurable-swatch-list a:hover {
    box-shadow: 0 0 0 1px #FF4200;
    background: #FF4200;
    color: #FFFFFF;
}
.configurable-swatch-list .selected a {
    box-shadow: 0 0 0 3px #FF4200;
    background: #FF4200;
    color: #FFFFFF;
}

/* Preços */
.price-box { margin-bottom: 1rem }
.price-box > *:not(:last-child) { margin-bottom: .5rem }
.price-from {
    color: #FF4200;
    display: block
}
.price-from .label { font-size: .8em }
.price-from .price { font-weight: 700 }
.price-to {
    color: #666;
    display: block
}
.minimal-price {
    color: #888;
    display: block
}
.minimal-price .label {
    font-size: .8em;
    display: block
}
.minimal-price .price { font-weight: 700 }
.minimal-price-link {
    color: #888;
    display: block;
}
.tier-price {
    color: #888;
    display: block;
    text-decoration: none;
}
.tier-price .qty,
.tier-price .price {
    font-weight: 700;
    color: #FF4200;
}
.price-to .price,
.minimal-price-link .price { font-weight: 600 }
.old-price {
    color: #666;
    display: block
}
.old-price .price { text-decoration: line-through }
.regular-price,
.special-price {
    color: #FF4200;
    display: block
}
.regular-price .price,
.special-price .price { font-weight: 700 }
.price-as-configured {
    font-size: 14px;
    color: #FF4200;
    display: block
}
.price-as-configured .price { font-weight: 700 }
.tier-prices {
    color: #333;
    margin-bottom: 1rem;
    padding: .5rem;
    background: #f0f6f9
}
.tier-prices li {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.1)
}
.tier-prices li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.tier-prices .and { display: none }
.tier-prices .qts,
.tier-prices .price { font-weight: 600 }
.tier-prices .benefit {
    display: block;
    padding-top: .25rem;
    color: #888;
    font-size: .8rem;
    font-style: italic
}
.tier-prices .benefit .percent { font-weight: 600 }
.price-box-avista {
    text-align: left;
    margin-bottom: 1rem;
    color: #FF4200;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.price-box-avista .label {
    margin-right: .5rem;
    font-size: .8rem;
}
.price-box-avista .price {
    font-weight: 700;
    flex: 1 1 auto;
}
.price-box-parcelado { margin-bottom: 1rem }
.price-box-parcelado .num,
.price-box-parcelado .value {
    font-weight: 700;
    color: #FF4200
}
.price-box-parcelado .juros {
    display: block;
    font-size: .8rem;
}
.preco-parcelado-sem-juros {
    margin-bottom: .25rem;
    color: #FF4200
}
.price-box-parcelado,
.preco-parcelado-sem-juros,
.minimal-price .label,
.minimal-price-link .label,
.price-from .label,
.regular-price .label,
.special-price .label,
.price-box-avista .label { color: #777 }

/* Avaliações */
.product-rate .rating-box { height: 1em }
.product-rate .rating-box:before {
    content: '\f005\f005\f005\f005\f005';
    font-size: 1em;
    letter-spacing: 2px;
    color: rgba(0,0,0,.2);
}
.product-rate .rating:before {
    color: #faa332;
    font-size: 1em;
    letter-spacing: 2px;
}
.product-rate .amount,
.product-rate .x-out-of-5,
.product-rate .to-rate,
.product-rate .percent { display: none }
.product-rate .circle-percent {
    opacity: 0;
    transition: all 1s ease-in-out;
}
.product-rate .done .circle-percent { opacity: 1 }
.product-rate .circle-percent .on { stroke: url(#timer__gradient) }

/* Quantidade */
.qty-wrapper { position: relative }
.qty-wrapper label { display: none }
.qty-wrapper .bt-box {
    position: absolute;
    top: 50%;
    right: -.5rem;
    z-index: 10;
    border-radius: 1rem;
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    transform: translateY(-50%);
}
.qty-wrapper .bt {
    cursor: pointer;
    display: block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
    background: #fff;
    color: #222;
    font-size: .6rem
}
.qty-wrapper .bt:before { content: '\f077' }
.qty-wrapper .bt:hover { background: #ddd }
.qty-wrapper .bt span { display: none }
.qty-wrapper .bt.less { border-radius: 0 0 1rem 1rem }
.qty-wrapper .bt.less:before { content: '\f078' }
.qty-wrapper .bt.type {
    display: none;
    border-radius: 1rem;
    height: 2rem;
    line-height: 2rem
}
.qty-wrapper .bt.type:before { content: '\f00c' }
.qty-wrapper .typing .bt { display: none }
.qty-wrapper .typing .bt.type { display: block }
.qty-wrapper .msg {
    opacity: 0;
    visibility: hidden;
    padding: 1rem;
    min-width: 150px;
    border-radius: 3px;
    text-align: center;
    font-size: .8rem;
    background: #fff799;
    color: rgba(0,0,0,.9);
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform-origin: center bottom;
    transform: translateX(-50%) scale(0);
    transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.qty-wrapper .msg:before {
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff799;
    content: ''
}
.qty-wrapper .msg.on {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1)
}
.qty-wrapper input {
    display: block;
    border-radius: 3px;
    width: 2.75rem;
    height: 2.75rem;
    padding: .5rem 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75rem;
    text-align: center
}

/* Produto */

/* @compartilhar */
.sharing-links .list {
    margin: 0 -.25rem -.5rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.sharing-links .list:before {
    content: 'Compartilhar';
    font-size: .8rem;
    opacity: .5;
    margin: 0 .25rem .5rem
}
.sharing-links li {
    margin: 0 .25rem .5rem;
    flex: 0 0 2rem;
}
.sharing-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    height: 2rem;
    width: 2rem;
    background: #3b5998;
}
.sharing-links a:hover { opacity: .8 }
.sharing-links .tt-share a { background: #00aced }
.sharing-links .gp-share a { background: #dd4b39 }
.sharing-links .wa-share a { background: #4dc247 }
.sharing-links .pt-share a { background: #cb2027 }
.sharing-links .tb-share a { background: #32506d }
.sharing-links .lk-share a { background: #007bb5 }
.sharing-links .email-to-friend a { background: #FF4200 }
.sharing-links .email-to-friend a:before {
    color: #FFFFFF;
    font-size: 1rem;

    content: "\f003";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
}
.sharing-links span { display: none }
.sharing-links .ico {
    width: 1rem;
    height: 1rem;
    fill: #fff;
}

/* @bt(comprar) */
.add-to-cart-buttons > *:not(:last-child) { margin-bottom: 1rem }
.add-to-cart-btn {
    display: block;
    padding: 0 1rem 0 4rem;
    width: 100%;
    line-height: 4rem;
    height: 4rem;
    white-space: nowrap;
    font-size: 2rem;
    font-weight: 700;
    background: #33B50B;
    color: #FFFFFF;
}
.add-to-cart-btn.whole { padding-left: 1rem }
.add-to-cart-btn:hover,
.add-to-cart-btn:active {
    background: #288F09;
    color: #FFFFFF;
}
.add-to-cart-btn.out-of-stock,
.add-to-cart-btn.out-of-stock:hover,
.add-to-cart-btn.out-of-stock:active {
    cursor: default;
    background: #e5e5e5;
    color: #666;
}
.add-to-cart-btn.no-qty { padding: 0 1rem }

/* @links */
.add-to-links li:not(:last-child) { margin-bottom: .25rem }
.add-to-links a {
    display: block;
    padding: .5rem;
    color: rgba(0,0,0,.7);
    font-size: .8rem;
    font-weight: 600;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    text-align: center;
    border-radius: 3px;
}
.add-to-links a:hover {
    background: #FF4200;
    color: #FFFFFF;
}

/* @fotos */
.product-image-gallery {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    margin-bottom: .5rem;
}
.product-image-container { margin-bottom: 1rem }
.product-image-thumbs {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    margin: 0 -.25rem -.5rem;
}
.product-image-thumbs li {
    flex: 0 1 20%;
    display: flex;
    flex-flow: column nowrap;
    padding: 0 .25rem .5rem;
    min-width: 3.25rem;
    min-height: 4.25rem;
}
.product-image-thumbs .thumb-link {
    display: block;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    overflow: hidden;
    flex: 1 1 100%;
}
body.safari .product-image-thumbs .thumb-link { min-height: 5rem }
.product-image-thumbs .thumb-link:hover,
.product-image-thumbs .thumb-link.on { box-shadow: 0 0 0 1px #FF4200 }
.product-image-thumbs .video-thumb {
    position: relative;
    flex: 1 1 100%;
    background-position: center;
    background-size: auto 140%;
    background-color: #FF4200;
    cursor: pointer;
    transition: all 300ms ease-out;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}
.product-image-thumbs .video-thumb .img { display: none }
.product-image-thumbs .play .ico {
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
    fill: #fff;
    overflow: visible;
    filter: url(#shadow--sm);
    transition: all 200ms ease-out;
}
.product-image-thumbs .video-thumb:hover { box-shadow: 0 0 0 1px #FF4200 }
.product-image-thumbs .video-thumb:hover .play .ico { opacity: .6 }
.product-image-thumbs .play span { display: none }
.more-views .title { display: none }

/* @marca */
.brand { padding-top: 1rem }
.brand a {
    display: inline-block;
    opacity: .6
}
.brand img {
    display: inline-block;
    height: 2rem;
    width: auto
}
.brand a:hover { opacity: 1 }

/* @parcelamento */
.parcelamento .title { display: none }
.parcelamento ul {
    font-size: .8rem;

    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;

    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
}
.parcelamento li {

    -webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
	     -moz-page-break-inside: avoid;
	          page-break-inside: avoid;
	               break-inside: avoid-column;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: .5rem 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.parcelamento .juros,
.parcelamento .s-juros {
    line-height: .7rem;
    text-align: right;
    font-size: .7rem;
    color: #888;
    font-style: italic
}
.parcelamento .s-juros {
    white-space: nowrap;
    padding: 0 4px 2px;
    border-radius: 3px;
    background: #FF4200;
    color: #FFFFFF;
}
.parcelamento .parcela { line-height: 1em }
.parcelamento .parcela .num,
.parcelamento .parcela .valor { font-weight: 600 }
.parcelamento .valor-total {
    font-size: .7rem;
    color: #888;
    order: 2;
    flex: 1 1 100%
}
.parcelamento .valor-total .label:after { content: ':' }
.parcelamento__hide { display: none }

/* @brinde */
.block-freegift {
    box-shadow: inset 0 0 0 3px #FF4200;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center
}
.block-freegift .title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FF4200
}
.freegifts li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 12px;
    text-align: left;
    display: flex;
    align-items: center;
}
.freegifts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.freegifts .thumb {
    margin-right: 10px;
    flex: 0 0 60px;
}
.freegifts .gift-name {
    color: #222;
    margin-bottom: 10px
}
.freegifts .price-box .label,
.freegifts .old-price,
.freegifts .preco-a-vista,
.freegifts .preco-parcelado { display: none }
.freegifts .special-price .price,
.freegifts .regular-price .price {
    font-size: 12px;
    color: #666;
    text-decoration: line-through
}

/* @simulador-frete */
.frete { margin-bottom: 0 !important }
.frete__title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    padding: .5rem;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    transition: all 200ms ease-out;
    margin-bottom: .25rem;
}
.frete__title .ico {
    margin-right: .5rem;
    width: 1rem;
    height: 1rem
}
.frete__title span { order: 1 }
.frete__title:hover {
    background: #FF4200;
    color: #FFFFFF
}
.frete__title:hover .ico { fill: #FFFFFF }
.frete__content { display: none }
.frete--open .frete__content { display: block }
.frete--open .frete__title {
    background: #FF4200;
    color: #FFFFFF
}
.frete--open .frete__title .ico { fill: #FFFFFF }
.frete__naosei {
    display: block;
    color: #888;
    font-size: .7rem;
    line-height: 2rem;
}
.frete__naosei:hover { text-decoration: underline }
.frete__actions {
    position: relative;
    flex: 0 0 2.75rem;
}
.frete__actions .btn { border-radius: 0 3px 3px 0 }
.frete__wait {
    position: absolute;
    top: calc(50% - 1rem);
    right: calc(100% + .25rem);
}
.frete__wait .svg-loader {
    width: 2rem;
    height: 2rem
}
.frete__form {
    display: flex;
    align-items: center;
}
.frete__form .input-box {
    display: flex;
    align-items: center
}
.frete__form label {
    color: #555;
    font-size: .8rem;
    text-transform: uppercase;
    flex: 0 0 auto;
    padding: 0 .5rem;
    line-height: 2.75rem;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    background: #eee;
    border-radius: 3px 0 0 3px;
}
.frete__form em { display: none }
.frete__form .input-text {
    flex: 1 1 auto;
    border-radius: 0 !important;
}
.frete__results {
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    position: relative;
}
.frete__results dl {
    position: relative;
    font-size: .8rem;
    margin-bottom: 1rem;
}
.frete__results dt {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .25rem
}
.frete__results dd:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1)
}
.frete__results li:not(:last-child) { margin-bottom: .25rem }
.frete__results .price {
    font-weight: 600;
    padding-left: .25rem
}
.frete__results .demo {
    font-size: .6rem;
    color: #888;
}
.frete__close {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
}
.frete__hide { display: none }

/* Tabs */
.tabs {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.tabs__tab {
    cursor: pointer;
    line-height: 2.75em;
    height: 2.75em;
    padding: 0 1em;
    font-size: .9rem;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom: 0;
    position: relative;
    z-index: 5;
    order: 1;
    align-self: flex-end;
}
.tabs__tab:not(:last-child) { margin-right: .25rem }
.tabs__tab.on {
    cursor: default;
    background: #fff;
    top: 1px;
    font-size: 1rem;
}
.tabs__tab:hover { background: #fff }
.tabs__content {
    display: none;
    padding: 1rem;
    max-width: 100%;
    flex: 1 1 100%;
    order: 2;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}
.tabs__content.on { display: block }
.tabs__hide { display: none }

/* Produto - Layout */
.product-options-bottom .price-box { display: none }
.col-main #messages_product_view { margin: 0 }
.product-essential { margin-bottom: 4rem }
#product_addtocart_form {
    display: flex;
    align-items: stretch;
    max-width: 100%;
}
.prod__img {
    flex: 0 0 400px;
    margin-right: 2rem;
}
.prod__shop {
    flex: 1 1 5rem;
    display: flex;
    align-items: stretch;
    min-width: 1px;
}
.prod__shop .col1 {
    flex: 1 1 5rem;
    min-width: 1px;
}
.prod__shop .col2 {
    flex: 0 0 16rem;
    order: 2;
    margin-left: 2rem;
}
.prod__shop .col1 > *,
.prod__shop .col2 > * { margin-bottom: 1rem }
.prod__shop .col1 > *:last-child,
.prod__shop .col2 > *:last-child { margin-bottom: 0 }

/* @nome */
.prod__name h1 {
    display: block;
    font-size: 3rem;
    color: #333;
    font-weight: 700;
}
.prod__name .sku {
    font-size: .8rem;
    color: #999
}

/* @avaliacoes */
.prod__shop .product-rate {
    display: flex;
    align-content: center;
}
.prod__shop .product-rate .to-rate {
    color: #666;
    display: block;
    font-size: .8rem;
    margin-left: .5rem
}
.prod__shop .product-rate .to-rate:hover { color: #FF4200 }

/* @bt(comprar) */
.prod__shop .add-to-cart {
    margin-bottom: 1rem;
    position: relative
}
.prod__shop .add-to-cart-buttons { position: relative }

/* qtd */
.prod__shop .qty-wrapper {
    position: absolute;
    top: 50%;
    left: .625rem;
    transform: translateY(-50%)
}
.prod__shop .qty-wrapper input {
    color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    background: rgba(0,0,0,.1)
}

/* @descricao(curta) */
.prod__short-desc {
    font-size: .8rem;
    color: #888;
}

/* @if(!is_disponivel) */
.prod__esgotado {
    background: #fff9ba;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    color: rgba(0,0,0,.5);
}
.prod__esgotado p:not(:last-child) {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.1)
}
.prod__esgotado a { color: rgba(0,0,0,.7) }
.prod__esgotado a:hover { text-decoration: underline }
#product-video .modal-container .std { overflow: visible }

/*
* @variacoes
*/

/* Configurável */
.configurable {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    margin: 0 -.5rem 1rem;
}
.configurable:before {
    flex: 1 1 100%;
    content: 'Escolha as opções:';
    display: block;
    margin-bottom: 1rem;
    padding: 0 .5rem;
    opacity: .5
}
.configurable__option {
    flex: 1 1 280px;
    min-width: 280px;
    padding: 0 .5rem 1rem;
}
.configurable__caption { margin-bottom: .5rem }
.configurable__caption em { display: none }
.configurable__caption span {
    padding-left: .25rem;
    font-weight: 700;
}
.configurable .configurable-swatch-list { margin: 0 -.5rem -1rem }
.configurable .configurable-swatch-list li { padding: 0 .5rem 1rem }
.configurable .configurable-swatch-list a {
    line-height: 2.75rem;
    min-width: 2.75rem;
    font-weight: 600;
}
.configurable .configurable-swatch-list img {
    width: 2.75rem;
    height: 2.75rem;
}
.configurable .validation-advice {
    right: auto;
    left: -21px;
    margin: 0;
    bottom: auto;
    top: -26px
}
.configurable .validation-advice div {
    right: auto;
    left: 0
}
.configurable .validation-advice div:before {
    right: auto;
    left: 4px
}

/* Empacotado */
.bundle {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    margin-bottom: 1.5rem;
}
.bundle:before {
    content: 'Monte o seu produto:';
    flex: 1 1 100%;
    display: block;
    margin-bottom: 1rem;
    opacity: .5
}
.bundle__option {
    flex: 1 1 100%;
    min-width: 280px;
    padding: 1rem;
    margin-bottom: .5rem;
    background: #333;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    transition: all 200ms ease-out;
    position: relative;
}
.bundle__option:hover {
    z-index: 10;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),
    0 1.5rem 1.5rem -1rem rgba(0,0,0,.2);
}
.bundle__caption {
    margin-bottom: 1rem;
    opacity: .5;
    font-size: .8rem;
    font-weight: 600;
}
.bundle__caption em { display: none }
.bundle__content {
    position: relative;
    display: flex;
    align-items: center
}
.bundle__content.one-option .input-box:after {
    margin-left: .25rem;
    color: #FF4200;

    content: "\f00c";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    flex: 0 0 auto;
}
.bundle .options-bundle-images {
    margin-right: 1rem;
    flex: 0 0 5rem;
}
.bundle .options-bundle-images li { display: none }
.bundle .options-bundle-images li.active { display: block }
.bundle .options-bundle-images img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}
.bundle .options-bundle-images.multiple {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap
}
.bundle .options-bundle-images.multiple li {
    padding: 2.5px;
    flex: 1 1 50%;
}
.bundle .options-list li {
    position: relative;
    font-size: .9rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: flex-start;
    margin-bottom: .5rem;
}
.bundle .options-list li:last-child { margin-bottom: 0 }
.bundle .options-list input {
    flex: 0 0 auto;
    position: relative;
    top: 3px
}
.bundle .options-list .label { flex: 1 1 auto }
.bundle .qty-holder {
    margin-left: 1rem;
    flex: 0 0 auto;
}
.bundle .qty-holder label { display: none }
.bundle .qty-holder input {
    display: block;
    text-align: center;
    padding: 0;
    width: 2.75rem
}
.bundle .qty-holder input.qty-disabled { display: none }
.bundle .input-box {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.bundle .price-notice {
    font-size: .8rem;
    font-weight: 400;
    color: #000;
    flex: 1 1 auto;
}
.bundle .options-bundle-checkbox { padding: 0 }
.bundle .bundle-checkbox-image {
    position: relative;
    max-height: 5rem;
    margin-right: 1rem;
    display: flex;
    flex: 0 0 5rem;
}
.bundle .bundle-checkbox-image img {
    display: block;
    margin: auto
}
#product-options-wrapper p.required { display: none }
tr.bundle {
    margin: 0;
    display: table-row;
}
tr.bundle:before { display: none }

/* Agrupado */
.grouped {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    margin: 0 -.25rem .5rem;
}
.grouped:before {
    content: 'Clique para escolher os itens que deseja:';
    flex: 1 1 100%;
    display: block;
    padding: 0 .25rem;
    margin-bottom: 1rem;
    opacity: .5
}
.grouped__option {
    flex: 1 1 calc(50% - .5rem);
    min-width: 250px;
    padding: 1rem;
    margin: 0 .25rem .5rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    cursor: pointer;
    position: relative;
    transition: all 200ms ease-out;
}
.grouped__option.added { box-shadow: inset 0 0 0 1px #FF4200 }
.grouped__option.added:not(.out-of-stock):hover { box-shadow: inset 0 0 0 1px #FF4200,0 1.5rem 1.5rem - 1rem rgba(0,0,0,.2) }
.grouped__option.out-of-stock {
    cursor: default;
    opacity: .5;
}
.grouped__caption {
    margin-bottom: 1rem;
    opacity: .5;
    font-size: .8rem;
    font-weight: 600;
}
.grouped__caption em { display: none }
.grouped__content {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}
.grouped__check {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,.2);
    transition: all 200ms ease-out;
}
.added .grouped__check {
    top: -1.5rem;
    height: 1rem;
    color: #FF4200;
}
.grouped__option:not(.out-of-stock):hover {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),0 1.5rem 1.5rem -1rem rgba(0,0,0,.2);
    z-index: 10
}
.grouped__option:not(.out-of-stock):hover .grouped__check { color: #FF4200 }
.grouped__check:before { 
    content: "\f067";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
.added .grouped__check:before { content: '\f00c' }
.grouped .grouped-images {
    max-height: 5rem;
    margin-right: 1rem;
    flex: 0 0 5rem;
    display: flex;
}
.grouped .grouped-images img {
    display: block;
    margin: auto
}
.grouped .grouped-price-box { flex: 1 1 auto }
.grouped .qty-holder {
    min-width: 2.75rem;
    margin-left: 1rem;
    flex: 0 0 2.75rem;
    position: relative;
}
.grouped .qty-holder label { display: none }
.grouped .qty-holder input {
    display: block;
    text-align: center;
    padding: 0;
    width: 2.75rem
}
.grouped .input-box { position: relative }
.grouped .x {
    position: absolute;
    top: .5rem;
    left: .5rem;
    z-index: 99;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    stroke: #FF4200;
    stroke-width: 2px;
    stroke-linecap: round;
    overflow: visible;
}
.grouped .availability {
    font-size: .8rem;
    font-weight: 600;
    color: #FF4200;
    flex: 1 1 auto;
    text-align: right;
}
.grouped .price-box { margin: 0 }
.grouped__configurable {
    order: 2;
    flex: 1 1 100%;
    padding-top: 1rem;
}

/* Customizado (Opções Customizadas) */
.options {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    margin: 0 -.5rem 1rem;
}
.options:before {
    content: 'Personalize seu produto:';
    flex: 1 1 100%;
    display: block;
    margin-bottom: 1rem;
    padding: 0 .5rem;
    opacity: .5
}
.options__option {
    flex: 1 1 50%;
    min-width: 280px;
    padding: 0 .5rem 1rem;
}
.options__caption {
    margin-bottom: .5rem;
    opacity: .5;
    font-size: .8rem;
    font-weight: 600;
}
.options__caption em { display: none }
.options__content {
    position: relative;
    display: flex;
    align-items: center
}
.options__content > .input-box { flex: 1 1 auto }
.options .img-calendar { color: #FF4200 }
.options .img-calendar:hover { color: #FF4200 }
.options .date.time .img-calendar { margin-right: 1rem }
.options .date.time select { min-width: 4rem }
.options .options-list li {
    position: relative;
    margin-bottom: .5rem;
}
.options .options-list li:last-child { margin-bottom: 0 }
.options input[type=text],
.options textarea,
.options select { width: 100% }
.options input.datetime-picker {
    flex: 0 0 7rem;
    max-width: 7rem;
    text-align: center;
}
.options p.note {
    font-size: .8rem;
    color: #888
}
.options .time-picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 8.75rem;
}
.options .time-picker:before {
    color: rgba(0,0,0,.4);
    margin-right: .25rem;

    content: "\f017";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
}

/* Baixável */
.downloadable { margin-bottom: 1rem }
.downloadable__caption {
    margin-bottom: .5rem;
    font-size: .8rem;
    font-weight: 600;
    opacity: .5;
}
.downloadable__caption em { display: none }
.downloadable__content { position: relative }
.downloadable__list li {
    position: relative;
    margin-bottom: 1rem;
}
.downloadable__list li:last-child { margin-bottom: 0 }
.downloadable__list .input-box {
    display: flex;
    align-items: center;
}
.downloadable__list .label {
    display: flex;
    align-items: center;
}
.downloadable .price-notice {
    color: #888;
    font-weight: 600;
    margin-left: .5rem;
}
.downloadable .validation-advice {
    right: auto;
    left: -20px;
    bottom: auto;
    top: 0
}
.downloadable .validation-advice div {
    right: auto;
    left: 0;
    transform-origin: left bottom;
    text-align: left
}
.downloadable .validation-advice div:before {
    left: 4px;
    right: auto
}
.downloadable dd:hover .validation-advice div {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}
.downloadable-sample-link {
    font-size: .8rem;
    position: relative;
    margin-left: .5rem;
    padding: .25rem .5rem;
    border-radius: 3px;
    color: #FFFFFF;
    background: #FF4200
}
.downloadable-sample-link:before {
    font-size: .8rem;
    margin-right: .25rem;

    content: "\f01a";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
}
.downloadable-sample-link .sep { display: none }
.downloadable-sample-link:hover {
    color: #FFFFFF;
    background: #FF4200
}
.downloadable__sample {
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    background: #fff;
}
.downloadable__sample li:not(:last-child) { margin-bottom: 1rem }
.downloadable__sample .link {
    color: #FF4200;
    display: flex;
    align-items: center;
}
.downloadable__sample .link:before {
    font-size: 1.2rem;
    margin-right: .5rem;

    content: "\f01a";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
}
.downloadable__sample .link:hover { color: #FF4200 }

/* Produto - Conteúdo Adicional */
.product-collateral > *:not(:last-child) { margin-bottom: 4rem }

/* Produto - Avaliações */
.reviews__content {
    display: flex;
    align-items: stretch;
}
.reviews__resume {
    flex: 0 0 18rem;
    margin-right: .5rem;
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.reviews__ratings {
    flex: 1 1 auto;
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.reviews__add {
    flex: 0 0 16rem;
    margin-left: .5rem;
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    position: relative;
}
.reviews__resume .product-rate {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}
.reviews__resume .product-rate .amount {
    display: block;
    opacity: .5;
    font-weight: 600;
}
.reviews__resume .product-rate .percent { display: block }
.reviews__resume .product-rate .rating-box {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.reviews__resume .product-rate .circle-percent .on {
    stroke-width: 4px;
    stroke-linecap: round;
}
.reviews__list {
    margin: 0 -1rem -1rem;
    overflow: auto;
    min-height: 24rem;
    max-height: 50vh;
}
.reviews__list::-webkit-scrollbar { width: 3px }
.reviews__list::-webkit-scrollbar-track {
    background-color: transparent;
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,66,0, .3) 50%);
    background-size: 2px 1px;
    border-radius: 3px
}
.reviews__list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(255,66,0, .7);
}
.reviews__list li {
    padding: 0 1rem 1rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.reviews__list li:not(:first-child) {
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
.reviews__list .title { margin: 0 1rem 0 0 }
.reviews__list .details {
    flex: 1 1 100%;
    margin-top: .5rem;
}
.reviews__list .review-meta {
    opacity: .5;
    font-size: .7rem;
}
.reviews__list .name { font-weight: 700 }
.reviews__list .date-time { margin-left: 1rem }
.reviews .product-rate .rating-box { display: block }
.reviews__logged .title { color: #FF4200 }
.reviews__add .myaccount { height: auto }
.reviews__add .myaccount__header { display: none }
.reviews__add .myaccount__content {
    position: static;
    display: block;
    width: auto;
    padding: 0;
    background: none;
    box-shadow: none;
}
.reviews__add .myaccount__content .title { display: none }
.reviews__add .buttons-set { padding-top: 1rem }
.reviews__add .btn { width: 100% }
.reviews__add .svg-loader {
    width: 2.75rem;
    height: 2.75rem;
    display: block;
    position: absolute;
    top: calc(50% - .125rem);
    left: calc(50% - 1.375rem);
    transition: all 200ms ease-out;
    opacity: 0;
}
.reviews__add.loading .svg-loader { opacity: 1 }
.reviews__return {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 1rem;
}
.reviews__return.success { color: #FF4200 }
.reviews__return.success:before {

    content: "\f00c";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    display: block;
    margin: 0 auto 1rem;
}
.reviews__return.error { color: #ff8469 }
.reviews__return.error:before {

    content: "\f00d";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    display: block;
    margin: 0 auto 1rem;
}
.reviews__no-reviews {
    padding-top: 10rem;
    text-align: center;
}
.reviews .be-first {
    font-weight: 700;
    color: #FF4200;
}
.review-summary {
    display: flex;
    align-items: center;
    justify-content: center
}
.review-summary li {
    height: 2.25rem;
    line-height: 2.25rem;
    flex: 0 0 auto;
    margin: 0 .5rem;
}
.review-summary input {
    position: fixed;
    top: -99999px;
    left: -99999px;
}
.review-summary label {
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    margin: 0;
}
.review-summary label:before {

    content: "\f005";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    display: block;
    color: rgba(0,0,0,.1);
    transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1)
}
.review-summary .hover label:before { color: rgba(0,0,0,.3) }
.review-summary .active label:before {
    color: #faa332;
    transform: scale(1.5);
}
.reviews__hide { display: none }

/* Produto - Compre Junto */
.jointsales__content {
    display: flex;
    align-items: stretch;
    position: relative;
    max-width: 100%;
}
.jointsales__current {
    flex: 0 0 30%;
    min-width: 1px;
    padding: 0 0 1.75rem;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    z-index: 2;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.jointsales__currentin {
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.jointsales__current .thumb {
    flex: 0 0 30%;
    margin-right: 1rem;
}
.jointsales__current .price-box { margin-bottom: 0 }
.jointsales .more {
    position: absolute;
    top: calc(50% - 1rem);
    right: -1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;
    color: #FF4200;
    transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(2.5);
}
.jointsales .more:before { 
    content: "\f067";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
.jointsales__items {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 1px;
    position: relative;
    z-index: 1;
}
.jointsales__row {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
    padding: 1rem;
    background: #fff;
    position: relative;
    transition: all 200ms ease-out;
    width: 100%;
}
.jointsales__row:not(:last-child) { margin-bottom: 1rem }
.jointsales__list {
    flex: 1 1 100%;
    min-width: 1px;
    display: flex;
    align-self: flex-start;
    justify-content: center;
}
.jointsales__item {
    flex: 1 1 20%;
    min-width: 1px;
    max-width: 50%;
    padding: 1rem;
}
.jointsales__item:not(:first-child) { border-left: 1px solid rgba(0,0,0,.1) }
.jointsales__item .thumb {
    margin-bottom: 1rem;
    display: block;
}
.jointsales__item .info { flex: 1 1 60% }
.jointsales__item .title {
    font-size: .8rem;
    font-weight: 600;
    color: rgba(0,0,0,.7)
}
.jointsales__options {
    flex: 1 1 100%;
    min-width: 1px;
    margin: 1rem -.5rem -1rem;
    display: flex;
    flex-flow: row wrap;
}
.jointsales__options li {
    padding: 0 .5rem 1rem;
    min-width: 80px;
    flex: 1 1 50%;
}
.jointsales__options label {
    display: block;
    margin-bottom: .5rem;
    font-size: .8rem;
    font-weight: 700;
    color: rgba(0,0,0,.7);
    text-transform: capitalize;
}
.jointsales__options em { display: none }
.jointsales__options select { height: 2rem }
.jointsales__totals {
    font-size: .8rem;
    color: rgba(0,0,0,.6);
    margin-top: 1rem;
}
.jointsales__totals .price {
    font-weight: 700;
    color: #FF4200
}
.jointsales__totals .economize {
    display: inline-block;
    margin-top: .25rem;
    padding: .25rem .5rem;
    border-radius: 3px;
    background: #FF4200;
    color: #FFFFFF;
}
.jointsales__totals .economize .price { color: #FFFFFF }
.jointsales__payments {
    font-size: .8rem;
    line-height: 1em;
    margin-top: 1rem;
}
.jointsales__payments .preco-parcelado-sem-juros,
.jointsales__payments .avista { margin-bottom: .5rem }
.jointsales__action { margin-top: 1rem }
.jointsales .owl-wrapper-outer {
    border: 1px solid rgba(0,0,0,.1);
    border-width: 1px 1px 1px 0;
}
.jointsales .owl-wrapper.owl-flex { align-items: flex-start }
.jointsales .owl-prev,
.jointsales .owl-next {
    top: calc(100% - 1.75rem);
    background: none;
    color: #FF4200;
    box-shadow: none;
    left: auto;
    right: auto;
}
.jointsales .owl-prev { left: 0 }
.jointsales .owl-next { right: 0 }
.jointsales .regular-price,
.jointsales .special-price { font-size: .8rem }

/* Produto - PayPal */
.paypal-logo.no-bml {
    padding-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
    justify-content: flex-end;
}
.paypal-or {
    line-height: 2rem;
    margin-right: .5rem;
}

/* Modal */
.modal__content::-webkit-scrollbar-thumb { background: #FF4200 }

/* Floater */
.floater__content::-webkit-scrollbar-thumb { background: #FF4200 }

/* Termos de Aceite */
.terms__content::-webkit-scrollbar-thumb { background: #FF4200 }

/* Loader - Rolagem Infinita */
.ias-trigger { text-align: center }
.ias-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Carrinho */
.cart__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart__links .btn-checkout {
    background: #33B50B;
    color: #FFFFFF;
}
.cart__links .btn-checkout:hover {
    background: #288F09;
    color: #FFFFFF;
}
.cart-table header {
    background: #FF4200;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.75rem;
}
.cart-table .th {
    padding: 0 1rem;
    flex: 1 1 10%;
}
.cart-table .cart-product-head { flex: 1 1 65% }
.cart-table main {
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
}
.cart-product-line {
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    align-content: stretch;
    justify-content: space-between
}
.cart-product-line:last-child { border: 0 }
.cart-product-line > div {
    padding: 1rem;
    flex: 1 1 10%;
}
.cart-product-line > div:first-child {
    flex: 1 1 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-product-line > .product-cart-actions {
    display: flex;
    align-items: center
}
.cart-table .product-image {
    margin-right: 1rem;
    flex: 0 0 100px;
}
.cart-table .product-info { flex: 1 1 auto }
.cart-table .btn-remove {
    box-shadow: none;
    flex: 0 0 2.75rem;
    margin-left: 1rem;
}
.cart-table h2.name {
    font-size: 1.5rem;
    color: #111;
    font-weight: 400;
    display: block;
    margin-bottom: .25rem
}
.cart-table h2.name a { color: #111 }
.cart-table h2.name a:hover { color: #FF4200 }
.cart-table .sku {
    font-size: .8rem;
    color: #888;
    display: block
}
.cart-table .item-options {
    padding: .5rem;
    margin-top: 1rem;
    border-radius: 3px;
    background: #f0f6f9;
    color: #666;
    font-size: .8rem
}
.cart-table .item-options dt {
    font-weight: 600;
    color: #333
}
.cart-table .item-options dd:not(:last-child) { margin-bottom: 1rem }
.cart-table .item-options .price {
    font-weight: 600;
    margin-left: .25rem
}
.cart-table .qty-wrapper { flex: 0 0 2.75rem }
.cart-table .qty-wrapper .bt {
    background: #FF4200;
    color: #FFFFFF;
}
.cart-table .qty-wrapper .bt:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.cart-table footer {
    display: flex;
    justify-content: flex-end;
}
.cart-table .btn-empty { box-shadow: none }
.cart-table .giftwrap_button {
    flex: 0 0 auto;
    font-size: .8rem;
    border-radius: .25rem;
    background: #FF4200;
    color: #FFFFFF;
    padding: .5rem;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    order: 99;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    cursor: pointer;
}
.cart-table .giftwrap_button .giftwrap_last {
    flex: 0 0 auto;
    margin-right: .5rem;
    order: -1;
}
.cart-table .giftwrap_button .giftwrap-price {
    font-weight: 700;
    margin-left: .5rem;
}
.cart-table .giftwrap_button:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.cart__boxes {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 1rem
}
.cart__boxes > * {
    flex: 1 1 33.333%;
    min-width: 280px;
}
.cart-empty {
    text-align: center;
    padding-top: 5rem;
}

/* Carrinho - Simulador de Frete */
.shipping {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}
.shipping__form {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.shipping__desc { display: none }
.shipping__postcode {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.shipping__postcode label {
    flex: 0 0 auto;
    margin-right: .5rem;
}
.shipping__postcode em { display: none }
.shipping__postcode .input-box { flex: 1 1 auto }
.shipping__action { flex: 0 0 auto }
.co-shipping {
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: .8rem;
}
.co-shipping__methods dt {
    margin-bottom: .25rem;
    font-weight: 700;
}
.co-shipping__methods dd:not(:last-child) { margin-bottom: 1rem }
.co-shipping__methods li:not(:last-child) { margin-bottom: .5rem }
.co-shipping__methods .price { font-weight: 600 }

/* Carrinho - Cupom de Desconto */
.coupon {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}
.coupon__form {
    display: flex;
    align-items: center;
}
.coupon__form label { display: none }
.coupon__form .input-box { flex: 1 1 auto }

/* Carrinho - Totais */
.totals {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}
.totals__content { margin: 0 -1rem }
.totals__table th,
.totals__table td {
    padding: .5rem 1rem;
    background: none;
    border: 0 !important
}
.totals__table .a-right:first-child { text-align: left }

/* Carrinho - Mensagem Frete Grátis */
.msg-free_shipping {
    padding: 1rem;
    text-align: center;
    margin: .25rem 0;
    background: #FF4200;
    color: #FFFFFF;
}

/* Carrinho - Vendas Cruzadas */
.crosssell__options {
    flex: 1 1 100%;
    margin: 1rem -.5rem 0;
    display: flex;
    flex-flow: row wrap;
}
.crosssell__options li {
    padding: 0 .5rem 1rem;
    flex: 1 1 50%;
}
.crosssell__options label {
    display: block;
    margin-bottom: .5rem;
    font-size: .8rem;
    font-weight: 700;
    color: rgba(0,0,0,.7);
    text-transform: capitalize;
}
.crosssell__options em { display: none }
.crosssell__options select { height: 2rem }
.crosssell__btn { margin-top: 1rem }

/* Tabelas */
table thead th,
table thead td {
    border: 0;
    background: #FF4200;
    font-size: .8rem;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    padding: .5rem 1rem;
}
table tbody th,
table tbody td {
    border-width: 1px 0;
    font-size: 1rem;
    color: #555
}
table tbody th:first-child,
table tbody td:first-child { border-left: 1px solid rgba(0,0,0,.1) }
table tbody th:last-child,
table tbody td:last-child { border-right: 1px solid rgba(0,0,0,.1) }
table dl.item-options {
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
    background: #f0f6f9;
    font-size: 12px
}
table dl.item-options dt {
    font-weight: 600;
    color: #333
}
table dl.item-options dd {
    color: #666;
    margin-bottom: 10px
}
table dl.item-options dd:last-child { margin-bottom: 0 }
table dl.item-options .price {
    font-weight: 600;
    padding-left: 3px
}
table dl.item-options a {
    color: #FF4200;
    text-decoration: underline
}
table dl.item-options a:hover { color: #FF4200 }
table tfoot th,
table tfoot td { background: #f5f5f5 }
table tbody .bundle.label th,
table tbody .bundle.label td {
    padding: .5rem 1rem;
    font-weight: 700;
    background: #f0f6f9
}
table tbody .bundle.child th,
table tbody .bundle.child td {
    padding: .5rem 1rem;
    font-size: .8rem;
    background: #f0f6f9
}
table tbody .bundle.child th:first-child:before,
table tbody .bundle.child td:first-child:before { content: '• ' }
table tbody .bundle.child th div,
table tbody .bundle.child td div { display: inline }
table a {
    font-weight: 600;
    color: #FF4200;
}
table a:hover { color: #FF4200 }
table .price-box { margin: 0 }

/* Sucesso */
.checkout-onepage-success .page-title { text-align: center }
.checkout-onepage-success .page-title small { display: block }
.success-content {
    display: block;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    text-align: center;
}
.success-content .ico-case { margin-bottom: 1rem }
.success-content .ico {
    margin: 0 auto;
    display: block;
    width: 5rem;
    height: 5rem;
    fill: url(#button_v);
    animation: success 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s 1 forwards;
}
.success-content > *:not(.ico-case):not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.success-content .order-number {
    font-size: 1.5rem;
    color: #333
}
.success-content .order-number .txt { display: block }
.success-content .order-number .number {
    font-size: 3rem;
    color: #33B50B
}
.success-content .order-number a.number:hover { color: #288F09 }
.success-content .confirmation,
.success-content .print {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-content .confirmation:before {
    flex: 0 0 auto;
    margin-right: 1rem;
    color: #999;
    content: '\f0e0'
}
.success-content .print:before {
    flex: 0 0 auto;
    margin-right: 1rem;
    color: #999;
    content: '\f02f'
}
.success-content .print a {
    margin: 0 .5rem;
    font-weight: 600;
    color: #FF4200
}
.success-content .print a:hover { text-decoration: underline }
.success-content .pagto a {
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    padding: 0 1em;
    line-height: 2.75em;
    height: 2.75em;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    border: 0;
    font-size: 1rem;
    background: #FF4200;
    color: #FFFFFF;
    transition: all 200ms ease-out;
}
.success-content .pagto a.boleto:before {
    content: '\f02a';
    margin-right: 1rem
}
.success-content .pagto a:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.success-content .pagto a:active {
    padding-top: 4px;
    box-shadow: inset 0 4px 0 rgba(0,0,0,.3)
}
.buttons-success {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.buttons-success .my-order {
    margin-left: 2rem;
    background: #33B50B;
    color: #FFFFFF;
}
.buttons-success .my-order:hover {
    background: #288F09;
    color: #FFFFFF;
}
@keyframes success {
    from {
        opacity: 0;
        transform: scale(0)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}
.title-retorno-mp {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #FF4200;
}
.dados-retorno-mp li:not(:last-child) { margin-bottom: 5px }
.dados-retorno-mp span { padding-right: 5px }
.dados-retorno-mp .approved strong { color: #8dc63f }
.dados-retorno-mp .rejected strong { color: #ed1c24 }
.dados-retorno-mp .general strong { color: #FF4200 }
.checkout-onepage-success .col-main a[href*='ebitempresa'] {
    display: block;
    margin: 0 0 20px;
    text-align: center;
}
.checkout-onepage-success .col-main a[href*='ebitempresa']:last-child { margin-bottom: 0 }

/* Login */
.customer-account-login .page-title { text-align: center }
.accountlogin {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.accountlogin > div {
    flex: 1 1 50%;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    min-width: 280px;
}
.accountlogin .socialconnect__login .title { display: none }
.accountlogin__registered label { display: none }
.accountlogin__registered .forgot {
    position: absolute;
    top: 2.75rem;
    left: 1.5rem;
    line-height: 1rem;
    font-size: .6rem;
}
.accountlogin__registered .form-list .fields > .actions { flex: 0 0 auto }
.accountlogin__new {
    display: flex;
    flex-flow: column nowrap;
}
.accountlogin__new ul {
    font-size: .8rem;
    flex: 1 1 auto
}
.accountlogin__new li:not(:last-child) { margin-bottom: .5rem }
.accountlogin__new li:before {
    content: '\f00c';
    margin-right: .5rem;
    color: #FF4200;
}
.accountlogin__new .btn {
    width: 100%;
    text-align: center;
}
.accountlogin__new .buttons-set { padding-bottom: 1rem }

/* Login - Recuperar Senha */
.customer-account-forgotpassword .page-title { text-align: center }
.forgotpass {
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
}
.forgotpass .fieldset { margin-bottom: 1rem }
.forgotpass label { display: none }
.forgotpass input { text-align: center }
.forgotpass .buttons-set { display: flex }
.forgotpass .btn-reset {
    flex: 1 1 auto;
    margin-left: 1rem;
}

/* Resetar senha */
.reset-password-form { max-width: 600px }
.reset-password-form .fieldset { margin-bottom: 20px }
.reset-password-form p.required { display: none }

/* Cadastro */
.customer-account-create .page-title { text-align: center }
.account-create form {
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.account-create p.required,
.account-create .back-link { display: none }
.account-create .buttons-set { padding-top: 1rem }
.account-create .buttons-set .button {
    display: block;
    margin-left: auto;
    background: #33B50B;
    color: #FFFFFF
}
.account-create .buttons-set .button:hover {
    background: #288F09;
    color: #FFFFFF
}
.account-create .form-list .fields > * { min-width: 220px }
.account-create .socialconnect:before { display: none }
.form-list .fields.tipopessoa label { opacity: .5 }
.form-list .fields.tipopessoa label.on {
    color: #FF4200;
    opacity: 1;
}

/* Painel do Cliente */
.my-account { color: #666 }
.my-account p.required,
.my-account .back-link { display: none }
.my-account form h2.legend {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #FF4200
}
.my-account form > *:not(:last-child) { margin-bottom: 1rem }
.welcome-msg {
    display: flex;
    align-items: center
}
.welcome-msg .picture {
    margin: 0 1rem;
    box-shadow: 0 0 0 5px #fff,0 0 0 6px #FF4200;
    flex: 0 0 6rem;
    height: 6rem;
    border-radius: 100%;
    overflow: hidden
}
.welcome-msg .picture img {
    display: block;
    width: 100%;
    min-height: 6rem
}
.welcome-msg .hello {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #FF4200
}
.dashboard .box-account { margin-bottom: 2rem }
.box-account .box-head,
.box-account .box-title {
    margin-bottom: 1rem;
    color: #FF4200;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-account .box-head:before,
.box-account .box-title:before {
    display: block;
    margin-left: 1rem;
    border-top: 1px solid rgba(255,66,0, .5);
    content: '';
    flex: 1 1 auto;
}
.box-account .box-head h2,
.box-account .box-title h3 { order: -1 }
.box-account .box-head .title,
.box-account .box-title .title { margin: 0 }
.box-account .box-head a,
.box-account .box-title a { margin-left: 1rem }
.box-account .col2-set,
.box-account .col4-set { margin: 0 }
.box-account .col2-set > div,
.box-account .col4-set > div {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}
.box-account .box-content { line-height: 1.5em }
.my-account .pager {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.my-account .pager:last-child,
.my-account .pager:nth-last-child(2) {
    margin-top: 1rem;
    padding: 1rem 0 0;
    border-bottom: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}
.my-account .pager .amount span {
    color: #333;
    font-weight: 600
}
.my-account .pager .limiter {
    opacity: .6;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.my-account .pager .limiter:hover { opacity: 1 }
.my-account .pager .limiter select {
    width: 2.75rem;
    margin: 0 1rem;
}
.my-account .pager .limiter .per { flex: 0 0 auto }
.my-account .pager .pages .label { display: none }
.my-account .pager ol {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.my-account .pager ol li {
    margin-left: .25rem;
    font-size: .9rem;
    color: #333;
    line-height: 2rem
}
.my-account .pager ol li span span {
    display: block;
    line-height: 2rem;
    padding: 0 .5rem;
    border-radius: 3px;
    background: #FF4200;
    color: #FFFFFF
}
.my-account .pager ol li a {
    display: block;
    line-height: 2rem;
    padding: 0 .5rem;
    color: #333;
    border-radius: 3px
}
.my-account .pager ol li a:hover { background: rgba(0,0,0,.2) }
.my-account .pager ol li a.next span,
.my-account .pager ol li a.previous span { display: none }
.my-account .pager ol li a.next:before,
.my-account .pager ol li a.previous:before {
    display: block;
    line-height: 2rem;
    content: '\f054';
    color: #FF4200
}
.my-account .pager ol li a.previous:before { content: '\f053' }
.my-orders {
    margin: 0 -.5rem -1rem;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start
}
.my-orders .item-order {
    margin: 0;
    padding: 0 .5rem 1rem;
    flex: 0 1 33.333%;
    display: flex;
    align-items: stretch;
}
.my-orders .last-order { flex: 1 1 100% }
.my-orders article {
    position: relative;
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 100%;
}
.my-orders article.state-complete { box-shadow: inset 0 0 0 1px #33B50B }
.my-orders .last-order article:before {
    display: block;
    line-height: 1rem;
    padding: 0 1rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    font-size: .7rem;
    color: #FFFFFF;
    background: #FF4200;
    content: 'Último pedido'
}
.my-orders header {
    margin-bottom: 1rem;
    padding: 0 1rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #777;
    font-size: .8rem
}
.my-orders .order-num {
    color: #444;
    font-size: 1rem;
}
.my-orders .order-num .num {
    font-weight: 700;
    color: #FF4200
}
.my-orders main {
    flex: 1 1 auto;
    display: flex;
}
.my-orders footer {
    margin-top: 1rem;
    padding: 1rem 1rem 0;
    border-top: 1px solid rgba(0,0,0,.1)
}
.my-orders .last-order footer { margin-top: 1rem }
.my-orders .order-open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    z-index: 10;
    display: flex;
}
.my-orders .order-open span {
    opacity: 0;
    margin: auto;
    transform: scale(0);
}
.my-orders .order-open:hover { box-shadow: inset 0 0 0 1px #FF4200 }
.my-orders .order-open:hover span {
    opacity: 1;
    transform: scale(1)
}
.order-products {
    margin: auto;
    display: flex;
    flex-flow: row wrap
}
.order-products .images,
.order-products .names {
    text-align: center;
    flex: 1 1 100%;
}
.order-products .images {
    margin-bottom: 1rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}
.order-products .img {
    margin: .25rem;
    max-width: 5rem;
    flex: 1 0 2rem
}
.last-order .order-products .img { max-width: 8rem }
.order-products .name {
    font-size: 1rem;
    color: #555;
    line-height: 1.3em;
    text-align: center
}
.order-products .name:not(.first):before {
    padding: 0 .5rem;
    content: '+';
    color: #999
}

/* Painel do Cliente - Afiliados */
.data-range {
    display: flex;
    align-items: center;
}
.data-range.from-date { margin-bottom: .5rem }
.data-range span { flex: 0 0 2rem }
.data-range input { flex: 1 1 auto }
.data-range:after {

    content: "\f073";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-left: .5rem;
    flex: 0 0 auto;
}
#affiliate-coupon-codes .-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
#affiliate-coupon-codes .-title {
    text-transform: uppercase;
    font-size: 1rem;
}
#affiliate-coupon-codes li { margin-bottom: 2rem }
#affiliate-coupon-codes li:last-child { margin-bottom: 0 }
.tweeter a {
    color: #00aced;
    font-size: .8rem;
}
.tweeter a:before {

    content: "\f099";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    color: #00aced
}
#affiliateplus-sidebar .actions { margin-bottom: 2rem }
#affiliate-personal-url-form { margin-bottom: 2rem }
#affiliate-opc-personal-url {
    display: flex;
    align-items: flex-end;
}
#affiliate-opc-personal-url ul {
    flex: 1 1 auto;
    min-width: 1px;
}
#affiliate-opc-personal-url .buttons-set {
    flex: 0 0 auto;
    margin-left: 1rem;
}
#input-personal-url { position: relative }
#input-personal-url label {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: .25;
    padding: 0 .1rem 0 1rem;
    transform: translateY(-50%);
}
.affiliateplus-opc {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}
.affiliateplus-opc .step-title {
    padding: 1rem;
    border-top: 1px solid #ddd;
    cursor: pointer;
}
.affiliateplus-opc .step-title:hover {
    color: #FF4200;
    background: rgba(0,0,0,.02);
}
.affiliateplus-opc .a-item {
    padding: 0 10px;
    margin-bottom: 20px;
}

/* Painel do Cliente - Status dos Pedidos */
.order-status {
    position: relative;
    font-size: .8rem;
    color: #666;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-status:before,
.order-status:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    border-radius: 5px;
    content: '';
    box-shadow: inset 0 0 0 1px #fff
}
.order-status:before {
    width: 100%;
    background: rgba(0,0,0,.2)
}
.order-status:after { box-shadow: none }
.order-status .ico {
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 1rem;
    transform: scale(0);
    order: -1;
    transform-origin: center bottom;
}
.order-status .ico,
.order-status:after {
    animation-delay: 900ms;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-iteration-count: 1;
    animation-direction: normal
}
.order-status:after {
    animation-delay: 0ms;
    animation-duration: 1000ms;
    animation-timing-function: ease-out
}

/* Painel do Cliente - Status NEW */
.order-status.state-new strong,
.order-status.state-pending_payment strong,
.order-status.state-payment_review strong { color: #FF4200 }
.order-status.state-new:after,
.order-status.state-pending_payment:after,
.order-status.state-payment_review:after { animation-name: os-new-bar }
.order-status.state-new .ico,
.order-status.state-pending_payment .ico,
.order-status.state-payment_review .ico { animation-name: os-new }
@keyframes os-new {
    0% { transform: scale(0) }
    100% {
        fill: #FF4200;
        transform: scale(1)
    }
}
@keyframes os-new-bar {
    0% { width: 0 }
    100% {
        width: 33.333%;
        background: #FF4200
    }
}

/* Painel do Cliente - Status PROCESSING */
.order-status.state-processing strong { color: #FF4200 }
.order-status.state-processing:after { animation-name: os-processing-bar }
.order-status.state-processing .ico { animation-name: os-processing }
@keyframes os-processing {
    0% { transform: scale(0) }
    100% {
        fill: #FF4200;
        transform: scale(1)
    }
}
@keyframes os-processing-bar {
    0% { width: 0 }
    100% {
        width: 66.666%;
        background: #FF4200
    }
}

/* Painel do Cliente - Status COMPLETE */
.order-status.state-complete strong { color: #33B50B }
.order-status.state-complete:after { animation-name: os-complete-bar }
.order-status.state-complete .ico { animation-name: os-complete }
.order-status.state-complete span:after {
    padding-left: .25rem;
    font-size: 1rem;
    color: #33B50B;
    content: '\f00c'
}
@keyframes os-complete {
    0% { transform: scale(0) }
    100% {
        fill: #33B50B;
        transform: scale(1)
    }
}
@keyframes os-complete-bar {
    0% { width: 0 }
    100% {
        width: 100%;
        background: #33B50B
    }
}

/* Painel do Cliente - Status HOLDED */
.order-status.state-holded strong { color: #e98f33 }
.order-status.state-holded:after { animation-name: os-holded-bar }
.order-status.state-holded .ico { animation-name: os-holded }
@keyframes os-holded {
    0% { transform: scale(0) }
    100% {
        fill: #e98f33;
        transform: scale(1)
    }
}
@keyframes os-holded-bar {
    0% { width: 0 }
    100% {
        width: 100%;
        background: #fff;
        box-shadow: inset 0 0 0 1px #e98f33
    }
}

/* Painel do Cliente - Status CANCELED */
.order-status.state-closed strong,
.order-status.state-canceled strong { color: #ea1d2c }
.order-status.state-closed:after,
.order-status.state-canceled:after { animation-name: os-canceled-bar }
.order-status.state-closed .ico,
.order-status.state-canceled .ico { animation-name: os-canceled }
@keyframes os-canceled {
    0% { transform: scale(0) }
    100% {
        fill: #ea1d2c;
        transform: scale(1)
    }
}
@keyframes os-canceled-bar {
    0% { width: 0 }
    100% {
        width: 100%;
        background: #ea1d2c;
        box-shadow: inset 0 0 0 2px #fff
    }
}

/* Painel do Cliente */
.my-account .buttons-set { text-align: right }
.title-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-buttons:after {
    margin: 0 .5rem;
    border-top: 1px solid #ddd;
    content: '';
    flex: 1 1 auto;
}
.title-buttons button,
.title-buttons a { order: 2 }
.title-buttons .separator { display: none }
.addresses-list { margin: 0 !important }
.addresses-list h2 {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #FF4200
}
.addresses-primary {
    padding: 1rem !important;
    border-radius: 3px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1)
}
.addresses-primary h2 { color: #33B50B }
.addresses-primary ol li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    line-height: 1.5em
}
.addresses-primary ol li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.addresses-primary address { margin-bottom: .25rem }
.addresses-primary h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #288F09;
    align-items: center;
    display: flex;
}
.addresses-primary h3 .ico {
    height: 1rem;
    width: 1rem;
    margin-left: 1rem;
    fill: #288F09
}
.addresses-additional ol li {
    line-height: 1.5em;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.addresses-additional ol li:last-child { margin-bottom: 0 }
.addresses-additional address {
    margin-right: 1rem;
    flex: 1 1 auto;
}
.addresses-additional .separator { display: none }
.addresses-additional a {
    display: block;
    margin: 0 0 .5rem;
    white-space: nowrap;
    line-height: 1rem;
    border-radius: 3px;
    opacity: .7;
    padding: 0 .5rem;
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #FF4200;
    box-shadow: inset 0 0 0 1px #FF4200
}
.addresses-additional a:hover {
    color: #FFFFFF;
    background: #FF4200
}
.account-edit-form-list {
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1)
}
.title-buttons .order-status {
    margin: 0 0 -1rem 1.5rem;
    font-size: 1rem;
    justify-content: flex-start;
}
.title-buttons .order-status span { max-width: 26rem }
.sales-order-view .title-buttons,
.sales-order-shipment .title-buttons,
.sales-order-invoice .title-buttons {
    margin-bottom: 2rem;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.sales-order-view .title-buttons h1,
.sales-order-view .title-buttons .order-status,
.sales-order-shipment .title-buttons h1,
.sales-order-shipment .title-buttons .order-status,
.sales-order-invoice .title-buttons h1,
.sales-order-invoice .title-buttons .order-status { order: 1 }
.sales-order-view .title-buttons h1,
.sales-order-shipment .title-buttons h1,
.sales-order-invoice .title-buttons h1 { white-space: nowrap }
.sales-order-view .title-buttons .order-status,
.sales-order-shipment .title-buttons .order-status,
.sales-order-invoice .title-buttons .order-status { flex: 1 1 auto }
.sales-order-view .title-buttons:after,
.sales-order-shipment .title-buttons:after,
.sales-order-invoice .title-buttons:after {
    border: 0;
    margin: 0;
    order: 2;
    flex: 1 1 100%;
}
.sales-order-view .title-buttons a,
.sales-order-shipment .title-buttons a,
.sales-order-invoice .title-buttons a {
    margin-right: .5rem;
    line-height: 1rem;
    border-radius: 3px;
    opacity: .7;
    padding: 0 .5rem;
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #FF4200;
    box-shadow: inset 0 0 0 1px #FF4200;
    order: 3;
}
.sales-order-view .title-buttons a:hover,
.sales-order-shipment .title-buttons a:hover,
.sales-order-invoice .title-buttons a:hover {
    color: #FFFFFF;
    background: #FF4200
}
.order-date {
    font-size: 1rem;
    color: #FF4200
}
.order-date:before {
    content: '\f133';
    font-size: 1rem;
    margin-right: .5rem
}
dl.order-info dt { display: none }
#order-info-tabs {
    display: flex;
    align-items: flex-end
}
#order-info-tabs li {
    margin-right: .5rem;
    line-height: 2rem;
    border-radius: 3px;
    padding: 0 1rem;
    font-weight: 600;
    opacity: .7;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
#order-info-tabs li.current {
    color: #FFFFFF;
    background: #FF4200;
    box-shadow: inset 0 0 0 1px #FF4200;
    opacity: 1;
}
#order-info-tabs li.current:before {
    content: '';
    display: block;
    border: 5px solid transparent;
    border-top-color: #FF4200;
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
}
#order-info-tabs a {
    display: block;
    line-height: 2rem;
    padding: 0 1rem;
    color: #888
}
#order-info-tabs a:hover { color: #333 }
.order-items.order-details { margin-top: 1rem }
.order-info-box { margin: 0 }
.order-info-box > div {
    padding: 1rem;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    background: #fff;
    font-size: .8rem;
    line-height: 1.5em
}
.order-info-box .box-title h2 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #FF4200
}
.order-info-box .box-title .ico {
    height: 1rem;
    width: 1rem;
    margin-left: 1rem;
    fill: #288F09
}
.order-info-box .shipping-address h2,
.order-info-box .billing-address h2 { color: #288F09 }
.bankpayment_info {
    padding: 5px;
    background: #f0f6f9;
    color: #222;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row wrap;
}
.bankpayment_info dt {
    min-width: 35%;
    max-width: 35%;
    padding: 5px;
    font-weight: 600
}
.bankpayment_info dd {
    padding: 5px;
    flex: 1 1 65%;
}
.boleto-info a {
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    padding: 0 1em;
    line-height: 2.75em;
    height: 2.75em;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    border: 0;
    font-size: 1rem;
    background: #33B50B;
    color: #FFFFFF;
    transition: all 200ms ease-out;
}
.boleto-info a:before {
    position: relative;
    top: -2px;
    font-size: 20px;
    content: '\f02a';
    vertical-align: middle;
    margin-right: 10px
}
.boleto-info a:hover {
    background: #288F09;
    color: #FFFFFF
}
.boleto-info a:active {
    padding-top: 4px;
    box-shadow: inset 0 4px 0 rgba(0,0,0,.3)
}
.order-items > * { margin-bottom: 20px }
.order-items > *:last-child { margin-bottom: 0 }
.order-items .table-caption {
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center
}
.order-items .table-caption .separator,
.order-items .sub-title .separator {
    font-weight: 400;
    color: #999;
    padding: 0 7px
}
.order-items a {
    display: inline-block;
    line-height: 20px;
    border-radius: 3px;
    opacity: .7;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FF4200;
    box-shadow: inset 0 0 0 1px #FF4200
}
.order-items a:hover {
    color: #FFFFFF;
    background: #FF4200
}
.order-items a.link-print:before {
    content: '\f02f';
    margin-right: 5px
}
.order-items table tbody th,
.order-items table tbody td { vertical-align: middle }
.order-items div.qty {
    font-size: 14px;
    text-align: left;
    white-space: nowrap
}
.order-items div.qty strong { font-size: 16px }
.order-items div.shipped { color: #33B50B }
.order-items *:not(.order-links) a[onclick*=track] {
    opacity: 1;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    display: inline-block;
    color: #33B50B;
    box-shadow: inset 0 0 0 1px #33B50B
}
.order-items *:not(.order-links) a[onclick*=track] .ico {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    height: 20px;
    fill: #33B50B
}
.order-items *:not(.order-links) a[onclick*=track]:hover {
    background: rgba(51,181,11, .1);
    color: #288F09;
    box-shadow: inset 0 0 0 1px #288F09
}
.order-items *:not(.order-links) a[onclick*=track]:hover .ico { fill: #33B50B }
table.tracking-table tbody th,
table.tracking-table tbody td {
    padding: 10px;
    border-width: 0 0 1px
}
.newsletter-manage-index .my-account .buttons-set { text-align: left }
.block-account {
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}
.block-account .block-title { display: none }
.block-account .block-title strong { font-weight: 400 }
.block-account ul li { margin-bottom: .5rem }
.block-account ul li.last {
    padding: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin: .5rem -1rem -1rem;
}
.block-account ul li.last a {
    display: block;
    font-size: 0;
    text-indent: -9999px;
    padding: 1rem;
}
.block-account ul li.last a:after {
    content: 'Sair';
    display: block;
    font-size: 1rem;
    text-indent: 0;
}
.block-account a { color: #666 }
.block-account .current a,
.block-account a:hover { color: #FF4200 }
.my-wishlist .buttons-set {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.my-wishlist .buttons-set button:not(:first-child) { margin-left: 1rem }
.my-wishlist .buttons-set button.btn-add { order: 2 }
.my-account table:not(#wishlist-table) a { font-size: .8rem }
.my-account table .product-name a {
    font-size: 1rem;
    text-decoration: none
}
.wishlist-sku {
    font-size: .8rem;
    margin-bottom: .5rem
}
#wishlist-table tbody th,
#wishlist-table tbody td { vertical-align: middle }
#wishlist-table tbody td.last { padding-left: 0 }
.customer-wishlist-item-cart p { margin-left: 1rem }
.customer-wishlist-item-cart { display: flex }
.my-account input.qty {
    width: 2.75rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}
.my-account .btn-add,
.my-account .btn-cart {
    background: #33B50B;
    color: #FFFFFF
}
.my-account .btn-add:hover,
.my-account .btn-cart:hover {
    background: #288F09;
    color: #FFFFFF
}
.my-account .btn-share:before { 
    content: "\f1e0";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
.my-account .btn-share span { display: none }
.my-account .btn-update:before {

    content: "\f021";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-right: -2px;
}
.my-account .btn-update span { display: none }
.my-account .link-edit { text-decoration: none }
.my-account .link-edit:before {

    content: "\f040";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-right: -2px;
}
.my-account .link-edit span { display: none }
.my-account table button.btn-update {
    margin-top: 1rem;
    font-size: .8rem;
    line-height: 1.5em;
}
.my-account table button.btn-update:before { display: none }
.my-account table button.btn-update span { display: block }
.newsletter-manage-index .my-account > form {
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}
#my-downloadable-products-table td { vertical-align: middle }
#my-downloadable-products-table .order-number {
    display: block;
    margin-bottom: 10px
}
#my-downloadable-products-table .order-date { font-size: 12px }
#my-downloadable-products-table td.title { font-size: 13px }
#my-downloadable-products-table td.title strong {
    color: #222;
    font-size: 16px;
    display: block
}
#my-downloadable-products-table .download-me.status-pending {
    cursor: not-allowed;
    filter: grayscale(.5);
    opacity: .5;
}
#my-downloadable-products-table .download-me.status-expired {
    cursor: not-allowed;
    filter: grayscale(1);
    opacity: .5;
}
.socialconnect-account .col2-set {
    margin: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1)
}
.socialconnect-account .col2-set > div { padding: 1rem }
.socialaccount__btn .btn {
    display: flex;
    align-items: center;
}
.socialaccount__btn .btn .ico {
    order: -1;
    margin-right: 1rem;
}
.socialaccount__facebook .btn { background: #3b5998 }
.socialaccount__facebook .btn:hover { background: #22407F }
.socialaccount__twitter .btn { background: #00aced }
.socialaccount__twitter .btn:hover { background: #0093D4 }
.socialaccount__google .btn { background: #dd4b39 }
.socialaccount__google .btn:hover { background: #C43220 }
.socialaccount__linkedin .btn { background: #007bb5 }
.socialaccount__linkedin .btn:hover { background: #00629C }

/* Painel do Cliente - Lista de Presentes */
.amgiftreg-event-edit .col-main form label,
.amgiftreg-event-edit .col-main form .img-calendar {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.amgiftreg-event-edit .col-main form .img-calendar {
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.amgiftreg-event-edit .selects-time {
    display: flex;
    align-items: center;
}
.amgiftreg-event-edit .selects-time .sep { margin: 0 5px }
.amgiftreg-event-edit .selects-time select {
    min-width: 60px;
    flex: 0 0 60px;
}
.gift-event-nav-links {
    display: flex;
    align-items: center;
    margin: 0 -2px 20px;
}
.gift-event-nav-links > * {
    flex: 1 1 auto;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    color: #333;
    margin: 0 2px;
}
.gift-event-nav-links b { font-weight: 400 }
.gift-event-nav-links a { box-shadow: inset 0 0 0 1px rgba(0,0,0,.1) }
.gift-event-nav-links a:hover {
    background: #FF4200;
    color: #FFFFFF
}
.share-gift-list {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.share-gift-list li {
    flex: 1 1 auto;
    padding: 0 10px
}
.share-gift-list li.link {
    display: flex;
    align-items: center;
    position: relative
}
.share-gift-list li.link .label {
    color: #777;
    font-size: 12px;
    margin-right: 10px;
}
.share-gift-list li.link input {
    background: #eee;
    color: #666;
    font-size: 12px;
}
.share-gift-list li.link small {
    position: absolute;
    top: calc(100% + 2px);
    right: 10px;
    font-size: 10px;
    color: #999;
}
.share-gift-list a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    line-height: 40px;
    border-radius: 3px;
    background: #3b5998;
    color: #fff;
}
.share-gift-list .tt a { background: #00aced }
.share-gift-list .fb a:hover { background: #22407F }
.share-gift-list .tt a:hover { background: #0093D4 }
.share-gift-list a .ico {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
#search_event_form .input-box {
    display: flex;
    align-items: center;
}
#search_event_form label { flex: 0 0 auto }
#search_event_form button {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
}
#search_event_form button span { display: none }
#search_event_form button .ico {
    width: 16px;
    height: 16px;
    fill: #FFFFFF;
}
#search_event_form input {
    flex: 1 1 auto;
    margin: 0 10px
}
.block-gift-list {
    padding: 10px;
    border: 1px solid rgba(0,0,0,.1)
}
.block-gift-list .title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 16px;
}
.block-gift-list .title:before {

    content: "\f06b";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    color: #FF4200
}
.block-gift-list ol li {
    display: flex;
    align-items: center;
}
.block-gift-list ol li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.block-gift-list ol li > a {
    flex: 0 0 70px;
    margin-right: 20px;
}
.block-gift-list .product-details { flex: 1 1 auto }
.block-gift-list .product-name a {
    color: #333;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

/* Formulários */
.validation-advice { right: -9px }

/* Loader */
.svg-loader .spinner { stroke: #FF4200 }

/* Modal - Termos de Aceite */
#term-box-warning .title {
    text-transform: uppercase;
    line-height: 1.2em
}
#term-box-warning button {
    height: 40px;
    line-height: 36px;
    border-radius: 3px;
    background: #FF4200;
    color: #FFFFFF;
}
#term-box-warning button.yes {
    background: #33B50B;
    color: #FFFFFF;
}

/* Pop-ups */
body.page-popup { padding: 20px 20px 0 }
.wrapper-popup > * { margin-bottom: 20px }
.wrapper-popup > *:last-child { margin-bottom: 0 }

/* Blog */
.blog-index-index .blog-title { display: none }
.blog-sidebar > * { margin-bottom: 20px }
.blog-sidebar > *:last-child { margin-bottom: 0 }
.blog-sidebar .title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #111;
    font-weight: 600;
    text-transform: uppercase
}
.menu-recent,
.blog-categories,
.blog-tags {
    padding: 15px;
    border: 1px solid rgba(70,87,102,.2);
    box-shadow: 0 2px 3px rgba(0,0,0,.1)
}
.blog-categories { text-transform: uppercase }
.blog-categories li.level0 { margin-bottom: 10px }
.blog-categories li.level0:last-child { margin-bottom: 0 }
.blog-categories li.level0 > a {
    display: block;
    font-size: 16px;
    color: #555
}
.blog-categories li.level0 > a:hover { color: #FF4200 }
.blog-categories ul.level1 {
    position: relative;
    padding: 5px 0 0 10px
}
.blog-categories ul.level1:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #ccc;
    border-width: 0 0 1px 1px;
    content: ''
}
.blog-categories li.level1 { margin-bottom: 5px }
.blog-categories li.level1:last-child { margin-bottom: 0 }
.blog-categories li.level1 > a {
    display: block;
    font-size: 14px;
    color: #777
}
.blog-categories li.level1 > a:hover { color: #FF4200 }
.blog-tags .list {
    margin: -5px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center
}
.blog-tags .tag { padding: 5px }
.blog-tags .tag a { color: #FF4200 }
.blog-tags .tag a:hover { color: #FF4200 }
.blog-tags .size-1 { font-size: 12px }
.blog-tags .size-2 { font-size: 13px }
.blog-tags .size-3 { font-size: 14px }
.blog-tags .size-4 { font-size: 15px }
.blog-tags .size-5 { font-size: 16px }
.blog-tags .size-6 { font-size: 17px }
.blog-tags .size-7 { font-size: 18px }
.blog-tags .size-8 { font-size: 19px }
.blog-tags .size-9 { font-size: 20px }
.blog-tags .size-10 { font-size: 21px }
.menu-recent li.post {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}
.menu-recent li.post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.menu-recent a {
    display: flex;
    align-content: stretch;
}
.menu-recent .thumb {
    margin-right: 10px;
    background-position: center;
    background-size: cover;
    flex: 0 0 70px;
}
.menu-recent .thumb img { opacity: 0 }
.menu-recent .info { flex: 1 1 auto }
.menu-recent .date {
    display: block;
    font-size: 11px;
    color: #777;
    margin-bottom: 5px
}
.menu-recent .post-title {
    display: block;
    font-size: 16px;
    color: #222
}
.menu-recent a:hover { color: #FF4200 }
.posts-list .the-post {
    margin: 0 0 1rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid #eee
}
.posts-list .post-container {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
}
.posts-list .post-container .thumbnail {
    flex: 1 1 30%;
    min-width: 1px;
    margin: 0;
    padding-right: 1rem;
}
.the-post:last-child { margin: 0 }
.the-post .post-container main {
    flex: 1 1 70%;
    margin: 0;
    min-width: 1px;
}
.the-post .post-container footer {
    margin-top: 1rem;
    flex: 0 0 100%;
}
.the-post .the-title {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin: 0 0 5px
}
.the-post .the-title a { color: #222 }
.the-post .the-title a:hover { color: #FF4200 }
.the-post .the-date {
    margin: 0 0 10px;
    font-size: 13px;
    color: #888
}
.the-post .blog-entry .ler {
    display: block;
    text-transform: lowercase;
    font-weight: 600;
    color: #FF4200
}
.the-post .blog-entry .ler:hover { color: #FF4200 }
.the-post footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.blogfeed_share { margin-right: 20px }
.blogfeed_share .title { display: none }
.blogfeed_share ul.level0 {
    display: flex;
    align-items: center
}
.blogfeed_share li:not(:last-child) { margin-right: 5px }
.blogfeed_share a {
    width: 30px;
    height: 30px;
    background: #3b5998;
    display: flex;
}
.blogfeed_share a:before {

    content: "\f09a";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    color: #fff;
    margin: auto
}
.blogfeed_share a.wa-bt:before { display: none }
.blogfeed_share a.wa-bt { background: #56c154 }
.blogfeed_share a.wa-bt .ico {
    fill: #fff;
    margin: auto auto;
}
.blogfeed_share a.tt-bt { background: #00aced }
.blogfeed_share a.tt-bt:before { content: '\f099' }
.blogfeed_share a.gp-bt { background: #dd4b39 }
.blogfeed_share a.gp-bt:before { content: '\f0d5' }
.blogfeed_share a span { display: none }
.blogfeed_share a:hover { filter: brightness(1.2) }
.blogfeed_tags { margin-right: 20px }
.blogfeed_tags_title { display: none }
.blogfeed_tags_list {
    display: flex;
    align-items: center
}
.blogfeed_tags_tag {
    font-size: 12px;
    margin-right: 10px
}
.blogfeed_tags_tag:last-child { margin: 0 }
.blogfeed_tags a {
    padding: 2px 10px;
    border-radius: 30px;
    background: #f5f5f5;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.blogfeed_tags a:hover {
    background: #FF4200;
    color: #FFFFFF
}
.posts-list .blogfeed_tags { display: none }
.the-cats .title { display: none }
.the-cats ul {
    display: flex;
    align-items: center
}
.the-cats ul li {
    font-size: 12px;
    margin-right: 10px
}
.the-cats ul li:last-child { margin: 0 }
.the-cats a {
    padding: 2px 10px;
    border-radius: 30px;
    background: #f5f5f5;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.the-cats a:hover {
    background: #FF4200;
    color: #FFFFFF
}
.single-post { margin-bottom: 20px }
.single-post header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}
.single-post .the-title {
    display: block;
    line-height: 1em;
    margin-bottom: 5px;
    font-size: 44px;
    font-weight: 600;
    color: #ffffff !important;
    
}
.single-post .the-date {
    color: #888;
    font-size: 13px
}
.single-post main {
    display: table;
    width: 100%;
    margin-bottom: 20px
}
.single-post footer {
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.single-post .the-cats { display: none }
.single-post .blog-entry img { margin: 0 auto 20px }
.single-post .blog-entry img[style*='float'][style*='left'] { margin: 0 20px 10px 0 }
.single-post .blog-entry img[style*='float'][style*='right'] { margin: 0 0 10px 20px }
.post-coms {
    border-top: 1px solid #eee;
    padding-top: 20px
}
.post-coms form .legend {
    margin-bottom: 15px;
    font-size: 18px
}
.post-coms .button-set .required {
    font-size: 10px;
    opacity: .5;
    margin-bottom: 10px
}
.post-coms .button-set button {
    width: 100%;
    margin-bottom: 10px
}
.coms-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #FF4200
}
.no-coms {
    padding: 20px;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1)
}
.no-coms:before {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
    content: '\f023'
}

/* Marcas */
.all-brands-list {
    margin: 0 -20px -40px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
}
.all-brands-list .brand {
    padding: 0 20px 40px;
    flex: 1 1 200px;
    display: flex;
    align-items: stretch
}
.all-brands-list a {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    color: #333;
    font-size: 20px;
    flex: 0 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-brands-list .logo {
    display: block;
    margin-bottom: 10px;
    text-align: center
}
.all-brands-list .has-img .title { display: none }

/* Subscription / Assinatura */
.plans-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 5px
}
.plans-container .title {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    flex: 0 0 100%;
    opacity: .5;
}
.plans-container .subscription-plan {
    padding: 10px;
    cursor: pointer;
    flex: 1 0 50%;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1rem 2rem -1rem rgba(0, 0, 0, .5);
    border: 1px solid transparent;
    margin: 5px 0;
    background: #fff;
    min-width: 320px
}
.plans-container .plan-header {
    display: flex;
    flex-flow: row wrap
}
.plans-container .subscription-plan.selected {
    border: 1px solid #FF4200;
    position: relative;
    z-index: 2
}
.subscription-plan .plan-description {
    margin-bottom: 10px;
    font-size: 12px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    flex: 0 0 auto;
    max-width: 100%;
    opacity: .5;
}
.subscription-plan .price-box {
    padding: 10px;
    margin-bottom: 0;
    flex: 0 0 100%;
    display: flex;
    flex-flow: row wrap;
}
.subscription-plan .price-box > * { flex: 0 0 100% }
.subscription-plan .special-price-date {
    font-size: 10px;
    color: #333;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    order: 10;
    margin: 10px 0
}
.special-price-date .from,
.special-price-date .to {
    font-weight: 700;
    font-size: 15px;
    margin: 0 5px
}
.add-to-cart-buttons.disabled-subscription { display: none }
.add-to-cart-buttons.enabled-subscription .qty-wrapper { display: none }

/* Orcamento */
.header-miniquote .item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.header-miniquote .product-image {
    max-width: 70px;
    min-width: 70px;
}
.header-miniquote .product-details {
    text-align: right;
    font-size: 14px;
    color: #111;
    flex: 1 1 170px;
}
.quote-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-miniquote .qty-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin-bottom: 5px;
    font-size: 12px;
    color: #888;
    align-items: center;
}
.header-miniquote .qty-wrapper .txt { flex: 0 0 100% }
.header-miniquote .product-name a {
    display: block;
    color: #111;
    margin-bottom: 5px
}
.header-miniquote .qty-wrapper input {
    margin: 5px 0;
    box-shadow: none;
    border: 1px solid #888;
    flex: 0 0 auto;
    height: 30px;
    border-radius: 2px 0 0 2px
}
.header-miniquote .qty-wrapper .qquantity-button { border-radius: 0 2px 2px 0 }
.mycart-dropdown .skip-quote { display: none }
.mycart-dropdown .block-subtitle { display: none }
.header-miniquote .-actions {
    clear: both;
    display: block;
}
.header-miniquote .btn-edit { display: none }
.header-miniquote .remove {
    position: absolute;
    top: 0;
    right: -30px;
    text-align: center;
    width: 40px;
    height: 40px;
    opacity: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: inset 20px 0 0 #fff, inset 0 0 0 1px rgba(0, 0, 0, .2);
    transition: all 100ms ease-in-out;
    font-size: 0
}
.header-miniquote .remove:before {
    display: block;
    line-height: 40px;
    color: #f04a38;
    opacity: .5;
    font-size: 20px;
    content: '\f014';
    font-family: "biz_icons", sans-serif;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.header-miniquote .item {
    position: relative;
    border-bottom: 1px dotted #cbcbcb;
    align-items: flex-start
}
.header-miniquote .item:hover .remove {
    opacity: 1;
    right: -40px;
}
.block-content-inner .mini-products-list {
    margin-bottom: 10px;
    padding-bottom: 10px
}
.block-content-inner .mycart-buttons .editar,
.block-content-inner .mycart-buttons .finalizar { flex: 1 1 auto }
.cotacao .mycart-dropdown-container {
    position: absolute;
    top: 100%;
    width: 320px;
    max-width: 90vw;
    padding: 1rem;
    background: #fff;
    box-shadow: inset 0 1px 0 #121f28, inset 0 0 0 1px rgba(0, 0, 0, .1), 0 1rem 2rem -1rem rgba(0, 0, 0, .5);
    display: none;
    right: 0;
    left: auto
}
.cotacao .mycart > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.75rem;
    width: 2.75rem;
    box-shadow: inset 0 0 0 1px #121f28;
    border-radius: 100%;
}
.cotacao .text { display: none }
.cotacao .qty-wrapper { align-items: center }
.cotacao .qty-wrapper .qquantity-button {
    font-size: 0;
    background: none;
    height: auto;
    border: 0;
    padding: 0;
    box-shadow: none;
    line-height: initial;
    margin-left: 5px
}
.cotacao .qty-wrapper .qquantity-button:before {
    content: '\f021';
    font-size: 14px;
    font-family: 'biz_icons';
    color: #FF4200;
}
.cotacao .qtd {
    position: absolute;
    top: 0;
    right: -.25rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #243d4f;
    color: #fff;
    line-height: 1rem;
    text-align: center;
    font-size: .7rem;
    letter-spacing: -.1em;
    text-indent: -1.5px;
}
.cotacao:hover .mycart-dropdown-container { display: block }
.cotacao .finalizar {
    text-align: center;
    background: none;
    border: 0;
    color: #FF4200;
    box-shadow: none;
    border-radius: 0
}
.header-miniquote > .item { padding: 10px 0 }
.cotacao .finalizar:hover {
    background: #FF4200;
    color: #fff
}
#quotelist .btn-remove { font-size: 0 }
#quotelist .btn-remove:before {
    font-size: 16px;

    content: "\f014";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
}
.qquoteadv .introduction,
.qquoteadv .product-details { margin-bottom: 20px }

/* Temporizador */
.timer {
    width: 100%;
    height: auto;
    flex-flow: row wrap;
    padding: 0.8rem 0.98rem 1.3rem;
    background: #fff;
    border: 1px solid #FF4200;
    border-radius: 4px;
    margin: 0 auto 1rem;
    max-width: 100%;
}
.timer .timer__ani { display: none }
.timer .i-clock {
    width: 2rem;
    height: 2rem;
    fill: #FF4200;
    margin-right: 0.5rem;
    order: 1;
    margin-bottom: 1rem;
}
.timer .title {
    font-size: 1rem;
    color: #FF4200;
    text-transform: uppercase;
    flex: 1 1 100%;
    min-width: 1px;
    text-align: center;
    order: 0;
}
.timer .timer__clock {
    font-size: 2rem;
    color: #FF4200;
    position: relative;
    width: auto;
    order: 2;
    padding: 0 0.5rem;
}
.timer .timer__days {
    flex: 0 0 auto;
    font-size: 2rem;
    margin: 0 .19rem .56rem 0;
    color: #FF4200;
    position: relative;
    padding-right: 0.5rem;
}
.timer .timer__days:after {
    content: ':';
    color: #FF4200;
    font-size: 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.timer .timer__label {
    color: #FF4200;
    font-size: 0.56rem;
    top: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.timer .timer__afterhours,
.timer .timer__afterminutes {
    color: #FF4200;
    margin-bottom: 0.56rem;
}
.timer .timer__hours,
.timer .timer__minutes,
.timer .timer__seconds {
    margin-bottom: 0.56rem;
    color: #FF4200 !important;
    opacity: 1;
    font-weight: normal !important;
}

/*Compartilhar Carrinho*/
#shared-cart { text-align: center }
#shared-cart .page-title { margin-bottom: 2rem }
#shared-cart .page-title h1 {
    font-size: 1.4rem;
    margin: 0;
}
#shared-cart .sharing-links .list { justify-content: center }
#shared-cart .std .sharing-links li {
    list-style: none;
    margin: 0 .25rem .5rem !important;
}
#shared-cart .modal__content {
    min-height: 8rem;
    padding: 2rem;
}

/* Mensagem de Presente */
#onepage-checkout-shipping-method-additional-load {
    margin: 1rem 0;
    padding: 0;
    border: 0;
    position: relative;
    text-align: right;
}
#onepage-checkout-shipping-method-additional-load h3 {
    position: relative;
    padding-left: 3rem;
    display: inline-block;
}
#onepage-checkout-shipping-method-additional-load h3:before {

    content: "\f06b";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    color: #FF4200;
    position: absolute;
    left: 0;
    top: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 2rem;
}
label[for='allow_gift_messages_for_order'],
label[for='allow_gift_messages_for_items'],
label[for='allow_gift_messages'] {
    display: inline-block;
    padding: 1rem 2rem;
    height: auto;
    line-height: 1em;
    border-radius: 3px;
    background: #FF4200;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .1);
    color: #FFFFFF;
    cursor: pointer;
    transition: all 200ms ease-out;
}
label[for='allow_gift_messages_for_order'],
label[for='allow_gift_messages_for_items'] {
    display: block;
    background: #eee;
    color: #666;
    height: auto;
    line-height: 1em;
    font-size: 14px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    text-align: center;
}
label[for='allow_gift_messages']:hover {
    background: #FF4200;
    color: #FFFFFF;
}
.gift-messages-form {
    padding-top: 20px;
    line-height: 1.3em;
    color: #555
}
.gift-messages-form h4 { display: none }
.gift-messages-form .inner-box {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -10px;
    text-align: left;
}
.gift-messages-form .inner-box > div {
    flex: 1 1 50%;
    min-width: 250px;
    padding: 10px
}
.form-box { padding-top: 10px }
.form-box p.msg {
    font-size: 12px;
    color: #999;
    font-style: italic;
    margin: 0 10px 10px;
    line-height: 1.1em;
}
.form-box label { font-size: 13px }
.form-box li.item {
    padding: 20px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-bottom: 20px;
}
.form-box li.item:last-child { margin-bottom: 0 }
.form-box li.item:hover { box-shadow: inset 0 0 0 1px #FF4200 }
.form-box li.item .number { display: none }
.form-box .prod-line {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.form-box .prod-info {
    flex: 0 0 40%;
    max-width: 150px;
    margin-right: 20px;
}
.form-box .product-name { margin-bottom: 10px }
.form-box .fields .field { min-width: 200px }

/*Lista de Materiais*/
#change-product-content .title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .25rem;
}
#change-product-content .subtitle {
    margin-bottom: 1rem;
    font-size: .8rem;
    opacity: .6;
}
#change-product-content .topline {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#change-product-content .quick-search {
    flex: 0 1 50%;
    margin-left: 2rem;
    display: flex;
    align-items: center;
}
#change-product-content .quick-search:before {

    content: "\f002";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-right: 1rem;
    color: #FF4200;
    flex: 0 0 auto;
}
#change-product-content .quick-search input {
    flex: 1 1 auto;
    border-color: #FF4200;
}
.materials-exchange {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 0 -.5rem -1rem;
    font-size: .8rem;
}
.materials-exchange * { line-height: 1em }
.std .materials-exchange > li {
    list-style: none;
    padding: 0 .5rem 1rem;
    margin: 0;
    flex: 1 1 25%;
    min-width: 280px;
    display: flex;
    flex-flow: column nowrap;
}
.std .materials-exchange > li.found { order: -1 }
.materials-exchange .case {
    flex: 1 1 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
}
.materials-exchange .found .case { border: 3px solid #FF4200 }
.materials-exchange .image {
    display: block;
    flex: 0 0 100%;
    margin-bottom: .5rem;
}
.materials-exchange .image img { height: 100px }
.materials-exchange .name {
    display: block;
    flex: 0 0 100%;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2em;
}
.materials-exchange .price {
    font-weight: 600;
    color: #FF4200;
    margin-bottom: -.5rem;
}
.materials-exchange .changed-product {
    cursor: pointer;
    padding: .5rem;
    font-weight: 700;
    background: #FF4200;
    color: #FFFFFF;
    margin: 0 -.5rem -.5rem 0;
}
.materials-exchange .changed-product:hover {
    background: #FF4200;
    color: #FFFFFF;
}
table .change-product-link {
    text-decoration: none;
    font-size: .9rem;
    padding: .5rem;
    background: #FF4200;
    color: #FFFFFF;
    display: inline-block;
}
table .change-product-link:before {

    content: "\f021";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    margin-right: .25rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px
}
table .change-product-link:hover {
    background: #FF4200;
    color: #FFFFFF;
}

/*Fidelidade*/
.rewards__title {
    font-size: .8rem;
    text-align: center;
    background: #FF4200;
    color: #FFFFFF;
    padding: .5rem;
    border-radius: 3px 3px 0 0;
}
.rewards__content {
    padding: .5rem;
    border-radius: 0 0 3px 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #FF4200
}
.rewards__points {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rewards__label {
    order: 2;
    margin-left: .5rem;
}
.rewards__sep { display: none }
.rewards__value {
    font-weight: 700;
    font-size: 1.4rem;
}
.totals__table .reward-row {
    background: #FF4200;
    color: #FFFFFF;
}
.totals__table .reward-row td {
    color: #FFFFFF;
    padding: 1rem;
}
.totals__table .reward-row td:last-child {
    text-align: right;
    font-weight: 700;
}
.totals__table .reward-row a {
    color: #FFFFFF;
    text-decoration: underline;
}
.rewards-cart {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
}

/* Quickview */
#quickview-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 9999px rgba(255, 255, 255, .5);
    transform: translate(-50%, -50%);
}
#quickview-loader .svg-loader {
    width: 100px;
    height: 100px;
    display: block
}
#quickview-loader .txt {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #FF4200;
    font-size: 14px;
    font-weight: 600
}
#quick-window .over {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 999
}
.quickview-outerbox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 90vw;
    height: 530px;
    max-width: 980px;
    max-height: 80vh;
    padding: 20px;
    background: #fff;
    transform: translate(-50%, -50%);
}
.quick-view-essential {
    display: flex;
    align-items: stretch;
}
.quickview-close {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0
}
.quickview-close span { display: none }
.quickview-close .ico {
    width: 30px;
    height: 30px;
    stroke: #fff
}
.quickview-close:hover .ico { stroke: #FF4200 }
.quick-view-img {
    max-width: 400px;
    margin-right: 20px;
    flex: 0 0 400px;
}
.quick-view-img .owl-prev,
.quick-view-img .owl-next { width: 20px }
.quick-view-img .owl-prev { left: -20px }
.quick-view-img .owl-next { right: -20px }
.quick-view-img .owl-page span {
    width: 6px;
    height: 6px;
    margin: 4px;
    opacity: .3
}
.quick-view-img .owl-page.active span,
.quick-view-img .clickable .owl-page:hover span { opacity: 1 }
.quick-view-img .main-images:not(.owl-carousel) { margin-bottom: 10px }
.quick-view-img .thumb-images {
    margin: 0 -5px;
    width: calc(100% + 10px)
}
.quick-view-img .thumb-images li {
    cursor: pointer;
    padding: 0 5px;
    width: 20%
}
.quick-view-img .video-thumbs-line .thumb-images li { width: 25% }
.quick-view-img .thumb-images .owl-item { opacity: .5 }
.quick-view-img .thumb-images .owl-item:hover,
.quick-view-img .thumb-images .owl-item.synced { opacity: 1 }
.quick-view-img .thumb-images .owl-item li,
.quick-view-img .video-thumbs-line .thumb-images .owl-item li { width: auto }
.quick-view-img .video-thumbs-line {
    display: flex;
    align-items: stretch;
}
.quick-view-img .product-video {
    height: auto;
    min-height: 0;
    margin: 0;
    padding-right: 10px;
    flex: 0 0 20%;
    display: flex;
    flex-flow: column nowrap;
}
.quick-view-img .product-video .video-thumb { flex: 1 1 auto }
.quick-view-img .thumbs {
    max-width: 80%;
    flex: 1 1 auto;
}
.quick-view-shop {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
}
.quick-view-shop .no-scroll { flex: 0 0 auto }
.quick-view-shop .scroll {
    margin-top: 20px;
    position: relative;
    flex: 1 1 auto
}
.quick-view-shop .product-name { margin-bottom: 10px }
.quick-view-shop .product-name h2 {
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 10px
}
.quick-view-shop .product-name .sku {
    font-size: 12px;
    color: #666
}
.quick-view-shop .product-rate { margin-bottom: 20px }
.quick-view-shop .btn-cart {
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 16px
}
.quick-view-shop .price-box { margin-bottom: 20px }
.quick-view-short-desc {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto
}

/* Comparador */
#compare-loader {
    position: fixed;
    z-index: 9999;
    left: calc(50% - 2rem);
    top: calc(50% - 2rem);
    box-shadow: 0 0 0 9999px rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .5)
}
#compare-loader .svg-loader {
    width: 4rem;
    height: 4rem;
}
#compare-modal {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}
.compare-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    max-width: 1180px;
    transform: translate(-50%, -50%)
}
#compare-result {
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 35px rgba(0, 0, 0, .4)
}
.compare-close {
    cursor: pointer;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    display: block
}
.compare-close .ico {
    width: 30px;
    height: 30px;
    stroke: #fff
}
.compare-close .ico path { stroke: #fff }
.compare-close:hover .ico path { stroke: #FF4200 }

/* Revendas */
.revendas-index-main {
    padding-top: 20px;
    display: flex;
    align-items: stretch;
}
.revendas-map {
    margin-right: 80px;
    flex: 0 0 auto;
}
.revendas-busca {
    padding-top: 50px;
    flex: 1 1 auto;
}
.revendas-busca form .title {
    margin-bottom: 20px;
    color: #FF4200;
    font-weight: 600;
    display: block;
    font-size: 18px
}
.revendas-filtros { margin-bottom: 40px }
#Brasil {
    overflow: visible;
    transform-origin: center
}
#Brasil path {
    cursor: pointer;
    fill: #f3f3f3;
    stroke: rgba(0, 0, 0, .15);
    position: relative;
    filter: url(#sombra);
    transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55);
    transform-origin: center;
}
#Brasil path.on { fill: url(#color1_v) }
#Brasil path:hover {
    fill: url(#color1_v);
    filter: url(#sombra2);
}
#listagem-mapa {
    display: inline-block;
    position: relative
}
#listagem-mapa.ops:before {
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    z-index: 9999;
    content: 'Este estado não possui nenhuma revenda.';
    text-align: center;
    padding: 5px 15px;
    background: #FF4200;
    color: #FFFFFF;
    border-radius: 5px;
    transform: translateX(-50%);
}
#listagem-mapa.go:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(255, 255, 255, .7);
    content: ''
}
#listagem-mapa.go .loader {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 9999;
    display: block
}
#listagem-mapa .loader {
    width: 40px;
    height: 40px;
    display: none
}
#listagem-mapa .links { display: none }
#listagem-mapa .o-mapa {
    display: inline-block;
    position: relative
}
#listagem-mapa .o-mapa .pin {
    width: 20px;
    height: 26px;
    fill: #FF4200;
    position: absolute;
    transform: translate(-50%, -100%);
    transform-origin: center bottom
}
#listagem-mapa .tiptop {
    visibility: hidden;
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 3px 10px;
    background: rgba(255, 255, 255, .8);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .1);
    position: absolute;
    transform: translate(-50%, -150%)
}
#listagem-mapa .tiptop:before {
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: rgba(255, 255, 255, .8);
    content: ''
}
#listagem-mapa .tiptop.on { visibility: visible }
#listagem-mapa .tiptop strong {
    display: block;
    font-size: 16px;
    color: #FF4200
}
.revendas-cep .input-box {
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;
}
.revendas-cep input[type=text] { flex: 1 1 auto }
.revendas-cep input[type=submit] {
    height: 2.75rem;
    margin-left: 10px;
    flex: 0 0 auto;
}
.or-map {
    font-size: 14px;
    color: #666;
    position: relative;
    margin-bottom: 20px
}
.or-map:before {
    position: absolute;
    right: calc(100% + 10px);
    top: calc(50% - 10px);
    content: '\f060';
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #FF4200
}
.revendas-uf-cidade { display: none }
.revendas-uf-cidade.searched { display: block }
.revendas-uf-cidade .filtros {
    display: flex;
    align-items: stretch;
}
.revendas-uf-cidade .filtro-estado { flex: 1 1 auto }
.revendas-uf-cidade .filtro-cidade {
    margin: 0 10px;
    flex: 2 1 auto;
}
.revendas-uf-cidade .bt {
    height: 2.75rem;
    flex: 0 0 auto
}
.revendas-list {
    padding-top: 2.75rem;
    border-top: 1px solid rgba(0, 0, 0, .15)
}
.revendaslist {
    margin: 0 -10px -20px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.revendaslist > li {
    min-width: 300px;
    padding: 0 10px 20px;
    position: relative;
    flex: 0 1 25%;
}
.revendaslist > li:before {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 20px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 5px rgba(0, 0, 0, .1);
    content: ''
}
.revendaslist .img { position: relative }
.revendaslist .cidade {
    position: relative;
    padding: 20px;
    font-size: 13px
}
.revendaslist .info {
    position: relative;
    padding: 0 20px 20px
}
.revendaslist .info h2 {
    margin-bottom: 10px;
    font-size: 18px
}
.revendaslist .endereco {
    line-height: 1.3em;
    font-size: 13px;
    color: #666
}
.revendaslist .telmail {
    display: block;
    padding-top: 10px;
    font-size: 13px
}
.revendaslist .telmail li:before {
    content: '\f095';
    margin-right: 7px
}
.revendaslist .telmail li.mail:before { content: '\f003' }
.revendaslist .telmail a { color: #FF4200 }
.revendaslist .telmail a:hover { color: #FF4200 }
.revendaslist .conheca {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #FF4200;
    color: #FFFFFF
}
.revendaslist .conheca:hover {
    background: #FF4200;
    color: #FFFFFF
}
.arevenda {
    display: flex;
    align-items: stretch;
}
.arevenda .left { flex: 1 1 auto }
.arevenda .right {
    margin-left: 20px;
    padding-left: 20px;
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .2);
    flex: 0 0 25%;
}
.arevenda .dados { margin-bottom: 20px }
.arevenda .dados { font-size: 13px }
.arevenda .dados > div {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.arevenda .dados > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.arevenda .dados h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}
.arevenda .dados address { line-height: 1.3em }
.arevenda .dados .contato li { margin-bottom: 5px }
.arevenda .dados .contato li:last-child { margin-bottom: 0 }
.arevenda .dados .contato li:before {
    content: '\f095';
    margin-right: 7px
}
.arevenda .dados .contato li.mail:before { content: '\f003' }
.arevenda .dados a { color: #FF4200 }
.arevenda .dados a:hover { color: #FF4200 }
.arevenda .galeria-nav {
    border: 1px solid rgba(0, 0, 0, .2);
    border-width: 1px 0;
    padding: 20px 0 10px;
    margin: 0 0 20px -20px;
    background: #f9f9f9
}
.arevenda .galeria-nav ul {

    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;

    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}
.arevenda .galeria-nav li {
    padding-bottom: 10px;
    display: block;

    -webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
	     -moz-page-break-inside: avoid;
	          page-break-inside: avoid;
	               break-inside: avoid-column;
}
.arevenda .galeria-nav a,
.arevenda .galeria-nav img { display: block }
.arevenda .map h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}
.mapa-revenda {
    width: 100%;
    height: 300px
}
.cases-revenda h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}
.cases-revenda ul {
    margin: 0 -10px -20px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.cases-revenda li {
    padding: 0 10px 20px;
    min-width: 250px;
    flex: 0 1 20%;
}
.cases-revenda a {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    min-height: 250px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}
.cases-revenda a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    content: ''
}
.cases-revenda a:hover:before { opacity: .5 }
.cases-revenda a .svg-loader {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px
}
.cases-revenda .img { display: none }
.cases-revenda .name { position: relative }
.case-detail-content { display: flex }
.case-detail-content .images { flex: 0 0 400px }
.case-detail-content .dados {
    margin-left: 30px;
    flex: 1 1 auto;
}
.case-detail-content .bx-wrapper { position: relative }
.case-detail-content .bx-pager {
    text-align: center;
    font-size: 0;
    line-height: 1em;
    padding-top: 10px
}
.case-detail-content .bx-pager-item {
    display: inline-block;
    margin: 0 2px
}
.case-detail-content .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ccc;
    font-size: 0;
    text-indent: -9999px
}
.case-detail-content .bx-pager-item a.active { background: #FF4200 }
.case-detail-content .bx-controls-direction a {
    position: absolute;
    top: calc(50% - 10px);
    left: -20px;
    font-size: 0;
    text-indent: -9999px;
    color: #ccc
}
.case-detail-content .bx-controls-direction a:before {
    display: block;
    content: '\f053';
    font-size: 16px;
    text-indent: 0;
    line-height: 20px;
    width: 20px;
    text-align: center
}
.case-detail-content .bx-controls-direction a.bx-next {
    left: auto;
    right: -20px
}
.case-detail-content .bx-controls-direction a.bx-next:before { content: '\f054' }
.case-detail-content .bx-controls-direction a:hover { color: #FF4200 }
.case-detail-content .nome {
    color: #111;
    margin-bottom: 20px
}

/* Modal - Continuar / Finalizar */
#continuar-finalizar { background: rgba(0, 0, 0, .3) }
#continuar-finalizar .modal__close { opacity: 1 }
#continuar-finalizar .modal__close .ico path {
    stroke: #fff;
    stroke-width: 3px
}
#continuar-finalizar .modal__box {
    background: #fff;
    padding: 1rem
}
#continuar-finalizar .std {
    padding: 0;
    margin-bottom: 1rem
}
#continuar-finalizar .current-product {
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}
#continuar-finalizar .actions {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1rem;
    margin: 0 -10px;
    display: flex;
    align-items: stretch;
}
#continuar-finalizar .actions a {
    margin: 0 10px;
    padding: 0 15px;
    border-radius: 3px;
    min-height: 40px;
    text-align: center;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    background: #FF4200;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
#continuar-finalizar .actions a:hover {
    background: #FF4200;
    color: #FFFFFF
}
#continuar-finalizar .actions a.btn-cart {
    background: #FF4200;
    color: #FFFFFF
}
#continuar-finalizar .actions a.btn-cart:hover {
    background: #FF4200;
    color: #FFFFFF
}
#continuar-finalizar .actions a.btn-checkout {
    background: #33B50B;
    color: #FFFFFF
}
#continuar-finalizar .actions a.btn-checkout:hover {
    background: #288F09;
    color: #FFFFFF
}

/*Finalização*/
.opc-registered-users button,
.opc .buttons-set button:not(.btn--outline) {
    background: #33B50B;
    color: #FFFFFF;
}
.opc-registered-users button:hover,
.opc .buttons-set button:not(.btn--outline):hover {
    background: #288F09;
    color: #FFFFFF;
}
.opc .buttons-set a { color: #FF4200 }
.opc .buttons-set a:hover { color: #FF4200 }
#checkout-step-login .hints li:before { color: #FF4200 }
.mycart-opc-totals .title { color: #FF4200 }
.mycart-opc-totals .price { color: #FF4200 }
.step-title { color: #FF4200 }
.step-title .number,
.allow.active .step-title .number {
    color: #FFFFFF;
    background: #FF4200;
}
.allow.active .step-title { color: #FF4200 }
.allow .step-title { color: #33B50B }
.allow .step-title .number { background: #33B50B }
.allow .step-title .number:before { color: #FFFFFF }
.step-title a { color: #FF4200 }
.step-title a:before { 
    content: "\f040";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
.step-title a:hover {
    background: #FF4200;
    color: #FFFFFF;
}

/*Finalização - Envios*/
#checkout-shipping-method-load ul li label:hover { box-shadow: 0 0 0 1px #FF4200 }
#checkout-shipping-method-load ul li label:after { color: #33B50B }
#checkout-shipping-method-load ul li .price { color: #FF4200 }
#checkout-payment-method-load > dt label:after {
    color: #33B50B;

    content: "\f00c";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
}

/*Finalização - Pagamento*/
#checkout-payment-method-load > dt label:hover { color: #33B50B }
#checkout-payment-method-load > dt.dt-selected label { color: #33B50B }
#opc-payment .valor-card .value { color: #33B50B }

/*Finalização - Pagamento - Cartão de Crédito*/
.cardGrid .cod a { color: #FF4200 }
.mp-coupon .bts span {
    background: #FF4200;
    color: #FFFFFF
}

/* Finalização - Pagamento - Boletos */
.boletoGrid .boleto-discount,
.boletoGrid .boleto-price { color: #33B50B }

/* Finalização - Pagamento - Depósitos */
.banks-accounts dt a.on { color: #33B50B }

/* Finalização - MundiPagg * Boleto + Cartão */
#payment_form_mundipagg_api_boletocartao .boleto-entry .input-box input { color: #33B50B }

/* Finalização - MundiPagg * Boleto + 2 Cartões */
#payment_form_mundipagg_api_boletodoiscartoes .boleto-entry .input-box input { color: #33B50B }
#payment_form_mundipagg_api_boletodoiscartoes .valor-card input { color: #33B50B }

/* Finalização - MundiPagg * 2 Cartões */
#payment_form_mundipagg_api_doiscartoes .valor-card input { color: #33B50B }

/* Finalização - Mercado Pago * Ticket */
.mercadopago-coupon-action-apply,
.mercadopago-coupon-action-remove {
    background: #FF4200;
    color: #FFFFFF;
}

/* Finalização - Modelo Accordion */
.osc-accordion h3 { color: #FF4200 }
.osc-accordion .opc-block-progress dt.complete:after { color: #33B50B }
.osc-accordion .opc-block-progress .price { color: #FF4200 }
.osc-accordion .opc-block-progress .pay-link {
    background: #FF4200;
    color: #FFFFFF
}
.osc-accordion .opc-block-progress .pay-link:hover {
    color: #FFFFFF;
    background: #FF4200
}

/* Finalização - Modelo Colunas (OSC) */
.osc-onepage h3 { color: #FF4200 }
.osc-onepage #checkout-shipping-method-load ul li label:hover .label { color: #33B50B }

/* Finalização - Modelo Etapas */
.osc-steps h3 { color: #FF4200 }
.osc-steps .opc-block-progress dt a { color: #FF4200 }
.osc-steps .opc-block-progress dt a:before { 
    content: "\f040";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
.osc-steps .opc-block-progress dt a:hover {
    background: #FF4200;
    color: #FFFFFF
}
.osc-steps .opc-block-progress dt.complete { color: #33B50B }
.osc-steps .opc-block-progress dt.complete:before {
    color: #FFFFFF;
    background: #33B50B
}
.osc-steps .opc-block-progress dt.complete:after { background: #33B50B }
.-bt-change {
    background: #FF4200;
    color: #FFFFFF;
}
.-bt-change:hover {
    background: #FF4200;
    color: #FFFFFF;
}
/* end of custom content */

/**
*
* CSS Editável
* Tema:     Neon
* Arquivo:  editable.css
*
* Use este arquivo para remover ou alterar
* partes do CSS do tema atual que você
* precisa personalizar
*
* Este CSS estiliza apenas o header, footer e o responsivo
* Excluí-lo não afetará o funcionamento do site como desktop
*
* .block
* .block__element
* .block--modifier
*
*/

/* ------ Estrutura */
/* ~992px */
@media (max-width:62rem){
    .wrapper-container{ padding-top: 5.75rem }
    .sidebar{
        position: fixed;
        top: -9999px;
        left: -9999px;
        z-index: 9999;
    }
}
/* ~568px */
@media (max-width: 35.5rem){
    .wrapper-container{ padding-top: 4rem }
}

/* ------ Formulários */
/* ~568px */
@media (max-width: 35.5rem){
    .options input.datetime-picker{ 
    -webkit-flex: 0 0 5rem;
            flex: 0 0 5rem; }
}

/* ------ Newsletter */
/* ~568px */
@media (max-width: 35.5rem){
    .newsletter__form{ display: block }
}

/* ------ .page-title */
/* ~768px */
@media (max-width: 48rem){
    .page-title h1{ font-size: 2rem }
}

/* ------ Busca - Autocomplete */
/* ~768px */
@media (max-width:48rem){
    .search__filter{ display:none }
}

/* ------ Lista de Desejos */
/* ~992px */
@media (max-width:62rem){
    .mywish__content{ display: none !important }
    .mywish__header .ico{ fill: #FF4200 !important }
}

/* ------ Logo */
/* ~992px */
@media (max-width:62rem){
    .logo .has-m-img .d-img{ display: none !important }
    .logo .has-m-img .m-img{ display: block !important }
}

/* ------ Coleção de Produtos */
/* ~568px */
@media (max-width:35.5rem){
    .products__item{ 
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%; }
    .products__case{
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
        -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
    }
    .product__header{
        padding: 1rem 0 1rem 1rem;
    
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    }
    .product__main{ display: block }
    .product__name{
        font-size: 1rem;
        line-height: 1.2rem;
        height: 2.4rem;
        overflow: hidden;
        word-break: break-word;
        position: relative;
    }
    .product__name:after{
        content: '';
        display: block;
        height: 1.2rem;
        width: 25%;
        background: linear-gradient(90deg, rgba(255,255,255,0), #fff);
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .products .configurable-swatch-list,
    .products .price-box-avista,
    .products .price-box-parcelado{ display: none }
}

/* ------ Menu de Categorias */
/* ~1528px */
@media (max-width:95.5rem){
    .categories--carrossel .owl-prev{ box-shadow: 1rem 0 2rem -1rem rgba(0,0,0,.8) }
    .categories--carrossel .owl-next{ box-shadow: -1rem 0 2rem -1rem rgba(0,0,0,.8) }
}
/* ~992px */
@media (max-width:62rem){
    .categories--mobi{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        margin: 0 !important;
        padding: 0 0 3rem !important;
    
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        display: block;
        overflow-y: auto;
    
    -webkit-transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
    }
    .categories--mobi.on{
    
    -webkit-transform: translateX(0);
            transform: translateX(0);
    }
    .categories--mobi .ul--0{
    
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
        max-width: none;
    }
    .categories--mobi .li--0:not(.categories__all),
    .categories--mobi .a--0{ display: none }
    .categories--mobi .box--1{
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    
    -webkit-transform: none;
            transform: none;
        display: block;
        padding: 0;
        background: none;
        box-shadow: none;
    }
    .categories--mobi .categories__all{ 
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%; }
    .categories--mobi .all-ul--0{
        display: block;
        max-height: none;
        overflow: visible;
        padding: 0;
    }
    .categories--mobi .all-li--0{
        box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
        max-width: none;
    }
    .categories--mobi .all-a--0{
        padding: .875rem 1rem;
        font-size: 1rem;
        color: #FFFFFF
    }
    .categories--mobi .all-ul--1{
        font-size: 1rem;
        background: rgba(0,0,0,.1);
    }
    .categories--mobi .all-li--1{ box-shadow: inset 0 1px 0 rgba(0,0,0,.1) }
    .categories--mobi .all-a--1{
        padding: .875rem 1rem;
        color: #FFFFFF
    }
    .categories--mobi .all-ul--2{
        font-size: .8rem;
        background: rgba(0,0,0,.1);
    }
    .categories--mobi .all-li--2{ box-shadow: inset 0 1px 0 rgba(0,0,0,.1) }
    .categories--mobi .all-a--2{
        padding: .975rem 1rem;
        color: #FFFFFF
    }
    .categories--mobi .std{ display: none }
    .categories__hide{
        box-shadow: none;
    
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: 0 0 0 auto;
        display: block;
    }
    .categories__show{
        display: block;
        box-shadow: none;
        font-size: 1.5rem;
        padding: 0;
        width: 2.75rem;
        height: 2.75rem;
    
    -webkit-flex: 0 0 2.75rem;
            flex: 0 0 2.75rem;
        margin-right: 1rem;
    }
    .categories__show span{ display: none }
    .categories__show:before{
    
    content: "\f0c9";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
        position: relative;
        left: 1.5px;
    }
    .categories__show:hover{
        color: #FFFFFF;
        background: #FF4200;
    }
}
/* ~568px */
@media (max-width: 35.5rem){
    .categories__show{ margin: 0 }
}

/* ------ Marcas */
/* ~568px */
@media (max-width: 35.5rem){
    .brands .owl-wrapper-outer{
        padding: 0 1rem;
        margin: 0 -1rem;
        width: calc(100% + 2rem);
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    }
}

/* ------ Minha Conta */
/* ~992px */
@media (max-width:62rem){
    .myaccount__content{
        position: fixed;
        top: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        right: auto !important;
        z-index: 999;
        max-width: none;
        width: 100vw;
        height: 100vh;
        display: block;
        overflow-y: auto;
        box-shadow: inset 0 1px 0 #FF4200,
        inset 0 0 0 1px rgba(0,0,0,.1);
    
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    
    -webkit-transition: all 600ms  cubic-bezier(.23,1,.32,1);
            transition: all 600ms  cubic-bezier(.23,1,.32,1);
    }
    .myaccount.on .myaccount__content{ 
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .myaccount__hide{
        display: block;
        margin: -1rem -1rem 1rem;
        border-radius: 0;
    }
    .myaccount__content .title{ text-align: center }
    .myaccount__social,
    .myaccount__login,
    .myaccount__register{
        max-width: 24rem;
        margin-left: auto;
        margin-right: auto;
    }
    .myaccount .mymenu{ margin: 0 -1rem }
    .myaccount .mymenu .ul--0 ul{ background: rgba(0,0,0,.05) }
    .myaccount .mymenu .li--0{ margin: 0 }
    .myaccount .mymenu li{ border-bottom: 1px solid rgba(0,0,0,.1) }
    .myaccount .mymenu li:first-child{ border-top: 1px solid rgba(0,0,0,.1) }
    .myaccount .mymenu a{
        display: block;
        padding: 1rem;
        line-height: 1em;
        font-size: 1rem;
    }
}

/* ------ Meu Carrinho */
/* ~992px */
@media (max-width:62rem){
    .mycart__content{
        position: fixed;
        top: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        right: auto !important;
        z-index: 999;
        max-width: none;
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        display: block;
        overflow-y: auto;
        box-shadow: inset 0 1px 0 #FF4200,
        inset 0 0 0 1px rgba(0,0,0,.1);
    
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    
    -webkit-transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
    }
    .mycart.on .mycart__content{ 
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .mycart__header .ico{ fill: #FF4200 !important }
    .mycart__hide{
        display: block;
        margin: -1rem -1rem 1rem;
        border-radius: 0;
    }
    .mycart__list{
        max-height: none;
        overflow: auto;
        padding: 0;
        margin: 0;
    }
    .mycart__actions{ margin-bottom: 1rem }
}

/* ------ Breadcrumb */
/* ~768px */
@media (max-width: 48rem){
    .breadcrumb{ font-size: .8rem }
}

/* ------ Filtros */
/* ~992px */
@media (max-width:62rem){
    .filters .title{
        position: fixed;
        bottom: 2rem;
        right: 2rem;
        z-index: 9999;
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        background: #FF4200;
        color: #FFFFFF;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-align-items: center;
         -ms-flex-align: center;
            align-items: center;
    
    -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
            justify-content: flex-end;
    
    -webkit-transition: all 400ms  cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 400ms  cubic-bezier(0.23, 1, 0.32, 1);
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        padding: 1.5rem;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),
        0 2px 4px rgba(0,0,0,.3);
    }
    .filters .title:before{ 
    content: "\f1de";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
    .filters .title span{ display: none }
    .filters .title.scrolled{ 
    -webkit-transform: scale(0);
            transform: scale(0); }
    .filters__list{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        padding: 4rem 1rem 1rem;
        background: #FF4200;
        overflow-y: auto;
    
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    
    -webkit-transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
    }
    .filters.on .filters__list{ 
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .filters.on .title{
        bottom: auto;
        top: 0;
        right: 0;
        box-shadow: none;
        border-radius: 0;
        width: 100vw;
    }
    .filters.on .title:before{ 
    content: "\f00d";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
    .filters__filter:not(:last-child){ margin-bottom: 2rem }
    .filters__filter{
        padding: 0;
        background: none;
        box-shadow: none !important;
    }
    .filters__name{
        color: rgba(255,255,255,.5);
        margin-bottom: .25rem;
    }
    .filters__filter .li--0:not(:last-child){ margin: 0 }
    .filters__filter .a--0{ color: #FFFFFF }
    .filters__swatches .swatch{
        background: rgba(255,255,255,.5);
        color: rgba(0,0,0,.5)
    }
    .filters__filtered{
        position: fixed;
        top: 4.75rem;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .filters__filtered .subtitle,
    .filtered__clear{ display: none }
}
/* ~568px */
@media (max-width: 35.5rem){
    .filters .title{
        bottom: 1rem;
        right: 1rem;
        padding: 1rem;
        width: 3rem;
        height: 3rem;
    }
    .filters__filtered{ top: 3rem }
}

/* ------ Pagamentos / Envios */
/* ~768px */
@media (max-width: 48rem){
    .pays__svg,
    .ships__svg{ height: 1rem }
}

/* ------ Banner */
/* ~992px */
@media (max-width:62rem){
    .has_m_img .banner__link{ height:auto !important }
    .has_m_img img.d_img{ display:none !important }
    .has_m_img img.m_img{
        display:block !important;
        width: 100%;
    }
    .banner .owl-controls{ display:none !important }
    .banner--nojs .banner__wrapper{ 
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
}
/* ~568px */
@media (max-width: 35.5rem){
    .slide__youtube{
        padding: 100% 182% 0 0;
        height: auto !important;
    }
    .banner--nojs .banner__wrapper{ 
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; }
}

/* ------ Modal */
/* ~992px */
@media (max-width: 62rem){
    .modal__content{
        margin-right: 0;
        max-width: calc(100vw - 2rem);
    }
    .modal .video-fix-frame{ width: calc(100vw - 2rem) }
}
/* ~568px */
@media (max-width: 35.5rem){
    .modal__content{ width: 100vw }
}

/* ------ Floater */
/* ~992px */
@media (max-width: 62rem){
    .floater__content{
        margin-right: 0;
        max-width: calc(100vw - 2rem);
    }
    .floater .video-fix-frame{ width: calc(100vw - 2rem) }
}
/* ~568px */
@media (max-width: 35.5rem){
    .floater__content{ width: 100vw }
}

/* ------ Termos de Aceite */
/* ~992px */
@media (max-width: 62rem){
    .terms__content{
        margin-right: 0;
        max-width: calc(100vw - 4rem);
    }
    .terms__actions{
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .terms__actions .btn{ 
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto; }
    .terms .video-fix-frame{ width: calc(100vw - 2rem) }
}
/* ~568px */
@media (max-width: 35.5rem){
    .terms__content{ width: 100vw }
}

/* ------ Carrossel */
/* ~1528px */
@media (max-width:95.5rem){
    .owl-prev{
        left:0;
        right:auto
    }
    .owl-next{
        right:0;
        left:auto
    }
}
/* ~992px */
@media (max-width:62rem){
    .owl-buttons{ display:none }
}

/* ------ Feed RSS */
/* ~992px */
@media (max-width:62rem){
    .feeds--content .feeds__list{ 
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; }
}

/* ------ Header */
/* ~1408px */
@media (max-width: 88rem){
    .header{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/* ~992px */
@media (max-width:62rem){
    .header-container{
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-align-items: center;
         -ms-flex-align: center;
            align-items: center;
        background: #FF4200;
        margin: 0;
    }
    .header{ 
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-container .loginout{ display:none }
    .header-container .mywish__header a,
    .header-container .mycart__header a,
    .header-container .myaccount__header a{
        background: #FFFFFF !important;
        box-shadow: none;
    }
}
/* ~768px */
@media (max-width: 48rem){
    .mywish{ display: none }
}
/* ~568px */
@media (max-width: 35.5rem){
    .header{
        padding: .125rem 0 .125rem 1rem;
        margin: 0 !important;
    }
    .header .search{
    
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: auto;
        z-index: 20;
    }
    .header .search__button{ box-shadow: none }
    .header .search__form .input-box{ display: none }
    .header .search.on .search__form .input-box{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: block;
        width: 100vw;
    }
    .header .search.on .search__input{
        height: 3rem;
        width: 100%;
        padding: 1rem 3.75rem 1rem 1rem;
        background: #FF4200;
        color: #FFFFFF;
        box-shadow: none;
    }
    .header .search.on .search__input::-webkit-input-placeholder{ color: rgba(255,255,255,.5) }
    .header .search.on .search__input::-moz-placeholder{ color: rgba(255,255,255,.5) }
    .header .search.on .search__input:-ms-input-placeholder{ color: rgba(255,255,255,.5) }
    .header .search.on .search__input:-moz-placeholder{ color: rgba(255,255,255,.5) }
    .header .search__hide{
        position: fixed;
        top: .125rem;
        right: .125rem;
        z-index: 9999;
        box-shadow: none;
        background: none;
        display: block;
    }
    .header .logo img,
    .header .logo svg{
        max-height: 2rem;
        height: auto
    }
    .header .myaccount,
    .header .mycart{
        margin-left: 0;
        z-index: 10;
    }
    .header .myaccount__header,
    .header .mycart__header{ padding: .375rem }
    .header .myaccount__header a,
    .header .mycart__header a{
        width: 2rem;
        height: 2rem;
    }
}

/* ------ Footer */
/* ~1408px */
@media (max-width: 88rem){
    .footer .newsletter{
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .footer{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/* ~768px */
@media (max-width: 48rem){
    .footer__payments,
    .footer__shipments,
    .footer__certificates{ 
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%; }
    .pays__list,
    .ships__list,
    .certs__list{ 
    -webkit-justify-content: center;
              -ms-flex-pack: center;
            justify-content: center; }
    .footer .pays__title,
    .footer .ships__title,
    .footer .certs__title{ display: none }
}

/* ------ Catálogo */
/* ~768px */
@media (max-width: 48rem){
    .toolbar{
    
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
    
    -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .toolbar .amount{
    
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
        margin-bottom: 1rem;
    }
    .toolbar .sorter{ margin-left: 0 }
}
/* ~568px */
@media (max-width: 35.5rem){
    .prolabel,
    .prolabel.top-center,
    .prolabel.middle-left,
    .prolabel.middle-right,
    .prolabel.bottom-center,
    .prolabel.middle-center,
    .prolabel.top-left,
    .prolabel.top-right,
    .prolabel.bottom-left,
    .prolabel.bottom-right{
        margin: 5px;
        position: static;
    
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    }
    .prolabel img{
        width: auto;
        height: auto;
        max-height: 3rem;
        margin: 0;
    }
}
/* ~468px */
@media (max-width: 29.25rem){
    .toolbar .view-mode,
    .toolbar .limiter{ display: none }
    .toolbar .sort-by{ margin-left: 0 }
}

/* ------ Produto */
/* ~ 1024px */
@media (max-width:64rem){
    .prod__shop{ 
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap; }
    .prod__shop .col1{ margin-bottom: 2rem }
    .prod__shop .col2{ margin: 0 }
}
/* ~992px */
@media (max-width:62rem){
    .prod__img{
        margin-right: 1rem;
    
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%;
    }
    .product-image-gallery{ height: auto }
    .prod__shop{ 
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%; }
    .prod__name h1{ font-size: 2rem }

    /* @parcelamento */
    .parcelamento .title{
        display: block;
        font-size: 1rem;
        padding: 1rem;
        background: #fff;
        border: 1px solid rgba(0,0,0,.1);
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-align-items: center;
         -ms-flex-align: center;
            align-items: center;
    
    -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .parcelamento .title:after{ 
    content: "\f105";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
    .parcelamento ul{
        position: fixed;
        top: 0;
        left: 100%;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        z-index: 9999;
        padding: 1rem;
        background: #fff;
        font-size:1rem;
    
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
    
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    
    -webkit-transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
    }
    .parcelamento.on ul{ 
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    .parcelamento__hide{
        display: block;
        margin: -1rem -1rem 1rem;
        border-radius: 0;
    }

    /* @simulador-frete */
    .frete__title{
        font-size: 1rem;
        padding: 1rem;
        border-radius: 0;
        background: #fff;
        margin: 0;
        box-shadow: none;
        border: 1px solid rgba(0,0,0,.1);
    }
    .frete__title span{ 
    -webkit-order: -1;
            order: -1; }
    .frete__title .ico{ margin: 0 0 0 auto }
    .frete__content{
        position: fixed;
        top: 0;
        left: 100%;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        z-index: 999;
        padding: 1rem;
        background: #fff;
    
    -webkit-transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
    
    -webkit-align-items: center;
         -ms-flex-align: center;
            align-items: center;
    
    -webkit-justify-content: center;
              -ms-flex-pack: center;
            justify-content: center;
    
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    }
    .frete--open .frete__content{
    
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    }
    .frete__hide{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        border-radius: 0;
    }
    .frete__results{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        z-index: 9999;
        display: block !important;
    
    -webkit-transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
    
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    }
    .frete.on .frete__results{ 
    -webkit-transform: translateY(0);
            transform: translateY(0); }

    /* Produto - Compre Junto */
    .jointsales .owl-buttons{ display: block }
}
/* ~768px */
@media (max-width: 48rem){
    /*Produto Configurável*/
    .configurable{ display: block }

    /* Produto - Compre Junto */
    .jointsales__current{ 
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap; }
}
/* ~568px */
@media (max-width: 35.5rem){
    #product_addtocart_form{ display: block }
    .product-essential{ margin-bottom: 0 }
    .prod__img{ margin: 0 0 1rem }
    .product-image-gallery{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .catalog-product-view .breadcrumb{ display: none }
    .catalog-product-view .wrapper-container{ padding-top: 3rem }
    .product-collateral > *:not(:last-child){ margin-bottom: 0 }

    /* @compartilhar */
    .sharing-links .list{
        margin: 0;
    
    -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .sharing-links li{ margin: 0 }
    .sharing-links .list:before{ display: none }

    /* .tabs */
    .tabs{
        display: block;
    }
    .tabs__tab{
        font-size: 1rem;
        font-weight: 700;
        padding: 1rem;
        margin: 0 -1rem !important;
        top: 0;
        position: static;
        background: #fff;
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,.1);
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-align-items: center;
         -ms-flex-align: center;
            align-items: center;
    }
    .tabs__tab:first-child{ margin-left: auto }
    .tabs__tab:after{
    
    content: "\f105";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
        margin-left: auto;
    }
    .tabs__content{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        padding: 1rem;
        background: #fff;
        border: 0;
        z-index: 999;
    
    -webkit-transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
    
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    }
    .tabs__content.open{ 
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .tabs__hide{
        display: block;
        margin: -1rem -1rem 1rem;
        border-radius: 0;
    }

    /* Produto
     * @relacionados
     * @recomendados
     * @quemviu
     * @compre-junto
     * @vendas-acima
     */
    .related__title,
    .recommended__title,
    .whosaw__title,
    .jointsales__title,
    .upsell__title{
        cursor:pointer;
        font-size: 1rem;
        font-weight: 700;
        padding: 1rem;
        margin: 0 -1rem;
        background: #fff;
        border-bottom: 1px solid rgba(0,0,0,.1);
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-align-items: center;
         -ms-flex-align: center;
            align-items: center;
    }
    .related__title:after,
    .recommended__title:after,
    .whosaw__title:after,
    .jointsales__title:after,
    .upsell__title:after{
    
    content: "\f105";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
        margin-left: auto;
    }
    .related__content,
    .recommended__content,
    .whosaw__content,
    .jointsales__content,
    .upsell__content{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        padding: 1rem;
        background: #fff;
        z-index: 999;
    
    -webkit-transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
    
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    }
    .related.on .related__content,
    .recommended.on .recommended__content,
    .whosaw.on .whosaw__content,
    .jointsales.on .jointsales__content,
    .upsell.on .upsell__content{ 
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .related__hide,
    .recommended__hide,
    .whosaw__hide,
    .jointsales__hide,
    .upsell__hide{
        display: block;
        margin: -1rem -1rem 1rem;
        border-radius: 0;
    }

    /* @compre-junto */
    .jointsales__content{ display: block }
    .jointsales__current{
    
        -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
        margin: 0;
        padding: 0;
    }
    .jointsales .more{
        top: calc(100% - 1rem);
        right: calc(50% - 1rem);
    
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    }
    .jointsales__items{ min-width: 100% }
    .jointsales .owl-wrapper-outer{ border-width: 0 1px 1px }
    .jointsales__row{ display: block }
    .jointsales__list{ display: block }
    .jointsales__item{
        max-width: none;
        padding: 0;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .jointsales__item:not(:first-child){
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
        margin-top: 1rem;
        padding-top: 1rem;
    }
    .jointsales__item .thumb{
        padding: 0 1rem 0 0;
        margin: 0;
    
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    }
    .btn-jointsales{ width: 100% }

    /* avaliacoes(form) */
    .reviews .subtitle{
        text-align: center;
        border-top: 1px solid rgba(0,0,0,.1);
        opacity: .5;
    }
    .reviews__title{
        font-size: 1rem;
        font-weight: 400;
        padding: 1rem;
        margin: 0 -1rem;
        background: #fff;
        border-bottom: 1px solid rgba(0,0,0,.1);
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-align-items: center;
         -ms-flex-align: center;
            align-items: center;
    }
    .reviews__title:after{
    
    content: "\f123";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
        margin-left: auto;
    }
    .reviews__content{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        padding: 1rem;
        background: #fff;
        z-index: 999;
    
    -webkit-transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 600ms  cubic-bezier(0.23, 1, 0.32, 1);
    
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
        display: block;
    }
    .reviews.on .reviews__content{ 
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .reviews__resume,
    .reviews__ratings,
    .reviews__add{
        padding: 0;
        margin: 0;
        background: none;
        box-shadow: none;
    }
    .reviews__resume .product-rate .percent{ margin: 0 20% }
    .reviews__ratings{ margin-bottom: 1rem }
    .reviews__no-reviews{ padding: 0 }
    .reviews__hide{
        display: block;
        margin: -1rem -1rem 1rem;
        border-radius: 0;
    }

    /* @parcelamento & @simulador-frete*/
    .parcelamento .title{
        margin-left: -1rem;
        margin-right: -1rem;
        border-width: 1px 0;
    }
    .frete__title{
        margin-left: -1rem;
        margin-right: -1rem;
        border-width: 0 0 1px;
    }

    /* @links */
    .add-to-links{ margin: 0 !important }
    .add-to-links li:not(:last-child){ margin: 0 }
    .add-to-links a{
        padding: 1rem;
        margin: 0 -1rem;
        text-align: left;
        font-size: 1rem;
        line-height: 1em;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-align-items: center;
         -ms-flex-align: center;
            align-items: center;
        border-radius: 0;
        font-weight: 400;
        box-shadow: none;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .add-to-links li:first-child a{ border-top: 1px solid rgba(0,0,0,.1) }
    .add-to-links a:after{ margin-left: auto }
    .add-to-links .link-wishlist a:after{ 
    content: "\f004";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
    .add-to-links .link-compare a:after{ 
    content: "\f012";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }

    /* Empacotado */
    .bundle{ margin: 0 -1rem 1.5rem }
    .bundle:before{ padding: 0 1rem }
    .bundle__option{ margin: 0 0 -1px }
    .bundle .options-bundle-images,
    .bundle .bundle-checkbox-image,
    .bundle .bundle-checkbox-image{ 
    -webkit-flex: 0 0 3rem;
            flex: 0 0 3rem; }
    tr.bundle{
        margin: 0;
        display: table-row;
    }
    tr.bundle:before{ display: none }

    .grouped{ margin: 0 -1rem 1.5rem }
    .grouped:before{ padding: 0 1rem }
    .grouped__option{ margin: 0 0 -1px }
    .grouped .qty-holder{ margin: 0 }
    .grouped .grouped-images{ 
    -webkit-flex: 0 0 3rem;
            flex: 0 0 3rem; }
    .grouped__option.added:not(.out-of-stock):hover{ box-shadow: inset 0 0 0 1px #FF4200 }
}

/* ------ Carrinho */
/* ~992px */
@media (max-width: 62rem){
    .cart-table{ margin: 0 -1rem }
    .cart-table .cart-total-head,
    .cart-table .cart-product-line > div.product-cart-total{ display: none }
    .cart__boxes{ margin: 0 -1rem 1rem }
}
/* ~768px */
@media (max-width: 48rem){
    .cart-table h2.name{ font-size: 1rem }
    .cart-table .cart-product-head span:after{ content: 's'; }
    .cart-table .cart-price-head,
    .cart-table .cart-qty-head{ display: none }
    .cart-table .btn-remove{ margin: 0 }
    .cart-product-line{
        margin: 0 0 1rem;
        padding: 0 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .cart-product-line:last-child{
        border: 0;
        padding: 0;
        margin: 0;
    }
    .cart-product-line > div{ 
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto; }
    .cart-product-line > div:first-child{
        padding: 1rem;
    
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    
    -webkit-align-items: flex-start;
         -ms-flex-align: start;
            align-items: flex-start;
    }
}
/* ~568px */
@media (max-width: 35.5rem){
    .cart__boxes{ display: block }
}

/* ------ Finalização */
/* ~992px */
@media (max-width: 62rem){
    .opc .header-container{
        background: #FF4200;
        box-shadow: 0 1px 4px rgba(0,0,0,.2);
        padding: 0;
        margin: 0 -1rem 2rem;
        width: auto;
    }
    .opc .header{ padding: .125rem 0 }
    .checkout-onepage-index .biz-modal-frame .modal-container .std{ text-align: center }

    /* Finalização - Modelo Accordion */
    .osc-accordion .col-right{ display: none }

    /* Finalização - Colunas */
    .osc-onepage #checkoutSteps > div{ 
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%; }
}
/* ~768px */
@media (max-width: 48rem){
    .opc-registered-users{
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(0,0,0,.1);
    
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    }
    .opc-new-users{ 
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%; }
    .cardGrid .exp,
    .cardGrid .cod{ 
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%; }
    .cardGrid .pars{ 
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%; }
    .flag-selection-entry{ margin-bottom: .5rem }
    .flag-selection-entry .input-box{ 
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%; }
    .card-flags{ display: none }
    .checkout-review-table > thead th:not(:first-child):not(:nth-child(2)),
    .checkout-review-table > tbody td:not(:first-child):not(:nth-child(2)){ display: none }

    /* Finalização - Etapas */
    .osc-steps .opc-block-progress dl{ 
    -webkit-align-items: flex-end;
         -ms-flex-align: end;
            align-items: flex-end; }
    .osc-steps .opc-block-progress dt{
        font-size: 10px;
        line-height: 10px;
        display: block;
    }
    .osc-steps .opc-block-progress dt .changelink{ display: block }
    .osc-steps .opc-block-progress dt a{
        margin: 0;
        display: inline-block;
        height: 2rem;
    }
}
/* ~568px */
@media (max-width: 35.5rem){
    .bcashGrid{ display: block }
    .bcashGrid .ico{ margin-bottom: 1rem }
    .cardGrid .num,
    .cardGrid .nome,
    .cardGrid .exp,
    .cardGrid .cod{ 
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%; }
    .checkout-review-table > thead th:not(:first-child),
    .checkout-review-table > tbody td:not(:first-child){ display: none }
    #checkoutSteps .section #checkout-review-submit .buttons-set .f-left{ display: none }
    #checkoutSteps .section #checkout-review-submit .buttons-set button{
        margin: 0;
    
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    }
    .banks-accounts table tr{
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .banks-accounts table th,
    .banks-accounts table td{
        width: 100%;
    
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    }
    .banks-accounts table thead th{ padding: .5rem 1rem }
    .banks-accounts table tbody td{ border: 1px solid rgba(0,0,0,.1) }
    .banks-accounts table th:before,
    .banks-accounts table td:before{
        content: '1';
        opacity: .5;
        font-weight: 700;
        margin-right: 1rem;
    }
    .banks-accounts table th:nth-child(2):before,
    .banks-accounts table td:nth-child(2):before{ content: '2' }
    .banks-accounts table th:nth-child(3):before,
    .banks-accounts table td:nth-child(3):before{ content: '3' }

    /* Finalização - Modelo Etapas */
    .osc-steps #checkoutSteps{ margin: 0 -1rem }

    /* Finalização - Modelo Accordion */
    .osc-accordion #checkoutSteps{ margin: 0 -1rem }

    /* Finalização - Modelo Colunas */
    .osc-onepage #checkoutSteps{
        display: block;
        margin: 0 -1rem;
    }
    .osc-onepage #checkoutSteps > div{ width: 100% }
    .osc-onepage .section{ margin: 0 }
    .osc-onepage .step-title{ margin: 0 }
    .osc-onepage .step.a-item{ padding-top: 1rem }
    .osc-onepage #checkoutSteps .section.allow .step.a-item{ display: none !important }
    .osc-onepage #checkoutSteps .section.active .step.a-item{ display: block !important }

    /* Finalização - MundiPagg */
    #payment_form_mundipagg_api_doiscartoes .cardGrid{ display: block }
    #payment_form_mundipagg_api_doiscartoes .valor-card{ display: block }
    #payment_form_mundipagg_api_doiscartoes .valor-card input{ margin: .25rem 0 0 }
}

/* ------ Sucesso */
/* ~568px */
@media (max-width: 35.5rem){
    .success-content{ margin: 0 -1rem }
    .success-content .confirmation,
    .success-content .print{ display: block }
    .buttons-success{ 
    -webkit-align-items: stretch;
         -ms-flex-align: stretch;
            align-items: stretch; }
}

/* ------ Painel do Cliente */
/* ~992px */
@media (max-width: 62rem){
    .my-orders .item-order{ 
    -webkit-flex: 0 1 50%;
            flex: 0 1 50%; }
    .box-account .box-title a{
        min-width: 60px;
        text-align: center;
        line-height: 1em;
        padding: 3px 10px;
    }
    .sales-order-view .title-buttons .order-status,
    .sales-order-shipment .title-buttons .order-status,
    .sales-order-invoice .title-buttons .order-status{
        margin: 5px 0 10px;
    
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    }

    .customer-account .footer .newsletter,
    .customer-account .footer__about,
    .customer-account .footer__doubts,
    .customer-account .footer__account,
    .customer-account .footer__payments,
    .customer-account .footer__shipments,
    .customer-account .footer__certificates{ display: none }

    .block-account .block-title{
        position: fixed;
        bottom: 2rem;
        right: 2rem;
        z-index: 9999;
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        background: #FF4200;
        color: #FFFFFF;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-align-items: center;
         -ms-flex-align: center;
            align-items: center;
    
    -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
            justify-content: flex-end;
    
    -webkit-transition: all 400ms  cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 400ms  cubic-bezier(0.23, 1, 0.32, 1);
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        padding: 1.5rem;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),
        0 2px 4px rgba(0,0,0,.3);
    }
    .block-account .block-title:before{ 
    content: "\f0c9";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased; }
    .block-account .block-title strong{ display: none }
    .block-account .block-content{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        overflow-y: auto;
        padding: 0 1rem 1rem;
        background: #fff;
        width: 100vw;
        height: 100vh;
    
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    
    -webkit-transition: all 600ms  cubic-bezier(.23,1,.32,1);
            transition: all 600ms  cubic-bezier(.23,1,.32,1);
    }
    .block-account.on .block-title{
    
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),
        0 -2px 4px rgba(0,0,0,.3);
    }
    .block-account.on .block-title:before{
    
    content: "\f077";
    font-family: "biz_icons",sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
        position: relative;
        bottom: 2px;
    }
    .block-account.on .block-content{ 
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .block-account ul li{
        margin: 0;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .block-account ul li.last{
        border: 0;
        margin: 0;
    }
    .block-account a{
        display: block;
        font-size: 1rem;
        line-height: 1em;
        padding: 1rem;
        margin: 0 -1rem;
    }
    .block-account .current a,
    .block-account a:hover{
        background: #FF4200;
        color: #FFFFFF;
    }
    .block-account ul li.last a:after{
        font-size: 1rem;
        font-weight: 700;
        line-height: 1em;
    }
}
/* ~768px */
@media (max-width: 48rem){
    body:not(.sales-order-history) .my-orders .item-order:not(:first-child),
    .order-details #my-orders-table thead th:nth-child(4),
    .order-details #my-orders-table tbody td:nth-child(4){ display: none }
    .col4-set{ 
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap; }
    .col4-set > div{
    
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%;
        margin: 0;
    }

    #wishlist-table tbody tr{
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
        margin: 0;
        padding: .5rem;
        border: 1px solid rgba(0,0,0,.1);
    }
    #wishlist-table thead tr th:not(:first-child){ display: none }
    #wishlist-table tbody tr td{
    
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
        width: auto;
        padding: .5rem !important;
        border: 0  !important;
    }
    #wishlist-table tbody tr td:first-child{
    
    -webkit-flex: 1 1 30%;
            flex: 1 1 30%;
        width: 30%;
    }
    #wishlist-table tbody tr td:nth-child(2){
    
    -webkit-flex: 1 1 70%;
            flex: 1 1 70%;
        width: 70%;
    }
}
/* ~568px */
@media (max-width: 35.5rem){
    .box-account .col2-set{ display: block }
    .box-recent .box-head,
    .box-address .box-head{ display: block }
    .box-recent .box-head:before,
    .box-address .box-head:before{ display: none }
    .box-recent .box-head a,
    .box-address .box-head a{
        margin: 5px 0 0;
        display: inline-block;
    }
    .title-buttons{ display: block }
    .col2-set.addresses-list{ display: block }
    .my-orders .item-order{ 
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%; }
    .order-date{ font-size: 12px }
    .order-info-box{ display: block }
    .sales-order-view .title-buttons a,
    .sales-order-shipment .title-buttons a,
    .sales-order-invoice .title-buttons a{ white-space: nowrap }
    .customer-account .col2-set > .addresses-additional{ padding: 0 }
    .customer-account .pager-no-toolbar .limiter{ display: none }

    .addresses-primary{ margin-bottom: 1rem }

    .sales-order-view .title-buttons h1,
    .sales-order-shipment .title-buttons h1,
    .sales-order-invoice .title-buttons h1{ white-space: normal }

    .block-account .block-title{
        bottom: 1rem;
        right: 1rem;
        padding: 1rem;
        width: 3rem;
        height: 3rem;
    }

    .form-list .fields.tipopessoa > .field{ padding: 0 }
    .form-list .fields.tipopessoa label{
        padding: 0 .5rem;
        font-size: .8rem;
    }

    #wishlist-table tbody tr{
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
        margin: 0;
        padding: .5rem;
        border: 1px solid rgba(0,0,0,.1);
    }
    #wishlist-table thead tr th:not(:first-child){ display: none }
    #wishlist-table tbody tr td,
    #wishlist-table tbody tr td:first-child,
    #wishlist-table tbody tr td:nth-child(2){
    
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
        width: 100%;
        padding: .5rem !important;
        border: 0  !important;
    }
    #wishlist-table tbody tr td[width]{
    
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
        width: auto;
    }

    #my-downloadable-products-table thead tr th:not(:first-child){ display: none }
    #my-downloadable-products-table tbody tr{
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
        margin: 0;
        border: 1px solid rgba(0,0,0,.1);
        padding: .5rem;
    }
    #my-downloadable-products-table tbody tr td{
    
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
        padding: .5rem !important;
        margin: 0;
        border: 0 !important;
    }

    .socialconnect-account .col2-set{ 
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap; }
    .socialconnect-account .col2-set > div{ min-width: 250px }
}

/* ------ Revendas */
/* ~768px */
@media (max-width: 48rem){
    .revendas-map{
        margin-right: 2rem;
        flex: 0 0 200px;
        position: relative;
    }
    #Brasil{
        width: 200px;
        height: 200px;
    }
    .revendas-map:before{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }
    .or-map{ display: none }
    .cases-revenda li{ min-width: 200px }
    .revendaslist > li{
        flex: 0 1 50%;
        min-width: 200px;
    }
    .case-detail-content .images li{ list-style: none !important }
}
/* ~568px */
@media (max-width: 35.5rem){
    .revendas-index-main{ display: block }
    .revendas-map{ display: none }
    .revendaslist{ display: block }
    .arevenda{ display: block }
    .arevenda .right {
        margin: 20px 0 0;
        padding: 20px 0 0;
        box-shadow: none;
        border-top: 1px solid #ccc;
    }
    .arevenda .galeria-nav {
        padding: 20px 10px 10px;
        margin: 0 0 20px;
    }
    .cases-revenda ul{
        margin: 0;
        display: block;
    }
    .cases-revenda li{
        padding: 0;
        margin: 0 0 10px;
    }
    .cases-revenda a {
        display: block;
        padding: 10px;
        min-height: 150px;
    }
    .case-detail-content{ display: block }
    .case-detail-content .dados{ margin: 20px 0 0 }
}

/* end of editable */


html {
    background: #fff
}

.wrapper {
    padding: 0
}

.footer, .header, .main-container {
    max-width: none
}

.logo img, .logo svg {
    height: auto;
    max-width: 100%;
    width: auto
}

.header .loginout, .header .myaccount, .header .mycart, .header .mywish {
    margin: 0;
    text-align: left
}

.mycart__header a, input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mycart__header a {
    border-radius: 0;
    height: auto;
    width: auto
}

.mycart:hover .mycart__header a {
    background-color: transparent
}

.categories .a--0 {
    height: auto;
    padding: 0;
    line-height: 1
}

.banner__link:hover {
    opacity: 1
}

a:hover {
    color: #f15a29
}

@font-face {
    font-family: ITC Serif Gothic Std;
    src: local("ITC Serif Gothic Std Heavy"), local("SerifGothicStd-Heavy"), url(/media/interface/files/hinted-serifgothicstd-heavy-woff2.woff2) format("woff2"), url(/media/interface/files/hinted-serifgothicstd-heavy-woff.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: ITC Serif Gothic Std;
    src: local("ITC Serif Gothic Std Black"), local("SerifGothicStd-Black"), url(/media/interface/files/hinted-serifgothicstd-black-woff2.woff2) format("woff2"), url(/media/interface/files/hinted-serifgothicstd-black-woff.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: ITC Serif Gothic Std;
    src: local("ITC Serif Gothic Std Bold"), local("SerifGothicStd-Bold"), url(/media/interface/files/hinted-serifgothicstd-bold-woff2.woff2) format("woff2"), url(/media/interface/files/hinted-serifgothicstd-bold-woff.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: ITC Serif Gothic Std;
    src: local("ITC Serif Gothic Std Light"), local("SerifGothicStd-Light"), url(/media/interface/files/hinted-serifgothicstd-light-woff2.woff2) format("woff2"), url(/media/interface/files/hinted-serifgothicstd-light-woff.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: ITC Serif Gothic Std;
    src: local("ITC Serif Gothic Std Extra Bold"), local("SerifGothicStd-ExtraBold"), url(/media/interface/files/hinted-serifgothicstd-extrabold-woff2.woff2) format("woff2"), url(/media/interface/files/hinted-serifgothicstd-extrabold-woff.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: ITC Serif Gothic Std;
    src: local("ITC Serif Gothic Std Regular"), local("SerifGothicStd"), url(/media/interface/files/hinted-serifgothicstd-woff2.woff2) format("woff2"), url(/media/interface/files/hinted-serifgothicstd-woff.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body, html {
    color: #fff;
    font: 400 100%/1 ITC Serif Gothic Std, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background: #242424
}

body.cart--on {
    overflow: hidden!important
}

body.cms-home .footer-container, body.cms-home .main-container {
    margin: 0
}

#showcase2 .products__list, #showcase2 .products__title, .breadcrumb__list, .center, .main {
    display: block;
    margin: 0 auto;
    max-width: 1180px;
    width: calc(100% - 10px)
}

.col-main {
    padding: 0
}

[class*=icon--] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

[class*=icon--]:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#continuar-finalizar .actions a, .btn, button, input[type=button], input[type=reset], input[type=submit], select {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 0!important;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    height: 35px;
    padding: 9px 10px 5px;
    text-transform: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

#continuar-finalizar .actions a:hover, .btn:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, select:hover {
    background-color: #fff;
    border: 1px solid #f15a29;
    color: #f15a29
}

input[type=email], input[type=number], input[type=password], input[type=text], textarea {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 16px;
    padding: 12px
}

input[type=email], input[type=number], input[type=password], input[type=text] {
    border: 1px solid #e3e3e3!important
}

textarea {
    resize: none
}

.wrapper .breadcrumb {
    display: none;
    margin-bottom: 30px
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumb__home .breadcrumb__link {
    color: #000
}

.breadcrumb__home .breadcrumb__link:before {
    display: none
}

.breadcrumb__home+.breadcrumb__sep {
    color: #000
}

.breadcrumb__last, .breadcrumb__link, .breadcrumb__sep {
    color: #959595;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.breadcrumb__sep {
    margin: 0 4px
}

.breadcrumb__link:hover {
    color: #000
}

.title+.subtitle {
    margin: 0 0 15px
}

.accountlogin__new ul {
    margin-bottom: 20px
}

.fieldset .legend, .form-list>li:not(:last-child):not(.fields) {
    margin-bottom: 10px
}

.qty-wrapper .msg {
    background-color: #f15a29;
    color: #fff
}

.qty-wrapper .msg:before {
    border-top-color: #f15a29
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background-color: #f15a29
}

::-moz-selection {
    background-color: #f15a29;
    color: #fff
}

::selection {
    background-color: #f15a29;
    color: #fff
}

.page-title h1, .page-title h1 small, .std p, .std pre {
    color: #fff
}

body[class*=customer-account] .col-main {
    padding-top: 50px
}

.accountlogin>div {
    background: transparent
}

.link-tip {
    display: none
}

.form-list label, .form-list label em {
    color: #fff!important
}

.form-list .remember-me-box label {
    display: inline
}

.form-list .remember-me-box .input-box {
    display: inline-block
}

.account-create form {
    background: transparent
}

.form-list .fields.tipopessoa label.on {
    background: #f15a29
}

.box-account .box-head .title, .form-list .subtit, .my-account form h2.legend, .welcome-msg {
    color: #fff
}

.wrapper-container {
    padding-top: 128px
}

.header-container {
    background-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%
}

.header-container:after {
    background-color: rgba(0, 0, 0, .7);
    content: "";
    display: none;
    left: 0;
    height: 100%;
    top: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    z-index: -1
}

@media (min-width:1101px) {
    .header-container.mask--on:after {
        opacity: 1;
        visibility: visible;
        z-index: 200
    }
}

.header {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 0;
    z-index: 300
}

.header, .header-lane {
    background-color: #000;
    position: relative
}

.header-lane {
    z-index: 400
}

body.moving--down .header-lane {
    border-color: #f15a29;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.header-lane__center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 77px
}

.header-lane__actions, .header-lane__center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-lane__actions, .header-lane__actions>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header-lane__actions>* {
    margin-right: 12px
}

.header-lane__actions>:last-child {
    margin-right: 0
}

.logo {
    display: none
}

.logo-svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 83px 0 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

body.moving .logo-svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin: 5px 30px 5px 0
}

.logo-svg a {
    display: block
}

.logo-svg svg {
    height: 111px;
    width: 100%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

body.moving .logo-svg svg {
    height: 77px
}

.icon--search:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.33 29.39' fill='%23fff' height='30' width='30'%3E%3Ctitle%3Eicon-01%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M29.33 28.1l-8.22-8.28A12.18 12.18 0 0 0 24 12a12.07 12.07 0 1 0-4.27 9.15L28 29.39zM12 22.37a10.29 10.29 0 1 1 10.31-10.29A10.31 10.31 0 0 1 12 22.37z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E")
}

.icon--search:hover:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.33 29.39' fill='%23f15a29' height='30' width='30'%3E%3Ctitle%3Eicon-01%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M29.33 28.1l-8.22-8.28A12.18 12.18 0 0 0 24 12a12.07 12.07 0 1 0-4.27 9.15L28 29.39zM12 22.37a10.29 10.29 0 1 1 10.31-10.29A10.31 10.31 0 0 1 12 22.37z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E")
}

.icon--user:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.24 32' fill='%23fff' height='32' width='21'%3E%3Ctitle%3Eicon-02%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M8 16.82a10 10 0 0 1 10.82 1.91l1.38-1.46a12 12 0 0 0-4-2.49 8 8 0 1 0-8.46 0l-.52.2A12 12 0 0 0 0 26v5a1 1 0 0 0 1 1h13v-2H2v-4a10 10 0 0 1 6-9.18zM6 8a6 6 0 1 1 6 6 6 6 0 0 1-6-6z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E")
}

.icon--user:hover:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.24 32' fill='%23f15a29' height='32' width='21'%3E%3Ctitle%3Eicon-02%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M8 16.82a10 10 0 0 1 10.82 1.91l1.38-1.46a12 12 0 0 0-4-2.49 8 8 0 1 0-8.46 0l-.52.2A12 12 0 0 0 0 26v5a1 1 0 0 0 1 1h13v-2H2v-4a10 10 0 0 1 6-9.18zM6 8a6 6 0 1 1 6 6 6 6 0 0 1-6-6z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E")
}

.icon--cart:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.49 32.22' fill='%23fff' height='33' width='42'%3E%3Ctitle%3Eicon-03%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M42.49 21.83L37 12.76h-.05v-.51h-2.11a1.59 1.59 0 0 0 0-.54c0-.32-.88-3.68-.88-3.71a1.56 1.56 0 0 0-.44-.7 17 17 0 0 1-.26-1.95v-.63-1.17a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89 7.88 7.88 0 0 0-3.35 0 1.26 1.26 0 0 0-.88.89 1.53 1.53 0 0 0 0 .38l-.29 1.18.13.05a1.15 1.15 0 0 0 .21.9V5.35c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.2 2.2 0 0 0 0 .54h-.34a1.59 1.59 0 0 0 0-.54c0-.32-.88-3.68-.88-3.71a1.65 1.65 0 0 0-.43-.7 15.26 15.26 0 0 1-.27-1.95v-.63V3.6a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89 6.74 6.74 0 0 0-1.73-.2 6.78 6.78 0 0 0-1.68.18 1.26 1.26 0 0 0-.88.89 1.53 1.53 0 0 0 0 .38l-.29 1.18.13.05a1.15 1.15 0 0 0 .21.9V5.38c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.2 2.2 0 0 0 0 .54h-.34a1.59 1.59 0 0 0 0-.54c0-.33-.88-3.68-.88-3.71a1.65 1.65 0 0 0-.43-.7 15.26 15.26 0 0 1-.27-1.95V4.8 3.63a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89A6.65 6.65 0 0 0 13.62 0 6.56 6.56 0 0 0 12 .18a1.26 1.26 0 0 0-.89.88 1.61 1.61 0 0 0 0 .39l-.28 1.18.12.05a1.12 1.12 0 0 0 .22.9V5.38c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.84 2.84 0 0 0 0 .54h-3.5L0 22.86h6.09v9.36H37V21.83zm-3.54-2H37v-3.28zM28.6 11.91c.09-.46.62-2.57.77-3.18a1.39 1.39 0 0 0 .46-.73 22.68 22.68 0 0 0 .36-2.64v-.58a5.74 5.74 0 0 0-.12-2c0-.12.09-.24.12-.34l.12-.44h.85l.12.38c0 .1.08.22.12.34a5.78 5.78 0 0 0-.12 2.05v.57A21.43 21.43 0 0 0 31.64 8a1.35 1.35 0 0 0 .46.74c.17.65.74 3 .78 3.16a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.03-.38zm-8.56 0c.09-.46.62-2.57.77-3.18a1.39 1.39 0 0 0 .46-.73 23 23 0 0 0 .36-2.64v-.58a5.74 5.74 0 0 0-.12-2c0-.12.09-.24.12-.34l.12-.44h.85l.12.38c0 .1.08.22.12.34a5.78 5.78 0 0 0-.12 2.05v.57A21.43 21.43 0 0 0 23.08 8a1.35 1.35 0 0 0 .46.74c.17.65.74 3 .78 3.16a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.07-.38zm-8.56 0c.1-.46.62-2.57.77-3.18a1.33 1.33 0 0 0 .46-.73 22.68 22.68 0 0 0 .36-2.64v-.57A5.78 5.78 0 0 0 13 2.73c0-.12.09-.24.12-.34l.07-.39H14l.13.38.11.34a6.06 6.06 0 0 0-.12 2.05v.57A18.71 18.71 0 0 0 14.53 8a1.23 1.23 0 0 0 .45.73c.17.66.74 3 .78 3.17a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.03-.38zm-8 9l3.78-6.58h9.1l-3.53 6.58zm4.63 2H14l3.85-7.17v14.48H8.09zM35 30.22H19.85V14.28H35z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E")
}

.icon--cart:hover:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.49 32.22' fill='%23f15a29' height='33' width='42'%3E%3Ctitle%3Eicon-03%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M42.49 21.83L37 12.76h-.05v-.51h-2.11a1.59 1.59 0 0 0 0-.54c0-.32-.88-3.68-.88-3.71a1.56 1.56 0 0 0-.44-.7 17 17 0 0 1-.26-1.95v-.63-1.17a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89 7.88 7.88 0 0 0-3.35 0 1.26 1.26 0 0 0-.88.89 1.53 1.53 0 0 0 0 .38l-.29 1.18.13.05a1.15 1.15 0 0 0 .21.9V5.35c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.2 2.2 0 0 0 0 .54h-.34a1.59 1.59 0 0 0 0-.54c0-.32-.88-3.68-.88-3.71a1.65 1.65 0 0 0-.43-.7 15.26 15.26 0 0 1-.27-1.95v-.63V3.6a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89 6.74 6.74 0 0 0-1.73-.2 6.78 6.78 0 0 0-1.68.18 1.26 1.26 0 0 0-.88.89 1.53 1.53 0 0 0 0 .38l-.29 1.18.13.05a1.15 1.15 0 0 0 .21.9V5.38c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.2 2.2 0 0 0 0 .54h-.34a1.59 1.59 0 0 0 0-.54c0-.33-.88-3.68-.88-3.71a1.65 1.65 0 0 0-.43-.7 15.26 15.26 0 0 1-.27-1.95V4.8 3.63a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89A6.65 6.65 0 0 0 13.62 0 6.56 6.56 0 0 0 12 .18a1.26 1.26 0 0 0-.89.88 1.61 1.61 0 0 0 0 .39l-.28 1.18.12.05a1.12 1.12 0 0 0 .22.9V5.38c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.84 2.84 0 0 0 0 .54h-3.5L0 22.86h6.09v9.36H37V21.83zm-3.54-2H37v-3.28zM28.6 11.91c.09-.46.62-2.57.77-3.18a1.39 1.39 0 0 0 .46-.73 22.68 22.68 0 0 0 .36-2.64v-.58a5.74 5.74 0 0 0-.12-2c0-.12.09-.24.12-.34l.12-.44h.85l.12.38c0 .1.08.22.12.34a5.78 5.78 0 0 0-.12 2.05v.57A21.43 21.43 0 0 0 31.64 8a1.35 1.35 0 0 0 .46.74c.17.65.74 3 .78 3.16a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.03-.38zm-8.56 0c.09-.46.62-2.57.77-3.18a1.39 1.39 0 0 0 .46-.73 23 23 0 0 0 .36-2.64v-.58a5.74 5.74 0 0 0-.12-2c0-.12.09-.24.12-.34l.12-.44h.85l.12.38c0 .1.08.22.12.34a5.78 5.78 0 0 0-.12 2.05v.57A21.43 21.43 0 0 0 23.08 8a1.35 1.35 0 0 0 .46.74c.17.65.74 3 .78 3.16a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.07-.38zm-8.56 0c.1-.46.62-2.57.77-3.18a1.33 1.33 0 0 0 .46-.73 22.68 22.68 0 0 0 .36-2.64v-.57A5.78 5.78 0 0 0 13 2.73c0-.12.09-.24.12-.34l.07-.39H14l.13.38.11.34a6.06 6.06 0 0 0-.12 2.05v.57A18.71 18.71 0 0 0 14.53 8a1.23 1.23 0 0 0 .45.73c.17.66.74 3 .78 3.17a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.03-.38zm-8 9l3.78-6.58h9.1l-3.53 6.58zm4.63 2H14l3.85-7.17v14.48H8.09zM35 30.22H19.85V14.28H35z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E")
}

.myaccount, section.search {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: -1
}


[class*=icon--]:hover section.search, 
section.search[class*="--on"] {
    opacity: 1;
    visibility: visible;
    z-index: 200
}

section.search {
    top: -5px;
    right: -10px;
    margin: 0;
    max-width: 497px;
    width: 100vw
}

.search__filter, .search__label {
    display: none
}

.search .search__input {
    background-color: #333;
    border: 1px solid transparent!important;
    border-radius: 0!important;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    height: 40px;
    padding: 12px 9px 8px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 100%
}

.search .search__input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
}

.search .search__input:-ms-input-placeholder, .search .search__input::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
}

.search .search__input::placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
}

.search .search__input:focus, .search .search__input:hover {
    border: 1px solid #fff!important
}

.search__button {
    padding: 0;
    position: absolute;
    line-height: 0;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search__button, .search__button:hover {
    background: transparent;
    border: 0 none!important
}

div.user {
    padding: 16px 0;
    position: relative
}

.myaccount {
    position: static
}

.myaccount__content {
    background: #f15a29;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 20px 10px 10px;
    position: absolute;
    right: -60px!important;
    top: 100%;
    width: 280px
}

.myaccount__content:before {
    border-bottom: 10px solid #f15a29;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    top: -10px;
    right: 63px
}

.myaccount__content .title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px
}

.myaccount__content input[type=password], .myaccount__content input[type=text] {
    border: 1px solid transparent!important;
    border-radius: 0!important;
    color: #444;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    height: 40px;
    padding: 12px 9px 8px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.myaccount__content input[type=password]::-webkit-input-placeholder, .myaccount__content input[type=text]::-webkit-input-placeholder {
    color: #444;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px
}

.myaccount__content input[type=password]:-ms-input-placeholder, .myaccount__content input[type=password]::-ms-input-placeholder, .myaccount__content input[type=text]:-ms-input-placeholder, .myaccount__content input[type=text]::-ms-input-placeholder {
    color: #444;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px
}

.myaccount__content input[type=password]::placeholder, .myaccount__content input[type=text]::placeholder {
    color: #444;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px
}

.myaccount__content input[type=password]:focus, .myaccount__content input[type=password]:hover, .myaccount__content input[type=text]:focus, .myaccount__content input[type=text]:hover {
    border: 1px solid #000!important
}

.myaccount__content .form-list li:not(:last-child):not(.fields) {
    margin: 0
}

.myaccount__content .form-list li:last-child {
    margin: 10px 0 0
}

.myaccount__content .form-list .fields {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.myaccount__content .form-list .fields>* {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.myaccount__content .form-list .fields .actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
    margin-left: 10px
}

.myaccount__login-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.1px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: none;
    padding: 0;
    width: 100%
}

.myaccount__login-btn:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000
}

.myaccount__forgot {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin-top: 8px;
    position: static
}

.myaccount__forgot:hover {
    color: #fff;
    text-decoration: underline
}

.myaccount__login {
    margin: 0
}

.myaccount__register {
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    margin: 15px -10px 0;
    padding: 15px 10px 0
}

.myaccount__register .std {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px
}

.myaccount__register .myaccount__register-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border: 1px solid transparent!important;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -.1px;
    padding: 0 10px;
    text-transform: none;
    width: 100%
}

.myaccount__register .myaccount__register-btn:hover {
    background-color: #fff;
    border: 1px solid #000!important;
    color: #000
}

.mycart {
    height: auto
}

.mycart:before {
    background-color: rgba(0, 0, 0, .7);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    z-index: -1
}

.mycart.mycart--on:before {
    opacity: 1;
    visibility: visible;
    z-index: 200
}

.mycart:hover .mycart__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1101px) {
    .mycart:hover .cart__info {
        color: #f15a29
    }
}

.drop--top .mycart__content, .mycart__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    left: auto;
    padding: 0;
    position: fixed;
    height: 100%;
    max-height: none;
    right: -330px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    top: 0;
    width: 280px;
    z-index: 300
}

.mycart.mycart--on .drop--top .mycart__content, .mycart.mycart--on .mycart__content {
    right: 0
}

.drop--top .mycart__content .title, .mycart__content .title {
    border: 0 none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    width: 100%
}

.mycart__content {
    overflow: visible
}

.mycart__content:after {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2c2c2c;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 27' fill='%23fff' height='24' width='15'%3E%3Ctitle%3Eicon-12%3C/title%3E%3Cpath d='M14 26.1L1.7 13.5 14 .9l-.9-.9L0 13.5 13.1 27z'/%3E%3C/svg%3E");
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 0;
    height: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 100%;
    top: 0;
    width: 50px
}

.mycart__content .price-box-parcelado {
    display: none
}

.mycart__totals {
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    padding: 27px 20px 21px;
    width: 100%
}

.mycart__totals .title {
    display: none
}

.mycart__totals .regular-price {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.mycart__totals .regular-price .label {
    font-size: 0
}

.mycart__totals .regular-price .label:before {
    color: #fff;
    content: "Total";
    font-size: 16px;
    font-weight: 800
}

.mycart__totals .regular-price .price {
    color: #f15a29;
    font-size: 16px;
    font-weight: 800
}

.mycart__actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 30px 0 0;
    width: 100%
}

.mycart__actions>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.mycart__actions .finalizar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f15a29;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 45px;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 0 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 180px
}

.mycart__actions .finalizar:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.3 12.97' fill='%23fff' height='13' width='17'%3E%3Ctitle%3Eicon-16%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M17.14 1.7L15.61.16a.55.55 0 0 0-.77 0l-8.06 8a.54.54 0 0 1-.76 0L2.49 4.58a.64.64 0 0 0-.38-.16.59.59 0 0 0-.39.16L.16 6a.55.55 0 0 0-.16.37.59.59 0 0 0 .16.39l3.56 3.74.77.77L6 12.81a.54.54 0 0 0 .76 0L17.14 2.47a.55.55 0 0 0 0-.77z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    top: -3px;
    margin-right: 10px
}

.mycart__actions .finalizar:after {
    color: #fff;
    content: "Passa no caixa";
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase
}

.mycart__actions .finalizar:hover {
    background-color: #ff6b3b
}

.mycart__actions .editar {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-top: 17px;
    text-transform: lowercase;
    padding: 0
}

.mycart__actions .editar:hover {
    background-color: transparent;
    text-decoration: underline
}

.cart__title {
    background-color: #2c2c2c;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 64px;
    padding: 2px 0 0 20px;
    text-transform: uppercase
}

.cart__title, .mycart--empty .std {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.mycart--empty .std {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.mycart__list {
    margin: 0;
    max-height: calc(100% - 264px);
    padding: 10px 0 0
}

.mycart__list::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.mycart__list::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 0
}

.mycart__list::-webkit-scrollbar-thumb {
    background-color: #f15a29
}

.mycart__remove {
    background-color: #f15a29;
    border: 0 none!important;
    border-radius: 50%!important;
    position: absolute;
    height: 12px;
    left: auto;
    right: 10px;
    padding: 0;
    top: 20px;
    width: 12px;
    line-height: 0;
    text-align: center;
    text-transform: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.mycart__remove:hover {
    background-color: #333
}

.mycart__remove:before {
    display: none
}

.mycart__remove:after {
    color: #fff;
    content: "x";
    font-size: 10px;
    font-weight: 400;
    line-height: 1
}

.mycart__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 20px 20px 30px;
    position: relative
}

.mycart__item:last-child {
    border-bottom: 0 none
}

.mycart__item .price {
    position: absolute;
    bottom: 15px;
    color: #f15a29;
    font-size: 16px;
    font-weight: 800;
    right: 20px
}

.mycart__thumb {
    margin: 0 0 0 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 70px
}

.mycart__qtd {
    color: hsla(0, 0%, 100%, .7);
    opacity: 1
}

.mycart__qtd .label {
    font-size: 0
}

.mycart__qtd .label:before {
    content: "Qtd"
}

.mycart__qtd .label:before, .mycart__qtd .num {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase
}

.mycart__name {
    margin-bottom: 35px
}

.mycart__name span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 800;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.mycart__name span:hover {
    color: #f15a29
}

.cart__info {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -1.5px;
    position: absolute;
    text-align: center;
    top: 18px;
    right: 8px;
    width: 15px
}

.menu-lane {
    background-color: #fff;
    margin: 0;
    position: relative;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 200
}

@media (min-width:1101px) {
    body.moving .menu-lane {
        border-bottom: 1px solid #000
    }
    body.moving--down .menu-lane {
        margin-top: -50px
    }
}

.header-container .categories:not(.categories--mini) {
    margin: 0;
    padding: 0
}

.categories {
    background-color: transparent
}

.categories .ul--0 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.categories .li--0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.categories .li--0.parent .a--0:before {
    border-top: 12px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 300
}

.categories .li--0:hover .a--0 {
    background-color: transparent
}

.categories .li--0:hover .a--0:before {
    opacity: 1;
    visibility: visible
}

.categories .a--0 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.categories .a--0 span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.categories .a--0.bodexpress span {
    color: #f15a29
}

.categories--justify, .categories--justify .li--0 {
    position: relative
}

.categories--justify .li--0.drop--right .box--1 {
    left: auto;
    right: 0
}

.categories--justify .li--0 .box--1 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    left: 0;
    right: auto;
    padding: 0;
    width: 580px
}

.categories--justify .li--0 .box--1 .ul--1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    max-height: none;
    overflow: auto;
    padding: 24px 0 10px 20px;
    width: 100%
}

.categories--justify .li--0 .box--1 .all-li--0, .categories--justify .li--0 .box--1 .li--1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 15px;
    width: auto
}

@media (min-width:1101px) {
    .categories--justify .li--0 .box--1 .all-li--0:nth-child(5n), .categories--justify .li--0 .box--1 .all-li--0:nth-child(5n):hover, .categories--justify .li--0 .box--1 .li--1:nth-child(5n), .categories--justify .li--0 .box--1 .li--1:nth-child(5n):hover {
        border-color: transparent
    }
}

.categories--justify .li--0 .box--1 .all-li--0:hover, .categories--justify .li--0 .box--1 .li--1:hover {
    border: 0 none
}

.categories--justify .li--0 .box--1 .all-li--0:hover .a--1, .categories--justify .li--0 .box--1 .li--1:hover .a--1 {
    -webkit-box-shadow: none;
    box-shadow: none
}

.categories--justify .li--0 .box--1 .all-li--0:hover .a--1 span, .categories--justify .li--0 .box--1 .li--1:hover .a--1 span {
    color: #f15a29
}

.categories--justify .li--0 .box--1 .a--1, .categories--justify .li--0 .box--1 .all-a--0 {
    padding: 0
}

.categories--justify .li--0 .box--1 .a--1 span, .categories--justify .li--0 .box--1 .all-a--0 span {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 15px;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.categories--justify .a--0 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.categories__block {
    border: 0 none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0
}

.icon--menu:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 22' fill='%23fff' height='22' width='39'%3E%3Ctitle%3Eicon-17%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M0 18h38v4H0zM0 9h38v4H0zM0 0h38v4H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.header-lane__mobile {
    display: none
}

.user .mymenu .a--0 {
    color: #fff
}

.user .mymenu .a--0:hover {
    color: #fff;
    text-decoration: underline
}

.header>a, .menu--mobile {
    display: none
}

@media (max-width:1100px) {
    .header-lane__center {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 103px;
        padding: 12px 0 0;
        position: relative;
        overflow: hidden;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }
    .header-lane__actions>.icon--search:before, div.user {
        display: none
    }
    .logo .has-m-img .m-img {
        display: none!important
    }
    .menu--mobile {
        margin-right: 15px
    }
    .header-lane__actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: static
    }
    .header-lane__actions:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 22' fill='%23fff' height='22' width='39'%3E%3Ctitle%3Eicon-17%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M0 18h38v4H0zM0 9h38v4H0zM0 0h38v4H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        display: block;
        margin: 6px 0 0 10px
    }
    .logo {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        line-height: 0
    }
    .logo a:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 267.77 51.54' fill='%23fff' height='35' width='177'%3E%3Cdefs%3E%3Cstyle%3E.8 524ebcd-4e69-48f3-b71e-e5e35e68c485{fill-rule:evenodd}.4 3cb2062-e00d-4f6f-9a83-30701e746517{fill:none}%3C/style%3E%3C/defs%3E%3Ctitle%3ELOGO%3C/title%3E%3Cg id='7155f2e8-aad4-4099-9aa6-b82bde975105' data-name='Layer 2'%3E%3Cg id='25379221-8b59-4bcd-a38d-297dd0a4f187' data-name='Layer 1'%3E%3Cpath class='8524ebcd-4e69-48f3-b71e-e5e35e68c485' d='M24.63 41.21a12.37 12.37 0 0 1-2 0 6.33 6.33 0 0 1-3.62-2 6.13 6.13 0 0 1-1.83-4.29c0-.75.06-1.5.13-2.25 0-.21.08-.42.08-.63s0-.28-.3-.26-.79.11-1.17.17a1.61 1.61 0 0 0-1 .79 7.68 7.68 0 0 0-1 2.25 10.61 10.61 0 0 0-.32 2.44 6.45 6.45 0 0 0 .24 1.8 3.33 3.33 0 0 0 .74 1.34 4.38 4.38 0 0 0 1.5.7c0 .15-.14.16-.17.29-.06.29.62.81.82 1a3.25 3.25 0 0 0 .67.5 6.07 6.07 0 0 0 1.32.46 11.92 11.92 0 0 0 1.94.34 7.32 7.32 0 0 0 2.34-.3 5.45 5.45 0 0 0 1.58-.73A11.2 11.2 0 0 0 26 41.64c.12-.11.5-.45.31-.64s-1.45.19-1.71.21M68.09 10.9c-.16-.18-.63-.08-.82 0-.46.13-1 .24-1.49.4-.71.25-1.28.48-1.87.72s-1.24.64-1.93 1a10.19 10.19 0 0 0-2 1.35l-1.28 1.09a8.4 8.4 0 0 0-1.48 2.26 4.85 4.85 0 0 0-.44 2.08 6.13 6.13 0 0 0 .63 2.34c.07.16.3.78.16 1-.18 0-.45-.26-.58-.37s-.68-.79-.76-.66c-.23.35-.08.68 0 1.07a5.93 5.93 0 0 0 1.93 2.5c.6.33 3.18 1.11 1.15 1.11a6.24 6.24 0 0 1-2.8-1 2.19 2.19 0 0 0 .52 1.84 2 2 0 0 0 .46.29 3.14 3.14 0 0 0 2.07.42 2.4 2.4 0 0 0 .84-.34c.53-.32.59-.66.64-1.27a37.08 37.08 0 0 1 .41-3.8 8.86 8.86 0 0 1 .69-2.79c.56-1 1.07-2.09 1.71-3 .2-.32.4-.62.62-.93s.54-.84.84-1.24.86-1.21 1.17-1.66a15.46 15.46 0 0 1 1.3-1.64c.16-.16.51-.5.31-.74M57.58 29.05a6 6 0 0 1-2.76-2 6.13 6.13 0 0 1-.82-1.42 5.37 5.37 0 0 1-.37-2.95c-.43-.36-1.31-1.21-1.55-1.39a9.37 9.37 0 0 0-3.31-1.82c-.31-.06-.57.3-.9 1s-.69 1.4-.92 2a23.61 23.61 0 0 0-.61 3.22 1.7 1.7 0 0 1-.52.91c-.6.53-2.45.42-2.56 1.3 0 .11 0 .22-.05.33-.1 1 .16 2.19-.21 3.09-.08.18-.13.3-.21.46l.48-.19a4.21 4.21 0 0 1 .57-.19 16.33 16.33 0 0 1 4.58-.58 12.42 12.42 0 0 1 1.83.27c.4.09.8.2 1.19.32.64.21 1.35 1 2.06.79.24-.06.17-.19.37 0a3 3 0 0 1 .72 1c.22-.18.21-.33.31-.46a7.5 7.5 0 0 1 .53 5.72 3.69 3.69 0 0 0 1.2-1.42 9.46 9.46 0 0 0 .84-2.23 10 10 0 0 0 .37-2.11 20.19 20.19 0 0 0 0-2.06 8.05 8.05 0 0 0-.27-1.62'/%3E%3Cpath class='8524ebcd-4e69-48f3-b71e-e5e35e68c485' d='M52.1 33.21a1.61 1.61 0 0 0-1-.79c-.38-.06-.78-.14-1.17-.17s-.3 0-.3.26a6.17 6.17 0 0 0 .08.62c.07.76.12 1.5.12 2.26A6 6 0 0 1 48 39.67a6.32 6.32 0 0 1-3.62 2.06 11.35 11.35 0 0 1-2 0c-.26 0-1.54-.37-1.71-.2s.19.53.31.64a9.77 9.77 0 0 0 1.42 1.18 5.41 5.41 0 0 0 1.57.74 7.38 7.38 0 0 0 2.39.21 13.19 13.19 0 0 0 1.93-.3 6.56 6.56 0 0 0 1.31-.46 3.41 3.41 0 0 0 .68-.5c.38-.35.93-.88.68-1.39a3.93 3.93 0 0 0 1.37-.48 3.4 3.4 0 0 0 .83-1.45 6.11 6.11 0 0 0 .25-1.8 10.53 10.53 0 0 0-.32-2.44 7.68 7.68 0 0 0-1-2.25M7.52 6.12a8 8 0 0 1 0 1.69c.71.66 1.4-1.27 2-1.95s1.45-.79 2.3-1.45a8.57 8.57 0 0 1 4.4-1.86c0 .26-.37.43-.9.74a16.13 16.13 0 0 0-2.55 2.24c-.72.71-.81 2.34-1.1 3.3-.46 1.51 1.18 0 1.63-.71a6.07 6.07 0 0 1 3.37-2.95c.94-.44 1.34-.35.85-.09A10.12 10.12 0 0 0 16 6.4c-.8.67-.76 2.15-.81 3-.13 2.39 2.39-2 3.48-1.93-.05.87-1.34 1.42-.5 2.29.31.31 1 .44 1.35.69A5.92 5.92 0 0 1 21 11.88a5.44 5.44 0 0 1 .72 1.47 3.74 3.74 0 0 1 .15.83.36.36 0 0 0 .51.12c.64-.29 1.1-1.21 1.91-1.09a1.34 1.34 0 0 0 .95-.27 21.91 21.91 0 0 0 2-1.44 12.5 12.5 0 0 1 2.63-1.62 2.61 2.61 0 0 1 1-.16 9.82 9.82 0 0 1 2 .27l.34.11a8.11 8.11 0 0 1-.44-.82C32.54 8.89 32 8.46 32 8c-.41-.64-.9-1.47-1.13-1.76a23.58 23.58 0 0 0-1.69-1.74 15.53 15.53 0 0 0-2.56-1.84A17.65 17.65 0 0 0 23 1a16.64 16.64 0 0 0-4.44-1A11.78 11.78 0 0 0 14 .46a17.71 17.71 0 0 0-2 .86 14.09 14.09 0 0 0-5.41 4.93 22.43 22.43 0 0 0-1.52 2.47.65.65 0 0 0 .42.08c.8-.23 1.29-2.1 2-2.68M14.38 31.77a4 4 0 0 1 .61-.55 4.54 4.54 0 0 1 1.5-.64 5.69 5.69 0 0 1 1.36-.23 2.8 2.8 0 0 0 1.83-.5c.45-.48 0-.88-.28-1.31a8.27 8.27 0 0 0-4-3.49c-.81-.28-1.39-.24-1.64-1.16a1.83 1.83 0 0 0-.07-.32v-.34c0-.12-.06-.49-.09-.73s.1-.5.05-.75c-.1 0-.18.29-.23.39a1.89 1.89 0 0 0-.16.51 8.4 8.4 0 0 0-.05 1.12 5.23 5.23 0 0 1-.28 1.76 6.13 6.13 0 0 1-.82 1.47 6 6 0 0 1-1.83 1.55 5.28 5.28 0 0 1-.53.27c-.11.06-.51.16-.56.26A18 18 0 0 0 9 31.65a12.58 12.58 0 0 0 .49 2.64 8.39 8.39 0 0 0 .89 2.22 7.82 7.82 0 0 0 .6.9 2.94 2.94 0 0 0 .52.58c.14-.39-.22-.94-.37-1.29a7.17 7.17 0 0 1-.37-1.22 6.67 6.67 0 0 1-.2-1.24V32.6a12 12 0 0 1 .19-1.45c0-.25.38-.79.69-.73 0 .3 0 .47-.07.66a2.76 2.76 0 0 0 0 .71 2.34 2.34 0 0 0 .36 1.06c.27.45.51-.29.58-.59s.32-1 .59-1a1.53 1.53 0 0 0 .3.66c.33.49.84.21 1.17-.16'/%3E%3Cpath class='8524ebcd-4e69-48f3-b71e-e5e35e68c485' d='M11.46 22.78c0-.08.37-.87.35-.89.5.59-.28 2.06-.52 2.64a19.19 19.19 0 0 1-1.13 2.1 2.7 2.7 0 0 0 .58-.13 2.86 2.86 0 0 0 .86-1.09c.23-.41.47-.81.67-1.23a3.41 3.41 0 0 0 .22-.89v-.76-.51a10.41 10.41 0 0 0-.14-1.57c0-.2-.13-.4-.17-.6-.28-.39-.56-.74-.84-1.12a27.28 27.28 0 0 0-2.63-3c-.55-.55-1.18-1-1.79-1.53a8.24 8.24 0 0 0-2-1.35c-.92-.35-1.39-.52-2.1-.85s-1-.43-1.67-.68a3.39 3.39 0 0 0-.81-.23c-.13 0-.23 0-.3.11a.6.6 0 0 0 .16.63 7.48 7.48 0 0 1 .55.71 6.88 6.88 0 0 0 1.4 1.55c1.57 1.35 3.15 2.51 3.92 4.5a4.85 4.85 0 0 1 .34 1.91 3.57 3.57 0 0 0 .33 1.35 4 4 0 0 0 .36.88c.19.25 1 .12 1.25.07s.74-.47.75-.34a1.93 1.93 0 0 1-.39.8 5 5 0 0 1-.48.63c-.2.2-.4.3-.38.51a1 1 0 0 0 .7.74 1.67 1.67 0 0 0 1.56-.58 5.61 5.61 0 0 0 1.35-1.81M41.67 35.09a4.76 4.76 0 0 0 0-1.19c0-.64-.24-1.32.09-1.92.16-.29.4-.63.54-.93a2.69 2.69 0 0 0 .28-1.18v-1.41-.9c0-.8.92-.77 1.43-.93a2.66 2.66 0 0 0 .99-.49 1.72 1.72 0 0 0 .55-.92c.09-.69 0-1.38.1-2.07s.05-1.4.05-2.1c0-1.19.54-3.25-.63-4.09a1.29 1.29 0 0 0-1.1-.07c-.35.1-.61.21-.95.33-.18.06-.54.23-1.19.47-.18.06-.46.45-.6.5a15.15 15.15 0 0 0-2.14.65 2.63 2.63 0 0 0-.48.87c-.11.28-.4 1-.48.95a4.74 4.74 0 0 1 .14-.81 11.07 11.07 0 0 1 .44-1.49c.23-.49.69-.47 1.14-.63.27-.11.73-.21 1-.31.43-.16.46-.36.76-.68s1.28-.51 1.65-.79 0-.82-.38-1a.58.58 0 0 0-.34-.06l-.21.06a5.24 5.24 0 0 1-.79 0c-.08 0-.31 0-.32-.14a1.89 1.89 0 0 0 .89-.3 1.55 1.55 0 0 1 .43-.14 3.23 3.23 0 0 0 .49-.18 1.17 1.17 0 0 1 .33-.11.43.43 0 0 1 .16 0 1.9 1.9 0 0 1 .59.21.9.9 0 0 0 .72 0c.26-.11.27-.25.31-.52a2.08 2.08 0 0 1 .22-.65 5.07 5.07 0 0 1 .64-1.28 5.89 5.89 0 0 1 1.48-1.38c.38-.24 1.05-.37 1.35-.69.85-.86-.45-1.41-.5-2.29 1.09 0 3.61 4.32 3.48 1.93-.05-.9 0-2.38-.81-3a10.11 10.11 0 0 0-1.5-1.36c-.49-.27-.08-.35.86.08a6.12 6.12 0 0 1 3.36 3c.46.72 2.09 2.22 1.64.71-.29-1-.38-2.59-1.1-3.3a16.28 16.28 0 0 0-2.56-2.28c-.53-.32-.94-.49-.9-.75a8.78 8.78 0 0 1 4.41 1.86c.85.66 1.71.76 2.29 1.45s1.27 2.61 2 1.95a9.55 9.55 0 0 1 0-1.69c.74.58 1.23 2.46 2 2.68a.45.45 0 0 0 .3 0l-.15-.32c-.17-.35-.38-.67-.57-1s-.31-.62-.47-.94a11.05 11.05 0 0 0-2.24-2.29c-.36-.29-.71-.53-1-.85A15.7 15.7 0 0 0 56 2.39 11.93 11.93 0 0 0 53.29.91a9.06 9.06 0 0 0-2.22-.68 16.07 16.07 0 0 0-3-.07 6.25 6.25 0 0 1-.85.08 10.9 10.9 0 0 0-2.91.66c-1.5.83-2 2.1-2.94 3.39-.54.73-1.7 1.71-1.92 2.6a2.33 2.33 0 0 0 .3 1.39 35.06 35.06 0 0 1 1.31 4.24l.19.49c.06.14.3.6.17.6a1.62 1.62 0 0 1-.55-.23c-.19-.1-1.2-.58-1.77-.9s-1.06-.74-1.6-1.05a3.77 3.77 0 0 0-1.68-.56 1.59 1.59 0 0 0-.81.2c-.38.13-.4.18-.46.54-.09.6 0 1.1-.06 1.71a11.43 11.43 0 0 0-.31 1.68c0 1.09 0 2.16.08 3.24a6.11 6.11 0 0 1-.13 2.15c-.2.67-.15 2.12-.58 2.06-.21-.07 0-3.61-.08-5.09 0-.73-.06-1.47-.06-2.21a.55.55 0 0 1 0-.21v-1.76c0-.7-.34-.62-.5-1a2.19 2.19 0 0 0-1.44-1.26h-.06c-.68.67-1.21 1.5-1.81 2.22a4.25 4.25 0 0 0-.81 1.08c-.06.14.14.55.26.79s.21.23.19.32-.57.12-.84.11c-.51 0-1.3-.19-2.09-.31a.71.71 0 0 0 .12.31A3.68 3.68 0 0 0 28 16.51c.57.29.66.25.82.82a9.77 9.77 0 0 1 .07 2.76 3.24 3.24 0 0 1 .08.57 3.66 3.66 0 0 1-.48-.95 2.63 2.63 0 0 0-.48-.87 15 15 0 0 0-2.13-.65c-.15-.05-.43-.44-.6-.5-.66-.24-1-.41-1.19-.47-.35-.12-.6-.23-.95-.33a1.85 1.85 0 0 0-.71-.08c.25.16.47.56.76.8s.69.42 1 .65a5.09 5.09 0 0 1 .77.36c.35.24.31.46.66.7.51.16.67.2 1 .31s.33.31.46.58a5.38 5.38 0 0 1 .5.83c.08.28-.08.45-.19.69a1.75 1.75 0 0 1-.3.63c-.14-.29.1-.76 0-1s-.58-.22-.85-.29-.54-.42-.78-.56a1.36 1.36 0 0 0-.86-.11c-.27 0-.32 1.95-.07 2.5.11.22.25 0 .32.26a14.57 14.57 0 0 0 .11 2.15c.08.23.31.33.44.47a1.45 1.45 0 0 1 .19.17c.53.57.31 1.07.12 1.69a4.69 4.69 0 0 0-.17 1.06 1 1 0 0 0 0 .51c.2.44.93.38 1.23.74a1 1 0 0 1 .21.4.92.92 0 0 1 .09.13 1.22 1.22 0 0 1 .11.5c0 .42.05.83.08 1.11a1.44 1.44 0 0 0 .21.6c.12.23.17.38.29.57a1.82 1.82 0 0 1 .08.19c.25.18.66.38.85.55l.41.32q-.07-.84-.12-1.68a12.29 12.29 0 0 1-.07-2 2.73 2.73 0 0 1 .06-.5 3.07 3.07 0 0 1 .37-.72c.16-.27.29-.56.44-.84s.25-.6.48-.55a2.24 2.24 0 0 1-.11.34 1.67 1.67 0 0 0-.08.4 3.09 3.09 0 0 0 .06 1.05 2.3 2.3 0 0 0 .36.52 1.67 1.67 0 0 0 .36.39 3.07 3.07 0 0 0 .36.27c.15.07.28.11.36.27s.47 1.66.55 2.05c.23 1 .22 2.09.35 3.13.06.49.12 1 .17 1.47a1.32 1.32 0 0 1 0 .59c-.31 1-.61 1.79-1 2.74-.11.32-.19.58-.39 1.32-.1.34-.15.66-.19.86a4.79 4.79 0 0 0-.12 1.09c0 .26 0 .94.36.84a.42.42 0 0 0 .21-.19 4.13 4.13 0 0 0 .32-1.3c.12-.47.41-1.29.58-1.76 0 0 .11-.12.14-.09a.16.16 0 0 1 .09.14v3.68a4.06 4.06 0 0 1-.3 1.81 2.63 2.63 0 0 0-.19 1.11c0 .25.43.61.61.78a.35.35 0 0 0 .22.14h.19l.11-.17a1.64 1.64 0 0 1 0-.32 1.3 1.3 0 0 0-.09-.39.43.43 0 0 1 0-.05.25.25 0 0 1 0-.12c.25-5.13.2-9.5.2-17.08v-2.53a5 5 0 0 0-.09-1 1.06 1.06 0 0 1-.11-.46c0-.16.16-.3.21-.46s.07-.6.17-.86c0-.09.06-.11.1-.11s0 0 .09.11c.1.26.07.59.17.86s.17.3.21.46a1.06 1.06 0 0 1-.11.46 5 5 0 0 0-.09 1c-.07.84 0 1.69 0 2.53 0 9.44 0 13.78.2 17.12v.05a.19.19 0 0 1 0 .08 1.29 1.29 0 0 0-.08.39.25.25 0 0 0 0 .08c.07.43.17.78.31.76s.24-.38.34-.57.29-.46.29-.7a2.79 2.79 0 0 0-.18-1.11 4.18 4.18 0 0 1-.31-1.81v-3.68a.15.15 0 0 1 .08-.14s.13 0 .15.09c.17.47.45 1.29.57 1.76s.08 1 .4 1.32a.92.92 0 0 1 .21.9c-.15 1.13-.27 2.26-.48 3.38-.1.55-1.29 1.2-1.07 1.82s.77-.29 1-.49a11.1 11.1 0 0 1 1.09-.8 2.45 2.45 0 0 0 .56-.5c.18-.28.08-.49 0-.78a15.45 15.45 0 0 1-.45-2.23c0-.39-.3-1.4 0-1.41a2 2 0 0 1 .25.48 1.21 1.21 0 0 1 0-.19 2.78 2.78 0 0 1 .25-.92s.07-.2.13-.35h-.07a.63.63 0 0 1-.27 0 .84.84 0 0 1-.28-.18 1.11 1.11 0 0 1-.26-.27c-.09-.16-.25-.27-.33-.43a1 1 0 0 1-.13-.56s.62.39.83.32c.39-.13.35-.57.44-.88a4.22 4.22 0 0 1 .73-1.65 3 3 0 0 0 .61-1.83v-1.55a13.05 13.05 0 0 1 .09-1.32c.09-.32.58-.59.64-1a8 8 0 0 1 .23-1.56c.07-.14.17-.28.31-.55a1.45 1.45 0 0 0 .22-.6c0-.28.06-.64.07-1.06a1 1 0 0 1 .09-.49c0-.05.08-.08.1-.13a1.13 1.13 0 0 1 .1-.13c.05-.07.29-.23.37-.15a.88.88 0 0 1 0 .43c0 .05-.16.12-.2.15s-.09.48-.1.64 0 .42 0 .69v.47c0 .41-.36.64-.47 1a4.83 4.83 0 0 0 0 1.61 1.28 1.28 0 0 1-.13.86l-.05.07a7 7 0 0 1 .8-.31 5.74 5.74 0 0 0 .93-.46c.06 0 .17-.13.29-.2m-3.53-2.44c0 .62-.08 1.24-.15 1.85 0 .25-.24.32-.29.57-.11.55-.13 1.7-.18 2.26a6.3 6.3 0 0 1-.4 2.2c-.12.25-.3.45-.43.68a3.37 3.37 0 0 0-.37.85c-.1.36 0 .76-.14.87s-.37-.26-.43-.4-.43-.8-.55-1.09-.24-.55-.41-1a2.64 2.64 0 0 1-.31-1.5c0-.48.1-1 .16-1.47.14-1 .12-2.11.35-3.13.09-.39.49-1.9.56-2.05s.2-.2.35-.27a2.51 2.51 0 0 0 .37-.27 1.63 1.63 0 0 0 .35-.39 2.73 2.73 0 0 0 .37-.52 3.08 3.08 0 0 0 0-1.05 1.67 1.67 0 0 0-.07-.4 1.54 1.54 0 0 1-.12-.34c.24-.05.4.38.49.55s.28.57.43.84a3.11 3.11 0 0 1 .38.72 2.73 2.73 0 0 1 .05.5 12.28 12.28 0 0 1-.06 2M40 21.34a4.31 4.31 0 0 0 0 .83c.19.2.53.36.55.67a19.07 19.07 0 0 1 0 2.54 1.26 1.26 0 0 1-.31.58c-.08.11-.16.21-.23.32a1.19 1.19 0 0 0-.18.29 1.06 1.06 0 0 0 0 .31 3.19 3.19 0 0 0 0 .42c0 .08.06.27 0 .32a.15.15 0 0 1-.13 0c-.09 0-.1-.19-.11-.27a2.83 2.83 0 0 1 0-.41 1.52 1.52 0 0 1 .21-.94 2.57 2.57 0 0 0 .25-.53c0-.18.06-1.95.05-2.18a.82.82 0 0 0-.35-.48c-.14-.08-.21-.31-.22-.65s-.05-.75 0-1.07.33-.59.49-.9.17-.46.46-.58.46-.15 1-.31c.35-.24.31-.46.67-.7a5.08 5.08 0 0 1 1.79-.6c.28 0 .34-.06.46.09.38.47.13 1.64.11 2.2a11.55 11.55 0 0 0 .05 1.95 6.78 6.78 0 0 1 0 .9 4.13 4.13 0 0 1-.27 1.75 1.88 1.88 0 0 1-1.13 1c-.17.06-1.53.42-1.56.28-.13-.46.39-.47.51-.85a13.32 13.32 0 0 0 .11-2.15c.08-.23.22 0 .32-.26.26-.55.2-2.5-.06-2.5a1.39 1.39 0 0 0-.87.11c-.23.14-.5.48-.78.56s-.69 0-.84.29M134 29.46a1.17 1.17 0 0 1-.33.73 1.26 1.26 0 0 1-.81.42h-2.16V16.09h2.14a1.46 1.46 0 0 1 .84.38 1.66 1.66 0 0 1 .3.84zm4.11-13.79a.33.33 0 0 0-.1-.23l-3.35-3.36a.34.34 0 0 0-.23-.1h-7.52a.32.32 0 0 0-.32.32v9.31l-1.51 1.5a.34.34 0 0 0 0 .46l1.51 1.5v9.31a.32.32 0 0 0 .32.32h7.52a.31.31 0 0 0 .22-.09l3.35-3.35a.32.32 0 0 0 .09-.23zM157.81 30.61h-7.05v-5.2h3.45a.33.33 0 0 0 .3-.2.32.32 0 0 0-.07-.35l-1.52-1.51 1.51-1.5a.3.3 0 0 0 .11-.24.33.33 0 0 0-.33-.32h-3.45v-5.2h7.05a.32.32 0 0 0 .32-.32v-3.46a.32.32 0 0 0-.32-.32H147a.32.32 0 0 0-.32.32v9.32l-1.5 1.49a.31.31 0 0 0 0 .46l1.5 1.49v9.32a.32.32 0 0 0 .32.32h10.86a.32.32 0 0 0 .33-.32v-3.46a.32.32 0 0 0-.33-.32M262 23.13l-1.5-1.5v-9.31a.32.32 0 0 0-.33-.32h-3.46a.32.32 0 0 0-.32.32v9.33l-3.78-9.4a.33.33 0 0 0-.31-.23h-3.36a.33.33 0 0 0-.33.32v9.29l-1.5 1.5a.33.33 0 0 0-.1.23.34.34 0 0 0 .1.23l1.5 1.5v9.28a.33.33 0 0 0 .33.33h3.46a.33.33 0 0 0 .33-.33v-9.26l3.89 9.36a.32.32 0 0 0 .3.23h3.25a.32.32 0 0 0 .32-.33v-9.28l1.51-1.5a.34.34 0 0 0 0-.46M93.72 25.4a.94.94 0 0 1 .63.27 1.06 1.06 0 0 1 .31.73v3.22a.94.94 0 0 1-.26.71 1.3 1.3 0 0 1-.75.28h-1.84v-5.2h1.91m.69-4.41a1.22 1.22 0 0 1-.75.28h-1.85v-5.2h1.91a.94.94 0 0 1 .63.27 1.06 1.06 0 0 1 .31.73v3.19a1 1 0 0 1-.26.72m2.82 2.32a.24.24 0 0 1 .09-.15l1.37-1.4a.31.31 0 0 0 .09-.22V15a.32.32 0 0 0-.1-.22L96 12.08a.32.32 0 0 0-.22-.1h-7.61a.32.32 0 0 0-.32.32v9.32l-1.5 1.49a.31.31 0 0 0 0 .46l1.5 1.49v9.32a.32.32 0 0 0 .32.33h7.57a.33.33 0 0 0 .23-.1l2.72-2.72a.31.31 0 0 0 .09-.22v-6.53a.32.32 0 0 0-.09-.23l-1.37-1.42a.24.24 0 0 1-.09-.16M113.41 29.48a1.34 1.34 0 0 1-.26.85 1.58 1.58 0 0 1-.87.28h-1a1.44 1.44 0 0 1-.85-.29 1 1 0 0 1-.28-.72V16.93a1 1 0 0 1 .28-.57 1 1 0 0 1 .6-.27h1.57a.85.85 0 0 1 .58.24 1.11 1.11 0 0 1 .26.63v12.51m5.66-6.36l-1.54-1.52v-5.92a.32.32 0 0 0-.09-.23l-3.36-3.36a.34.34 0 0 0-.23-.1h-4.16a.34.34 0 0 0-.23.1l-3.35 3.36a.32.32 0 0 0-.09.23v5.93l-1.53 1.52a.34.34 0 0 0 0 .46L106 25.1V31a.32.32 0 0 0 .09.23l3.37 3.36a.32.32 0 0 0 .23.09h4.15a.32.32 0 0 0 .23-.09l3.37-3.36a.32.32 0 0 0 .09-.23v-5.91l1.53-1.51a.34.34 0 0 0 0-.46M210.72 29.48a1.28 1.28 0 0 1-.26.85 1.58 1.58 0 0 1-.87.28h-1a1.4 1.4 0 0 1-.84-.29 1 1 0 0 1-.28-.72V16.94a.9.9 0 0 1 .27-.57 1 1 0 0 1 .6-.27h1.57a.85.85 0 0 1 .58.24 1 1 0 0 1 .26.63v12.5m5.66-6.36l-1.54-1.52v-5.92a.32.32 0 0 0-.09-.23l-3.36-3.36a.34.34 0 0 0-.23-.1H207a.34.34 0 0 0-.23.1l-3.35 3.36a.32.32 0 0 0-.09.23v5.93l-1.53 1.52a.34.34 0 0 0 0 .46l1.53 1.52V31a.32.32 0 0 0 .09.23l3.37 3.36a.32.32 0 0 0 .23.09h4.15a.32.32 0 0 0 .23-.09l3.37-3.36a.32.32 0 0 0 .09-.23v-5.91l1.53-1.51a.34.34 0 0 0 0-.46M171.93 25.4a.92.92 0 0 1 .63.27 1.06 1.06 0 0 1 .31.73v3.22a.94.94 0 0 1-.26.71 1.3 1.3 0 0 1-.74.28H170v-5.2h1.9m.69-4.39a1.22 1.22 0 0 1-.74.28H170v-5.2h1.9a.92.92 0 0 1 .63.27 1.06 1.06 0 0 1 .31.73v3.19a1 1 0 0 1-.26.72m2.82 2.32a.29.29 0 0 1 .09-.15l1.37-1.4a.32.32 0 0 0 .1-.22V15a.32.32 0 0 0-.1-.22l-2.7-2.72A.34.34 0 0 0 174 12h-7.57a.32.32 0 0 0-.33.32v9.32l-1.5 1.49a.31.31 0 0 0 0 .46l1.5 1.49v9.32a.33.33 0 0 0 .33.33H174a.33.33 0 0 0 .23-.1l2.72-2.72a.32.32 0 0 0 .1-.22v-6.55a.33.33 0 0 0-.1-.23l-1.37-1.42a.29.29 0 0 1-.09-.16M193.11 34.4s.13.31.4.32h3.18c.13 0 .25-.27.2-.41l-2.47-6.78-.73-2.13a2.65 2.65 0 0 1-.1-.29l-.05-.13 2.63-2.78a.31.31 0 0 0 .09-.22V15a.31.31 0 0 0-.09-.22l-2.71-2.72a.32.32 0 0 0-.22-.1h-7.58a.32.32 0 0 0-.32.32v9.32l-1.51 1.49a.34.34 0 0 0 0 .46l1.51 1.49v9.32a.32.32 0 0 0 .34.32h3.62a.33.33 0 0 0 .33-.34V25.5h.58zm-1.22-13.07a1.22 1.22 0 0 1-.75.28h-1.85v-5.52h1.91a1 1 0 0 1 .63.26 1.19 1.19 0 0 1 .32.74v3.52a1 1 0 0 1-.26.72zM240.61 23.38L239 22l1.56-9.64v-.07a.31.31 0 0 0-.31-.31h-3.48a.32.32 0 0 0-.31.26L235.17 22l-2.74-9.88a.3.3 0 0 0-.29-.21h-2.64a.3.3 0 0 0-.3.21l-2.75 9.92-1.4-9.87a.3.3 0 0 0-.31-.26h-3.47a.32.32 0 0 0-.27.09.3.3 0 0 0-.07.26l1.7 9.68-1.63 1.44a.3.3 0 0 0-.11.23.36.36 0 0 0 .09.24l2.38 2.38 1.46 8.28a.3.3 0 0 0 .31.26h3.47a.32.32 0 0 0 .24-.11.31.31 0 0 0 .07-.26l-1-4.2 2.86-9.57 2.82 9.58-.82 4.2a.31.31 0 0 0 .31.36h3.47a.32.32 0 0 0 .32-.27l1.34-8.3 2.35-2.35a.36.36 0 0 0 .09-.24.3.3 0 0 0-.11-.23M266.23 9.24a1.56 1.56 0 0 0-1.55 1.56 1.55 1.55 0 1 0 3.09 0 1.55 1.55 0 0 0-1.54-1.56zm1.28 1.56a1.29 1.29 0 1 1-2.57 0 1.29 1.29 0 1 1 2.57 0z'/%3E%3Cpath class='43cb2062-e00d-4f6f-9a83-30701e746517' d='M264.68 9.24h3.09v3.1h-3.09z'/%3E%3Cpath class='8524ebcd-4e69-48f3-b71e-e5e35e68c485' d='M265.54 9.93h.77a.75.75 0 0 1 .55.18.5.5 0 0 1 .14.38.52.52 0 0 1-.33.5l.39.57h-.53l-.33-.5h-.2v.5h-.46z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
    .logo-svg {
        display: none
    }
    .search--mobile {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .icon--menu2:before {
        content: svg-inline(menu3)
    }
    .header-lane__bottom {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0
    }
    .cart__info {
        font-size: 14px;
        display: block;
        right: 42px
    }
    .icon--user:before, .icon--whatsapp:before {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        margin-right: 5px
    }
    .welcome-message {
        font-size: 11px
    }
    .header section.search {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        position: absolute;
        visibility: visible;
        margin: 0;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        left: 0;
        right: auto;
        width: 100%;
        top: 58px
    }
    .header .mycart {
        margin: 0
    }
    .header .search__form .input-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header .mycart__header {
        margin: 0;
        padding: 0
    }
    .header .mycart__header a {
        background: transparent!important;
        height: auto;
        padding: 0;
        width: auto
    }
    .header .mycart__header a:before {
        margin: 0
    }
    .header .mycart__header a:after {
        display: none
    }
    .phones .std {
        font-size: 11px
    }
    .phones .std a:after {
        display: none
    }
    .search {
        position: static;
        width: auto
    }
    .search .search__input {
        background-color: #fff;
        color: #000;
        font-size: 13px;
        padding-left: 10px;
        padding-right: 0
    }
    .search .search__input::-webkit-input-placeholder {
        color: #666
    }
    .search .search__input:-ms-input-placeholder, .search .search__input::-ms-input-placeholder {
        color: #666
    }
    .search .search__input::placeholder {
        color: #666
    }
    .wrapper-container, body:not(.cms-home) .wrapper-container {
        padding-top: 103px
    }
    .header__line {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header__line .logo {
        margin-right: 15px
    }
    .search__button .icon__search:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.33 29.39' height='20' width='20'%3E%3Ctitle%3Eicon-01%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M29.33 28.1l-8.22-8.28A12.18 12.18 0 0 0 24 12a12.07 12.07 0 1 0-4.27 9.15L28 29.39zM12 22.37a10.29 10.29 0 1 1 10.31-10.29A10.31 10.31 0 0 1 12 22.37z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E")
    }
    body.moving .header-lane__center {
        height: 103px
    }
    body.moving--down .header-lane__center {
        height: 58px
    }
    .menu-lane {
        z-index: 400
    }
    .menu-lane:before {
        background-color: rgba(0, 0, 0, .4);
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: fixed;
        opacity: 0;
        visibility: hidden;
        z-index: -1
    }
    .menu-lane.menu-mobile--on:before {
        opacity: 1;
        visibility: visible;
        z-index: 200
    }
    .menu-lane__center {
        display: none
    }
    .menu--mobile {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: #1a1a1a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: fixed;
        height: 100vh;
        margin: 0;
        padding: 40px 30px 40px 75px;
        z-index: 500;
        right: -320px;
        top: 0;
        width: 320px;
        max-width: 90vw;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }
    body.menu--on .menu--mobile {
        right: 0
    }
    .categories .a--0 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: transparent;
        border: 0 none;
        padding: 0;
        height: 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .categories .a--0 span {
        color: #fff
    }
    .header-container .loginout {
        display: block
    }
    .login--mobile {
        margin-bottom: 60px
    }
    .login--mobile>* {
        display: block
    }
    .login--mobile__title {
        color: #f15a29;
        font-size: 18px;
        font-weight: 800;
        line-height: 22px;
        margin-bottom: 3px;
        text-transform: uppercase
    }
    .login--mobile__desc {
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        line-height: 14px;
        text-transform: uppercase
    }
    .categories .li--0:hover .a--0:before {
        display: none
    }
    .categories .li--0:hover .a--0 span {
        color: #f15a29
    }
    body {
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }
    body.menu--on {
        overflow: hidden
    }
    body.cart--on .header-lane__center, body.menu--on .header-lane__center {
        overflow: visible
    }
    body.cart--on .header .search {
        z-index: -1
    }
}

.icon--tag:before {
    content: svg-inline(tag)
}

.banner-showcase {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-showcase__banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px
}

.banner-showcase__showcase {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.product__hover {
    background-color: rgba(68, 68, 68, .85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 200
}

.product__hover .add-to-cart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 0 none!important;
    color: #f15a29;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.25px;
    padding: 0;
    text-transform: lowercase;
    -webkit-transition: none;
    transition: none
}

.product__hover .add-to-cart:hover {
    color: #fff
}

.product__hover .add-to-cart:hover:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.49 32.22' fill='%23fff' height='33' width='42'%3E%3Ctitle%3Eicon-03%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M42.49 21.83L37 12.76h-.05v-.51h-2.11a1.59 1.59 0 0 0 0-.54c0-.32-.88-3.68-.88-3.71a1.56 1.56 0 0 0-.44-.7 17 17 0 0 1-.26-1.95v-.63-1.17a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89 7.88 7.88 0 0 0-3.35 0 1.26 1.26 0 0 0-.88.89 1.53 1.53 0 0 0 0 .38l-.29 1.18.13.05a1.15 1.15 0 0 0 .21.9V5.35c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.2 2.2 0 0 0 0 .54h-.34a1.59 1.59 0 0 0 0-.54c0-.32-.88-3.68-.88-3.71a1.65 1.65 0 0 0-.43-.7 15.26 15.26 0 0 1-.27-1.95v-.63V3.6a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89 6.74 6.74 0 0 0-1.73-.2 6.78 6.78 0 0 0-1.68.18 1.26 1.26 0 0 0-.88.89 1.53 1.53 0 0 0 0 .38l-.29 1.18.13.05a1.15 1.15 0 0 0 .21.9V5.38c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.2 2.2 0 0 0 0 .54h-.34a1.59 1.59 0 0 0 0-.54c0-.33-.88-3.68-.88-3.71a1.65 1.65 0 0 0-.43-.7 15.26 15.26 0 0 1-.27-1.95V4.8 3.63a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89A6.65 6.65 0 0 0 13.62 0 6.56 6.56 0 0 0 12 .18a1.26 1.26 0 0 0-.89.88 1.61 1.61 0 0 0 0 .39l-.28 1.18.12.05a1.12 1.12 0 0 0 .22.9V5.38c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.84 2.84 0 0 0 0 .54h-3.5L0 22.86h6.09v9.36H37V21.83zm-3.54-2H37v-3.28zM28.6 11.91c.09-.46.62-2.57.77-3.18a1.39 1.39 0 0 0 .46-.73 22.68 22.68 0 0 0 .36-2.64v-.58a5.74 5.74 0 0 0-.12-2c0-.12.09-.24.12-.34l.12-.44h.85l.12.38c0 .1.08.22.12.34a5.78 5.78 0 0 0-.12 2.05v.57A21.43 21.43 0 0 0 31.64 8a1.35 1.35 0 0 0 .46.74c.17.65.74 3 .78 3.16a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.03-.38zm-8.56 0c.09-.46.62-2.57.77-3.18a1.39 1.39 0 0 0 .46-.73 23 23 0 0 0 .36-2.64v-.58a5.74 5.74 0 0 0-.12-2c0-.12.09-.24.12-.34l.12-.44h.85l.12.38c0 .1.08.22.12.34a5.78 5.78 0 0 0-.12 2.05v.57A21.43 21.43 0 0 0 23.08 8a1.35 1.35 0 0 0 .46.74c.17.65.74 3 .78 3.16a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.07-.38zm-8.56 0c.1-.46.62-2.57.77-3.18a1.33 1.33 0 0 0 .46-.73 22.68 22.68 0 0 0 .36-2.64v-.57A5.78 5.78 0 0 0 13 2.73c0-.12.09-.24.12-.34l.07-.39H14l.13.38.11.34a6.06 6.06 0 0 0-.12 2.05v.57A18.71 18.71 0 0 0 14.53 8a1.23 1.23 0 0 0 .45.73c.17.66.74 3 .78 3.17a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.03-.38zm-8 9l3.78-6.58h9.1l-3.53 6.58zm4.63 2H14l3.85-7.17v14.48H8.09zM35 30.22H19.85V14.28H35z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E")
}

.product__hover .add-to-cart:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.49 32.22' fill='%23f15a29' height='33' width='42'%3E%3Ctitle%3Eicon-03%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M42.49 21.83L37 12.76h-.05v-.51h-2.11a1.59 1.59 0 0 0 0-.54c0-.32-.88-3.68-.88-3.71a1.56 1.56 0 0 0-.44-.7 17 17 0 0 1-.26-1.95v-.63-1.17a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89 7.88 7.88 0 0 0-3.35 0 1.26 1.26 0 0 0-.88.89 1.53 1.53 0 0 0 0 .38l-.29 1.18.13.05a1.15 1.15 0 0 0 .21.9V5.35c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.2 2.2 0 0 0 0 .54h-.34a1.59 1.59 0 0 0 0-.54c0-.32-.88-3.68-.88-3.71a1.65 1.65 0 0 0-.43-.7 15.26 15.26 0 0 1-.27-1.95v-.63V3.6a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89 6.74 6.74 0 0 0-1.73-.2 6.78 6.78 0 0 0-1.68.18 1.26 1.26 0 0 0-.88.89 1.53 1.53 0 0 0 0 .38l-.29 1.18.13.05a1.15 1.15 0 0 0 .21.9V5.38c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.2 2.2 0 0 0 0 .54h-.34a1.59 1.59 0 0 0 0-.54c0-.33-.88-3.68-.88-3.71a1.65 1.65 0 0 0-.43-.7 15.26 15.26 0 0 1-.27-1.95V4.8 3.63a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89A6.65 6.65 0 0 0 13.62 0 6.56 6.56 0 0 0 12 .18a1.26 1.26 0 0 0-.89.88 1.61 1.61 0 0 0 0 .39l-.28 1.18.12.05a1.12 1.12 0 0 0 .22.9V5.38c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.84 2.84 0 0 0 0 .54h-3.5L0 22.86h6.09v9.36H37V21.83zm-3.54-2H37v-3.28zM28.6 11.91c.09-.46.62-2.57.77-3.18a1.39 1.39 0 0 0 .46-.73 22.68 22.68 0 0 0 .36-2.64v-.58a5.74 5.74 0 0 0-.12-2c0-.12.09-.24.12-.34l.12-.44h.85l.12.38c0 .1.08.22.12.34a5.78 5.78 0 0 0-.12 2.05v.57A21.43 21.43 0 0 0 31.64 8a1.35 1.35 0 0 0 .46.74c.17.65.74 3 .78 3.16a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.03-.38zm-8.56 0c.09-.46.62-2.57.77-3.18a1.39 1.39 0 0 0 .46-.73 23 23 0 0 0 .36-2.64v-.58a5.74 5.74 0 0 0-.12-2c0-.12.09-.24.12-.34l.12-.44h.85l.12.38c0 .1.08.22.12.34a5.78 5.78 0 0 0-.12 2.05v.57A21.43 21.43 0 0 0 23.08 8a1.35 1.35 0 0 0 .46.74c.17.65.74 3 .78 3.16a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.07-.38zm-8.56 0c.1-.46.62-2.57.77-3.18a1.33 1.33 0 0 0 .46-.73 22.68 22.68 0 0 0 .36-2.64v-.57A5.78 5.78 0 0 0 13 2.73c0-.12.09-.24.12-.34l.07-.39H14l.13.38.11.34a6.06 6.06 0 0 0-.12 2.05v.57A18.71 18.71 0 0 0 14.53 8a1.23 1.23 0 0 0 .45.73c.17.66.74 3 .78 3.17a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.03-.38zm-8 9l3.78-6.58h9.1l-3.53 6.58zm4.63 2H14l3.85-7.17v14.48H8.09zM35 30.22H19.85V14.28H35z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 0
}

.product__hover .add-to-cart span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 10px 5px 0 0
}

.product__infos {
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center
}

.product__infos, .showcase__buy {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.showcase__buy {
    -ms-flex-align: center;
    background-color: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 75px;
    padding-right: 20px
}

.main .col-main .products {
    margin-bottom: 35px
}

.products__title {
    margin-bottom: 25px
}

.products__list {
    margin: 0 -10px
}

.products__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    margin-bottom: 20px;
    padding: 0 10px;
    max-width: 300px
}

.ias-noneleft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px
}

.product__image {
    background: #1e120f url(/media/interface/images/bg-product.jpg) no-repeat top;
    padding: 0;
    position: relative;
    overflow: hidden
}

.product__image img {
    height: 320px;
    max-width: none;
    width: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.products__case {
    background: #000;
    display: block;
    height: auto;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

@media (min-width:1101px) {
    .products__case:hover .product__hover {
        top: 0
    }
}

.product__main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f15a29;
    border-top: 0 none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.product-link {
    display: block
}

.product__name {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 800;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 20px;
    max-height: 40px;
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
    text-align: center
}

.product__name:hover {
    color: #fff
}

.product__name--hover {
    font-size: 24px;
    font-weight: 800;
    height: 84px;
    margin: 0;
    line-height: 28px
}

.product__name--hover, .product__small-desc {
    color: #fff;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    text-align: center
}

.product__small-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 25px 0;
    max-height: 126px
}

.carrossel .products__item {
    margin: 0;
    padding: 0 10px
}

.owl-next, .owl-prev {
    background: transparent;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-next:hover, .owl-prev:hover {
    background-color: transparent
}

.owl-next:hover:before, .owl-prev:hover:before {
    color: #f15a29
}

.owl-prev {
    left: -40px
}

.owl-next {
    right: -40px
}

.owl-next:before, .owl-prev:before {
    font-size: 30px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.owl-pagination {
    display: none
}

.col-main .banner-showcase {
    margin: 0
}

#showcase2 {
    background-color: #000;
    padding: 40px 0
}

#showcase2 .showcase__title {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left
}

.main-container .main {
    margin-bottom: 20px
}

@media (max-width:1100px) {
    .products__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -2.5px;
        max-width: none;
        overflow: auto;
        padding: 0
    }
    .products__list .flex-fix {
        display: none
    }
    .products__item {
        margin-bottom: 5px;
        padding: 0 2.5px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 150px;
        flex: 1 1 150px;
        min-width: 0
    }
    .product__image {
        height: auto
    }
    .products__title {
        margin-bottom: 20px
    }
    .products .price-box-parcelado {
        display: block
    }
    .products .price-box-parcelado .preco-parcelado span {
        font-size: 11px;
        line-height: 11px
    }
    .price-box-parcelado {
        margin: 0
    }
    .main .col-main .products {
        margin-bottom: 30px
    }
    .product__header {
        padding: 0
    }
    .carrossel .products__item {
        padding: 0 2.5px
    }
    .product__name:after {
        display: none
    }
    .product__image img {
        height: 220px;
        margin: 0
    }
    .main-container .main {
        margin-bottom: 10px
    }
    #showcase2 .showcase__title {
        font-size: 36px;
        line-height: 43px;
        text-align: center;
        margin-bottom: 5px
    }
    #showcase2 {
        margin-top: 0;
        padding: 20px 0
    }
    .main .col-main .products {
        margin-bottom: 10px
    }
    .product__main {
        height: 43px
    }
    .product__name {
        font-size: 12px;
        line-height: 14px;
        height: auto;
        max-height: 28px
    }
}

.footer-container .bode-lane {
    margin: 0
}

.bode-lane {
    background-color: #fff
}

.bode-lane .bode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bode-lane .label-text {
    display: none
}

.bode-lane fieldset {
    margin: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    max-width: 250px
}

.bode-lane input[type=submit] {
    background-color: #f15a29;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-left: 10px;
    padding: 10px 20px 4px;
    text-transform: uppercase;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.bode-lane input[type=submit]:hover {
    background-color: #ff6b3b
}

.bode-lane__center {
    padding: 40px 0
}

.bode-lane__title {
    color: #000;
    display: block;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

.footer-container .newsletter-lane {
    margin: 0
}

.newsletter-lane {
    background: url(/media/interface/images/bg-newsletter.png) no-repeat top
}

.newsletter-lane__center {
    padding: 55px 0 60px
}

.footer .newsletter {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.newsletter-lane__title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
}

.newsletter-lane__bigtitle {
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
    font-size: 37px;
    font-weight: 800;
    line-height: 48px;
    margin-right: 20px;
    text-align: justify;
    text-transform: uppercase
}

.newsletter-lane__bigtitle span {
    display: block;
    font-size: 100px;
    line-height: 120px;
    letter-spacing: .5px
}

.newsletter-lane__description {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .15px
}

.newsletter-lane__description p {
    margin-bottom: 20px
}

.footer .newsletter {
    border: 0 none;
    margin: 0;
    padding: 0
}

.newsletter__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 auto;
    max-width: 780px
}

.newsletter__form>* {
    padding: 0
}

.newsletter__form .input-text {
    border: 0 none!important;
    border-radius: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #959595;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    letter-spacing: .3px;
    line-height: 20px;
    padding: 23px 20px 17px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.newsletter__form .input-text::-webkit-input-placeholder {
    color: #444
}

.newsletter__form .input-text:-ms-input-placeholder, .newsletter__form .input-text::-ms-input-placeholder {
    color: #444
}

.newsletter__form .input-text::placeholder {
    color: #444
}

.newsletter__form .input-text:focus, .newsletter__form .input-text:hover {
    border-color: #f15a29!important;
    color: #333
}

.newsletter__text {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.newsletter__name {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.newsletter__submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    margin-left: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.newsletter .newsletter__btn {
    background-color: #f15a29;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    text-transform: uppercase
}

.newsletter .female-label, .newsletter .male-label {
    border: 0 none;
    border-radius: 0;
    color: #959595;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
    line-height: 49px;
    padding: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.newsletter .female-label:before, .newsletter .male-label:before {
    display: none
}

.newsletter .female-label.checked, .newsletter .male-label.checked {
    background-color: transparent;
    border-color: transparent;
    color: #f15a29
}

.newsletter .female-label {
    margin-right: 30px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.newsletter .male-label {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.newsletter .input-radio {
    position: static
}

.wrapper .about-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
}

.about-us__center:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 40px
}

.about-us__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.about-us__title {
    color: #343434;
    display: block;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .49px;
    line-height: 1;
    margin-bottom: 13px;
    text-transform: uppercase
}

.about-us__desc .std {
    color: #959595;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .49px;
    line-height: 21px;
    text-align: justify
}

.about-us__desc .std p {
    margin: 0
}

.icon--logo:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 267.77 51.54' fill='%23fff' height='53' width='269'%3E%3Cdefs%3E%3Cstyle%3E.8 524ebcd-4e69-48f3-b71e-e5e35e68c485{fill-rule:evenodd}.4 3cb2062-e00d-4f6f-9a83-30701e746517{fill:none}%3C/style%3E%3C/defs%3E%3Ctitle%3ELOGO%3C/title%3E%3Cg id='7155f2e8-aad4-4099-9aa6-b82bde975105' data-name='Layer 2'%3E%3Cg id='25379221-8b59-4bcd-a38d-297dd0a4f187' data-name='Layer 1'%3E%3Cpath class='8524ebcd-4e69-48f3-b71e-e5e35e68c485' d='M24.63 41.21a12.37 12.37 0 0 1-2 0 6.33 6.33 0 0 1-3.62-2 6.13 6.13 0 0 1-1.83-4.29c0-.75.06-1.5.13-2.25 0-.21.08-.42.08-.63s0-.28-.3-.26-.79.11-1.17.17a1.61 1.61 0 0 0-1 .79 7.68 7.68 0 0 0-1 2.25 10.61 10.61 0 0 0-.32 2.44 6.45 6.45 0 0 0 .24 1.8 3.33 3.33 0 0 0 .74 1.34 4.38 4.38 0 0 0 1.5.7c0 .15-.14.16-.17.29-.06.29.62.81.82 1a3.25 3.25 0 0 0 .67.5 6.07 6.07 0 0 0 1.32.46 11.92 11.92 0 0 0 1.94.34 7.32 7.32 0 0 0 2.34-.3 5.45 5.45 0 0 0 1.58-.73A11.2 11.2 0 0 0 26 41.64c.12-.11.5-.45.31-.64s-1.45.19-1.71.21M68.09 10.9c-.16-.18-.63-.08-.82 0-.46.13-1 .24-1.49.4-.71.25-1.28.48-1.87.72s-1.24.64-1.93 1a10.19 10.19 0 0 0-2 1.35l-1.28 1.09a8.4 8.4 0 0 0-1.48 2.26 4.85 4.85 0 0 0-.44 2.08 6.13 6.13 0 0 0 .63 2.34c.07.16.3.78.16 1-.18 0-.45-.26-.58-.37s-.68-.79-.76-.66c-.23.35-.08.68 0 1.07a5.93 5.93 0 0 0 1.93 2.5c.6.33 3.18 1.11 1.15 1.11a6.24 6.24 0 0 1-2.8-1 2.19 2.19 0 0 0 .52 1.84 2 2 0 0 0 .46.29 3.14 3.14 0 0 0 2.07.42 2.4 2.4 0 0 0 .84-.34c.53-.32.59-.66.64-1.27a37.08 37.08 0 0 1 .41-3.8 8.86 8.86 0 0 1 .69-2.79c.56-1 1.07-2.09 1.71-3 .2-.32.4-.62.62-.93s.54-.84.84-1.24.86-1.21 1.17-1.66a15.46 15.46 0 0 1 1.3-1.64c.16-.16.51-.5.31-.74M57.58 29.05a6 6 0 0 1-2.76-2 6.13 6.13 0 0 1-.82-1.42 5.37 5.37 0 0 1-.37-2.95c-.43-.36-1.31-1.21-1.55-1.39a9.37 9.37 0 0 0-3.31-1.82c-.31-.06-.57.3-.9 1s-.69 1.4-.92 2a23.61 23.61 0 0 0-.61 3.22 1.7 1.7 0 0 1-.52.91c-.6.53-2.45.42-2.56 1.3 0 .11 0 .22-.05.33-.1 1 .16 2.19-.21 3.09-.08.18-.13.3-.21.46l.48-.19a4.21 4.21 0 0 1 .57-.19 16.33 16.33 0 0 1 4.58-.58 12.42 12.42 0 0 1 1.83.27c.4.09.8.2 1.19.32.64.21 1.35 1 2.06.79.24-.06.17-.19.37 0a3 3 0 0 1 .72 1c.22-.18.21-.33.31-.46a7.5 7.5 0 0 1 .53 5.72 3.69 3.69 0 0 0 1.2-1.42 9.46 9.46 0 0 0 .84-2.23 10 10 0 0 0 .37-2.11 20.19 20.19 0 0 0 0-2.06 8.05 8.05 0 0 0-.27-1.62'/%3E%3Cpath class='8524ebcd-4e69-48f3-b71e-e5e35e68c485' d='M52.1 33.21a1.61 1.61 0 0 0-1-.79c-.38-.06-.78-.14-1.17-.17s-.3 0-.3.26a6.17 6.17 0 0 0 .08.62c.07.76.12 1.5.12 2.26A6 6 0 0 1 48 39.67a6.32 6.32 0 0 1-3.62 2.06 11.35 11.35 0 0 1-2 0c-.26 0-1.54-.37-1.71-.2s.19.53.31.64a9.77 9.77 0 0 0 1.42 1.18 5.41 5.41 0 0 0 1.57.74 7.38 7.38 0 0 0 2.39.21 13.19 13.19 0 0 0 1.93-.3 6.56 6.56 0 0 0 1.31-.46 3.41 3.41 0 0 0 .68-.5c.38-.35.93-.88.68-1.39a3.93 3.93 0 0 0 1.37-.48 3.4 3.4 0 0 0 .83-1.45 6.11 6.11 0 0 0 .25-1.8 10.53 10.53 0 0 0-.32-2.44 7.68 7.68 0 0 0-1-2.25M7.52 6.12a8 8 0 0 1 0 1.69c.71.66 1.4-1.27 2-1.95s1.45-.79 2.3-1.45a8.57 8.57 0 0 1 4.4-1.86c0 .26-.37.43-.9.74a16.13 16.13 0 0 0-2.55 2.24c-.72.71-.81 2.34-1.1 3.3-.46 1.51 1.18 0 1.63-.71a6.07 6.07 0 0 1 3.37-2.95c.94-.44 1.34-.35.85-.09A10.12 10.12 0 0 0 16 6.4c-.8.67-.76 2.15-.81 3-.13 2.39 2.39-2 3.48-1.93-.05.87-1.34 1.42-.5 2.29.31.31 1 .44 1.35.69A5.92 5.92 0 0 1 21 11.88a5.44 5.44 0 0 1 .72 1.47 3.74 3.74 0 0 1 .15.83.36.36 0 0 0 .51.12c.64-.29 1.1-1.21 1.91-1.09a1.34 1.34 0 0 0 .95-.27 21.91 21.91 0 0 0 2-1.44 12.5 12.5 0 0 1 2.63-1.62 2.61 2.61 0 0 1 1-.16 9.82 9.82 0 0 1 2 .27l.34.11a8.11 8.11 0 0 1-.44-.82C32.54 8.89 32 8.46 32 8c-.41-.64-.9-1.47-1.13-1.76a23.58 23.58 0 0 0-1.69-1.74 15.53 15.53 0 0 0-2.56-1.84A17.65 17.65 0 0 0 23 1a16.64 16.64 0 0 0-4.44-1A11.78 11.78 0 0 0 14 .46a17.71 17.71 0 0 0-2 .86 14.09 14.09 0 0 0-5.41 4.93 22.43 22.43 0 0 0-1.52 2.47.65.65 0 0 0 .42.08c.8-.23 1.29-2.1 2-2.68M14.38 31.77a4 4 0 0 1 .61-.55 4.54 4.54 0 0 1 1.5-.64 5.69 5.69 0 0 1 1.36-.23 2.8 2.8 0 0 0 1.83-.5c.45-.48 0-.88-.28-1.31a8.27 8.27 0 0 0-4-3.49c-.81-.28-1.39-.24-1.64-1.16a1.83 1.83 0 0 0-.07-.32v-.34c0-.12-.06-.49-.09-.73s.1-.5.05-.75c-.1 0-.18.29-.23.39a1.89 1.89 0 0 0-.16.51 8.4 8.4 0 0 0-.05 1.12 5.23 5.23 0 0 1-.28 1.76 6.13 6.13 0 0 1-.82 1.47 6 6 0 0 1-1.83 1.55 5.28 5.28 0 0 1-.53.27c-.11.06-.51.16-.56.26A18 18 0 0 0 9 31.65a12.58 12.58 0 0 0 .49 2.64 8.39 8.39 0 0 0 .89 2.22 7.82 7.82 0 0 0 .6.9 2.94 2.94 0 0 0 .52.58c.14-.39-.22-.94-.37-1.29a7.17 7.17 0 0 1-.37-1.22 6.67 6.67 0 0 1-.2-1.24V32.6a12 12 0 0 1 .19-1.45c0-.25.38-.79.69-.73 0 .3 0 .47-.07.66a2.76 2.76 0 0 0 0 .71 2.34 2.34 0 0 0 .36 1.06c.27.45.51-.29.58-.59s.32-1 .59-1a1.53 1.53 0 0 0 .3.66c.33.49.84.21 1.17-.16'/%3E%3Cpath class='8524ebcd-4e69-48f3-b71e-e5e35e68c485' d='M11.46 22.78c0-.08.37-.87.35-.89.5.59-.28 2.06-.52 2.64a19.19 19.19 0 0 1-1.13 2.1 2.7 2.7 0 0 0 .58-.13 2.86 2.86 0 0 0 .86-1.09c.23-.41.47-.81.67-1.23a3.41 3.41 0 0 0 .22-.89v-.76-.51a10.41 10.41 0 0 0-.14-1.57c0-.2-.13-.4-.17-.6-.28-.39-.56-.74-.84-1.12a27.28 27.28 0 0 0-2.63-3c-.55-.55-1.18-1-1.79-1.53a8.24 8.24 0 0 0-2-1.35c-.92-.35-1.39-.52-2.1-.85s-1-.43-1.67-.68a3.39 3.39 0 0 0-.81-.23c-.13 0-.23 0-.3.11a.6.6 0 0 0 .16.63 7.48 7.48 0 0 1 .55.71 6.88 6.88 0 0 0 1.4 1.55c1.57 1.35 3.15 2.51 3.92 4.5a4.85 4.85 0 0 1 .34 1.91 3.57 3.57 0 0 0 .33 1.35 4 4 0 0 0 .36.88c.19.25 1 .12 1.25.07s.74-.47.75-.34a1.93 1.93 0 0 1-.39.8 5 5 0 0 1-.48.63c-.2.2-.4.3-.38.51a1 1 0 0 0 .7.74 1.67 1.67 0 0 0 1.56-.58 5.61 5.61 0 0 0 1.35-1.81M41.67 35.09a4.76 4.76 0 0 0 0-1.19c0-.64-.24-1.32.09-1.92.16-.29.4-.63.54-.93a2.69 2.69 0 0 0 .28-1.18v-1.41-.9c0-.8.92-.77 1.43-.93a2.66 2.66 0 0 0 .99-.49 1.72 1.72 0 0 0 .55-.92c.09-.69 0-1.38.1-2.07s.05-1.4.05-2.1c0-1.19.54-3.25-.63-4.09a1.29 1.29 0 0 0-1.1-.07c-.35.1-.61.21-.95.33-.18.06-.54.23-1.19.47-.18.06-.46.45-.6.5a15.15 15.15 0 0 0-2.14.65 2.63 2.63 0 0 0-.48.87c-.11.28-.4 1-.48.95a4.74 4.74 0 0 1 .14-.81 11.07 11.07 0 0 1 .44-1.49c.23-.49.69-.47 1.14-.63.27-.11.73-.21 1-.31.43-.16.46-.36.76-.68s1.28-.51 1.65-.79 0-.82-.38-1a.58.58 0 0 0-.34-.06l-.21.06a5.24 5.24 0 0 1-.79 0c-.08 0-.31 0-.32-.14a1.89 1.89 0 0 0 .89-.3 1.55 1.55 0 0 1 .43-.14 3.23 3.23 0 0 0 .49-.18 1.17 1.17 0 0 1 .33-.11.43.43 0 0 1 .16 0 1.9 1.9 0 0 1 .59.21.9.9 0 0 0 .72 0c.26-.11.27-.25.31-.52a2.08 2.08 0 0 1 .22-.65 5.07 5.07 0 0 1 .64-1.28 5.89 5.89 0 0 1 1.48-1.38c.38-.24 1.05-.37 1.35-.69.85-.86-.45-1.41-.5-2.29 1.09 0 3.61 4.32 3.48 1.93-.05-.9 0-2.38-.81-3a10.11 10.11 0 0 0-1.5-1.36c-.49-.27-.08-.35.86.08a6.12 6.12 0 0 1 3.36 3c.46.72 2.09 2.22 1.64.71-.29-1-.38-2.59-1.1-3.3a16.28 16.28 0 0 0-2.56-2.28c-.53-.32-.94-.49-.9-.75a8.78 8.78 0 0 1 4.41 1.86c.85.66 1.71.76 2.29 1.45s1.27 2.61 2 1.95a9.55 9.55 0 0 1 0-1.69c.74.58 1.23 2.46 2 2.68a.45.45 0 0 0 .3 0l-.15-.32c-.17-.35-.38-.67-.57-1s-.31-.62-.47-.94a11.05 11.05 0 0 0-2.24-2.29c-.36-.29-.71-.53-1-.85A15.7 15.7 0 0 0 56 2.39 11.93 11.93 0 0 0 53.29.91a9.06 9.06 0 0 0-2.22-.68 16.07 16.07 0 0 0-3-.07 6.25 6.25 0 0 1-.85.08 10.9 10.9 0 0 0-2.91.66c-1.5.83-2 2.1-2.94 3.39-.54.73-1.7 1.71-1.92 2.6a2.33 2.33 0 0 0 .3 1.39 35.06 35.06 0 0 1 1.31 4.24l.19.49c.06.14.3.6.17.6a1.62 1.62 0 0 1-.55-.23c-.19-.1-1.2-.58-1.77-.9s-1.06-.74-1.6-1.05a3.77 3.77 0 0 0-1.68-.56 1.59 1.59 0 0 0-.81.2c-.38.13-.4.18-.46.54-.09.6 0 1.1-.06 1.71a11.43 11.43 0 0 0-.31 1.68c0 1.09 0 2.16.08 3.24a6.11 6.11 0 0 1-.13 2.15c-.2.67-.15 2.12-.58 2.06-.21-.07 0-3.61-.08-5.09 0-.73-.06-1.47-.06-2.21a.55.55 0 0 1 0-.21v-1.76c0-.7-.34-.62-.5-1a2.19 2.19 0 0 0-1.44-1.26h-.06c-.68.67-1.21 1.5-1.81 2.22a4.25 4.25 0 0 0-.81 1.08c-.06.14.14.55.26.79s.21.23.19.32-.57.12-.84.11c-.51 0-1.3-.19-2.09-.31a.71.71 0 0 0 .12.31A3.68 3.68 0 0 0 28 16.51c.57.29.66.25.82.82a9.77 9.77 0 0 1 .07 2.76 3.24 3.24 0 0 1 .08.57 3.66 3.66 0 0 1-.48-.95 2.63 2.63 0 0 0-.48-.87 15 15 0 0 0-2.13-.65c-.15-.05-.43-.44-.6-.5-.66-.24-1-.41-1.19-.47-.35-.12-.6-.23-.95-.33a1.85 1.85 0 0 0-.71-.08c.25.16.47.56.76.8s.69.42 1 .65a5.09 5.09 0 0 1 .77.36c.35.24.31.46.66.7.51.16.67.2 1 .31s.33.31.46.58a5.38 5.38 0 0 1 .5.83c.08.28-.08.45-.19.69a1.75 1.75 0 0 1-.3.63c-.14-.29.1-.76 0-1s-.58-.22-.85-.29-.54-.42-.78-.56a1.36 1.36 0 0 0-.86-.11c-.27 0-.32 1.95-.07 2.5.11.22.25 0 .32.26a14.57 14.57 0 0 0 .11 2.15c.08.23.31.33.44.47a1.45 1.45 0 0 1 .19.17c.53.57.31 1.07.12 1.69a4.69 4.69 0 0 0-.17 1.06 1 1 0 0 0 0 .51c.2.44.93.38 1.23.74a1 1 0 0 1 .21.4.92.92 0 0 1 .09.13 1.22 1.22 0 0 1 .11.5c0 .42.05.83.08 1.11a1.44 1.44 0 0 0 .21.6c.12.23.17.38.29.57a1.82 1.82 0 0 1 .08.19c.25.18.66.38.85.55l.41.32q-.07-.84-.12-1.68a12.29 12.29 0 0 1-.07-2 2.73 2.73 0 0 1 .06-.5 3.07 3.07 0 0 1 .37-.72c.16-.27.29-.56.44-.84s.25-.6.48-.55a2.24 2.24 0 0 1-.11.34 1.67 1.67 0 0 0-.08.4 3.09 3.09 0 0 0 .06 1.05 2.3 2.3 0 0 0 .36.52 1.67 1.67 0 0 0 .36.39 3.07 3.07 0 0 0 .36.27c.15.07.28.11.36.27s.47 1.66.55 2.05c.23 1 .22 2.09.35 3.13.06.49.12 1 .17 1.47a1.32 1.32 0 0 1 0 .59c-.31 1-.61 1.79-1 2.74-.11.32-.19.58-.39 1.32-.1.34-.15.66-.19.86a4.79 4.79 0 0 0-.12 1.09c0 .26 0 .94.36.84a.42.42 0 0 0 .21-.19 4.13 4.13 0 0 0 .32-1.3c.12-.47.41-1.29.58-1.76 0 0 .11-.12.14-.09a.16.16 0 0 1 .09.14v3.68a4.06 4.06 0 0 1-.3 1.81 2.63 2.63 0 0 0-.19 1.11c0 .25.43.61.61.78a.35.35 0 0 0 .22.14h.19l.11-.17a1.64 1.64 0 0 1 0-.32 1.3 1.3 0 0 0-.09-.39.43.43 0 0 1 0-.05.25.25 0 0 1 0-.12c.25-5.13.2-9.5.2-17.08v-2.53a5 5 0 0 0-.09-1 1.06 1.06 0 0 1-.11-.46c0-.16.16-.3.21-.46s.07-.6.17-.86c0-.09.06-.11.1-.11s0 0 .09.11c.1.26.07.59.17.86s.17.3.21.46a1.06 1.06 0 0 1-.11.46 5 5 0 0 0-.09 1c-.07.84 0 1.69 0 2.53 0 9.44 0 13.78.2 17.12v.05a.19.19 0 0 1 0 .08 1.29 1.29 0 0 0-.08.39.25.25 0 0 0 0 .08c.07.43.17.78.31.76s.24-.38.34-.57.29-.46.29-.7a2.79 2.79 0 0 0-.18-1.11 4.18 4.18 0 0 1-.31-1.81v-3.68a.15.15 0 0 1 .08-.14s.13 0 .15.09c.17.47.45 1.29.57 1.76s.08 1 .4 1.32a.92.92 0 0 1 .21.9c-.15 1.13-.27 2.26-.48 3.38-.1.55-1.29 1.2-1.07 1.82s.77-.29 1-.49a11.1 11.1 0 0 1 1.09-.8 2.45 2.45 0 0 0 .56-.5c.18-.28.08-.49 0-.78a15.45 15.45 0 0 1-.45-2.23c0-.39-.3-1.4 0-1.41a2 2 0 0 1 .25.48 1.21 1.21 0 0 1 0-.19 2.78 2.78 0 0 1 .25-.92s.07-.2.13-.35h-.07a.63.63 0 0 1-.27 0 .84.84 0 0 1-.28-.18 1.11 1.11 0 0 1-.26-.27c-.09-.16-.25-.27-.33-.43a1 1 0 0 1-.13-.56s.62.39.83.32c.39-.13.35-.57.44-.88a4.22 4.22 0 0 1 .73-1.65 3 3 0 0 0 .61-1.83v-1.55a13.05 13.05 0 0 1 .09-1.32c.09-.32.58-.59.64-1a8 8 0 0 1 .23-1.56c.07-.14.17-.28.31-.55a1.45 1.45 0 0 0 .22-.6c0-.28.06-.64.07-1.06a1 1 0 0 1 .09-.49c0-.05.08-.08.1-.13a1.13 1.13 0 0 1 .1-.13c.05-.07.29-.23.37-.15a.88.88 0 0 1 0 .43c0 .05-.16.12-.2.15s-.09.48-.1.64 0 .42 0 .69v.47c0 .41-.36.64-.47 1a4.83 4.83 0 0 0 0 1.61 1.28 1.28 0 0 1-.13.86l-.05.07a7 7 0 0 1 .8-.31 5.74 5.74 0 0 0 .93-.46c.06 0 .17-.13.29-.2m-3.53-2.44c0 .62-.08 1.24-.15 1.85 0 .25-.24.32-.29.57-.11.55-.13 1.7-.18 2.26a6.3 6.3 0 0 1-.4 2.2c-.12.25-.3.45-.43.68a3.37 3.37 0 0 0-.37.85c-.1.36 0 .76-.14.87s-.37-.26-.43-.4-.43-.8-.55-1.09-.24-.55-.41-1a2.64 2.64 0 0 1-.31-1.5c0-.48.1-1 .16-1.47.14-1 .12-2.11.35-3.13.09-.39.49-1.9.56-2.05s.2-.2.35-.27a2.51 2.51 0 0 0 .37-.27 1.63 1.63 0 0 0 .35-.39 2.73 2.73 0 0 0 .37-.52 3.08 3.08 0 0 0 0-1.05 1.67 1.67 0 0 0-.07-.4 1.54 1.54 0 0 1-.12-.34c.24-.05.4.38.49.55s.28.57.43.84a3.11 3.11 0 0 1 .38.72 2.73 2.73 0 0 1 .05.5 12.28 12.28 0 0 1-.06 2M40 21.34a4.31 4.31 0 0 0 0 .83c.19.2.53.36.55.67a19.07 19.07 0 0 1 0 2.54 1.26 1.26 0 0 1-.31.58c-.08.11-.16.21-.23.32a1.19 1.19 0 0 0-.18.29 1.06 1.06 0 0 0 0 .31 3.19 3.19 0 0 0 0 .42c0 .08.06.27 0 .32a.15.15 0 0 1-.13 0c-.09 0-.1-.19-.11-.27a2.83 2.83 0 0 1 0-.41 1.52 1.52 0 0 1 .21-.94 2.57 2.57 0 0 0 .25-.53c0-.18.06-1.95.05-2.18a.82.82 0 0 0-.35-.48c-.14-.08-.21-.31-.22-.65s-.05-.75 0-1.07.33-.59.49-.9.17-.46.46-.58.46-.15 1-.31c.35-.24.31-.46.67-.7a5.08 5.08 0 0 1 1.79-.6c.28 0 .34-.06.46.09.38.47.13 1.64.11 2.2a11.55 11.55 0 0 0 .05 1.95 6.78 6.78 0 0 1 0 .9 4.13 4.13 0 0 1-.27 1.75 1.88 1.88 0 0 1-1.13 1c-.17.06-1.53.42-1.56.28-.13-.46.39-.47.51-.85a13.32 13.32 0 0 0 .11-2.15c.08-.23.22 0 .32-.26.26-.55.2-2.5-.06-2.5a1.39 1.39 0 0 0-.87.11c-.23.14-.5.48-.78.56s-.69 0-.84.29M134 29.46a1.17 1.17 0 0 1-.33.73 1.26 1.26 0 0 1-.81.42h-2.16V16.09h2.14a1.46 1.46 0 0 1 .84.38 1.66 1.66 0 0 1 .3.84zm4.11-13.79a.33.33 0 0 0-.1-.23l-3.35-3.36a.34.34 0 0 0-.23-.1h-7.52a.32.32 0 0 0-.32.32v9.31l-1.51 1.5a.34.34 0 0 0 0 .46l1.51 1.5v9.31a.32.32 0 0 0 .32.32h7.52a.31.31 0 0 0 .22-.09l3.35-3.35a.32.32 0 0 0 .09-.23zM157.81 30.61h-7.05v-5.2h3.45a.33.33 0 0 0 .3-.2.32.32 0 0 0-.07-.35l-1.52-1.51 1.51-1.5a.3.3 0 0 0 .11-.24.33.33 0 0 0-.33-.32h-3.45v-5.2h7.05a.32.32 0 0 0 .32-.32v-3.46a.32.32 0 0 0-.32-.32H147a.32.32 0 0 0-.32.32v9.32l-1.5 1.49a.31.31 0 0 0 0 .46l1.5 1.49v9.32a.32.32 0 0 0 .32.32h10.86a.32.32 0 0 0 .33-.32v-3.46a.32.32 0 0 0-.33-.32M262 23.13l-1.5-1.5v-9.31a.32.32 0 0 0-.33-.32h-3.46a.32.32 0 0 0-.32.32v9.33l-3.78-9.4a.33.33 0 0 0-.31-.23h-3.36a.33.33 0 0 0-.33.32v9.29l-1.5 1.5a.33.33 0 0 0-.1.23.34.34 0 0 0 .1.23l1.5 1.5v9.28a.33.33 0 0 0 .33.33h3.46a.33.33 0 0 0 .33-.33v-9.26l3.89 9.36a.32.32 0 0 0 .3.23h3.25a.32.32 0 0 0 .32-.33v-9.28l1.51-1.5a.34.34 0 0 0 0-.46M93.72 25.4a.94.94 0 0 1 .63.27 1.06 1.06 0 0 1 .31.73v3.22a.94.94 0 0 1-.26.71 1.3 1.3 0 0 1-.75.28h-1.84v-5.2h1.91m.69-4.41a1.22 1.22 0 0 1-.75.28h-1.85v-5.2h1.91a.94.94 0 0 1 .63.27 1.06 1.06 0 0 1 .31.73v3.19a1 1 0 0 1-.26.72m2.82 2.32a.24.24 0 0 1 .09-.15l1.37-1.4a.31.31 0 0 0 .09-.22V15a.32.32 0 0 0-.1-.22L96 12.08a.32.32 0 0 0-.22-.1h-7.61a.32.32 0 0 0-.32.32v9.32l-1.5 1.49a.31.31 0 0 0 0 .46l1.5 1.49v9.32a.32.32 0 0 0 .32.33h7.57a.33.33 0 0 0 .23-.1l2.72-2.72a.31.31 0 0 0 .09-.22v-6.53a.32.32 0 0 0-.09-.23l-1.37-1.42a.24.24 0 0 1-.09-.16M113.41 29.48a1.34 1.34 0 0 1-.26.85 1.58 1.58 0 0 1-.87.28h-1a1.44 1.44 0 0 1-.85-.29 1 1 0 0 1-.28-.72V16.93a1 1 0 0 1 .28-.57 1 1 0 0 1 .6-.27h1.57a.85.85 0 0 1 .58.24 1.11 1.11 0 0 1 .26.63v12.51m5.66-6.36l-1.54-1.52v-5.92a.32.32 0 0 0-.09-.23l-3.36-3.36a.34.34 0 0 0-.23-.1h-4.16a.34.34 0 0 0-.23.1l-3.35 3.36a.32.32 0 0 0-.09.23v5.93l-1.53 1.52a.34.34 0 0 0 0 .46L106 25.1V31a.32.32 0 0 0 .09.23l3.37 3.36a.32.32 0 0 0 .23.09h4.15a.32.32 0 0 0 .23-.09l3.37-3.36a.32.32 0 0 0 .09-.23v-5.91l1.53-1.51a.34.34 0 0 0 0-.46M210.72 29.48a1.28 1.28 0 0 1-.26.85 1.58 1.58 0 0 1-.87.28h-1a1.4 1.4 0 0 1-.84-.29 1 1 0 0 1-.28-.72V16.94a.9.9 0 0 1 .27-.57 1 1 0 0 1 .6-.27h1.57a.85.85 0 0 1 .58.24 1 1 0 0 1 .26.63v12.5m5.66-6.36l-1.54-1.52v-5.92a.32.32 0 0 0-.09-.23l-3.36-3.36a.34.34 0 0 0-.23-.1H207a.34.34 0 0 0-.23.1l-3.35 3.36a.32.32 0 0 0-.09.23v5.93l-1.53 1.52a.34.34 0 0 0 0 .46l1.53 1.52V31a.32.32 0 0 0 .09.23l3.37 3.36a.32.32 0 0 0 .23.09h4.15a.32.32 0 0 0 .23-.09l3.37-3.36a.32.32 0 0 0 .09-.23v-5.91l1.53-1.51a.34.34 0 0 0 0-.46M171.93 25.4a.92.92 0 0 1 .63.27 1.06 1.06 0 0 1 .31.73v3.22a.94.94 0 0 1-.26.71 1.3 1.3 0 0 1-.74.28H170v-5.2h1.9m.69-4.39a1.22 1.22 0 0 1-.74.28H170v-5.2h1.9a.92.92 0 0 1 .63.27 1.06 1.06 0 0 1 .31.73v3.19a1 1 0 0 1-.26.72m2.82 2.32a.29.29 0 0 1 .09-.15l1.37-1.4a.32.32 0 0 0 .1-.22V15a.32.32 0 0 0-.1-.22l-2.7-2.72A.34.34 0 0 0 174 12h-7.57a.32.32 0 0 0-.33.32v9.32l-1.5 1.49a.31.31 0 0 0 0 .46l1.5 1.49v9.32a.33.33 0 0 0 .33.33H174a.33.33 0 0 0 .23-.1l2.72-2.72a.32.32 0 0 0 .1-.22v-6.55a.33.33 0 0 0-.1-.23l-1.37-1.42a.29.29 0 0 1-.09-.16M193.11 34.4s.13.31.4.32h3.18c.13 0 .25-.27.2-.41l-2.47-6.78-.73-2.13a2.65 2.65 0 0 1-.1-.29l-.05-.13 2.63-2.78a.31.31 0 0 0 .09-.22V15a.31.31 0 0 0-.09-.22l-2.71-2.72a.32.32 0 0 0-.22-.1h-7.58a.32.32 0 0 0-.32.32v9.32l-1.51 1.49a.34.34 0 0 0 0 .46l1.51 1.49v9.32a.32.32 0 0 0 .34.32h3.62a.33.33 0 0 0 .33-.34V25.5h.58zm-1.22-13.07a1.22 1.22 0 0 1-.75.28h-1.85v-5.52h1.91a1 1 0 0 1 .63.26 1.19 1.19 0 0 1 .32.74v3.52a1 1 0 0 1-.26.72zM240.61 23.38L239 22l1.56-9.64v-.07a.31.31 0 0 0-.31-.31h-3.48a.32.32 0 0 0-.31.26L235.17 22l-2.74-9.88a.3.3 0 0 0-.29-.21h-2.64a.3.3 0 0 0-.3.21l-2.75 9.92-1.4-9.87a.3.3 0 0 0-.31-.26h-3.47a.32.32 0 0 0-.27.09.3.3 0 0 0-.07.26l1.7 9.68-1.63 1.44a.3.3 0 0 0-.11.23.36.36 0 0 0 .09.24l2.38 2.38 1.46 8.28a.3.3 0 0 0 .31.26h3.47a.32.32 0 0 0 .24-.11.31.31 0 0 0 .07-.26l-1-4.2 2.86-9.57 2.82 9.58-.82 4.2a.31.31 0 0 0 .31.36h3.47a.32.32 0 0 0 .32-.27l1.34-8.3 2.35-2.35a.36.36 0 0 0 .09-.24.3.3 0 0 0-.11-.23M266.23 9.24a1.56 1.56 0 0 0-1.55 1.56 1.55 1.55 0 1 0 3.09 0 1.55 1.55 0 0 0-1.54-1.56zm1.28 1.56a1.29 1.29 0 1 1-2.57 0 1.29 1.29 0 1 1 2.57 0z'/%3E%3Cpath class='43cb2062-e00d-4f6f-9a83-30701e746517' d='M264.68 9.24h3.09v3.1h-3.09z'/%3E%3Cpath class='8524ebcd-4e69-48f3-b71e-e5e35e68c485' d='M265.54 9.93h.77a.75.75 0 0 1 .55.18.5.5 0 0 1 .14.38.52.52 0 0 1-.33.5l.39.57h-.53l-.33-.5h-.2v.5h-.46z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.footer-container {
    background: none;
    margin: 75px 0 0;
    padding: 0
}

.footer {
    color: #959595
}

.footer-lane {
    background: #000 url(/media/interface/images/bg-footer.png) no-repeat 50%
}

.footer-lane__center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 0 25px
}

.footer-lane__title {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase
}

.footer-lane__text p, .footer-lane__text span {
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    margin: 0
}

.footer-lane__infos {
    margin-bottom: 25px
}

.infos-lane {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 103px
}

.infos-lane h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-right: 20px;
    text-transform: uppercase;
    padding-top: 3px
}

.infos-lane .footer-lane__menu:first-child, .infos-lane .footer-lane__menu:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.wrapper .contact-lane, .wrapper .copyright-lane, .wrapper .menus-lane {
    margin: 0
}

.menus-lane__center {
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 30px
}

.footer-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.footer-menu__title {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-bottom: 17px;
    text-transform: uppercase
}

.mymenu .li--0:not(:last-child) {
    margin: 0
}

.mymenu .a--0 {
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.mymenu .a--0:hover {
    color: #f15a29
}

.pays__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -5px;
    width: 100%
}

.pays__item {
    background: #fff;
    border-radius: 50%;
    line-height: 0;
    margin: 5px!important;
    padding: 0
}

.pays__svg {
    height: 35px;
    padding: 5px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 35px!important
}

.contact-lane__center {
    border-bottom: 1px solid #e1e1e1;
    padding: 40px 0
}

.contact-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.contact-list__title {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    margin-bottom: 4px
}

.contact-list__desc {
    display: block
}

.contact-list__desc a, .contact-list__desc p {
    color: #959595;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 1;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.contact-list__desc a[href*=mailto], .contact-list__desc p[href*=mailto] {
    font-size: 14px
}

.contact-list__desc a[target=_blank]:after, .contact-list__desc p[target=_blank]:after {
    display: none
}

.contact-list__desc a:hover {
    color: #f15a29
}

.contact-list__item:before {
    margin-right: 12px
}

.icon--phone2:before {
    content: svg-inline(phone2)
}

.icon--whats2:before {
    content: svg-inline(whats2)
}

.icon--email:before {
    content: svg-inline(email)
}

.icon--support:before {
    content: svg-inline(support)
}

.copyright .std, .copyright .std p {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin: 0
}

.social__title {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px
}

.footer .socials {
    margin-top: 7px;
    padding: 0
}

.socials__list {
    margin: 0;
    padding: 0
}

.socials__item {
    margin-right: 10px!important;
    padding: 0
}

.socials__item:last-child {
    margin-right: 0
}

.socials__link {
    display: block;
    padding: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.socials__link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.socials__svg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px
}

.socials__svg.youtube-ico {
    width: 50px
}

.safe {
    min-width: 240px
}

@media (max-width:1100px) {
    .footer {
        padding: 0
    }
    .newsletter-lane {
        background-color: #000;
        background-size: 300%;
        background-position: 0 0
    }
    .newsletter-lane__center {
        padding: 34px 0
    }
    .newsletter-lane__bigtitle {
        display: block;
        font-size: 22px;
        line-height: 26px;
        text-align: left
    }
    .newsletter-lane__bigtitle span {
        font-size: 59px;
        line-height: 72px
    }
    .newsletter-lane__title {
        display: block
    }
    .newsletter-lane__description p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px
    }
    .newsletter__text {
        display: none
    }
    .newsletter__center {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .newsletter__banner {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .newsletter__info {
        border-left: 1px solid #e1e1e1;
        border-top: 0 none
    }
    .newsletter {
        width: 100%
    }
    .newsletter__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
        max-width: none
    }
    .newsletter__name {
        margin-bottom: 0
    }
    .newsletter__form {
        margin-top: 40px
    }
    .newsletter__form .input-text {
        font-size: 13px;
        height: 40px;
        padding: 12px 10px 8px
    }
    .newsletter .female-label, .newsletter .male-label {
        font-size: 13px;
        line-height: 40px
    }
    .newsletter__email {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .newsletter__submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        margin: 0
    }
    .newsletter .newsletter__btn {
        font-size: 14px;
        height: 40px;
        width: 115px
    }
    .icon--logo:before {
        display: none
    }
    .wrapper section.newsletter {
        marign-bottom: 45px
    }
    .about-us__title {
        font-size: 23px
    }
    .about-us__desc .std {
        font-size: 12px;
        line-height: 19px
    }
    .about-us__desc .std p {
        margin-bottom: 10px
    }
    .footer-menu {
        margin-bottom: 30px
    }
    .footer-menu:last-child {
        margin-bottom: 0
    }
    .menus-lane__center {
        padding: 20px 0 0;
        width: 100%
    }
    .footer-menu__title {
        font-size: 13px;
        margin-bottom: 10px
    }
    .mymenu .a--0 {
        font-size: 14px
    }
    .certs__list, .pays__list, .ships__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .contact-lane__center {
        padding: 20px 0;
        width: 100%
    }
    .contact-list__item {
        margin-bottom: 10px
    }
    .contact-list__item:before {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        margin: 0 5px 0 0;
        width: 35px
    }
    .contact-list__item:last-child {
        margin-bottom: 0
    }
    .contact-list__desc a, .contact-list__desc a[href*=mailto], .contact-list__desc p, .contact-list__desc p[href*=mailto], .contact-list__title {
        font-size: 11px
    }
    .copyright-lane__center {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px
    }
    .copyright-lane__center>* {
        max-width: 100%;
        margin-bottom: 20px
    }
    .copyright-lane__center>:last-child {
        margin-bottom: 0
    }
    .copyright-lane__center:before {
        margin-bottom: 20px
    }
    .copyright .std, .copyright .std p {
        font-size: 11px;
        line-height: 17px;
        text-align: center
    }
    .certs__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer-lane__center {
        padding-top: 20px
    }
    .footer-lane__title {
        font-size: 18px;
        margin-bottom: 10px
    }
    .footer-lane__text p, .footer-lane__text span {
        font-size: 14px;
        line-height: 22px
    }
    .footer-lane__infos {
        margin-bottom: 15px
    }
    .footer-lane__menu:not(:first-child) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .footer-lane__menu:not(:first-child) .mymenu, .footer-lane__menu:not(:first-child) .socials {
        display: none;
        margin: 0
    }
    .footer-lane__menu:not(:first-child) .footer-lane__title {
        border-bottom: 1px solid #444;
        line-height: 42px;
        padding-top: 3px;
        position: relative;
        margin-bottom: 0;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }
    .footer-lane__menu:not(:first-child) .footer-lane__title:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 14' fill='%23fff' height='27' width='27'%3E%3Ctitle%3Eicon-12%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M26.13 0L13.5 12.3.87 0 0 .85 13.5 14 27 .85 26.13 0z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
        line-height: 0;
        display: block;
        height: auto;
        position: absolute;
        right: 15px;
        top: 10px;
        width: auto;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }
    .footer-lane__menu:not(:first-child).footer-lane__menu--on .mymenu, .footer-lane__menu:not(:first-child).footer-lane__menu--on .socials {
        display: block
    }
    .footer-lane__menu:not(:first-child).footer-lane__menu--on .footer-lane__title {
        margin-bottom: 10px
    }
    .footer-lane__menu:not(:first-child).footer-lane__menu--on .footer-lane__title:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .footer-lane {
        background: #000
    }
    .infos-lane {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .infos-lane .footer-lane__menu:first-child, .infos-lane .footer-lane__menu:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        margin-right: 20px;
        opacity: .6
    }
    .infos-lane .footer-lane__menu:first-child h3, .infos-lane .footer-lane__menu:last-child h3 {
        font-size: 14px;
        margin-bottom: 15px
    }
    .infos-lane .footer-lane__menu:first-child .pays__svg, .infos-lane .footer-lane__menu:last-child .pays__svg {
        height: 30px;
        width: 30px!important
    }
    .copyright {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 40px;
        font-size: 10px;
        line-height: 16px
    }
    .bode-lane__center {
        padding: 10px 0
    }
    .bode-lane__title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 5px
    }
    .bode-lane .bode {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .bode-lane .bode input[type=submit] {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 10px 0 0
    }
    .bode-lane .bode select {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px
    }
    .bode-lane fieldset {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 80px;
        flex: 1 1 80px;
        margin: 0 5px
    }
    .bode-lane fieldset:first-child {
        margin-left: 0
    }
    .bode-lane fieldset:nth-child(3) {
        margin-right: 0
    }
}

@media (max-width:88rem) {
    .footer {
        padding: 0
    }
}

.cms-home .header-container+.banner {
    margin: 0
}

#banner__bannerhome {
    margin: 0 auto
}

body.cms-home #banner__bannerhome {
    margin-bottom: 20px
}

.main .col-main .banners-extras {
    margin-bottom: 38px
}

#banner__bannersextras .banner__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: calc(100% + 20px)
}

#banner__bannersextras .banner__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    margin: 0 10px
}

.banner--nojs .banner__wrapper {
    -webkit-column-count: auto;
    column-count: auto
}

@media (max-width:1100px) {
    body.cms-home #banner__bannerhome {
        margin-bottom: 10px
    }
    .banner-showcase__banner {
        display: none
    }
    #banner__bannersextras .slide--1 {
        margin-bottom: 10px
    }
    .banners-extras {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .banners-extras .banner__link:before {
        font-size: 10px;
        padding: 6px 8px
    }
    .banners-extras__left {
        margin-right: 15px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .banners-extras__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .banners-extras__left, .banners-extras__right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100px;
        flex: 1 1 100px
    }
    .banners-extras__middle {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 15px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .banners-extras__middle .slide--1 {
        margin-bottom: 15px
    }
    .banners-extras__bottom .banner:first-child {
        margin-right: 15px
    }
}

.checkout-cart-index .col-main {
    padding-top: 80px
}

.cart .page-title {
    margin-bottom: 0
}

.cart .page-title h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px
}

.cart-table header {
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    height: 48px
}

.cart-table .th {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 0;
    text-transform: uppercase
}

.cart-table .th:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 8%;
    flex: 1 1 8%;
    text-align: right
}

.cart-table .product-cart-total {
    text-align: right
}

.cart-table .product-image {
    border: 1px solid #e1e1e1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 107px;
    flex: 0 0 107px
}

.cart-table main {
    background-color: transparent;
    border: 0 none
}

.cart-table .sku {
    display: none
}

.cart-table h2.name {
    max-width: 400px
}

.cart-table h2.name a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px;
    line-height: 17px;
    text-transform: uppercase
}

.cart-table .btn--remove {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0 none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.cart-table .btn--remove:hover {
    border: 0 none
}

.cart-table .btn--remove:hover:after, .cart-table .btn--remove:hover:before {
    color: red
}

.cart-table .btn--remove:before {
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.cart-table .btn--remove:after {
    content: "excluir";
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-left: 10px;
    text-transform: lowercase
}

.cart-table .cart-price-head:nth-child(2), .cart-table .cart-price-head:nth-child(3) span, .cart-table .column-change-product {
    display: none
}

.cart-table .cart-price-head:nth-child(3):before {
    content: "Pre\E7o unit\E1rio"
}

.cart-table .cart-price-head, .cart-table .cart-qty-head, .cart-table .product-cart-actions, .cart-table .product-cart-price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 14%;
    flex: 1 1 14%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.cart-table .cart-product-head {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%
}

.cart-table .item-options {
    background-color: transparent;
    padding: 0
}

.cart-table .item-options dt {
    margin-bottom: 5px
}

.cart-table .item-options dd {
    font-size: 11px
}

.cart-table .product-cart-total {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 8%;
    flex: 1 1 8%
}

.cart-table .product-cart-price .price, .cart-table .product-cart-total .price {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0
}

.cart-table .product-cart-total .price {
    font-weight: 800
}

.cart-table .qty-wrapper input {
    background-color: transparent;
    border: 1px solid #e1e1e1!important;
    border-radius: 0!important;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 46px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 13px 0;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 51px
}

.cart-table .qty-wrapper input:focus, .cart-table .qty-wrapper input:hover {
    border-color: #f15a29!important
}

.cart-table .qty-wrapper input:focus {
    color: #f15a29
}

.cart-table .qty-wrapper .bt {
    background-color: #f15a29;
    border: 1px solid transparent;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.cart-table .qty-wrapper .bt:hover {
    background-color: #fff;
    border-color: #f15a29;
    color: #f15a29
}

.cart-table footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 5px 0 25px
}

.cart-table .btn-empty {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .29px;
    padding: 0;
    text-transform: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.cart-table .btn-empty:hover {
    border: 0 none;
    color: red
}

.cart-product-line, .cart-product-line:last-child {
    border-bottom: 1px solid #e1e1e1
}

.cart-product-line>div {
    padding: 20px 0
}

.cart-product-line>div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%
}

.cart__boxes {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.coupon, .shipping {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.coupon input[type=text], .shipping input[type=text] {
    background: transparent;
    border: 1px solid #e1e1e1!important;
    border-right: 0 none!important;
    border-radius: 0!important;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 16px;
    padding: 18px 15px;
    height: 50px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.coupon input[type=text]:focus, .coupon input[type=text]:hover, .shipping input[type=text]:focus, .shipping input[type=text]:hover {
    border: 1px solid #f15a29!important
}

.coupon input[type=text]:focus, .shipping input[type=text]:focus {
    color: #fff
}

.coupon input[type=text]::-webkit-input-placeholder, .shipping input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.coupon input[type=text]:-ms-input-placeholder, .coupon input[type=text]::-ms-input-placeholder, .shipping input[type=text]:-ms-input-placeholder, .shipping input[type=text]::-ms-input-placeholder {
    color: #fff
}

.coupon input[type=text]::placeholder, .shipping input[type=text]::placeholder {
    color: #fff
}

.coupon__form, .shipping__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.coupon__form .btn, .shipping__form .btn {
    height: 50px;
    font-size: 15px;
    padding: 14px 13px
}

.shipping__form {
    margin: 0
}

.main .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 480px
}

.main .coupon .title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .29px;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0 none
}

.main .shipping .title, .main .totals .title {
    display: none
}

.co-shipping__methods {
    margin: 20px 0 0
}

.co-shipping__methods dt {
    margin-bottom: 10px
}

.co-shipping__methods dd, .co-shipping__methods dt {
    color: #fff
}

.cart__right {
    max-width: 455px
}

.co-shipping {
    border: 0 none;
    padding: 0
}

.shipping__postcode label {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin: 0 10px 0 0;
    text-transform: uppercase
}

.totals {
    background-color: transparent;
    border: 0 none;
    border-top: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 40px;
    padding: 0
}

.totals table {
    background: transparent;
    margin: 0
}

.totals table td, .totals table th {
    border-bottom: 1px solid #e1e1e1!important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .29px;
    padding: 15px 0
}

.totals table td strong, .totals table th strong {
    font-size: 16px;
    font-weight: 800
}

.totals__content {
    margin: 0
}

.cart__links {
    margin-top: 20px
}

.cart__links .btn-continue {
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .99px;
    padding: 8px 15px
}

.cart__links .btn-continue:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #fff
}

.cart__links .btn-checkout {
    background-color: #f15a29;
    font-size: 16px;
    letter-spacing: .49px;
    padding: 8px 15px
}

.cart__links .btn-checkout:hover {
    background-color: #fff;
    border: 1px solid #f15a29;
    color: #f15a29
}

@media (max-width:1100px) {
    .cart-table .cart-price-head:nth-child(3):before {
        display: none
    }
    .cart-product-line>div:first-child {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .cart-table {
        margin: 0
    }
    .cart-table .product-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px
    }
    .cart-table h2.name a {
        font-size: 11px;
        line-height: 14px
    }
    .cart-table .btn--remove:after, .cart-table .cart-qty-head {
        display: none
    }
    .cart-table .product-cart-actions {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0
    }
    .cart-table .cart-product-line {
        padding: 15px 0
    }
    .cart__boxes {
        margin: 0
    }
    .coupon {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
    .main .coupon .title, .shipping__postcode label {
        display: block;
        font-size: 11px;
        white-space: nowrap;
        width: 140px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .coupon input[type=text]::-webkit-input-placeholder {
        font-size: 0
    }
    .coupon input[type=text]:-ms-input-placeholder, .coupon input[type=text]::-ms-input-placeholder {
        font-size: 0
    }
    .coupon input[type=text]::placeholder {
        font-size: 0
    }
    .cart__links {
        margin-top: 15px
    }
    .cart__links .btn-continue {
        font-size: 8px;
        padding: 6px 5px
    }
    .cart__links .btn-checkout {
        font-size: 13px;
        padding: 6px 10px
    }
    .cart-table .product-cart-actions, .cart-table .product-cart-price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .cart-table .product-cart-actions {
        margin: 0
    }
}

@media (max-width:400px) {
    .cart__links .btn-checkout {
        font-size: 11px;
        padding: 6px 5px
    }
}

body.catalog-category-view .col-main, body.catalogsearch-advanced-index .col-main, body.catalogsearch-advanced-result .col-main, body.catalogsearch-result-index .col-main {
    padding-top: 15px
}

body.catalog-category-view .banner--nojs img.d_img, body.catalogsearch-advanced-index .banner--nojs img.d_img, body.catalogsearch-advanced-result .banner--nojs img.d_img, body.catalogsearch-result-index .banner--nojs img.d_img {
    margin: 0 auto
}

body.catalog-category-view .filters__filter .a--0current, body.catalog-category-view .filters__filter .a--0current+.ul--1, body.catalogsearch-advanced-index .filters__filter .a--0current, body.catalogsearch-advanced-index .filters__filter .a--0current+.ul--1, body.catalogsearch-advanced-result .filters__filter .a--0current, body.catalogsearch-advanced-result .filters__filter .a--0current+.ul--1, body.catalogsearch-result-index .filters__filter .a--0current, body.catalogsearch-result-index .filters__filter .a--0current+.ul--1 {
    display: block
}

body.catalog-category-view #form-validate, body.catalogsearch-advanced-index #form-validate, body.catalogsearch-advanced-result #form-validate, body.catalogsearch-result-index #form-validate {
    display: none
}

body.catalog-category-view .toolbar .amount, body.catalogsearch-advanced-index .toolbar .amount, body.catalogsearch-advanced-result .toolbar .amount, body.catalogsearch-result-index .toolbar .amount {
    visibility: hidden
}

body.catalog-category-view .breadcrumb, body.catalog-category-view.moving .menu-lane, body.catalog-product-view.moving .menu-lane, body.catalogsearch-advanced-index .breadcrumb, body.catalogsearch-advanced-index.moving .menu-lane, body.catalogsearch-advanced-result .breadcrumb, body.catalogsearch-advanced-result.moving .menu-lane, body.catalogsearch-result-index .breadcrumb, body.catalogsearch-result-index.moving .menu-lane {
    display: none
}

@media (min-width:1101px) {
    body.catalog-category-view .bode-lane, body.catalog-product-view .bode-lane, body.catalogsearch-advanced-index .bode-lane, body.catalogsearch-advanced-result .bode-lane, body.catalogsearch-result-index .bode-lane {
        margin: 0
    }
    body.catalog-category-view .bode-lane__center, body.catalog-product-view .bode-lane__center, body.catalogsearch-advanced-index .bode-lane__center, body.catalogsearch-advanced-result .bode-lane__center, body.catalogsearch-result-index .bode-lane__center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    body.catalog-category-view .bode-lane__title, body.catalog-product-view .bode-lane__title, body.catalogsearch-advanced-index .bode-lane__title, body.catalogsearch-advanced-result .bode-lane__title, body.catalogsearch-result-index .bode-lane__title {
        font-size: 28px;
        margin: 0 20px 0 0;
        padding-top: 4px
    }
    body.catalog-category-view .bode, body.catalog-product-view .bode, body.catalogsearch-advanced-index .bode, body.catalogsearch-advanced-result .bode, body.catalogsearch-result-index .bode {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: none
    }
}

.col-left.sidebar, body.catalogsearch-advanced-index .page-title {
    display: none
}

.search-title {
    margin-top: 50px
}

.search-title h1, .search-title h1 small {
    color: #fff
}

.col2-left-layout>.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    margin-right: 30px;
    max-width: none;
    padding: 0
}

.col-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.filters .title {
    display: none
}

.filters__filter {
    border: 0 none;
    padding: 0
}

.filters__filter, .filters__filter:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.filters__filter .li--0 {
    margin-bottom: 20px
}

.filters__filter .li--0:last-child {
    margin-bottom: 0
}

.filters__filter .a--0, .filters__filter .a--0current {
    border-bottom: 1px solid #ebebeb;
    color: #868686;
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 16px;
    padding: 15px 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.filters__filter .a--0:hover, .filters__filter .a--0current:hover {
    color: #f15a29
}

.filters__filter .count {
    color: #868686;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 16px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.filters__filter .ul--1 {
    border-bottom: 1px solid #ebebeb;
    margin: 10px 0 0;
    max-height: 200px;
    overflow: auto;
    padding: 0 0 10px
}

.filters__filter .label {
    color: #999;
    font-size: 11px;
    letter-spacing: .5px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.filters__filter .a--0:hover .count, .filters__filter .a--0:hover .label, .filters__filter .a--1:hover .count, .filters__filter .a--1:hover .label {
    color: #f15a29
}

.filters__name {
    border-bottom: 1px dashed #383838;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 46px;
    margin: 0;
    text-transform: uppercase
}

.filters__filter .li--0:not(:last-child) {
    margin: 0
}

.filters__swatches {
    margin-top: 15px
}

.filters__swatches .a--0, .filters__swatches .a--0current {
    padding: 0
}

.toolbar {
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 13px
}

.toolbar .limiter, .toolbar .view-mode {
    display: none
}

.filtered__filter {
    font-size: 13px;
    max-width: none
}

.filters__filtered .btn--close {
    margin: -1px -1px -1px 0;
    padding: 8px 10px
}

.page-title h1 {
    letter-spacing: .5px
}

.page-title h1, .page-title h1 small {
    font-size: 27px;
    line-height: 1
}

.toolbar .amount, .toolbar .sort-by label {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    opacity: 1
}

.category-title {
    display: none
}

.category-description {
    border: 0 none;
    padding: 0;
    color: #959595;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .49px;
    line-height: 17px;
    text-align: justify
}

.col-main .category-description {
    margin-bottom: 20px
}

.toolbar .sort-by select {
    color: #868686;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px
}

@media (min-width:1101px) {
    .bode--on {
        border-bottom: 1px solid #000;
        margin: 0;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        position: fixed;
        width: 100%;
        left: 0;
        top: 77px;
        z-index: 300
    }
    .bode--on .bode-lane__center {
        padding: 20px 0
    }
    body.moving--down .bode--on {
        margin-top: -76px
    }
    body.bode-lane--on #banner__bannerhome {
        margin-bottom: 115px
    }
}

.toolbar {
    display: none
}

.category-description {
    background-color: #f15a29;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 1.2
}

.error-msg a, .toolbar .amount, .toolbar .sort-by label {
    color: #fff
}

@media (max-width:1100px) {
    .category__products .products__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: auto
    }
    .category__products .products__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 150px;
        flex: 1 1 150px;
        min-width: 0
    }
    .category__products .showcase__buy, body.catalog-category-view .toolbar .amount {
        display: none
    }
}

body.catalog-product-view .breadcrumb {
    display: none
}

body.catalog-product-view .main-container .main {
    max-width: none;
    margin: 0 auto;
    width: 100%
}

body.catalog-product-view .col-main .products, body.catalog-product-view .footer-container, body.catalog-product-view .main-container, body.catalog-product-view .product-view {
    margin: 0
}

#product_addtocart_form {
    display: block
}

.prod__left, .prod__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    padding-top: 155px;
    position: relative;
    z-index: 200
}

.prod__left .prod__short {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-height: 100%;
    padding: 0 20px 0 0;
    overflow: auto
}

.prod__left .prod__short p, .prod__left .prod__short span, .prod__left .prod__short strong {
    color: #fff!important
}

.prod__img {
    height: auto;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100
}

.product-image-gallery {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.product-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.product-image-thumbs {
    margin: 0
}

.product-image-thumbs .thumb-link {
    border-radius: 0
}

.product-image-thumbs li {
    margin: 0 0 9px;
    padding: 0
}

.product-image-thumbs li:last-child {
    margin-bottom: 0
}

.product-image-thumbs img {
    height: 120px;
    max-width: none;
    width: 120px
}

.more-views {
    display: none
}

.product-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.product-image-thumbs {
    display: block
}

.product-image-thumbs .thumb-link.on, .product-image-thumbs .thumb-link:hover {
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.prod__infos {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 25px
}

.prod__name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000 url(/media/interface/images/bg-prodname.jpg) no-repeat top;
    background-size: cover;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 221px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 10px;
    width: 100%
}

.prod__name h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1;
    max-width: 1180px;
    text-align: center;
    text-transform: uppercase
}

.prod__information {
    background: #191919 url(/media/interface/images/bg-prodinfo.jpg) no-repeat 50%
}

.prod__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 930px;
    position: relative
}

.prod__subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 13px;
    text-align: right;
    text-transform: uppercase
}

.attribute-aromas, .prod-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 65px
}

.attribute-aromas li, .prod-list__item {
    margin-right: 10px
}

.attribute-aromas li:last-child, .prod-list__item:last-child {
    margin-right: 0
}

.prod-list__desc, .prod-list__title {
    display: block
}

.prod-list__title {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
    text-transform: lowercase
}

.attribute-aromas li, .prod-list__desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    text-transform: lowercase;
    width: 60px
}

.prod__short-desc {
    color: #868686;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 20px;
    text-align: justify
}

.prod__short-desc>* {
    display: inline
}

.prod__short-desc .see-more {
    color: #000;
    cursor: pointer;
    font-weight: 600;
    padding-left: 3px;
    text-transform: uppercase;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.prod__short-desc .see-more:hover {
    color: #f15a29
}

.prod-list[class*=bitterness][class*=Amarga] li:nth-child(3)~li:before, .prod-list[class*=bitterness][class*=Bem] li:nth-child(4)~li:before, .prod-list[class*=bitterness][class*=Meio] li:nth-child(2)~li:before, .prod-list[class*=bitterness][class*=Pouco] li:first-child~li:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.99 29.94' fill='%23333' height='30' width='20'%3E%3Ctitle%3Eicon-18%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M16.38 25.68l-1-.6a66.31 66.31 0 0 0-2.94-1.85l-.64-.38a21.94 21.94 0 0 1 5.25-2.09 13.64 13.64 0 0 0 1.24.74 1.74 1.74 0 0 0 .72.25 1 1 0 0 0 .72-.23.93.93 0 0 0 .23-.68 3.26 3.26 0 0 0-.85-1.62 9 9 0 0 0 .14-1.31 1.34 1.34 0 0 0-.2-.81.71.71 0 0 0-.61-.27 2.29 2.29 0 0 0-1.1.6 21.16 21.16 0 0 0-1.9 1.79c-.45.19-.73.31-.84.37q-3.21 1.41-4.51 2.12a50.91 50.91 0 0 0-5.48-2.49 15.28 15.28 0 0 0-1.77-1.84 2.18 2.18 0 0 0-1.19-.61.84.84 0 0 0-.7.3 1.38 1.38 0 0 0-.24.9 6.07 6.07 0 0 0 .2 1.25A4 4 0 0 0 0 20.78a.79.79 0 0 0 .27.65 1.19 1.19 0 0 0 .78.22 1.66 1.66 0 0 0 .78-.22 5 5 0 0 0 .91-.67 21.24 21.24 0 0 1 5.46 2.09 36 36 0 0 0-4.31 2.71 12.94 12.94 0 0 0-3.18.74A1.26 1.26 0 0 0 0 27.51c0 .75.67 1.13 2 1.13.56.86 1.07 1.3 1.5 1.3.69 0 1.14-.77 1.35-2.29a26.89 26.89 0 0 1 5.05-3.73 30.47 30.47 0 0 1 5 3.53 5.45 5.45 0 0 1 .22.58c.45 1.27.91 1.91 1.39 1.91s.9-.38 1.51-1.14c1.3-.21 1.94-.63 1.94-1.25.04-.96-1.17-1.55-3.58-1.87z'/%3E%3Cpath d='M11.86 17.07a4.12 4.12 0 0 1-2 .33 3.53 3.53 0 0 1-1.81-.35 3 3 0 0 1-1-1.42l-.18-.46-.72.18.5 2 1.25 1.08a2.16 2.16 0 0 0 2.1 1.25 2.35 2.35 0 0 0 1.24-.31 2.21 2.21 0 0 0 .84-.94l1.21-1.08.5-2-.79-.18c-.08.2-.13.36-.17.46a2.86 2.86 0 0 1-.97 1.44z'/%3E%3Cpath d='M4.45 11.36l.26 1.7 2.79 1.36.4 1a5.64 5.64 0 0 0 .89.2 9.86 9.86 0 0 0 1.15.07 6.25 6.25 0 0 0 2-.27l.39-1 2.78-1.36.26-1.7a2.64 2.64 0 0 1 .2-.73 9 9 0 0 0 1.27-4.55A5.55 5.55 0 0 0 15 1.68 7.34 7.34 0 0 0 9.93 0a7.36 7.36 0 0 0-5 1.68A5.55 5.55 0 0 0 3 6.08a7 7 0 0 0 .6 3.38 6.92 6.92 0 0 1 .85 1.9zM13 7.51a1.59 1.59 0 0 1 1.22.43 1.8 1.8 0 0 1 .41 1.29c0 1.4-.56 2.09-1.67 2.09s-1.67-.65-1.67-1.94.54-1.87 1.71-1.87zm-3.71 5.05a9.66 9.66 0 0 0 .71-1.08 8.5 8.5 0 0 0 .73 1.08 1.54 1.54 0 0 1 .48.83c0 .44-.25.66-.74.66a.88.88 0 0 1-.47-.16.91.91 0 0 1-.48.16.82.82 0 0 1-.52-.16.62.62 0 0 1-.18-.48 1.48 1.48 0 0 1 .47-.85zM5.81 8a1.68 1.68 0 0 1 1.29-.49c1.08 0 1.62.58 1.62 1.72 0 1.4-.56 2.09-1.68 2.09s-1.66-.65-1.66-1.94A2 2 0 0 1 5.81 8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.prod-list[class*=bitterness] li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    width: 60px
}

.prod-list[class*=bitterness] li:last-child {
    margin-right: 0
}

.prod-list[class*=bitterness] li:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.99 29.94' fill='%23fff' height='30' width='20'%3E%3Ctitle%3Eicon-18%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M16.38 25.68l-1-.6a66.31 66.31 0 0 0-2.94-1.85l-.64-.38a21.94 21.94 0 0 1 5.25-2.09 13.64 13.64 0 0 0 1.24.74 1.74 1.74 0 0 0 .72.25 1 1 0 0 0 .72-.23.93.93 0 0 0 .23-.68 3.26 3.26 0 0 0-.85-1.62 9 9 0 0 0 .14-1.31 1.34 1.34 0 0 0-.2-.81.71.71 0 0 0-.61-.27 2.29 2.29 0 0 0-1.1.6 21.16 21.16 0 0 0-1.9 1.79c-.45.19-.73.31-.84.37q-3.21 1.41-4.51 2.12a50.91 50.91 0 0 0-5.48-2.49 15.28 15.28 0 0 0-1.77-1.84 2.18 2.18 0 0 0-1.19-.61.84.84 0 0 0-.7.3 1.38 1.38 0 0 0-.24.9 6.07 6.07 0 0 0 .2 1.25A4 4 0 0 0 0 20.78a.79.79 0 0 0 .27.65 1.19 1.19 0 0 0 .78.22 1.66 1.66 0 0 0 .78-.22 5 5 0 0 0 .91-.67 21.24 21.24 0 0 1 5.46 2.09 36 36 0 0 0-4.31 2.71 12.94 12.94 0 0 0-3.18.74A1.26 1.26 0 0 0 0 27.51c0 .75.67 1.13 2 1.13.56.86 1.07 1.3 1.5 1.3.69 0 1.14-.77 1.35-2.29a26.89 26.89 0 0 1 5.05-3.73 30.47 30.47 0 0 1 5 3.53 5.45 5.45 0 0 1 .22.58c.45 1.27.91 1.91 1.39 1.91s.9-.38 1.51-1.14c1.3-.21 1.94-.63 1.94-1.25.04-.96-1.17-1.55-3.58-1.87z'/%3E%3Cpath d='M11.86 17.07a4.12 4.12 0 0 1-2 .33 3.53 3.53 0 0 1-1.81-.35 3 3 0 0 1-1-1.42l-.18-.46-.72.18.5 2 1.25 1.08a2.16 2.16 0 0 0 2.1 1.25 2.35 2.35 0 0 0 1.24-.31 2.21 2.21 0 0 0 .84-.94l1.21-1.08.5-2-.79-.18c-.08.2-.13.36-.17.46a2.86 2.86 0 0 1-.97 1.44z'/%3E%3Cpath d='M4.45 11.36l.26 1.7 2.79 1.36.4 1a5.64 5.64 0 0 0 .89.2 9.86 9.86 0 0 0 1.15.07 6.25 6.25 0 0 0 2-.27l.39-1 2.78-1.36.26-1.7a2.64 2.64 0 0 1 .2-.73 9 9 0 0 0 1.27-4.55A5.55 5.55 0 0 0 15 1.68 7.34 7.34 0 0 0 9.93 0a7.36 7.36 0 0 0-5 1.68A5.55 5.55 0 0 0 3 6.08a7 7 0 0 0 .6 3.38 6.92 6.92 0 0 1 .85 1.9zM13 7.51a1.59 1.59 0 0 1 1.22.43 1.8 1.8 0 0 1 .41 1.29c0 1.4-.56 2.09-1.67 2.09s-1.67-.65-1.67-1.94.54-1.87 1.71-1.87zm-3.71 5.05a9.66 9.66 0 0 0 .71-1.08 8.5 8.5 0 0 0 .73 1.08 1.54 1.54 0 0 1 .48.83c0 .44-.25.66-.74.66a.88.88 0 0 1-.47-.16.91.91 0 0 1-.48.16.82.82 0 0 1-.52-.16.62.62 0 0 1-.18-.48 1.48 1.48 0 0 1 .47-.85zM5.81 8a1.68 1.68 0 0 1 1.29-.49c1.08 0 1.62.58 1.62 1.72 0 1.4-.56 2.09-1.68 2.09s-1.66-.65-1.66-1.94A2 2 0 0 1 5.81 8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.prod__title {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.prod__resume {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.reviews__add, .reviews__ratings, .reviews__resume {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: uppercase
}

.reviews__resume {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px
}

.reviews__resume .product-rate .rating-box {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.reviews__resume .product-rate .amount {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px;
    text-transform: uppercase;
    opacity: 1
}

.prod__prices {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.prod__prices .old-price .label {
    display: none
}

.prod__prices .old-price .price {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through
}

.prod__prices .regular-price .label, .prod__prices .special-price .label {
    display: none
}

.prod__prices .regular-price .price, .prod__prices .special-price .price {
    color: #fff;
    font-size: 24px;
    font-weight: 800
}

.prod__prices .price-box {
    margin: 0 50px 0 0
}

.prod__prices .price-box-parcelado {
    margin-bottom: 4px
}

.prod__prices .price-box-parcelado .num span, .prod__prices .price-box-parcelado .value span, .prod__prices .price-box-parcelado span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.prod__prices .price-box-parcelado .s-juros {
    display: block
}

.prod__prices .price-box-parcelado .s-juros:after {
    content: " no cart\E3o"
}

.prod__right .add-to-cart-buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.prod__right .add-to-cart-buttons[style*=block] {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.prod__right .add-to-cart-buttons .qty-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0 33px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63px;
    flex: 0 0 63px
}

.prod__right .add-to-cart-buttons .qty-wrapper .input-box {
    width: 100%
}

.prod__right .add-to-cart-buttons .qty-wrapper input {
    background-color: transparent;
    border: 1px solid #e1e1e1!important;
    border-radius: 0!important;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 100%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 100%
}

.prod__right .add-to-cart-buttons .qty-wrapper input:focus, .prod__right .add-to-cart-buttons .qty-wrapper input:hover {
    border-color: #f15a29!important
}

.prod__right .add-to-cart-buttons .qty-wrapper input:focus {
    color: #f15a29
}

.prod__right .add-to-cart-buttons .qty-wrapper .bt-box {
    -webkit-box-shadow: none;
    box-shadow: none
}

.prod__right .add-to-cart-buttons .qty-wrapper .bt {
    background-color: #f15a29;
    border: 1px solid transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 21px
}

.prod__right .add-to-cart-buttons .qty-wrapper .bt:hover {
    border-color: #f15a29;
    background-color: #fff;
    color: #f15a29
}

.prod__right .add-to-cart {
    margin: 35px 0 0
}

#continuar-finalizar .actions a.btn-checkout, .prod__right .add-to-cart-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f15a29;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 76px
}

#continuar-finalizar .actions a.btn-checkout:after, .prod__right .add-to-cart-btn:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.49 32.22' fill='%23fff' height='49' width='49'%3E%3Ctitle%3Eicon-03%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M42.49 21.83L37 12.76h-.05v-.51h-2.11a1.59 1.59 0 0 0 0-.54c0-.32-.88-3.68-.88-3.71a1.56 1.56 0 0 0-.44-.7 17 17 0 0 1-.26-1.95v-.63-1.17a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89 7.88 7.88 0 0 0-3.35 0 1.26 1.26 0 0 0-.88.89 1.53 1.53 0 0 0 0 .38l-.29 1.18.13.05a1.15 1.15 0 0 0 .21.9V5.35c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.2 2.2 0 0 0 0 .54h-.34a1.59 1.59 0 0 0 0-.54c0-.32-.88-3.68-.88-3.71a1.65 1.65 0 0 0-.43-.7 15.26 15.26 0 0 1-.27-1.95v-.63V3.6a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89 6.74 6.74 0 0 0-1.73-.2 6.78 6.78 0 0 0-1.68.18 1.26 1.26 0 0 0-.88.89 1.53 1.53 0 0 0 0 .38l-.29 1.18.13.05a1.15 1.15 0 0 0 .21.9V5.38c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.2 2.2 0 0 0 0 .54h-.34a1.59 1.59 0 0 0 0-.54c0-.33-.88-3.68-.88-3.71a1.65 1.65 0 0 0-.43-.7 15.26 15.26 0 0 1-.27-1.95V4.8 3.63a1.2 1.2 0 0 0 .2-.9l.14-.05-.29-1.18a1.48 1.48 0 0 0 0-.38 1.26 1.26 0 0 0-.88-.89A6.65 6.65 0 0 0 13.62 0 6.56 6.56 0 0 0 12 .18a1.26 1.26 0 0 0-.89.88 1.61 1.61 0 0 0 0 .39l-.28 1.18.12.05a1.12 1.12 0 0 0 .22.9V5.38c0 .34-.18 1.43-.27 2a1.45 1.45 0 0 0-.43.7s-.86 3.39-.89 3.71a2.84 2.84 0 0 0 0 .54h-3.5L0 22.86h6.09v9.36H37V21.83zm-3.54-2H37v-3.28zM28.6 11.91c.09-.46.62-2.57.77-3.18a1.39 1.39 0 0 0 .46-.73 22.68 22.68 0 0 0 .36-2.64v-.58a5.74 5.74 0 0 0-.12-2c0-.12.09-.24.12-.34l.12-.44h.85l.12.38c0 .1.08.22.12.34a5.78 5.78 0 0 0-.12 2.05v.57A21.43 21.43 0 0 0 31.64 8a1.35 1.35 0 0 0 .46.74c.17.65.74 3 .78 3.16a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.03-.38zm-8.56 0c.09-.46.62-2.57.77-3.18a1.39 1.39 0 0 0 .46-.73 23 23 0 0 0 .36-2.64v-.58a5.74 5.74 0 0 0-.12-2c0-.12.09-.24.12-.34l.12-.44h.85l.12.38c0 .1.08.22.12.34a5.78 5.78 0 0 0-.12 2.05v.57A21.43 21.43 0 0 0 23.08 8a1.35 1.35 0 0 0 .46.74c.17.65.74 3 .78 3.16a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.07-.38zm-8.56 0c.1-.46.62-2.57.77-3.18a1.33 1.33 0 0 0 .46-.73 22.68 22.68 0 0 0 .36-2.64v-.57A5.78 5.78 0 0 0 13 2.73c0-.12.09-.24.12-.34l.07-.39H14l.13.38.11.34a6.06 6.06 0 0 0-.12 2.05v.57A18.71 18.71 0 0 0 14.53 8a1.23 1.23 0 0 0 .45.73c.17.66.74 3 .78 3.17a2 2 0 0 0 0 .39h-4.25a2.05 2.05 0 0 0-.03-.38zm-8 9l3.78-6.58h9.1l-3.53 6.58zm4.63 2H14l3.85-7.17v14.48H8.09zM35 30.22H19.85V14.28H35z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    margin-left: 5px
}

#continuar-finalizar .actions a.btn-checkout span, .prod__right .add-to-cart-btn span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
    padding-top: 5px
}

#continuar-finalizar .actions a.btn-checkout span:before, .prod__right .add-to-cart-btn span:before {
    content: "+ adicionar";
    display: block
}

#continuar-finalizar .actions a.btn-checkout span:after, .prod__right .add-to-cart-btn span:after {
    content: "no engradado";
    display: block
}

#continuar-finalizar .actions a.btn-checkout span span, .prod__right .add-to-cart-btn span span {
    display: none
}

.product-rate .percent .text {
    color: #000;
    font-size: 55px;
    font-weight: 500
}

.product-rate .rating:before {
    color: #f15a29;
    font-size: 13px
}

.product-rate .rating-box:before {
    color: #d5d5d5;
    font-size: 13px
}

.reviews__no-reviews {
    padding-top: 90px
}

.reviews__ratings {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 425px;
    flex: 0 0 425px;
    margin: 0 65px 0 45px
}

.reviews__content .reviews__add {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.reviews__content .reviews__add .title {
    border: 0 none;
    color: #929292;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-transform: none
}

.reviews__content .reviews__add .title span {
    color: #f15a29;
    display: block;
    text-transform: uppercase
}

.frete {
    margin-bottom: 24px!important
}

.frete__title {
    display: none
}

.frete__content, .frete__form {
    display: block
}

.frete__form {
    position: relative
}

.frete__form label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    height: 55px;
    line-height: 0;
    padding: 0 0 0 12px;
    position: absolute;
    left: 0;
    top: 0
}

.frete__form label:before {
    content: svg-inline(shipping-product);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 12px
}

.frete__form label:after {
    color: #000;
    content: "Frete";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 1;
    text-transform: uppercase
}

.frete__form .frete__actions {
    bottom: 7px;
    position: absolute;
    right: 0;
    top: 7px
}

.frete__form .frete__actions .btn {
    background-color: transparent;
    border: 0 none;
    border-left: 1px solid #e1e1e1;
    height: 100%;
    line-height: 0;
    padding: 13px 15px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.frete__form .frete__actions .btn:before {
    color: #000;
    content: "Calcular";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 15px;
    text-transform: uppercase;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.frete__form .frete__actions .btn:hover {
    border: 0 none;
    border-left: 1px solid #e1e1e1
}

.frete__form .frete__actions .btn:hover:before {
    color: #f15a29
}

.frete__form .frete__actions .btn span {
    display: none
}

.frete__form .input-text {
    border: 1px solid #e1e1e1!important;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 1;
    height: 55px;
    padding: 0 110px 0 130px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 100%
}

.frete__form .input-text:focus, .frete__form .input-text:hover {
    border-color: #f15a29!important
}

.frete__naosei {
    line-height: 1;
    margin-top: 10px;
    text-align: right
}

.frete .frete__results {
    margin-top: 10px;
    padding: 5px 15px 15px
}

.frete .frete__results .title {
    font-size: 13px;
    padding: 10px 0
}

.frete .frete__results dt {
    font-size: 11px;
    letter-spacing: .5px;
    margin-bottom: 10px
}

.frete .frete__results dl {
    margin-bottom: 10px
}

.frete .frete__results dd {
    font-size: 11px;
    letter-spacing: .5px
}

.frete .frete__results .demo {
    color: #999;
    display: inline-block;
    font-size: 9px;
    line-height: 13px
}

.frete__close {
    background-color: transparent;
    border: 0 none;
    color: #f15a29;
    padding: 0;
    top: 12px;
    right: 13px
}

.frete__close:before {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.frete__close:hover {
    border: 0 none
}

.frete__close:hover:before {
    color: #000
}

.sharing-links .list {
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px
}

.sharing-links .list:before {
    color: #868686;
    content: "Compartilhe!";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .18px;
    margin: 0 10px 0 0;
    opacity: 1;
    text-transform: uppercase
}

.sharing-links .list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px
}

.sharing-links .list a {
    background-color: transparent;
    border-radius: 0;
    height: auto;
    width: auto
}

.sharing-links .list svg {
    fill: #f15a29
}

.sharing-links .email-to-friend, .sharing-links .gp-share, .sharing-links .lk-share, .sharing-links .tb-share {
    display: none
}

.price-floater {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-right: 0 none;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .18);
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .18);
    opacity: 0;
    padding: 16px;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    visibility: hidden;
    width: 251px;
    z-index: -1
}

.price-floater .old-price {
    margin-bottom: 10px!important
}

.price-floater .regular-price .price span, .price-floater .special-price .price span {
    font-size: 27px;
    font-weight: 700
}

.price-floater .price-box-parcelado {
    margin-bottom: 15px
}

.price-floater .qty-wrapper {
    margin-right: 23px
}

.price-floater .add-to-cart {
    margin: 0
}

.price-floater .add-to-cart-btn {
    font-size: 16px
}

.price-floater .add-to-cart-btn span {
    display: none
}

.price-floater .add-to-cart-btn:before {
    content: "Comprar";
    display: block;
    line-height: 15px
}

.price-floater--closed, .price-floater--on {
    opacity: 1;
    visibility: visible;
    z-index: 200
}

.price-floater--closed {
    right: -251px
}

.price-floater--closed .price-floater__close:hover:before {
    color: #f15a29;
    content: "\F053";
    font-family: biz_icons, sans-serif
}

.price-floater--closed .price-floater__close:before {
    color: #fff;
    content: "\F053";
    font-family: biz_icons, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: 13px;
    line-height: 1
}

.price-floater__close:hover:before {
    background-color: #fff;
    border-color: #f15a29;
    content: svg-inline(close2-hover)
}

.price-floater__close:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f15a29;
    border: 1px solid transparent;
    content: svg-inline(close2);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    width: 30px;
    left: -30px;
    top: -1px;
    position: absolute;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.form-list label, .form-list label em {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .4px;
    padding: 0
}

.jointsales__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0
}

.jointsales__items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    padding: 0;
    width: 100%
}

.jointsales__current, .jointsales__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 350px;
    flex: 1 1 350px;
    margin-right: 110px;
    padding: 0
}

.jointsales__current .thumb, .jointsales__list .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    margin: 0 20px 0 0
}

.jointsales__current .old-price .label, .jointsales__current .regular-price .label, .jointsales__current .special-price .label, .jointsales__list .old-price .label, .jointsales__list .regular-price .label, .jointsales__list .special-price .label {
    display: none
}

.jointsales__current .regular-price .price, .jointsales__current .special-price .price, .jointsales__list .regular-price .price, .jointsales__list .special-price .price {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.jointsales__currentin {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.jointsales .jointsales__items .title {
    border-bottom: 1px solid #dadada;
    color: #959595;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .49px;
    line-height: 18px;
    height: 58px;
    padding: 0 0 4px;
    overflow: hidden;
    text-transform: uppercase
}

.jointsales .more {
    font-size: 0;
    height: auto;
    right: -70px;
    line-height: 0;
    -webkit-transform: none;
    transform: none;
    top: 50px;
    width: auto
}

.jointsales .more:before {
    display: none
}

.jointsales .more:after {
    color: #000;
    content: "+";
    display: block;
    font-size: 40px;
    font-weight: 600;
    line-height: 23px
}

.jointsales__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.jointsales__values {
    position: relative
}

.jointsales__values:before {
    color: #000;
    content: "=";
    display: block;
    font-size: 40px;
    font-weight: 600;
    line-height: 23px;
    position: absolute;
    top: 50px;
    left: -68px
}

.jointsales__totals {
    color: #868686;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 17px;
    margin: 0
}

.jointsales__totals .economize {
    background: #f15a29;
    border-radius: 0;
    margin-top: 10px;
    text-align: center;
    width: 100%
}

.jointsales__payments {
    margin: 0;
    line-height: 15px
}

.jointsales__payments .parcelamento .num, .jointsales__payments .parcelamento .s-juros, .jointsales__payments .parcelamento .value {
    background-color: transparent;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    padding: 0
}

.jointsales__payments .parcelamento .s-juros {
    color: #868686;
    font-weight: 400
}

.jointsales__action {
    margin-top: 1px
}

.jointsales__action button {
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 13px;
    padding: 11px 0;
    height: 37px;
    width: 100%
}

.product__description {
    padding: 80px 0 30px
}

.product__description .collateral__title {
    margin-bottom: 30px
}

.product__description .std img {
    float: right;
    margin-left: 100px
}

.product__description .std, .product__description .std p, .product__description .std span {
    font-family: ITC Serif Gothic Std, sans-serif!important;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.product__description .std strong {
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    text-transform: uppercase
}

.product__description .std p, .product__description .std ul {
    margin-bottom: 20px
}

.product__description .std li {
    line-height: 1
}

.product__description .std li p, .product__description .std li span {
    line-height: 1;
    margin: 0
}

.product__details {
    padding-top: 10px
}

.product__details h2 {
    color: #f15a29;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .24px;
    margin-bottom: 12px;
    text-transform: uppercase
}

.product__details table {
    border: 0 none
}

.product__details table tr {
    background-color: #fff
}

.product__details table tr:nth-child(odd) {
    background: #f7f7f7
}

.product__details table td, .product__details table td:first-child, .product__details table td:last-child, .product__details table th, .product__details table th:first-child, .product__details table th:last-child {
    border: 0 none
}

.product__details table td, .product__details table td:first-child, .product__details table th, .product__details table th:first-child {
    color: #929292;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .24px;
    line-height: 17px;
    padding: 9px 10px
}

@media (min-width:1100px) {
    .product__details table td:first-child, .product__details table th:first-child {
        white-space: nowrap
    }
}

.review-summary {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.review-summary li {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px 0 0
}

.review-summary li:last-child {
    margin-right: 0
}

.review-summary .active label:before {
    color: #f15a29;
    -webkit-transform: none;
    transform: none
}

.review-summary label {
    opacity: 1
}

.review-summary label:before {
    color: #d5d5d5;
    font-size: 13px;
    opacity: 1
}

.related__add-checkbox, .related__subtitle, .related__title {
    display: none
}

.reviews .reviews__title {
    margin-bottom: 25px
}

.reviews .form-list .wide:first-child {
    margin-bottom: 0
}

.reviews .reviews__list .title {
    border: 0 none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2px;
    margin: 0 10px 0 0;
    padding: 0;
    text-transform: uppercase
}

.reviews .customer-message {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 16px;
    margin-bottom: 5px;
    text-transform: none
}

.reviews__resume .product-rate .circle-percent .on {
    stroke-width: 2px;
    stroke: #f15a29
}

.reviews__list .date, .reviews__list .label, .reviews__list .name {
    color: #929292;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2px
}

.reviews__list .label {
    text-transform: capitalize
}

.reviews__list .details {
    margin-top: 23px
}

.reviews__list li {
    padding-bottom: 25px;
    position: relative
}

.reviews__list li:not(:first-child) {
    border: 0 none;
    padding-top: 25px
}

.reviews__list li:not(:first-child):before {
    border-top: 1px solid #e5e5e5;
    content: "";
    display: block;
    max-width: 360px;
    position: absolute;
    left: 1rem;
    top: 0;
    width: 100%
}

.product-rate .rating-box {
    height: auto
}

#continuar-finalizar .actions a {
    background-color: #000
}

#continuar-finalizar .actions a.btn-checkout {
    background-color: #f15a29
}

.product-essential {
    margin: 0
}

.product-collateral .prizes-lane {
    background-color: #000;
    margin: 0
}

.prizes-lane__center {
    padding: 80px 0 70px
}

.collateral__title {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase
}

.collateral__title--prizes {
    margin-bottom: 20px;
    text-align: center
}

.attribute-premios {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px
}

.attribute-premios li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    margin: 0 35px;
    text-align: center;
    text-transform: uppercase
}

.attribute-premios li:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 137.03 162.15' fill='%23fff' height='170' width='170'%3E%3Cdefs%3E%3Cstyle%3E.a4e857f2-9674-4000-afa4-a4bd8b6fc4f6{fill-rule:evenodd}%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-21%3C/title%3E%3Cg id='230c23e2-07ab-4ce1-917a-83d028a57ba4' data-name='Layer 2'%3E%3Cg id='75faf3b4-79f7-43c3-b91f-663933798e11' data-name='Layer 1'%3E%3Cpath class='a4e857f2-9674-4000-afa4-a4bd8b6fc4f6' d='M111.27 89.62l-2.52 7.79 21.05 40.39 7.23 1.25-25.76-49.43zM106.59 104.09l-1.12 3.48-3.64-.01-16.8-.03-7.04 5.14 19.95 38.28 8.1-17.27 18.8 3.26-17.81-34.18-.44 1.33zM71.46 117.42l-1.51 1.11 22.74 43.62 3.11-6.64-21.08-40.46-3.26 2.37zM25.76 89.62L0 139.05l7.23-1.26 21.04-40.38-2.51-7.79zM52 107.53l-16.8.03-3.65.01-1.12-3.48-.43-1.33-17.81 34.18 18.8-3.26 8.1 17.27 19.95-38.28-7.04-5.14zM62.31 115.05l-21.08 40.46 3.11 6.64 22.74-43.62-1.51-1.11-3.26-2.37z'/%3E%3Cpath class='a4e857f2-9674-4000-afa4-a4bd8b6fc4f6' d='M101.84 102.56L107.5 85l14.93-10.81-5.73-17.5 5.73-17.52-14.93-10.8-5.66-17.54H83.4L68.51 0 53.62 10.86H35.19l-5.66 17.51-14.93 10.8 5.72 17.52-5.72 17.52L29.53 85l5.66 17.54h18.43l14.89 10.87 14.89-10.89zm-68-45.87a34.67 34.67 0 1 1 34.67 34.67 34.66 34.66 0 0 1-34.66-34.67z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 15px
}

.product-collateral .harmonization-lane {
    background: #000 url(/media/interface/images/bg-harmonization.jpg) no-repeat bottom;
    margin: 0
}

.product-collateral .harmonization-lane .collateral__title {
    margin-bottom: 30px
}

.product-collateral .harmonization-lane .product__desc {
    max-width: 630px
}

.product-collateral .harmonization-lane .product__desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.product-collateral .harmonization-lane .product__desc p strong {
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    text-transform: uppercase
}

.harmonization-lane__center {
    min-height: 490px;
    padding: 80px 0 70px
}

.product-collateral .style-lane {
    background: #000 url(/media/interface/images/bg-style.jpg) no-repeat bottom;
    margin: 0
}

.product-collateral .style-lane .collateral__title {
    text-align: right;
    margin-bottom: 50px
}

.product-collateral .style-lane .product__desc {
    max-width: 760px
}

.product-collateral .style-lane .product__desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: right
}

.product-collateral .style-lane .product__desc p strong {
    display: block;
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.style-lane__center {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 611px;
    padding: 80px 0
}

.product-collateral .product__related {
    background-color: #000;
    margin: 0
}

.related {
    padding: 80px 0
}

.related:before {
    color: #fff;
    content: "Aproveita e leva algumas dessas daqui tamb\E9m";
    display: block;
    font-size: 49px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center
}

@media (min-width:1101px) {
    body.catalog-product-view.bode-lane--on .wrapper-container {
        padding-top: 243px
    }
    body.catalog-product-view.bode-lane--on .menu-lane {
        display: none
    }
}

.product-options {
    color: #fff;
    margin-top: 20px
}

.options:before, .options__caption, .options p.note {
    color: #fff;
    opacity: 1;
    font-size: 15px;
    line-height: 1.2
}

.prod-unavailable {
    background-color: #f15a29;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    margin-top: 30px
}

@media (max-width:1100px) {
    .product-image-container {
        display: block
    }
    .more-views {
        margin: 10px 0 0;
        padding: 0
    }
    .product-image-thumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .product-image-thumbs li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.8%;
        flex: 0 0 22.8%;
        margin-right: 3%
    }
    .product-image-thumbs li:last-child {
        margin-right: 0
    }
    .product-image-thumbs li img {
        height: auto;
        width: 100%
    }
    .prod__shop .product-rate .to-rate {
        font-size: 11px
    }
    .prod__shop .price-box-parcelado {
        margin-bottom: 20px
    }
    .prod__shop .qty-wrapper {
        margin-right: 20px
    }
    .prod__shop .add-to-cart-btn {
        font-size: 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .prod__shop .old-price {
        margin-bottom: 5px!important
    }
    .price-floater {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0 none;
        border-top: 1px solid #f15a29;
        bottom: -78px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        right: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        top: auto;
        padding: 10px 15px;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        z-index: 300;
        width: 100%
    }
    .price-floater .price-floater__prices {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 15px;
        white-space: nowrap
    }
    .price-floater .old-price {
        margin-bottom: 5px!important
    }
    .price-floater .old-price .price span {
        font-size: 11px
    }
    .price-floater .regular-price, .price-floater .special-price {
        margin: 0
    }
    .price-floater .regular-price .price span, .price-floater .special-price .price span {
        font-size: 19px
    }
    .price-floater .price-box-parcelado {
        height: auto;
        margin: 0
    }
    .price-floater .price-box-parcelado .preco-parcelado span {
        font-size: 11px
    }
    .price-floater .qty-wrapper {
        display: none
    }
    .price-floater .add-to-cart {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .price-floater__close {
        display: none
    }
    .price-floater--on {
        bottom: 0
    }
    .prod__short-desc {
        font-size: 11px;
        line-height: 18px
    }
    .prod__infos {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
    .frete__content {
        position: static;
        height: auto;
        overflow: visible;
        width: auto;
        padding: 0
    }
    .frete__form .input-text {
        padding-left: 80px
    }
    .frete__form label:before {
        display: none
    }
    .frete.on .frete__results {
        position: static;
        height: auto;
        width: auto
    }
    .frete {
        margin-bottom: 20px!important
    }
    .jointsales .title {
        margin: 0;
        margin: 0!important
    }
    .jointsales__current, .jointsales__list {
        margin: 0 0 20px
    }
    .jointsales__current {
        margin-bottom: 40px
    }
    .jointsales__item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .jointsales__current .thumb, .jointsales__list .thumb {
        margin-right: 10px;
        padding: 0
    }
    .jointsales .jointsales__items .title {
        font-size: 11px;
        line-height: 14px;
        height: auto;
        margin-bottom: 10px!important;
        max-height: 46px;
        padding-bottom: 4px
    }
    .jointsales .more {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .jointsales__action button {
        font-size: 15px;
        height: auto;
        padding: 13px 0
    }
    .jointsales__title:after, .recommended__title:after, .related__title:after, .upsell__title:after, .whosaw__title:after {
        color: #f15a29;
        font-size: 27px;
        line-height: 15px
    }
    .sharing-links .ico {
        height: 25px;
        width: 25px
    }
    .sharing-links .list li {
        margin: 0 10px
    }
    .product__description .std p, .product__description .std span {
        font-size: 14px;
        line-height: 22px
    }
    .product__description .std strong {
        font-size: 18px;
        line-height: 20px;
        width: 100%
    }
    .prod__left, .prod__right {
        padding: 10px 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .prod__information {
        background-size: 100%;
        background-position: 0 80px
    }
    .prod__subtitle {
        text-align: left
    }
    .attribute-aromas, .prod-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 25px
    }
    .prod__title {
        font-size: 19px;
        line-height: 26px;
        margin: 0 0 10px
    }
    .prod__resume {
        font-size: 14px;
        line-height: 22px
    }
    .prod__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        height: auto;
        padding-top: 20px
    }
    .prod__img {
        margin: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        position: static;
        -webkit-transform: none;
        transform: none
    }
    .prod__name {
        height: 80px;
        min-height: 0
    }
    .prod__name h1 {
        font-size: 28px
    }
    .product__description .std p, .product__description .std ul {
        margin-bottom: 15px
    }
    .product__details table td, .product__details table td:first-child, .product__details table th, .product__details table th:first-child {
        font-size: 11px;
        line-height: 14px
    }
    .reviews__title {
        margin: 0
    }
    .reviews__title:after {
        color: #f15a29
    }
    .reviews .subtitle {
        border: 0 none;
        color: #000;
        font-size: 18px;
        margin-bottom: 20px;
        opacity: 1
    }
    .reviews__ratings {
        margin: 0
    }
    .reviews__list {
        min-height: 0;
        max-height: none;
        margin: 0;
        overflow: visible
    }
    .reviews__list li {
        padding: 0 0 25px
    }
    .reviews__ratings {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .reviews__resume .product-rate {
        margin-bottom: 30px
    }
    .reviews__list .details {
        margin-top: 10px
    }
    .reviews .customer-message {
        font-size: 13px
    }
    .reviews__list li:not(:first-child) {
        border-top: 1px solid #e5e5e5
    }
    .reviews__list li:not(:first-child):before {
        display: none
    }
    .reviews__ratings {
        margin-bottom: 10px
    }
    .reviews__content .reviews__add .title {
        padding-top: 0
    }
    .product__related .showcase__title {
        font-size: 18px
    }
    .product__related .showcase__sub {
        font-size: 11px
    }
    .related__content {
        padding: 0;
        position: static;
        height: auto;
        width: auto;
        -webkit-transform: none;
        transform: none;
        overflow: visible
    }
    .related__content .products {
        overflow: visible
    }
    .related__hide {
        display: none
    }
    .carrossel {
        margin-top: 20px
    }
    .carrossel .products__list {
        overflow: visible
    }
    .carrossel .products__case {
        height: auto
    }
    .carrossel .showcase__buy button {
        display: none
    }
    .carrossel .products__item {
        padding-top: 5px
    }
    #continuar-finalizar .actions {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #continuar-finalizar .actions a {
        font-size: 9px;
        margin: 0;
        padding: 10px;
        height: auto
    }
    #continuar-finalizar .actions a.btn-checkout {
        font-size: 11px;
        height: auto
    }
    .prod__right .add-to-cart-btn {
        height: 56px;
        padding: 0
    }
    .prizes-lane {
        border-bottom: 1px solid #444;
        margin: 0
    }
    .prizes-lane__center {
        padding: 40px 0
    }
    .collateral__title {
        border-bottom: 1px solid #444;
        font-size: 28px;
        padding-left: 5px
    }
    .collateral__title+* {
        display: none;
        padding-left: 5px;
        padding-right: 5px
    }
    .product-lane--on .collateral__title+* {
        display: block
    }
    .attribute-premios li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        text-align: left
    }
    .attribute-premios li:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 137.03 162.15' fill='%23fff' height='72' width='72'%3E%3Cdefs%3E%3Cstyle%3E.a4e857f2-9674-4000-afa4-a4bd8b6fc4f6{fill-rule:evenodd}%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-21%3C/title%3E%3Cg id='230c23e2-07ab-4ce1-917a-83d028a57ba4' data-name='Layer 2'%3E%3Cg id='75faf3b4-79f7-43c3-b91f-663933798e11' data-name='Layer 1'%3E%3Cpath class='a4e857f2-9674-4000-afa4-a4bd8b6fc4f6' d='M111.27 89.62l-2.52 7.79 21.05 40.39 7.23 1.25-25.76-49.43zM106.59 104.09l-1.12 3.48-3.64-.01-16.8-.03-7.04 5.14 19.95 38.28 8.1-17.27 18.8 3.26-17.81-34.18-.44 1.33zM71.46 117.42l-1.51 1.11 22.74 43.62 3.11-6.64-21.08-40.46-3.26 2.37zM25.76 89.62L0 139.05l7.23-1.26 21.04-40.38-2.51-7.79zM52 107.53l-16.8.03-3.65.01-1.12-3.48-.43-1.33-17.81 34.18 18.8-3.26 8.1 17.27 19.95-38.28-7.04-5.14zM62.31 115.05l-21.08 40.46 3.11 6.64 22.74-43.62-1.51-1.11-3.26-2.37z'/%3E%3Cpath class='a4e857f2-9674-4000-afa4-a4bd8b6fc4f6' d='M101.84 102.56L107.5 85l14.93-10.81-5.73-17.5 5.73-17.52-14.93-10.8-5.66-17.54H83.4L68.51 0 53.62 10.86H35.19l-5.66 17.51-14.93 10.8 5.72 17.52-5.72 17.52L29.53 85l5.66 17.54h18.43l14.89 10.87 14.89-10.89zm-68-45.87a34.67 34.67 0 1 1 34.67 34.67 34.66 34.66 0 0 1-34.66-34.67z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        margin: 0 15px 0 0
    }
    .owl-buttons {
        display: block
    }
    .owl-prev {
        left: -10px
    }
    .owl-next {
        right: 0
    }
    .product__description {
        padding: 0
    }
    .collateral__title {
        background: #000;
        display: block;
        font-size: 22px;
        line-height: 53px;
        margin-bottom: 0;
        padding-top: 7px;
        position: relative;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }
    .product-lane--on .collateral__title {
        margin-bottom: 5px
    }
    .collateral__title:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 14' fill='%23fff' height='27' width='27'%3E%3Ctitle%3Eicon-12%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M26.13 0L13.5 12.3.87 0 0 .85 13.5 14 27 .85 26.13 0z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
        line-height: 0;
        display: block;
        height: auto;
        position: absolute;
        right: 15px;
        top: 15px;
        width: auto;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }
    .product-lane--on .collateral__title:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .product__description .std img {
        margin-left: 20px;
        max-width: 30%
    }
    .product-collateral .harmonization-lane .collateral__title {
        margin: 0
    }
    .product-collateral .harmonization-lane.product-lane--on .collateral__title {
        margin-bottom: 15px
    }
    .product-collateral .harmonization-lane .product__desc p {
        font-size: 14px;
        line-height: 22px
    }
    .product-collateral .harmonization-lane {
        background-size: 120%
    }
    .harmonization-lane__center {
        min-height: 0;
        padding: 0
    }
    .harmonization-lane__center .product__desc {
        min-height: 190px;
        padding-bottom: 10px
    }
    .harmonization-lane, .style-lane {
        margin: 0
    }
    .product-collateral .style-lane {
        background-size: auto calc(100% - 60px)
    }
    .style-lane__center {
        display: block;
        min-height: 0;
        padding: 0
    }
    .style-lane__center .product__desc {
        padding-bottom: 10px
    }
    .product-collateral .style-lane .collateral__title {
        text-align: left;
        margin-bottom: 0
    }
    .product-collateral .style-lane.product-lane--on .collateral__title {
        margin-bottom: 15px
    }
    .product-collateral .style-lane .product__desc p {
        font-size: 14px;
        line-height: 22px;
        text-align: left
    }
    .product-collateral .style-lane .product__desc p strong {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px
    }
    .product__related .carrossel {
        margin: 0
    }
    .related {
        padding: 15px 0
    }
    .related:before {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 5px;
        padding: 0 15px
    }
    .jointsales__content, .recommended__content, .related__content, .upsell__content, .whosaw__content {
        background-color: transparent
    }
    .collateral__title--prizes {
        border: 0 none;
        font-size: 28px
    }
    .collateral__title--prizes:after {
        display: none
    }
    .collateral__title--prizes .product-lane .center {
        width: 100%
    }
    .product__description .collateral__title {
        margin: 0
    }
}

@media (max-width:1100px) and (max-width:350px) {
    a.btn-checkout {
        font-size: 9px
    }
}

body.cms-page-view {
    background: #191919
}

body.cms-page-view .col-main {
    padding: 80px 100px 0
}

body.cms-page-view .page-title h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 35px
}

body.cms-page-view .std p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px
}

body.cms-page-view .std h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin-top: 70px
}

body.cms-quem-somos .main-container {
    background: #191919 url(/media/interface/images/bg-prodinfo.jpg) no-repeat center 240px
}

body.cms-quem-somos .std p.subtitle {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    max-width: 980px
}

body.cms-quem-somos .std p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 680px
}

body.cms-quem-somos .std .history-list__title {
    margin: 0 0 25px
}

body.cms-quem-somos .years-list {
    margin: 90px 0 40px
}

.history-list__item {
    display: none
}

.history-list__item--on {
    display: block
}

.years-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.years-list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    font-size: 22px;
    font-weight: 800;
    line-height: 40px;
    list-style: none!important;
    margin: 0!important;
    opacity: .6
}

.years-list__item, .years-list__item:after {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.years-list__item:after {
    border-left: 1px solid #fff;
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 20px
}

.years-list__item:hover {
    opacity: 1
}

.years-list__item--on {
    font-size: 30px;
    opacity: 1
}

.years-list__item--on:after {
    height: 40px
}

.history-list__year {
    display: none
}

.history-list__title {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase
}

.history-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.history-list__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px
}

.history-list__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.history-list__desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width:1100px) {
    body.cms-page-view .col-main {
        padding: 20px 0 0
    }
    body.cms-page-view .page-title {
        margin-bottom: 0
    }
    body.cms-page-view .page-title h1 {
        font-size: 28px;
        margin-bottom: 15px
    }
    body.cms-page-view .std p, body.cms-page-view .std span {
        color: #fff;
        font-size: 14px!important;
        line-height: 22px;
        margin-bottom: 15px
    }
    body.cms-page-view .std h2 {
        color: #fff;
        font-size: 18px;
        margin-top: 30px
    }
    body.cms-quem-somos .main-container {
        background-size: 100% auto;
        background-position: center 10px
    }
    body.cms-quem-somos .page-title h1 {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 0
    }
    body.cms-quem-somos .std p.subtitle {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px
    }
    body.cms-quem-somos .years-list {
        display: none
    }
    body.cms-quem-somos .history-list {
        margin-top: 60px
    }
    body.cms-quem-somos .history-list__item {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px!important;
        opacity: .6;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }
    body.cms-quem-somos .history-list__item.history-list__item--on {
        opacity: 1
    }
    body.cms-quem-somos .history-list__year {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        font-size: 16px;
        font-weight: 800;
        line-height: 1;
        margin: 0 15px 0 0;
        padding-left: 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    body.cms-quem-somos .history-list__year:after {
        content: "";
        border-left: 1px solid #fff;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-top: 10px
    }
    body.cms-quem-somos .history-list__info {
        display: block
    }
    body.cms-quem-somos .history-list__img {
        margin: 0 0 10px
    }
    body.cms-quem-somos .std .history-list__title {
        margin-bottom: 10px
    }
    body.cms-quem-somos .std .history-list__info p, body.cms-quem-somos .std .history-list__info span {
        font-size: 12px!important;
        line-height: 18px
    }
}

body.checkout-onepage-index .title--xs {
    color: white;
}

.osc-onepage .section {
    background-color: transparent;
}

#continuar-finalizar .actions a.btn-checkout, .prod__right .add-to-cart-btn {
    display: flex !important;
}

.product-image-thumbs {
    margin: 0;
    justify-content: center;
    width: 440px;
    display: flex;
}

.product-image-thumbs .thumb-link {
    border-radius: 0;
}

.product-image-thumbs li {
    margin: 0 5px;
    padding: 0;
}

.product-image-thumbs li:last-child {
    margin-bottom: 0;
}

.product-image-thumbs img {
    height: 100px;
    max-width: none;
    width: 100px;
}

.more-views {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product-image {
    flex: 1 1 auto;
}

.product-image-thumbs .thumb-link:hover,
.product-image-thumbs .thumb-link.on {
    border: 0 none;
    box-shadow: none;
}

@media (max-width: 1100px) {
    .more-views {
        position: static;
        margin-top: 10px;
    }

    .product-image-thumbs {
        width: auto;
    }

    .product-image-thumbs img {
        width: 80px;
        height: 80px;
    }

}
.chamada-topo { color: #ffffff !important; width: 100%; padding: 8px 0px 10px; font-size: 17px; display: block; margin: 0 auto 0 auto; background-color: #f15a29 !important; text-align:center; }
.chamada-topo a { color: #ffffff; text-decoration:none;font-weight:bold;}
.chamada-topo a:hover { color: #ffffff; text-decoration:none;}




@media (max-width: 1100px) {

    .categories--vertical .li--0 .box--1 {
        background-color: transparent;
        position: static;
        transform: none;
        max-height: none;
        overflow: visible;
        padding: 0;
        margin-bottom: 20px;
    }

    body:not(.mobile) .categories .ul--1 {
        max-height: none;
        overflow: auto;
    }

    .categories--vertical .li--0 .a--1 {
        color: white;
    }



    .menu--mobile {
        display: block;
    }

    .categories {
        max-height: calc(100% - 100px);
        overflow: auto;
    }

}
.product-image-container {
    width: 100%;
}

@media (max-width: 1100px){
    .more-views {
        left: 0;
        transform: none;
    }
}

.showcase__buy .price-box {
    margin: 0;
}

.showcase__buy .label {
    display: none;
}

.showcase__buy .old-price .price span,
.showcase__buy .old-price .price {
    color: #777;
    font-size: 15px;
    font-weight: 500;

}

.showcase__buy .special-price .price span,
.showcase__buy .special-price .price,
.showcase__buy .regular-price .price,
.showcase__buy .regular-price .price span{
    color: #FF4200;
    font-size: 15px;
    font-weight: 500;
}

.showcase__buy {
    justify-content: space-between;
    padding: 0 20px 0 15px;
}

.products__list .showcase__buy .price-box {
    padding-top: 10px;
}

.products__list .showcase__buy .price-box > span:not(:last-child) {
    margin: 0 0 1px;
}
/*
* FIX - mobile prolabels
*/
@media(max-width: 35.5rem){
    .prolabel,
    .prolabel.top-center,
    .prolabel.middle-left,
    .prolabel.middle-right,
    .prolabel.bottom-center,
    .prolabel.middle-center,
    .prolabel.top-left,
    .prolabel.top-right,
    .prolabel.bottom-left,
    .prolabel.bottom-right {
        position: absolute;
    }
}

.toolbar .sort-by
{display:none}

/*
*  Alteracao -
*/
.icon--user.on .myaccount {
    visibility: visible;
    opacity: 1;
    z-index: initial;
}
.icon--user .myaccount__content {
    display: none;
}
.icon--user.on .myaccount__content {
    display: block;
}

@media(max-width: 62rem){
    .icon--user .myaccount__content {
        display: block;
    }
}


/*
* Realinhando o product shop - Ticket 74947
*/
.prod__main {
    align-items: center
}
.prod__right {
	background: rgba(0,0,0,.5);
    padding: 10px;
    border: 1px solid #f15a29;
}

/*
* COMMERCE - 8809
* Componente: Página de Produto - Termos de Aceite
* Thamires
*/
.product-options{margin-top:0}
.options{margin:0}
.options::before,.options__caption{display:none}
.options__option{padding:10px 0 0;min-width:1px}
.options__content input[type=checkbox]{margin-bottom:5px}
.options__content span.label{line-height:20px}
.termos-box {display: flex;align-items: center;justify-content: flex-end;font-size:14px;text-transform:uppercase;}
.btn-termos-aceite{padding:10px 10px 0;color:#FF4200}
@media(max-width: 425px){
    .btn-termos-aceite, .options__option{padding:10px 5px}
    .termos-box{justify-content:center;}
}
/* COMMMERCE - 9123 - Thamires */
.configurable{margin-bottom:0}
.options .options-list li{max-width: 152px;margin-left: auto;}
.termos-box{margin-left:auto}
.prod__right .add-to-cart{margin:15px 0 0}
.variations-container{display:flex}
.product-options{flex: 0 0 100%}
@media(max-width:992px){
    .variations-container{display:block}
}

/*
* COMMERCE-13022
* Eliézer
*/
.payment_form_ss .input-text.required-entry{
    visibility: visible;
    position: unset
}
.payment_form_ss .required,
.payment_form_ss select,
.cvv-what-is-this{
	color: #7f7f7f
}
.allow.active dl.sp-methods.input-selected > dd > ul > li {
    flex-flow: column;
    margin-top: 1rem;
}
.payment_form_ss .required em{
    display: none
}
.payment_form_ss select{
    border: 1px solid #7f7f7f;
}
ul#payment_form_braspag_creditcard{
    display: grid;
    grid-template-areas:
        'bandeiras'
        'numero'
        'name'
        'validade'
        'codigo'
        'parcelamento';
}

ul#payment_form_braspag_creditcard > li:nth-child(2){
    grid-area: name;
}
ul#payment_form_braspag_creditcard > li:nth-child(3){
    grid-area: bandeiras;
}
ul#payment_form_braspag_creditcard > li:nth-child(4){
    grid-area: numero;
}
ul#payment_form_braspag_creditcard > li:nth-child(5){
    grid-area: validade;
}
ul#payment_form_braspag_creditcard > li:nth-child(6){
    grid-area: codigo;
}
ul#payment_form_braspag_creditcard > li:nth-child(7){
    grid-area: parcelamento;
}


/*
* Eliézer
*/

#co-shipping-method-form .buttons-set .button {
    background: 0 0;
    border: 1px solid #4e4d4d;
    color: #ffffff;
    background: #33b50b;
}

.product-image-gallery .gallery-image.visible{
    margin: inherit;
}

#continuar-finalizar .std p,
#continuar-finalizar .current-product{
    color: #fff
}
#continuar-finalizar .actions a {
    color: #fff;
}

.customer-account .form-list label, 
.customer-account .form-list label em{
	color: #fff !important   
}
.customer-address-form.customer-account .form-list label, 
.customer-address-form.customer-account .form-list label em{
    color: #000 !important
}

.newsletter-manage-index .form-list label {
    color: #242424!important;
}
.my-account form h2.legend {
    color: #242424;
}

/* ajuste cor da fonte no popup 'continuar comprando' tk: 110525 */
#continuar-finalizar .current-product{
    color:#f15a29
}

   font-weight: 600;
    color: #dd7a3a;
}


.std p {
 color: #545454;
}

/* Produto Agrupado */

.grouped__caption {
    color: #000;
}

.grouped-price-box .regular-price {
    color: #FF4200;
}
.grouped-price-box .regular-price .label{
    display:none;
}