html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    font-style: normal;
    font-weight: normal;
    box-sizing: border-box;
    cursor: default
}

a, button {
    cursor: pointer
}

    a *, button * {
        cursor: pointer
    }

input, textarea {
    cursor: text
}

button, input {
    border-radius: 0
}

    button:focus, button:active, input:focus, input:active {
        outline: none
    }

body {
    line-height: 1em
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea, input, a {
    outline: none
}

@-ms-viewport {
    width: device-width
}

*::selection {
    background: #000;
    color: #fff
}

*::-moz-selection {
    background: #000;
    color: #fff
}

html {
    font-size: 16px
}

body {
    font-size: 1em;
    font-family: "Roboto",sans-serif;
    color: #000
}

p {
    color: #000;
    line-height: 1.5em;
    margin-bottom: 1em
}

a {
    text-decoration: none;
    color: currentColor
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

.clear {
    clear: both
}

.grid {
    position: relative;
    overflow: hidden
}

.clearfix, .container {
    *zoom: 1
}

    .clearfix:before, .clearfix:after, .container:before, .container:after {
        display: table;
        content: "";
        line-height: 0
    }

    .container:after, .clearfix:after {
        clear: both
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.noscroll {
    overflow: hidden
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.no-events {
    pointer-events: none !important
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width: 992px) {
    .visible-mobile {
        display: none !important
    }
}

@media (max-width: 991px) {
    .visible-desktop {
        display: none !important
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }

    .d-md-none {
        display: none !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-sl-1, .col-sl-2, .col-sl-3, .col-sl-4, .col-sl-5, .col-sl-6, .col-sl-7, .col-sl-8, .col-sl-9, .col-sl-10, .col-sl-11, .col-sl-12, .col-sl, .col-sl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

.gutters-2 {
    margin-right: -2px;
    margin-left: -2px
}

    .gutters-2 > .col, .gutters-2 > [class*="col-"] {
        padding-right: 2px;
        padding-left: 2px
    }

.gutters-3 {
    margin-right: -3px;
    margin-left: -3px
}

    .gutters-3 > .col, .gutters-3 > [class*="col-"] {
        padding-right: 3px;
        padding-left: 3px
    }

.gutters-5 {
    margin-right: -5px;
    margin-left: -5px
}

    .gutters-5 > .col, .gutters-5 > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px
    }

.gutters-7 {
    margin-right: -7px;
    margin-left: -7px
}

    .gutters-7 > .col, .gutters-7 > [class*="col-"] {
        padding-right: 7px;
        padding-left: 7px
    }

.hidden {
    display: none !important
}

@media (min-width: 1500px) {
    .hidden-sl {
        display: none !important
    }
}

@media (max-width: 1499px) and (min-width: 1200px) {
    .hidden-xl {
        display: none !important
    }
}

@media (max-width: 1499px) {
    .no-gutters-xl-low {
        margin-right: 0;
        margin-left: 0
    }

        .no-gutters-xl-low > .col, .no-gutters-xl-low > [class*="col-"] {
            padding-right: 0;
            padding-left: 0
        }

    .gutters-2-xl-low {
        margin-right: -2px;
        margin-left: -2px
    }

        .gutters-2-xl-low > .col, .gutters-2-xl-low > [class*="col-"] {
            padding-right: 2px;
            padding-left: 2px
        }

    .gutters-3-xl-low {
        margin-right: -3px;
        margin-left: -3px
    }

        .gutters-3-xl-low > .col, .gutters-3-xl-low > [class*="col-"] {
            padding-right: 3px;
            padding-left: 3px
        }

    .gutters-5-xl-low {
        margin-right: -5px;
        margin-left: -5px
    }

        .gutters-5-xl-low > .col, .gutters-5-xl-low > [class*="col-"] {
            padding-right: 5px;
            padding-left: 5px
        }

    .gutters-10-xl-low {
        margin-right: -10px;
        margin-left: -10px
    }

        .gutters-10-xl-low > .col, .gutters-10-xl-low > [class*="col-"] {
            padding-right: 10px;
            padding-left: 10px
        }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hidden-lg {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .no-gutters-lg-low {
        margin-right: 0;
        margin-left: 0
    }

        .no-gutters-lg-low > .col, .no-gutters-lg-low > [class*="col-"] {
            padding-right: 0;
            padding-left: 0
        }

    .gutters-2-lg-low {
        margin-right: -2px;
        margin-left: -2px
    }

        .gutters-2-lg-low > .col, .gutters-2-lg-low > [class*="col-"] {
            padding-right: 2px;
            padding-left: 2px
        }

    .gutters-3-lg-low {
        margin-right: -3px;
        margin-left: -3px
    }

        .gutters-3-lg-low > .col, .gutters-3-lg-low > [class*="col-"] {
            padding-right: 3px;
            padding-left: 3px
        }

    .gutters-5-lg-low {
        margin-right: -5px;
        margin-left: -5px
    }

        .gutters-5-lg-low > .col, .gutters-5-lg-low > [class*="col-"] {
            padding-right: 5px;
            padding-left: 5px
        }
}

@media (min-width: 992px) {
    .hidden-desktop {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-mobile {
        display: none !important
    }
}

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

@media (max-width: 991px) {
    .no-gutters-md-low {
        margin-right: 0;
        margin-left: 0
    }

        .no-gutters-md-low > .col, .no-gutters-md-low > [class*="col-"] {
            padding-right: 0;
            padding-left: 0
        }

    .gutters-2-md-low {
        margin-right: -2px;
        margin-left: -2px
    }

        .gutters-2-md-low > .col, .gutters-2-md-low > [class*="col-"] {
            padding-right: 2px;
            padding-left: 2px
        }

    .gutters-3-md-low {
        margin-right: -3px;
        margin-left: -3px
    }

        .gutters-3-md-low > .col, .gutters-3-md-low > [class*="col-"] {
            padding-right: 3px;
            padding-left: 3px
        }

    .gutters-5-md-low {
        margin-right: -5px;
        margin-left: -5px
    }

        .gutters-5-md-low > .col, .gutters-5-md-low > [class*="col-"] {
            padding-right: 5px;
            padding-left: 5px
        }
}

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

@media (max-width: 767px) {
    .no-gutters-sm-low {
        margin-right: 0;
        margin-left: 0
    }

        .no-gutters-sm-low > .col, .no-gutters-sm-low > [class*="col-"] {
            padding-right: 0;
            padding-left: 0
        }

    .gutters-2-sm-low {
        margin-right: -2px;
        margin-left: -2px
    }

        .gutters-2-sm-low > .col, .gutters-2-sm-low > [class*="col-"] {
            padding-right: 2px;
            padding-left: 2px
        }

    .gutters-3-sm-low {
        margin-right: -3px;
        margin-left: -3px
    }

        .gutters-3-sm-low > .col, .gutters-3-sm-low > [class*="col-"] {
            padding-right: 3px;
            padding-left: 3px
        }

    .gutters-5-sm-low {
        margin-right: -5px;
        margin-left: -5px
    }

        .gutters-5-sm-low > .col, .gutters-5-sm-low > [class*="col-"] {
            padding-right: 5px;
            padding-left: 5px
        }
}

@media (max-width: 575px) {
    .hidden-ss {
        display: none !important
    }

    .no-gutters-ss {
        margin-right: 0;
        margin-left: 0
    }

        .no-gutters-ss > .col, .no-gutters-ss > [class*="col-"] {
            padding-right: 0;
            padding-left: 0
        }

    .gutters-2-ss {
        margin-right: -2px;
        margin-left: -2px
    }

        .gutters-2-ss > .col, .gutters-2-ss > [class*="col-"] {
            padding-right: 2px;
            padding-left: 2px
        }

    .gutters-3-ss {
        margin-right: -3px;
        margin-left: -3px
    }

        .gutters-3-ss > .col, .gutters-3-ss > [class*="col-"] {
            padding-right: 3px;
            padding-left: 3px
        }

    .gutters-5-ss {
        margin-right: -5px;
        margin-left: -5px
    }

        .gutters-5-ss > .col, .gutters-5-ss > [class*="col-"] {
            padding-right: 5px;
            padding-left: 5px
        }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 11 auto !important;
        flex: 11 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1500px) {
    .flex-sl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sl-fill {
        -ms-flex: 11 auto !important;
        flex: 11 auto !important
    }

    .flex-sl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button:focus {
            outline: none
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted
        }

        .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: none
        }

        .fancybox-button div {
            height: 100%
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke-width: 0
            }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

    .fancybox-navigation .fancybox-button div {
        padding: 7px
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0.075) 75.5%, rgba(0,0,0,0.037) 82.85%, rgba(0,0,0,0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

    .fancybox-caption a:hover {
        color: #fff;
        text-decoration: underline
    }

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

    .fancybox-thumbs__list a:before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 99991
    }

    .fancybox-thumbs__list a:focus:before {
        opacity: .5
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active:before {
        opacity: 1
    }

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

body.vermelho .btn-center a {
    background: #ff0000;
    color: #fff
}

body.vermelho .desconto {
    background: #ff0000;
    color: #fff
}

    body.vermelho .desconto span {
        color: #fff !important
    }

body.vermelho header nav {
    border-color: #acacac
}

    body.vermelho header nav a.active {
        color: #ff0000
    }

@media (max-width: 991px) {
    body.vermelho header .cor-menu-mobile {
        background: #ff0000;
        color: #fff
    }
}

body.vermelho #home .lojas-fisicas .title {
    color: #fff;
    background-color: #ff0000
}

    body.vermelho #home .lojas-fisicas .title:before {
        background-color: #ff0000
    }

body.vermelho #home .lojas-fisicas .slick-dots button:before {
    background-color: #ff0000
}

body.vermelho #home .comercio-local .box-title h3 {
    color: #ff0000
}

body.vermelho #home .comercio-local .box-title .line {
    background-color: #ff0000
}

body.vermelho #home .comercio-local .grid-comercio .item h3 {
    color: #800000
}

body.vermelho #home .comercio-local .grid-comercio .item span {
    color: #3e3e3e
}

body.vermelho #home .comercio-local .grid-comercio .item .preco {
    color: #3e3e3e
}

body.vermelho #home .lojas-online .title {
    color: #fff;
    background-color: #800000
}

    body.vermelho #home .lojas-online .title:before {
        background-color: #800000
    }

body.vermelho #home .lojas-online .box-title h3 {
    color: #800000
}

body.vermelho #home .lojas-online .box-title .line {
    background-color: #800000
}

body.vermelho #home .box-lojas .item .produtos a .info h3 {
    color: #800000
}

body.vermelho #home .box-lojas .item .produtos a .info span {
    color: #ff0000
}

body.vermelho #home .box-lojas .item .produtos a .info strike {
    color: #626262
}

body.vermelho #categorias aside.sidebar h3 {
    background-color: #fcd6d4;
    color: #ff0000
}

body.vermelho #categorias aside.sidebar a.active {
    color: red !important
}

body.vermelho #categorias aside.sidebar .item, body.vermelho #categorias aside.sidebar .preco {
    border-color: #acacac
}

body.vermelho #categorias .breadcrumb h3 span {
    color: #ff0000
}

body.vermelho #categorias .breadcrumb .filtro a, body.vermelho #categorias .breadcrumb .filtro span {
    color: #ff0000
}

body.vermelho #categorias .grid-posts a .info h3 {
    color: #800000
}

body.vermelho #categorias .grid-posts a .info span {
    color: #ff0000
}

body.vermelho #categorias .grid-posts a .info strike {
    color: #626262
}

body.vermelho #categorias .paginacao {
    border-color: red
}

    body.vermelho #categorias .paginacao .box h4 span {
        font-weight: bold
    }

    body.vermelho #categorias .paginacao .box .btns li a {
        background-color: #ebebeb;
        color: #3e3e3e
    }

        body.vermelho #categorias .paginacao .box .btns li a span {
            color: #3e3e3e
        }

    body.vermelho #categorias .paginacao .box .btns li.active a {
        background-color: #ff0000;
        color: #fff
    }

body.vermelho #produto .breadcrumb {
    color: #ff0000;
    border-color: #acacac
}

    body.vermelho #produto .breadcrumb span {
        display: block;
        margin: 0 4px
    }

body.vermelho #produto .miniaturas img {
    border-color: #acacac
}

body.vermelho #produto .info h1 {
    color: #3e3e3e
}

body.vermelho #produto .info strike {
    color: #737373
}

body.vermelho #produto .info .preco {
    color: #ff0000
}

body.vermelho #produto .info p {
    color: #737373
}

body.vermelho #produto .info a.comprar {
    color: #fff;
    background-color: #ff0000
}

    body.vermelho #produto .info a.comprar svg {
        fill: #fff
    }

body.vermelho #produto .info .social a {
    color: #ff0000
}

    body.vermelho #produto .info .social a svg {
        fill: #ff0000
    }

body.vermelho #produto .info .aviso {
    color: #ff0000;
    border-color: #ff0000
}

body.vermelho #produto .relacionados .box-title h3 {
    color: #800000
}

body.vermelho #produto .relacionados .box-title .line {
    background-color: #800000
}

body.vermelho #produto .aviso-final {
    background-color: #ebebeb;
    margin-bottom: 90px
}

    body.vermelho #produto .aviso-final .box {
        border: 1px solid #ff0000;
        background-color: #fff
    }

        body.vermelho #produto .aviso-final .box p {
            color: #ff0000
        }

body.vermelho footer .topo {
    background-color: #fcd6d4;
    color: #3e3e3e
}

    body.vermelho footer .topo h3 {
        color: #800000
    }

body.vermelho footer .fundo {
    background-color: #ff0000
}

    body.vermelho footer .fundo p, body.vermelho footer .fundo span {
        color: #fff
    }

body.amarelo .btn-center a {
    background: #ffff6f;
    color: #360000
}

body.amarelo .desconto {
    background: #ffff6f;
    color: #360000
}

    body.amarelo .desconto span {
        color: #360000 !important
    }

body.amarelo header nav {
    border-color: #acacac
}

    body.amarelo header nav a.active {
        color: #ee5722
    }

body.amarelo header .vantagens {
    color: #f06c3e
}

@media (max-width: 991px) {
    body.amarelo header .cor-menu-mobile {
        background: #ffff3f;
        color: #360000
    }
}

body.amarelo #home {
    background-color: #360000
}

    body.amarelo #home .lojas-fisicas .title {
        color: #360000;
        background-color: #ffff3f
    }

        body.amarelo #home .lojas-fisicas .title:before {
            background-color: #ffff3f
        }

    body.amarelo #home .lojas-fisicas .slide a {
        background-color: #fff
    }

    body.amarelo #home .lojas-fisicas .slick-dots button:before {
        background-color: #ffff3f
    }

    body.amarelo #home .comercio-local .box-title h3 {
        color: #ffff3f
    }

    body.amarelo #home .comercio-local .box-title .line {
        background-color: #ffff3f
    }

    body.amarelo #home .comercio-local .grid-comercio .item h3 {
        color: #ec8c4a
    }

    body.amarelo #home .comercio-local .grid-comercio .item span {
        color: #e8e387
    }

    body.amarelo #home .comercio-local .grid-comercio .item .preco {
        color: #ffff3f
    }

    body.amarelo #home .lojas-online .title {
        color: #360000;
        background-color: #ffff3f
    }

        body.amarelo #home .lojas-online .title:before {
            background-color: #ffff3f
        }

    body.amarelo #home .lojas-online .box-title h3 {
        color: #ffff3f
    }

    body.amarelo #home .lojas-online .box-title .line {
        background-color: #ffff3f
    }

    body.amarelo #home .box-lojas .item .produtos a .info h3 {
        color: #ec8c4a
    }

    body.amarelo #home .box-lojas .item .produtos a .info span {
        color: #ddd57f
    }

    body.amarelo #home .box-lojas .item .produtos a .info strike {
        color: #ffff3f
    }

body.amarelo #categorias {
    background-color: #360000
}

    body.amarelo #categorias aside.sidebar h3 {
        background-color: #e8e387;
        color: #ee5722
    }

    body.amarelo #categorias aside.sidebar a.active {
        color: #ee5722 !important
    }

    body.amarelo #categorias aside.sidebar a {
        color: #e8e387
    }

    body.amarelo #categorias aside.sidebar .item, body.amarelo #categorias aside.sidebar .preco {
        border-color: #fff
    }

    body.amarelo #categorias aside.sidebar .radio {
        color: #e8e387
    }

    body.amarelo #categorias aside.sidebar .preco label {
        color: #e8e387
    }

    body.amarelo #categorias aside.sidebar .preco input {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
        padding-left: 5px
    }

    body.amarelo #categorias .breadcrumb h3 {
        color: #fff
    }

        body.amarelo #categorias .breadcrumb h3 span {
            color: #ffff3f
        }

    body.amarelo #categorias .breadcrumb .filtro a, body.amarelo #categorias .breadcrumb .filtro span {
        color: #ffff3f
    }

    body.amarelo #categorias .grid-posts a .info h3 {
        color: #c04119
    }

    body.amarelo #categorias .grid-posts a .info span {
        color: #e8e387
    }

    body.amarelo #categorias .grid-posts a .info strike {
        color: #ffff3f
    }

    body.amarelo #categorias .paginacao {
        border-color: #ebebeb
    }

        body.amarelo #categorias .paginacao .box h4 {
            color: #ddd57f
        }

            body.amarelo #categorias .paginacao .box h4 span {
                font-weight: bold
            }

        body.amarelo #categorias .paginacao .box .btns li a {
            background-color: #ebebeb;
            color: #8a8a8a
        }

            body.amarelo #categorias .paginacao .box .btns li a span {
                color: #8a8a8a
            }

        body.amarelo #categorias .paginacao .box .btns li.active a {
            background-color: #ee5722;
            color: #ebebeb
        }

body.amarelo #produto {
    background-color: #360000
}

    body.amarelo #produto .breadcrumb {
        color: #ffff3f;
        border-color: #acacac
    }

        body.amarelo #produto .breadcrumb span {
            display: block;
            margin: 0 4px
        }

    body.amarelo #produto .miniaturas img {
        border-color: #acacac
    }

    body.amarelo #produto .info h1 {
        color: #ffd200
    }

    body.amarelo #produto .info strike {
        color: #d2c776
    }

    body.amarelo #produto .info .preco {
        color: #ffff3f
    }

    body.amarelo #produto .info p {
        color: #ffffff
    }

    body.amarelo #produto .info a.comprar {
        color: #360000;
        background-color: #ffff3f
    }

        body.amarelo #produto .info a.comprar svg {
            fill: #360000
        }

    body.amarelo #produto .info .social a {
        color: #ffff3f
    }

        body.amarelo #produto .info .social a svg {
            fill: #ffff3f
        }

    body.amarelo #produto .info .aviso {
        color: #fff;
        border-color: #fff
    }

    body.amarelo #produto .relacionados .box-title h3 {
        color: #ffff3f
    }

    body.amarelo #produto .relacionados .box-title .line {
        background-color: #ffff3f
    }

    body.amarelo #produto .relacionados .item .info h3 {
        color: #e8e387
    }

    body.amarelo #produto .relacionados .item .info span {
        color: #ffffff
    }

    body.amarelo #produto .relacionados .item .info .preco {
        color: #ffff3f
    }

    body.amarelo #produto .aviso-final {
        background-color: #ebebeb;
        margin-bottom: 90px
    }

        body.amarelo #produto .aviso-final .box {
            border: 1px solid #ec8c4a;
            background-color: #fff
        }

            body.amarelo #produto .aviso-final .box p {
                color: #ec8c4a
            }

body.amarelo footer .topo {
    background-color: #e8e387;
    color: #494843
}

    body.amarelo footer .topo h3 {
        color: #ee5722
    }

body.amarelo footer .fundo {
    background-color: #ee5722
}

    body.amarelo footer .fundo p, body.amarelo footer .fundo span {
        color: #fff
    }

body.azul .btn-center a {
    background: #1b3d86;
    color: #fff
}

body.azul .desconto {
    background: #1b3d86;
    color: #fff
}

    body.azul .desconto span {
        color: #fff !important
    }

body.azul header nav {
    border-color: #acacac
}

    body.azul header nav a.active {
        color: #05328a
    }

body.azul header .vantagens {
    color: #05328a
}

@media (max-width: 991px) {
    body.azul header .cor-menu-mobile {
        background: #05328a;
        color: #fff
    }
}

body.azul #home {
    background-color: #bde6ff
}

    body.azul #home .lojas-fisicas .title {
        color: #fff;
        background-color: #05328a
    }

        body.azul #home .lojas-fisicas .title:before {
            background-color: #05328a
        }

    body.azul #home .lojas-fisicas .slide a {
        background-color: #fff;
        border-color: #bbbbbb
    }

    body.azul #home .lojas-fisicas .slick-dots button:before {
        background-color: #000037
    }

    body.azul #home .comercio-local .box-title h3 {
        color: #000037
    }

    body.azul #home .comercio-local .box-title .line {
        background-color: #000037
    }

    body.azul #home .comercio-local .grid-comercio .item h3 {
        color: #000000
    }

    body.azul #home .comercio-local .grid-comercio .item span {
        color: #3487b0
    }

    body.azul #home .comercio-local .grid-comercio .item .preco {
        color: #05328a
    }

    body.azul #home .lojas-online .title {
        color: #fff;
        background-color: #05328a
    }

        body.azul #home .lojas-online .title:before {
            background-color: #05328a
        }

    body.azul #home .lojas-online .box-title h3 {
        color: #000000
    }

    body.azul #home .lojas-online .box-title .line {
        background-color: #000000
    }

    body.azul #home .box-lojas .item .produtos a .info h3 {
        color: #000000
    }

    body.azul #home .box-lojas .item .produtos a .info span {
        color: #3487b0
    }

    body.azul #home .box-lojas .item .produtos a .info strike {
        color: #05328a
    }

body.azul #categorias {
    background-color: #bde6ff
}

    body.azul #categorias aside.sidebar h3 {
        background-color: #05328a;
        color: #bde6ff
    }

    body.azul #categorias aside.sidebar a.active {
        color: #000 !important
    }

    body.azul #categorias aside.sidebar a {
        color: #05328a
    }

    body.azul #categorias aside.sidebar .item, body.azul #categorias aside.sidebar .preco {
        border-color: #000
    }

    body.azul #categorias aside.sidebar .radio {
        color: #05328a
    }

    body.azul #categorias aside.sidebar .preco label {
        color: #05328a
    }

    body.azul #categorias aside.sidebar .preco input {
        background-color: transparent;
        border: 1px solid #000;
        color: #fff;
        padding-left: 5px
    }

    body.azul #categorias .breadcrumb h3 {
        color: #000
    }

        body.azul #categorias .breadcrumb h3 span {
            color: #05328a
        }

    body.azul #categorias .breadcrumb .filtro a, body.azul #categorias .breadcrumb .filtro span {
        color: #05328a
    }

    body.azul #categorias .grid-posts a .info h3 {
        color: #000000
    }

    body.azul #categorias .grid-posts a .info span {
        color: #05328a
    }

    body.azul #categorias .grid-posts a .info strike {
        color: #3487b0
    }

    body.azul #categorias .paginacao {
        border-color: #b7b7b7
    }

        body.azul #categorias .paginacao .box h4 {
            color: #05328a
        }

            body.azul #categorias .paginacao .box h4 span {
                font-weight: bold
            }

        body.azul #categorias .paginacao .box .btns li a {
            background-color: #ebebeb;
            color: #3e3e3e
        }

            body.azul #categorias .paginacao .box .btns li a span {
                color: #3e3e3e
            }

        body.azul #categorias .paginacao .box .btns li.active a {
            background-color: #05328a;
            color: #fff
        }

body.azul #produto {
    background-color: #bde6ff
}

    body.azul #produto .breadcrumb {
        color: #05328a;
        border-color: #acacac
    }

        body.azul #produto .breadcrumb span {
            display: block;
            margin: 0 4px
        }

    body.azul #produto .miniaturas img {
        border-color: #acacac
    }

    body.azul #produto .info h1 {
        color: #000000
    }

    body.azul #produto .info strike {
        color: #3487b0
    }

    body.azul #produto .info .preco {
        color: #05328a
    }

    body.azul #produto .info p {
        color: #3487b0
    }

    body.azul #produto .info a.comprar {
        color: #bde6ff;
        background-color: #05328a
    }

        body.azul #produto .info a.comprar svg {
            fill: #fff
        }

    body.azul #produto .info .social a {
        color: #05328a
    }

        body.azul #produto .info .social a svg {
            fill: #05328a
        }

    body.azul #produto .info .aviso {
        color: #3487b0;
        border-color: #3487b0
    }

    body.azul #produto .relacionados .box-title h3 {
        color: #000
    }

    body.azul #produto .relacionados .box-title .line {
        background-color: #000
    }

    body.azul #produto .relacionados .item .info h3 {
        color: #000000
    }

    body.azul #produto .relacionados .item .info span {
        color: #3487b0
    }

    body.azul #produto .relacionados .item .info .preco {
        color: #05328a
    }

    body.azul #produto .aviso-final {
        background-color: #ebebeb;
        margin-bottom: 90px
    }

        body.azul #produto .aviso-final .box {
            border: 1px solid #05328a;
            background-color: #fff
        }

            body.azul #produto .aviso-final .box p {
                color: #05328a
            }

body.azul footer .topo {
    background-color: #3487b0;
    color: #fff
}

    body.azul footer .topo h3 {
        color: #000
    }

body.azul footer .fundo {
    background-color: #05328a
}

    body.azul footer .fundo p, body.azul footer .fundo span {
        color: #fff
    }

body.rosa .btn-center a {
    background: #fdd6ff;
    color: #360000
}

body.rosa .desconto {
    background: #fdd6ff;
    color: #360000
}

    body.rosa .desconto span {
        color: #360000 !important
    }

body.rosa header nav {
    border-color: #acacac
}

    body.rosa header nav a.active {
        color: #a7006b
    }

body.rosa header .vantagens {
    color: #a7006b
}

@media (max-width: 991px) {
    body.rosa header .cor-menu-mobile {
        background: #fcafff;
        color: #a7006b
    }
}

body.rosa #home {
    background-color: #000
}

    body.rosa #home .lojas-fisicas .title {
        color: #a7006b;
        background-color: #fcafff
    }

        body.rosa #home .lojas-fisicas .title:before {
            background-color: #fcafff
        }

    body.rosa #home .lojas-fisicas .slide a {
        background-color: #fff;
        border-color: #bbbbbb
    }

    body.rosa #home .lojas-fisicas .slick-dots button:before {
        background-color: #fcafff
    }

    body.rosa #home .comercio-local .box-title h3 {
        color: #fcafff
    }

    body.rosa #home .comercio-local .box-title .line {
        background-color: #fcafff
    }

    body.rosa #home .comercio-local .grid-comercio .item h3 {
        color: #a2648a
    }

    body.rosa #home .comercio-local .grid-comercio .item span {
        color: #e2cfe3
    }

    body.rosa #home .comercio-local .grid-comercio .item .preco {
        color: #fcafff
    }

    body.rosa #home .lojas-online .title {
        color: #a7006b;
        background-color: #fcafff
    }

        body.rosa #home .lojas-online .title:before {
            background-color: #fcafff
        }

    body.rosa #home .lojas-online .box-title h3 {
        color: #fcafff
    }

    body.rosa #home .lojas-online .box-title .line {
        background-color: #fcafff
    }

    body.rosa #home .box-lojas .item .produtos a .info h3 {
        color: #a2648a
    }

    body.rosa #home .box-lojas .item .produtos a .info span {
        color: #e2cfe3
    }

    body.rosa #home .box-lojas .item .produtos a .info strike {
        color: #fcafff
    }

body.rosa #categorias {
    background-color: #000000
}

    body.rosa #categorias aside.sidebar h3 {
        background-color: #e2cfe3;
        color: #a7006b
    }

    body.rosa #categorias aside.sidebar a.active {
        color: #a7006b !important
    }

    body.rosa #categorias aside.sidebar a {
        color: #e2cfe3
    }

    body.rosa #categorias aside.sidebar .item, body.rosa #categorias aside.sidebar .preco {
        border-color: #e2cfe3
    }

    body.rosa #categorias aside.sidebar .radio {
        color: #e2cfe3
    }

    body.rosa #categorias aside.sidebar .preco label {
        color: #e2cfe3
    }

    body.rosa #categorias aside.sidebar .preco input {
        background-color: transparent;
        border: 1px solid #e2cfe3;
        color: #fff;
        padding-left: 5px
    }

    body.rosa #categorias .breadcrumb h3 {
        color: #fff
    }

        body.rosa #categorias .breadcrumb h3 span {
            color: #fcafff
        }

    body.rosa #categorias .breadcrumb .filtro a, body.rosa #categorias .breadcrumb .filtro span {
        color: #fcafff
    }

    body.rosa #categorias .grid-posts a .info h3 {
        color: #a2648a
    }

    body.rosa #categorias .grid-posts a .info span {
        color: #fcafff
    }

    body.rosa #categorias .grid-posts a .info strike {
        color: #e2cfe3
    }

    body.rosa #categorias .paginacao {
        border-color: #b7b7b7
    }

        body.rosa #categorias .paginacao .box h4 {
            color: #eca4ef
        }

            body.rosa #categorias .paginacao .box h4 span {
                font-weight: bold
            }

        body.rosa #categorias .paginacao .box .btns li a {
            background-color: #ebebeb;
            color: #3e3e3e
        }

            body.rosa #categorias .paginacao .box .btns li a span {
                color: #3e3e3e
            }

        body.rosa #categorias .paginacao .box .btns li.active a {
            background-color: #a7006b;
            color: #fff
        }

body.rosa #produto {
    background-color: #000
}

    body.rosa #produto .breadcrumb {
        color: #bd83bf;
        border-color: #acacac
    }

        body.rosa #produto .breadcrumb span {
            display: block;
            margin: 0 4px
        }

    body.rosa #produto .miniaturas img {
        border-color: #acacac
    }

    body.rosa #produto .info h1 {
        color: #e2cfe3
    }

    body.rosa #produto .info strike {
        color: #a2648a
    }

    body.rosa #produto .info .preco {
        color: #fcafff
    }

    body.rosa #produto .info p {
        color: #e2cfe3
    }

    body.rosa #produto .info a.comprar {
        color: #a7006b;
        background-color: #fcafff
    }

        body.rosa #produto .info a.comprar svg {
            fill: #a7006b
        }

    body.rosa #produto .info .social a {
        color: #fcafff
    }

        body.rosa #produto .info .social a svg {
            fill: #fcafff
        }

    body.rosa #produto .info .aviso {
        color: #e2cfe3;
        border-color: #e2cfe3
    }

    body.rosa #produto .relacionados .box-title h3 {
        color: #fcafff
    }

    body.rosa #produto .relacionados .box-title .line {
        background-color: #fcafff
    }

    body.rosa #produto .relacionados .item .info h3 {
        color: #a2648a
    }

    body.rosa #produto .relacionados .item .info span {
        color: #e2cfe3
    }

    body.rosa #produto .relacionados .item .info .preco {
        color: #fcafff
    }

    body.rosa #produto .aviso-final {
        background-color: #ebebeb;
        margin-bottom: 90px
    }

        body.rosa #produto .aviso-final .box {
            border: 1px solid #a7006b;
            background-color: #fff
        }

            body.rosa #produto .aviso-final .box p {
                color: #a7006b
            }

body.rosa footer .topo {
    background-color: #e2cfe3;
    color: #5d595d
}

    body.rosa footer .topo h3 {
        color: #a7006b
    }

body.rosa footer .fundo {
    background-color: #a7006b
}

    body.rosa footer .fundo p, body.rosa footer .fundo span {
        color: #fff
    }

body.cinza-branco .btn-center a {
    background: #1f1a1a;
    color: #fff
}

body.cinza-branco .desconto {
    background: #1f1a1a;
    color: #fff
}

    body.cinza-branco .desconto span {
        color: #fff !important
    }

body.cinza-branco header nav {
    border-color: #acacac
}

    body.cinza-branco header nav a.active {
        color: #595959
    }

body.cinza-branco header .vantagens {
    color: #000
}

@media (max-width: 991px) {
    body.cinza-branco header .cor-menu-mobile {
        background: #fff;
        color: #000
    }
}

body.cinza-branco #home .lojas-fisicas .title {
    color: #fff;
    background-color: #000000
}

    body.cinza-branco #home .lojas-fisicas .title:before {
        background-color: #000000
    }

body.cinza-branco #home .lojas-fisicas .slide a {
    background-color: #fff;
    border-color: #bbbbbb
}

body.cinza-branco #home .lojas-fisicas .slick-dots button:before {
    background-color: #000
}

body.cinza-branco #home .comercio-local .box-title h3 {
    color: #595959
}

body.cinza-branco #home .comercio-local .box-title .line {
    background-color: #595959
}

body.cinza-branco #home .comercio-local .grid-comercio .item h3 {
    color: #595959
}

body.cinza-branco #home .comercio-local .grid-comercio .item span {
    color: #acacac
}

body.cinza-branco #home .comercio-local .grid-comercio .item .preco {
    color: #000
}

body.cinza-branco #home .lojas-online .title {
    color: #fff;
    background-color: #000000
}

    body.cinza-branco #home .lojas-online .title:before {
        background-color: #000000
    }

body.cinza-branco #home .lojas-online .box-title h3 {
    color: #595959
}

body.cinza-branco #home .lojas-online .box-title .line {
    background-color: #595959
}

body.cinza-branco #home .box-lojas .item .produtos a .info h3 {
    color: #595959
}

body.cinza-branco #home .box-lojas .item .produtos a .info span {
    color: #000
}

body.cinza-branco #home .box-lojas .item .produtos a .info strike {
    color: #acacac
}

body.cinza-branco #categorias aside.sidebar h3 {
    background-color: #e1e1e1;
    color: #000
}

body.cinza-branco #categorias aside.sidebar a.active {
    color: #595959 !important
}

body.cinza-branco #categorias aside.sidebar a {
    color: #000
}

body.cinza-branco #categorias aside.sidebar .item, body.cinza-branco #categorias aside.sidebar .preco {
    border-color: #595959
}

body.cinza-branco #categorias aside.sidebar .radio {
    color: #000
}

body.cinza-branco #categorias aside.sidebar .preco label {
    color: #000
}

body.cinza-branco #categorias aside.sidebar .preco input {
    background-color: transparent;
    border: 1px solid #595959;
    color: #000;
    padding-left: 5px
}

body.cinza-branco #categorias .breadcrumb h3 {
    color: #000
}

    body.cinza-branco #categorias .breadcrumb h3 span {
        color: #595959
    }

body.cinza-branco #categorias .breadcrumb .filtro a, body.cinza-branco #categorias .breadcrumb .filtro span {
    color: #595959
}

body.cinza-branco #categorias .grid-posts a .info h3 {
    color: #595959
}

body.cinza-branco #categorias .grid-posts a .info span {
    color: #000000
}

body.cinza-branco #categorias .grid-posts a .info strike {
    color: #acacac
}

body.cinza-branco #categorias .paginacao {
    border-color: #b7b7b7
}

    body.cinza-branco #categorias .paginacao .box h4 {
        color: #000
    }

        body.cinza-branco #categorias .paginacao .box h4 span {
            font-weight: bold
        }

    body.cinza-branco #categorias .paginacao .box .btns li a {
        background-color: #ebebeb;
        color: #3e3e3e
    }

        body.cinza-branco #categorias .paginacao .box .btns li a span {
            color: #3e3e3e
        }

    body.cinza-branco #categorias .paginacao .box .btns li.active a {
        background-color: #000;
        color: #fff
    }

body.cinza-branco #produto .breadcrumb {
    color: #595959;
    border-color: #595959
}

    body.cinza-branco #produto .breadcrumb span {
        display: block;
        margin: 0 4px
    }

body.cinza-branco #produto .miniaturas img {
    border-color: #acacac
}

body.cinza-branco #produto .info h1 {
    color: #3e3e3e
}

body.cinza-branco #produto .info strike {
    color: #848484
}

body.cinza-branco #produto .info .preco {
    color: #000000
}

body.cinza-branco #produto .info p {
    color: #848484
}

body.cinza-branco #produto .info a.comprar {
    color: #fff;
    background-color: #000000
}

    body.cinza-branco #produto .info a.comprar svg {
        fill: #fff
    }

body.cinza-branco #produto .info .social a {
    color: #000
}

    body.cinza-branco #produto .info .social a svg {
        fill: #000
    }

body.cinza-branco #produto .info .aviso {
    color: #595959;
    border-color: #595959
}

body.cinza-branco #produto .relacionados .box-title h3 {
    color: #595959
}

body.cinza-branco #produto .relacionados .box-title .line {
    background-color: #595959
}

body.cinza-branco #produto .relacionados .item .info h3 {
    color: #595959
}

body.cinza-branco #produto .relacionados .item .info span {
    color: #000
}

body.cinza-branco #produto .relacionados .item .info .preco {
    color: #000
}

body.cinza-branco #produto .aviso-final {
    background-color: #ebebeb;
    margin-bottom: 90px
}

    body.cinza-branco #produto .aviso-final .box {
        border: 1px solid #000;
        background-color: #fff
    }

        body.cinza-branco #produto .aviso-final .box p {
            color: #000
        }

body.cinza-branco footer .topo {
    background-color: #e1e1e1;
    color: #5d595d
}

    body.cinza-branco footer .topo h3 {
        color: #000
    }

body.cinza-branco footer .fundo {
    background-color: #000
}

    body.cinza-branco footer .fundo p, body.cinza-branco footer .fundo span {
        color: #fff
    }

body.cinza-preto .btn-center a {
    background: #ebebeb;
    color: #000
}

body.cinza-preto .desconto {
    background: #ebebeb;
    color: #000
}

    body.cinza-preto .desconto span {
        color: #000 !important
    }

body.cinza-preto header nav {
    border-color: #acacac
}

    body.cinza-preto header nav a.active {
        color: #acacac
    }

body.cinza-preto header .vantagens {
    color: #000
}

@media (max-width: 991px) {
    body.cinza-preto header .cor-menu-mobile {
        background: #000;
        color: #fff
    }
}

body.cinza-preto #home {
    background-color: #000
}

    body.cinza-preto #home .lojas-fisicas .title {
        color: #000;
        background-color: #e1e1e1
    }

        body.cinza-preto #home .lojas-fisicas .title:before {
            background-color: #e1e1e1
        }

    body.cinza-preto #home .lojas-fisicas .slide a {
        background-color: #fff;
        border-color: #bbbbbb
    }

    body.cinza-preto #home .lojas-fisicas .slick-dots button:before {
        background-color: #acacac
    }

    body.cinza-preto #home .comercio-local .box-title h3 {
        color: #e1e1e1
    }

    body.cinza-preto #home .comercio-local .box-title .line {
        background-color: #e1e1e1
    }

    body.cinza-preto #home .comercio-local .grid-comercio .item h3 {
        color: #e1e1e1
    }

    body.cinza-preto #home .comercio-local .grid-comercio .item span {
        color: #acacac
    }

    body.cinza-preto #home .comercio-local .grid-comercio .item .preco {
        color: #ffffff
    }

    body.cinza-preto #home .lojas-online .title {
        color: #000;
        background-color: #e1e1e1
    }

        body.cinza-preto #home .lojas-online .title:before {
            background-color: #e1e1e1
        }

    body.cinza-preto #home .lojas-online .box-title h3 {
        color: #e1e1e1
    }

    body.cinza-preto #home .lojas-online .box-title .line {
        background-color: #e1e1e1
    }

    body.cinza-preto #home .box-lojas .item .produtos a .info h3 {
        color: #e1e1e1
    }

    body.cinza-preto #home .box-lojas .item .produtos a .info span {
        color: #ffffff
    }

    body.cinza-preto #home .box-lojas .item .produtos a .info strike {
        color: #acacac
    }

body.cinza-preto #categorias {
    background-color: #000
}

    body.cinza-preto #categorias aside.sidebar h3 {
        background-color: #e1e1e1;
        color: #000
    }

    body.cinza-preto #categorias aside.sidebar a.active {
        color: #595959 !important
    }

    body.cinza-preto #categorias aside.sidebar a {
        color: #e1e1e1
    }

    body.cinza-preto #categorias aside.sidebar .item, body.cinza-preto #categorias aside.sidebar .preco {
        border-color: #e1e1e1
    }

    body.cinza-preto #categorias aside.sidebar .radio {
        color: #e1e1e1
    }

    body.cinza-preto #categorias aside.sidebar .preco label {
        color: #e1e1e1
    }

    body.cinza-preto #categorias aside.sidebar .preco input {
        background-color: transparent;
        border: 1px solid #e1e1e1;
        color: #e1e1e1;
        padding-left: 5px
    }

    body.cinza-preto #categorias .breadcrumb h3 {
        color: #acacac
    }

        body.cinza-preto #categorias .breadcrumb h3 span {
            color: #e1e1e1
        }

    body.cinza-preto #categorias .breadcrumb .filtro a, body.cinza-preto #categorias .breadcrumb .filtro span {
        color: #e1e1e1
    }

    body.cinza-preto #categorias .grid-posts a .info h3 {
        color: #e1e1e1
    }

    body.cinza-preto #categorias .grid-posts a .info span {
        color: #acacac
    }

    body.cinza-preto #categorias .grid-posts a .info strike {
        color: #acacac
    }

    body.cinza-preto #categorias .paginacao {
        border-color: #e1e1e1
    }

        body.cinza-preto #categorias .paginacao .box h4 {
            color: #e1e1e1
        }

            body.cinza-preto #categorias .paginacao .box h4 span {
                font-weight: bold
            }

        body.cinza-preto #categorias .paginacao .box .btns span {
            color: #e1e1e1
        }

        body.cinza-preto #categorias .paginacao .box .btns li a {
            background-color: #ebebeb;
            color: #3e3e3e
        }

        body.cinza-preto #categorias .paginacao .box .btns li.active a {
            background-color: #acacac;
            color: #fff
        }

body.cinza-preto #produto {
    background-color: #000
}

    body.cinza-preto #produto .breadcrumb {
        color: #d7d7d7;
        border-color: #d7d7d7
    }

        body.cinza-preto #produto .breadcrumb span {
            display: block;
            margin: 0 4px
        }

    body.cinza-preto #produto .miniaturas img {
        border-color: #acacac
    }

    body.cinza-preto #produto .info h1 {
        color: #ffffff
    }

    body.cinza-preto #produto .info strike {
        color: #d7d7d7
    }

    body.cinza-preto #produto .info .preco {
        color: #ffffff
    }

    body.cinza-preto #produto .info p {
        color: #e1e1e1
    }

    body.cinza-preto #produto .info a.comprar {
        color: #000;
        background-color: #e1e1e1
    }

        body.cinza-preto #produto .info a.comprar svg {
            fill: #000
        }

    body.cinza-preto #produto .info .social a {
        color: #e1e1e1
    }

        body.cinza-preto #produto .info .social a svg {
            fill: #e1e1e1
        }

    body.cinza-preto #produto .info .aviso {
        color: #d7d7d7;
        border-color: #d7d7d7
    }

    body.cinza-preto #produto .relacionados .box-title h3 {
        color: #e1e1e1
    }

    body.cinza-preto #produto .relacionados .box-title .line {
        background-color: #e1e1e1
    }

    body.cinza-preto #produto .relacionados .item .info h3 {
        color: #e1e1e1
    }

    body.cinza-preto #produto .relacionados .item .info span {
        color: #acacac
    }

    body.cinza-preto #produto .relacionados .item .info .preco {
        color: #ffffff
    }

    body.cinza-preto #produto .aviso-final {
        background-color: #ebebeb;
        margin-bottom: 90px
    }

        body.cinza-preto #produto .aviso-final .box {
            border: 1px solid #000;
            background-color: #fff
        }

            body.cinza-preto #produto .aviso-final .box p {
                color: #000
            }

body.cinza-preto footer .topo {
    background-color: #e1e1e1;
    color: #5d595d
}

    body.cinza-preto footer .topo h3 {
        color: #000
    }

body.cinza-preto footer .fundo {
    background-color: #000
}

    body.cinza-preto footer .fundo p, body.cinza-preto footer .fundo span {
        color: #fff
    }

body.turquesa .btn-center a {
    background: #b5d7d8;
    color: #035863
}

body.turquesa .desconto {
    background: #b5d7d8;
    color: #035863
}

    body.turquesa .desconto span {
        color: #035863 !important
    }

body.turquesa header nav {
    border-color: #acacac
}

    body.turquesa header nav a.active {
        color: #1db8ce
    }

body.turquesa header .vantagens {
    color: #1db8ce
}

@media (max-width: 991px) {
    body.turquesa header .cor-menu-mobile {
        background: #1db8ce;
        color: #fff
    }
}

body.turquesa #home .lojas-fisicas .title {
    color: #fff;
    background-color: #1db8ce
}

    body.turquesa #home .lojas-fisicas .title:before {
        background-color: #1db8ce
    }

body.turquesa #home .lojas-fisicas .slide a {
    background-color: #fff;
    border-color: #bbbbbb
}

body.turquesa #home .lojas-fisicas .slick-dots button:before {
    background-color: #1db8ce
}

body.turquesa #home .comercio-local .box-title h3 {
    color: #1db8ce
}

body.turquesa #home .comercio-local .box-title .line {
    background-color: #1db8ce
}

body.turquesa #home .comercio-local .grid-comercio .item h3 {
    color: #035863
}

body.turquesa #home .comercio-local .grid-comercio .item span {
    color: #9ac9ca
}

body.turquesa #home .comercio-local .grid-comercio .item .preco {
    color: #1db8ce
}

body.turquesa #home .lojas-online .title {
    color: #fff;
    background-color: #1db8ce
}

    body.turquesa #home .lojas-online .title:before {
        background-color: #1db8ce
    }

body.turquesa #home .lojas-online .box-title h3 {
    color: #1db8ce
}

body.turquesa #home .lojas-online .box-title .line {
    background-color: #1db8ce
}

body.turquesa #home .box-lojas .item .produtos a .info h3 {
    color: #035863
}

body.turquesa #home .box-lojas .item .produtos a .info span {
    color: #1db8ce
}

body.turquesa #home .box-lojas .item .produtos a .info strike {
    color: #9ac9ca
}

body.turquesa #categorias aside.sidebar h3 {
    background-color: #9ac9ca;
    color: #035863
}

body.turquesa #categorias aside.sidebar a.active {
    color: #000 !important
}

body.turquesa #categorias aside.sidebar a {
    color: #035863
}

body.turquesa #categorias aside.sidebar .item, body.turquesa #categorias aside.sidebar .preco {
    border-color: #acacac
}

body.turquesa #categorias aside.sidebar .radio {
    color: #035863
}

body.turquesa #categorias aside.sidebar .preco label {
    color: #035863
}

body.turquesa #categorias aside.sidebar .preco input {
    background-color: transparent;
    border: 1px solid #acacac;
    color: #035863;
    padding-left: 5px
}

body.turquesa #categorias .breadcrumb h3 {
    color: #035863
}

    body.turquesa #categorias .breadcrumb h3 span {
        color: #1db8ce
    }

body.turquesa #categorias .breadcrumb .filtro a, body.turquesa #categorias .breadcrumb .filtro span {
    color: #1db8ce
}

body.turquesa #categorias .grid-posts a .info h3 {
    color: #035863
}

body.turquesa #categorias .grid-posts a .info span {
    color: #1db8ce
}

body.turquesa #categorias .grid-posts a .info strike {
    color: #acacac
}

body.turquesa #categorias .paginacao {
    border-color: #e1e1e1
}

    body.turquesa #categorias .paginacao .box h4 {
        color: #035863
    }

        body.turquesa #categorias .paginacao .box h4 span {
            font-weight: bold
        }

    body.turquesa #categorias .paginacao .box .btns li a {
        background-color: #ebebeb;
        color: #3e3e3e
    }

    body.turquesa #categorias .paginacao .box .btns li.active a {
        background-color: #1db8ce;
        color: #fff
    }

body.turquesa #produto .breadcrumb {
    color: #1db8ce;
    border-color: #d7d7d7
}

    body.turquesa #produto .breadcrumb span {
        display: block;
        margin: 0 4px
    }

body.turquesa #produto .miniaturas img {
    border-color: #acacac
}

body.turquesa #produto .info h1 {
    color: #035863
}

body.turquesa #produto .info strike {
    color: #9ac9ca
}

body.turquesa #produto .info .preco {
    color: #1db8ce
}

body.turquesa #produto .info p {
    color: #737373
}

body.turquesa #produto .info a.comprar {
    color: #fff;
    background-color: #1db8ce
}

    body.turquesa #produto .info a.comprar svg {
        fill: #fff
    }

body.turquesa #produto .info .social a {
    color: #1db8ce
}

    body.turquesa #produto .info .social a svg {
        fill: #1db8ce
    }

body.turquesa #produto .info .aviso {
    color: #00849f;
    border-color: #00849f
}

body.turquesa #produto .relacionados .box-title h3 {
    color: #1db8ce
}

body.turquesa #produto .relacionados .box-title .line {
    background-color: #1db8ce
}

body.turquesa #produto .relacionados .item .info h3 {
    color: #000
}

body.turquesa #produto .relacionados .item .info span {
    color: #9ac9ca
}

body.turquesa #produto .relacionados .item .info .preco {
    color: #1db8ce
}

body.turquesa #produto .aviso-final {
    background-color: #ebebeb;
    margin-bottom: 90px
}

    body.turquesa #produto .aviso-final .box {
        border: 1px solid #1db8ce;
        background-color: #fff
    }

        body.turquesa #produto .aviso-final .box p {
            color: #1db8ce
        }

body.turquesa footer .topo {
    background-color: #9ac9ca;
    color: #000
}

    body.turquesa footer .topo h3 {
        color: #035863
    }

body.turquesa footer .fundo {
    background-color: #035863
}

    body.turquesa footer .fundo p, body.turquesa footer .fundo span {
        color: #fff
    }

body.verde .btn-center a {
    background: #9ac554;
    color: #000
}

body.verde .desconto {
    background: #9ac554;
    color: #000
}

    body.verde .desconto span {
        color: #000 !important
    }

body.verde header nav {
    border-color: #acacac
}

    body.verde header nav a.active {
        color: #82b734
    }

body.verde header .vantagens {
    color: #82b734
}

@media (max-width: 991px) {
    body.verde header .cor-menu-mobile {
        background: #82b734;
        color: #fff
    }
}

body.verde #home .lojas-fisicas .title {
    color: #fff;
    background-color: #82b734
}

    body.verde #home .lojas-fisicas .title:before {
        background-color: #82b734
    }

body.verde #home .lojas-fisicas .slide a {
    background-color: #fff;
    border-color: #bbbbbb
}

body.verde #home .lojas-fisicas .slick-dots button:before {
    background-color: #82b734
}

body.verde #home .comercio-local .box-title h3 {
    color: #82b734
}

body.verde #home .comercio-local .box-title .line {
    background-color: #82b734
}

body.verde #home .comercio-local .grid-comercio .item h3 {
    color: #002800
}

body.verde #home .comercio-local .grid-comercio .item span {
    color: #94a19f
}

body.verde #home .comercio-local .grid-comercio .item .preco {
    color: #82b734
}

body.verde #home .lojas-online .title {
    color: #fff;
    background-color: #82b734
}

    body.verde #home .lojas-online .title:before {
        background-color: #82b734
    }

body.verde #home .lojas-online .box-title h3 {
    color: #82b734
}

body.verde #home .lojas-online .box-title .line {
    background-color: #82b734
}

body.verde #home .box-lojas .item .produtos a .info h3 {
    color: #002800
}

body.verde #home .box-lojas .item .produtos a .info span {
    color: #82b734
}

body.verde #home .box-lojas .item .produtos a .info strike {
    color: #94a19f
}

body.verde #categorias aside.sidebar h3 {
    background-color: #cce2a3;
    color: #002800
}

body.verde #categorias aside.sidebar a.active {
    color: #000 !important
}

body.verde #categorias aside.sidebar a {
    color: #002800
}

body.verde #categorias aside.sidebar .item, body.verde #categorias aside.sidebar .preco {
    border-color: #acacac
}

body.verde #categorias aside.sidebar .radio {
    color: #002800
}

body.verde #categorias aside.sidebar .preco label {
    color: #002800
}

body.verde #categorias aside.sidebar .preco input {
    background-color: transparent;
    border: 1px solid #acacac;
    color: #035863;
    padding-left: 5px
}

body.verde #categorias .breadcrumb h3 {
    color: #000
}

    body.verde #categorias .breadcrumb h3 span {
        color: #82b734
    }

body.verde #categorias .breadcrumb .filtro a, body.verde #categorias .breadcrumb .filtro span {
    color: #82b734
}

body.verde #categorias .grid-posts a .info h3 {
    color: #002800
}

body.verde #categorias .grid-posts a .info span {
    color: #82b734
}

body.verde #categorias .grid-posts a .info strike {
    color: #94a19f
}

body.verde #categorias .paginacao {
    border-color: #e1e1e1
}

    body.verde #categorias .paginacao .box h4 {
        color: #002800
    }

        body.verde #categorias .paginacao .box h4 span {
            font-weight: bold
        }

    body.verde #categorias .paginacao .box .btns li a {
        background-color: #ebebeb;
        color: #3e3e3e
    }

    body.verde #categorias .paginacao .box .btns li.active a {
        background-color: #82b734;
        color: #fff
    }

body.verde #produto .breadcrumb {
    color: #97a3a1;
    border-color: #d7d7d7
}

    body.verde #produto .breadcrumb span {
        display: block;
        margin: 0 4px
    }

body.verde #produto .miniaturas img {
    border-color: #acacac
}

body.verde #produto .info h1 {
    color: #002800
}

body.verde #produto .info strike {
    color: #97a3a1
}

body.verde #produto .info .preco {
    color: #84b631
}

body.verde #produto .info p {
    color: #737373
}

body.verde #produto .info a.comprar {
    color: #fff;
    background-color: #82b735
}

    body.verde #produto .info a.comprar svg {
        fill: #fff
    }

body.verde #produto .info .social a {
    color: #82b735
}

    body.verde #produto .info .social a svg {
        fill: #82b735
    }

body.verde #produto .info .aviso {
    color: #95a19f;
    border-color: #95a19f
}

body.verde #produto .relacionados .box-title h3 {
    color: #8cbd4a
}

body.verde #produto .relacionados .box-title .line {
    background-color: #8cbd4a
}

body.verde #produto .relacionados .item .info h3 {
    color: #002900
}

body.verde #produto .relacionados .item .info span {
    color: #95a19f
}

body.verde #produto .relacionados .item .info .preco {
    color: #81b634
}

body.verde #produto .aviso-final {
    background-color: #ebebeb;
    margin-bottom: 90px
}

    body.verde #produto .aviso-final .box {
        border: 1px solid #81b634;
        background-color: #fff
    }

        body.verde #produto .aviso-final .box p {
            color: #81b634
        }

body.verde footer .topo {
    background-color: #cce2a3;
    color: #000
}

    body.verde footer .topo h3 {
        color: #002800
    }

body.verde footer .fundo {
    background-color: #002800
}

    body.verde footer .fundo p, body.verde footer .fundo span {
        color: #fff
    }

@media (min-width: 992px) {
    header .topo {
        height: 165px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px
    }

        header .topo .bloco-mobile {
            display: flex;
            align-items: center
        }

        header .topo .account {
            margin-right: 40px
        }

            header .topo .account svg {
                height: auto;
                width: 30px
            }

        header .topo .vantagens {
            text-transform: uppercase;
            font-weight: 500;
            font-size: 17px;
            text-decoration: underline
        }

    header nav {
        widows: 100%;
        border-top: 1px solid;
        border-bottom: 1px solid
    }

        header nav ul {
            display: flex;
            justify-content: center;
            align-items: center
        }

            header nav ul li {
                text-transform: uppercase
            }

                header nav ul li a {
                    display: block;
                    padding: 25px 15px;
                    line-height: 1rem;
                    font-weight: 600;
                    font-size: 0.7rem;
                }

                    header nav ul li a:hover {
                        text-decoration: underline
                    }

                    header nav ul li a.active {
                        border-bottom: 4px solid;
                        margin-bottom: -1px
                    }

    header form {
        border: 2px solid;
        max-width: 530px;
        width: 100%;
        height: 42px;
        display: flex;
        align-items: center
    }

        header form input {
            width: 100%;
            padding: 9px
        }

        header form button {
            width: 45px;
            height: 42px;
            background-color: transparent;
            border-left: 2px solid
        }

            header form button svg {
                width: 15px;
                height: 15px
            }
}

@media (max-width: 991px) {
    header .topo .logo {
        display: block;
        margin-top: 20px
    }

    header .topo form {
        margin-top: 30px;
        margin-bottom: 30px;
        border: 2px solid;
        width: 100%;
        height: 42px;
        display: flex;
        align-items: center
    }

        header .topo form input {
            width: 100%;
            padding: 9px
        }

        header .topo form button {
            width: 45px;
            height: 42px;
            background-color: transparent;
            border-left: 2px solid
        }

            header .topo form button svg {
                width: 15px;
                height: 15px
            }

    header .topo .bloco-mobile {
        display: flex;
        align-items: center
    }

    header .topo .account {
        display: inline-block;
        margin-right: 10px
    }

        header .topo .account svg {
            width: 30px;
            height: 30px
        }

    header .topo .vantagens {
        text-transform: uppercase;
        font-weight: bold
    }

    header nav {
        background-color: #000;
        color: #fff;
        display: block;
        position: fixed;
        width: 100%;
        left: -100%;
        top: 0;
        bottom: 0;
        padding: 0;
        z-index: 9997;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease
    }

        header nav.active {
            opacity: 1;
            left: 0
        }

        header nav ul {
            margin-top: 80px
        }

            header nav ul li {
                font-size: 20px;
                font-weight: bold;
                display: block;
                padding: 10px 0
            }

    header .toggle-menu {
        position: fixed;
        right: 15px;
        top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        width: 40px;
        height: 35px;
        z-index: 9999;
        background-color: #fff;
        padding: 5px 10px
    }

        header .toggle-menu span {
            display: block;
            width: 30px;
            border-radius: 4px;
            height: 4px;
            background: #000;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease
        }

            header .toggle-menu span + span {
                margin-top: 4px
            }

        header .toggle-menu.active span.tm1 {
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        header .toggle-menu.active span.tm2 {
            margin-top: -4px;
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        header .toggle-menu.active span.tm3 {
            display: none
        }
}

.box-title {
    display: flex;
    align-items: center
}

    .box-title .line {
        width: 100%;
        height: 1px
    }

    .box-title h3 {
        width: 100%;
        display: flex;
        justify-content: center;
        font-weight: bold;
        font-size: 22px;
        font-weight: bold
    }

@media (max-width: 991px) {
    .box-title .line {
        display: none
    }
}

.btn-center {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

    .btn-center a {
        font-weight: bold;
        display: flex;
        font-size: 20px;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 5px 18px
    }

#home .lojas-fisicas {
    margin-top: 35px
}

    #home .lojas-fisicas .title {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        font-weight: bold;
        position: relative;
        margin-bottom: 50px
    }

        #home .lojas-fisicas .title:before {
            width: 25px;
            height: 25px;
            content: " ";
            position: absolute;
            bottom: -13px;
            transform: rotate(-45deg)
        }

    #home .lojas-fisicas .slide-loja .slide {
        margin-bottom: 15px
    }

        #home .lojas-fisicas .slide-loja .slide a {
            display: block;
            width: 110px;
            height: 110px;
            border: 1px solid;
            display: flex;
            justify-content: center;
            align-items: center
        }

            #home .lojas-fisicas .slide-loja .slide a img {
                max-width: 100%
            }

@media (max-width: 991px) {
    #home .lojas-fisicas .slide-loja .slide a {
        width: 99%
    }
}

@media (max-width: 991px) {
    #home .lojas-fisicas .slide-loja .slide {
        margin-bottom: 2px
    }
}

#home .lojas-fisicas .slide-loja .slick-dots li {
    margin: 0 12px
}

#home .lojas-fisicas .slide-loja .slick-dots button:before {
    width: 30px;
    height: 10px;
    border-radius: 5px;
    color: transparent
}

@media (max-width: 991px) {
    #home .lojas-fisicas .slide-loja .slick-dots {
        bottom: -60px
    }
}

#home .comercio-local {
    padding-top: 60px
}

    #home .comercio-local .grid-comercio {
        margin-top: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 30px
    }

@media (max-width: 991px) {
    #home .comercio-local .grid-comercio {
        grid-template-columns: 1fr
    }
}

#home .comercio-local .grid-comercio .item {
    display: block;
    position: relative;
    transition: 0.8s
}

    #home .comercio-local .grid-comercio .item .desconto {
        position: absolute;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        font-size: 14px;
        top: -10px;
        right: -10px
    }

    #home .comercio-local .grid-comercio .item img {
        height: 235px;
        width: 100%;
        object-fit: cover;
        object-position: center
    }

    #home .comercio-local .grid-comercio .item .info {
        padding: 35px 15px 15px 15px
    }

        #home .comercio-local .grid-comercio .item .info h3 {
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 10px
        }

        #home .comercio-local .grid-comercio .item .info span {
            display: block;
            margin-bottom: 10px
        }

        #home .comercio-local .grid-comercio .item .info .preco {
            font-weight: bold;
            font-size: 18px
        }

            #home .comercio-local .grid-comercio .item .info .preco strike {
                font-size: 14px;
                margin-left: 10px;
                font-weight: normal
            }

    #home .comercio-local .grid-comercio .item:hover img {
        opacity: 0.8
    }

#home .lojas-online {
    margin: 120px 0
}

    #home .lojas-online .title {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        font-weight: bold;
        position: relative;
        margin-bottom: 50px
    }

        #home .lojas-online .title:before {
            width: 25px;
            height: 25px;
            content: " ";
            position: absolute;
            bottom: -13px;
            transform: rotate(-45deg)
        }

    #home .lojas-online .slide {
        margin-top: 60px
    }

        #home .lojas-online .slide a {
            height: 135px;
            display: flex;
            justify-content: center;
            align-items: center
        }

            #home .lojas-online .slide a img {
                max-width: 100%;
                height: auto;
                padding: 5px;
            }

    #home .lojas-online .box-lojas .item {
        margin-top: 80px
    }

        #home .lojas-online .box-lojas .item .produtos {
            margin-top: 60px;
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            grid-gap: 30px;
            margin-bottom: 50px
        }

@media (max-width: 991px) {
    #home .lojas-online .box-lojas .item .produtos {
        grid-template-columns: 1fr;
        grid-gap: 50px
    }
}

#home .lojas-online .box-lojas .item .produtos a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

    #home .lojas-online .box-lojas .item .produtos a img {
        max-width: 100%;
        height: auto
    }

@media (min-width: 992px) {
    #home .img-produto {
        max-width: 100%;
        height: 200px !important;
        object-fit: cover;
    }
}

#home .lojas-online .box-lojas .item .produtos a img.logo {
    margin-bottom: 30px
}

#home .lojas-online .box-lojas .item .produtos a .desconto {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    top: 50px;
    right: -10px
}

#home .lojas-online .box-lojas .item .produtos a .info h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

#home .lojas-online .box-lojas .item .produtos a .info span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold
}

#home .lojas-online .box-lojas .item .produtos a .info strike {
    font-size: 14px;
    font-weight: normal
}

@media (max-width: 991px) {
    #categorias .mobile-reverse {
        flex-direction: column-reverse
    }
}

#categorias .content {
    padding-top: 45px;
    padding-bottom: 60px
}

#categorias aside.sidebar h3 {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 17px;
    padding: 8px 5px 5px 25px
}

#categorias aside.sidebar .item {
    border-left: 1px solid;
    border-right: 1px solid
}

    #categorias aside.sidebar .item ul {
        padding: 15px 0 15px 25px
    }

        #categorias aside.sidebar .item ul li a {
            padding: 12px 0;
            display: block
        }

    #categorias aside.sidebar .item .box-scroll {
        padding: 15px 0 15px 25px;
        max-height: 265px;
        overflow-y: scroll
    }

        #categorias aside.sidebar .item .box-scroll .radio {
            padding: 12px 0
        }

            #categorias aside.sidebar .item .box-scroll .radio input {
                cursor: pointer;
                margin-right: 5px
            }

    #categorias aside.sidebar .item .preco {
        padding: 15px 50px 50px 15px;
        border-bottom: 1px solid
    }

        #categorias aside.sidebar .item .preco .margin {
            margin-bottom: 15px
        }

        #categorias aside.sidebar .item .preco label {
            text-transform: uppercase;
            font-size: 14px;
            margin-bottom: 3px;
            display: block
        }

        #categorias aside.sidebar .item .preco input {
            border: 1px solid;
            height: 25px;
            width: 100%
        }

a.btn-filtrar {
    border: 1px solid;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#categorias .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    #categorias .breadcrumb h3 {
        font-weight: bold
    }

    #categorias .breadcrumb .filtro {
        display: flex
    }

        #categorias .breadcrumb .filtro h3 {
            margin-right: 5px
        }

        #categorias .breadcrumb .filtro a, #categorias .breadcrumb .filtro span {
            font-weight: bold
        }

        #categorias .breadcrumb .filtro span {
            display: block;
            margin: 0 5px
        }

@media (max-width: 991px) {
    #categorias .breadcrumb {
        flex-direction: column
    }

        #categorias .breadcrumb h3 {
            margin-bottom: 15px
        }
}

#categorias .grid-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 60px;
    margin-top: 40px;
    margin-bottom: 60px
}

@media (max-width: 991px) {
    #categorias .grid-posts {
        grid-auto-columns: 1fr 1fr
    }
}

@media (max-width: 767px) {
    #categorias .grid-posts {
        grid-template-columns: 1fr
    }
}

#categorias .grid-posts a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

@media (min-width: 992px) {
    #categorias .grid-posts a {
        justify-content: flex-start;
    }
}

#categorias .grid-posts a .desconto {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    top: 50px;
    right: -10px
}

#categorias .grid-posts a img {
    max-width: 100%;
    height: auto
}

    #categorias .grid-posts a img.logo {
        margin-bottom: 30px
    }

@media (min-width: 992px) {
    #categorias .img-produto {
        max-width: 100%;
        height: 200px !important;
        object-fit: cover;
    }
}

#categorias .grid-posts a .info h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

#categorias .grid-posts a .info span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold
}

#categorias .grid-posts a .info strike {
    font-size: 14px;
    font-weight: normal
}

#categorias .paginacao {
    border-top: 1px solid;
    border-bottom: 1px solid
}

    #categorias .paginacao .box {
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        #categorias .paginacao .box h4 span {
            font-weight: bold
        }

        #categorias .paginacao .box .btns {
            display: flex
        }

            #categorias .paginacao .box .btns li a {
                height: 30px;
                width: 35px;
                display: block;
                margin-right: 5px;
                font-weight: bold;
                display: flex;
                justify-content: center;
                align-items: center
            }

            #categorias .paginacao .box .btns span {
                display: block;
                margin-right: 5px;
                display: flex;
                justify-content: center;
                align-items: flex-end;
                padding-bottom: 5px;
                font-weight: bold
            }

@media (max-width: 991px) {
    #categorias .paginacao {
        margin-top: 20px
    }

        #categorias .paginacao .box {
            flex-direction: column;
            height: 90px;
            justify-content: space-around
        }
}

#produto .breadcrumb {
    border-bottom: 1px solid;
    margin-bottom: 45px;
    background-color: transparent;
}

    #produto .breadcrumb .int {
        height: 90px;
        display: flex;
        align-items: center
    }

@media (max-width: 991px) {
    #produto .breadcrumb .int {
        flex-direction: column
    }

        #produto .breadcrumb .int span {
            transform: rotate(90deg)
        }
}

#produto .breadcrumb a, #produto .breadcrumb span {
    text-transform: uppercase
}

@media (max-width: 991px) {
    #produto .breadcrumb {
        border-top: 1px solid;
        margin: 30px 0;
        padding-top: 20px
    }
}

#produto .img-principal {
    max-width: 100%;
    height: 490px;
    object-position: center;
    object-fit: cover
}

@media (max-width: 991px) {
    #produto .img-principal {
        height: 280px
    }
}

#produto .miniaturas {
    display: flex;
    margin-top: 10px
}

    #produto .miniaturas img {
        cursor: pointer;
        height: 70px;
        width: 77px;
        object-fit: cover;
        object-position: center;
        margin-right: 11px;
        border: 1px solid
    }

#produto .info .logo-loja {
    margin-top: 10px;
    margin-bottom: 15px;
    height: 50px;
}

#produto .info h1 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: bold
}

#produto .info strike {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    display: block
}

#produto .info .preco {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: bold
}

#produto .info p {
    margin-bottom: 35px;
    font-size: 13px;
    font-weight: 500
}

#produto .info a.comprar {
    display: flex;
    width: 100%;
    height: 45px;
    margin-bottom: 19px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center
}

    #produto .info a.comprar svg {
        height: 25px;
        widows: 18px;
        margin-right: 10px
    }

#produto .info .social {
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: 45px
}

    #produto .info .social a {
        display: flex;
        align-items: center;
        margin: 0 12px
    }

        #produto .info .social a svg {
            width: 25px;
            margin-right: 10px;
            height: 25px
        }

#produto .info .aviso {
    height: 42px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 991px) {
    #produto .info .logo-loja {
        margin-top: 30px
    }

    #produto .info h1 {
        line-height: 22px
    }
}

#produto .relacionados .box-title {
    margin-top: 70px;
    margin-bottom: 50px
}

#produto .relacionados .grid-relacionados {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom: 90px
}

@media (max-width: 991px) {
    #produto .relacionados .grid-relacionados {
        grid-template-columns: 1fr
    }
}

#produto .relacionados .grid-relacionados .item img {
    width: 100%;
    height: 200px;
    object-position: center;
    object-fit: contain;
}

#produto .relacionados .grid-relacionados .item .info {
    margin-left: 10px
}

    #produto .relacionados .grid-relacionados .item .info h3 {
        margin-top: 10px;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px
    }

    #produto .relacionados .grid-relacionados .item .info span {
        display: block;
        margin-bottom: 10px
    }

    #produto .relacionados .grid-relacionados .item .info .preco {
        font-size: 22px
    }

#produto .aviso-final {
    padding: 50px 30px
}

    #produto .aviso-final .box {
        border: 1px solid;
        padding: 25px 40px
    }

        #produto .aviso-final .box p {
            font-size: 14px;
            text-align: center;
            margin-bottom: 0;
            font-weight: bold
        }

footer .topo {
    padding: 40px 0
}

footer .item h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px
}

footer .item {
    font-size: 0.7rem;
}

    footer .item ul {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 10px
    }

        footer .item ul a:hover {
            text-decoration: underline
        }

        footer .item ul.categorias {
            grid-template-columns: repeat(2, 1fr)
        }

@media (max-width: 991px) {
    footer .item {
        margin-bottom: 45px
    }

        footer .item ul {
            grid-template-columns: repeat(2, 1fr)
        }

            footer .item ul.categorias {
                grid-template-columns: repeat(2, 1fr)
            }
}

footer .fundo {
    padding: 35px 0
}

    footer .fundo .fundo-int {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

@media (max-width: 991px) {
    footer .fundo .fundo-int {
        flex-direction: column
    }

        footer .fundo .fundo-int .logo {
            margin-bottom: 30px
        }
}

footer .fundo .fundo-int .app span {
    display: block;
    margin-bottom: 8px
}

footer .fundo .fundo-int .app img {
    margin-right: 5px
}

@media (max-width: 991px) {
    footer .fundo .fundo-int .app {
        margin-bottom: 30px
    }
}

footer .fundo p {
    margin-bottom: 0
}

@media (max-width: 991px) {
    footer .fundo p {
        font-size: 13px
    }
}

.seletor-cor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ccc;
    color: #000;
    padding: 10px;
    display: none
}

    .seletor-cor.exibir {
        display: block
    }

    .seletor-cor span {
        font-size: 13px;
        text-align: center;
        display: block;
        margin-bottom: 5px
    }

    .seletor-cor a {
        display: block;
        font-size: 14px;
        margin-bottom: 5px
    }

        .seletor-cor a:hover {
            text-decoration: underline
        }

        .seletor-cor a.active {
            font-weight: bold;
            text-decoration: underline
        }

@media (max-width: 991px) {
    .seletor-cor {
        display: none !important
    }
}
