:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

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

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

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

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

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

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

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

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    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%
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.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%
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .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%
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .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%
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .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%
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .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%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

    .d-md-inline-block {
        display: inline-block !important
    }

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

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

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

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

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

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

    .d-lg-inline-block {
        display: inline-block !important
    }

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

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

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

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

    .d-xl-inline-block {
        display: inline-block !important
    }

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

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

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

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

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.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
}

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

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

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

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

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

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

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

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

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

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

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

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

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

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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: 1 1 auto !important;
        flex: 1 1 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
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:-webkit-sticky) or (position:sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

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

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*! =======================================================
                      VERSION  9.9.0
========================================================= *//*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-high, .slider.slider-horizontal .slider-track-low {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-handle, .slider.slider-horizontal .slider-tick {
    margin-left: -10px
}

.slider.slider-horizontal .slider-handle.triangle, .slider.slider-horizontal .slider-tick.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #2e6da4;
    margin-top: 0
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center
}

.slider.slider-horizontal.slider-rtl .slider-track {
    left: initial;
    right: 0
}

.slider.slider-horizontal.slider-rtl .slider-handle, .slider.slider-horizontal.slider-rtl .slider-tick {
    margin-left: initial;
    margin-right: -10px
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: initial;
    right: 0
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-track-high, .slider.slider-vertical .slider-track-low {
    width: 100%;
    left: 0;
    right: 0
}

.slider.slider-vertical .slider-handle, .slider.slider-vertical .slider-tick {
    margin-top: -10px
}

.slider.slider-vertical .slider-handle.triangle, .slider.slider-vertical .slider-tick.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #2e6da4;
    border-right-color: #2e6da4;
    margin-left: 0;
    margin-right: 0
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px
}

.slider.slider-vertical.slider-rtl .slider-track {
    left: initial;
    right: 25%
}

.slider.slider-vertical.slider-rtl .slider-selection {
    left: initial;
    right: 0
}

.slider.slider-vertical.slider-rtl .slider-handle.triangle, .slider.slider-vertical.slider-rtl .slider-tick.triangle {
    border-width: 10px 10px 10px 0
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: initial;
    padding-right: 4px
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
    background-repeat: repeat-x
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
    background-repeat: repeat-x;
    cursor: not-allowed
}

.slider input {
    display: none
}

.slider .tooltip.top {
    margin-top: -36px
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.slider .hide {
    display: none
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
    background-image: -o-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
    background-image: linear-gradient(to bottom, #8ac1ef 0, #82b3de 100%);
    background-repeat: repeat-x
}

.slider-track-high, .slider-track-low {
    position: absolute;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0 solid transparent
}

.slider-handle.round {
    border-radius: 50%
}

.slider-handle.triangle {
    background: transparent none
}

.slider-handle.custom {
    background: transparent none
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent
}

.slider-tick.round {
    border-radius: 50%
}

.slider-tick.triangle {
    background: transparent none
}

.slider-tick.custom {
    background: transparent none
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
    background-image: -o-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
    background-image: linear-gradient(to bottom, #8ac1ef 0, #82b3de 100%);
    background-repeat: repeat-x;
    opacity: 1
}

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling {
    pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 8px
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    width: 8px
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999
}

.av-orcamentos {
    z-index: 8001 !important
}

.av-orcamentos-sucesso .av-fechar {
    width: auto;
    top: 5px
}

.modal-orcamentos {
    font-size: 12px
}

.modal-orcamentos .modal-content {
    border-radius: 0;
    padding: 5px 10px
}

.modal-orcamentos .modal-header {
    border-bottom: 0
}

.modal-orcamentos .modal-header #orcamentos-modal-title {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase
}

.modal-orcamentos .modal-header .close {
    background-color: #d4d4d4;
    color: #000;
    float: right;
    font-family: arial;
    font-size: 1.3em;
    font-weight: 100;
    margin-top: 0;
    opacity: 1;
    padding: 8px 10px;
    position: absolute;
    right: 21px;
    top: 28px;
    transform: translateY(-75%)
}

.new-modal-orcamentos .modal-body .close {
    background: 0 0;
    border: none;
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 20px;
    color: #2c3691
}

.orcamentos-dados-usuario {
    margin-top: 20px
}

.orcamentos-detalhe-produto .orcamentos-nome-produto {
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px
}

.orcamentos-precos .preco-promocional .preco-de {
    display: block
}

.orcamentos-precos .preco-promocional .orcamentos-preco-de {
    font-size: 1.1em
}

.orcamentos-precos .preco-promocional .orcamentos-preco-valor-de {
    font-size: 1.2em;
    text-decoration: line-through;
    margin-left: 2px
}

.orcamentos-precos .preco-promocional .preco-por {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em
}

.orcamentos-precos .preco-promocional .preco-por .orcamentos-preco-valor {
    font-size: 1.7em;
    font-weight: 600;
    margin-left: 3px
}

.orcamentos-precos .orcamentos-preco-normal .orcamentos-preco-por {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em
}

.orcamentos-precos .orcamentos-preco-normal .orcamentos-preco-valor {
    font-size: 1.7em;
    font-weight: 600;
    margin-left: 3px
}

.orcamentos-detalhe-produto .opcoes {
    margin-top: 10px
}

.modal-orcamentos .opcoes small {
    font-size: .9em
}

.modal-orcamentos .orcamentos-dados-usuario input.error {
    border: 1px solid red
}

.modal-orcamentos .orcamentos-dados-usuario input.error + label.error {
    color: red;
    padding-left: 0;
    margin-top: 3px;
    font-size: 13px
}

.orcamentos-dados-usuario label {
    font-size: 1em
}

.modal-orcamentos .modal-footer .orcamentos-btn-salvar {
    border-radius: 0;
    font-size: 1.2em
}

@media (max-width: 768px) {
    .modal-orcamentos {
        font-size: 16px
    }

    .modal-orcamentos .modal-content {
        margin-top: 35px
    }

    .modal-orcamentos .orcamentos-product-image {
        margin-bottom: 20px;
        text-align: center
    }

    .modal-orcamentos .orcamentos-product-image img {
        display: block;
        margin: 0 auto
    }
}

[data-bloco-produto-listagem=bloco] [data-bloco-produto-listagem=comprar].orcamentos-btn-product, [data-detalhe-produto=box-compra] [data-detalhe-produto=comprar].orcamentos-btn-product {
    background-color: #afafaf;
    color: #000;
    font-size: 16px !important;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal
}

[data-bloco-produto-listagem=bloco] [data-bloco-produto-listagem=comprar].orcamentos-btn-product:hover, [data-detalhe-produto=box-compra] [data-detalhe-produto=comprar].orcamentos-btn-product:hover {
    background-color: #cecece;
    opacity: 1;
    text-decoration: underline
}

.n49filter .box {
    margin-bottom: 20px
}

.n49filter .box.box-current .content-box .content-list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 110px;
    overflow: auto;
    position: relative
}

.n49filter .box.box-current .content-box .content-list li {
    padding: 8px 15px;
    background: #ececec;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.n49filter .box.box-current .content-box .content-list li .rm-item {
    cursor: pointer;
    color: #666
}

.n49filter .box.box-current .content-box .content-list li .rm-item:hover {
    color: #000
}

.n49filter .box .top-box {
    height: 35px;
    width: 100%;
    padding: 0;
    background: #3d3e3e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.n49filter .box .top-box .title {
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: lighter;
    margin: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.n49filter .box .top-box .clean-filters {
    height: 100%;
    display: flex;
    flex-direction: row-reverse
}

.n49filter .box .top-box .clean-filters .overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #242424;
    width: 100%;
    z-index: 1;
    color: #fff;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 0 15px;
    align-items: center
}

.n49filter .box .top-box .clean-filters .right-icon {
    min-width: 35px;
    height: 100%;
    background: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.n49filter .box .top-box .clean-filters .right-icon .icon-close {
    fill: #fff;
    color: #fff
}

.n49filter .box .top-box .clean-filters .right-icon:hover + span {
    display: flex
}

.n49filter .box .block {
    margin-bottom: 15px;
    padding: 0 10px
}

.n49filter .box .block .top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.n49filter .box .block .top-block .title {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4a4a4a;
    padding: 12px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%
}

.n49filter .box .block .top-block .title:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    display: block;
    margin-right: 7px;
    color: #6f6f6f;
    margin-left: 5px
}

.n49filter .box .block .content-list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 110px;
    overflow: auto
}

.n49filter .box .block .content-list li {
    margin-bottom: 5px;
    position: relative
}

.n49filter .box .block .content-list li input, .n49filter .box .block .content-list li label, .n49filter .box .block .content-list li p {
    margin: 0;
    font-weight: lighter
}

.n49filter .box .block .content-list li label {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer
}

.n49filter .box .block .content-list li label input[type=checkbox], .n49filter .box .block .content-list li label input[type=radio] {
    -webkit-appearance: none;
    min-width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #3d3e3e;
    margin-right: 6px;
    border-radius: 3px;
    outline: 0;
    box-shadow: none;
    padding: 2px
}

.n49filter .box .block .content-list li label input[type=checkbox]:checked:after, .n49filter .box .block .content-list li label input[type=radio]:checked:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #3d3e3e
}

.n49filter .box .block .content-list li label input[type=radio] {
    border-radius: 50%
}

.n49filter .box .block .content-list li label input[type=radio]:checked:after {
    border-radius: 50%
}

.n49filter .box .block .content-list li label p {
    color: #313131;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 17px
}

.n49filter .box .block .content-list li label p span {
    color: #666;
    margin-left: 5px
}

.n49filter .box .block .content-list li label:hover input[type=checkbox] {
    border: 1px solid #565858
}

.n49filter .box .block .content-list li label:hover p {
    color: #000
}

.n49filter .box .block .content-list li .badge {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 2px;
    background: #3d3e3e;
    color: #fff;
    padding: 1px 4px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.n49filter .box .block.colors-block .block-color-item {
    margin-right: 7px
}

.n49filter .box .block.colors-block .block-color-item .color-item {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block
}

.n49filter .box .block.sizes-block .content-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px
}

.n49filter .box .block.sizes-block .content-list li {
    width: 33.333%;
    padding: 0 1px;
    margin-bottom: 2px
}

.n49filter .box .block.sizes-block .content-list li label .sizes-item-block {
    background: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px
}

.n49filter .box .block.sizes-block .content-list li label .sizes-item-block span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #4d4d4d
}

.n49filter .box .block.sizes-block .content-list li label .sizes-item-block:hover {
    background: #8c8c8c
}

.n49filter .box .block.sizes-block .content-list li label .sizes-item-block:hover span {
    color: #fff
}

.n49filter .box .block.sizes-block .content-list li label input[type=checkbox] {
    display: none
}

.n49filter .box .block.sizes-block .content-list li label input[type=checkbox]:checked + .sizes-item-block {
    background: #3d3e3e
}

.n49filter .box .block.sizes-block .content-list li label input[type=checkbox]:checked + .sizes-item-block span {
    color: #fff
}

.n49filter .box .block.prices-block .slider {
    width: 100%;
    margin-top: 7px
}

.n49filter .box .block.prices-block .slider .slider-selection {
    background: #9c9c9c
}

.n49filter .box .block.prices-block .slider .slider-handle {
    background: #565858
}

.n49filter .box .block.prices-block .slider .slider-track-high, .n49filter .box .block.prices-block .slider .slider-track-low {
    background: #ececec
}

.n49filter .box .block.prices-block .content-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px
}

.n49filter .box .block.prices-block .content-block .price-label {
    font-weight: 700;
    color: #4d4d4d
}

.n49filter .box .block.prices-block .content-block .price-label input {
    width: 100%;
    max-width: 70px;
    font-weight: 400;
    padding: 0 5px
}

.n49filter .box .block.closed {
    margin: 0
}

.n49filter .box .block.closed .top-block .title:after {
    content: "\f0d8"
}

.n49filter .box .block.closed .content-block {
    display: none
}

.neblina {
    background: url(https://cdn-direct.n49.com.br/bg-neblina.png) repeat 0 0;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1000
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-brands-400.eot);
    src: url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-brands-400.woff2) format("woff2"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-brands-400.woff) format("woff"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-brands-400.ttf) format("truetype"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-regular-400.eot);
    src: url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-regular-400.woff2) format("woff2"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-regular-400.woff) format("woff"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-regular-400.ttf) format("truetype"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-solid-900.eot);
    src: url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-solid-900.woff2) format("woff2"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-solid-900.woff) format("woff"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-solid-900.ttf) format("truetype"), url(https://cdn-assets.n49.com.br/theme/subsub/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

.col-without-padding {
    padding: 0 !important
}

.boxValue {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 7px;
    font-weight: 600
}

.buyArea .info-price {
    font-weight: 800;
    font-size: 12px
}

.titulo-cat {
    margin-bottom: 16px;
    position: relative;
    font-size: 20px;
    color: #f69220;
    font-weight: 700;
    margin-top: 15px
}

.banner-monte-sua-caixa img {
    max-width: 100%
}

.monte-sua-caixa .breadcrumb {
    padding-left: 0;
    margin-bottom: 11px
}

.monte-sua-caixa .breadcrumb-item:last-child {
    font-weight: 400
}

.list-caixa .category-page-title {
    margin-bottom: 30px
}

.monte-sua-caixa__titulo {
    color: #000;
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-bottom: 33px
}

.monte-sua-caixa__resumo__body.row {
    display: inline-block
}

.monte-sua-caixa__titulo + div {
    float: none;
    margin-bottom: 20px;
    margin-top: 20px
}

.list-caixa .line-intro {
    width: 100%;
    font-size: 14px
}

.monte-sua-caixa__titulo + div img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto
}

div.item-produto__box-input-quantidade {
    padding-left: 0
}

.monte-sua-caixa__descricao {
    margin-bottom: 15px
}

.monte-sua-caixa__descricao p {
    color: #666;
    font-size: 1em
}

.monte-sua-caixa__box-lista-produtos {
    margin-left: -10px;
    margin-right: -15px;
    padding-left: 0 !important;
    padding-right: 0
}

.item-produto__box-input-quantidade > div {
    border: 1px solid #ddd;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
    padding-left: 0
}

.monte-sua-caixa__resumo__body > .row > div.column-nome {
    text-align: left
}

.monte-sua-caixa__lista-produtos {
    margin-bottom: 0
}

.monte-sua-caixa__titulo-produto {
    color: #000;
    font-size: 1.4em
}

.monte-sua-caixa__item-produto {
    overflow: hidden;
    position: relative;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2
}

.monte-sua-caixa__item-produto .bloco-produto {
    display: block;
    padding: 10px 10px 0 10px
}

.item-produto__image {
    max-width: 100%;
    margin-top: 35px
}

.item-produto__image img {
    max-width: 100%;
    max-height: 100%
}

.item-produto__name {
    color: #666;
    font-size: 1.3em;
    line-height: 17px;
    margin-top: 10px;
    height: 24px;
    overflow: hidden
}

.item-produto__preco {
    color: #000;
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 5px
}

.item-produto__preco--valor {
    display: block
}

.item-produto__preco--observacao {
    display: block;
    color: #666;
    font-size: .8em
}

.monte-sua-caixa__item-produto .item-produto__actions {
    display: none
}

.item-produto__quantidade {
    background-color: rgba(239, 239, 239, .9);
    border: 1px solid #efefef;
    font-size: 13px;
    color: #666;
    left: -5px;
    padding: 7px 0;
    position: absolute;
    top: 0;
    width: 109%
}

.item-produto__box-input-quantidade {
    margin-bottom: 5px
}

.item-produto__box-input-quantidade button {
    background-color: #fff;
    border-radius: 0;
    border: none;
    color: #111;
    font-size: .9em;
    height: 25px;
    padding: 3px 0 0 1px;
    text-align: center;
    width: 25%
}

div .list-caixa .btn {
    height: 26px
}

.item-produto__box-input-quantidade button:hover {
    background-color: #444;
    color: #fff
}

.item-produto__box-input-quantidade input[type=text] {
    height: 26px;
    width: 50%;
    display: inline-block;
    border-radius: 0;
    text-align: center;
    border-top: 0;
    border-bottom: 0
}

.item-produto__box-btn-adicionar button {
    background-color: #000;
    border-radius: 2px;
    border: 1px solid #c2c2c2;
    color: #fff;
    font-size: 1em;
    height: 25px;
    padding-top: 5px;
    width: 100%
}

.item-produto__box-btn-adicionar button:hover {
    background-color: #7d6c00;
    color: #fff
}

.list.list-inline.list-attrs {
    height: 18px
}

.monte-sua-caixa__resumo {
    margin: 15px -15px 0 -15px
}

.monte-sua-caixa__resumo__title {
    background-color: #000;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.monte-sua-caixa__resumo__header {
    padding: 5px 0
}

.monte-sua-caixa__resumo__header p {
    color: #212121;
    margin: 0;
    border-bottom: none;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 12px
}

.monte-sua-caixa__resumo__body > .row {
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb;
    margin: 0
}

.monte-sua-caixa__resumo__body > .row > div {
    min-height: 30px
}

.monte-sua-caixa__resumo__body .column-remover button {
    background-color: transparent;
    border: none;
    opacity: .8;
    font-size: 1.5em;
    color: #c7c7c7
}

.monte-sua-caixa__resumo__body {
    height: 300px;
    overflow: auto
}

.monte-sua-caixa__resumo__body .column-remover button:hover {
    opacity: 1;
    color: #989898
}

.monte-sua-caixa__resumo__body > .row > div span {
    display: inline-block;
    font-size: 14px;
    padding-top: 5px
}

.monte-sua-caixa__resumo__body .preco-produto {
    color: #000
}

.monte-sua-caixa__resumo__restante {
    padding: 5px 50px
}

.monte-sua-caixa__resumo__restante p {
    color: #000;
    font-size: 1.5em
}

.monte-sua-caixa__resumo__total {
    padding-top: 10px;
    padding-bottom: 25px;
    border-top: 1px solid #ebebeb;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.monte-sua-caixa__resumo__total--text {
    color: #000;
    font-weight: 700
}

.monte-sua-caixa__resumo__action-comprar {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px
}

.monte-sua-caixa__resumo__action-comprar .btn-fechar-caixa {
    background-color: #f69220;
    padding: 5px 0 !important;
    height: auto !important;
    margin-top: 10px;
    color: #fff;
    font-size: 1.2em;
    width: 374px;
    height: 51px;
    display: block;
    word-break: normal;
    white-space: normal;
    height: auto;
    max-width: 100%
}

@media (min-width: 992px) {
    .monte-sua-caixa.container {
        margin-top: 6px;
        margin-bottom: 30px
    }

    .monte-sua-caixa__titulo {
        text-align: left;
        font-size: 3em
    }

    .monte-sua-caixa__titulo + div {
        float: right;
        margin-top: -50px
    }

    .monte-sua-caixa__titulo + div img {
        max-width: 85%;
        padding-top: 17px
    }

    .monte-sua-caixa__descricao {
        text-align: left;
        margin: 0;
        margin-bottom: 10px
    }

    .monte-sua-caixa__descricao p {
        font-size: 1.6em;
        font-weight: 100
    }

    .monte-sua-caixa__titulo-produto {
        text-align: left;
        font-size: 2em;
        margin-bottom: 30px
    }

    .monte-sua-caixa__box-lista-produtos {
        width: 70%;
        margin: 0;
        padding: 0;
        max-width: 670px;
        float: left
    }

    .monte-sua-caixa__lista-produtos {
        max-width: 96%;
        margin-left: 0
    }

    .monte-sua-caixa__item-produto {
        border: 1px solid #999
    }

    .monte-sua-caixa__item-produto .bloco-produto {
        padding: 0;
        width: 100%;
        max-width: 100%
    }

    .item-produto__image {
        height: auto;
        max-height: 120px
    }

    .item-produto__name {
        font-size: 1.1em;
        line-height: 12px;
        margin-top: 5px
    }

    .item-produto__preco {
        margin-top: 0;
        font-size: 1.2em;
        margin-top: 5px
    }

    .item-produto__image img {
        max-width: 100%;
        max-height: 120px;
        display: block;
        margin: 0 auto
    }

    .monte-sua-caixa__item-produto .item-produto__actions {
        display: block
    }

    .monte-sua-caixa__resumo {
        margin: 0;
        width: 30%;
        min-width: 355px;
        float: right;
        box-shadow: 0 0 15px 5px #dcdcdc
    }

    .monte-sua-caixa__resumo__body {
        max-height: 230px;
        overflow: auto;
        padding-right: 3px;
        border-bottom: 1px solid #d2d2d2
    }

    .monte-sua-caixa__resumo__action-comprar .btn-fechar-caixa {
        padding: 10px 40px 7px 40px;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s
    }

    .monte-sua-caixa__resumo__action-comprar .btn-fechar-caixa:hover {
        background-color: #c3741a;
        transition: all 0s
    }

    .monte-sua-caixa__resumo__restante {
        padding: 10px 25px;
        line-height: 20px
    }

    .monte-sua-caixa__resumo__restante p {
        margin-bottom: 0
    }

    .column-nome {
        text-align: left
    }

    .column-nome span {
        text-transform: uppercase
    }
}

@media (max-width: 992px) {
    .monte-sua-caixa__item-produto {
        border-left: 1px solid #c2c2c2;
        padding-left: 0
    }

    .monte-sua-caixa__box-lista-produtos {
        margin: 0 15px
    }

    .monte-sua-caixa__descricao-produto, div.monte-sua-caixa__descricao p {
        font-size: 1.3em
    }

    .monte-sua-caixa__descricao {
        padding: 0 15px
    }

    .monte-sua-caixa__resumo {
        margin: 15px;
        border: 1px solid #e2e2e2
    }

    .monte-sua-caixa__resumo__action-comprar .btn-fechar-caixa {
        margin: auto
    }

    .banner-monte-sua-caixa {
        display: none
    }
}

.modal-produto .modal-content {
    margin-top: 65px;
    border-radius: 0;
    max-width: 381px;
    max-height: 560px;
    overflow: hidden
}

.modal-produto .modal-header {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border: none;
    min-height: 0
}

.modal-produto .modal-header .close {
    opacity: 1;
    z-index: 1;
    position: absolute;
    color: #dcdcdc;
    font-size: 3.2em;
    left: auto;
    right: 10px;
    top: 10px
}

.modal-produto .bloco-produto {
    max-width: 100%;
    display: block;
    position: static;
    padding-bottom: 0
}

.modal-produto .item-produto__image {
    height: auto;
    max-height: 250px;
    overflow: hidden
}

.modal-produto .item-produto__image img {
    max-width: 100%;
    max-height: 250px
}

.modal-produto .item-produto__name {
    font-size: 1.9em;
    line-height: 22px
}

.modal-produto .item-produto__preco {
    font-size: 2.1em
}

.item-produto__preco--observacao {
    display: block;
    color: #666
}

.modal-produto .item-produto__quantidade {
    display: block;
    position: static;
    font-size: 1.5em;
    margin-bottom: 20px;
    background-color: #dcdcdc;
    margin-left: -15px;
    width: 110%
}

.modal-produto .item-produto__box-input-quantidade {
    width: 48%;
    float: left;
    padding: 0
}

.modal-produto .item-produto__box-btn-adicionar {
    width: 48%;
    float: right;
    padding: 0
}

.modal-produto .item-produto__box-input-quantidade button {
    height: 45px;
    font-size: 1.5em
}

.modal-produto .item-produto__box-input-quantidade input {
    height: 45px;
    font-size: 1.7em;
    padding-top: 10px
}

.modal-produto .item-produto__box-btn-adicionar button {
    height: 45px;
    font-size: 1.5em;
    padding-top: 8px;
    border-radius: 4px
}

.modal-produto .item-produto__box-input-quantidade button.diminui-quantidade {
    border-radius: 4px 0 0 4px
}

.modal-produto .item-produto__box-input-quantidade button.aumenta-quantidade {
    border-radius: 0 4px 4px 0
}

@media (min-width: 991px) and (max-width: 1999px) {
    .monte-sua-caixa__descricao, .monte-sua-caixa__produtos {
        padding: 0
    }

    .monte-sua-caixa__titulo + div img {
        max-width: 85%
    }

    .monte-sua-caixa__box-lista-produtos {
        width: 65%
    }
}

@media (max-width: 991px) {
    .monte-sua-caixa__item-produto button.btn-adicionar {
        padding: 2px 6px
    }

    .monte-sua-caixa__lista-produtos {
        border-top: 2px solid #c2c2c2
    }

    .monte-sua-caixa__item-produto {
        max-height: 260px
    }

    .item-produto__name {
        height: 36px
    }

    .item-produto__actions {
        padding: 0 10px
    }

    .column-nome {
        width: 47%
    }

    .monte-sua-caixa.container {
        max-width: 100% !important;
        overflow: hidden
    }
}

.monte-sua-caixa__item-produto {
    border: 0;
    border-bottom: 2px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2
}

.monte-sua-caixa__item-produto {
    background: #fff
}

.monte-sua-caixa__resumo {
    margin: 0;
    margin-top: 15px
}

.monte-sua-caixa__item-produto .box {
    display: flex;
    align-items: center
}

.monte-sua-caixa__item-produto .content {
    padding: 15px 5px;
    padding-right: 15px;
    width: 100%
}

.monte-sua-caixa__item-produto .content h3 {
    margin: 0;
    margin-bottom: 5px;
    max-height: 18px
}

.monte-sua-caixa__item-produto .list-attrs {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 7px
}

.monte-sua-caixa__item-produto .content h3 a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 400
}

.item-produto__image {
    margin-top: 0;
    max-height: 100%
}

.item-produto__image img {
    min-width: 100px;
    max-width: 100%;
    max-height: 100%;
    height: auto
}

.item-produto__box-input-quantidade {
    padding: 0
}

.monte-sua-caixa__item-produto .btns {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.item-produto__box-input-quantidade {
    width: 45%;
    margin-bottom: 0
}

.monte-sua-caixa__item-produto .btn-adicionar {
    padding: 2px 10px;
    font-size: 14px;
    text-transform: uppercase;
    background: #f69220;
    color: #fff;
    transition: .2s ease
}

.monte-sua-caixa__item-produto .btn:disabled {
    padding: 2px 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    transition: .2s ease;
    background: #fbb15d;
    cursor: pointer
}

.monte-sua-caixa__item-produto .btn-adicionar:hover {
    background: #cc730f
}

.monte-sua-caixa__item-produto .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.monte-sua-caixa__item-produto .bottom p {
    margin-bottom: 0
}

.monte-sua-caixa__item-produto .bottom .price {
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.monte-sua-caixa__item-produto .bottom .in-bag {
    font-size: 12px;
    line-height: 12px
}

.monte-sua-caixa__item-produto .bottom .in-bag span {
    font-size: 28px;
    color: #000
}

.mail-send {
    width: 100%;
    margin-top: 15px
}

.mail-send .send-email {
    margin-bottom: 5px;
    width: 100%;
    border-radius: 3px;
    height: 35px;
    border: 1px solid #e2e2e2;
    padding: 0 15px;
    outline: 0;
    box-shadow: none
}

.mail-send .invalid-mail {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
    display: block
}

.mail-send .btn-send-email:active, .mail-send .btn-send-email:focus, .mail-send .btn-send-email:focus:active {
    outline: 0;
    box-shadow: none
}

.mail-send .btn-send-email {
    outline: 0;
    box-shadow: none;
    width: 100%;
    background: #555;
    color: #fff;
    height: auto !important;
    padding-bottom: 5px
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

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

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

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

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

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

.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
}

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

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

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    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: 100%
}

.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: 100%
    }

    .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: 100%
    }

    .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: 100%
    }

    .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: 100%
    }

    .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%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

    .d-md-inline-block {
        display: inline-block !important
    }

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

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

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

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

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

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

    .d-lg-inline-block {
        display: inline-block !important
    }

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

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

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

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

    .d-xl-inline-block {
        display: inline-block !important
    }

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

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

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

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

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

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

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

.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
}

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

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

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

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

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

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

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

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

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

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

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

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

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

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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: 1 1 auto !important;
        flex: 1 1 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
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panel.mm-noanimation {
    -webkit-transition: none !important;
    transition: none !important
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels > .mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
    display: block
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after, .mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after, .mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar > * {
    display: block;
    padding: 10px 0
}

.mm-navbar a, .mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview, .mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview a, .mm-listview a:hover {
    text-decoration: none
}

.mm-listview > li {
    position: relative
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
    border-color: inherit
}

.mm-listview > li > a, .mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview > li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.mm-listview > li:not(.mm-divider):after {
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-menu ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-menu ~ .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

.mm-menu .mm-listview.mm-border-none > li:after, .mm-menu .mm-listview > li.mm-border-none:after, .mm-menu.mm-border-none .mm-listview > li:after {
    content: none
}

.mm-menu .mm-listview.mm-border-full > li:after, .mm-menu .mm-listview > li.mm-border-full:after, .mm-menu.mm-border-full .mm-listview > li:after {
    left: 0 !important
}

.mm-menu .mm-listview.mm-border-offset > li:after, .mm-menu .mm-listview > li.mm-border-offset:after, .mm-menu.mm-border-offset .mm-listview > li:after {
    right: 20px
}

.mm-menu.mm-fx-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-fx-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

html.mm-opening .mm-menu.mm-fx-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-fx-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-fx-menu-slide {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-fx-menu-slide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
    -webkit-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-fx-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-fx-menu-fade {
    opacity: 1
}

.mm-menu .mm-fx-panels-none.mm-panel, .mm-menu.mm-fx-panels-none .mm-panel {
    -webkit-transition-property: none;
    transition-property: none
}

.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu .mm-fx-panels-zoom.mm-panel, .mm-menu.mm-fx-panels-zoom .mm-panel {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0)
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu .mm-fx-panels-slide-up.mm-panel, .mm-menu.mm-fx-panels-slide-up .mm-panel {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
}

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0
}

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
    opacity: 1
}

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%
}

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
    opacity: 1;
    top: 0
}

.mm-menu.mm-offcanvas.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

@media all and (max-width: 140px) {
    html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width: 10000px) {
    html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}

html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width: 10000px) {
    html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-iconbar body {
    overflow-x: hidden
}

html.mm-iconbar .mm-page {
    background: inherit;
    min-height: 100vh
}

html.mm-iconbar .mm-slideout {
    box-sizing: border-box;
    padding-right: 60px;
    -webkit-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    transform: translate(60px, 0);
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0)
}

.mm-menu.mm-iconbar {
    display: block
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after, .mm-menu .mm-panels > .mm-panel.mm-listview-justify:before, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:after, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
    content: none;
    display: none
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 40px
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mm-listview-small .mm-listview > li > a:not(.mm-next), .mm-listview-small .mm-listview > li > span {
    padding: 7px 10px 7px 20px
}

.mm-listview-small .mm-listview > li.mm-vertical > .mm-next, .mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
    height: 34px
}

.mm-listview-large .mm-listview > li > a:not(.mm-next), .mm-listview-large .mm-listview > li > span {
    padding: 15px 10px 15px 20px
}

.mm-listview-large .mm-listview > li.mm-vertical > .mm-next, .mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
    height: 50px
}

.mm-listview-huge .mm-listview > li > a:not(.mm-next), .mm-listview-huge .mm-listview > li > span {
    padding: 20px 10px 20px 20px
}

.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next, .mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
    height: 60px
}

.mm-listview .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer > .mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-listview .mm-inset {
    list-style: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset > li {
    padding: 5px 0
}

.mm-menu .mm-listview.mm-multiline > li > a, .mm-menu .mm-listview.mm-multiline > li > span, .mm-menu .mm-listview > li.mm-multiline > a, .mm-menu .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
    text-overflow: clip;
    white-space: normal
}

.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
    opacity: 0
}

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
    background: inherit
}

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
    background: #fff
}

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
    background: #000
}

.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-opening .mm-menu.mm-popup {
    opacity: 1
}

.mm-menu.mm-offcanvas.mm-right {
    left: auto
}

html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-front #mm-blocker {
    z-index: 1
}

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-top {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-offcanvas.mm-bottom {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

.mm-menu.mm-offcanvas.mm-bottom {
    top: auto
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

.mm-menu.mm-shadow-page:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 100;
    -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%)
}

.mm-menu.mm-shadow-page.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
    content: none;
    display: none
}

.mm-menu.mm-shadow-page:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-shadow-page.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-indexer a {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > * {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
    tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-shadow-page.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-indexer a {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > * {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    tap-highlight-color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: false
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-indexer a {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
    width: 50%;
    height: 0;
    padding: 50% 0 0 0;
    float: left;
    position: relative
}

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
    width: auto
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
    content: none;
    display: none
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

html.mm-widescreen body {
    position: relative
}

html.mm-widescreen #mm-blocker {
    display: none !important
}

html.mm-widescreen .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 70% !important;
    margin-left: 30% !important
}

html.mm-widescreen .mm-page {
    background: inherit;
    box-sizing: border-box
}

html.mm-widescreen.mm-blocking, html.mm-widescreen.mm-blocking body {
    overflow: auto
}

.mm-menu.mm-widescreen {
    border-right-width: 1px;
    border-right-style: solid;
    display: block !important;
    width: 30% !important;
    min-width: 0 !important;
    max-width: none !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 100 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-menu.mm-widescreen.mm-pageshadow:after {
    content: none;
    display: none
}

.mm-menu.mm-autoheight {
    -webkit-transition: none .4s ease;
    transition: none .4s ease;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.mm-menu.mm-autoheight:not(.mm-offcanvas) {
    position: relative
}

.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened, .mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
    display: block !important
}

.mm-menu.mm-measureheight .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-columns {
    -webkit-transition-property: width;
    transition-property: width
}

.mm-columns .mm-panels > .mm-panel {
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform
}

.mm-columns .mm-panels > .mm-panel.mm-opened, .mm-columns .mm-panels > .mm-panel.mm-subopened {
    border-left: 1px solid;
    border-color: inherit;
    display: block !important
}

.mm-columns .mm-panels > .mm-columns-0 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-columns-0 .mm-panels > .mm-panel {
    z-index: 0
}

.mm-columns-0 .mm-panels > .mm-panel else {
    width: 100%
}

.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}

html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width: 0px) {
    html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width: 0px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.mm-columns .mm-panels > .mm-columns-1 {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-columns-1 .mm-panels > .mm-panel {
    z-index: 1;
    width: 100%
}

.mm-columns-1 .mm-panels > .mm-panel else {
    width: 100%
}

.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    -webkit-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

.mm-columns .mm-panels > .mm-columns-2 {
    -webkit-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-columns-2 .mm-panels > .mm-panel {
    z-index: 2;
    width: 50%
}

.mm-columns-2 .mm-panels > .mm-panel else {
    width: 100%
}

.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    -webkit-transform: translate(300%, 0);
    -ms-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}

html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width: 1100px) {
    html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        -webkit-transform: translate(880px, 0);
        -ms-transform: translate(880px, 0);
        transform: translate(880px, 0);
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width: 1100px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        -webkit-transform: translate(-880px, 0);
        -ms-transform: translate(-880px, 0);
        transform: translate(-880px, 0);
        -webkit-transform: translate3d(-880px, 0, 0);
        transform: translate3d(-880px, 0, 0)
    }
}

.mm-columns .mm-panels > .mm-columns-3 {
    -webkit-transform: translate(300%, 0);
    -ms-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-columns-3 .mm-panels > .mm-panel {
    z-index: 3;
    width: 33.34%
}

.mm-columns-3 .mm-panels > .mm-panel else {
    width: 100%
}

.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    -webkit-transform: translate(400%, 0);
    -ms-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}

html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width: 1650px) {
    html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        -webkit-transform: translate(1320px, 0);
        -ms-transform: translate(1320px, 0);
        transform: translate(1320px, 0);
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width: 1650px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        -webkit-transform: translate(-1320px, 0);
        -ms-transform: translate(-1320px, 0);
        transform: translate(-1320px, 0);
        -webkit-transform: translate3d(-1320px, 0, 0);
        transform: translate3d(-1320px, 0, 0)
    }
}

.mm-columns .mm-panels > .mm-columns-4 {
    -webkit-transform: translate(400%, 0);
    -ms-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-columns-4 .mm-panels > .mm-panel {
    z-index: 4;
    width: 25%
}

.mm-columns-4 .mm-panels > .mm-panel else {
    width: 100%
}

.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    -webkit-transform: translate(500%, 0);
    -ms-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}

html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width: 2200px) {
    html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        -webkit-transform: translate(1760px, 0);
        -ms-transform: translate(1760px, 0);
        transform: translate(1760px, 0);
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width: 2200px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        -webkit-transform: translate(-1760px, 0);
        -ms-transform: translate(-1760px, 0);
        transform: translate(-1760px, 0);
        -webkit-transform: translate3d(-1760px, 0, 0);
        transform: translate3d(-1760px, 0, 0)
    }
}

.mm-columns.mm-offcanvas.mm-bottom, .mm-columns.mm-offcanvas.mm-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}

html.mm-opening .mm-columns.mm-offcanvas.mm-front, html.mm-opening .mm-columns.mm-offcanvas.mm-next {
    -webkit-transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform, -webkit-transform
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter + a.mm-next {
    width: 90px
}

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
    margin-right: 90px
}

em.mm-counter + a.mm-fullsubopen {
    padding-left: 0
}

em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
    padding-right: 90px
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
    padding-right: 90px
}

.mm-vertical > .mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer > .mm-counter {
    margin-top: 40px
}

.mm-nosubresults > .mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-divider > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, .05)
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-dropdown .mm-menu {
    z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none
}

.mm-menu.mm-tip:before {
    content: '';
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
    left: 22px
}

.mm-menu.mm-tipright:before {
    right: 22px
}

.mm-menu.mm-tiptop:before {
    top: -8px
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px
}

.mm-iconpanel .mm-panels > .mm-panel {
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform
}

.mm-iconpanel .mm-panels > .mm-panel.mm-opened, .mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
    border-left: 1px solid;
    border-color: inherit;
    display: block !important
}

.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
    opacity: .6;
    bottom: -100000px
}

.mm-keyboardfocus a:focus {
    outline: 0
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(255, 255, 255, .5)
}

.mm-navbars-bottom, .mm-navbars-top {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3
}

.mm-navbars-bottom > .mm-navbar, .mm-navbars-top > .mm-navbar {
    border: none;
    padding: 0;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbars-top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 0
}

.mm-navbars-bottom {
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-] > * {
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs > a {
    text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-hasnavbar-top-1 .mm-panels {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}

.mm-hasnavbar-bottom-1 .mm-panels {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2 > * {
    width: 50%
}

.mm-navbar-content-3 > * {
    width: 33.33%
}

.mm-navbar-content-4 > * {
    width: 25%
}

.mm-navbar-content-5 > * {
    width: 20%
}

.mm-navbar-content-6 > * {
    width: 16.67%
}

.mm-menu.mm-rtl {
    direction: rtl
}

.mm-menu.mm-rtl.mm-offcanvas {
    right: auto
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
    -webkit-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
    left: auto;
    right: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
    right: auto;
    left: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
    left: 0;
    right: 20px
}

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
    padding-left: 10px;
    padding-right: 20px !important;
    margin-right: 0 !important
}

.mm-menu.mm-rtl .mm-listview .mm-next {
    right: auto;
    left: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
    left: auto;
    right: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
    margin-left: 50px
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
    padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter {
    left: 45px;
    right: auto
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
    margin-left: 90px
}

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
    padding-left: 90px
}

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
    left: 20px;
    right: auto !important
}

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
    padding-left: 80px
}

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
    padding-left: 60px
}

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
    left: 60px
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
    margin-left: 50px
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
    padding-left: 70px
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
    padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
    left: 100px
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
    margin-left: 90px
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
    left: 0
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
    -webkit-transition-property: right, -webkit-transform;
    transition-property: right, -webkit-transform;
    transition-property: transform, right;
    transition-property: transform, right, -webkit-transform
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    right: 0
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    right: 40px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    right: 80px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    right: 120px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    right: 160px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    right: 200px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    right: 240px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit
}

.mm-search, .mm-search input {
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0 10px;
    position: relative
}

.mm-search input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-search .mm-clear, .mm-search .mm-next {
    right: 0
}

.mm-panel > .mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
    top: 40px
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults > a.mm-next {
    display: none
}

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 15;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
    background: rgba(255, 255, 255, .5)
}

.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .5)
}

input.mm-check, input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check, label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2
}

label.mm-check:before, label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0
}

li.mm-vertical label.mm-toggle {
    top: 5px
}

li.mm-vertical label.mm-check {
    top: 5px
}

label.mm-check, label.mm-toggle {
    right: 20px
}

label.mm-toggle + a, label.mm-toggle + span {
    padding-right: 80px
}

label.mm-check + a, label.mm-check + span {
    padding-right: 60px
}

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
    right: 60px
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
    margin-right: 50px
}

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
    padding-right: 70px
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
    padding-right: 50px
}

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
    right: 100px
}

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, .75)
}

.neblina {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1000
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-list {
    background: #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/slickslider/slick.eot);
    src: url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/slickslider/slick.eot?#iefix) format("embedded-opentype"), url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/slickslider/slick.woff) format("woff"), url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/slickslider/slick.ttf) format("truetype"), url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/slickslider/slick.svg#slick) format("svg")
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.av-aviseme {
    z-index: 8001 !important
}

.av-aviseme-sucesso .av-fechar {
    width: auto;
    top: 5px
}

.modal-aviseme {
    font-size: 12px
}

.modal-aviseme .modal-content {
    border-radius: 0;
    padding: 5px 10px
}

.modal-aviseme .modal-header {
    border-bottom: 0
}

.modal-aviseme .modal-header #aviseme-modal-title {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase
}

.modal-aviseme .modal-header .close {
    background-color: #d4d4d4;
    color: #000;
    float: right;
    font-family: arial;
    font-size: 1.3em;
    font-weight: 100;
    margin-top: 0;
    opacity: 1;
    padding: 8px 10px;
    position: absolute;
    right: 16px;
    top: 0;
    transform: translateY(-75%)
}

.new-modal-aviseme .modal-body .close {
    background: 0 0;
    border: none;
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 20px;
    color: #2c3691
}

.aviseme-dados-usuario {
    margin-top: 20px
}

.aviseme-detalhe-produto .aviseme-nome-produto {
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px
}

.aviseme-precos .preco-promocional .preco-de {
    display: block
}

.aviseme-precos .preco-promocional .aviseme-preco-de {
    font-size: 1.1em
}

.aviseme-precos .preco-promocional .aviseme-preco-valor-de {
    font-size: 1.2em;
    text-decoration: line-through;
    margin-left: 2px
}

.aviseme-precos .preco-promocional .preco-por {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em
}

.aviseme-precos .preco-promocional .preco-por .aviseme-preco-valor {
    font-size: 1.7em;
    font-weight: 600;
    margin-left: 3px
}

.aviseme-precos .aviseme-preco-normal .aviseme-preco-por {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em
}

.aviseme-precos .aviseme-preco-normal .aviseme-preco-valor {
    font-size: 1.7em;
    font-weight: 600;
    margin-left: 3px
}

.aviseme-detalhe-produto .opcoes {
    margin-top: 10px
}

.modal-aviseme .opcoes small {
    font-size: .9em
}

.modal-aviseme .aviseme-dados-usuario input.error {
    border: 1px solid red
}

.modal-aviseme .aviseme-dados-usuario input.error + label.error {
    color: red;
    padding-left: 0;
    margin-top: 3px;
    font-size: 13px
}

.aviseme-dados-usuario label {
    font-size: 1em
}

.modal-aviseme .modal-footer .aviseme-btn-salvar {
    border-radius: 0;
    font-size: 1.2em
}

@media (max-width: 768px) {
    .modal-aviseme {
        font-size: 16px
    }

    .modal-aviseme .modal-content {
        margin-top: 35px
    }

    .modal-aviseme .aviseme-product-image {
        margin-bottom: 20px;
        text-align: center
    }

    .modal-aviseme .aviseme-product-image img {
        display: block;
        margin: 0 auto
    }
}

[data-bloco-produto-listagem=bloco] [data-bloco-produto-listagem=comprar].aviseme-btn-product, [data-detalhe-produto=box-compra] [data-detalhe-produto=comprar].aviseme-btn-product {
    background-color: #afafaf;
    color: #000;
    font-size: 16px !important;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal
}

[data-bloco-produto-listagem=bloco] [data-bloco-produto-listagem=comprar].aviseme-btn-product:hover, [data-detalhe-produto=box-compra] [data-detalhe-produto=comprar].aviseme-btn-product:hover {
    background-color: #cecece;
    opacity: 1;
    text-decoration: underline
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner, .fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(https://cdn-assets.n49.com.br/theme/includes/layouts/styles/libs/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(https://cdn-assets.n49.com.br/theme/includes/layouts/styles/libs/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 999999;
    background: url(https://cdn-assets.n49.com.br/theme/includes/layouts/styles/libs/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.av [class*=" icon-"], .av [class^=icon-] {
    background-image: none;
    height: auto;
    width: auto
}

.av {
    background-color: #fff;
    background-position: 100% 12px;
    background-repeat: no-repeat;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    padding: 56px 40px 40px;
    position: fixed;
    top: 56px;
    width: 480px;
    z-index: 9998
}

.av .av-titulo {
    color: #fff;
    margin: 0 0 4px 0;
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase
}

.av .av-texto {
    color: #fff;
    margin: 0 0 4px 0;
    position: relative;
    text-transform: none;
    z-index: 1
}

.av .av-bg-icone {
    color: #fff;
    font-size: 140px;
    opacity: .2;
    position: absolute;
    right: -10px;
    top: 30px;
    z-index: 0
}

.av a {
    color: #fff;
    text-decoration: underline
}

.av a:hover {
    text-decoration: none
}

.av .topico .av-titulo {
    color: #4e5f6f;
    font: 700 13px Helvetica, Arial, sans-serif
}

.av .topico .av-texto {
    color: #4e5f6f !important;
    font: 400 13px Helvetica, Arial, sans-serif;
    margin: 0
}

.av .av-fechar {
    cursor: pointer;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 12px;
    width: 26px;
    z-index: 2
}

.av .av-timer {
    border: 2px solid #fff;
    border-radius: 25px;
    font-size: 12px;
    height: 26px;
    line-height: 22px;
    opacity: .5;
    text-align: center;
    width: 26px
}

.av .av-fechar .fa {
    border: 1px solid #fff;
    border-radius: 25px;
    left: 18px;
    opacity: .7;
    position: absolute;
    top: -10px;
    width: 14px
}

.av .av-timer em {
    font-size: 9px;
    margin-left: 1px
}

.av.aguarde .av-conteudo {
    float: left;
    margin-left: 10px;
    position: relative;
    width: 350px;
    z-index: 1
}

.av.aguarde .av-loading {
    float: left;
    font-size: 40px;
    opacity: .8;
    position: relative;
    z-index: 1
}

.av .topico {
    border-top: 1px solid #e0e0e0;
    float: left;
    padding: 10px 20px;
    position: relative;
    width: 100%;
    z-index: 1
}

.av .topico:first-of-type {
    border-top: none
}

.av.av-multiplo {
    background-color: #fff;
    background-image: none;
    color: #666;
    padding: 7px 0 0;
    position: absolute
}

.av.av-multiplo .av-fechar {
    color: silver
}

.av.av-multiplo .av-conteudo {
    float: left;
    width: 85%
}

.av.av-multiplo .av-icone {
    float: left;
    font-size: 28px;
    margin-right: 10px;
    width: 28px
}

.av-alerta {
    background-color: #eb9b37;
    background-image: url(catalog/view/theme/includes/layouts/styles/libs/avisos/img/aviso-alerta.png)
}

.topico-alerta .av-icone {
    color: #eb9b37
}

.av-sucesso {
    background-color: #378dcc;
    background-image: url(catalog/view/theme/includes/layouts/styles/libs/avisos/img/aviso-sucesso.png)
}

.topico-sucesso .av-icone {
    color: #378dcc
}

.av-erro {
    background-color: #d75452;
    background-image: url(catalog/view/theme/includes/layouts/styles/libs/avisos/img/aviso-erro.png)
}

.topico-erro .av-icone {
    color: #d75452
}

.av-info {
    background-color: #66d99f;
    background-image: url(catalog/view/theme/includes/layouts/styles/libs/avisos/img/aviso-info.png)
}

.topico-info .av-icone {
    color: #66d99f
}

.av.av-modelo-1 {
    background-color: #fff;
    color: #4e5f6f;
    padding: 38px 40px 48px;
    text-align: center;
    width: 410px
}

.av.av-modelo-1 .av-icone {
    color: #66d99f;
    font-size: 48px;
    position: relative;
    right: auto;
    top: auto
}

.av.av-modelo-1 .av-titulo {
    color: #4e5f6f;
    font-weight: 200;
    padding-top: 10px
}

.av.av-modelo-1 .av-texto {
    padding-top: 10px
}

.av.av-modelo-1 .av-conteudo, .av.av-modelo-1 .av-titulo {
    width: 100%
}

.av.av-modelo-1 .av-fechar {
    background-color: #66d99f;
    color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 20px;
    position: relative;
    right: auto;
    text-transform: none;
    top: auto;
    width: 90%
}

@media (max-width: 768px) {
    .av {
        padding: 36px 20px 20px;
        width: 290px
    }

    .av .av-titulo {
        font-size: 36px
    }

    .av.aguarde .av-conteudo {
        width: 205px
    }
}

.button {
    border: solid 2px !important
}

.button.next {
    padding-right: 1.75em
}

.button.next:after, .button.next:before {
    display: none
}

.tiles article {
    width: 50%;
    -ms-behavior: url(assets/js/ie/backgroundsize.min.htc);
    background-size: cover
}

#banner {
    -ms-behavior: url(assets/js/ie/backgroundsize.min.htc)
}

#banner:after {
    display: none
}

#menu {
    background: #242943
}

.spotlights > section:after {
    content: '';
    display: block;
    clear: both
}

.spotlights > section > .image {
    float: left
}

.spotlights > section > .content {
    float: left
}

.tiles:after {
    content: '';
    display: block;
    clear: both
}

.tiles article {
    padding: 8em 4em 6em 4em;
    float: left;
    height: auto;
    max-height: none;
    min-height: 0
}

#header .logo {
    position: absolute;
    top: 0;
    left: 0
}

#header nav {
    position: absolute;
    top: 0;
    right: 0
}

#banner {
    padding: 7em 0 4em 0;
    background-attachment: scroll;
    height: auto;
    max-height: none;
    min-height: 0
}

#banner > .inner .content {
    display: block
}

#banner > .inner .content > * {
    margin-left: 0;
    margin: 0 0 2em 0
}

#banner.major {
    height: auto;
    max-height: none;
    min-height: 0
}

#contact:after {
    content: '';
    display: block;
    clear: both
}

#contact > .inner > * {
    float: left
}

#menu .inner {
    margin: 0 auto
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: initial
}

@font-face {
    font-family: trashhandregular;
    src: url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/trashhand/TrashHand-webfont.eot);
    src: url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/trashhand/TrashHand-webfont.eot?#iefix) format("embedded-opentype"), url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/trashhand/TrashHand-webfont.woff) format("woff"), url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/trashhand/TrashHand-webfont.ttf) format("truetype"), url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/trashhand/TrashHand-webfont.svg#trashhandregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_bold;
    src: url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/proximanova/mark_simonson_-_proxima_nova_alt_bold-webfont.woff2) format("woff2"), url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/proximanova/mark_simonson_-_proxima_nova_alt_bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_extrabold;
    src: url(https://cdn-assets.n49.com.br/theme/includes/layouts/fonts/proximanova/mark_simonson_-_proxima_nova_alt_extrabold-webfont.woff2) format("woff2"), url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/fonts/proximanova/mark_simonson_-_proxima_nova_alt_extrabold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_light;
    src: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/fonts/proximanova/mark_simonson_-_proxima_nova_alt_light-webfont.woff2) format("woff2"), url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/fonts/proximanova/mark_simonson_-_proxima_nova_alt_light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_regular;
    src: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/fonts/proximanova/mark_simonson_-_proxima_nova_alt_regular-webfont.woff2) format("woff2"), url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/fonts/proximanova/mark_simonson_-_proxima_nova_alt_regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.alertDefault {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999999
}

.boxAlert {
    position: fixed;
    background: #fff;
    width: 500px;
    max-width: 90%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 30px;
    border-radius: 5px;
    line-height: 26px;
    font-size: 18px
}

.boxAlert a {
    font-weight: 800
}

.btnCloseAlert {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #ccc
}

body {
    font-family: inherit
}

body i {
    font-style: normal
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

div.col-sm-1, div.col-sm-10, div.col-sm-11, div.col-sm-12, div.col-sm-2, div.col-sm-3, div.col-sm-4, div.col-sm-5, div.col-sm-6, div.col-sm-7, div.col-sm-8, div.col-sm-9 {
    display: inline-block
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

.arrow-right-custom {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

.bannerTitle {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px
}

.descFeatured {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 0 18px
}

.infoPrevenda {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
    padding: 15px 5px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0
}

.infoPrevenda .tit {
    display: block;
    width: 100%;
    font-weight: 800
}

.checkPrevenda {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px
}

.selectedParcel {
    display: block;
    width: 100%;
    margin: 6px 0;
    font-size: 15px
}

.areaBanner {
    min-height: 290px
}

.mediaDesktop, .mediaMobile {
    display: block
}

div .boxLoadingArea {
    width: 200px;
    max-width: 100%;
    min-height: 180px;
    line-height: 190px;
    text-align: center;
    display: inline-block
}

div .boxLoadingArea img {
    width: 38px;
    height: 38px;
    display: inline-block;
    float: none;
    box-shadow: none
}

div .boxLoadingArea.loadingFullBanner {
    width: 100%
}

.loadingBox {
    position: fixed;
    top: 0;
    left: 0;
    background: #333;
    opacity: .4;
    width: 100%;
    height: 100%;
    z-index: 1000000
}

.loadingBox .loadingText {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 20%;
    text-shadow: 2px 2px 1px #000
}

.slick-slide img {
    width: 100%
}

.labelItem {
    position: absolute;
    z-index: 10
}

.labelItem.labelTopLeft {
    top: 3px;
    left: 3px
}

.labelItem.labelTopRight {
    top: 3px;
    right: 3px
}

.labelItem.labelBottomLeft {
    bottom: 3px;
    left: 3px
}

.labelItem.labelBottomRight {
    bottom: 3px;
    right: 3px
}

.area-labels {
    display: inline-block;
    width: 100%;
    margin: 0 0 16px
}

.area-labels span {
    font-size: 11px;
    border: 1px solid #333;
    padding: 1px 5px 3px
}

.areaLabel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.areaLabel .promotags {
    position: absolute;
    width: 100%;
    height: 100%
}

.title-page {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #c9031a;
    font-weight: 400;
    margin: 20px 0 20px;
    display: block
}

.products-cart {
    text-align: left;
    padding: 20px;
    border: 1px solid #eee;
    background-color: #fff
}

.products-cart .item {
    padding: 10px 0
}

.products-cart .item .thumb-item {
    display: inline-block;
    width: 20%;
    vertical-align: middle
}

.products-cart .item .dados-item {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    padding: 0 0 0 10px;
    font-size: 13px;
    color: #666;
    text-align: right
}

.products-cart .item .dados-item .title-item {
    color: #fff;
    font-size: 13px;
    text-align: left
}

.products-cart .item .dados-item .qtd-item {
    margin-right: 10px
}

.products-cart .item .dados-item .preco-item {
    min-width: 80px;
    display: inline-block
}

.products-cart .valor-total {
    display: block;
    width: 100%;
    font-weight: 700;
    border-top: 1px solid #bbb;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right
}

.products-cart .btn-checkout {
    margin-top: 15px
}

.showcase-item-col-call {
    display: inline-block;
    width: 100%;
    min-height: 135px
}

.info-phone {
    font-size: 14px;
    font-weight: 800;
    margin: 20px 0
}

.info-phone i {
    position: relative;
    top: 0;
    margin-right: 7px
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: b
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    font-size: 1.3125rem;
    line-height: inherit;
    color: #777;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 12px
}

.form-control, output {
    display: block;
    font-size: .875rem;
    line-height: 1.2;
    color: #999
}

.form-control {
    width: 100%;
    height: 40px;
    padding: 11px 16px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #383838;
    font-size: 14px;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #383838;
    font-size: 14px
}

.form-control::-webkit-input-placeholder {
    color: #383838;
    font-size: 14px
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #efefef;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

.top-box {
    padding: 10px 20px;
    background: #e4e4e4
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 16px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0;
    min-height: 30px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 1px
}

select.form-horizontal .form-group-sm .form-control, select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn, select.input-sm {
    height: 30px;
    line-height: 1.875rem
}

select[multiple].form-horizontal .form-group-sm .form-control, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, select[multiple].input-sm, textarea.form-horizontal .form-group-sm .form-control, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 1px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 1.875rem
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 28px;
    padding: 6px 10px;
    font-size: .75rem;
    line-height: 1.5
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 1.125rem;
    line-height: 1.3333333;
    border-radius: 1px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn, select.input-lg {
    height: 46px;
    line-height: 2.875rem
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, select[multiple].input-lg, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 1.125rem;
    line-height: 1.3333333;
    border-radius: 1px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 2.875rem
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 34px;
    padding: 11px 16px;
    font-size: 1.125rem;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 50px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 2.5rem;
    text-align: center
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 2.875rem
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 1.875rem
}

.descriptionTitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

.descriptionTitle i {
    margin-right: 5px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 21px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #616161
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 28px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: "";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 11px 16px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    color: #999;
    text-align: center;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: .75rem;
    border-radius: 1px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 1.125rem;
    border-radius: 1px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn, .input-group-btn > .btn {
    position: relative
}

.header-search-wrapper .input-group-btn {
    left: -1px
}

.header-search-wrapper .input-group-btn {
    left: -2px
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    z-index: 2;
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px
}

.modalGuia img {
    height: auto !important
}

.guiasMedida {
    display: inline-block;
    width: 100%;
    margin: 10px 0 30px
}

.guiasMedida .itemGuia {
    display: inline-block;
    margin-right: 20px;
    text-decoration: underline;
    font-weight: 600
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 16px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 11px 16px;
    line-height: 1.2;
    text-decoration: none;
    color: #422463;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #1d102b;
    background-color: #efefef;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #ccc;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 1.125rem;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: .75rem;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}

.breadcrumb {
    margin: 0;
    background: 0 0
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding: 0
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    display: none
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: .875rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: #000;
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: #000
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: #000;
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: #000
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .75rem;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ccc
}

caption, th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e9e9e9
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d1eac8
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c6e4f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf3cd
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcdcd
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

.brands-item, .card-item, .physical-store .post-card, .physical-store-location-card {
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #efefef;
    border: 1px solid #efefef
}

.brands-item, .card-item {
    position: relative;
    display: block;
    font-size: .9375rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    min-height: 170px;
    padding: 10px;
    margin: 0 0 20px
}

.rating {
    font-size: .875rem
}

.rating .spr-star-empty, .rating .spr-star-full, .rating .spr-star-half {
    margin-right: 3px
}

.rating .glyphicon-star, .rating .ico-rating-full {
    color: #ffc800
}

.rating .glyphicon-star:before, .rating .ico-rating-full:before {
    content: "\E040"
}

.rating .glyphicon-star-empty, .rating .ico-rating-empty {
    color: #efefef
}

.rating .glyphicon-star-empty:before, .rating .ico-rating-empty:before {
    content: "\E040"
}

.rating .ico-rating-half {
    position: relative
}

.rating .ico-rating-half:before {
    content: "\E040";
    color: #efefef
}

.rating .ico-rating-half:after {
    content: "\E041";
    color: #ffc800;
    position: absolute;
    left: 0
}

.section-see-more, .see-more, .see-more-description-link, .showcase-see-more {
    color: #ff6c00;
    text-decoration: none;
    font-weight: 500;
    font-size: .875rem
}

.section-see-more span, .see-more span, .see-more-description-link span, .showcase-see-more span {
    font-size: .875rem
}

.section-see-more:hover, .see-more-description-link:hover, .see-more:hover, .showcase-see-more:hover {
    text-decoration: underline
}

html {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    color: #212121
}

body, html {
    min-height: 100%
}

body {
    font-size: .875rem;
    min-width: 320px
}

main {
    min-height: 500px
}

*, :after, :before {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button {
    border: none;
    background: 0 0
}

h1 {
    margin: 10px 0
}

h2, h3 {
    font-weight: 400
}

a {
    color: inherit;
    cursor: pointer;
    outline: 0;
    word-wrap: break-word
}

a, a:focus, a:hover {
    text-decoration: none
}

a:focus, a:hover {
    color: #fff
}

a:hover {
    outline: 0
}

ul {
    list-style: none
}

figure {
    margin: 0;
    padding: 0
}

img[src] {
    max-width: 100%;
    height: auto
}

.light-background {
    background-color: #f8f8f8
}

.light-background > .section-space {
    padding-top: 30px;
    padding-bottom: 30px
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

pre {
    overflow: auto;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #333;
    display: block;
    font-size: .8125rem;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word
}

.container-overflow {
    overflow: hidden
}

.container-content {
    width: calc(99.9% * 3 / 4 - 7.5px)
}

.container-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.container-content:last-child {
    margin-right: 0
}

.container-content:nth-child(4n) {
    margin-right: 0;
    float: right
}

.container-content:nth-child(4n+1) {
    clear: both
}

.container-content.full-width {
    width: calc(99.9% * 1 / 1 - 0px)
}

.container-content.full-width:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.container-content.full-width:last-child {
    margin-right: 0
}

.container-content.full-width:nth-child(1n) {
    margin-right: 0;
    float: right
}

.container-content.full-width:nth-child(1n+1) {
    clear: both
}

.container-aside {
    padding-bottom: 20px
}

.container.m-y .container-aside {
    margin-top: 0
}

.content-page-subtitle, .content-page-title {
    display: block;
    font-weight: 400;
    font-size: 1.125rem;
    color: #212121;
    margin: 0 0 10px;
    text-align: center
}

.content-page-subtitle strong, .content-page-title strong {
    color: #a43287
}

.department-title {
    background-image: linear-gradient(89deg, #ea4999, #643f99);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    font-size: 1.375rem;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 100;
    left: 0
}

.container-aside .content-page-title {
    font-size: 1.375rem;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef
}

.content-page-subtitle {
    font-size: 1.125rem
}

.container {
    clear: both;
    max-width: 1188px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.container:after, .container:before {
    content: '';
    display: table
}

.container:after {
    clear: both
}

.container .container {
    padding-left: 0;
    padding-right: 0
}

::-moz-selection {
    background: #6a1b60;
    color: #fff
}

.underline {
    text-decoration: underline
}

input[type=email] {
    text-transform: lowercase
}

object {
    display: none
}

small {
    font-size: .625rem
}

address {
    font-style: normal;
    font-weight: 400
}

input[type=checkbox], input[type=radio] {
    margin: 1px
}

.checkbox-inline input[type=checkbox] {
    margin-top: 4px
}

label {
    font-weight: 400
}

hr {
    border-top: 1px dotted #efefef
}

.col-3-5 {
    width: calc(99.9% * 3 / 5 - 12px)
}

.col-3-5:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.col-3-5:last-child {
    margin-right: 0
}

.col-3-5:nth-child(5n) {
    margin-right: 0;
    float: right
}

.col-3-5:nth-child(5n+1) {
    clear: both
}

.col-2-5 {
    width: calc(99.9% * 2 / 5 - 18px)
}

.col-2-5:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.col-2-5:last-child {
    margin-right: 0
}

.col-2-5:nth-child(5n) {
    margin-right: 0;
    float: right
}

.col-2-5:nth-child(5n+1) {
    clear: both
}

.col-1-5 {
    width: calc(99.9% * 1 / 5 - 24px)
}

.col-1-5:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.col-1-5:last-child {
    margin-right: 0
}

.col-1-5:nth-child(5n) {
    margin-right: 0;
    float: right
}

.col-1-5:nth-child(5n+1) {
    clear: both
}

.col-1-3 {
    width: calc(99.9% * 1 / 3 - 20px)
}

.col-1-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.col-1-3:last-child {
    margin-right: 0
}

.col-1-3:nth-child(3n) {
    margin-right: 0;
    float: right
}

.col-1-3:nth-child(3n+1) {
    clear: both
}

.col-, .col-0, .col-undefined {
    display: none
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
    width: calc(99.9% * 1 / 1 - 0px)
}

.col-1:nth-child(1n), .col-2:nth-child(1n), .col-3:nth-child(1n), .col-4:nth-child(1n), .col-5:nth-child(1n), .col-6:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.col-1:last-child, .col-2:last-child, .col-3:last-child, .col-4:last-child, .col-5:last-child, .col-6:last-child {
    margin-right: 0
}

.col-1:nth-child(1n), .col-2:nth-child(1n), .col-3:nth-child(1n), .col-4:nth-child(1n), .col-5:nth-child(1n), .col-6:nth-child(1n) {
    margin-right: 0;
    float: right
}

.col-1:nth-child(1n+1), .col-2:nth-child(1n+1), .col-3:nth-child(1n+1), .col-4:nth-child(1n+1), .col-5:nth-child(1n+1), .col-6:nth-child(1n+1) {
    clear: both
}

.m-y {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-y-md {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-y-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-a {
    margin: auto
}

.m-y-a {
    margin: auto 0
}

.m-x-a {
    margin: 0 auto
}

.m-0 {
    margin: 0 !important
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-sm {
    margin: 10px
}

.p-sm {
    padding-top: 10px;
    padding-bottom: 10px
}

.p-md {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-lg {
    padding-top: 40px;
    padding-bottom: 40px
}

.icon-pure-arrow-right:after {
    transform: rotate(-135deg)
}

.icon-pure-arrow-down:after, .icon-pure-arrow-right:after {
    content: '';
    width: 12px;
    height: 12px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #212121;
    border-style: solid;
    display: inline-block
}

.icon-pure-arrow-down:after {
    transform: rotate(-45deg)
}

.icon-pure-arrow-left:after {
    content: '';
    width: 12px;
    height: 12px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #212121;
    border-style: solid;
    display: inline-block;
    transform: rotate(45deg)
}

.reset-user-html * {
    color: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
    position: static !important
}

.reset-user-html a {
    text-decoration: underline !important
}

.reset-user-html a:hover {
    color: #ff6c00 !important
}

.reset-allow-bold b, .reset-allow-bold strong {
    font-weight: 700 !important
}

font {
    display: inline !important;
    color: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.spr {
    display: inline-block
}

.row {
    width: 100%
}

.row:after, .row:before {
    content: "";
    display: table
}

.row:after {
    clear: both
}

.col-flexbox {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.col-flexbox, .row-flexbox {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.row-flexbox {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row-flexbox.owl-carousel {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.color-primary {
    color: #ff6c00
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-secondary {
    color: #a43287
}

hr.line {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #efefef
}

.mobile-md, .mobile-sm {
    display: none
}

.pointer {
    cursor: pointer
}

.form-link, .link {
    color: #422463;
    text-decoration: none;
    cursor: pointer
}

.form-link:hover, .link:hover {
    color: #ff6c00;
    text-decoration: underline
}

.anchor {
    color: #ff6c00;
    text-decoration: none
}

.anchor:hover {
    color: #a43287;
    text-decoration: underline
}

.hr {
    width: 100%;
    height: 1px;
    border-top: 1px solid #efefef
}

.responsive-image {
    max-width: 100%;
    height: auto
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.btn.btn-space {
    margin-bottom: 15px
}

.overflow-hidden {
    overflow: hidden
}

.is-visible {
    display: block !important
}

.is-hide {
    display: none !important
}

.is-uppercase {
    text-transform: uppercase
}

.is-hidden {
    display: none
}

.opacity-3 {
    opacity: .3
}

.background-center {
    background-position: 0 -6px;
    background-size: contain;
    background-repeat: no-repeat
}

.app-links {
    margin-top: 10px
}

.app-icon {
    width: 37px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.app-label {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.app-text {
    padding: 0 5px;
    font-size: .75rem;
    color: #999;
    text-align: left
}

.footer-minimal {
    padding: 30px 0;
    text-align: center
}

.footer-minimal .footer-text {
    color: #999
}

.footer-minimal .footer-text.first {
    margin-bottom: 0
}

.footer-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .03) 3px, transparent);
    height: 44px;
    position: relative;
    z-index: 0
}

.footer-gradient .container {
    z-index: 1
}

.footer-gradient:after {
    display: block;
    width: 100%;
    height: 44px;
    background-color: transparent;
    background: linear-gradient(90deg, #f8f8f8, rgba(255, 255, 255, 0), #f8f8f8);
    content: '';
    top: 0;
    position: absolute
}

.footer-mobile {
    padding: 10px 10px 70px;
    background-color: #f8f8f8;
    z-index: 100
}

.footer-title {
    text-align: center
}

.social-networks {
    margin: 5px 0
}

.footer {
    padding: 20px;
    background-color: #f8f8f8;
    color: #212121
}

.footer i {
    font-size: 0;
    vertical-align: middle;
    display: inline-block
}

.footer i:before {
    font-size: 15px
}

.cp-footer1 .newsletter-input-name {
    float: left;
    width: calc(100% - 85px)
}

.cp-footer1 .newsletter-input.btn {
    float: right;
    margin-top: 1px;
    height: 39px
}

.footer-title {
    margin-bottom: 10px;
    color: #212121;
    font-size: .75rem;
    font-weight: 700
}

.footer-actions {
    margin: 10px 0
}

.footer-nav {
    display: block;
    margin-bottom: 5px;
    font-size: .6875rem
}

.footer-nav a:not(.btn), .footer-nav a:not(.underline), .footer-nav li, .footer-nav strong {
    display: block;
    line-height: 1rem
}

.footer-nav a.underline {
    display: inline
}

.footer-nav .list-content {
    color: #999
}

.footer-nav .paymethod {
    display: inline-block;
    margin-bottom: 5px;
    color: #494949
}

.footer-nav .list-title {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0;
    color: #212121;
    font-size: .75rem
}

.footer-nav .btn-default {
    margin-top: 10px
}

.footer-nav-link {
    display: block;
    line-height: 1rem;
    color: #999
}

.facebook-blz {
    font-weight: 700;
    font-size: .6875rem
}

.footer-text {
    clear: both;
    display: block;
    text-align: center;
    font-size: .6875rem;
    color: #999;
    line-height: 1rem
}

.footer-text.first {
    margin-bottom: 10px;
    font-size: .8125rem;
    color: #777
}

.footer-text.last {
    margin: 10px 0
}

.certificados {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin: 20px auto;
    font-size: .8125rem;
    color: #999;
    text-align: left
}

.sprite-line {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sprite-line .spr {
    vertical-align: bottom;
    margin-right: 35px
}

.sprite-line li {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle
}

.sprite-line li:last-child .spr {
    margin-right: 0
}

.social-icons-links .ico {
    font-size: 1.375rem;
    display: block;
    color: #777
}

.social-networks {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-security .sprite-line li {
    padding-right: 20px
}

.footer-payment .sprite-line li {
    padding-right: 5px
}

.sprite-line li:last-child {
    padding-right: 0
}

.footer-copyright {
    padding: 20px
}

.copyright .copyright-text {
    text-transform: uppercase;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: .875rem;
    opacity: .4
}

.copyright .desktop-version {
    text-decoration: underline
}

.footer-simple-menu {
    text-align: center;
    margin: 10px
}

.footer-simple-menu li {
    font-weight: 400;
    font-size: .75rem;
    color: #636363;
    display: inline-block;
    width: auto;
    padding: 8px 0
}

.footer-simple-menu li:not(:first-child):before {
    content: 'â€¢';
    display: inline-block;
    margin: 0 5px
}

.footer-social .footer-title {
    text-align: center
}

.header-fixed {
    position: fixed;
    background-color: #fff;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0
}

.header-fixed .header-shopping-wrapper {
    height: 80px
}

.header-fixed .header-middle {
    padding-top: 0;
    padding-bottom: 0
}

.header-fixed.header {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.header-fixed .banner-leaderboard {
    display: none;
    overflow: hidden;
    height: 0
}

.header-fixed .header-menu {
    animation-name: k;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

.header-fixed .header-menu.is-close {
    animation-name: j;
    overflow: hidden
}

body .header-menu a:hover {
    text-decoration: underline
}

.header-float .banner-leaderboard {
    animation-name: k;
    animation-duration: .25s;
    animation-fill-mode: forwards
}

.header-fixed + .header-fixed-space {
    height: 160px
}

.icon.magnifier {
    width: 19px;
    height: 19px;
    border: 2px solid #000;
    border-radius: 50%;
    position: relative;
    opacity: 0;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.icon.magnifier:after {
    position: absolute;
    width: 9px;
    height: 2px;
    background-color: #000;
    display: block;
    content: "";
    top: -6px;
    left: -11px;
    transform: rotate(45deg);
    transform-origin: -10px 40px
}

.header-menu-button {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    position: absolute;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    -webkit-tap-highlight-color: transparent
}

.nav-landing {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.nav-landing, .nav-landing-container.container {
    background-color: #fff
}

.nav-landing-container {
    padding: 0
}

.landing-logo {
    border-bottom: 1px solid #ccc;
    display: block;
    text-align: center;
    margin: 0
}

.nav-landing-wrapper {
    overflow-x: auto;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    text-align: center
}

.nav-landing-items {
    list-style: none;
    display: inline-block;
    white-space: nowrap;
    margin: 0
}

.nav-landing-items .menu-item {
    display: inline-block;
    position: relative;
    padding: 10px;
    width: auto;
    font-weight: 400;
    font-size: 1rem;
    color: #333
}

.nav-landing-items .menu-item a, .nav-landing-items .menu-item span {
    padding: 16px 0;
    color: #333;
    font-size: .875rem
}

.nav-landing-items .menu-item a:hover, .nav-landing-items .menu-item span:hover, .nav-landing-items .menu-item:hover, .nav-landing-items .menu-item:hover a {
    color: #ff6c00
}

.sub-menu {
    display: none;
    list-style: none
}

.header-minimal {
    padding: 40px 0 30px
}

.header {
    display: block;
    width: 100%;
    z-index: 3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 50
}

.page-home .header {
    border-bottom: 0
}

.bannerTopo {
    margin-top: 23px;
    margin-bottom: 13px
}

.header-simple {
    margin-bottom: 20px;
    position: relative
}

.header-simple:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #6a1b60
}

.header-account {
    position: relative;
    top: -3px
}

.header-simple .header-account {
    margin-top: 10px
}

.helpfull-links-more-info {
    display: block;
    margin-top: 10px
}

.header-mobile {
    position: relative
}

.header-mobile .header-navigation {
    padding: 15px 0 10px;
    height: auto
}

.header-mobile .header-bag {
    float: right;
    margin-top: 10px;
    font-size: 1.3125rem
}

.header-mobile .ico-menu {
    font-size: .8125rem
}

.header-mobile .search-form {
    clear: both
}

.header-middle {
    padding-top: 10px;
    padding-bottom: 10px
}

.header-search-button {
    display: none
}

.header-shopping-wrapper {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    margin: 0
}

.header-account-ico {
    margin-left: 10px
}

.lb-cart {
    padding: 0 1px 0 8px
}

.lb-account {
    padding: 0 1px 0 8px
}

.header-account-username-small {
    font-size: .75rem;
    display: block;
    min-height: 18px
}

.header-account-login {
    display: inline-block;
    width: 100%;
    color: #777;
    font-size: .875rem;
    position: relative;
    z-index: 20;
    margin-top: 4px
}

.header-account-login:hover .header-account-username {
    color: #ff6c00
}

.header-account-login .header-account-avatar, .header-account-login .header-avatar {
    font-size: 1.875rem
}

.header-account-avatar {
    border-radius: 50%;
    width: 32px;
    float: left
}

.header-account-username {
    position: relative;
    margin: 7px 0 7px 36px;
    font-weight: 700;
    color: #4a4a4a;
    width: 95%;
    white-space: nowrap;
    display: block
}

.header-account-username:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 40px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 15px)
}

.header-account-username:hover {
    color: #ff6c00
}

.header-account-link {
    color: #a43287;
    display: none
}

.header-account-menu {
    display: none;
    position: absolute;
    top: 26px;
    right: -25px;
    z-index: 15;
    width: 195px
}

.header-account-menu-inner {
    padding: 0;
    font-size: .875rem;
    color: #4a4a4a;
    border: 1px solid #efefef;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    background: #fff;
    font-weight: 400;
    margin-top: 20px;
    overflow: hidden
}

.header-account-menu-inner:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 15px;
    right: 90px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef
}

.header-login-menu, .header-order-menu {
    display: none;
    position: absolute;
    top: 12px;
    z-index: 15;
    width: 280px
}

.header-login-menu .header-account-menu-inner:after, .header-order-menu .header-account-menu-inner:after {
    right: 130px
}

.header-order-menu {
    right: -80px
}

.header-login-menu {
    right: -200px
}

.header-login-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: -32px;
    width: 223px;
    height: 47px;
    right: -34px
}

.header-account-menu-item {
    display: block;
    width: 100%;
    padding: 10px 15px
}

.header-account-menu-item:hover:not(.header-account-menu-small) {
    color: #ff6c00
}

.header-account-menu-separator {
    padding: 0;
    height: 1px;
    background: #efefef
}

.header-account-menu-item-facebook {
    width: 64px;
    height: 20px;
    display: block
}

.header-account-menu-link {
    display: block;
    font-weight: 400
}

.header-account-menu-link:hover {
    color: #ff6c00
}

.header-account-menu-small {
    color: #999;
    font-size: .75rem;
    padding: 10px 12px
}

.header-account-menu-small a {
    text-decoration: underline
}

.header-account-menu-small a:hover {
    color: #ccc
}

.header-bag {
    display: inline-block;
    position: relative;
    padding-left: 20px
}

.header-bag a:not(.btn) {
    display: block
}

.header-bag .ico-bag-full {
    color: #ff6c00;
    font-size: 1.875rem;
    margin-top: -6px;
    margin-right: -1px
}

.header-bag .iconBag {
    width: 24px;
    height: 22px
}

.header-account-item.is-open .header-account-menu, .header-account-item.is-open .header-login-menu, .header-account-item.is-open .header-order-menu {
    display: block
}

.header-account-item {
    position: relative;
    padding: 0 21px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4
}

.input-form-search {
    border-top: 1px solid #efefef;
    border-right: 0;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef
}

.current-user.is-logged .no-logged, .current-user.isnt-logged .logged {
    display: none
}

.header-account-menu-login {
    padding-top: 12px
}

.header-account-menu-login .btn-xs {
    font-size: .6875rem
}

.header-account-menu-no-register {
    padding-top: 4px
}

.header-logo-wrapper {
    height: auto;
    text-align: center;
    position: relative;
    min-height: 50px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-logo {
    width: 130px
}

.has-submenu .menu-item-link:after, .menu-arrow {
    display: none;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -4px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.menu-icon-home {
    display: table-cell;
    width: 30px;
    vertical-align: middle
}

.menu-icon-home a {
    height: 100%
}

.menu-icon-home svg {
    fill: #fff;
    height: 15px;
    width: 15px
}

.menu-icon-home svg:hover {
    fill: #ff6c00
}

.header-menu.header-menu-mobile {
    display: none
}

.footer-newsletter {
    padding: 10px;
    font-size: .75rem
}

.footer-newsletter form {
    margin: 5px 0
}

.footer-newsletter-button-group, .footer-newsletter-input-group {
    margin-bottom: 5px;
    vertical-align: middle
}

.footer-newsletter-input {
    height: 33px;
    font-size: .8125rem;
    padding: 7px 16px !important;
    border-radius: 1px;
    width: calc(99.9% * 1 / 2 - 2.5px)
}

.footer-newsletter-input:nth-child(1n) {
    float: left;
    margin-right: 5px;
    clear: none
}

.footer-newsletter-input:last-child {
    margin-right: 0
}

.footer-newsletter-input:nth-child(2n) {
    margin-right: 0;
    float: right
}

.footer-newsletter-input:nth-child(odd) {
    clear: both
}

.footer-newsletter-button {
    width: calc(99.9% * 1 / 2 - 2.5px)
}

.footer-newsletter-button:nth-child(1n) {
    float: left;
    margin-right: 5px;
    clear: none
}

.footer-newsletter-button:last-child {
    margin-right: 0
}

.footer-newsletter-button:nth-child(2n) {
    margin-right: 0;
    float: right
}

.footer-newsletter-button:nth-child(odd) {
    clear: both
}

.footer-newsletter-legal {
    display: inline-block;
    width: 100%;
    clear: both;
    font-size: .6875rem;
    color: #999;
    margin-top: 10px
}

.newsletter-title, .radio-inline {
    font-size: .8125rem
}

.newsletter-text {
    color: #777;
    font-size: .75rem;
    margin: 5px 0
}

.newsletter-legal {
    color: #999;
    font-size: .6875rem
}

input[type=radio] {
    margin-top: 5px
}

.newsletter-input {
    display: inline-block
}

.btn-outline-secondary.btn-xs.newsletter-input {
    padding: 8px 5px
}

.newsletter-input.btn {
    margin-top: -2px;
    padding: 12px 14px
}

.newsletter-input-name {
    width: calc(100% - 94px)
}

body.bg-black.page-home {
    background: #000;
    color: #efefef
}

body.bg-black.page-home .badge.lancamento {
    color: #7f58ba;
    border-color: #7f58ba
}

body.bg-black.page-home .badge.novidade {
    color: #c84aa8;
    border-color: #c84aa8
}

body.bg-black.page-home .rate-star-half {
    background: linear-gradient(90deg, #ffc800, #ffc800 50%, #4a4a4a 0, #4a4a4a 99%);
    background-clip: text;
    -webkit-background-clip: text
}

body.bg-black.page-home .rate-star-empty {
    background: 0 0;
    color: #4a4a4a
}

body.bg-black.page-home .box-session, body.bg-black.page-home .light-background, body.bg-black.page-home .rich-media-related, body.bg-black.page-home .rich-media-video .youtube-embed {
    background: #212121
}

body.bg-black.page-home .track-item-content, body.bg-black.page-home .track-item-content-back {
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .3)
}

body.bg-black.page-home .tracking-simple:after {
    background-image: linear-gradient(90deg, #ff6c00 0, #ff6c00 49%, #4a4a4a 50%, #4a4a4a)
}

body.bg-black.page-home .section-see-more-box {
    border-color: #000;
    color: #ff6c00
}

body.bg-black.page-home .section-see-more-box:hover {
    color: #cc5600
}

body.bg-black.page-home .section-see-more-box:after {
    border-color: #ff6c00
}

body.bg-black.page-home .section-see-more-box:hover:after {
    border-color: #cc5600
}

body.bg-black.page-home .rich-media {
    border-color: #212121
}

body.bg-black.page-home .related-item:not(:last-child), body.bg-black.page-home .rich-media-related-header {
    border-color: #4a4a4a
}

body.bg-black.page-home .section-subtitle {
    color: #efefef
}

body.bg-black.page-home .brand-item {
    box-shadow: none;
    background-color: #000
}

body.bg-black.page-home .brand-item img.brand-img {
    filter: brightness(6)
}

body.bg-black.page-home .banner-brand-see-all-mobile .link {
    color: #bb399a
}

body.bg-black.page-home .rich-media .related-item img, body.bg-black.page-home .showcase-image {
    background-color: #fff;
    border-radius: 3px
}

body.bg-black.page-home .showcase-image {
    opacity: .85
}

body.bg-black.page-home .showcase-image:hover {
    opacity: 1
}

body.bg-black.page-home .showcase-item-image {
    background-image: linear-gradient(180deg, #fff 0, #000);
    border-radius: 3px
}

body.bg-black .cart-summary-item-name, body.bg-black .category-menu-mobile .list-group-text, body.bg-black .menu-mobile-item-account, body.bg-black .menu-mobile-item-header, body.bg-black .product-item-title, body.bg-black .showcase-item-name {
    color: #212121
}

body.bg-black .cards-home, body.bg-black .header, body.bg-black .header .form-control, body.bg-black .header-middle {
    background: #000
}

body.bg-black .footer, body.bg-black .footer-mobile {
    background: #212121
}

body.bg-black .smartbanner {
    background: #4a4a4a
}

body.bg-black .header .form-control {
    border-color: #4a4a4a;
    color: #fff
}

body.bg-black .cards-home {
    padding-top: 10px;
    margin-bottom: 10px
}

body.bg-black .footer-loucas img, body.bg-black .header-logo {
    filter: saturate(0) brightness(100)
}

body.bg-black .cards-home .section-title, body.bg-black .header-account-item, body.bg-black .header-bag > a {
    color: #efefef
}

body.bg-black .cards-home .section-title:hover, body.bg-black .header-account-item:hover, body.bg-black .header-bag > a:hover {
    color: #ff6c00
}

body.bg-black .icon-bag-full {
    fill: #efefef
}

body.bg-black .banner-container img {
    box-shadow: none
}

body.bg-black .hamburguer i {
    background: #efefef
}

body.bg-black .header-arrow-down {
    border-top: 5px solid #efefef
}

body.bg-black .footer-copyright, body.bg-black .showcase-item-description {
    color: #999
}

body.bg-black .showcase-item-gift {
    bottom: 2px;
    right: 2px
}

body.bg-black .footer-title, body.bg-black .header-shopping-wrapper {
    color: #fff
}

body.bg-black .footer-newsletter-form {
    background: #4a4a4a
}

.search-mobile-wrapper {
    display: none
}

.search-mobile-wrapper.is-open {
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    padding: 15px;
    background: #fff
}

.search-mobile-wrapper.is-open .tt-menu {
    background: #fff
}

.search-mobile-wrapper.is-open .tt-input {
    height: 40px
}

.search-mobile-wrapper.is-open .tt-dataset {
    background: #fff;
    padding-top: 0
}

.search-mobile-wrapper.is-open .category-menu-mobile {
    position: fixed;
    z-index: 99;
    top: 80px;
    left: 0;
    width: 100%
}

.search-mobile-wrapper.is-open .category-menu-mobile .list-group {
    border-right: none;
    border-left: none
}

.search-mobile-wrapper.is-open .btn-search {
    height: 37px
}

.search-mobile-wrapper .header-search {
    margin-top: 0;
    width: 85%;
    position: static
}

.search-mobile-wrapper .header-search .twitter-typeahead {
    position: static !important
}

.search-mobile-wrapper .tt-menu {
    top: 70px !important;
    overflow: scroll;
    height: 100%;
    padding-bottom: 100px;
    border: 1px solid transparent
}

.search-mobile-wrapper .tt-menu.tt-open {
    border: 1px solid #cad3df
}

.category-menu-mobile {
    height: calc(100% - 90px);
    overflow: auto
}

.category-menu-mobile .category-menu-title {
    font-weight: 500;
    color: #777;
    padding: 0 15px
}

.category-menu-mobile .list-group {
    border-right: none;
    border-left: none
}

.category-menu-mobile .list-group-item {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px
}

.category-menu-mobile .list-group-text {
    -ms-flex: 1;
    flex: 1;
    line-height: 1em
}

.category-menu-mobile img {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.search-close-icon {
    float: right;
    top: 25px;
    right: 20px;
    font-size: 1.25rem;
    position: absolute
}

.accordion-gradient-label {
    color: #a43287;
    font-weight: 500;
    font-size: .8125rem;
    display: block;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-bottom: 0
}

.accordion-gradient-label:after, .accordion-gradient-label:before {
    background-color: #a43287;
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 11px;
    right: 10px;
    top: 10px;
    transition: transform .25s ease-in-out
}

.accordion-gradient-label:before {
    transform: translate3d(-2px, 0, 0) rotate(-45deg)
}

.accordion-gradient-label:after {
    transform: translate3d(5px, 0, 0) rotate(45deg)
}

.accordion-gradient-label .accordion-gradient-hide {
    display: none
}

.accordion-gradient-label .accordion-gradient-show {
    display: block
}

.accordion-state:checked ~ .accordion-gradient-label:before {
    transform: translate3d(-2px, 0, 0) rotate(45deg)
}

.accordion-state:checked ~ .accordion-gradient-label:after {
    transform: translate3d(5px, 0, 0) rotate(-45deg)
}

.accordion-state:checked ~ .accordion-gradient-label .accordion-gradient-hide {
    display: block
}

.accordion-state:checked ~ .accordion-gradient-label .accordion-gradient-show {
    display: none
}

.accordion.accordion-mobile {
    padding: 0 5px
}

.accordion.accordion-mobile .accordion-header {
    font-size: .75rem;
    text-transform: uppercase
}

.accordion {
    background-color: #fff;
    border-radius: 2px
}

.accordion-label {
    cursor: pointer;
    display: block;
    font-size: inherit;
    margin: 0
}

.accordion-space {
    border-top: 1px solid #efefef;
    padding: 15px 5px
}

.accordion-header {
    background-color: #fff;
    color: #212121;
    padding: 15px 10px;
    position: relative;
    font-size: .875rem;
    font-weight: 400
}

.accordion-header:hover {
    color: #ff6c00
}

.accordion-header:after, .accordion-header:before {
    background-color: #ccc;
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 11px;
    right: 15px;
    top: 18px;
    transition: transform .25s ease-in-out
}

.accordion.accordion-mobile {
    border: 1px solid #efefef
}

.accordion-header:before {
    transform: translate3d(5px, 0, 0) rotate(45deg)
}

.accordion-header:after {
    transform: translate3d(-2px, 0, 0) rotate(-45deg)
}

input:checked ~ .accordion-header:hover {
    color: #ff6c00
}

.accordion-header:hover:after, .accordion-header:hover:before, input:checked ~ .accordion-label .accordion-header:hover:after, input:checked ~ .accordion-label .accordion-header:hover:before {
    background-color: #ff6c00
}

input:checked ~ .accordion-label .accordion-header {
    color: #a43287
}

input:checked ~ .accordion-label .accordion-header:before {
    transform: translate3d(-2px, 0, 0) rotate(45deg)
}

input:checked ~ .accordion-label .accordion-header:after {
    transform: translate3d(5px, 0, 0) rotate(-45deg)
}

.accordion-content {
    padding: 0 15px 15px;
    display: none
}

input:checked ~ .accordion-content {
    display: block
}

.alert-message {
    padding: 20px 20px;
    display: block;
    background: #f2f5de;
    width: 100%;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 60px;
    border: 2px solid #ecf1cb;
    text-align: center;
    font-weight: 700;
    color: #222
}

.alert-message-title {
    font-size: 1.5rem;
    margin-bottom: 5px
}

.alert-message-text {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5
}

.alert-message-ico-wrapper {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    text-align: center;
    font-size: 1.75rem;
    border: 2px solid;
    border-radius: 50%
}

.alert-message-ico-wrapper .ico {
    margin-top: 10px
}

.alert-message.alert-default {
    text-align: left;
    margin-bottom: 20px;
    padding: 0
}

.alert-message.success {
    background-color: #dff0d8
}

.alert-message.success .alert-message-ico-wrapper {
    color: #3c763d;
    border-color: #3c763d
}

.alert-message.danger {
    background-color: #f2dede
}

.alert-message.danger .alert-message-ico-wrapper {
    color: #e00;
    border-color: #e00
}

.alert-message.warning {
    background-color: #fcf8e3
}

.alert-message.warning .alert-message-ico-wrapper {
    color: #8a6d3b;
    border-color: #8a6d3b
}

.alert-container {
    position: fixed;
    top: 0;
    z-index: 9999;
    margin-bottom: 12px;
    -ms-flex-direction: column;
    flex-direction: column
}

.alert, .alert-container {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.alert {
    padding: 10px 20px;
    font-size: .75rem;
    font-weight: 500;
    min-height: 60px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    text-align: left;
    border-radius: 0;
    margin: 0 0 12px;
    border: 1px solid transparent
}

.alert .fa {
    float: left
}

.alert-success {
    color: #5a7052;
    background-color: #def2d6;
    border-color: #c2d7ba
}

.alert-success svg {
    fill: #5a7052;
    color: #5a7052;
    stroke: #5a7052
}

.alert-warning {
    color: #967132;
    background-color: #fef4d7;
    border-color: #d8cd85
}

.alert-warning svg {
    fill: #967132;
    color: #967132;
    stroke: #967132
}

.alert-danger {
    color: #bf3938;
    background-color: #ecc8c5;
    border-color: #c18888
}

.alert-danger svg {
    fill: #bf3938;
    color: #bf3938;
    stroke: #bf3938
}

.alert-info {
    color: #4480ae;
    background-color: #cde8f5;
    border-color: #88c3e2
}

.alert-info svg {
    fill: #4480ae;
    color: #4480ae;
    stroke: #4480ae
}

.alert-primary {
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00
}

.alert-primary svg {
    fill: #fff;
    color: #fff;
    stroke: #fff
}

.alert-secondary {
    color: #fff;
    background-color: #42105f;
    border-color: #42105f
}

.alert-secondary svg {
    fill: #fff;
    color: #fff;
    stroke: #fff
}

.alert .alert-icon {
    margin-top: 1px;
    margin-right: 21px
}

.alert [ng-transclude] {
    display: inline-block
}

.alert-text {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    max-width: 350px;
    padding-right: 30px
}

.alert-fixed {
    position: fixed;
    z-index: 1052;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 40%;
    min-width: 20%
}

.alert-subscribe {
    position: absolute;
    width: 100%;
    top: -10px;
    z-index: 9
}

.alert-subscribe .alert {
    padding-top: 16px
}

.alert-fixed .alert {
    margin-bottom: 0;
    padding-bottom: 10px
}

.alert-close {
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer
}

.tt-input {
    color: #212121
}

.form-control.typeahead {
    border: 1px solid #bbb;
    border-right: 0;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .875rem
}

.form-control.typeahead:focus {
    border-color: #bcbcbc;
    box-shadow: none
}

.form-control.fake-search-button {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.5rem;
    text-align: left;
    color: #999;
    position: relative
}

.form-control.fake-search-button:before {
    content: '';
    background: #ff6c00;
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 0 4px 4px 0;
    bottom: -1px;
    display: inline-block;
    width: 45px
}

.form-control.fake-search-button i {
    position: absolute;
    top: 9px;
    right: 12px;
    bottom: 0
}

.tt-menu {
    width: 109%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #efefef;
    color: #212121;
    font-size: .75rem;
    text-align: left;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    border-radius: 4px
}

.tt-menu .badge {
    padding: 1px 20px
}

.departments-wrapper {
    border: 1px solid red
}

.productss-wrapper {
    border: 1px solid #00f
}

.tt-dataset-product-title {
    display: block;
    padding: 20px 5px 5px 10px;
    font-size: .8125rem;
    color: #212121;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.tt-dataset-footer-link {
    width: 100%;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    background: #efefef;
    color: #a43287;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: .6875rem;
    padding: 12px 0;
    font-weight: 700;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.tt-dataset-footer-link:hover {
    opacity: .8
}

.tt-suggestion {
    padding: 10px;
    line-height: 1.4;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: .875rem
}

.tt-suggestion.tt-cursor, .tt-suggestion.tt-cursor .autocomplete-department, .tt-suggestion:hover, .tt-suggestion:hover .autocomplete-department {
    color: #ff6c00
}

.tt-dataset-departments .autocomplete-item.tt-suggestion {
    font-weight: 700
}

.tt-dataset-departments .tt-highlight {
    font-weight: 400
}

.tt-dataset-departments .autocomplete-item:nth-child(3) {
    border-top: 1px solid #efefef
}

.autocomplete-department {
    color: #ff6c00;
    font-weight: 500
}

.autocomplete-department-at {
    font-weight: 400
}

.tt-suggestion.autocomplete-product {
    padding: 10px
}

.tt-dataset-product-title + .tt-suggestion.autocomplete-product {
    padding-top: 0
}

.autocomplete-item {
    display: block
}

.autocomplete-item-image {
    float: left;
    width: 90px;
    padding: 0 10px
}

.autocomplete-item-image img {
    max-width: 100%;
    height: auto
}

.autocomplete-item-details {
    float: right;
    padding-left: 10px;
    width: calc(100% - 90px)
}

.twitter-typeahead {
    display: table-cell !important;
    z-index: 3;
    width: 100%
}

.form-header-search .tt-menu {
    width: 95%
}

.autocomplete-item-price {
    color: #ff6c00;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1
}

.autocomplete-item-maxprice {
    color: #ff6c00;
    font-size: .8125rem;
    line-height: 1.38;
    color: #777;
    text-decoration: line-through;
    margin-right: 6px
}

.autocomplete-item-name {
    font-size: .875rem;
    margin-bottom: 10px
}

.tt-dataset-departments {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 5px
}

.tt-dataset-facets {
    width: 100%
}

.tt-dataset-products {
    border-top: 1px solid #efefef;
    padding-top: 10px;
    width: 100%
}

.tt-dataset-products .rating {
    color: #ff6c00;
    margin: 10px 0 0 70px
}

.tt-dataset-products .tt-suggestion:not(:first-of-type) {
    border-top: 1px dotted #f9f9f9
}

.autocomplete-item-installment {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    color: #777
}

.tt-backdrop {
    position: absolute;
    left: 0;
    right: 0;
    top: -100000px;
    background: #000;
    opacity: 0;
    width: 100%;
    height: 10000px;
    z-index: 2;
    transition: all .1s linear
}

.tt-backdrop.is-active {
    opacity: .5;
    top: auto
}

.tt-backdrop.tt-backdrop-autocomplete {
    margin-top: -40px
}

.is-close + .tt-backdrop-autocomplete {
    margin-top: 0
}

#autocomplete-input:focus {
    border-color: #ff6c00
}

.badge {
    padding: 1px 4px;
    text-transform: none;
    font-size: .75rem;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ff4d00;
    color: #ff4d00
}

.badge.lancamento {
    color: #623f99;
    border-color: #623f99
}

.badge.novidade {
    color: #a43287;
    border-color: #a43287
}

.badge.more-options {
    color: #ccc;
    border-color: #ccc
}

.showcase-item-badge {
    height: 20px
}

.brands-wrap {
    margin-top: 10px;
    overflow: hidden
}

.brands-wrap .carousel-dots {
    display: none
}

.is-mobile .brands-wrap {
    padding: 20px 0
}

.brands-wrap .section-header {
    margin-bottom: 5px
}

.banner-brand-container {
    overflow: hidden;
    width: 100%;
    padding: 0 15px 10px;
    height: 75px;
    -webkit-overflow-scrolling: touch
}

.is-mobile .banner-brand-container {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    overflow-x: auto;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    padding: 15px
}

.is-mobile .banner-brand-container:after {
    content: "";
    width: 20px;
    border: 1px solid #f8f8f8
}

.banner-brand-container:not(.owl-carousel) {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    overflow-x: auto
}

.brand-item {
    min-width: 130px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 130px;
    max-height: 130px;
    border-radius: 50%;
    background-color: #fff;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.is-mobile .brand-item {
    min-width: 90px;
    width: 90px;
    height: 90px;
    margin-right: 10px
}

.is-mobile .brand-item img.brand-img {
    padding: 1px
}

.brands-mobile .brand-item {
    box-shadow: 0 1px 2px 0 #efefef;
    overflow: hidden
}

.brands-mobile .brand-item > .brand-img {
    max-width: 80px
}

.brands-mobile .brand-item img.brand-img {
    display: block;
    margin: 0 auto
}

.brand-item-more {
    text-align: center
}

.brand-item-more a {
    text-decoration: none;
    margin: 0;
    float: none
}

.banner-brand-see-all {
    text-align: center;
    opacity: .7
}

.banner-brand-see-all-mobile {
    margin: 0 0 10px;
    text-align: center
}

.banner-brand-see-all-mobile .link {
    color: #a43287
}

.carousel-categories {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    overflow-x: auto;
    padding-right: 10px;
    -webkit-overflow-scrolling: touch
}

.banner-category {
    text-align: center;
    padding: 0 10px 10px 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.banner-category:last-child {
    padding-right: 15px
}

.banner-category figure {
    width: 90px;
    margin: auto
}

.banner-category img {
    width: 110px;
    height: auto;
    border-radius: 50%
}

.banner-category-title {
    font-size: .625rem;
    display: block;
    height: 28px;
    text-align: center;
    margin: 5px 0;
    text-transform: uppercase;
    word-break: normal
}

.banner-showcase {
    margin-bottom: 20px
}

.banner-categories-home {
    padding-top: 15px
}

.banner-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.banner-container.section-space + .light-background, .section-space.light-background + .banner-container {
    margin-top: -30px
}

.banner-billboard-container {
    width: 100%
}

.banner-billboard-container, .banner-billboard-item {
    position: relative;
    overflow: hidden
}

.banner-billboard-item:after, .banner-billboard-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fff;
    z-index: 2
}

.banner-billboard-item:before {
    left: -1px
}

.banner-billboard-item:after {
    right: -1px
}

.banner-billboard-item .pace-feedback {
    z-index: 1
}

.with-content .banner-image-block {
    width: 619px
}

.banner-image-block {
    float: left;
    max-height: 351px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.banner-image-block img {
    width: 100%
}

.banner-content {
    width: 100%;
    height: 100%;
    padding: 20px
}

.banner-content .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: 700;
    font-size: .8125rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.banner-billboard-headline {
    color: inherit;
    font-size: 1.1875rem;
    margin-bottom: 5px
}

.banner-billboard-title {
    color: inherit;
    font-size: 1.75rem;
    margin-bottom: 20px
}

.banner-billboard-description {
    color: inherit;
    font-size: .9375rem;
    line-height: 1.5;
    margin-right: 30px
}

.banner-cards .owl-carousel .owl-item img, .banner-cards img {
    float: left;
    height: auto
}

.banner-cards .owl-carousel .owl-item img {
    width: 100%
}

.spaced-cards .section-header {
    margin-bottom: 35px
}

.banner-billboard {
    max-height: 351px
}

.box {
    padding: 10px;
    background: #fff;
    width: calc(99.9% * 1 / 1 - 0px);
    border: none;
    max-width: 100%
}

.box:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.box:last-child {
    margin-right: 0
}

.box:nth-child(1n) {
    margin-right: 0;
    float: right
}

.box:nth-child(1n+1) {
    clear: both
}

.box-session {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    margin: 5px 0 20px
}

.box-internal {
    width: calc(99.9% * 1 / 1 - 0px);
    border: none;
    padding: 0;
    min-height: 200px
}

.box-internal:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.box-internal:last-child {
    margin-right: 0
}

.box-internal:nth-child(1n) {
    margin-right: 0;
    float: right
}

.box-internal:nth-child(1n+1) {
    clear: both
}

.box-title {
    display: block;
    margin-bottom: 4px;
    font-size: 1.0625rem;
    font-weight: 400
}

.btn-facebook {
    color: #fff;
    background-color: #4867ab;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 0 rgba(0, 0, 0, .25)
}

.btn-facebook.active, .btn-facebook.focus, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
    background-color: #415d9a;
    color: #fff;
    outline: 0
}

.btn-facebook.active, .btn-facebook:active {
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .25), inset 0 3px 0 0 rgba(0, 0, 0, .25);
    padding-bottom: 0
}

.btn-google-plus {
    color: #fff;
    background-color: #d34836;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 0 rgba(0, 0, 0, .25)
}

.btn-google-plus.active, .btn-google-plus.focus, .btn-google-plus:active, .btn-google-plus:focus, .btn-google-plus:hover {
    background-color: #c43c2b;
    color: #fff;
    outline: 0
}

.btn-google-plus.active, .btn-google-plus:active {
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .25), inset 0 3px 0 0 rgba(0, 0, 0, .25);
    padding-bottom: 0
}

.btn.btn-social {
    text-align: left;
    padding-left: 46px;
    padding-right: 10px;
    position: relative;
    font-weight: 400;
    font-size: .75rem;
    overflow: hidden
}

.btn.btn-social .ico {
    font-size: 1.25rem
}

.btn-ico {
    position: absolute;
    top: 0;
    left: 8px;
    width: 28px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    line-height: 2.5rem
}

.password {
    position: relative
}

.input-eye {
    position: absolute;
    top: 38px;
    right: 10px;
    z-index: 3
}

.input-eye:hover {
    cursor: pointer
}

::-webkit-credentials-auto-fill-button {
    visibility: hidden
}

.btn-outline-primary {
    line-height: 2.25rem;
    border-right: 1px solid rgba(255, 108, 0, .2)
}

.btn-clipboard em {
    display: none
}

.btn-clipboard.is-used {
    animation: d 1s
}

.btn-clipboard.is-used span {
    display: none
}

.btn-clipboard.is-used em {
    display: inline-block;
    font-style: normal
}

.btn-clipboard.is-used em .ico {
    padding-right: 5px;
    font-size: .6875rem
}

.btn-link {
    color: #422463;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #b34c00;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}

.btn-default {
    color: #fff;
    background-color: #999;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 0 rgba(0, 0, 0, .25)
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover {
    background-color: #8a8a8a;
    color: #fff;
    outline: 0
}

.btn-default.active, .btn-default:active {
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .25), inset 0 3px 0 0 rgba(0, 0, 0, .25);
    padding-bottom: 0
}

.btn-outline-primary {
    border: 2px solid #ff6c00 !important;
    color: #ff6c00;
    transition: border color .4s;
    box-shadow: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -1px 0 0 #ff6c00;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #fff
}

.btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
    color: #b34c00;
    border: 2px solid #b34c00;
    outline: 0
}

.btn-outline-primary.active, .btn-outline-primary:active {
    box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, .25), inset 0 1px 0 0 #b34c00;
    padding-bottom: 0
}

.btn-outline-primary.btn-xs {
    padding: 8px 11px
}

.btn-outline-default {
    border: 2px solid #999 !important;
    color: #999;
    transition: border color .4s;
    box-shadow: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -1px 0 0 #999;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #fff
}

.btn-outline-default.active, .btn-outline-default.focus, .btn-outline-default:active, .btn-outline-default:focus, .btn-outline-default:hover {
    color: #6b6b6b;
    border: 2px solid #6b6b6b;
    outline: 0
}

.btn-outline-default.active, .btn-outline-default:active {
    box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, .25), inset 0 1px 0 0 #6b6b6b;
    padding-bottom: 0
}

.btn-outline-default.btn-xs {
    padding: 8px 11px
}

.btn-disable {
    border: 2px solid #ccc;
    background-color: #e9e9e9;
    color: #777;
    padding: 10px 17px;
    box-shadow: none;
    cursor: default
}

.btn-disable:hover, .btn-disable:hover:active {
    box-shadow: none;
    color: #777;
    outline: 0
}

.btn-disable.btn-xs {
    padding: 8px 11px
}

.btn-disable:active:after {
    opacity: 0
}

.btn, .btn-bolder {
    font-weight: 700
}

.btn {
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    border-radius: 4px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px
}

.btn text-decoration none, .btn.focus, .btn:active, .btn:focus, .btn:hover {
    outline: 0;
    background-image: none
}

.input-group-btn .btn {
    font-size: .875rem
}

.btn .ico {
    line-height: inherit
}

.btn:before {
    border-radius: inherit
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .6;
    cursor: default;
    box-shadow: none
}

.btn span, .btn strong {
    margin-left: 3px;
    margin-right: 3px
}

.btn.isnt-marketable {
    font-weight: 700;
    font-size: .8125rem
}

.btn-block {
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn-xs {
    font-size: .75rem;
    padding-left: 10px;
    padding-right: 10px
}

.btn-sm, .btn-xs {
    height: 35px
}

.btn-lg {
    font-size: .9375rem;
    height: 44px
}

.btn-xlg {
    font-size: 1.25rem;
    height: 56px
}

.btn-primary {
    color: #fff;
    background-color: #fff
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #fff;
    color: #fff;
    outline: 0
}

.btn-primary.active, .btn-primary:active {
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .25), inset 0 3px 0 0 rgba(0, 0, 0, .25);
    padding-bottom: 0
}

.btn-secondary {
    color: #fff;
    background-color: #a43287;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 0 rgba(0, 0, 0, .25)
}

.btn-secondary.active, .btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #942d7a;
    color: #fff;
    outline: 0
}

.btn-secondary.active, .btn-secondary:active {
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .25), inset 0 3px 0 0 rgba(0, 0, 0, .25);
    padding-bottom: 0
}

.btn-outline-secondary {
    border: 2px solid #a43287 !important;
    color: #a43287;
    transition: border color .4s;
    box-shadow: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -1px 0 0 #a43287;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #fff
}

.btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover {
    color: #73235f;
    border: 2px solid #73235f;
    outline: 0
}

.btn-outline-secondary.active, .btn-outline-secondary:active {
    box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, .25), inset 0 1px 0 0 #73235f;
    padding-bottom: 0
}

.btn-outline-secondary.btn-xs {
    padding: 8px 11px
}

.btn-icon {
    margin-right: 10px
}

.play-arrow-button i {
    float: right;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    margin: 8px 0 8px 6px
}

.call-to-login .call-to-login-wrapper {
    padding: 10px
}

.call-to-login p {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px
}

.call-to-login-menu {
    display: inline-block;
    width: 1px;
    height: 26px;
    padding: 0;
    margin-right: -1px
}

.call-to-login-menu .box-session {
    margin: 0;
    padding-top: 0
}

.call-to-login-menu .header-account-menu-inner {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

.card-form .address-billing, .card-form .address-main, .card-form legend {
    display: none
}

.card-form .input-group-addon {
    padding: 0 15px
}

.card-item input[type=radio] {
    margin-right: 5px;
    margin-left: 1px
}

.cards {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cards .card-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 1 - 0px)
}

.cards .card-item:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0
}

.cards .card-item:last-child {
    margin-right: 0
}

.cards .card-item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto
}

.cards .card-actions {
    width: 95%;
    position: absolute;
    top: 10px
}

.cards .card-action {
    color: #ccc;
    font-size: 1rem;
    cursor: pointer
}

.cards .card-action:hover {
    color: #ff6c00
}

.card-item-plus {
    text-align: center;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: center;
    align-items: center
}

.card-item-plus .ico-plus-round {
    background-color: #efefef;
    border-radius: 50%;
    font-size: 1.5625rem;
    padding: 25px 26px;
    margin: 15px 0
}

.slideVitrine .showcase-item {
    width: 100%;
    margin-bottom: 0
}

.showcase.owl-carousel {
    margin-bottom: 10px
}

.showcase .spr {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -30px;
    display: none !important
}

.showcase .spr.spr-carousel-left {
    left: -11px;
    cursor: pointer
}

.showcase .spr.spr-carousel-right {
    right: -11px;
    cursor: pointer
}

.showcase:hover .spr {
    display: block !important
}

.carousel-inset {
    padding: 0 20px;
    display: inline-block;
    width: 100%
}

.carousel-inset .carousel-nav-arrow-left {
    left: -10px
}

.carousel-inset .carousel-nav-arrow-right {
    right: -10px
}

.carousel-banners-inset {
    padding: 0 20px
}

.carousel-banners-inset .carousel-nav-arrow-left {
    left: -20px
}

.carousel-banners-inset .carousel-nav-arrow-right {
    right: -20px
}

.showcase .carousel-nav-arrow-left {
    left: -5px
}

.showcase .carousel-nav-arrow-right {
    right: -5px
}

.carousel-nav-arrow-left, .carousel-nav-arrow-right {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin: 0 5px
}

.carousel-nav-arrow-left {
    left: 0
}

.carousel-nav-arrow-left.disabled, .carousel-nav-arrow-right.disabled {
    opacity: .4;
    cursor: default
}

.carousel-nav-arrow-right {
    right: 0
}

.carousel-dots {
    padding: 5px 0;
    text-align: center;
    margin-top: 1px
}

.carousel-dots.disabled {
    display: none
}

.carousel-dot {
    display: inline-block;
    margin: 0 3px
}

.carousel-dot span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #999
}

.carousel-dot.active span {
    background-color: #999
}

.js-carousel-1 .carousel-dots {
    padding: 10px 0;
    display: block;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    bottom: 0
}

.owl-carousel {
    display: block
}

.owl-carousel:hover .carousel-nav-arrows {
    opacity: 1
}

.owl-carousel .carousel-nav-arrows {
    transition: all 80ms linear;
    opacity: 0
}

.owl-carousel .is-small .carousel-nav-arrow-left, .owl-carousel .is-small .carousel-nav-arrow-right {
    transform: scale(.6);
    top: 10%
}

.owl-carousel .is-small .carousel-nav-arrow-left {
    left: -10px
}

.owl-carousel .is-small .carousel-nav-arrow-right {
    right: -10px
}

.owl-carousel .owl-stage-outer {
    transform: translateZ(0)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.js-carousel-1-responsive img {
    width: 100%
}

.pickup-bar {
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 20px 10px;
    font-size: .75rem;
    margin: 0 -10px 20px
}

.pickup-orders {
    margin: 0 -20px;
    font-size: .875rem
}

.pickup-orders .pickup-line:nth-child(2n) {
    background-color: #f8f8f8
}

.pickup-orders .pickup-active {
    cursor: pointer
}

.pickup-orders .pickup-active .pickup-status {
    color: green
}

.pickup-orders .pickup-cel {
    color: #999;
    padding: 25px 17px
}

.pickup-orders .pickup-cel.pickup-status {
    font-size: .75rem;
    padding-right: 0
}

.pickup-orders .pickup-label {
    color: #777;
    padding: 0 17px
}

.pickup-orders .pickup-label.pickup-label-status {
    padding-right: 0
}

.blz-oauth-box.blz-oauth-box-signature {
    max-width: 80%
}

.blz-oauth-box.blz-oauth-box-list {
    max-width: 40%
}

.signature-order-number {
    display: block;
    margin-top: 8px;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 1.625rem;
    color: #ff6c00
}

.signature-canvas {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 5px;
    border: 1px solid #ccc
}

.signature-canvas canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #fff
}

.signature-footer {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.signature-footer > .btn-signature {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: inline-block;
    width: auto
}

.final-countdown {
    margin: 10px;
    font-size: .875rem;
    color: #212121
}

.final-countdown .countdown {
    color: #ff6c00;
    font-size: 1.125rem;
    font-weight: 700
}

.countdown-wrapper {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.countdown-item, .countdown-wrapper {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.countdown-item {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-right: 25px;
    position: relative
}

.countdown-item:nth-child(2):after, .countdown-item:nth-child(3):after {
    content: ':';
    position: absolute;
    right: -20px;
    font-size: 3rem;
    top: 24px
}

.countdown-box {
    font-weight: 700;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
    color: #ff6c00;
    font-size: 3.75rem;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.countdown-label {
    font-size: .875rem;
    margin-top: 10px
}

.countdown-separator {
    font-size: 3rem;
    margin-top: 24px
}

.facets {
    max-height: 400px;
    overflow-y: scroll
}

.form-control {
    color: #333;
    border-radius: 4px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    box-shadow: none
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
    background: #f9f9f9
}

.form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled]:focus .form-control {
    border: 1px solid #ccc
}

.form-control:focus {
    border-color: #a43287;
    box-shadow: 0 0 4px 0 #a43287
}

.form-title {
    font-weight: 400;
    font-size: 1.75rem;
    text-align: center;
    padding-bottom: 10px
}

.form-subtitle {
    font-size: .625rem;
    text-align: center;
    text-transform: uppercase
}

.form-legend {
    font-size: .75rem;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 700
}

.form-link {
    display: block;
    font-size: .875rem
}

.form-label {
    font-size: .875rem;
    font-weight: 500;
    color: #777;
    line-height: 1.7
}

.form-label span {
    color: #ccc;
    font-size: .8125rem
}

.form-label-inline {
    display: inline
}

.form-label-block {
    display: block
}

.form-error-message {
    font-size: .75rem
}

.form-box {
    display: block;
    padding: 20px 10px;
    border: 1px solid #efefef
}

.form-box-title {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    background-color: #999
}

.form-address-help-link {
    padding-top: 5px;
    font-size: .875rem;
    color: #ff6c00;
    float: left;
    text-decoration: underline
}

.form-error .label-error {
    display: block
}

.form-error {
    position: absolute;
    font-size: .6875rem;
    color: #e00
}

input.ng-invalid:not(.ng-untouched):not([disabled]), select.ng-invalid:not(.ng-untouched):not([disabled]), textarea.ng-invalid:not(.ng-untouched):not([disabled]) {
    border: 1px solid #e00
}

.input-group-addon {
    padding: 0;
    background: 0 0;
    border: none
}

.form-row {
    clear: both
}

.form-inline {
    min-height: 42px
}

.form-inline .form-group {
    display: inline-block
}

.form-inline .form-label {
    margin-right: 10px
}

.form-group.has-error > label {
    color: #e00
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #e00;
    box-shadow: none
}

.form-select select::-ms-expand {
    display: none
}

.form-select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    height: 36px
}

.form-select select[disabled], .form-select select[readonly] {
    background: #f9f9f9
}

.form-select select {
    font-size: .75rem;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    display: block;
    outline: 0 none;
    padding: 0 20px 0 12px;
    float: none;
    position: relative;
    left: -3px;
    top: -3px;
    width: 101%;
    height: 114%
}

.form-select select:focus {
    outline: 0
}

.form-select select[disabled] + .ico {
    opacity: .4
}

.form-select .ico {
    content: "";
    position: absolute;
    top: 55%;
    right: .5em;
    margin-top: -4px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #999;
    z-index: 2
}

.form-select-xxs select {
    height: 20px
}

.form-select-auto {
    width: 100%
}

.text-danger {
    color: #e00
}

.inputs-sm .form-control {
    font-size: .8125rem;
    padding: 5px 10px;
    height: 30px
}

.form-line label:not(.form-label) {
    width: 33.3%;
    margin-top: 7px
}

.form-line label:not(.form-label):nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
}

.form-line label:not(.form-label):last-child {
    margin-right: 0
}

.form-line label:not(.form-label):nth-child(0n) {
    margin-right: 0;
    float: right
}

.form-line label:not(.form-label):nth-child(0n+1) {
    clear: both
}

.form-line .form-control, .form-line .form-error {
    position: relative;
    width: 66.6%
}

.form-line .form-control:nth-child(1n), .form-line .form-error:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
}

.form-line .form-control:last-child, .form-line .form-error:last-child {
    margin-right: 0
}

.form-line .form-control:nth-child(0n), .form-line .form-error:nth-child(0n) {
    margin-right: 0;
    float: right
}

.form-line .form-control:nth-child(0n+1), .form-line .form-error:nth-child(0n+1) {
    clear: both
}

.form-line .form-error {
    float: right !important
}

.hamburguer {
    width: 23px;
    height: 16px;
    position: relative;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

.hamburguer .js-header-link {
    display: contents
}

.hamburguer i {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out;
    min-width: 23px
}

.hamburguer i:first-child {
    top: 0
}

.hamburguer i:nth-child(2) {
    top: 7px
}

.hamburguer i:nth-child(3) {
    top: 14px
}

.hamburguer.is-open i:first-child {
    top: 7px;
    transform: rotate(135deg)
}

.hamburguer.is-open i:nth-child(2) {
    opacity: 0;
    left: -60px
}

.hamburguer.is-open i:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg)
}

.is-mobile .header-menu-button {
    padding-right: 22px
}

.hero {
    position: relative;
    text-align: center;
    overflow: hidden
}

.hero-banner {
    width: 100%
}

.hero-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.hero-title {
    position: relative;
    display: inline-block;
    font-size: 2.8125rem;
    text-align: center
}

.hero-subtitle, .hero-title {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.hero-subtitle {
    margin-top: 20px;
    font-weight: 400;
    font-size: 1.5rem
}

.hero-subtitle span {
    font-size: 1.375rem
}

.hero-action {
    margin-top: 20px
}

.item-price {
    cursor: pointer;
    line-height: 1.125rem;
    margin-bottom: 10px;
    min-height: 55px
}

.item-price-max {
    font-size: .8125rem;
    text-decoration: line-through;
    color: #999;
    font-weight: 500
}

.item-price-value {
    font-size: 16px;
    line-height: 22px;
    color: #282828;
    font-weight: 800
}

.item-price-installments {
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    margin-bottom: 4px
}

.item-free-ship {
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    display: block
}

.item-price-unavailable {
    color: #a43287;
    font-weight: 700
}

.item-discount {
    position: absolute;
    top: 4px;
    right: 4px;
    width: auto;
    height: auto;
    overflow: hidden;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    z-index: 1;
    font-weight: 700;
    background-color: #e9004c;
    padding: 1px 3px;
    font-size: 14px;
    line-height: 21px
}

.product-holder-aside .item-discount {
    top: 15px;
    right: 15px
}

.banner-leaderboard-expansive {
    height: 40px;
    position: relative;
    overflow: hidden
}

.banner-leaderboard-expansive.is-open {
    overflow: initial
}

.banner-leaderboard-expansive img {
    position: absolute;
    z-index: 30
}

.banner-leaderboard-expansive .banner-leaderboard-image {
    max-height: none
}

.feedback-blind {
    background-color: rgba(255, 255, 255, .4);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.feedback-relative {
    position: relative
}

.feedback-fixed {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.feedback-blind .pace-feedback, .feedback-fixed .pace-feedback, .feedback-relative .pace-feedback {
    top: 50%;
    left: 50%;
    position: absolute
}

.feedback-blind .pace-feedback {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-left: -20px;
    border-width: 2px
}

.feedback-blind .feedback-blind-bar, .feedback-blind .feedback-blind-bar-guide {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 9%;
    border-radius: 2px;
    display: block
}

.feedback-blind .feedback-blind-bar {
    position: absolute;
    height: 5px;
    background-color: orange;
    animation: a cubic-bezier(0, 0, .015, 1.005) 34s infinite;
    transition: width;
    margin-left: 10%;
    z-index: 2
}

.feedback-blind .feedback-blind-bar-guide {
    height: 17px;
    background-color: rgba(240, 240, 240, .8);
    width: 82%;
    z-index: 1
}

.feedback-blind .feedback-blind-bar.is-completed {
    transition: width;
    width: 80% !important
}

.hide-pace .pace {
    display: none
}

.small-loading-feedback {
    text-align: center;
    margin: 20px 0
}

.small-loading-feedback .pace-activity {
    position: static;
    display: inline-block
}

@keyframes a {
    0% {
        width: 5%
    }
    34% {
        width: 20%
    }
    89% {
        width: 60%
    }
    to {
        width: 80%
    }
}

.account-small-modal .modal-dialog {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto
}

.tabs {
    border-bottom: 1px solid #efefef;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    list-style: none
}

.tabs .tab-item {
    margin-bottom: -1px;
    display: block;
    padding: 12px 15px;
    border: 1px solid #efefef;
    background: #fff
}

.tabs .tab-item.is-active {
    border-bottom: 1px solid #fff;
    color: #ff6c00
}

.popover {
    border-color: #ff6c00;
    border-radius: 2px;
    position: absolute;
    z-index: 100;
    background: #fff;
    bottom: 50px;
    box-shadow: 0 0 5px #ccc;
    display: none;
    overflow: initial;
    top: auto;
    left: -75px
}

.popover:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 93px;
    border-top: 6px solid #ff6c00;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.popover .price-holder {
    background-color: #f8f8f8;
    padding: 10px
}

.popover .popover-content .price-holder {
    margin-bottom: 0
}

.popover .product-attributes {
    padding: 7px 10px;
    font-size: .75rem;
    color: #212121
}

.popover.bottom > .arrow:after, .popover.top > .arrow:after {
    border-top-color: #f8f8f8
}

.popover.bottom > .arrow, .popover.top > .arrow {
    border-top-color: #ff6c00
}

.popover-content {
    width: 191px;
    padding: 0;
    overflow: initial
}

.payment-summary-item-principal + .popover {
    border: 0;
    border-radius: 0;
    padding: 0;
    max-width: 360px
}

.payment-summary-item-principal + .popover > .arrow {
    right: -15px;
    border-left-color: #000;
    border-width: 8px
}

.payment-summary-item-principal + .popover > .arrow:after {
    display: none
}

.payment-summary-item-principal + .popover .popover-content {
    height: 180px;
    width: 360px
}

.payment-summary-item-principal + .popover img {
    display: block
}

.price {
    color: #ff6c00
}

.price-holder {
    position: relative;
    overflow: hidden
}

.product-discount {
    display: inline-block;
    padding: 3px 7px;
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 700;
    color: #fff;
    background-color: #ff6c00
}

.product-item {
    padding: 15px 0;
    display: table
}

.product-item-image {
    display: inline-block;
    float: left;
    width: 80px;
    height: auto
}

.product-item-image img {
    max-width: 100%
}

.product-item-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px
}

.product-item-title {
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 10px
}

.product-item-subtitle {
    font-size: .875rem;
    padding-bottom: 10px;
    color: #a3a3a3;
    overflow-wrap: break-word
}

.product-item-attributes {
    color: #999;
    font-size: .875rem
}

.product-label {
    position: relative;
    display: inline-block;
    min-height: 20px
}

.product-label .product-label-img {
    margin: auto;
    height: 19px;
    width: auto;
    vertical-align: bottom
}

.showcase-details-block-text .product-label {
    margin: -10px 7% 6px 4%;
    width: 90%
}

.product-holder-inner .product-label {
    width: 30%
}

.owl-carousel .owl-item .product-label-img {
    height: 19px;
    width: auto
}

.product-social-share {
    position: absolute;
    right: -7px;
    top: 5px
}

.product-social-share input:checked ~ .product-share-menu {
    display: block
}

.product-share-menu {
    display: none;
    position: absolute;
    top: -5px;
    right: 3px;
    z-index: 3
}

.product-share-button {
    padding: 10px;
    margin-top: -10px
}

.label-close {
    margin-bottom: 0;
    width: 42px
}

.copied-icon {
    filter: invert(100%) brightness(.59) !important
}

.copied-icon, .icon-copy {
    height: 22px;
    width: 22px
}

.product-share-item {
    border-radius: 50%;
    background: #fff;
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 1px 2px 0 #999
}

.rating i:last-child {
    margin-right: 0
}

.rate-star-empty {
    font-size: 19px;
    background: linear-gradient(90deg, #ffc800, #ffc800 0, #ebebeb 1%, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.rate-star-empty:after {
    content: "\2605"
}

.rate-star-half {
    font-size: 19px;
    background: linear-gradient(90deg, #ffc800, #ffc800 50%, #ebebeb 0, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.rate-star-half:after {
    content: "\2605"
}

.rate-star-full {
    font-size: 19px;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.rate-star-full:after {
    content: "\2605"
}

.header-search .btn, .header-search-wrapper .form-control {
    height: 40px
}

.header-search-wrapper .input-group-btn {
    left: -2px
}

.btn-search.btn-primary, .btn-search.btn-primary.focus, .btn-search.btn-primary:focus, .btn-search.btn-primary:hover {
    box-shadow: none
}

.btn-search {
    width: auto;
    padding: 8px 11px 8px 13px
}

.see-more-description {
    position: relative;
    max-height: 6em;
    overflow: hidden
}

.see-more-description:after {
    content: '';
    display: block;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #f8f8f8)
}

.see-more-description.see-more-product-detail {
    max-height: 14em;
    margin-top: 26px
}

.see-more-description.see-more-product-detail:after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff)
}

.see-more-description-link {
    display: block;
    text-align: center;
    margin: -20px 0 15px
}

.see-more-description-link:after {
    content: 'â¯';
    margin-left: .3em
}

.see-more-description-link.see-more-product-detail-link {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 15px;
    text-align: left;
    font-size: .8125rem;
    background: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #f8f8f8
}

.see-more-description-link.see-more-product-detail-link:after {
    content: ''
}

.see-more-description-link.see-more-product-detail-closer {
    margin-left: -15px;
    margin-bottom: -15px;
    position: relative;
    z-index: 2;
    border-bottom: 0
}

.see-more-description-checkbox {
    display: none
}

.see-more-description-checkbox:checked ~ .see-more-description {
    max-height: none
}

.see-more-description-checkbox:checked ~ .see-more-description:after {
    background-image: none
}

.see-more-description-checkbox:checked ~ .see-more-description-link {
    display: none
}

.separator {
    text-align: center;
    font-size: 1rem;
    margin: 10px 0;
    position: relative;
    color: #ccc
}

.separator:before {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #efefef;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0
}

.separator-italic {
    font-style: italic
}

.separator-text {
    position: relative;
    z-index: 3;
    display: inline-block;
    background: #fff;
    padding: 0 20px
}

.showcase-item-bullets {
    text-align: center;
    width: 100%;
    margin-bottom: 2px;
    font-size: 1px;
    min-height: 6px
}

.showcase-item-bullets i {
    width: 6px;
    height: 6px;
    border: 1px solid #999;
    background: #fff;
    margin-right: 3px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer
}

.showcase-item-bullets i.is-active {
    background: #999
}

.showcase-item-buy {
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: all .1s linear
}

.showcase-item-buy .spr {
    display: none
}

.showcase-item-buy-with-link {
    opacity: 1;
    position: relative
}

.showcase-item-buy-with-link .showcase-see-more {
    opacity: 1
}

.showcase-item-description {
    font-size: 14px;
    color: #282828;
    line-height: 21px;
    cursor: pointer
}

.showcase-item-gift {
    width: 60px !important;
    height: 60px !important;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0 2px 3px 0 rgba(153, 153, 153, .3);
    border-radius: 50%;
    border-bottom: 1px solid #ccc
}

.showcase-item-image {
    position: relative;
    margin-bottom: 10px
}

.showcase-minimal {
    padding-bottom: 5px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch
}

.showcase-item-minimal, .showcase-minimal {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.showcase-item-minimal {
    -webkit-overflow-scrolling: touch;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    max-width: 284px
}

.showcase-item-minimal:not(:last-child) {
    margin-right: 20px
}

.showcase-item-minimal .product-buy {
    margin-top: auto
}

.showcase-item-minimal-image {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px
}

.showcase-item-minimal-brand {
    display: block;
    font-size: .875rem;
    text-transform: none
}

.showcase-item-minimal-price {
    margin-bottom: 10px
}

.showcase-item-minimal-price .item-price-max {
    margin-right: 10px
}

.showcase-minimal .showcase-see-more, .showcase-minimal-added {
    font-size: .75rem;
    width: 100%;
    color: #ff6c00;
    padding: 12px 0;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1
}

.showcase-item-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #282828;
    margin-bottom: 10px;
    white-space: normal;
    min-height: 63px
}

.showcase-item-brand {
    font-size: .6875rem;
    text-transform: uppercase;
    display: block
}

.showcase-item-rating {
    margin-bottom: 8px;
    text-align: center
}

.showcase-item {
    height: auto;
    position: relative;
    vertical-align: top;
    max-width: 210px;
    padding-top: 4px
}

.showcase-item:after, .showcase-item:before {
    content: "";
    display: table
}

.showcase-item:after {
    clear: both
}

.showcase-item .showcase-item-col-text .showcase-item-description {
    display: none
}

.showcase-item-unavailable {
    opacity: .5
}

.container-content .row-flexbox .showcase-item {
    height: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 4 - 22.5px)
}

.container-content .row-flexbox .showcase-item:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
}

.container-content .row-flexbox .showcase-item:last-child {
    margin-right: 0
}

.container-content .row-flexbox .showcase-item:nth-child(4n) {
    margin-right: 0;
    margin-left: auto
}

.showcase-item .product-group {
    display: none
}

.showcase-with-group .showcase-item .product-group {
    display: block
}

.container-content .showcase-list .row-flexbox .showcase-item, .container-content .showcase-list.row-flexbox .showcase-item, .showcase-list.showcase-fourth .showcase-item {
    width: 100%;
    display: table;
    max-width: 100%
}

.showcase-gondola .showcase-item {
    margin-top: 20px;
    margin-bottom: 40px
}

.showcase.row, .showcase.row-flexbox {
    padding-left: 20px;
    padding-right: 20px
}

.showcase-brand-description {
    margin-top: 10px;
    font-size: .75rem;
    color: #4a4a4a
}

.showcase .product-group {
    text-align: left
}

.showcase .product-group .product-group-label {
    display: none
}

.template-image-only {
    width: 100%
}

.is-mobile .showcase:not(.showcase-gondola), .is-tablet .showcase:not(.showcase-gondola) {
    min-height: 410px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.is-mobile .showcase:not(.showcase-gondola) .showcase-item, .is-tablet .showcase:not(.showcase-gondola) .showcase-item {
    width: 75%;
    max-width: 210px;
    margin-bottom: 20px;
    float: none;
    display: inline-block;
    white-space: normal
}

.showcase-see-more {
    margin-top: 8px;
    display: inline-block;
    opacity: .7
}

.template-header-departament + .container {
    margin-top: 40px
}

.social-icons-links {
    display: inline-block;
    margin: 0 5px 5px 0;
    position: relative;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    background-color: #999;
    text-align: center
}

.social-icons-links:last-child {
    margin-right: 0
}

.social-share {
    width: 54px;
    position: fixed;
    z-index: 99;
    top: 130px;
    right: 30px
}

.social-share input {
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0
}

.social-item:hover img {
    filter: brightness(.9)
}

.social-share-button {
    position: relative;
    height: 54px;
    width: 54px
}

.social-share-close, .social-share-open {
    position: absolute;
    right: 0;
    opacity: 0
}

.social-share-open {
    z-index: 2;
    opacity: 1
}

.social-share input:checked ~ .social-share-button .social-share-open {
    z-index: 1;
    opacity: 0
}

.social-share input:checked ~ .social-share-button .social-share-close {
    z-index: 2;
    opacity: 1
}

.social-share input:checked ~ .social-share-menu {
    display: block
}

.social-share-menu {
    display: none
}

.billboard .swipe-wrap {
    height: 0;
    padding-bottom: 28.6885%
}

.billboard .swipe-wrap .swipe-slide-item img {
    vertical-align: middle;
    max-width: 100%
}

.billboard .swipe-wrap:not(.swipe-slide-item-background) .swipe-slide-item img {
    width: 100%
}

.billboard-small .swipe-wrap {
    padding-bottom: 36.9226%
}

.swipe-slide-item-video video {
    height: 100%
}

.swipe-cards-inner {
    white-space: nowrap;
    max-width: 100%;
    margin: 0
}

.swipe-cards-inner, .swipe-cards-item {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-align: center
}

.swipe-cards-item:not(:last-child) {
    margin-right: 1px
}

.swipe-cards-item a {
    display: inline-block;
    vertical-align: middle
}

.swipe-cards-item img {
    max-width: 100%
}

.js-swipe-cards .swipe-slide-item img, .swipe-cards-with-1:not(.swipe-cards-spaced) img {
    width: 100%
}

.swipe-cards-with-2:not(.swipe-cards-spaced) img {
    width: 472px
}

.swipe-cards-with-3:not(.swipe-cards-spaced) img, .swipe-cards-with-4:not(.swipe-cards-spaced) img, .swipe-cards-with-5:not(.swipe-cards-spaced) img {
    width: 312px
}

.page-home .swipe-cards-with-2:not(.swipe-cards-spaced) img, .page-special_page .swipe-cards-with-2:not(.swipe-cards-spaced) img {
    width: 607px
}

.page-home .swipe-cards-with-3:not(.swipe-cards-spaced) img, .page-special_page .swipe-cards-with-3:not(.swipe-cards-spaced) img {
    width: 403px
}

.page-home .swipe-cards-with-4:not(.swipe-cards-spaced) img, .page-special_page .swipe-cards-with-4:not(.swipe-cards-spaced) img {
    width: 301px
}

.page-home .swipe-cards-with-5:not(.swipe-cards-spaced) img, .page-special_page .swipe-cards-with-5:not(.swipe-cards-spaced) img {
    width: 240px
}

.swipe-cards-spaced {
    margin-bottom: 10px
}

.swipe-cards-spaced.swipe-cards-with-4 img {
    max-width: 286px
}

.swipe-cards-spaced img {
    max-width: 223px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.swipe-cards-spaced .swipe-wrap {
    height: 0;
    padding-bottom: 95%
}

.swipe-cards-spaced .swipe-nav {
    display: none
}

.swipe-cards-spaced .swipe-cards-item:not(:last-child) {
    margin-right: 18px
}

.swipe-cards-spaced.swipe-cards-spaced-mobile .swipe-cards-inner {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 3px
}

.swipe-cards-spaced.swipe-cards-spaced-mobile .swipe-cards-item {
    margin-right: 10px;
    max-width: 70%
}

.swipe-cards-spaced.swipe-cards-spaced-mobile .swipe-cards-item img {
    height: 160px;
    max-width: 100%
}

.swipe-cards-spaced.swipe-cards-spaced-mobile .swipe-cards-item:first-child {
    margin-left: 15px
}

.swipe-cards-spaced .swipe-slide-item {
    padding: 15px 35px;
    text-align: center
}

.swipe-cards-spaced .swipe-slide-item a {
    display: inline-block
}

.swipe-cards-spaced .swipe-slide-item img {
    width: auto;
    max-width: none;
    transition: transform .2s linear;
    transform: scale(.8);
    will-change: transform
}

.swipe-cards-spaced .swipe-slide-item.is-active {
    position: relative;
    z-index: 2
}

.swipe-cards-spaced .swipe-slide-item.is-active img {
    transform: scale(1)
}

.swipe-black-friday.swipe-cards-spaced .swipe-cards-inner {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swipe-black-friday.swipe-cards-spaced .swipe-cards-item {
    -ms-flex-preferred-size: calc(50% - 7px);
    flex-basis: calc(50% - 7px);
    display: block;
    margin-right: 0;
    margin-bottom: 14px;
    padding: 0;
    margin-left: 7px
}

.swipe-black-friday.swipe-cards-spaced .swipe-cards-item a {
    display: block
}

.swipe-black-friday.swipe-cards-spaced .swipe-cards-item img {
    width: 100%;
    max-width: 100%
}

.swipe-cards-item-type-html {
    vertical-align: middle;
    display: block
}

.swipe-cards-item-autowidth {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.swipe-cards-item-autowidth iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.swipe {
    visibility: visible
}

.swipe, .swipe-wrap {
    overflow: hidden;
    position: relative
}

.swipe-wrap > .swipe-slide-item {
    float: left;
    width: 100%;
    position: relative;
    will-change: transform
}

.swipe-wrap > .swipe-slide-item .swipe-lazy {
    opacity: 0;
    transition: all .25s
}

.swipe-wrap > .swipe-slide-item .swipe-lazy.lazyloaded {
    opacity: 1
}

.swipe-controls {
    position: absolute;
    top: calc(50% - 23px);
    left: 10px;
    right: 10px;
    opacity: 0;
    transition: all .2s
}

.swipe-controls .spr-carousel-left, .swipe-controls .spr-carousel-right {
    position: absolute;
    cursor: pointer
}

.swipe-controls .spr-carousel-left {
    left: 0
}

.swipe-controls .spr-carousel-right {
    right: 0
}

.swipe:hover .swipe-controls {
    opacity: 1
}

.swipe-nav {
    text-align: center;
    margin: 6px 0
}

.swipe-nav i {
    margin: 2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer
}

.swipe-nav i.is-active {
    background-color: #999
}

.tracking-simple {
    width: 100%;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 10px
}

.tracking-simple:after {
    content: '';
    position: absolute;
    background: #efefef;
    height: 3px;
    width: 100%;
    background-image: linear-gradient(90deg, #ff6c00 0, #ff6c00 49%, #efefef 50%, #efefef);
    top: calc(50% - 3px);
    left: 0;
    z-index: 1
}

.track-item {
    width: 32%;
    vertical-align: middle;
    z-index: 3
}

.track-image img {
    border-radius: 50%
}

.track-title {
    font-size: .75rem;
    font-weight: 700;
    color: #ff6c00;
    text-align: center;
    margin: 10px 0 20px;
    text-transform: uppercase
}

.track-step1.track-NODE .track-item-content:before, .track-step10.track-NODE .track-item-content:before, .track-step11.track-NODE .track-item-content:before, .track-step2.track-NODE .track-item-content:before, .track-step3.track-NODE .track-item-content:before, .track-step4.track-NODE .track-item-content:before, .track-step5.track-NODE .track-item-content:before, .track-step6.track-NODE .track-item-content:before, .track-step7.track-NODE .track-item-content:before, .track-step8.track-NODE .track-item-content:before, .track-step9.track-NODE .track-item-content:before {
    display: block;
    content: '';
    width: 60px;
    height: 60px
}

.track-item-content, .track-item-content-back {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 50%
}

.track-TRANSITION {
    position: relative
}

.track-TRANSITION .track-item-content-back {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 45px)
}

.track-TRANSITION .track-item-content {
    width: 80px;
    height: 80px
}

.track-item-content {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    color: #999;
    text-align: center;
    position: relative
}

.track-item-content.is-complete {
    color: #ff6c00
}

.track-item-content .track-step8:before {
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: -4px
}

.tracking-simple-target {
    display: block
}

.tracking-simple-target:hover {
    opacity: .7
}

.header-order-menu .section-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: .875rem
}

.header-order-menu .section-subtitle, .header-order-menu .section-title {
    text-align: left;
    padding: 0 10px
}

.header-order-menu .box-session {
    margin: 0
}

.youtube-embed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    background-color: #000;
    padding-bottom: 56.25%
}

.youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.youtube-embed:hover .video-play {
    transform: scale(1.15)
}

.youtube-embed .pace-activity {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    margin: -50px;
    display: none
}

.youtube-embed-lightbox {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin: 0 auto
}

.youtube-embed-lightbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-play {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #ff6c00;
    overflow: hidden;
    transition: transform .25s ease-out;
    transform: scale(1);
    will-change: transform;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.video-play:hover {
    transform: scale(1.15)
}

.video-play:before {
    transition: all .2s;
    will-change: transform;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #ff6c00;
    transform: translateY(0)
}

.video-play.video-play-sm {
    width: 30px;
    height: 30px;
    border: 2px solid #ff6c00
}

.video-play.video-play-sm:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9px solid #ff6c00
}

.account-modal .modal-header {
    border-bottom: 0
}

.account-modal .modal-body {
    padding: 20px 35px
}

.account-modal .modal-body-column {
    margin-right: 25px
}

.account-modal .modal-title {
    padding: 0 20px;
    font-size: 1.5rem;
    text-align: left
}

.account-modal .modal-close {
    right: 35px;
    font-weight: 200;
    font-size: 2.5rem
}

.account-modal .modal-footer {
    padding: 15px 35px;
    background-color: #efefef
}

.menu-account .list-group {
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25)
}

.account-container .section-title {
    text-align: left;
    margin-bottom: 6px
}

.account-container .section-title-orders {
    color: #999;
    font-size: 1.875rem;
    text-align: center;
    margin: 50px 10px
}

.account-container input[type=radio] {
    margin-top: 5px
}

.account-password-check {
    position: relative
}

.account-password-success {
    text-align: center
}

.account-box {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
    margin: 0 10px 25px
}

.account-box:after, .account-box:before {
    content: "";
    display: table
}

.account-box:after {
    clear: both
}

.account-box .credit-card-flag {
    display: inline-block;
    margin: 5px 15px 10px 0;
    vertical-align: middle;
    width: 50px
}

.page-order-tracking .account-box {
    background-color: #fff
}

.account-box-internal {
    padding: 10px
}

.account-box-internal.order-footer {
    background-color: #f8f8f8
}

.account-box-internal.order-footer:after, .account-box-internal.order-footer:before {
    content: "";
    display: table
}

.account-box-internal.order-footer:after {
    clear: both
}

.account-box-footer {
    border-top: 1px solid #efefef;
    margin: 0 10px;
    padding: 10px 0
}

.account-box-footer:after, .account-box-footer:before {
    content: "";
    display: table
}

.account-box-footer:after {
    clear: both
}

.account-box-footer .newsletter-checkbox {
    margin-top: 2px
}

.account-box-footer .account-box-footer-discount {
    margin: 10px 0
}

.account-box-footer .account-box-footer-action {
    text-align: right
}

.blog-section {
    display: block;
    margin-bottom: 20px
}

.primary-post {
    padding-bottom: 20px;
    border-bottom: 1px dotted #efefef
}

.primary-image {
    width: 100%
}

.primary-category {
    margin: 20px 0;
    font-size: .625rem;
    font-weight: 700;
    color: #a43287;
    text-align: center;
    text-transform: uppercase
}

.primary-title {
    font-size: 1.25rem;
    line-height: 1.6
}

.primary-author, .primary-title {
    font-weight: 100;
    text-align: center
}

.primary-author {
    color: #777;
    font-family: serif;
    margin: 20px 0
}

.primary-author p {
    display: inline-block;
    font-style: italic
}

.primary-author p:before {
    content: 'por';
    margin-right: 5px;
    display: inline-block
}

.primary-image-profile {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.post-preview {
    margin-bottom: 20px;
    font-size: .875rem;
    line-height: 1.5
}

.read-more {
    display: block;
    font-weight: 700;
    color: #a43287;
    text-align: right;
    text-transform: uppercase
}

.read-more:hover {
    text-decoration: underline
}

.posts-list-mobile {
    display: block;
    float: left;
    margin-bottom: 20px
}

.post-mobile {
    width: 100%;
    float: left;
    padding: 15px;
    border-bottom: 1px dotted #efefef
}

.post-mobile-picture {
    margin-right: 20px;
    float: left;
    width: 30%
}

.post-mobile-image {
    width: 100%
}

.post-mobile-content {
    float: left;
    width: 60%
}

.post-mobile-category {
    font-size: .875rem;
    font-weight: 700;
    color: #a43287;
    text-transform: uppercase
}

.post-mobile-title {
    padding: 10px 0;
    font-weight: 100;
    font-family: serif
}

.post-mobile-author {
    font-style: italic;
    font-weight: 100;
    font-family: serif;
    color: #777
}

.post-mobile-author:before {
    content: 'por';
    margin-right: 5px;
    display: inline-block
}

.blog-author, .blog-posts-list {
    width: 50%;
    float: left
}

.brands-forehead {
    position: relative
}

.brands-sticky {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 0
}

.brands-index {
    font-size: .75rem;
    z-index: 2;
    background: #fff
}

.brands-index-link {
    display: block;
    padding: 2px 0
}

.brands-letter {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 20px 5px 10px;
    border-radius: 50%;
    clear: both;
    width: 40px
}

.brands-letter:target {
    height: 40px;
    background: #a43287;
    padding: 8px 0;
    text-align: center;
    color: #fff
}

.brands-item {
    min-height: auto;
    float: left;
    padding: 1px;
    margin-bottom: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 4 - 7.5px);
    padding: 15px 5px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brands-item:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0
}

.brands-item:last-child {
    margin-right: 0
}

.brands-item:nth-child(4n) {
    margin-right: 0;
    margin-left: auto
}

.brands-billboard-frontlet {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center
}

.page-brand.page-dior .brands-billboard-frontlet {
    background: #000
}

.campaign-form {
    box-shadow: 0 1px 2px 0 #efefef;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
    background: #f8f8f8
}

.campaign-form input[type=email] {
    text-transform: none
}

.campaign-form-title {
    text-align: center;
    font-size: 1.625rem
}

.campaign-form-subtitle {
    font-size: 1.125rem;
    font-weight: 300;
    margin: 10px 0 40px;
    text-align: center
}

.cart-empty-wrap {
    margin-top: 35px
}

.cart-empty {
    text-align: center;
    width: 100%;
    color: #999
}

.cart-empty-title {
    font-size: 1.375rem
}

.cart-empty-subtitle {
    font-size: .875rem;
    margin-top: 10px
}

.cart-empty-icon {
    margin-top: 45px;
    margin-bottom: 20px;
    display: inline-block
}

.cart-summary-inner.cart-empty {
    padding: 30px 20px
}

.cart-summary-inner .cart-empty-subtitle {
    font-size: .8125rem
}

.cart-summary-inner .cart-empty-icon {
    margin-top: 20px
}

.header-account-bag {
    margin-left: 0
}

.header-account-bag .bag-full {
    cursor: pointer;
    position: relative
}

.header-account-bag .header-account-item {
    padding: 0
}

.header-account-bag:hover .header-account-item {
    color: #ff6c00
}

.header-account-bag:hover .cart-summary-quantity {
    background: #e66100
}

.header-account-bag:hover .icon-bag-full {
    fill: #ff6c00
}

.bag-full {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 24px;
    height: 26px;
    top: 6px
}

.icon-bag-full {
    fill: #212121;
    width: 23px;
    height: 26px;
    position: absolute;
    margin-right: 10px
}

.cart-summary-quantity {
    color: #fff;
    font-weight: 700;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: absolute;
    background: #ff6c00;
    border-radius: 50%;
    top: -10px;
    right: -9px;
    text-align: center;
    z-index: 23;
    font-size: .6875rem;
    width: 18px;
    height: 18px;
    line-height: 1.0625rem
}

.cart-summary-opacity0 {
    opacity: 0
}

.cart-summary-wrap {
    position: absolute;
    display: none;
    z-index: 21;
    width: 280px;
    top: 26px;
    right: 0;
    padding-top: 20px
}

.cart-summary-wrap:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 15px;
    right: 40px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef
}

.cart-summary-inner {
    margin-top: 20px;
    padding: 0 10px 10px;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 4px
}

.cart-summary-title {
    text-align: center;
    font-size: 1.125rem
}

.cart-summary-items {
    max-height: 250px;
    overflow: auto
}

.cart-summary-item {
    padding: 10px 0;
    overflow: hidden
}

.cart-summary-item:not(:last-child) {
    border-bottom: 1px solid #efefef
}

.cart-summary-item-info {
    margin-left: 60px;
    font-size: .8125rem
}

.cart-summary-item-image {
    float: left;
    overflow: hidden
}

.cart-summary-item-price {
    color: #ff6c00;
    font-weight: 700;
    margin-top: 5px
}

.cart-summary-feedback {
    height: 100px
}

.cart-summary-button .btn {
    font-size: .8125rem;
    font-weight: 500
}

.cart-summary-total {
    font-weight: 400;
    opacity: .8;
    margin-left: 3px
}

.contact-form .form-select {
    width: 100%
}

.carousel-expert {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.expert-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.expert-wrapper-banners {
    float: right;
    max-width: 940px;
    width: 74.925%
}

.expert-wrapper-banners:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
}

.expert-wrapper-banners:last-child {
    margin-right: 0
}

.expert-wrapper-banners:nth-child(0n) {
    margin-right: 0;
    float: right
}

.expert-wrapper-banners:nth-child(0n+1) {
    clear: both
}

.expert-item-column {
    text-align: center;
    width: calc(99.9% * 1 / 3 - 13.333333333333332px)
}

.expert-item-column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
}

.expert-item-column:last-child {
    margin-right: 0
}

.expert-item-column:nth-child(0n) {
    margin-right: 0;
    float: right
}

.expert-item-column:nth-child(0n+1) {
    clear: both
}

.expert-profile-pic, .owl-carousel .owl-item .expert-profile-pic {
    display: block;
    margin: 0 auto 5px;
    width: 97px;
    height: 97px;
    border-radius: 50%
}

.expert-author-name {
    font-size: 1rem
}

.expert-author-about, .expert-author-name {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.expert-author-about {
    font-size: .875rem
}

.expert-wrapper .expert-blog-post img {
    width: 100%
}

.expert-wrapper.expert-only .blog-author {
    width: 100%;
    margin-top: 0
}

.experts-department {
    margin-bottom: 10px
}

.blog-author {
    text-align: center;
    width: 24.975%;
    margin-top: 75px
}

.blog-author:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
}

.blog-author:last-child {
    margin-right: 0
}

.blog-author:nth-child(0n) {
    margin-right: 0;
    float: right
}

.blog-author:nth-child(0n+1) {
    clear: both
}

.institutional-title {
    display: block;
    margin-bottom: 20px;
    font-size: .75rem;
    font-weight: 700
}

.institutional-title span {
    font-weight: 400
}

.institutional-text {
    display: block;
    font-size: .75rem;
    line-height: 1.3;
    margin-bottom: 20px
}

.institutional-warning {
    padding: 10px;
    background-color: #f8f8f8;
    font-size: .75rem;
    margin-bottom: 20px;
    line-height: 1.125rem;
    border: 1px solid silver
}

.aside-institutional-item {
    display: block;
    padding: 10px 0;
    font-size: .875rem
}

.aside-institutional-item.is-selected {
    color: #ff6c00;
    font-weight: 700
}

.institutional-list {
    display: block;
    font-size: .75rem;
    margin-left: 13px;
    margin-bottom: 20px
}

.institutional-list li {
    margin-bottom: 5px
}

.institutional-image {
    margin-bottom: 20px
}

.institutional-customer-service {
    display: block;
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .875rem;
    padding: 10px;
    margin-bottom: 20px
}

.institutional-customer-service li {
    display: inline-block;
    width: 100%
}

.institutional-customer-service a {
    display: block
}

.institutional-customer-service .ico {
    font-size: 1.5rem;
    margin-right: 15px;
    margin-top: 4px
}

.institutional-customer-service-text {
    overflow: hidden;
    display: block
}

.institutional-wrapper .list-group-child {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.customer-service-title {
    display: block
}

.customer-service-title b {
    font-size: 1rem;
    color: #ff6c00;
    font-weight: 400
}

.site-map-column {
    width: calc(99.9% * 1 / 5 - 24px)
}

.site-map-column:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.site-map-column:last-child {
    margin-right: 0
}

.site-map-column:nth-child(5n) {
    margin-right: 0;
    float: right
}

.site-map-column:nth-child(5n+1) {
    clear: both
}

.site-map-departament {
    display: block;
    margin-bottom: 20px
}

.site-map-departament ul {
    display: block;
    margin: 10px 0
}

.site-map-category, .site-map-departament li {
    font-size: .75rem;
    margin-bottom: 5px;
    line-height: 1.5
}

.site-map-category {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700
}

.institutional-faq {
    border: 1px solid #efefef;
    padding: 0 5px
}

.institutional-faq p {
    display: block;
    font-size: .75rem;
    line-height: 1.3;
    margin-bottom: 20px
}

.list-group {
    display: block;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    background: #fff;
    padding-left: 7px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px 15px 5px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #efefef
}

.filter-item-toggle .list-group-item {
    border: none
}

.list-group-item.filter-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.list-group-item.filter-wrapper.border-dotted {
    border-bottom: 2px dotted #efefef
}

.text-bold {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5
}

.has-right-icon {
    position: relative;
    padding-right: 40px
}

.has-right-icon .ico:not([class*=ico-rating-]), .has-right-icon .spr:not([class*=spr-star-]) {
    position: absolute;
    color: #ccc;
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

.has-left-icon {
    padding-left: 40px
}

.has-left-icon .list-icon {
    position: absolute;
    top: 30%;
    left: 5%
}

.list-group-thumbnail {
    min-height: 100px
}

.list-group-thumbnail img {
    float: left;
    width: 100px
}

.thumbnail-left {
    padding-left: 100px
}

.thumbnail-left img {
    left: 15px
}

.thumbnail-right {
    padding-right: 100px
}

.thumbnail-right img {
    right: 15px
}

.list-card-information {
    display: block
}

.list-card-flags {
    margin-right: 20px
}

.list-card-last-digits {
    color: #000;
    font-weight: 700
}

.list-label {
    font-size: .75rem;
    font-weight: 500;
    color: #999
}

.list-label.is-left {
    float: left
}

.list-label.is-right {
    float: right
}

.list-label.is-error {
    color: #e00
}

.list-group-child {
    display: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0 15px;
    border-bottom: 1px solid #efefef
}

.list-item-actions {
    position: absolute;
    top: 10px;
    right: 10px
}

.list-item-action {
    color: #ccc;
    font-size: 1rem;
    cursor: pointer
}

.list-item-action:hover {
    color: #ff6c00
}

.list-group-text {
    display: inline-block
}

.list-group .list-group-child-item {
    display: block;
    padding: 15px 20px;
    font-size: .75rem
}

.accordion-label .filter-title {
    padding: 13px 5px 13px 25px
}

.accordion-label .filter-title.filter-title-with-arrow {
    padding-left: 0;
    margin-left: 25px
}

.filter-title-arrow {
    border: solid #212121;
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 6px;
    top: 22px;
    transition: transform .25s ease-in-out;
    transform: translateZ(0) rotate(45deg)
}

.accordion-label {
    position: relative
}

.accordion-label .filter-title:not(.filter-title-with-arrow):before {
    border: solid #212121;
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 6px;
    top: 22px;
    transition: transform .25s ease-in-out;
    transform: translateZ(0) rotate(45deg)
}

.accordion-label-with-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%
}

.list-group-hidden-container {
    display: block;
    padding: 15px
}

.list-group-item-plus {
    text-align: center
}

.list-group-item-plus .ico-plus-round {
    background-color: #eee;
    border-radius: 50%;
    font-size: 1.5625rem;
    padding: 25px 26px;
    margin: 15px 0
}

.not-found {
    display: block;
    text-align: center;
    padding: 40px 0
}

.not-found-content {
    margin-top: 100px
}

.not-found-text {
    font-size: 1.25rem;
    margin-bottom: 50px;
    color: #000
}

.not-found-text-highlight {
    font-size: 1.625rem
}

.oneclick-form .oneclick-cvc-wrapper {
    position: relative;
    width: 100px;
    display: inline-block
}

.oneclick-form label {
    font-size: .75rem;
    width: 100%
}

.oneclick-icon-cvc {
    position: absolute;
    right: 8px;
    top: 8px
}

.oneclick-btn-wrapper {
    display: none;
    margin-top: 10px
}

.product-price-holder .oneclick-btn-wrapper {
    padding: 0 5px
}

.oneclick-btn-wrapper-mobile {
    padding: 0 15px
}

.oneclick-info {
    background-color: #f8f8f8;
    font-size: .75rem;
    padding: 11px;
    margin-bottom: 10px;
    min-height: 35px;
    line-height: 1.33;
    border-radius: 4px
}

.oneclick-security-flags {
    margin-top: 10px;
    float: right
}

.oneclick-security-flags .secure-site {
    width: 60px
}

.oneclick-security-flags .secure-google {
    width: 72px
}

.oneclick-modal .modal-dialog {
    max-width: 370px
}

.btn-oneclick {
    font-size: .9375rem
}

.btn-oneclick span {
    font-weight: 400;
    text-transform: lowercase
}

.physical-store {
    background: #efefef
}

.physical-store .section-title {
    font-size: 1.75rem;
    margin: 60px 0 40px;
    text-transform: unset
}

.physical-store .post-card {
    background: #fff;
    width: calc(99.9% * 1 / 1 - 0px);
    overflow: hidden
}

.physical-store .post-card:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.physical-store .post-card:last-child {
    margin-right: 0
}

.physical-store .post-card:nth-child(1n) {
    margin-right: 0;
    float: right
}

.physical-store .post-card:nth-child(1n+1) {
    clear: both
}

.physical-store .post-card:not(:last-child) {
    margin-bottom: 20px
}

.physical-store .post-card:after, .physical-store .post-card:before {
    content: "";
    display: table
}

.physical-store .post-card:after {
    clear: both
}

.physical-store .post-card img {
    display: block
}

.physical-store .col-1-2-flex {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 2 - 15px);
    position: relative
}

.physical-store .col-1-2-flex:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
}

.physical-store .col-1-2-flex:last-child {
    margin-right: 0
}

.physical-store .col-1-2-flex:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
}

.physical-store .post-card-image, .physical-store .post-details {
    width: 100%
}

.physical-store .post-details {
    text-align: left;
    padding: 13px 10px 0 13px
}

.physical-store .post-subtitle {
    font-size: .875rem;
    color: #999
}

.physical-store .post-title {
    font-size: 1.25rem;
    font-weight: 400
}

.physical-store .post-excerpt {
    font-size: .8125rem;
    color: #777
}

.physical-store .post-excerpt, .physical-store .post-excerpt li:not(:last-child), .physical-store .post-subtitle, .physical-store .post-title {
    margin-bottom: 10px
}

.physical-store .post-card-image img {
    width: 100%
}

.physical-store .post-full-image {
    position: relative
}

.physical-store .post-full-image .post-card-image, .physical-store .post-full-image .post-details {
    width: 100%
}

.physical-store .post-full-image .post-details {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff
}

.physical-store .post-full-image .post-subtitle {
    color: #fff
}

.physical-store .post-full-image .post-card-image {
    width: 100%
}

.physical-store .image-item {
    display: inline-block;
    width: 300px;
    height: 200px
}

.physical-store-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    height: 10px;
    background: #ff6c00;
    transform: translateX(-5%) skewX(-60deg)
}

.physical-store-carousel {
    white-space: nowrap;
    overflow: hidden
}

.physical-store-carousel .owl-stage {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.physical-store-carousel img {
    float: left;
    width: 24%
}

.physical-store-location-card {
    position: relative;
    z-index: 2;
    width: calc(99.9% * 1 / 3 - 20px);
    text-align: center;
    background: #fff;
    padding: 20px;
    margin-bottom: 32px;
    min-height: 204px
}

.physical-store-location-card:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.physical-store-location-card:last-child {
    margin-right: 0
}

.physical-store-location-card:nth-child(3n) {
    margin-right: 0;
    float: right
}

.physical-store-location-card:nth-child(3n+1) {
    clear: both
}

.physical-store-location-card p, .physical-store-location-card strong {
    display: block
}

.physical-store-location-card strong {
    margin: 20px 0 15px;
    font-weight: 400;
    font-size: 1.125rem
}

.physical-store-location-card p {
    font-size: .875rem;
    color: #999
}

.physical-store-location-ico img {
    height: 54px;
    width: auto
}

.physical-store-map {
    display: block;
    border-top: 1px solid #ebebeb;
    height: 480px;
    background-size: cover;
    background-position: 50%
}

.physical-store-slideshow {
    margin-top: 30px
}

.physical-store-slideshow.owl-carousel .owl-item img {
    width: 100%
}

.physical-store .menu-item {
    font-size: 1rem
}

.physical-store .hero {
    max-height: calc(100vh - 95px)
}

.section-header.arrive {
    margin-bottom: 0
}

.rich-media {
    position: relative;
    display: block;
    margin: 20px 0 0;
    padding: 0;
    border: 2px solid #f8f8f8
}

.rich-media .item {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rich-media .rating {
    float: none;
    font-size: .625rem;
    margin-left: 10px
}

.rich-media .related-item {
    float: left;
    width: 100%;
    vertical-align: top;
    display: block;
    padding: 5px 0
}

.rich-media .related-item img {
    max-width: 93px;
    margin-top: 14px
}

.rich-media .image {
    float: left;
    width: 93px;
    height: 100%;
    margin-right: 10px;
    text-align: center
}

.rich-media .related-product {
    padding-right: 10px;
    margin: 8px 0 6px;
    margin-left: 103px;
    width: auto;
    line-height: 1.2;
    font-size: .875rem
}

.rich-media .related-brand {
    font-size: .8125rem;
    padding: 3px 0
}

.related-product-price {
    margin-left: 103px;
    font-size: .875rem;
    margin-top: 5px
}

.related-product-price .item-price-value {
    font-size: .875rem
}

.rich-media-buy-all {
    float: right;
    margin: 1px;
    font-size: .6875rem
}

.rich-media-related-header {
    border-bottom: 1px solid #efefef
}

.rich-media-related-header .products-title {
    font-weight: 700;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    padding: 10px;
    display: inline-block
}

.rich-media-video {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    background-color: #fff;
    box-shadow: 3px 0 7px rgba(0, 0, 0, .2);
    z-index: 1
}

.rich-media-related {
    top: 0;
    width: 300px;
    padding-left: 10px;
    background-color: #fff;
    overflow: hidden
}

.page-department .rich-media {
    padding: 0
}

.page-department .rich-media .image {
    width: 80px
}

.page-department .showcase-rich-media {
    padding: 0;
    margin-top: 0
}

.showcase-rich-media {
    padding: 20px 0
}

.showcase-rich-media .container {
    max-width: 980px;
    overflow: hidden
}

.showcase-rich-media-gondola .showcase-rich-media {
    margin-bottom: 0
}

.container-template .rich-media-related-header {
    display: table;
    width: 100%
}

.section-space {
    margin-top: 10px;
    margin-bottom: 30px
}

.section-space.section-space-sm {
    margin-top: 0;
    margin-bottom: 10px
}

.section-billboard {
    margin-top: 10px
}

.department-header, .section-header {
    text-align: center;
    margin-bottom: -14px;
    margin-top: 35px
}

.section-title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 400;
    color: #c9031a
}

.department-header .section-title {
    font-size: 1.4375rem
}

.section-subtitle {
    font-size: .875rem;
    font-weight: 400;
    opacity: .7
}

.section-subtitle, .section-subtitle-line {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.section-subtitle-line {
    font-size: .8125rem;
    color: #777;
    position: relative;
    margin-bottom: 10px
}

.section-subtitle-line span {
    background-color: #fff;
    padding: 0 10px
}

.section-subtitle-line:after {
    margin-top: -8px;
    content: '';
    border-bottom: 1px solid #ccc;
    display: block
}

.light-background .section-subtitle-line span {
    background-color: #f8f8f8
}

.section-see-more {
    margin: 18px 20px 0 0
}

.section-subtitle .section-see-more {
    margin: 0 5px;
    display: inline-block;
    font-size: .75rem
}

.section-subtitle .section-see-more span {
    font-size: .75rem
}

.section-see-more-box {
    color: #a43287;
    font-size: .875rem;
    font-weight: 500;
    border-top: 1px solid #efefef;
    display: block;
    position: relative;
    padding: 12px 10px 0
}

.section-see-more-box:after {
    content: '';
    width: 10px;
    height: 10px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #a43287;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    right: 14px;
    position: absolute;
    margin-top: 2px
}

.section-see-more-box:hover:after {
    border-color: #ff6c00
}

.section-billboard, .section-billboard .section-space {
    margin: 0
}

.box-section-title {
    font-size: 1rem;
    font-weight: 500;
    display: block;
    margin-bottom: 10px
}

.box-section-subtitle {
    color: #999;
    font-size: .75rem;
    padding: 5px 0
}

.box-section-see-more {
    color: #a43287;
    font-size: .75rem;
    margin-left: 5px
}

.box-section-see-more:hover {
    color: #a43287;
    text-decoration: underline
}

.product-share {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.product-share:not(.product-share-mobile) .product-share-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2)
}

.product-share:not(.product-share-mobile) .product-share-link:hover.product-share-link-facebook {
    background: #4867ab
}

.product-share:not(.product-share-mobile) .product-share-link:hover.product-share-link-twitter {
    background: #1da1f2
}

.product-share:not(.product-share-mobile) .product-share-link:hover.product-share-link-whatsapp {
    background: #128c7e
}

.product-share-title {
    margin-right: .5em;
    color: #777
}

.product-share-link {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 35px;
    height: 35px;
    margin: 0 .3em;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff;
    border-radius: 100%;
    transition: .1s linear
}

.product-share-link span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    z-index: -2;
    background: 0 0
}

.product-share-icon {
    filter: brightness(.59)
}

.product-share-wrapper {
    background: #fff;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #efefef;
    padding: 7px 10px
}

.product-share-wrapper .product-share-title {
    -ms-flex: 1;
    flex: 1
}

.product-share-mobile {
    margin-bottom: 26px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-share-mobile .product-share-wrapper {
    border-width: 0 0 1px
}

.side-menu {
    font-size: .875rem;
    margin-bottom: 20px;
    border-radius: 4px
}

.side-menu .list-group-item {
    padding: 15px
}

.side-menu .list-group-item.is-selected, .side-menu .list-group-item.is-selected .ico, .side-menu .list-group-item:hover, .side-menu .list-group-item:hover .ico {
    color: #ff6c00
}

.side-menu .list-group {
    border-top: 1px solid #efefef;
    padding: 0
}

.contact-info {
    color: #283553;
    padding: 20px
}

.contact-info p {
    padding: 5px 0
}

.smartbanner {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
    background: #f8f8f8
}

.smartbanner__exit {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 4px;
    border: 0;
    text-align: center;
    padding: 6px;
    box-shadow: 1px 2px 3px rgba(153, 153, 153, .8);
    margin: 0 5px
}

.smartbanner__exit:after, .smartbanner__exit:before {
    position: absolute;
    width: 1px;
    height: 18px;
    background: #212121;
    content: ' '
}

.smartbanner__exit:before {
    transform: rotate(45deg)
}

.smartbanner__exit:after {
    transform: rotate(-45deg)
}

.smartbanner__icon {
    left: 40px;
    width: 64px;
    border-radius: 15px;
    background-size: 64px 64px
}

.smartbanner__icon, .smartbanner__info {
    position: absolute;
    top: 10px;
    height: 64px
}

.smartbanner__info {
    left: 114px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    -ms-flex-align: center;
    align-items: center
}

.smartbanner__info__title {
    font-size: .875rem
}

.smartbanner__info__author {
    text-indent: -900000px;
    background-size: 60%;
    margin: 2px 0 1px
}

.smartbanner__info__price {
    font-size: .75rem
}

.smartbanner__button {
    top: 18px;
    right: 10px;
    z-index: 1;
    padding: 15px;
    min-width: 10%;
    color: #ff6c00;
    font-size: 1.125rem;
    text-decoration: none
}

.smartbanner__button, .stock-label {
    position: absolute;
    display: block;
    text-align: center
}

.stock-label {
    top: 10px;
    left: 10px;
    background: #ff6c00;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 1.875rem;
    font-size: .75rem;
    border-radius: 50%;
    font-weight: 500;
    z-index: 2
}

.tooltip-relative {
    position: relative;
    top: 2px
}

.tooltip-relative:hover .tooltip-content-info {
    display: block
}

.tooltip-relative .tooltip-content-info {
    right: auto;
    left: 49%;
    transform: translate(-50%);
    top: -74px;
    font-style: normal
}

.tooltip-relative .tooltip-content-info p:not(:last-child) {
    padding-bottom: 10px
}

.tooltip-shadow .tooltip-content-info {
    box-shadow: 0 0 8px rgba(153, 153, 153, .6)
}

.tooltip-content-info {
    display: none;
    position: absolute;
    top: -70px;
    right: 90px;
    width: 280px;
    height: 65px;
    padding: 8px;
    text-align: left;
    font-size: .6875rem;
    color: #777;
    z-index: 3;
    border: 1px solid #ccc;
    border-radius: 1px;
    background: #fff;
    line-height: 1rem
}

.tooltip-content-info:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 59px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.tooltip-right {
    float: right;
    margin-right: 4px
}

.tooltip-right .tooltip-content-info {
    right: -10px;
    left: auto;
    transform: none
}

.tooltip-right .tooltip-content-info:after {
    left: auto;
    right: 9px
}

.tooltip-bottom {
    height: auto
}

.tooltip-bottom .tooltip-content-info {
    bottom: 21px;
    top: auto;
    height: auto
}

.tooltip-bottom .tooltip-content-info:after {
    top: auto;
    bottom: -6px
}

.animated, .owl-carousel .animated {
    animation-duration: .9s;
    animation-fill-mode: both
}

.fadeOut {
    animation-name: b
}

.harlem-shake {
    animation: d 1s
}

.go-left {
    animation: e 2s
}

.swipe-left {
    animation: f 1s
}

@keyframes b {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes c {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes d {
    10%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        transform: translate3d(-10px, 0, 0)
    }
    40%, 60% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes e {
    0% {
        transform: translateZ(0)
    }
    10%, 5% {
        transform: translate3d(-5px, 0, 0)
    }
    70% {
        transform: translate3d(-84px, 0, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes f {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-85px, 0, 0)
    }
}

@keyframes progressbar {
    0% {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes shrinkLogo {
    0% {
        width: 139px
    }
    to {
        width: 120px
    }
}

@keyframes enlargeLogo {
    0% {
        width: 120px
    }
    to {
        width: 139px
    }
}

@keyframes j {
    0% {
        height: 40px
    }
    to {
        height: 0
    }
}

@keyframes k {
    0% {
        height: 0;
        overflow: hidden
    }
    to {
        height: 40px;
        overflow: visible
    }
}

@keyframes l {
    0% {
        height: 70px;
        padding-top: 15px
    }
    to {
        height: 0;
        padding-top: 0
    }
}

@keyframes m {
    0% {
        height: 0;
        padding-top: 0
    }
    to {
        height: 70px;
        padding-top: 15px
    }
}

@keyframes n {
    0% {
        width: 0
    }
    to {
        width: 46px
    }
}

@keyframes o {
    0% {
        width: 46px
    }
    to {
        width: 0;
        visibility: hidden
    }
}

@keyframes slideOutBillboard {
    0% {
        top: 139px
    }
    to {
        top: 81px
    }
}

@keyframes slideInBillboard {
    0% {
        top: 81px
    }
    to {
        top: 139px
    }
}

@keyframes r {
    0% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    5% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    25% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    30% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    35% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    55% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    60% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    65% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    85% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    90% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    91% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    92% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    93% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    94% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    95% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    96% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    to {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
}

img:not([src]), img[src=""] {
    content: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
}

.lazyfade[data-src]:not([src]) {
    opacity: 0;
    background: 0 0;
    transition: opacity 50ms linear
}

.lazyfade[data-src][src] {
    opacity: 1;
    transition: opacity 50ms linear
}

.header-menu .wrapper-header {
    display: block;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 25
}

.main-content::before {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: .5
}

.header-menu .menu-item-brands .header-menu-category {
    width: 300px;
    left: auto
}

.header-menu .menu-item-brands .header-menu-brand-wrapper {
    width: calc(99.9% * 3 / 4 - 5px)
}

.header-menu .menu-item-brands .header-menu-brand-wrapper:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
}

.header-menu .menu-item-brands .header-menu-brand-wrapper:last-child {
    margin-right: 0
}

.header-menu .menu-item-brands .header-menu-brand-wrapper:nth-child(0n) {
    margin-right: 0;
    float: right
}

.header-menu .menu-item-brands .header-menu-brand-wrapper:nth-child(0n+1) {
    clear: both
}

.header-menu .menu-item-brands .sub-menu-title {
    width: calc(99.9% * 1 / 1 - 0px)
}

.header-menu .menu-item-brands .sub-menu-title:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.header-menu .menu-item-brands .sub-menu-title:last-child {
    margin-right: 0
}

.header-menu .menu-item-brands .sub-menu-title:nth-child(1n) {
    margin-right: 0;
    float: right
}

.header-menu .menu-item-brands .sub-menu-title:nth-child(1n+1) {
    clear: both
}

.header-menu .menu-item-brands .header-menu-brand-wrapper {
    height: 475px;
    overflow: auto;
    text-align: left
}

.header-menu .menu-item-brands .header-menu-letter-wrapper {
    width: calc(99.9% * 1 / 4 - 22.5px);
    text-align: center
}

.header-menu .menu-item-brands .header-menu-letter-wrapper:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.header-menu .menu-item-brands .header-menu-letter-wrapper:last-child {
    margin-right: 0
}

.header-menu .menu-item-brands .header-menu-letter-wrapper:nth-child(4n) {
    margin-right: 0;
    float: right
}

.header-menu .menu-item-brands .header-menu-letter-wrapper:nth-child(4n+1) {
    clear: both
}

.header-menu .menu-item-brands .header-menu-letter-wrapper .sub-menu-item {
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8125rem
}

.sub-menu-item-brand-feedback {
    height: 100%
}

.offline-wrapper {
    transition: all .2s linear;
    opacity: 0;
    bottom: -100px;
    height: auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
    background-color: #212121;
    position: fixed;
    z-index: 10
}

.offline .offline-wrapper {
    bottom: 10px;
    opacity: 1
}

.pace-inactive {
    display: none
}

.pace-progress {
    background-color: #ff6c00;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ff6c00, 0 0 5px #ff6c00;
    opacity: 1;
    transform: rotate(3deg) translateY(-4px)
}

.pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #ff6c00;
    border-left-color: #ff6c00;
    border-radius: 10px;
    animation: s .4s linear infinite
}

.pace-inner {
    position: relative
}

.pace-bigger {
    width: 100px;
    height: 100px;
    border-radius: 100px
}

.page-order-tracking .pace-activity {
    border-top-color: #888;
    border-left-color: #888
}

.page-order-tracking .pace-progress-inner {
    box-shadow: 0 0 10px #888, 0 0 5px #888
}

.page-order-tracking .pace-progress {
    background-color: #888
}

@keyframes s {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.loucas-posts-by-product {
    width: 100%
}

.loucas-summary-posts {
    width: 100%;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    background: #fff;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.loucas-summary-posts .loucas-summary {
    white-space: normal;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 2 - 15px)
}

.loucas-summary-posts .loucas-summary:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
}

.loucas-summary-posts .loucas-summary:last-child {
    margin-right: 0
}

.loucas-summary-posts .loucas-summary:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
}

.loucas-summary-expert-picture {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 3px 5px 0;
    overflow: hidden
}

.loucas-summary-expert-name {
    font-size: .75rem;
    padding-top: 3px
}

.loucas-summary-specialty {
    font-size: .6875rem;
    color: #999
}

.loucas-summary-details {
    margin-top: 5px
}

.loucas-summary-thumb img, .loucas-summary-video .loucas-summary-thumb {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    margin-bottom: 8px;
    width: 100%
}

.loucas-summary-thumb img {
    max-height: 100px
}

.loucas-summary-posts + .loucas-summary-video {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    margin-bottom: 20px
}

.loucas-summary-title {
    margin-bottom: 6px;
    font-size: .875rem
}

.loucas-summary-datetime, .loucas-summary-excerpt {
    font-size: .75rem;
    color: #777;
    margin-bottom: 7px
}

body.page-brand-dior main .template-header img, body.page-brand-mac main .template-header img {
    float: none;
    width: 100%
}

body.page-brand-dior main .template-header img:not(.template-image-only), body.page-brand-mac main .template-header img:not(.template-image-only) {
    max-width: 100% !important
}

.store-jomalone .tracker-line.is-complete, .store-mac .tracker-line.is-complete, .store-oceane .tracker-line.is-complete {
    background-color: #000
}

.store-jomalone .tracker-line.is-half-complete, .store-mac .tracker-line.is-half-complete, .store-oceane .tracker-line.is-half-complete {
    background-image: linear-gradient(90deg, #000 0, #000 49%, #efefef 50%, #efefef)
}

.store-jomalone .tracker-item-content.is-complete .tracker-status, .store-mac .tracker-item-content.is-complete .tracker-status, .store-oceane .tracker-item-content.is-complete .tracker-status {
    color: #000
}

.store-jomalone .tracker-item-content.is-complete .tracker-bullet, .store-mac .tracker-item-content.is-complete .tracker-bullet, .store-oceane .tracker-item-content.is-complete .tracker-bullet {
    background-color: #000
}

.store-jomalone .order-delivery-date-schedule, .store-jomalone .order-footer .order-footer-item strong, .store-jomalone .order-number span, .store-jomalone .order-price, .store-mac .order-delivery-date-schedule, .store-mac .order-footer .order-footer-item strong, .store-mac .order-number span, .store-mac .order-price, .store-oceane .order-delivery-date-schedule, .store-oceane .order-footer .order-footer-item strong, .store-oceane .order-number span, .store-oceane .order-price {
    color: #000
}

.store-clinique .tracker-line.is-complete {
    background-color: #61b998
}

.store-clinique .tracker-line.is-half-complete {
    background-image: linear-gradient(90deg, #61b998 0, #61b998 49%, #efefef 50%, #efefef)
}

.store-clinique .tracker-item-content.is-complete .tracker-status {
    color: #61b998
}

.store-clinique .tracker-item-content.is-complete .tracker-bullet {
    background-color: #61b998
}

.store-clinique .order-delivery-date-schedule, .store-clinique .order-footer .order-footer-item strong, .store-clinique .order-number span, .store-clinique .order-price {
    color: #000
}

.store-lamer .tracker-line.is-complete {
    background-color: #608457
}

.store-lamer .tracker-line.is-half-complete {
    background-image: linear-gradient(90deg, #608457 0, #608457 49%, #efefef 50%, #efefef)
}

.store-lamer .tracker-item-content.is-complete .tracker-status {
    color: #608457
}

.store-lamer .tracker-item-content.is-complete .tracker-bullet {
    background-color: #608457
}

.store-lamer .order-delivery-date-schedule, .store-lamer .order-footer .order-footer-item strong, .store-lamer .order-number span, .store-lamer .order-price {
    color: #000
}

.store-drjones .tracker-line.is-complete {
    background-color: #54c0ef
}

.store-drjones .tracker-line.is-half-complete {
    background-image: linear-gradient(90deg, #54c0ef 0, #54c0ef 49%, #efefef 50%, #efefef)
}

.store-drjones .tracker-item-content.is-complete .tracker-status {
    color: #54c0ef
}

.store-drjones .tracker-item-content.is-complete .tracker-bullet {
    background-color: #54c0ef
}

.store-drjones .order-delivery-date-schedule, .store-drjones .order-footer .order-footer-item strong, .store-drjones .order-number span, .store-drjones .order-price {
    color: #374a74
}

.clock {
    background-position: -114px -21px;
    height: 15px
}

.clock, .spr-bag-white {
    width: 15px
}

.spr-bag-white {
    background-position: -114px 0;
    height: 20px
}

.spr-carousel-left {
    background-position: 0 0;
    top: 45%;
    left: 2%
}

.spr-carousel-left, .spr-carousel-right {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    position: absolute;
    width: 56px;
    height: 56px
}

.spr-carousel-right {
    background-position: -57px 0;
    top: 45%;
    right: 2%
}

.spr-carousel-slick-left {
    background-position: 0 0
}

.spr-carousel-slick-left, .spr-carousel-slick-right {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    width: 56px;
    height: 56px
}

.spr-carousel-slick-right {
    background-position: -57px 0
}

.spr-facebook {
    background-position: -23px -57px
}

.spr-facebook, .spr-instagram {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    width: 22px;
    height: 23px
}

.spr-instagram {
    background-position: -46px -57px
}

.spr-pinterest {
    background-position: 0 -57px;
    width: 22px;
    height: 23px
}

.spr-pinterest, .spr-search-white {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png)
}

.spr-search-white {
    background-position: -92px -57px;
    width: 18px;
    height: 19px
}

.spr-search {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    background-position: -42px -81px;
    width: 16px;
    height: 16px
}

.spr-twitter {
    background-position: 0 -81px
}

.spr-twitter, .spr-youtube {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    width: 22px;
    height: 23px
}

.spr-youtube {
    background-position: -69px -57px
}

.spr-zoom {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    background-position: -23px -81px;
    width: 18px;
    height: 18px
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s
}

.showcase-item .product-buy .btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    height: 52px;
    padding-top: 5px;
    margin-top: 5px;
    color: #fff !important
}

.showcase-item .product-buy .btn:hover {
    background-color: #eb830c;
    color: #fff
}

.showcase-item .product-buy .btn.btn-notifyme {
    background-color: #f02f2f;
    color: #fff
}

.showcase-item .product-buy .btn.btn-notifyme:hover {
    background-color: #f02f2f
}

.showcase-item .product-buy2 .btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    height: 52px;
    padding-top: 5px;
    margin-top: 5px;
    color: #fff !important
}

.showcase-item .product-buy2 .btn:hover {
    background-color: #eb830c;
    color: #fff
}

.showcase-item .product-buy2 .btn.btn-notifyme {
    background-color: #f02f2f;
    color: #fff
}

.showcase-item .product-buy2 .btn.btn-notifyme:hover {
    background-color: #f02f2f
}

@media (max-width: 768px) {
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .visible-xs {
        display: block !important
    }

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

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

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

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

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

    .hidden-xs {
        display: none !important
    }

    .cp-header1 .header-account-item, .cp-header1 .header-account > a, .cp-header1 .lb-cart {
        display: none !important
    }

    .cp-header1 .header-bag {
        margin-right: 7px
    }

    .cp-header1 .header-logo-wrapper {
        text-align: center
    }

    .cp-header1 .link-logo {
        margin-left: 14%;
        width: 69%
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

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

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

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

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

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

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

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

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

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

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

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

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }

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

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

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

    .hidden-print {
        display: none !important
    }
}

@media screen and (min-resolution: 0dppx) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 2.5rem
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 1.875rem
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 2.875rem
    }
}

@media (min-width: 769px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 12px
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 1.125rem
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: .75rem
    }
}

@media screen and (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 12px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

    div .boxLoadingArea {
        line-height: 130px;
        min-height: 130px
    }
}

@media only screen and (max-width: 768px) {
    .container-content {
        width: calc(99.9% * 1 / 1 - 0px)
    }

    body .content-error .left-area {
        top: 40px
    }

    .container-content:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .container-content:last-child {
        margin-right: 0
    }

    .container-content:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .container-content:nth-child(1n+1) {
        clear: both
    }

    .container-aside {
        width: calc(99.9% * 1 / 1 - 0px);
        padding-left: 15px;
        padding-right: 15px;
        background-color: #f8f8f8
    }

    .container-aside:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .container-aside:last-child {
        margin-right: 0
    }

    .container-aside:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .container-aside:nth-child(1n+1) {
        clear: both
    }

    .content-page-title-departament {
        display: none
    }

    .col-sm-1-2 {
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .col-sm-1-2:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-sm-1-2:last-child {
        margin-right: 0
    }

    .col-sm-1-2:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .col-sm-1-2:nth-child(odd) {
        clear: both
    }

    .footer {
        margin-top: 30px;
        padding: 25px 10px 10px 10px
    }

    .sprite-line {
        display: table;
        margin: 10px auto
    }

    .header-fixed .icon.magnifier {
        animation-name: c;
        animation-duration: .25s;
        animation-fill-mode: forwards;
        display: block
    }

    .header-search-wrapper.is-open {
        animation-name: m;
        animation-duration: .25s;
        animation-fill-mode: forwards;
        overflow: hidden;
        opacity: 1
    }

    .header-search-wrapper.is-close {
        animation-name: l;
        animation-duration: .4s;
        animation-fill-mode: forwards;
        overflow: hidden;
        opacity: 0
    }

    .header-float .icon.magnifier {
        animation-name: b;
        animation-duration: .25s;
        animation-fill-mode: forwards;
        display: block
    }

    .header-menu-button.is-desktop {
        display: none
    }

    .header-security {
        float: none;
        margin-top: 60px
    }

    .header-security .cart-security-flags .sprite-line {
        float: none
    }

    .header-account-avatar {
        float: left
    }

    .header-account-username {
        margin-top: 4px
    }

    .header-account-link {
        display: block
    }

    .header-search-button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 1.375rem
    }

    .header-search-wrapper {
        width: 100%;
        max-width: 100%;
        clear: both;
        padding-top: 10px
    }

    .header-account-link {
        display: none
    }

    .menu-mobile-item-account .header-account-link {
        display: block
    }

    .header-account {
        margin: 0
    }

    .header-account-username {
        padding-right: 0
    }

    .header-logo-wrapper {
        height: auto;
        text-align: left;
        position: relative;
        min-height: 50px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        justify-content: inherit
    }

    .link-logo {
        margin-left: 45px
    }

    .footer-newsletter-title {
        padding: 20px 0
    }

    .subscribe-submit {
        width: 100%;
        margin-bottom: 10px
    }

    .footer-newsletter-form {
        border-radius: 4px;
        box-shadow: 0 1px 2px 0 #efefef;
        background-color: #fff;
        padding: 15px
    }

    .footer-newsletter-input {
        width: calc(99.9% * 2 / 2 - 0px);
        margin-bottom: 10px
    }

    .footer-newsletter-input:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .footer-newsletter-input:last-child {
        margin-right: 0
    }

    .footer-newsletter-input:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .footer-newsletter-input:nth-child(odd) {
        clear: both
    }

    .footer-newsletter-button {
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .footer-newsletter-button:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .footer-newsletter-button:last-child {
        margin-right: 0
    }

    .footer-newsletter-button:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .footer-newsletter-button:nth-child(odd) {
        clear: both
    }

    .footer-features-item {
        width: calc(99.9% * 4 / 4 - 0px);
        text-align: center;
        margin-bottom: 15px
    }

    .footer-features-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .footer-features-item:last-child {
        margin-right: 0
    }

    .footer-features-item:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .footer-features-item:nth-child(4n+1) {
        clear: both
    }

    .footer-newsletter {
        text-align: center
    }

    .footer-newsletter-item {
        width: calc(99.9% * 4 / 4 - 0px)
    }

    .footer-newsletter-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .footer-newsletter-item:last-child {
        margin-right: 0
    }

    .footer-newsletter-item:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .footer-newsletter-item:nth-child(4n+1) {
        clear: both
    }

    .search-mobile-wrapper .tt-menu, .search-mobile-wrapper .tt-menu.tt-open {
        border: none;
        border-top: 1px solid #efefef
    }

    .accordion-gradient-content {
        height: 6em;
        overflow: hidden;
        position: relative
    }

    .accordion-gradient-content:after {
        content: '';
        display: block;
        height: 40px;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff)
    }

    .accordion-state:checked ~ .accordion-gradient-content {
        height: auto;
        overflow: visible
    }

    .accordion-state:checked ~ .accordion-gradient-content:after {
        content: none
    }

    .accordion-item {
        display: block
    }

    .accordion-item:not(:last-child) {
        border-bottom: 1px solid #efefef
    }

    .tt-menu {
        width: 100%
    }

    .tt-dataset-products, .tt-dataset-products .tt-suggestion:not(:first-of-type), .tt-menu {
        border: none
    }

    .banner-brand-see-all {
        display: none
    }

    .banner-content {
        padding: 20px
    }

    .banner-billboard-description {
        display: block;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        font-size: .875rem;
        line-height: 1.2;
        -webkit-line-clamp: 3;
        overflow: hidden;
        width: 100%;
        max-height: 50px
    }

    .banner-billboard {
        background-color: #f8f8f8
    }

    .banner-billboard .banner-billboard-item:not(:first-child) {
        display: none
    }

    .owl-item .banner-billboard-item {
        display: block
    }

    .billboard-small .section-space {
        margin: 0
    }

    .banner-billboard-block {
        display: block;
        position: relative;
        width: 100%;
        text-align: center
    }

    .banner-image-block, .billboard-small .banner-image-block, .billboard-small .with-content .banner-image-block, .with-content .banner-image-block {
        width: 100%;
        position: relative;
        padding-bottom: 56.7%
    }

    .banner-image-block img, .billboard-small .banner-image-block img, .billboard-small .with-content .banner-image-block img, .with-content .banner-image-block img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .banner-content {
        padding: 7px;
        height: 30px
    }

    .banner-content .btn {
        display: none
    }

    .banner-billboard-title {
        font-size: .875rem;
        margin-bottom: 0
    }

    .banner-billboard-description, .banner-billboard-headline {
        display: none
    }

    .spaced-cards {
        min-height: 270px
    }

    .card-xs > div {
        padding: 10px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 1px 2px 0 #efefef;
        border: 1px solid #efefef
    }

    .cards {
        padding: 10px
    }

    .carousel-inset {
        padding: 0 15px
    }

    .js-carousel-brand.carousel-inset {
        padding: 0
    }

    .carousel-nav-arrows {
        display: none
    }

    .owl-carousel .owl-item img {
        width: auto
    }

    .banner-billboard.owl-carousel img {
        width: 100%
    }

    .js-carousel-spaced-cards .owl-item img {
        transform: scale(.8);
        transition: all .1s linear
    }

    .js-carousel-spaced-cards .owl-item.center img {
        transform: scale(1)
    }

    .countdown-item {
        margin-right: 18px
    }

    .countdown-item:nth-child(2):after, .countdown-item:nth-child(3):after {
        right: -15px;
        font-size: 2.0625rem;
        top: 18px
    }

    .countdown-box {
        font-size: 2.625rem;
        width: 70px;
        height: 70px
    }

    .countdown-label {
        font-size: .625rem
    }

    .form-select:before {
        content: '';
        position: absolute;
        float: right;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #333;
        right: 4px;
        top: 40%
    }

    .hero-title {
        font-size: 1.75rem
    }

    .hero-subtitle {
        padding: 0 15px;
        font-size: 1.125rem;
        margin-top: 10px
    }

    .hero-subtitle span {
        font-size: 1rem
    }

    .product-holder-aside .item-discount {
        top: 28px
    }

    .banner-leaderboard-expansive .banner-leaderboard-image {
        max-height: none
    }

    body.overflow-hidden-mobile {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    body.overflow-hidden-mobile {
        overflow: hidden
    }

    .payment-summary-item-principal + .popover {
        display: none !important
    }

    .product-holder-inner .product-label {
        width: 100%
    }

    .see-more-description-link {
        text-transform: uppercase
    }

    .showcase-item-description {
        padding-right: 5px
    }

    .showcase-minimal {
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow-y: hidden;
        overflow-x: auto
    }

    .showcase-item-minimal {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 155px
    }

    .showcase-gondola .showcase-item {
        max-width: 48%
    }

    .showcase-item .product-buy {
        display: none
    }

    .showcase.row-flexbox {
        padding-left: 10px;
        padding-right: 10px
    }

    .showcase.row {
        padding-left: 0;
        padding-right: 0
    }

    .template-header {
        background-color: #f8f8f8
    }

    .template-header img {
        width: 100%;
        max-width: none
    }

    .template-header.template-header-departament {
        background-color: transparent
    }

    .showcase-cards {
        padding-right: 5px;
        padding-left: 5px
    }

    .content-page-title-list {
        padding: 20px;
        background-color: #f8f8f8;
        margin: 0
    }

    .showcase-gondola {
        padding-bottom: 10px
    }

    .template-brand-tab {
        background-color: #f8f8f8
    }

    .template-brand-tab li:first-child {
        margin-left: 15px
    }

    .social-icons-links.social-facebook {
        background-color: #4867ab
    }

    .social-icons-links.social-twitter {
        background-color: #5ae
    }

    .social-icons-links.social-youtube {
        background-color: #cc181e
    }

    .social-icons-links.social-instagram {
        background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
    }

    .social-icons-links.social-pinterest {
        background-color: #bc071c
    }

    .social-share {
        top: auto;
        bottom: 30px
    }

    .social-share-button {
        position: absolute;
        bottom: 0
    }

    .social-share-menu {
        bottom: 60px;
        position: relative
    }

    .swipe-black-friday.swipe-cards-spaced .swipe-cards-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .swipe-black-friday.swipe-cards-spaced .swipe-cards-item img {
        max-width: 230px;
        width: auto
    }

    .swipe-cards-with-more:not(.swipe-cards-spaced) img {
        width: 100% !important
    }

    .swipe-controls {
        display: none
    }

    .account-password-disclaimer {
        position: absolute;
        right: 0;
        top: 0
    }

    .account-box .orders-resume-item {
        padding-left: 20px
    }

    .campaign-form {
        margin-left: 10px;
        margin-right: 10px
    }

    .campaign-form .form-inline .form-group {
        display: block
    }

    .campaign-form .btn {
        width: 220px;
        margin: 0 auto;
        display: block
    }

    .campaign-form-title {
        font-size: 1.25rem
    }

    .campaign-form-subtitle {
        font-size: 1rem
    }

    .campaign-subtitle {
        width: 80%
    }

    .campaign-description-subtitle {
        width: 80%;
        margin: 10px auto 20px
    }

    .carousel-expert {
        overflow-x: auto
    }

    .expert-wrapper {
        margin: 0 15px
    }

    .experts-department .expert-profile-pic {
        width: 97px;
        height: 97px
    }

    .experts-department .js-carousel-5 .expert-profile-pic {
        width: 100%;
        height: auto;
        padding: 10px
    }

    .expert-wrapper .blog-author {
        width: calc(99.9% * 1 / 1 - 0px);
        width: 100%;
        margin: 0 auto 30px
    }

    .expert-wrapper .blog-author:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .expert-wrapper .blog-author:last-child {
        margin-right: 0
    }

    .expert-wrapper .blog-author:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .expert-wrapper .blog-author:nth-child(1n+1) {
        clear: both
    }

    .expert-wrapper-banners {
        width: calc(99.9% * 1 / 1 - 0px);
        width: 100%
    }

    .expert-wrapper-banners:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .expert-wrapper-banners:last-child {
        margin-right: 0
    }

    .expert-wrapper-banners:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .expert-wrapper-banners:nth-child(1n+1) {
        clear: both
    }

    .expert-profile-pic {
        width: 60px;
        height: 60px
    }

    .expert-author-about, .expert-author-name {
        font-size: .75rem
    }

    .expert-author-about {
        font-style: italic;
        color: #777
    }

    .expert-item-column {
        width: calc(99.9% * 1 / 3 - 6.666666666666666px)
    }

    .expert-item-column:nth-child(1n) {
        float: left;
        margin-right: 10px;
        clear: none
    }

    .expert-item-column:last-child {
        margin-right: 0
    }

    .expert-item-column:nth-child(0n) {
        margin-right: 0;
        float: right
    }

    .expert-item-column:nth-child(0n+1) {
        clear: both
    }

    .list-group-item.filter-wrapper {
        text-transform: uppercase;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .list-group-thumbnail img {
        width: 60px;
        margin-right: 10px
    }

    .list-group .list-group-child-item.has-child {
        padding-bottom: 0
    }

    .list-group .list-group-child-item .list-group-child-item {
        padding: 10px
    }

    .list-group .list-group-child-item .list-group-child-item:first-child {
        padding-top: 20px
    }

    .accordion-label .filter-title {
        font-weight: 700;
        padding-left: 43px;
        border-bottom: 1px solid #ebebeb
    }

    .accordion-label .filter-title.filter-title-with-arrow {
        padding-left: 18px
    }

    .accordion-label .filter-title:not(.filter-title-with-arrow):before, .filter-title-arrow {
        width: 9px;
        height: 9px;
        border-radius: 1px;
        left: 15px;
        top: 17px
    }

    .not-found-ico {
        font-size: 5rem
    }

    .not-found-text {
        text-align: center;
        font-size: .875rem
    }

    .not-found-text-highlight {
        display: block;
        margin-bottom: 10px
    }

    .physical-store .col-1-2-flex {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 1 - 0px)
    }

    .physical-store .col-1-2-flex:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0
    }

    .physical-store .col-1-2-flex:last-child {
        margin-right: 0
    }

    .physical-store .col-1-2-flex:nth-child(1n) {
        margin-right: 0;
        margin-left: auto
    }

    .physical-store .post-full-image {
        margin-top: 20px
    }

    .physical-store-title {
        font-size: 1.5rem
    }

    .physical-store-title:after {
        width: 95%;
        height: 5px;
        transform: translateX(2.5%) skewX(-60deg)
    }

    .physical-store-location-card {
        width: calc(99.9% * 1 / 1 - 0px)
    }

    .physical-store-location-card:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .physical-store-location-card:last-child {
        margin-right: 0
    }

    .physical-store-location-card:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .physical-store-location-card:nth-child(1n+1) {
        clear: both
    }

    .physical-store .section-title {
        font-size: 1.375rem
    }

    .rich-media .item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .rich-media {
        padding: 0
    }

    .rich-media .rich-media-product-list {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-top: 20px;
        -webkit-overflow-scrolling: touch
    }

    .rich-media .related-item {
        text-align: left;
        padding-left: 20px;
        width: 33%;
        max-width: 190px;
        margin-bottom: 20px;
        float: none;
        display: inline-block;
        white-space: normal
    }

    .rich-media .related-item img {
        display: block;
        float: none;
        margin: 0 auto
    }

    .rich-media .related-item .rating, .rich-media .related-item .related-product, .rich-media .related-item .related-product-price {
        margin-left: 0
    }

    .rich-media .related-item {
        border-bottom: none
    }

    .rich-media .image {
        max-width: 93px;
        width: 100%;
        height: auto;
        padding: 10px
    }

    .rich-media-see-more {
        margin: -10px 0 -20px;
        background: #fff;
        padding: 10px
    }

    .item {
        display: block
    }

    .rich-media-video {
        width: 100%;
        max-width: 100%
    }

    .rich-media-video .youtube-embed {
        background-color: #fff;
        padding: 0 0 56.25%;
        height: 0
    }

    .rich-media-video:after {
        height: 0
    }

    .rich-media-related {
        max-width: 100%;
        position: relative;
        right: 0;
        margin-top: 0;
        width: 100%;
        height: 310px;
        padding: 10px 15px
    }

    .section-title {
        margin: 5px;
        font-style: normal;
        font-size: 1.5rem;
        text-align: center
    }

    .section-subtitle {
        font-size: .875rem;
        line-height: 1.5;
        font-weight: 400;
        color: #777;
        margin: 0 5px
    }

    .box-section-title {
        font-weight: 700
    }

    .list-group {
        max-width: 100%;
        width: 100%;
        overflow: auto;
        background: 0 0
    }

    .side-menu {
        position: relative;
        white-space: nowrap;
        overflow-y: hidden
    }

    .side-menu-item {
        white-space: nowrap;
        display: inline-block
    }

    .side-menu-item:not(:last-child) {
        border-right: 1px solid #efefef
    }

    .side-menu-item .ico-chevron-right {
        display: none
    }

    .side-menu-item .list-group-item {
        display: inline-block
    }

    .banner-menu, .menu-item-brands {
        display: none
    }

    .menu-item {
        width: 100%;
        display: block
    }

    .menu-item a.has-submenu {
        position: relative
    }

    .menu-item a.has-submenu:after {
        width: 0;
        height: 0;
        border-left: 7px solid #ccc;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 20px
    }

    .menu-item.is-selected .menu-link, .menu-item:hover .menu-link {
        color: #ff6c00;
        border-bottom: 3px solid #ff6c00
    }

    .menu-item .menu-link {
        display: block;
        padding: 27px 0 19px;
        border-bottom: 3px solid transparent
    }

    .menu-item a {
        padding-left: 0;
        padding-right: 0
    }

    .menu-mobile-item {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: .875rem
    }

    .menu-mobile-item a {
        display: block;
        padding: 10px
    }

    .menu-mobile-item-header {
        text-transform: uppercase;
        color: #ccc;
        font-size: .75rem;
        padding: 20px 10px 5px
    }

    .menu-mobile-item-account {
        padding: 20px 10px;
        border-bottom: 1px solid #efefef;
        overflow: hidden
    }

    .header-menu {
        left: 0
    }

    .header-menu-category {
        display: block;
        visibility: hidden;
        opacity: 0;
        height: 0;
        transition: .2s linear;
        text-align: left
    }

    .header-menu-category-wrapper {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-menu-backdrop-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, .5)
    }

    .header-menu {
        visibility: hidden;
        position: fixed;
        z-index: 22;
        right: 0;
        top: 0;
        bottom: 0
    }

    .header-menu > .container {
        height: 100%;
        max-width: 100%
    }

    .header-menu.is-open {
        visibility: visible
    }

    .header-menu.is-open .main-menu {
        transform: translate(0);
        box-shadow: 4px 4px 25px #888;
        overflow: hidden
    }

    .header-menu .main-menu {
        background: #fff;
        height: 100%;
        max-width: 320px;
        transform: translate(-100%);
        transition: visibility .2s linear, transform .2s linear;
        position: relative;
        z-index: 2;
        margin-left: 0;
        overflow: auto
    }

    .header-menu .main-menu .menu-item .second-nivel {
        background: #fff;
        height: 100%;
        transform: translate(200%);
        transition: visibility .2s linear, transform .2s linear;
        position: relative;
        z-index: 2;
        margin-left: 0;
        visibility: visible;
        opacity: 1;
        overflow: auto;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 0 0
    }

    .header-menu .main-menu .menu-item.second .second-nivel {
        transform: translate(0)
    }

    body .menu-item a.lk-back-menu {
        color: #000 !important;
        font-weight: 700;
        font-size: 13px
    }

    body .menu-item a.lk-back-menu:before {
        width: 0;
        height: 0;
        border-right: 4px solid #000;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        content: "";
        display: inline-block;
        margin-right: 5px
    }

    body .menu-item .menu-home svg {
        fill: #000
    }

    body .menu-item .menu-home svg path {
        stroke: #000
    }

    body .menu-item a:active, body .menu-item:hover a {
        color: #000 !important
    }

    body .menu-item .stt-submenu a {
        text-transform: uppercase;
        font-weight: 800
    }

    .menu-item .menu-item-link {
        display: block;
        font-size: 1rem
    }

    .menu-item {
        border-bottom: 1px solid #efefef
    }

    .menu-item a {
        color: #212121;
        padding: 26px;
        display: block
    }

    .header-menu-button.nav-hamburguer {
        display: inline-block;
        left: 54px;
        top: 27px;
        width: 31px;
        height: 31px;
        z-index: 5
    }

    .cp-header1 .header-menu-button.nav-hamburguer {
        display: inline-block;
        left: 10px;
        top: inherit;
        width: 31px;
        height: 31px;
        padding: 5px;
        bottom: 58px;
        transform: translateY(-52%)
    }

    .menu-item.is-selected {
        color: #ff6c00
    }

    .menu-item.is-selected > .menu-item-link {
        color: inherit
    }

    .menu-item.has-submenu .menu-item-link {
        display: inline-block;
        position: relative;
        z-index: 1
    }

    .menu-item.has-submenu .menu-item-label {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        height: 36px;
        cursor: pointer
    }

    .menu-item.has-submenu .menu-item-label:after, .menu-item.has-submenu .menu-item-label:before {
        background-color: #ccc;
        content: '';
        display: block;
        position: absolute;
        width: 3px;
        height: 9px;
        right: 15px;
        top: 14px;
        transition: transform .25s ease-in-out
    }

    .menu-item.has-submenu .menu-item-label:before {
        transform: translate3d(2px, 0, 0) rotate(45deg)
    }

    .menu-item.has-submenu .menu-item-label:after {
        transform: translate3d(-2px, 0, 0) rotate(-45deg)
    }

    .sub-menu-link {
        text-indent: 15px
    }

    .menu-item.has-submenu .menu-mobile-check:checked ~ .menu-item-link {
        color: #a43287
    }

    .menu-item.has-submenu .menu-mobile-check:checked ~ .header-menu-category {
        visibility: visible;
        opacity: 1;
        height: auto
    }

    .menu-item.has-submenu .menu-mobile-check:checked ~ .menu-item-label:after, .menu-item.has-submenu .menu-mobile-check:checked ~ .menu-item-label:before {
        background-color: #ff6c00
    }

    .menu-item.has-submenu .menu-mobile-check:checked ~ .menu-item-label:before {
        transform: translate3d(-2px, 0, 0) rotate(45deg)
    }

    .menu-item.has-submenu .menu-mobile-check:checked ~ .menu-item-label:after {
        transform: translate3d(2px, 0, 0) rotate(-45deg)
    }

    .menu-item:nth-last-child(4) {
        margin-bottom: 10px
    }

    .item-close {
        margin-bottom: 15px
    }

    .menu-close {
        font-size: 1.9375rem;
        position: absolute;
        right: 8px;
        top: 8px;
        padding: 3px 12px 9px;
        color: #444;
        text-align: center;
        line-height: 1em;
        z-index: 10
    }

    .header-menu .main-menu {
        width: calc(100% - 45px)
    }
}

@media only screen and (min-width: 769px) {
    .container-aside {
        width: calc(99.9% * 1 / 4 - 22.5px)
    }

    .container-aside:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .container-aside:last-child {
        margin-right: 0
    }

    .container-aside:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .container-aside:nth-child(4n+1) {
        clear: both
    }

    .col-md-1-2 {
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .col-md-1-2:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-1-2:last-child {
        margin-right: 0
    }

    .col-md-1-2:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .col-md-1-2:nth-child(odd) {
        clear: both
    }

    .col-md-1-3 {
        width: calc(99.9% * 1 / 3 - 20px)
    }

    .col-md-1-3:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-1-3:last-child {
        margin-right: 0
    }

    .col-md-1-3:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .col-md-1-3:nth-child(3n+1) {
        clear: both
    }

    .col-md-2-3 {
        width: calc(99.9% * 2 / 3 - 10px)
    }

    .col-md-2-3:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-2-3:last-child {
        margin-right: 0
    }

    .col-md-2-3:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .col-md-2-3:nth-child(3n+1) {
        clear: both
    }

    .col-md-1-4 {
        width: calc(99.9% * 1 / 4 - 22.5px)
    }

    .col-md-1-4:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-1-4:last-child {
        margin-right: 0
    }

    .col-md-1-4:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .col-md-1-4:nth-child(4n+1) {
        clear: both
    }

    .col-md-3-4 {
        width: calc(99.9% * 3 / 4 - 7.5px)
    }

    .col-md-3-4:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-3-4:last-child {
        margin-right: 0
    }

    .col-md-3-4:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .col-md-3-4:nth-child(4n+1) {
        clear: both
    }

    .col-md-2 {
        width: calc(99.9% * 2 / 12 - 25px)
    }

    .col-md-2:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-2:last-child {
        margin-right: 0
    }

    .col-md-2:nth-child(12n) {
        margin-right: 0;
        float: right
    }

    .col-md-2:nth-child(12n+1) {
        clear: both
    }

    .col-md-5 {
        width: calc(99.9% * 5 / 12 - 17.5px)
    }

    .col-md-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-5:last-child {
        margin-right: 0
    }

    .col-md-5:nth-child(12n) {
        margin-right: 0;
        float: right
    }

    .col-md-5:nth-child(12n+1) {
        clear: both
    }

    .col-md-3-5 {
        width: calc(99.9% * 3 / 5 - 12px)
    }

    .col-md-3-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-3-5:last-child {
        margin-right: 0
    }

    .col-md-3-5:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .col-md-3-5:nth-child(5n+1) {
        clear: both
    }

    .col-md-2-5 {
        width: calc(99.9% * 2 / 5 - 18px)
    }

    .col-md-2-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-2-5:last-child {
        margin-right: 0
    }

    .col-md-2-5:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .col-md-2-5:nth-child(5n+1) {
        clear: both
    }

    .col-md-1-5 {
        width: calc(99.9% * 1 / 5 - 24px)
    }

    .col-md-1-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-1-5:last-child {
        margin-right: 0
    }

    .col-md-1-5:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .col-md-1-5:nth-child(5n+1) {
        clear: both
    }

    .col-2 {
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .col-2:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-2:last-child {
        margin-right: 0
    }

    .col-2:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .col-2:nth-child(odd) {
        clear: both
    }

    .col-3 {
        width: calc(99.9% * 1 / 3 - 20px)
    }

    .col-3:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-3:last-child {
        margin-right: 0
    }

    .col-3:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .col-3:nth-child(3n+1) {
        clear: both
    }

    .col-4 {
        width: calc(99.9% * 1 / 4 - 22.5px)
    }

    .col-4:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-4:last-child {
        margin-right: 0
    }

    .col-4:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .col-4:nth-child(4n+1) {
        clear: both
    }

    .col-5 {
        width: calc(99.9% * 1 / 5 - 24px)
    }

    .col-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-5:last-child {
        margin-right: 0
    }

    .col-5:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .col-5:nth-child(5n+1) {
        clear: both
    }

    .col-6 {
        width: calc(99.9% * 1 / 6 - 25px)
    }

    .col-6:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-6:last-child {
        margin-right: 0
    }

    .col-6:nth-child(6n) {
        margin-right: 0;
        float: right
    }

    .col-6:nth-child(6n+1) {
        clear: both
    }

    .footer {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .1)
    }

    .footer-title {
        text-align: left
    }

    .social-facebook.social-icons-links:hover {
        background-color: #4867ab
    }

    .social-twitter.social-icons-links:hover {
        background-color: #1da1f2
    }

    .social-youtube.social-icons-links:hover {
        background-color: #cc181e
    }

    .social-instagram.social-icons-links:hover {
        background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
    }

    .social-pinterest.social-icons-links:hover {
        background-color: #bc071c
    }

    .header-fixed .header-menu-button {
        animation-name: n;
        animation-duration: .25s;
        animation-fill-mode: forwards
    }

    .header-float .header-menu-button {
        animation-name: o;
        animation-duration: .25s;
        animation-fill-mode: forwards
    }

    .header-fixed + .header-fixed-space {
        height: 123px
    }

    .header-menu-button.is-mobile, .item-close.is-mobile {
        display: none
    }

    .header-menu-button {
        position: relative;
        float: left;
        width: 0;
        overflow: hidden
    }

    .landing-logo-content {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 95px
    }

    .landing-logo-content img {
        max-height: 60px
    }

    .header-middle {
        padding-bottom: 14px;
        padding-top: 16px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .header-shopping-wrapper {
        height: 100%
    }

    .header-search-wrapper {
        max-width: 400px;
        width: 45%;
        float: left
    }

    .header-security {
        margin-top: 20px;
        float: right
    }

    .header-arrow-down {
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        margin: 8px 0 8px 8px;
        position: relative;
        top: 5px
    }

    .header-logo-wrapper {
        position: relative;
        float: left;
        text-align: left;
        width: 200px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    body.bg-black .header-menu {
        background-color: #4a1343
    }

    body.bg-black .footer-newsletter-form {
        background: 0 0
    }

    body.bg-black .header-menu .menu-item .menu-item-featured {
        background-color: #73235f;
        transition: all .25s;
        box-shadow: 0 0 20px #ff20fe;
        border: 2px solid rgba(255, 187, 221, .8);
        border-radius: 3px;
        line-height: 2.5em;
        text-shadow: 0 0 12px #ff20fe;
        color: #fff;
        animation: r 5s infinite
    }

    body.bg-black .header-menu .menu-item .menu-item-featured:hover {
        background-color: #ff8933;
        box-shadow: 0 0 20px #ffb680;
        text-shadow: none;
        border-style: solid;
        animation: none
    }

    .accordion-gradient-label {
        display: none
    }

    .accordion.accordion-mobile {
        border: none;
        padding: 0
    }

    .accordion.accordion-mobile .accordion-label {
        border: none;
        cursor: default
    }

    .accordion.accordion-mobile .accordion-item {
        border: none
    }

    .accordion.accordion-mobile .accordion-header {
        padding: 0;
        font-size: .9375rem;
        font-weight: 700;
        text-transform: none
    }

    .accordion.accordion-mobile .accordion-header:hover {
        color: #212121
    }

    .accordion.accordion-mobile .accordion-header:after, .accordion.accordion-mobile .accordion-header:before {
        display: none
    }

    .accordion.accordion-mobile .accordion-content {
        display: block;
        padding: 5px 0 10px
    }

    .alert-message-title {
        font-size: 1.75rem;
        font-weight: 100
    }

    .alert-message.alert-default .alert-message-text {
        font-size: 1.125rem
    }

    .alert-container {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: auto
    }

    .alert {
        max-width: 500px;
        min-width: 420px;
        border-radius: 4px
    }

    .tt-suggestion {
        padding: 4px 10px
    }

    .brands-wrap.section-space {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .banner-billboard-container {
        max-height: 351px
    }

    .box {
        border: none;
        border-radius: 4px
    }

    .box-internal {
        width: calc(99.9% * 3 / 4 - 7.5px);
        padding: 0
    }

    .box-internal:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .box-internal:last-child {
        margin-right: 0
    }

    .box-internal:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .box-internal:nth-child(4n+1) {
        clear: both
    }

    .form-address-help-link {
        margin-top: 30px
    }

    .box-center:last-child {
        margin: 0 auto;
        float: none
    }

    .cards .card-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 2 - 10px)
    }

    .cards .card-item:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0
    }

    .cards .card-item:last-child {
        margin-right: 0
    }

    .cards .card-item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }

    .showcase.owl-carousel {
        margin-bottom: 30px
    }

    .js-carousel-3:not(.owl-loaded) .showcase-item {
        width: calc(99.9% * 1 / 3 - 20px)
    }

    .js-carousel-3:not(.owl-loaded) .showcase-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .js-carousel-3:not(.owl-loaded) .showcase-item:last-child {
        margin-right: 0
    }

    .js-carousel-3:not(.owl-loaded) .showcase-item:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .js-carousel-3:not(.owl-loaded) .showcase-item:nth-child(3n+1) {
        clear: both
    }

    .js-carousel-4:not(.owl-loaded) .showcase-item {
        width: calc(99.9% * 1 / 4 - 22.5px)
    }

    .js-carousel-4:not(.owl-loaded) .showcase-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .js-carousel-4:not(.owl-loaded) .showcase-item:last-child {
        margin-right: 0
    }

    .js-carousel-4:not(.owl-loaded) .showcase-item:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .js-carousel-4:not(.owl-loaded) .showcase-item:nth-child(4n+1) {
        clear: both
    }

    .js-carousel-5:not(.owl-loaded) .showcase-item {
        width: calc(99.9% * 1 / 5 - 24px)
    }

    .js-carousel-5:not(.owl-loaded) .showcase-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .js-carousel-5:not(.owl-loaded) .showcase-item:last-child {
        margin-right: 0
    }

    .js-carousel-5:not(.owl-loaded) .showcase-item:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .js-carousel-5:not(.owl-loaded) .showcase-item:nth-child(5n+1) {
        clear: both
    }

    .form-title {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-align: left;
        padding-bottom: 0
    }

    .form-subtitle {
        font-size: 1.125rem;
        text-align: left;
        text-transform: none
    }

    body.overflow-hidden-mobile {
        overflow: auto
    }

    .product-share-menu {
        right: 0
    }

    .rate-star-empty, .rate-star-full, .rate-star-half {
        margin-right: 2px
    }

    .showcase-item-image {
        min-height: 194px;
        margin-bottom: 12px;
        display: inline-block;
        width: 100%
    }

    .showcase-item-minimal {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .showcase-item {
        padding-bottom: 20px;
        width: calc(99.9% * 1 / 5 - 24px)
    }

    .showcase-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .showcase-item:last-child {
        margin-right: 0
    }

    .showcase-item:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .showcase-item:nth-child(5n+1) {
        clear: both
    }

    .showcase-item:hover .showcase-item-buy {
        opacity: 1;
        z-index: 1
    }

    .showcase-item:hover .showcase-item-col-call .showcase-item-description {
        opacity: 0;
        z-index: 0
    }

    .template-header {
        position: relative;
        overflow: hidden;
        margin-bottom: 10px
    }

    .template-header img {
        float: right
    }

    .template-header img:not(.template-image-only) {
        max-width: 48% !important
    }

    .showcase-brand-description {
        padding-right: 20px
    }

    .template-image-only {
        margin-bottom: 10px
    }

    .template-header-departament {
        min-height: auto
    }

    .page-brand .showcase-brand-description {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .showcase-gondola-with-cards .pagination-wrapper {
        margin-top: 15px
    }

    .template-brand-tab-offset {
        margin-top: -51px;
        position: relative
    }

    .billboard .swipe-wrap.swipe-slide-item-background .swipe-slide-item {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }

    .swipe-cards-spaced .swipe-cards-item {
        min-width: 223px;
        background: rgba(0, 0, 0, .1)
    }

    .swipe-black-friday.swipe-cards-spaced .swipe-cards-item {
        margin-left: 0
    }

    .swipe-black-friday.swipe-cards-spaced .swipe-cards-item:nth-child(2n) {
        margin-left: 14px
    }

    .page-summer-sale .swipe-cards-item {
        margin-bottom: 9px
    }

    .page-summer-sale .swipe-cards-item:not(:last-child) {
        margin-right: 10px
    }

    .page-summer-sale .swipe-cards-spaced.swipe-cards-with-5 .swipe-cards-item:not(:last-child) {
        margin-right: 22px
    }

    .swipe-nav {
        display: none
    }

    .account-password-disclaimer {
        margin-top: 35px;
        text-align: left
    }

    .account-box {
        margin: 0 0 25px
    }

    .campaign-form .form-group-name {
        width: 20%
    }

    .campaign-form .form-group-email {
        width: 27%
    }

    .campaign-form .form-group input {
        width: 100%
    }

    .header-account-bag.is-open .cart-summary-wrap {
        display: block
    }

    .header-account-bag .bag-full {
        top: 2px
    }

    .cart-summary-wrap.is-open {
        display: block
    }

    .carousel-expert {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .experts-department {
        padding: 20px 0
    }

    .institutional-customer-service li {
        width: 27%
    }

    .institutional-customer-service li:first-child {
        width: 45%
    }

    .list-group-child {
        padding: 0
    }

    .list-group-item .is-uppercase, .list-group-item.is-uppercase {
        text-transform: none
    }

    .physical-store {
        margin-top: 95px
    }

    .physical-store .post-card-image, .physical-store .post-details {
        width: 50%;
        float: left
    }

    .physical-store .post-full-image {
        height: 100%;
        position: absolute;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }

    .physical-store .post-full-image .post-card-image {
        position: absolute
    }

    .physical-store-carousel img {
        max-height: 15vw
    }

    .physical-store-map {
        margin-top: -120px
    }

    .rich-media-product-list {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: 40px;
        padding: 0 0 10px;
        overflow-x: auto;
        overflow-y: auto
    }

    .rich-media-product-list::-webkit-scrollbar {
        height: 6px
    }

    .rich-media-product-list::-webkit-scrollbar-thumb, .rich-media-product-list::-webkit-scrollbar-track {
        border-radius: 4px
    }

    .rich-media-product-list::-webkit-scrollbar {
        width: 10px
    }

    .rich-media-product-list::-webkit-scrollbar-track {
        background-color: #efefef;
        border-radius: 0
    }

    .rich-media-product-list::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #999
    }

    .related-item:not(:last-child) {
        border-bottom: 1px solid #efefef
    }

    .section-subtitle .section-see-more {
        display: inline;
        margin: 0 0 0 10px
    }

    .product-characteristics .box-section-title.box-section-separator {
        padding-top: 0
    }

    .box-section-title .box-section-title-label, .box-section-title.box-section-separator {
        font-size: 1.375rem;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .nproduct-info .box-section-title .box-section-title-label, .nproduct-info .box-section-title.box-section-separator {
        padding-top: 5px
    }

    .box-section-title .box-section-title-label:after, .box-section-title.box-section-separator:after {
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #ebebeb;
        content: '';
        height: 1px;
        position: relative;
        margin-left: 10px
    }

    .box-section-title.box-section-separator {
        padding-top: 20px
    }

    .box-section-title.box-section-characteristics:after, .box-section-title.box-section-description:after {
        content: none
    }

    .side-menu {
        width: calc(99.9% * 1 / 4 - 22.5px)
    }

    .side-menu:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .side-menu:last-child {
        margin-right: 0
    }

    .side-menu:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .side-menu:nth-child(4n+1) {
        clear: both
    }

    .contact-info {
        padding: 0 15px;
        line-height: 1.5625rem;
        margin: 0 0 10px calc(99.9% * 1 / 4 - -5px);
        border-style: solid;
        border-width: 0 0 1px;
        padding-bottom: 21px;
        border-color: #eee;
        text-align: center
    }

    .contact-info p {
        display: inline;
        padding: 0 5px;
        border: 0 solid #000
    }

    .contact-info p:not(:last-child) {
        border-width: 0 1px 0 0
    }

    main.container {
        margin-bottom: 20px
    }

    .content-page-title {
        text-align: left
    }

    .content-page-title-departament, .template-header-departament {
        display: none
    }

    .container .container-aside.aside-template {
        width: calc(99.9% * 2 / 9 - 15.555555555555555px)
    }

    .container .container-aside.aside-template:nth-child(1n) {
        float: left;
        clear: none
    }

    .container .container-aside.aside-template:last-child {
        margin-right: 0
    }

    .container .container-aside.aside-template:nth-child(10n) {
        margin-right: 0;
        float: right
    }

    .container .container-aside.aside-template:nth-child(10n+1) {
        clear: both
    }

    .container .container-content.container-template {
        float: right !important;
        width: 77.7%
    }

    .container .container-content.container-template:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none
    }

    .container .container-content.container-template:last-child {
        margin-right: 0
    }

    .container .container-content.container-template:nth-child(0n) {
        margin-right: 0;
        float: right
    }

    .container .container-content.container-template:nth-child(0n+1) {
        clear: both
    }

    .main-content {
        width: 100%;
        display: inline-block
    }

    .overlay-submenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 20
    }

    .header-menu .header-menu-category {
        position: absolute;
        padding: 10px;
        width: 100%;
        z-index: 10;
        color: #4a4a4a;
        top: 36px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #fff;
        opacity: 1;
        transition: opacity .2s, height 0s
    }

    .header-menu .banner-menu {
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        z-index: -1;
        width: 104%;
        height: 100%
    }

    .header-menu .banner-menu, .header-menu .banner-menu-images {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 100% 0
    }

    .header-menu .banner-menu-images {
        position: relative;
        display: inline-block;
        float: left
    }

    .header-menu .banner-menu-images:not(:last-child) {
        margin-right: 15px
    }

    .header-menu .header-menu-category-wrapper {
        width: 100%;
        text-align: left
    }

    .header-menu .header-menu-category-wrapper:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .header-menu .header-menu-category-wrapper:last-child {
        margin-right: 0
    }

    .header-menu .header-menu-category-wrapper:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .header-menu .header-menu-category-wrapper:nth-child(5n+1) {
        clear: both
    }

    .header-menu .sub-menu-title {
        text-align: left;
        display: inline-block;
        margin-bottom: 20px;
        font-size: .8125rem;
        font-weight: 700;
        color: #212121
    }

    .header-menu .sub-menu-item {
        display: block;
        font-size: .75rem;
        font-weight: 400;
        line-height: .9375rem;
        margin-bottom: 10px;
        text-align: left
    }

    .header-menu .sub-menu-link:hover {
        color: #ff6c00
    }

    .header-menu .sub-menu-item-more {
        margin-top: 20px;
        color: #999;
        font-weight: 400
    }

    .header-menu .sub-menu-category {
        font-size: 0
    }

    .header-menu .sub-menu-category-item {
        display: inline-block
    }

    .header-menu .sub-menu-category-item:hover {
        background: #fff
    }

    .header-menu .sub-menu-category-item:hover .sub-menu-category-link {
        color: #ff6c00
    }

    .header-menu .sub-menu-category-link {
        display: block;
        padding: 10px;
        font-size: .75rem;
        font-family: arial;
        font-weight: 100;
        color: #fff
    }

    .header-menu .sub-menu-category-item:hover .menu-hover {
        height: 235px;
        transition: all .4s ease
    }

    .header-menu .menu-hover {
        width: 100%;
        height: 0;
        left: 0;
        position: absolute;
        background: #fff;
        overflow: hidden;
        z-index: 3;
        color: #624297;
        transition: all .3s ease
    }

    .header-menu .menu-hover-categories {
        margin: 20px
    }

    .header-menu .item-simple {
        display: inline-block;
        float: left;
        width: 150px;
        margin-right: 30px
    }

    .header-menu .item-simple-title {
        display: block;
        margin-top: 10px;
        font-size: .875rem;
        font-weight: 400;
        color: #212121
    }

    .header-menu .menu-item:hover .header-menu-category, .header-menu .menu-item:hover .menu-item-link:after {
        display: block
    }

    .listSubmenu li {
        display: inline-block;
        margin: 15px 20px;
        width: 13%;
        vertical-align: top
    }

    .listSubmenu li a {
        font-size: 13px;
        color: #000;
        font-weight: 600
    }

    .listSubmenu li a:hover {
        font-size: 13px;
        color: #000 !important;
        font-weight: 600
    }

    .listSubmenu .listSubmenuSubitens li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 8px 0
    }

    .listSubmenu .listSubmenuSubitens li a {
        color: #555;
        font-size: 12px;
        font-weight: 400
    }

    .header-item-account {
        display: inline-block
    }

    .header-menu {
        display: block;
        width: 100%;
        height: 37px;
        color: #fff;
        background-color: #c9031a
    }

    .header-menu .header-menu-category, .header-menu .header-menu-category-mobile, .header-menu .menu-item-label, .header-menu .menu-item.menu-mobile-item, .header-menu .menu-mobile-check, .header-menu .menu-mobile-item, .header-menu .menu-mobile-item-account {
        display: none
    }

    .header-menu .main-menu {
        width: 100%;
        text-align: justify;
        display: table
    }

    .header-menu .main-menu:after {
        content: '';
        display: inline-block;
        width: 100%
    }

    .icon-home > a {
        top: 7px
    }

    .header-menu .menu-item {
        display: inline-block;
        margin: 0 12px;
        transition: all .15s;
        vertical-align: top;
        height: 38px
    }

    .header-menu .menu-item > a {
        letter-spacing: .025rem;
        line-height: 36px;
        font-size: 14px
    }

    .header-menu .menu-item > a.menu-home {
        line-height: normal
    }

    .header-menu .menu-item > a:hover {
        letter-spacing: .025rem;
        line-height: 36px;
        font-size: 16px;
        color: #fff !important;
        text-decoration: none
    }

    .header-menu .menu-item > a:hover.menu-home {
        line-height: normal
    }

    .header-menu .menu-item.is-selected, .header-menu .menu-item:hover {
        color: #fff
    }

    .header-menu .menu-item .menu-item-featured {
        background-color: #ff6c00;
        color: #fff;
        transition: all .15s
    }

    .header-menu .menu-item .menu-item-featured:hover {
        background-color: #ff7917
    }

    .header-menu .menu-item-link.menu-item-image {
        display: block;
        width: 175px;
        min-height: 26px
    }

    .header-menu .menu-item-link.menu-item-image img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11
    }

    .header-menu .menu-item.is-selected .menu-item-link {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .header-menu .menu-item:first-child > a {
        padding-left: 3px
    }

    .header-menu .menu-item:last-child {
        text-align: right
    }

    .header-menu .menu-item:last-child > a {
        padding-right: 3px
    }

    .header-menu .menu-item-link {
        display: inline-block;
        position: relative;
        text-align: center;
        padding: 0 15px;
        white-space: nowrap
    }

    .header-menu .menu-item-link.highlight {
        padding-left: 6px;
        padding-right: 6px;
        color: #fff;
        background-color: #ff6c00
    }

    .nproduct-info .loucas-posts-by-product {
        margin-top: 20px
    }

    .loucas-summary-posts .loucas-summary {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 3 - 20px)
    }

    .loucas-summary-posts .loucas-summary:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0
    }

    .loucas-summary-posts .loucas-summary:last-child {
        margin-right: 0
    }

    .loucas-summary-posts .loucas-summary:nth-child(3n) {
        margin-right: 0;
        margin-left: auto
    }

    .loucas-summary-expert-picture {
        width: 30px;
        height: 30px
    }

    .page-special_page .banner-cards {
        margin: 0
    }

    .page-special_page .banner-cards + .container-padding {
        margin-top: 25px
    }
}

@media only screen and (min-width: 520px) {
    .page-search .container-aside {
        margin-top: 20px
    }

    .col-4, .col-5 {
        width: calc(99.9% * 2 / 4 - 15px)
    }

    .col-4:nth-child(1n), .col-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-4:last-child, .col-5:last-child {
        margin-right: 0
    }

    .col-4:nth-child(2n), .col-5:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .col-4:nth-child(odd), .col-5:nth-child(odd) {
        clear: both
    }

    .col-6 {
        width: calc(99.9% * 3 / 6 - 15px)
    }

    .col-6:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-6:last-child {
        margin-right: 0
    }

    .col-6:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .col-6:nth-child(3n+1) {
        clear: both
    }

    .footer-row {
        margin: 0 0 20px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-row:first-child {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 20px
    }

    .footer-simple-menu {
        display: none
    }

    .spaced-cards .js-carousel-spaced-cards {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .spaced-cards img {
        float: none
    }

    .showcase-list .showcase-gondola .showcase-item, .showcase-list.showcase-gondola .showcase-item {
        border-bottom: 1px solid #efefef;
        margin-bottom: 20px
    }

    .showcase-list .showcase-gondola .showcase-item:not(:first-child), .showcase-list.showcase-gondola .showcase-item:not(:first-child) {
        margin-top: 30px
    }

    .showcase-list .showcase-item-bullets, .showcase-list .showcase-item-image {
        width: 220px;
        margin-right: 20px
    }

    .showcase-list .showcase-item-col-text {
        display: table-cell;
        width: 50%;
        padding-right: 15px;
        vertical-align: top
    }

    .showcase-list .showcase-item-col-text .showcase-item-description {
        display: block
    }

    .showcase-list .showcase-item-buy {
        position: relative;
        opacity: 1;
        padding: 5px 0
    }

    .showcase-list .showcase-item-col-call {
        display: table-cell;
        vertical-align: top
    }

    .showcase-list .showcase-item-col-call .showcase-item-description {
        display: none
    }

    .showcase-brand-column {
        width: calc(99.9% * 1 / 2 - 15px);
        margin-bottom: 20px
    }

    .showcase-brand-column:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .showcase-brand-column:last-child {
        margin-right: 0
    }

    .showcase-brand-column:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .showcase-brand-column:nth-child(odd) {
        clear: both
    }

    .showcase-brand-column .section-title {
        display: none
    }

    .brands-forehead {
        box-shadow: 0 1px 2px 0 #efefef;
        border: 1px solid #efefef;
        border-radius: 3px;
        padding: 25px;
        margin: 0 0 20px;
        min-height: 120px
    }

    .brands-index {
        font-size: 1.125rem
    }

    .brands-forehead .brands-index {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px
    }

    .brands-index.brands-index-mobile {
        display: none
    }

    .brands-index-item {
        display: inline
    }

    .brands-index-link {
        display: inline-block;
        padding: 5px 0
    }
}

@media only screen and (max-width: 1219px) {
    .container-padding {
        padding-left: 10px;
        padding-right: 10px
    }

    .container-padding-top {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .banner-categories .container-padding {
        padding-left: 15px;
        padding-right: 15px
    }

    .swipe-cards-inner {
        overflow: auto
    }
}

@media only screen and (max-width: 991px) {
    .desktop {
        display: none
    }

    .mobile-md {
        display: block
    }

    .app-label {
        margin: 5px 0
    }

    .app-btns {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }

    .app-btns a {
        margin: 0 2px;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .app-btns a img {
        width: 100%;
        border-radius: 5px
    }

    .footer-security {
        padding: 0 20px
    }

    .nav-landing-items {
        min-width: 370px
    }

    .header-account-item {
        line-height: 1.3125rem
    }

    .with-content .banner-image-block {
        width: 63%
    }

    .with-content .banner-image-block img {
        width: 100% !important
    }

    .billboard-small .with-content .banner-image-block {
        width: 62%
    }

    .banner-billboard-title {
        font-size: 1.4375rem;
        margin-bottom: 10px
    }

    .banner-billboard-description {
        line-height: 1.15
    }

    .brands-group {
        padding: 0 5px
    }

    .rich-media-related-header {
        display: table;
        width: 100%
    }

    .breadcrumb {
        text-align: center
    }

    .category-header {
        text-align: center
    }
}

@media only screen and (max-width: 419px) {
    .visible-xxs {
        display: block !important
    }

    .hidden-xxs {
        display: none !important
    }
}

@media only screen and (min-width: 992px) {
    .app-btns a {
        width: 135px
    }

    .app-links {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }

    .app-btns {
        margin-left: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .nav-landing {
        min-height: 95px;
        position: fixed
    }

    .landing-logo {
        display: inline-block;
        border: none;
        vertical-align: bottom
    }

    .nav-landing-wrapper {
        width: auto;
        overflow-x: initial;
        float: right
    }

    .nav-landing-items {
        float: right
    }

    .nav-landing-items .menu-item a, .nav-landing-items .menu-item span {
        line-height: 5.9375rem
    }

    .nav-landing-items .menu-item {
        padding: 0 7px 0 4px
    }

    .nav-landing-items .menu-item:not(:last-of-type) {
        margin: 0 5px
    }

    .sub-menu {
        position: absolute;
        padding: 0;
        top: 100%
    }

    .sub-menu a {
        display: block;
        position: relative;
        z-index: 1;
        font-size: .8125rem;
        font-weight: 700;
        text-transform: uppercase;
        color: inherit
    }

    .header-search-wrapper {
        max-width: 562px;
        width: 48%
    }

    .is-tablet .header-search-wrapper {
        max-width: 350px
    }

    .is-tablet .header-search-wrapper .fake-search-button {
        line-height: 1em
    }

    .footer-newsletter {
        max-width: 45%
    }

    .owl-carousel .js-carousel-3, .owl-carousel .js-carousel-4, .owl-carousel .js-carousel-5 {
        max-height: 490px;
        overflow: hidden
    }

    .page-brand .template-header img:not(.template-image-only) {
        max-width: 365px !important
    }

    .page-attribute .template-header img:not(.template-image-only), .page-brand_department .template-header img:not(.template-image-only), .page-department .template-header img:not(.template-image-only) {
        max-width: 415px !important
    }

    .account-box-internal {
        padding: 20px
    }

    .account-box-internal:after, .account-box-internal:before {
        content: "";
        display: table
    }

    .account-box-internal:after {
        clear: both
    }

    .account-box-footer {
        padding: 20px 0;
        margin: 0 20px
    }

    .account-box-footer .account-box-footer-discount {
        margin: 10px 0 0;
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .account-box-footer .account-box-footer-discount:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .account-box-footer .account-box-footer-discount:last-child {
        margin-right: 0
    }

    .account-box-footer .account-box-footer-discount:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .account-box-footer .account-box-footer-discount:nth-child(odd) {
        clear: both
    }

    .account-box-footer .account-box-footer-action {
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .account-box-footer .account-box-footer-action:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .account-box-footer .account-box-footer-action:last-child {
        margin-right: 0
    }

    .account-box-footer .account-box-footer-action:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .account-box-footer .account-box-footer-action:nth-child(odd) {
        clear: both
    }

    .account-modal .modal-header {
        padding: 15px 0
    }

    .account-modal .modal-close {
        right: 15px
    }

    .account-modal .modal-body {
        padding: 15px 50px
    }

    .account-modal .modal-title {
        padding: 0 50px;
        font-size: 1.375rem
    }

    .account-modal .modal-footer {
        padding: 15px 50px
    }

    .brands-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 5 - 8px)
    }

    .brands-item:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0
    }

    .brands-item:last-child {
        margin-right: 0
    }

    .brands-item:nth-child(5n) {
        margin-right: 0;
        margin-left: auto
    }

    .section-billboard, .section-billboard .section-space {
        margin: 0;
        width: 100%;
        max-width: none
    }

    .loucas-summary-posts .loucas-summary {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 5 - 24px)
    }

    .loucas-summary-posts .loucas-summary:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0
    }

    .loucas-summary-posts .loucas-summary:last-child {
        margin-right: 0
    }

    .loucas-summary-posts .loucas-summary:nth-child(5n) {
        margin-right: 0;
        margin-left: auto
    }

    .loucas-summary-posts .loucas-summary:last-child {
        display: none
    }

    .loucas-summary-title {
        font-size: 1rem
    }

    .loucas-posts-by-product .box-section-subtitle {
        margin-top: -10px
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1220px
    }

    .facebook-blz {
        display: inline-block;
        margin: 0 10px;
        vertical-align: top
    }

    .facebook-blz a {
        display: block
    }

    .footer-social .footer-title.footer-title-fb {
        text-align: left
    }

    .header-logo-wrapper {
        width: 165px
    }

    .footer-newsletter-button-group, .footer-newsletter-input-group {
        display: inline-block;
        width: calc(50% - 5px)
    }
}

@media only screen and (max-width: 1199px) {
    .facebook-blz {
        display: none
    }
}

@media only screen and (max-width: 519px) {
    .footer-row {
        display: block
    }

    .footer-social {
        margin-top: 20px
    }

    .footer-nav {
        margin-bottom: 37px;
        text-align: center
    }

    .footer-newsletter {
        margin-bottom: 32px
    }

    .footer-nav a:not(.btn), .footer-nav a:not(.underline), .footer-nav li, .footer-nav strong {
        margin: 10px 0
    }

    .footer-copyright .footer-text:not(.last) {
        display: none
    }

    .header-account-menu {
        width: 150px;
        left: auto;
        right: 0
    }

    .header-account-item {
        display: none
    }

    .header-security img {
        width: 100%
    }

    .header-account-username {
        padding: 0;
        float: left;
        text-align: left
    }

    .header-navigation {
        background: #fff;
        height: 170px;
        max-height: 170px
    }

    .header-search-button {
        margin-right: 15px
    }

    .header-item-account {
        display: none
    }

    .tt-menu {
        left: 0 !important
    }

    .tt-dataset, .tt-menu {
        width: 100%
    }

    .tt-backdrop {
        display: none
    }

    .spaced-cards {
        margin-top: 15px
    }

    .spaced-cards .js-carousel-spaced-cards {
        transition: all .1s linear;
        opacity: 0
    }

    .spaced-cards .owl-loaded {
        opacity: 1
    }

    .spaced-cards .carousel-dots {
        display: none
    }

    .btn-block-xs {
        display: block
    }

    .hero-title {
        font-size: 1.5rem
    }

    .hero-subtitle {
        font-size: 1rem
    }

    .hero-subtitle span {
        font-size: .875rem
    }

    .feedback-blind .feedback-blind-bar, .feedback-blind .feedback-blind-bar-guide {
        position: fixed
    }

    .container-content .row-flexbox .showcase-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 2 - 7.5px)
    }

    .container-content .row-flexbox .showcase-item:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }

    .container-content .row-flexbox .showcase-item:last-child {
        margin-right: 0
    }

    .container-content .row-flexbox .showcase-item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }

    .showcase-list .showcase-item-image {
        text-align: center
    }

    .showcase-list .showcase-item-description {
        padding-right: 5px
    }

    .billboard .swipe-wrap {
        height: 0;
        padding-bottom: 56.8%
    }

    .billboard .swipe-wrap.swipe-slide-item-background {
        padding-bottom: calc(56.8% + 30px)
    }

    .swipe-wrap > .swipe-slide-item img {
        display: block;
        width: 100%
    }

    .brands-forehead {
        margin: 0 45px 10px 10px
    }

    .brands-index {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        width: 35px;
        border-radius: 3px 0 0 3px;
        box-shadow: 0 1px 2px 0 #efefef;
        border: 1px solid #eee
    }

    .brands-forehead .brands-index {
        display: none
    }

    .brands-index.brands-index-mobile {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 75vh;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        min-height: 500px
    }

    .brands-index-item {
        text-align: center;
        padding: 0
    }

    .brands-list {
        margin: 10px 40px 10px 5px
    }

    .brands-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 2 - 5px)
    }

    .brands-item:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0
    }

    .brands-item:last-child {
        margin-right: 0
    }

    .brands-item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }

    .expert-item-column {
        width: calc(99.9% * 1 / 2 - 5px)
    }

    .expert-item-column:nth-child(1n) {
        float: left;
        margin-right: 10px;
        clear: none
    }

    .expert-item-column:last-child {
        margin-right: 0
    }

    .expert-item-column:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .expert-item-column:nth-child(odd) {
        clear: both
    }

    .expert-item-column:last-child {
        display: none
    }

    .institutional-image {
        width: 100%;
        height: auto
    }

    .physical-store-title {
        font-size: 1.375rem
    }

    .rich-media .related-item, .rich-media-related .related-item {
        width: 100%;
        padding-left: 0
    }

    .rich-media .image, .rich-media-related .image {
        width: auto
    }

    .section-space {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media only screen {
    .footer-newsletter {
        min-height: 91px
    }
}

@media only screen and (min-width: 1220px) {
    .billboard-small .with-content .banner-image-block {
        height: 351px;
        max-width: 464px
    }

    .billboard-small .section-space {
        margin: 0
    }

    .banner-billboard-block {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px
    }

    .banner-billboard {
        height: 351px
    }

    .billboard-small-gutter {
        margin-bottom: 20px
    }

    .no-brands-space {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 344px) {
    .input-eye {
        left: 275px
    }
}

@media only screen and (min-width: 520px) and (max-width: 768px) {
    .cards .card-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 2 - 5px)
    }

    .cards .card-item:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0
    }

    .cards .card-item:last-child {
        margin-right: 0
    }

    .cards .card-item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }

    .product-share {
        margin: 15px 0
    }
}

@media only screen and (max-width: 639px) {
    .is-mobile .banner-leaderboard {
        height: 0;
        position: relative;
        padding-bottom: 12.1%
    }

    .is-mobile .banner-leaderboard .banner-leaderboard-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

@media only screen and (min-width: 769px) and (max-width: 519px) {
    .brands-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 3 - 6.666666666666666px)
    }

    .brands-item:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0
    }

    .brands-item:last-child {
        margin-right: 0
    }

    .brands-item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .physical-store-title {
        font-size: 2rem
    }

    .header-account {
        padding-right: 13px
    }

    .header-search-wrapper {
        max-width: 362px
    }
}

@media (min-resolution: 2dppx),(min-resolution: 192dpi) {
    .clock, .spr-bag-white, .spr-carousel-left, .spr-carousel-right, .spr-facebook, .spr-instagram, .spr-pinterest, .spr-search, .spr-search-white, .spr-twitter, .spr-youtube, .spr-zoom {
        background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
        background-size: 129px 104px
    }
}

@media screen and (max-width: 425px) {
    .zoomContainer {
        display: none
    }
}

.sharList a {
    margin-right: 10px
}

.promotags {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0
}

.discount-bullet {
    background-color: #c9031a;
    padding: 3px 6px;
    top: 0;
    position: absolute;
    width: 70px !important;
    height: 15px !important;
    font-size: 7px;
    font-weight: 500;
    color: #fff;
    right: 0 !important;
    white-space: nowrap;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .discount-bullet {
        width: 113px !important;
        height: 21px !important;
        font-size: 10.5px;
        font-weight: 500
    }
}

.discount-bullet-frete-gratis {
    width: 64px;
    height: auto !important;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 3px 6px;
    font-weight: 400;
    top: 88%;
    left: 0;
    text-align: center;
    position: absolute
}

.filtros-button {
    display: none
}

@media (max-width: 991px) {
    .n49filter {
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        transition: .2s ease;
        background: #fff;
        padding-bottom: 20px
    }

    .filtros-button {
        display: block;
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 15;
        background: #c9031a;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        color: #fff;
        border: 0;
        outline: 0;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }
}

@media (max-width: 991px) {
    .filtros-on .header-mob {
        z-index: 0
    }

    .filtros-on .n49filter {
        visibility: visible;
        opacity: 1;
        z-index: 100;
        overflow: auto
    }

    .filtros-on .n49filter .top-box i {
        display: block !important;
        position: relative;
        left: 20px;
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 18px;
        border-radius: 30px;
        margin-right: -10px;
        padding-top: 5px
    }
}

body {
    font-family: inherit
}

body i {
    font-style: normal
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

div.col-sm-1, div.col-sm-10, div.col-sm-11, div.col-sm-12, div.col-sm-2, div.col-sm-3, div.col-sm-4, div.col-sm-5, div.col-sm-6, div.col-sm-7, div.col-sm-8, div.col-sm-9 {
    display: inline-block
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

.arrow-right-custom {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

.bannerTitle {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px
}

.descFeatured {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 0 18px
}

.infoPrevenda {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
    padding: 15px 5px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0
}

.infoPrevenda .tit {
    display: block;
    width: 100%;
    font-weight: 800
}

.checkPrevenda {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px
}

.selectedParcel {
    display: block;
    width: 100%;
    margin: 6px 0;
    font-size: 15px
}

.areaBanner {
    min-height: 290px
}

.mediaDesktop, .mediaMobile {
    display: block
}

div .boxLoadingArea {
    width: 200px;
    max-width: 100%;
    min-height: 180px;
    line-height: 190px;
    text-align: center;
    display: inline-block
}

div .boxLoadingArea img {
    width: 38px;
    height: 38px;
    display: inline-block;
    float: none;
    box-shadow: none
}

div .boxLoadingArea.loadingFullBanner {
    width: 100%
}

.loadingBox {
    position: fixed;
    top: 0;
    left: 0;
    background: #333;
    opacity: .4;
    width: 100%;
    height: 100%;
    z-index: 1000000
}

.loadingBox .loadingText {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 20%;
    text-shadow: 2px 2px 1px #000
}

.slick-slide img {
    width: 100%
}

.labelItem {
    position: absolute;
    z-index: 10
}

.labelItem.labelTopLeft {
    top: 3px;
    left: 3px
}

.labelItem.labelTopRight {
    top: 3px;
    right: 3px
}

.labelItem.labelBottomLeft {
    bottom: 3px;
    left: 3px
}

.labelItem.labelBottomRight {
    bottom: 3px;
    right: 3px
}

.area-labels {
    display: inline-block;
    width: 100%;
    margin: 0 0 16px
}

.area-labels span {
    font-size: 11px;
    border: 1px solid #333;
    padding: 1px 5px 3px
}

.areaLabel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.areaLabel .promotags {
    position: absolute;
    width: 100%;
    height: 100%
}

.title-page {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #c9031a;
    font-weight: 400;
    margin: 20px 0 20px;
    display: block
}

.products-cart {
    text-align: left;
    padding: 20px;
    border: 1px solid #eee;
    background-color: #fff
}

.products-cart .item {
    padding: 10px 0
}

.products-cart .item .thumb-item {
    display: inline-block;
    width: 20%;
    vertical-align: middle
}

.products-cart .item .dados-item {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    padding: 0 0 0 10px;
    font-size: 13px;
    color: #666;
    text-align: right
}

.products-cart .item .dados-item .title-item {
    color: #fff;
    font-size: 13px;
    text-align: left
}

.products-cart .item .dados-item .qtd-item {
    margin-right: 10px
}

.products-cart .item .dados-item .preco-item {
    min-width: 80px;
    display: inline-block
}

.products-cart .valor-total {
    display: block;
    width: 100%;
    font-weight: 700;
    border-top: 1px solid #bbb;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right
}

.products-cart .btn-checkout {
    margin-top: 15px
}

.showcase-item-col-call {
    display: inline-block;
    width: 100%;
    min-height: 135px
}

.info-phone {
    font-size: 14px;
    font-weight: 800;
    margin: 20px 0
}

.info-phone i {
    position: relative;
    top: 0;
    margin-right: 7px
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: b
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    font-size: 1.3125rem;
    line-height: inherit;
    color: #777;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 12px
}

.form-control, output {
    display: block;
    font-size: .875rem;
    line-height: 1.2;
    color: #999
}

.form-control {
    width: 100%;
    height: 40px;
    padding: 11px 16px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #383838;
    font-size: 14px;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #383838;
    font-size: 14px
}

.form-control::-webkit-input-placeholder {
    color: #383838;
    font-size: 14px
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #efefef;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

.top-box {
    padding: 10px 20px;
    background: #e4e4e4
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 16px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0;
    min-height: 30px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 1px
}

select.form-horizontal .form-group-sm .form-control, select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn, select.input-sm {
    height: 30px;
    line-height: 1.875rem
}

select[multiple].form-horizontal .form-group-sm .form-control, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, select[multiple].input-sm, textarea.form-horizontal .form-group-sm .form-control, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 1px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 1.875rem
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 28px;
    padding: 6px 10px;
    font-size: .75rem;
    line-height: 1.5
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 1.125rem;
    line-height: 1.3333333;
    border-radius: 1px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn, select.input-lg {
    height: 46px;
    line-height: 2.875rem
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, select[multiple].input-lg, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 1.125rem;
    line-height: 1.3333333;
    border-radius: 1px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 2.875rem
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 34px;
    padding: 11px 16px;
    font-size: 1.125rem;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 50px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 2.5rem;
    text-align: center
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 2.875rem
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 1.875rem
}

.descriptionTitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

.descriptionTitle i {
    margin-right: 5px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 21px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #616161
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 28px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: "";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 11px 16px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    color: #999;
    text-align: center;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: .75rem;
    border-radius: 1px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 1.125rem;
    border-radius: 1px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn, .input-group-btn > .btn {
    position: relative
}

.header-search-wrapper .input-group-btn {
    left: -1px
}

.header-search-wrapper .input-group-btn {
    left: -2px
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    z-index: 2;
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px
}

.modalGuia img {
    height: auto !important
}

.guiasMedida {
    display: inline-block;
    width: 100%;
    margin: 10px 0 30px
}

.guiasMedida .itemGuia {
    display: inline-block;
    margin-right: 20px;
    text-decoration: underline;
    font-weight: 600
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 16px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 11px 16px;
    line-height: 1.2;
    text-decoration: none;
    color: #422463;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #1d102b;
    background-color: #efefef;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #ccc;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 1.125rem;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: .75rem;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}

.breadcrumb {
    margin: 0;
    background: 0 0
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding: 0
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    display: none
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: .875rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: #000;
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: #000
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: #000;
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: #000
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .75rem;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ccc
}

caption, th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e9e9e9
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d1eac8
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c6e4f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf3cd
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcdcd
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

.brands-item, .card-item, .physical-store .post-card, .physical-store-location-card {
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #efefef;
    border: 1px solid #efefef
}

.brands-item, .card-item {
    position: relative;
    display: block;
    font-size: .9375rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    min-height: 170px;
    padding: 10px;
    margin: 0 0 20px
}

.rating {
    font-size: .875rem
}

.rating .spr-star-empty, .rating .spr-star-full, .rating .spr-star-half {
    margin-right: 3px
}

.rating .glyphicon-star, .rating .ico-rating-full {
    color: #ffc800
}

.rating .glyphicon-star:before, .rating .ico-rating-full:before {
    content: "\E040"
}

.rating .glyphicon-star-empty, .rating .ico-rating-empty {
    color: #efefef
}

.rating .glyphicon-star-empty:before, .rating .ico-rating-empty:before {
    content: "\E040"
}

.rating .ico-rating-half {
    position: relative
}

.rating .ico-rating-half:before {
    content: "\E040";
    color: #efefef
}

.rating .ico-rating-half:after {
    content: "\E041";
    color: #ffc800;
    position: absolute;
    left: 0
}

.section-see-more, .see-more, .see-more-description-link, .showcase-see-more {
    color: #ff6c00;
    text-decoration: none;
    font-weight: 500;
    font-size: .875rem
}

.section-see-more span, .see-more span, .see-more-description-link span, .showcase-see-more span {
    font-size: .875rem
}

.section-see-more:hover, .see-more-description-link:hover, .see-more:hover, .showcase-see-more:hover {
    text-decoration: underline
}

html {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    color: #212121
}

body, html {
    min-height: 100%
}

body {
    font-size: .875rem;
    min-width: 320px
}

main {
    min-height: 500px
}

*, :after, :before {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button {
    border: none;
    background: 0 0
}

h1 {
    margin: 10px 0
}

h2, h3 {
    font-weight: 400
}

a {
    color: inherit;
    cursor: pointer;
    outline: 0;
    word-wrap: break-word
}

a, a:focus, a:hover {
    text-decoration: none
}

a:focus, a:hover {
    color: #fff
}

a:hover {
    outline: 0
}

ul {
    list-style: none
}

figure {
    margin: 0;
    padding: 0
}

img[src] {
    max-width: 100%;
    height: auto
}

.light-background {
    background-color: #f8f8f8
}

.light-background > .section-space {
    padding-top: 30px;
    padding-bottom: 30px
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

pre {
    overflow: auto;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #333;
    display: block;
    font-size: .8125rem;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word
}

.container-overflow {
    overflow: hidden
}

.container-content {
    width: calc(99.9% * 3 / 4 - 7.5px)
}

.container-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.container-content:last-child {
    margin-right: 0
}

.container-content:nth-child(4n) {
    margin-right: 0;
    float: right
}

.container-content:nth-child(4n+1) {
    clear: both
}

.container-content.full-width {
    width: calc(99.9% * 1 / 1 - 0px)
}

.container-content.full-width:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.container-content.full-width:last-child {
    margin-right: 0
}

.container-content.full-width:nth-child(1n) {
    margin-right: 0;
    float: right
}

.container-content.full-width:nth-child(1n+1) {
    clear: both
}

.container-aside {
    padding-bottom: 20px
}

.container.m-y .container-aside {
    margin-top: 0
}

.content-page-subtitle, .content-page-title {
    display: block;
    font-weight: 400;
    font-size: 1.125rem;
    color: #212121;
    margin: 0 0 10px;
    text-align: center
}

.content-page-subtitle strong, .content-page-title strong {
    color: #a43287
}

.department-title {
    background-image: linear-gradient(89deg, #ea4999, #643f99);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    font-size: 1.375rem;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 100;
    left: 0
}

.container-aside .content-page-title {
    font-size: 1.375rem;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef
}

.content-page-subtitle {
    font-size: 1.125rem
}

.container {
    clear: both;
    max-width: 1188px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.container:after, .container:before {
    content: '';
    display: table
}

.container:after {
    clear: both
}

.container .container {
    padding-left: 0;
    padding-right: 0
}

::-moz-selection {
    background: #6a1b60;
    color: #fff
}

.underline {
    text-decoration: underline
}

input[type=email] {
    text-transform: lowercase
}

object {
    display: none
}

small {
    font-size: .625rem
}

address {
    font-style: normal;
    font-weight: 400
}

input[type=checkbox], input[type=radio] {
    margin: 1px
}

.checkbox-inline input[type=checkbox] {
    margin-top: 4px
}

label {
    font-weight: 400
}

hr {
    border-top: 1px dotted #efefef
}

.col-3-5 {
    width: calc(99.9% * 3 / 5 - 12px)
}

.col-3-5:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.col-3-5:last-child {
    margin-right: 0
}

.col-3-5:nth-child(5n) {
    margin-right: 0;
    float: right
}

.col-3-5:nth-child(5n+1) {
    clear: both
}

.col-2-5 {
    width: calc(99.9% * 2 / 5 - 18px)
}

.col-2-5:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.col-2-5:last-child {
    margin-right: 0
}

.col-2-5:nth-child(5n) {
    margin-right: 0;
    float: right
}

.col-2-5:nth-child(5n+1) {
    clear: both
}

.col-1-5 {
    width: calc(99.9% * 1 / 5 - 24px)
}

.col-1-5:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.col-1-5:last-child {
    margin-right: 0
}

.col-1-5:nth-child(5n) {
    margin-right: 0;
    float: right
}

.col-1-5:nth-child(5n+1) {
    clear: both
}

.col-1-3 {
    width: calc(99.9% * 1 / 3 - 20px)
}

.col-1-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.col-1-3:last-child {
    margin-right: 0
}

.col-1-3:nth-child(3n) {
    margin-right: 0;
    float: right
}

.col-1-3:nth-child(3n+1) {
    clear: both
}

.col-, .col-0, .col-undefined {
    display: none
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
    width: calc(99.9% * 1 / 1 - 0px)
}

.col-1:nth-child(1n), .col-2:nth-child(1n), .col-3:nth-child(1n), .col-4:nth-child(1n), .col-5:nth-child(1n), .col-6:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.col-1:last-child, .col-2:last-child, .col-3:last-child, .col-4:last-child, .col-5:last-child, .col-6:last-child {
    margin-right: 0
}

.col-1:nth-child(1n), .col-2:nth-child(1n), .col-3:nth-child(1n), .col-4:nth-child(1n), .col-5:nth-child(1n), .col-6:nth-child(1n) {
    margin-right: 0;
    float: right
}

.col-1:nth-child(1n+1), .col-2:nth-child(1n+1), .col-3:nth-child(1n+1), .col-4:nth-child(1n+1), .col-5:nth-child(1n+1), .col-6:nth-child(1n+1) {
    clear: both
}

.m-y {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-y-md {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-y-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-a {
    margin: auto
}

.m-y-a {
    margin: auto 0
}

.m-x-a {
    margin: 0 auto
}

.m-0 {
    margin: 0 !important
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-sm {
    margin: 10px
}

.p-sm {
    padding-top: 10px;
    padding-bottom: 10px
}

.p-md {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-lg {
    padding-top: 40px;
    padding-bottom: 40px
}

.icon-pure-arrow-right:after {
    transform: rotate(-135deg)
}

.icon-pure-arrow-down:after, .icon-pure-arrow-right:after {
    content: '';
    width: 12px;
    height: 12px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #212121;
    border-style: solid;
    display: inline-block
}

.icon-pure-arrow-down:after {
    transform: rotate(-45deg)
}

.icon-pure-arrow-left:after {
    content: '';
    width: 12px;
    height: 12px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #212121;
    border-style: solid;
    display: inline-block;
    transform: rotate(45deg)
}

.reset-user-html * {
    color: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
    position: static !important
}

.reset-user-html a {
    text-decoration: underline !important
}

.reset-user-html a:hover {
    color: #ff6c00 !important
}

.reset-allow-bold b, .reset-allow-bold strong {
    font-weight: 700 !important
}

font {
    display: inline !important;
    color: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.spr {
    display: inline-block
}

.row {
    width: 100%
}

.row:after, .row:before {
    content: "";
    display: table
}

.row:after {
    clear: both
}

.col-flexbox {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.col-flexbox, .row-flexbox {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.row-flexbox {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row-flexbox.owl-carousel {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.color-primary {
    color: #ff6c00
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-secondary {
    color: #a43287
}

hr.line {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #efefef
}

.mobile-md, .mobile-sm {
    display: none
}

.pointer {
    cursor: pointer
}

.form-link, .link {
    color: #422463;
    text-decoration: none;
    cursor: pointer
}

.form-link:hover, .link:hover {
    color: #ff6c00;
    text-decoration: underline
}

.anchor {
    color: #ff6c00;
    text-decoration: none
}

.anchor:hover {
    color: #a43287;
    text-decoration: underline
}

.hr {
    width: 100%;
    height: 1px;
    border-top: 1px solid #efefef
}

.responsive-image {
    max-width: 100%;
    height: auto
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.btn.btn-space {
    margin-bottom: 15px
}

.overflow-hidden {
    overflow: hidden
}

.is-visible {
    display: block !important
}

.is-hide {
    display: none !important
}

.is-uppercase {
    text-transform: uppercase
}

.is-hidden {
    display: none
}

.opacity-3 {
    opacity: .3
}

.background-center {
    background-position: 0 -6px;
    background-size: contain;
    background-repeat: no-repeat
}

.app-links {
    margin-top: 10px
}

.app-icon {
    width: 37px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.app-label {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.app-text {
    padding: 0 5px;
    font-size: .75rem;
    color: #999;
    text-align: left
}

.footer-minimal {
    padding: 30px 0;
    text-align: center
}

.footer-minimal .footer-text {
    color: #999
}

.footer-minimal .footer-text.first {
    margin-bottom: 0
}

.footer-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .03) 3px, transparent);
    height: 44px;
    position: relative;
    z-index: 0
}

.footer-gradient .container {
    z-index: 1
}

.footer-gradient:after {
    display: block;
    width: 100%;
    height: 44px;
    background-color: transparent;
    background: linear-gradient(90deg, #f8f8f8, rgba(255, 255, 255, 0), #f8f8f8);
    content: '';
    top: 0;
    position: absolute
}

.footer-mobile {
    padding: 10px 10px 70px;
    background-color: #f8f8f8;
    z-index: 100
}

.footer-title {
    text-align: center
}

.social-networks {
    margin: 5px 0
}

.footer {
    padding: 20px;
    background-color: #f8f8f8;
    color: #212121
}

.footer i {
    font-size: 0;
    vertical-align: middle;
    display: inline-block
}

.footer i:before {
    font-size: 15px
}

.cp-footer1 .newsletter-input-name {
    float: left;
    width: calc(100% - 85px)
}

.cp-footer1 .newsletter-input.btn {
    float: right;
    margin-top: 1px;
    height: 39px
}

.footer-title {
    margin-bottom: 10px;
    color: #212121;
    font-size: .75rem;
    font-weight: 700
}

.footer-actions {
    margin: 10px 0
}

.footer-nav {
    display: block;
    margin-bottom: 5px;
    font-size: .6875rem
}

.footer-nav a:not(.btn), .footer-nav a:not(.underline), .footer-nav li, .footer-nav strong {
    display: block;
    line-height: 1rem
}

.footer-nav a.underline {
    display: inline
}

.footer-nav .list-content {
    color: #999
}

.footer-nav .paymethod {
    display: inline-block;
    margin-bottom: 5px;
    color: #494949
}

.footer-nav .list-title {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0;
    color: #212121;
    font-size: .75rem
}

.footer-nav .btn-default {
    margin-top: 10px
}

.footer-nav-link {
    display: block;
    line-height: 1rem;
    color: #999
}

.facebook-blz {
    font-weight: 700;
    font-size: .6875rem
}

.footer-text {
    clear: both;
    display: block;
    text-align: center;
    font-size: .6875rem;
    color: #999;
    line-height: 1rem
}

.footer-text.first {
    margin-bottom: 10px;
    font-size: .8125rem;
    color: #777
}

.footer-text.last {
    margin: 10px 0
}

.certificados {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin: 20px auto;
    font-size: .8125rem;
    color: #999;
    text-align: left
}

.sprite-line {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sprite-line .spr {
    vertical-align: bottom;
    margin-right: 35px
}

.sprite-line li {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle
}

.sprite-line li:last-child .spr {
    margin-right: 0
}

.social-icons-links .ico {
    font-size: 1.375rem;
    display: block;
    color: #777
}

.social-networks {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-security .sprite-line li {
    padding-right: 20px
}

.footer-payment .sprite-line li {
    padding-right: 5px
}

.sprite-line li:last-child {
    padding-right: 0
}

.footer-copyright {
    padding: 20px
}

.copyright .copyright-text {
    text-transform: uppercase;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: .875rem;
    opacity: .4
}

.copyright .desktop-version {
    text-decoration: underline
}

.footer-simple-menu {
    text-align: center;
    margin: 10px
}

.footer-simple-menu li {
    font-weight: 400;
    font-size: .75rem;
    color: #636363;
    display: inline-block;
    width: auto;
    padding: 8px 0
}

.footer-simple-menu li:not(:first-child):before {
    content: 'â€¢';
    display: inline-block;
    margin: 0 5px
}

.footer-social .footer-title {
    text-align: center
}

.header-fixed {
    position: fixed;
    background-color: #fff;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0
}

.header-fixed .header-shopping-wrapper {
    height: 80px
}

.header-fixed .header-middle {
    padding-top: 0;
    padding-bottom: 0
}

.header-fixed.header {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.header-fixed .banner-leaderboard {
    display: none;
    overflow: hidden;
    height: 0
}

.header-fixed .header-menu {
    animation-name: k;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

.header-fixed .header-menu.is-close {
    animation-name: j;
    overflow: hidden
}

body .header-menu a:hover {
    text-decoration: underline
}

.header-float .banner-leaderboard {
    animation-name: k;
    animation-duration: .25s;
    animation-fill-mode: forwards
}

.header-fixed + .header-fixed-space {
    height: 160px
}

.icon.magnifier {
    width: 19px;
    height: 19px;
    border: 2px solid #000;
    border-radius: 50%;
    position: relative;
    opacity: 0;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.icon.magnifier:after {
    position: absolute;
    width: 9px;
    height: 2px;
    background-color: #000;
    display: block;
    content: "";
    top: -6px;
    left: -11px;
    transform: rotate(45deg);
    transform-origin: -10px 40px
}

.header-menu-button {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    position: absolute;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    -webkit-tap-highlight-color: transparent
}

.nav-landing {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.nav-landing, .nav-landing-container.container {
    background-color: #fff
}

.nav-landing-container {
    padding: 0
}

.landing-logo {
    border-bottom: 1px solid #ccc;
    display: block;
    text-align: center;
    margin: 0
}

.nav-landing-wrapper {
    overflow-x: auto;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    text-align: center
}

.nav-landing-items {
    list-style: none;
    display: inline-block;
    white-space: nowrap;
    margin: 0
}

.nav-landing-items .menu-item {
    display: inline-block;
    position: relative;
    padding: 10px;
    width: auto;
    font-weight: 400;
    font-size: 1rem;
    color: #333
}

.nav-landing-items .menu-item a, .nav-landing-items .menu-item span {
    padding: 16px 0;
    color: #333;
    font-size: .875rem
}

.nav-landing-items .menu-item a:hover, .nav-landing-items .menu-item span:hover, .nav-landing-items .menu-item:hover, .nav-landing-items .menu-item:hover a {
    color: #ff6c00
}

.sub-menu {
    display: none;
    list-style: none
}

.header-minimal {
    padding: 40px 0 30px
}

.header {
    display: block;
    width: 100%;
    z-index: 3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 50
}

.page-home .header {
    border-bottom: 0
}

.bannerTopo {
    margin-top: 23px;
    margin-bottom: 13px
}

.header-simple {
    margin-bottom: 20px;
    position: relative
}

.header-simple:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #6a1b60
}

.header-account {
    position: relative;
    top: -3px
}

.header-simple .header-account {
    margin-top: 10px
}

.helpfull-links-more-info {
    display: block;
    margin-top: 10px
}

.header-mobile {
    position: relative
}

.header-mobile .header-navigation {
    padding: 15px 0 10px;
    height: auto
}

.header-mobile .header-bag {
    float: right;
    margin-top: 10px;
    font-size: 1.3125rem
}

.header-mobile .ico-menu {
    font-size: .8125rem
}

.header-mobile .search-form {
    clear: both
}

.header-middle {
    padding-top: 10px;
    padding-bottom: 10px
}

.header-search-button {
    display: none
}

.header-shopping-wrapper {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    margin: 0
}

.header-account-ico {
    margin-left: 10px
}

.lb-cart {
    padding: 0 1px 0 8px
}

.lb-account {
    padding: 0 1px 0 8px
}

.header-account-username-small {
    font-size: .75rem;
    display: block;
    min-height: 18px
}

.header-account-login {
    display: inline-block;
    width: 100%;
    color: #777;
    font-size: .875rem;
    position: relative;
    z-index: 20;
    margin-top: 4px
}

.header-account-login:hover .header-account-username {
    color: #ff6c00
}

.header-account-login .header-account-avatar, .header-account-login .header-avatar {
    font-size: 1.875rem
}

.header-account-avatar {
    border-radius: 50%;
    width: 32px;
    float: left
}

.header-account-username {
    position: relative;
    margin: 7px 0 7px 36px;
    font-weight: 700;
    color: #4a4a4a;
    width: 95%;
    white-space: nowrap;
    display: block
}

.header-account-username:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 40px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 15px)
}

.header-account-username:hover {
    color: #ff6c00
}

.header-account-link {
    color: #a43287;
    display: none
}

.header-account-menu {
    display: none;
    position: absolute;
    top: 26px;
    right: -25px;
    z-index: 15;
    width: 195px
}

.header-account-menu-inner {
    padding: 0;
    font-size: .875rem;
    color: #4a4a4a;
    border: 1px solid #efefef;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    background: #fff;
    font-weight: 400;
    margin-top: 20px;
    overflow: hidden
}

.header-account-menu-inner:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 15px;
    right: 90px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef
}

.header-login-menu, .header-order-menu {
    display: none;
    position: absolute;
    top: 12px;
    z-index: 15;
    width: 280px
}

.header-login-menu .header-account-menu-inner:after, .header-order-menu .header-account-menu-inner:after {
    right: 130px
}

.header-order-menu {
    right: -80px
}

.header-login-menu {
    right: -200px
}

.header-login-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: -32px;
    width: 223px;
    height: 47px;
    right: -34px
}

.header-account-menu-item {
    display: block;
    width: 100%;
    padding: 10px 15px
}

.header-account-menu-item:hover:not(.header-account-menu-small) {
    color: #ff6c00
}

.header-account-menu-separator {
    padding: 0;
    height: 1px;
    background: #efefef
}

.header-account-menu-item-facebook {
    width: 64px;
    height: 20px;
    display: block
}

.header-account-menu-link {
    display: block;
    font-weight: 400
}

.header-account-menu-link:hover {
    color: #ff6c00
}

.header-account-menu-small {
    color: #999;
    font-size: .75rem;
    padding: 10px 12px
}

.header-account-menu-small a {
    text-decoration: underline
}

.header-account-menu-small a:hover {
    color: #ccc
}

.header-bag {
    display: inline-block;
    position: relative;
    padding-left: 20px
}

.header-bag a:not(.btn) {
    display: block
}

.header-bag .ico-bag-full {
    color: #ff6c00;
    font-size: 1.875rem;
    margin-top: -6px;
    margin-right: -1px
}

.header-bag .iconBag {
    width: 24px;
    height: 22px
}

.header-account-item.is-open .header-account-menu, .header-account-item.is-open .header-login-menu, .header-account-item.is-open .header-order-menu {
    display: block
}

.header-account-item {
    position: relative;
    padding: 0 21px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4
}

.input-form-search {
    border-top: 1px solid #efefef;
    border-right: 0;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef
}

.current-user.is-logged .no-logged, .current-user.isnt-logged .logged {
    display: none
}

.header-account-menu-login {
    padding-top: 12px
}

.header-account-menu-login .btn-xs {
    font-size: .6875rem
}

.header-account-menu-no-register {
    padding-top: 4px
}

.header-logo-wrapper {
    height: auto;
    text-align: center;
    position: relative;
    min-height: 50px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-logo {
    width: 130px
}

.has-submenu .menu-item-link:after, .menu-arrow {
    display: none;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -4px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.menu-icon-home {
    display: table-cell;
    width: 30px;
    vertical-align: middle
}

.menu-icon-home a {
    height: 100%
}

.menu-icon-home svg {
    fill: #fff;
    height: 15px;
    width: 15px
}

.menu-icon-home svg:hover {
    fill: #ff6c00
}

.header-menu.header-menu-mobile {
    display: none
}

.footer-newsletter {
    padding: 10px;
    font-size: .75rem
}

.footer-newsletter form {
    margin: 5px 0
}

.footer-newsletter-button-group, .footer-newsletter-input-group {
    margin-bottom: 5px;
    vertical-align: middle
}

.footer-newsletter-input {
    height: 33px;
    font-size: .8125rem;
    padding: 7px 16px !important;
    border-radius: 1px;
    width: calc(99.9% * 1 / 2 - 2.5px)
}

.footer-newsletter-input:nth-child(1n) {
    float: left;
    margin-right: 5px;
    clear: none
}

.footer-newsletter-input:last-child {
    margin-right: 0
}

.footer-newsletter-input:nth-child(2n) {
    margin-right: 0;
    float: right
}

.footer-newsletter-input:nth-child(odd) {
    clear: both
}

.footer-newsletter-button {
    width: calc(99.9% * 1 / 2 - 2.5px)
}

.footer-newsletter-button:nth-child(1n) {
    float: left;
    margin-right: 5px;
    clear: none
}

.footer-newsletter-button:last-child {
    margin-right: 0
}

.footer-newsletter-button:nth-child(2n) {
    margin-right: 0;
    float: right
}

.footer-newsletter-button:nth-child(odd) {
    clear: both
}

.footer-newsletter-legal {
    display: inline-block;
    width: 100%;
    clear: both;
    font-size: .6875rem;
    color: #999;
    margin-top: 10px
}

.newsletter-title, .radio-inline {
    font-size: .8125rem
}

.newsletter-text {
    color: #777;
    font-size: .75rem;
    margin: 5px 0
}

.newsletter-legal {
    color: #999;
    font-size: .6875rem
}

input[type=radio] {
    margin-top: 5px
}

.newsletter-input {
    display: inline-block
}

.btn-outline-secondary.btn-xs.newsletter-input {
    padding: 8px 5px
}

.newsletter-input.btn {
    margin-top: -2px;
    padding: 12px 14px
}

.newsletter-input-name {
    width: calc(100% - 94px)
}

body.bg-black.page-home {
    background: #000;
    color: #efefef
}

body.bg-black.page-home .badge.lancamento {
    color: #7f58ba;
    border-color: #7f58ba
}

body.bg-black.page-home .badge.novidade {
    color: #c84aa8;
    border-color: #c84aa8
}

body.bg-black.page-home .rate-star-half {
    background: linear-gradient(90deg, #ffc800, #ffc800 50%, #4a4a4a 0, #4a4a4a 99%);
    background-clip: text;
    -webkit-background-clip: text
}

body.bg-black.page-home .rate-star-empty {
    background: 0 0;
    color: #4a4a4a
}

body.bg-black.page-home .box-session, body.bg-black.page-home .light-background, body.bg-black.page-home .rich-media-related, body.bg-black.page-home .rich-media-video .youtube-embed {
    background: #212121
}

body.bg-black.page-home .track-item-content, body.bg-black.page-home .track-item-content-back {
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .3)
}

body.bg-black.page-home .tracking-simple:after {
    background-image: linear-gradient(90deg, #ff6c00 0, #ff6c00 49%, #4a4a4a 50%, #4a4a4a)
}

body.bg-black.page-home .section-see-more-box {
    border-color: #000;
    color: #ff6c00
}

body.bg-black.page-home .section-see-more-box:hover {
    color: #cc5600
}

body.bg-black.page-home .section-see-more-box:after {
    border-color: #ff6c00
}

body.bg-black.page-home .section-see-more-box:hover:after {
    border-color: #cc5600
}

body.bg-black.page-home .rich-media {
    border-color: #212121
}

body.bg-black.page-home .related-item:not(:last-child), body.bg-black.page-home .rich-media-related-header {
    border-color: #4a4a4a
}

body.bg-black.page-home .section-subtitle {
    color: #efefef
}

body.bg-black.page-home .brand-item {
    box-shadow: none;
    background-color: #000
}

body.bg-black.page-home .brand-item img.brand-img {
    filter: brightness(6)
}

body.bg-black.page-home .banner-brand-see-all-mobile .link {
    color: #bb399a
}

body.bg-black.page-home .rich-media .related-item img, body.bg-black.page-home .showcase-image {
    background-color: #fff;
    border-radius: 3px
}

body.bg-black.page-home .showcase-image {
    opacity: .85
}

body.bg-black.page-home .showcase-image:hover {
    opacity: 1
}

body.bg-black.page-home .showcase-item-image {
    background-image: linear-gradient(180deg, #fff 0, #000);
    border-radius: 3px
}

body.bg-black .cart-summary-item-name, body.bg-black .category-menu-mobile .list-group-text, body.bg-black .menu-mobile-item-account, body.bg-black .menu-mobile-item-header, body.bg-black .product-item-title, body.bg-black .showcase-item-name {
    color: #212121
}

body.bg-black .cards-home, body.bg-black .header, body.bg-black .header .form-control, body.bg-black .header-middle {
    background: #000
}

body.bg-black .footer, body.bg-black .footer-mobile {
    background: #212121
}

body.bg-black .smartbanner {
    background: #4a4a4a
}

body.bg-black .header .form-control {
    border-color: #4a4a4a;
    color: #fff
}

body.bg-black .cards-home {
    padding-top: 10px;
    margin-bottom: 10px
}

body.bg-black .footer-loucas img, body.bg-black .header-logo {
    filter: saturate(0) brightness(100)
}

body.bg-black .cards-home .section-title, body.bg-black .header-account-item, body.bg-black .header-bag > a {
    color: #efefef
}

body.bg-black .cards-home .section-title:hover, body.bg-black .header-account-item:hover, body.bg-black .header-bag > a:hover {
    color: #ff6c00
}

body.bg-black .icon-bag-full {
    fill: #efefef
}

body.bg-black .banner-container img {
    box-shadow: none
}

body.bg-black .hamburguer i {
    background: #efefef
}

body.bg-black .header-arrow-down {
    border-top: 5px solid #efefef
}

body.bg-black .footer-copyright, body.bg-black .showcase-item-description {
    color: #999
}

body.bg-black .showcase-item-gift {
    bottom: 2px;
    right: 2px
}

body.bg-black .footer-title, body.bg-black .header-shopping-wrapper {
    color: #fff
}

body.bg-black .footer-newsletter-form {
    background: #4a4a4a
}

.search-mobile-wrapper {
    display: none
}

.search-mobile-wrapper.is-open {
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    padding: 15px;
    background: #fff
}

.search-mobile-wrapper.is-open .tt-menu {
    background: #fff
}

.search-mobile-wrapper.is-open .tt-input {
    height: 40px
}

.search-mobile-wrapper.is-open .tt-dataset {
    background: #fff;
    padding-top: 0
}

.search-mobile-wrapper.is-open .category-menu-mobile {
    position: fixed;
    z-index: 99;
    top: 80px;
    left: 0;
    width: 100%
}

.search-mobile-wrapper.is-open .category-menu-mobile .list-group {
    border-right: none;
    border-left: none
}

.search-mobile-wrapper.is-open .btn-search {
    height: 37px
}

.search-mobile-wrapper .header-search {
    margin-top: 0;
    width: 85%;
    position: static
}

.search-mobile-wrapper .header-search .twitter-typeahead {
    position: static !important
}

.search-mobile-wrapper .tt-menu {
    top: 70px !important;
    overflow: scroll;
    height: 100%;
    padding-bottom: 100px;
    border: 1px solid transparent
}

.search-mobile-wrapper .tt-menu.tt-open {
    border: 1px solid #cad3df
}

.category-menu-mobile {
    height: calc(100% - 90px);
    overflow: auto
}

.category-menu-mobile .category-menu-title {
    font-weight: 500;
    color: #777;
    padding: 0 15px
}

.category-menu-mobile .list-group {
    border-right: none;
    border-left: none
}

.category-menu-mobile .list-group-item {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px
}

.category-menu-mobile .list-group-text {
    -ms-flex: 1;
    flex: 1;
    line-height: 1em
}

.category-menu-mobile img {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.search-close-icon {
    float: right;
    top: 25px;
    right: 20px;
    font-size: 1.25rem;
    position: absolute
}

.accordion-gradient-label {
    color: #a43287;
    font-weight: 500;
    font-size: .8125rem;
    display: block;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-bottom: 0
}

.accordion-gradient-label:after, .accordion-gradient-label:before {
    background-color: #a43287;
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 11px;
    right: 10px;
    top: 10px;
    transition: transform .25s ease-in-out
}

.accordion-gradient-label:before {
    transform: translate3d(-2px, 0, 0) rotate(-45deg)
}

.accordion-gradient-label:after {
    transform: translate3d(5px, 0, 0) rotate(45deg)
}

.accordion-gradient-label .accordion-gradient-hide {
    display: none
}

.accordion-gradient-label .accordion-gradient-show {
    display: block
}

.accordion-state:checked ~ .accordion-gradient-label:before {
    transform: translate3d(-2px, 0, 0) rotate(45deg)
}

.accordion-state:checked ~ .accordion-gradient-label:after {
    transform: translate3d(5px, 0, 0) rotate(-45deg)
}

.accordion-state:checked ~ .accordion-gradient-label .accordion-gradient-hide {
    display: block
}

.accordion-state:checked ~ .accordion-gradient-label .accordion-gradient-show {
    display: none
}

.accordion.accordion-mobile {
    padding: 0 5px
}

.accordion.accordion-mobile .accordion-header {
    font-size: .75rem;
    text-transform: uppercase
}

.accordion {
    background-color: #fff;
    border-radius: 2px
}

.accordion-label {
    cursor: pointer;
    display: block;
    font-size: inherit;
    margin: 0
}

.accordion-space {
    border-top: 1px solid #efefef;
    padding: 15px 5px
}

.accordion-header {
    background-color: #fff;
    color: #212121;
    padding: 15px 10px;
    position: relative;
    font-size: .875rem;
    font-weight: 400
}

.accordion-header:hover {
    color: #ff6c00
}

.accordion-header:after, .accordion-header:before {
    background-color: #ccc;
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 11px;
    right: 15px;
    top: 18px;
    transition: transform .25s ease-in-out
}

.accordion.accordion-mobile {
    border: 1px solid #efefef
}

.accordion-header:before {
    transform: translate3d(5px, 0, 0) rotate(45deg)
}

.accordion-header:after {
    transform: translate3d(-2px, 0, 0) rotate(-45deg)
}

input:checked ~ .accordion-header:hover {
    color: #ff6c00
}

.accordion-header:hover:after, .accordion-header:hover:before, input:checked ~ .accordion-label .accordion-header:hover:after, input:checked ~ .accordion-label .accordion-header:hover:before {
    background-color: #ff6c00
}

input:checked ~ .accordion-label .accordion-header {
    color: #a43287
}

input:checked ~ .accordion-label .accordion-header:before {
    transform: translate3d(-2px, 0, 0) rotate(45deg)
}

input:checked ~ .accordion-label .accordion-header:after {
    transform: translate3d(5px, 0, 0) rotate(-45deg)
}

.accordion-content {
    padding: 0 15px 15px;
    display: none
}

input:checked ~ .accordion-content {
    display: block
}

.alert-message {
    padding: 20px 20px;
    display: block;
    background: #f2f5de;
    width: 100%;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 60px;
    border: 2px solid #ecf1cb;
    text-align: center;
    font-weight: 700;
    color: #222
}

.alert-message-title {
    font-size: 1.5rem;
    margin-bottom: 5px
}

.alert-message-text {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5
}

.alert-message-ico-wrapper {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    text-align: center;
    font-size: 1.75rem;
    border: 2px solid;
    border-radius: 50%
}

.alert-message-ico-wrapper .ico {
    margin-top: 10px
}

.alert-message.alert-default {
    text-align: left;
    margin-bottom: 20px;
    padding: 0
}

.alert-message.success {
    background-color: #dff0d8
}

.alert-message.success .alert-message-ico-wrapper {
    color: #3c763d;
    border-color: #3c763d
}

.alert-message.danger {
    background-color: #f2dede
}

.alert-message.danger .alert-message-ico-wrapper {
    color: #e00;
    border-color: #e00
}

.alert-message.warning {
    background-color: #fcf8e3
}

.alert-message.warning .alert-message-ico-wrapper {
    color: #8a6d3b;
    border-color: #8a6d3b
}

.alert-container {
    position: fixed;
    top: 0;
    z-index: 9999;
    margin-bottom: 12px;
    -ms-flex-direction: column;
    flex-direction: column
}

.alert, .alert-container {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.alert {
    padding: 10px 20px;
    font-size: .75rem;
    font-weight: 500;
    min-height: 60px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    text-align: left;
    border-radius: 0;
    margin: 0 0 12px;
    border: 1px solid transparent
}

.alert .fa {
    float: left
}

.alert-success {
    color: #5a7052;
    background-color: #def2d6;
    border-color: #c2d7ba
}

.alert-success svg {
    fill: #5a7052;
    color: #5a7052;
    stroke: #5a7052
}

.alert-warning {
    color: #967132;
    background-color: #fef4d7;
    border-color: #d8cd85
}

.alert-warning svg {
    fill: #967132;
    color: #967132;
    stroke: #967132
}

.alert-danger {
    color: #bf3938;
    background-color: #ecc8c5;
    border-color: #c18888
}

.alert-danger svg {
    fill: #bf3938;
    color: #bf3938;
    stroke: #bf3938
}

.alert-info {
    color: #4480ae;
    background-color: #cde8f5;
    border-color: #88c3e2
}

.alert-info svg {
    fill: #4480ae;
    color: #4480ae;
    stroke: #4480ae
}

.alert-primary {
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00
}

.alert-primary svg {
    fill: #fff;
    color: #fff;
    stroke: #fff
}

.alert-secondary {
    color: #fff;
    background-color: #42105f;
    border-color: #42105f
}

.alert-secondary svg {
    fill: #fff;
    color: #fff;
    stroke: #fff
}

.alert .alert-icon {
    margin-top: 1px;
    margin-right: 21px
}

.alert [ng-transclude] {
    display: inline-block
}

.alert-text {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    max-width: 350px;
    padding-right: 30px
}

.alert-fixed {
    position: fixed;
    z-index: 1052;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 40%;
    min-width: 20%
}

.alert-subscribe {
    position: absolute;
    width: 100%;
    top: -10px;
    z-index: 9
}

.alert-subscribe .alert {
    padding-top: 16px
}

.alert-fixed .alert {
    margin-bottom: 0;
    padding-bottom: 10px
}

.alert-close {
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer
}

.tt-input {
    color: #212121
}

.form-control.typeahead {
    border: 1px solid #bbb;
    border-right: 0;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .875rem
}

.form-control.typeahead:focus {
    border-color: #bcbcbc;
    box-shadow: none
}

.form-control.fake-search-button {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.5rem;
    text-align: left;
    color: #999;
    position: relative
}

.form-control.fake-search-button:before {
    content: '';
    background: #ff6c00;
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 0 4px 4px 0;
    bottom: -1px;
    display: inline-block;
    width: 45px
}

.form-control.fake-search-button i {
    position: absolute;
    top: 9px;
    right: 12px;
    bottom: 0
}

.tt-menu {
    width: 109%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #efefef;
    color: #212121;
    font-size: .75rem;
    text-align: left;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    border-radius: 4px
}

.tt-menu .badge {
    padding: 1px 20px
}

.departments-wrapper {
    border: 1px solid red
}

.productss-wrapper {
    border: 1px solid #00f
}

.tt-dataset-product-title {
    display: block;
    padding: 20px 5px 5px 10px;
    font-size: .8125rem;
    color: #212121;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.tt-dataset-footer-link {
    width: 100%;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    background: #efefef;
    color: #a43287;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: .6875rem;
    padding: 12px 0;
    font-weight: 700;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.tt-dataset-footer-link:hover {
    opacity: .8
}

.tt-suggestion {
    padding: 10px;
    line-height: 1.4;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: .875rem
}

.tt-suggestion.tt-cursor, .tt-suggestion.tt-cursor .autocomplete-department, .tt-suggestion:hover, .tt-suggestion:hover .autocomplete-department {
    color: #ff6c00
}

.tt-dataset-departments .autocomplete-item.tt-suggestion {
    font-weight: 700
}

.tt-dataset-departments .tt-highlight {
    font-weight: 400
}

.tt-dataset-departments .autocomplete-item:nth-child(3) {
    border-top: 1px solid #efefef
}

.autocomplete-department {
    color: #ff6c00;
    font-weight: 500
}

.autocomplete-department-at {
    font-weight: 400
}

.tt-suggestion.autocomplete-product {
    padding: 10px
}

.tt-dataset-product-title + .tt-suggestion.autocomplete-product {
    padding-top: 0
}

.autocomplete-item {
    display: block
}

.autocomplete-item-image {
    float: left;
    width: 90px;
    padding: 0 10px
}

.autocomplete-item-image img {
    max-width: 100%;
    height: auto
}

.autocomplete-item-details {
    float: right;
    padding-left: 10px;
    width: calc(100% - 90px)
}

.twitter-typeahead {
    display: table-cell !important;
    z-index: 3;
    width: 100%
}

.form-header-search .tt-menu {
    width: 95%
}

.autocomplete-item-price {
    color: #ff6c00;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1
}

.autocomplete-item-maxprice {
    color: #ff6c00;
    font-size: .8125rem;
    line-height: 1.38;
    color: #777;
    text-decoration: line-through;
    margin-right: 6px
}

.autocomplete-item-name {
    font-size: .875rem;
    margin-bottom: 10px
}

.tt-dataset-departments {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 5px
}

.tt-dataset-facets {
    width: 100%
}

.tt-dataset-products {
    border-top: 1px solid #efefef;
    padding-top: 10px;
    width: 100%
}

.tt-dataset-products .rating {
    color: #ff6c00;
    margin: 10px 0 0 70px
}

.tt-dataset-products .tt-suggestion:not(:first-of-type) {
    border-top: 1px dotted #f9f9f9
}

.autocomplete-item-installment {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    color: #777
}

.tt-backdrop {
    position: absolute;
    left: 0;
    right: 0;
    top: -100000px;
    background: #000;
    opacity: 0;
    width: 100%;
    height: 10000px;
    z-index: 2;
    transition: all .1s linear
}

.tt-backdrop.is-active {
    opacity: .5;
    top: auto
}

.tt-backdrop.tt-backdrop-autocomplete {
    margin-top: -40px
}

.is-close + .tt-backdrop-autocomplete {
    margin-top: 0
}

#autocomplete-input:focus {
    border-color: #ff6c00
}

.badge {
    padding: 1px 4px;
    text-transform: none;
    font-size: .75rem;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ff4d00;
    color: #ff4d00
}

.badge.lancamento {
    color: #623f99;
    border-color: #623f99
}

.badge.novidade {
    color: #a43287;
    border-color: #a43287
}

.badge.more-options {
    color: #ccc;
    border-color: #ccc
}

.showcase-item-badge {
    height: 20px
}

.brands-wrap {
    margin-top: 10px;
    overflow: hidden
}

.brands-wrap .carousel-dots {
    display: none
}

.is-mobile .brands-wrap {
    padding: 20px 0
}

.brands-wrap .section-header {
    margin-bottom: 5px
}

.banner-brand-container {
    overflow: hidden;
    width: 100%;
    padding: 0 15px 10px;
    height: 75px;
    -webkit-overflow-scrolling: touch
}

.is-mobile .banner-brand-container {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    overflow-x: auto;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    padding: 15px
}

.is-mobile .banner-brand-container:after {
    content: "";
    width: 20px;
    border: 1px solid #f8f8f8
}

.banner-brand-container:not(.owl-carousel) {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    overflow-x: auto
}

.brand-item {
    min-width: 130px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 130px;
    max-height: 130px;
    border-radius: 50%;
    background-color: #fff;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.is-mobile .brand-item {
    min-width: 90px;
    width: 90px;
    height: 90px;
    margin-right: 10px
}

.is-mobile .brand-item img.brand-img {
    padding: 1px
}

.brands-mobile .brand-item {
    box-shadow: 0 1px 2px 0 #efefef;
    overflow: hidden
}

.brands-mobile .brand-item > .brand-img {
    max-width: 80px
}

.brands-mobile .brand-item img.brand-img {
    display: block;
    margin: 0 auto
}

.brand-item-more {
    text-align: center
}

.brand-item-more a {
    text-decoration: none;
    margin: 0;
    float: none
}

.banner-brand-see-all {
    text-align: center;
    opacity: .7
}

.banner-brand-see-all-mobile {
    margin: 0 0 10px;
    text-align: center
}

.banner-brand-see-all-mobile .link {
    color: #a43287
}

.carousel-categories {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    overflow-x: auto;
    padding-right: 10px;
    -webkit-overflow-scrolling: touch
}

.banner-category {
    text-align: center;
    padding: 0 10px 10px 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.banner-category:last-child {
    padding-right: 15px
}

.banner-category figure {
    width: 90px;
    margin: auto
}

.banner-category img {
    width: 110px;
    height: auto;
    border-radius: 50%
}

.banner-category-title {
    font-size: .625rem;
    display: block;
    height: 28px;
    text-align: center;
    margin: 5px 0;
    text-transform: uppercase;
    word-break: normal
}

.banner-showcase {
    margin-bottom: 20px
}

.banner-categories-home {
    padding-top: 15px
}

.banner-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.banner-container.section-space + .light-background, .section-space.light-background + .banner-container {
    margin-top: -30px
}

.banner-billboard-container {
    width: 100%
}

.banner-billboard-container, .banner-billboard-item {
    position: relative;
    overflow: hidden
}

.banner-billboard-item:after, .banner-billboard-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fff;
    z-index: 2
}

.banner-billboard-item:before {
    left: -1px
}

.banner-billboard-item:after {
    right: -1px
}

.banner-billboard-item .pace-feedback {
    z-index: 1
}

.with-content .banner-image-block {
    width: 619px
}

.banner-image-block {
    float: left;
    max-height: 351px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.banner-image-block img {
    width: 100%
}

.banner-content {
    width: 100%;
    height: 100%;
    padding: 20px
}

.banner-content .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: 700;
    font-size: .8125rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.banner-billboard-headline {
    color: inherit;
    font-size: 1.1875rem;
    margin-bottom: 5px
}

.banner-billboard-title {
    color: inherit;
    font-size: 1.75rem;
    margin-bottom: 20px
}

.banner-billboard-description {
    color: inherit;
    font-size: .9375rem;
    line-height: 1.5;
    margin-right: 30px
}

.banner-cards .owl-carousel .owl-item img, .banner-cards img {
    float: left;
    height: auto
}

.banner-cards .owl-carousel .owl-item img {
    width: 100%
}

.spaced-cards .section-header {
    margin-bottom: 35px
}

.banner-billboard {
    max-height: 351px
}

.box {
    padding: 10px;
    background: #fff;
    width: calc(99.9% * 1 / 1 - 0px);
    border: none;
    max-width: 100%
}

.box:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.box:last-child {
    margin-right: 0
}

.box:nth-child(1n) {
    margin-right: 0;
    float: right
}

.box:nth-child(1n+1) {
    clear: both
}

.box-session {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    margin: 5px 0 20px
}

.box-internal {
    width: calc(99.9% * 1 / 1 - 0px);
    border: none;
    padding: 0;
    min-height: 200px
}

.box-internal:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.box-internal:last-child {
    margin-right: 0
}

.box-internal:nth-child(1n) {
    margin-right: 0;
    float: right
}

.box-internal:nth-child(1n+1) {
    clear: both
}

.box-title {
    display: block;
    margin-bottom: 4px;
    font-size: 1.0625rem;
    font-weight: 400
}

.btn-facebook {
    color: #fff;
    background-color: #4867ab;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 0 rgba(0, 0, 0, .25)
}

.btn-facebook.active, .btn-facebook.focus, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
    background-color: #415d9a;
    color: #fff;
    outline: 0
}

.btn-facebook.active, .btn-facebook:active {
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .25), inset 0 3px 0 0 rgba(0, 0, 0, .25);
    padding-bottom: 0
}

.btn-google-plus {
    color: #fff;
    background-color: #d34836;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 0 rgba(0, 0, 0, .25)
}

.btn-google-plus.active, .btn-google-plus.focus, .btn-google-plus:active, .btn-google-plus:focus, .btn-google-plus:hover {
    background-color: #c43c2b;
    color: #fff;
    outline: 0
}

.btn-google-plus.active, .btn-google-plus:active {
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .25), inset 0 3px 0 0 rgba(0, 0, 0, .25);
    padding-bottom: 0
}

.btn.btn-social {
    text-align: left;
    padding-left: 46px;
    padding-right: 10px;
    position: relative;
    font-weight: 400;
    font-size: .75rem;
    overflow: hidden
}

.btn.btn-social .ico {
    font-size: 1.25rem
}

.btn-ico {
    position: absolute;
    top: 0;
    left: 8px;
    width: 28px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    line-height: 2.5rem
}

.password {
    position: relative
}

.input-eye {
    position: absolute;
    top: 38px;
    right: 10px;
    z-index: 3
}

.input-eye:hover {
    cursor: pointer
}

::-webkit-credentials-auto-fill-button {
    visibility: hidden
}

.btn-outline-primary {
    line-height: 2.25rem;
    border-right: 1px solid rgba(255, 108, 0, .2)
}

.btn-clipboard em {
    display: none
}

.btn-clipboard.is-used {
    animation: d 1s
}

.btn-clipboard.is-used span {
    display: none
}

.btn-clipboard.is-used em {
    display: inline-block;
    font-style: normal
}

.btn-clipboard.is-used em .ico {
    padding-right: 5px;
    font-size: .6875rem
}

.btn-link {
    color: #422463;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #b34c00;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}

.btn-default {
    color: #fff;
    background-color: #999;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 0 rgba(0, 0, 0, .25)
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover {
    background-color: #8a8a8a;
    color: #fff;
    outline: 0
}

.btn-default.active, .btn-default:active {
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .25), inset 0 3px 0 0 rgba(0, 0, 0, .25);
    padding-bottom: 0
}

.btn-outline-primary {
    border: 2px solid #ff6c00 !important;
    color: #ff6c00;
    transition: border color .4s;
    box-shadow: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -1px 0 0 #ff6c00;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #fff
}

.btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
    color: #b34c00;
    border: 2px solid #b34c00;
    outline: 0
}

.btn-outline-primary.active, .btn-outline-primary:active {
    box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, .25), inset 0 1px 0 0 #b34c00;
    padding-bottom: 0
}

.btn-outline-primary.btn-xs {
    padding: 8px 11px
}

.btn-outline-default {
    border: 2px solid #999 !important;
    color: #999;
    transition: border color .4s;
    box-shadow: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -1px 0 0 #999;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #fff
}

.btn-outline-default.active, .btn-outline-default.focus, .btn-outline-default:active, .btn-outline-default:focus, .btn-outline-default:hover {
    color: #6b6b6b;
    border: 2px solid #6b6b6b;
    outline: 0
}

.btn-outline-default.active, .btn-outline-default:active {
    box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, .25), inset 0 1px 0 0 #6b6b6b;
    padding-bottom: 0
}

.btn-outline-default.btn-xs {
    padding: 8px 11px
}

.btn-disable {
    border: 2px solid #ccc;
    background-color: #e9e9e9;
    color: #777;
    padding: 10px 17px;
    box-shadow: none;
    cursor: default
}

.btn-disable:hover, .btn-disable:hover:active {
    box-shadow: none;
    color: #777;
    outline: 0
}

.btn-disable.btn-xs {
    padding: 8px 11px
}

.btn-disable:active:after {
    opacity: 0
}

.btn, .btn-bolder {
    font-weight: 700
}

.btn {
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    border-radius: 4px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px
}

.btn text-decoration none, .btn.focus, .btn:active, .btn:focus, .btn:hover {
    outline: 0;
    background-image: none
}

.input-group-btn .btn {
    font-size: .875rem
}

.btn .ico {
    line-height: inherit
}

.btn:before {
    border-radius: inherit
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .6;
    cursor: default;
    box-shadow: none
}

.btn span, .btn strong {
    margin-left: 3px;
    margin-right: 3px
}

.btn.isnt-marketable {
    font-weight: 700;
    font-size: .8125rem
}

.btn-block {
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn-xs {
    font-size: .75rem;
    padding-left: 10px;
    padding-right: 10px
}

.btn-sm, .btn-xs {
    height: 35px
}

.btn-lg {
    font-size: .9375rem;
    height: 44px
}

.btn-xlg {
    font-size: 1.25rem;
    height: 56px
}

.btn-primary {
    color: #fff;
    background-color: #fff
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #fff;
    color: #fff;
    outline: 0
}

.btn-primary.active, .btn-primary:active {
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .25), inset 0 3px 0 0 rgba(0, 0, 0, .25);
    padding-bottom: 0
}

.btn-secondary {
    color: #fff;
    background-color: #a43287;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 0 rgba(0, 0, 0, .25)
}

.btn-secondary.active, .btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #942d7a;
    color: #fff;
    outline: 0
}

.btn-secondary.active, .btn-secondary:active {
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .25), inset 0 3px 0 0 rgba(0, 0, 0, .25);
    padding-bottom: 0
}

.btn-outline-secondary {
    border: 2px solid #a43287 !important;
    color: #a43287;
    transition: border color .4s;
    box-shadow: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -1px 0 0 #a43287;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #fff
}

.btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover {
    color: #73235f;
    border: 2px solid #73235f;
    outline: 0
}

.btn-outline-secondary.active, .btn-outline-secondary:active {
    box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, .25), inset 0 1px 0 0 #73235f;
    padding-bottom: 0
}

.btn-outline-secondary.btn-xs {
    padding: 8px 11px
}

.btn-icon {
    margin-right: 10px
}

.play-arrow-button i {
    float: right;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    margin: 8px 0 8px 6px
}

.call-to-login .call-to-login-wrapper {
    padding: 10px
}

.call-to-login p {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px
}

.call-to-login-menu {
    display: inline-block;
    width: 1px;
    height: 26px;
    padding: 0;
    margin-right: -1px
}

.call-to-login-menu .box-session {
    margin: 0;
    padding-top: 0
}

.call-to-login-menu .header-account-menu-inner {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

.card-form .address-billing, .card-form .address-main, .card-form legend {
    display: none
}

.card-form .input-group-addon {
    padding: 0 15px
}

.card-item input[type=radio] {
    margin-right: 5px;
    margin-left: 1px
}

.cards {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cards .card-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 1 - 0px)
}

.cards .card-item:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0
}

.cards .card-item:last-child {
    margin-right: 0
}

.cards .card-item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto
}

.cards .card-actions {
    width: 95%;
    position: absolute;
    top: 10px
}

.cards .card-action {
    color: #ccc;
    font-size: 1rem;
    cursor: pointer
}

.cards .card-action:hover {
    color: #ff6c00
}

.card-item-plus {
    text-align: center;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: center;
    align-items: center
}

.card-item-plus .ico-plus-round {
    background-color: #efefef;
    border-radius: 50%;
    font-size: 1.5625rem;
    padding: 25px 26px;
    margin: 15px 0
}

.slideVitrine .showcase-item {
    width: 100%;
    margin-bottom: 0
}

.showcase.owl-carousel {
    margin-bottom: 10px
}

.showcase .spr {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -30px;
    display: none !important
}

.showcase .spr.spr-carousel-left {
    left: -11px;
    cursor: pointer
}

.showcase .spr.spr-carousel-right {
    right: -11px;
    cursor: pointer
}

.showcase:hover .spr {
    display: block !important
}

.carousel-inset {
    padding: 0 20px;
    display: inline-block;
    width: 100%
}

.carousel-inset .carousel-nav-arrow-left {
    left: -10px
}

.carousel-inset .carousel-nav-arrow-right {
    right: -10px
}

.carousel-banners-inset {
    padding: 0 20px
}

.carousel-banners-inset .carousel-nav-arrow-left {
    left: -20px
}

.carousel-banners-inset .carousel-nav-arrow-right {
    right: -20px
}

.showcase .carousel-nav-arrow-left {
    left: -5px
}

.showcase .carousel-nav-arrow-right {
    right: -5px
}

.carousel-nav-arrow-left, .carousel-nav-arrow-right {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin: 0 5px
}

.carousel-nav-arrow-left {
    left: 0
}

.carousel-nav-arrow-left.disabled, .carousel-nav-arrow-right.disabled {
    opacity: .4;
    cursor: default
}

.carousel-nav-arrow-right {
    right: 0
}

.carousel-dots {
    padding: 5px 0;
    text-align: center;
    margin-top: 1px
}

.carousel-dots.disabled {
    display: none
}

.carousel-dot {
    display: inline-block;
    margin: 0 3px
}

.carousel-dot span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #999
}

.carousel-dot.active span {
    background-color: #999
}

.js-carousel-1 .carousel-dots {
    padding: 10px 0;
    display: block;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    bottom: 0
}

.owl-carousel {
    display: block
}

.owl-carousel:hover .carousel-nav-arrows {
    opacity: 1
}

.owl-carousel .carousel-nav-arrows {
    transition: all 80ms linear;
    opacity: 0
}

.owl-carousel .is-small .carousel-nav-arrow-left, .owl-carousel .is-small .carousel-nav-arrow-right {
    transform: scale(.6);
    top: 10%
}

.owl-carousel .is-small .carousel-nav-arrow-left {
    left: -10px
}

.owl-carousel .is-small .carousel-nav-arrow-right {
    right: -10px
}

.owl-carousel .owl-stage-outer {
    transform: translateZ(0)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.js-carousel-1-responsive img {
    width: 100%
}

.pickup-bar {
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 20px 10px;
    font-size: .75rem;
    margin: 0 -10px 20px
}

.pickup-orders {
    margin: 0 -20px;
    font-size: .875rem
}

.pickup-orders .pickup-line:nth-child(2n) {
    background-color: #f8f8f8
}

.pickup-orders .pickup-active {
    cursor: pointer
}

.pickup-orders .pickup-active .pickup-status {
    color: green
}

.pickup-orders .pickup-cel {
    color: #999;
    padding: 25px 17px
}

.pickup-orders .pickup-cel.pickup-status {
    font-size: .75rem;
    padding-right: 0
}

.pickup-orders .pickup-label {
    color: #777;
    padding: 0 17px
}

.pickup-orders .pickup-label.pickup-label-status {
    padding-right: 0
}

.blz-oauth-box.blz-oauth-box-signature {
    max-width: 80%
}

.blz-oauth-box.blz-oauth-box-list {
    max-width: 40%
}

.signature-order-number {
    display: block;
    margin-top: 8px;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 1.625rem;
    color: #ff6c00
}

.signature-canvas {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 5px;
    border: 1px solid #ccc
}

.signature-canvas canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #fff
}

.signature-footer {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.signature-footer > .btn-signature {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: inline-block;
    width: auto
}

.final-countdown {
    margin: 10px;
    font-size: .875rem;
    color: #212121
}

.final-countdown .countdown {
    color: #ff6c00;
    font-size: 1.125rem;
    font-weight: 700
}

.countdown-wrapper {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.countdown-item, .countdown-wrapper {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.countdown-item {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-right: 25px;
    position: relative
}

.countdown-item:nth-child(2):after, .countdown-item:nth-child(3):after {
    content: ':';
    position: absolute;
    right: -20px;
    font-size: 3rem;
    top: 24px
}

.countdown-box {
    font-weight: 700;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
    color: #ff6c00;
    font-size: 3.75rem;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.countdown-label {
    font-size: .875rem;
    margin-top: 10px
}

.countdown-separator {
    font-size: 3rem;
    margin-top: 24px
}

.facets {
    max-height: 400px;
    overflow-y: scroll
}

.form-control {
    color: #333;
    border-radius: 4px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    box-shadow: none
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
    background: #f9f9f9
}

.form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled]:focus .form-control {
    border: 1px solid #ccc
}

.form-control:focus {
    border-color: #a43287;
    box-shadow: 0 0 4px 0 #a43287
}

.form-title {
    font-weight: 400;
    font-size: 1.75rem;
    text-align: center;
    padding-bottom: 10px
}

.form-subtitle {
    font-size: .625rem;
    text-align: center;
    text-transform: uppercase
}

.form-legend {
    font-size: .75rem;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 700
}

.form-link {
    display: block;
    font-size: .875rem
}

.form-label {
    font-size: .875rem;
    font-weight: 500;
    color: #777;
    line-height: 1.7
}

.form-label span {
    color: #ccc;
    font-size: .8125rem
}

.form-label-inline {
    display: inline
}

.form-label-block {
    display: block
}

.form-error-message {
    font-size: .75rem
}

.form-box {
    display: block;
    padding: 20px 10px;
    border: 1px solid #efefef
}

.form-box-title {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    background-color: #999
}

.form-address-help-link {
    padding-top: 5px;
    font-size: .875rem;
    color: #ff6c00;
    float: left;
    text-decoration: underline
}

.form-error .label-error {
    display: block
}

.form-error {
    position: absolute;
    font-size: .6875rem;
    color: #e00
}

input.ng-invalid:not(.ng-untouched):not([disabled]), select.ng-invalid:not(.ng-untouched):not([disabled]), textarea.ng-invalid:not(.ng-untouched):not([disabled]) {
    border: 1px solid #e00
}

.input-group-addon {
    padding: 0;
    background: 0 0;
    border: none
}

.form-row {
    clear: both
}

.form-inline {
    min-height: 42px
}

.form-inline .form-group {
    display: inline-block
}

.form-inline .form-label {
    margin-right: 10px
}

.form-group.has-error > label {
    color: #e00
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #e00;
    box-shadow: none
}

.form-select select::-ms-expand {
    display: none
}

.form-select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    height: 36px
}

.form-select select[disabled], .form-select select[readonly] {
    background: #f9f9f9
}

.form-select select {
    font-size: .75rem;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    display: block;
    outline: 0 none;
    padding: 0 20px 0 12px;
    float: none;
    position: relative;
    left: -3px;
    top: -3px;
    width: 101%;
    height: 114%
}

.form-select select:focus {
    outline: 0
}

.form-select select[disabled] + .ico {
    opacity: .4
}

.form-select .ico {
    content: "";
    position: absolute;
    top: 55%;
    right: .5em;
    margin-top: -4px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #999;
    z-index: 2
}

.form-select-xxs select {
    height: 20px
}

.form-select-auto {
    width: 100%
}

.text-danger {
    color: #e00
}

.inputs-sm .form-control {
    font-size: .8125rem;
    padding: 5px 10px;
    height: 30px
}

.form-line label:not(.form-label) {
    width: 33.3%;
    margin-top: 7px
}

.form-line label:not(.form-label):nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
}

.form-line label:not(.form-label):last-child {
    margin-right: 0
}

.form-line label:not(.form-label):nth-child(0n) {
    margin-right: 0;
    float: right
}

.form-line label:not(.form-label):nth-child(0n+1) {
    clear: both
}

.form-line .form-control, .form-line .form-error {
    position: relative;
    width: 66.6%
}

.form-line .form-control:nth-child(1n), .form-line .form-error:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
}

.form-line .form-control:last-child, .form-line .form-error:last-child {
    margin-right: 0
}

.form-line .form-control:nth-child(0n), .form-line .form-error:nth-child(0n) {
    margin-right: 0;
    float: right
}

.form-line .form-control:nth-child(0n+1), .form-line .form-error:nth-child(0n+1) {
    clear: both
}

.form-line .form-error {
    float: right !important
}

.hamburguer {
    width: 23px;
    height: 16px;
    position: relative;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

.hamburguer .js-header-link {
    display: contents
}

.hamburguer i {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out;
    min-width: 23px
}

.hamburguer i:first-child {
    top: 0
}

.hamburguer i:nth-child(2) {
    top: 7px
}

.hamburguer i:nth-child(3) {
    top: 14px
}

.hamburguer.is-open i:first-child {
    top: 7px;
    transform: rotate(135deg)
}

.hamburguer.is-open i:nth-child(2) {
    opacity: 0;
    left: -60px
}

.hamburguer.is-open i:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg)
}

.is-mobile .header-menu-button {
    padding-right: 22px
}

.hero {
    position: relative;
    text-align: center;
    overflow: hidden
}

.hero-banner {
    width: 100%
}

.hero-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.hero-title {
    position: relative;
    display: inline-block;
    font-size: 2.8125rem;
    text-align: center
}

.hero-subtitle, .hero-title {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.hero-subtitle {
    margin-top: 20px;
    font-weight: 400;
    font-size: 1.5rem
}

.hero-subtitle span {
    font-size: 1.375rem
}

.hero-action {
    margin-top: 20px
}

.item-price {
    cursor: pointer;
    line-height: 1.125rem;
    margin-bottom: 10px;
    min-height: 55px
}

.item-price-max {
    font-size: .8125rem;
    text-decoration: line-through;
    color: #999;
    font-weight: 500
}

.item-price-value {
    font-size: 16px;
    line-height: 22px;
    color: #282828;
    font-weight: 800
}

.item-price-installments {
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    margin-bottom: 4px
}

.item-free-ship {
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    display: block
}

.item-price-unavailable {
    color: #a43287;
    font-weight: 700
}

.item-discount {
    position: absolute;
    top: 4px;
    right: 4px;
    width: auto;
    height: auto;
    overflow: hidden;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    z-index: 1;
    font-weight: 700;
    background-color: #e9004c;
    padding: 1px 3px;
    font-size: 14px;
    line-height: 21px
}

.product-holder-aside .item-discount {
    top: 15px;
    right: 15px
}

.banner-leaderboard-expansive {
    height: 40px;
    position: relative;
    overflow: hidden
}

.banner-leaderboard-expansive.is-open {
    overflow: initial
}

.banner-leaderboard-expansive img {
    position: absolute;
    z-index: 30
}

.banner-leaderboard-expansive .banner-leaderboard-image {
    max-height: none
}

.feedback-blind {
    background-color: rgba(255, 255, 255, .4);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.feedback-relative {
    position: relative
}

.feedback-fixed {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.feedback-blind .pace-feedback, .feedback-fixed .pace-feedback, .feedback-relative .pace-feedback {
    top: 50%;
    left: 50%;
    position: absolute
}

.feedback-blind .pace-feedback {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-left: -20px;
    border-width: 2px
}

.feedback-blind .feedback-blind-bar, .feedback-blind .feedback-blind-bar-guide {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 9%;
    border-radius: 2px;
    display: block
}

.feedback-blind .feedback-blind-bar {
    position: absolute;
    height: 5px;
    background-color: orange;
    animation: a cubic-bezier(0, 0, .015, 1.005) 34s infinite;
    transition: width;
    margin-left: 10%;
    z-index: 2
}

.feedback-blind .feedback-blind-bar-guide {
    height: 17px;
    background-color: rgba(240, 240, 240, .8);
    width: 82%;
    z-index: 1
}

.feedback-blind .feedback-blind-bar.is-completed {
    transition: width;
    width: 80% !important
}

.hide-pace .pace {
    display: none
}

.small-loading-feedback {
    text-align: center;
    margin: 20px 0
}

.small-loading-feedback .pace-activity {
    position: static;
    display: inline-block
}

@keyframes a {
    0% {
        width: 5%
    }
    34% {
        width: 20%
    }
    89% {
        width: 60%
    }
    to {
        width: 80%
    }
}

.account-small-modal .modal-dialog {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto
}

.tabs {
    border-bottom: 1px solid #efefef;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    list-style: none
}

.tabs .tab-item {
    margin-bottom: -1px;
    display: block;
    padding: 12px 15px;
    border: 1px solid #efefef;
    background: #fff
}

.tabs .tab-item.is-active {
    border-bottom: 1px solid #fff;
    color: #ff6c00
}

.popover {
    border-color: #ff6c00;
    border-radius: 2px;
    position: absolute;
    z-index: 100;
    background: #fff;
    bottom: 50px;
    box-shadow: 0 0 5px #ccc;
    display: none;
    overflow: initial;
    top: auto;
    left: -75px
}

.popover:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 93px;
    border-top: 6px solid #ff6c00;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.popover .price-holder {
    background-color: #f8f8f8;
    padding: 10px
}

.popover .popover-content .price-holder {
    margin-bottom: 0
}

.popover .product-attributes {
    padding: 7px 10px;
    font-size: .75rem;
    color: #212121
}

.popover.bottom > .arrow:after, .popover.top > .arrow:after {
    border-top-color: #f8f8f8
}

.popover.bottom > .arrow, .popover.top > .arrow {
    border-top-color: #ff6c00
}

.popover-content {
    width: 191px;
    padding: 0;
    overflow: initial
}

.payment-summary-item-principal + .popover {
    border: 0;
    border-radius: 0;
    padding: 0;
    max-width: 360px
}

.payment-summary-item-principal + .popover > .arrow {
    right: -15px;
    border-left-color: #000;
    border-width: 8px
}

.payment-summary-item-principal + .popover > .arrow:after {
    display: none
}

.payment-summary-item-principal + .popover .popover-content {
    height: 180px;
    width: 360px
}

.payment-summary-item-principal + .popover img {
    display: block
}

.price {
    color: #ff6c00
}

.price-holder {
    position: relative;
    overflow: hidden
}

.product-discount {
    display: inline-block;
    padding: 3px 7px;
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 700;
    color: #fff;
    background-color: #ff6c00
}

.product-item {
    padding: 15px 0;
    display: table
}

.product-item-image {
    display: inline-block;
    float: left;
    width: 80px;
    height: auto
}

.product-item-image img {
    max-width: 100%
}

.product-item-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px
}

.product-item-title {
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 10px
}

.product-item-subtitle {
    font-size: .875rem;
    padding-bottom: 10px;
    color: #a3a3a3;
    overflow-wrap: break-word
}

.product-item-attributes {
    color: #999;
    font-size: .875rem
}

.product-label {
    position: relative;
    display: inline-block;
    min-height: 20px
}

.product-label .product-label-img {
    margin: auto;
    height: 19px;
    width: auto;
    vertical-align: bottom
}

.showcase-details-block-text .product-label {
    margin: -10px 7% 6px 4%;
    width: 90%
}

.product-holder-inner .product-label {
    width: 30%
}

.owl-carousel .owl-item .product-label-img {
    height: 19px;
    width: auto
}

.product-social-share {
    position: absolute;
    right: -7px;
    top: 5px
}

.product-social-share input:checked ~ .product-share-menu {
    display: block
}

.product-share-menu {
    display: none;
    position: absolute;
    top: -5px;
    right: 3px;
    z-index: 3
}

.product-share-button {
    padding: 10px;
    margin-top: -10px
}

.label-close {
    margin-bottom: 0;
    width: 42px
}

.copied-icon {
    filter: invert(100%) brightness(.59) !important
}

.copied-icon, .icon-copy {
    height: 22px;
    width: 22px
}

.product-share-item {
    border-radius: 50%;
    background: #fff;
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 1px 2px 0 #999
}

.rating i:last-child {
    margin-right: 0
}

.rate-star-empty {
    font-size: 19px;
    background: linear-gradient(90deg, #ffc800, #ffc800 0, #ebebeb 1%, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.rate-star-empty:after {
    content: "\2605"
}

.rate-star-half {
    font-size: 19px;
    background: linear-gradient(90deg, #ffc800, #ffc800 50%, #ebebeb 0, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.rate-star-half:after {
    content: "\2605"
}

.rate-star-full {
    font-size: 19px;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.rate-star-full:after {
    content: "\2605"
}

.header-search .btn, .header-search-wrapper .form-control {
    height: 40px
}

.header-search-wrapper .input-group-btn {
    left: -2px
}

.btn-search.btn-primary, .btn-search.btn-primary.focus, .btn-search.btn-primary:focus, .btn-search.btn-primary:hover {
    box-shadow: none
}

.btn-search {
    width: auto;
    padding: 8px 11px 8px 13px
}

.see-more-description {
    position: relative;
    max-height: 6em;
    overflow: hidden
}

.see-more-description:after {
    content: '';
    display: block;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #f8f8f8)
}

.see-more-description.see-more-product-detail {
    max-height: 14em;
    margin-top: 26px
}

.see-more-description.see-more-product-detail:after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff)
}

.see-more-description-link {
    display: block;
    text-align: center;
    margin: -20px 0 15px
}

.see-more-description-link:after {
    content: 'â¯';
    margin-left: .3em
}

.see-more-description-link.see-more-product-detail-link {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 15px;
    text-align: left;
    font-size: .8125rem;
    background: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #f8f8f8
}

.see-more-description-link.see-more-product-detail-link:after {
    content: ''
}

.see-more-description-link.see-more-product-detail-closer {
    margin-left: -15px;
    margin-bottom: -15px;
    position: relative;
    z-index: 2;
    border-bottom: 0
}

.see-more-description-checkbox {
    display: none
}

.see-more-description-checkbox:checked ~ .see-more-description {
    max-height: none
}

.see-more-description-checkbox:checked ~ .see-more-description:after {
    background-image: none
}

.see-more-description-checkbox:checked ~ .see-more-description-link {
    display: none
}

.separator {
    text-align: center;
    font-size: 1rem;
    margin: 10px 0;
    position: relative;
    color: #ccc
}

.separator:before {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #efefef;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0
}

.separator-italic {
    font-style: italic
}

.separator-text {
    position: relative;
    z-index: 3;
    display: inline-block;
    background: #fff;
    padding: 0 20px
}

.showcase-item-bullets {
    text-align: center;
    width: 100%;
    margin-bottom: 2px;
    font-size: 1px;
    min-height: 6px
}

.showcase-item-bullets i {
    width: 6px;
    height: 6px;
    border: 1px solid #999;
    background: #fff;
    margin-right: 3px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer
}

.showcase-item-bullets i.is-active {
    background: #999
}

.showcase-item-buy {
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: all .1s linear
}

.showcase-item-buy .spr {
    display: none
}

.showcase-item-buy-with-link {
    opacity: 1;
    position: relative
}

.showcase-item-buy-with-link .showcase-see-more {
    opacity: 1
}

.showcase-item-description {
    font-size: 14px;
    color: #282828;
    line-height: 21px;
    cursor: pointer
}

.showcase-item-gift {
    width: 60px !important;
    height: 60px !important;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0 2px 3px 0 rgba(153, 153, 153, .3);
    border-radius: 50%;
    border-bottom: 1px solid #ccc
}

.showcase-item-image {
    position: relative;
    margin-bottom: 10px
}

.showcase-minimal {
    padding-bottom: 5px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch
}

.showcase-item-minimal, .showcase-minimal {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.showcase-item-minimal {
    -webkit-overflow-scrolling: touch;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    max-width: 284px
}

.showcase-item-minimal:not(:last-child) {
    margin-right: 20px
}

.showcase-item-minimal .product-buy {
    margin-top: auto
}

.showcase-item-minimal-image {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px
}

.showcase-item-minimal-brand {
    display: block;
    font-size: .875rem;
    text-transform: none
}

.showcase-item-minimal-price {
    margin-bottom: 10px
}

.showcase-item-minimal-price .item-price-max {
    margin-right: 10px
}

.showcase-minimal .showcase-see-more, .showcase-minimal-added {
    font-size: .75rem;
    width: 100%;
    color: #ff6c00;
    padding: 12px 0;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1
}

.showcase-item-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #282828;
    margin-bottom: 10px;
    white-space: normal;
    min-height: 63px
}

.showcase-item-brand {
    font-size: .6875rem;
    text-transform: uppercase;
    display: block
}

.showcase-item-rating {
    margin-bottom: 8px;
    text-align: center
}

.showcase-item {
    height: auto;
    position: relative;
    vertical-align: top;
    max-width: 210px;
    padding-top: 4px
}

.showcase-item:after, .showcase-item:before {
    content: "";
    display: table
}

.showcase-item:after {
    clear: both
}

.showcase-item .showcase-item-col-text .showcase-item-description {
    display: none
}

.showcase-item-unavailable {
    opacity: .5
}

.container-content .row-flexbox .showcase-item {
    height: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 4 - 22.5px)
}

.container-content .row-flexbox .showcase-item:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
}

.container-content .row-flexbox .showcase-item:last-child {
    margin-right: 0
}

.container-content .row-flexbox .showcase-item:nth-child(4n) {
    margin-right: 0;
    margin-left: auto
}

.showcase-item .product-group {
    display: none
}

.showcase-with-group .showcase-item .product-group {
    display: block
}

.container-content .showcase-list .row-flexbox .showcase-item, .container-content .showcase-list.row-flexbox .showcase-item, .showcase-list.showcase-fourth .showcase-item {
    width: 100%;
    display: table;
    max-width: 100%
}

.showcase-gondola .showcase-item {
    margin-top: 20px;
    margin-bottom: 40px
}

.showcase.row, .showcase.row-flexbox {
    padding-left: 20px;
    padding-right: 20px
}

.showcase-brand-description {
    margin-top: 10px;
    font-size: .75rem;
    color: #4a4a4a
}

.showcase .product-group {
    text-align: left
}

.showcase .product-group .product-group-label {
    display: none
}

.template-image-only {
    width: 100%
}

.is-mobile .showcase:not(.showcase-gondola), .is-tablet .showcase:not(.showcase-gondola) {
    min-height: 410px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.is-mobile .showcase:not(.showcase-gondola) .showcase-item, .is-tablet .showcase:not(.showcase-gondola) .showcase-item {
    width: 75%;
    max-width: 210px;
    margin-bottom: 20px;
    float: none;
    display: inline-block;
    white-space: normal
}

.showcase-see-more {
    margin-top: 8px;
    display: inline-block;
    opacity: .7
}

.template-header-departament + .container {
    margin-top: 40px
}

.social-icons-links {
    display: inline-block;
    margin: 0 5px 5px 0;
    position: relative;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    background-color: #999;
    text-align: center
}

.social-icons-links:last-child {
    margin-right: 0
}

.social-share {
    width: 54px;
    position: fixed;
    z-index: 99;
    top: 130px;
    right: 30px
}

.social-share input {
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0
}

.social-item:hover img {
    filter: brightness(.9)
}

.social-share-button {
    position: relative;
    height: 54px;
    width: 54px
}

.social-share-close, .social-share-open {
    position: absolute;
    right: 0;
    opacity: 0
}

.social-share-open {
    z-index: 2;
    opacity: 1
}

.social-share input:checked ~ .social-share-button .social-share-open {
    z-index: 1;
    opacity: 0
}

.social-share input:checked ~ .social-share-button .social-share-close {
    z-index: 2;
    opacity: 1
}

.social-share input:checked ~ .social-share-menu {
    display: block
}

.social-share-menu {
    display: none
}

.billboard .swipe-wrap {
    height: 0;
    padding-bottom: 28.6885%
}

.billboard .swipe-wrap .swipe-slide-item img {
    vertical-align: middle;
    max-width: 100%
}

.billboard .swipe-wrap:not(.swipe-slide-item-background) .swipe-slide-item img {
    width: 100%
}

.billboard-small .swipe-wrap {
    padding-bottom: 36.9226%
}

.swipe-slide-item-video video {
    height: 100%
}

.swipe-cards-inner {
    white-space: nowrap;
    max-width: 100%;
    margin: 0
}

.swipe-cards-inner, .swipe-cards-item {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-align: center
}

.swipe-cards-item:not(:last-child) {
    margin-right: 1px
}

.swipe-cards-item a {
    display: inline-block;
    vertical-align: middle
}

.swipe-cards-item img {
    max-width: 100%
}

.js-swipe-cards .swipe-slide-item img, .swipe-cards-with-1:not(.swipe-cards-spaced) img {
    width: 100%
}

.swipe-cards-with-2:not(.swipe-cards-spaced) img {
    width: 472px
}

.swipe-cards-with-3:not(.swipe-cards-spaced) img, .swipe-cards-with-4:not(.swipe-cards-spaced) img, .swipe-cards-with-5:not(.swipe-cards-spaced) img {
    width: 312px
}

.page-home .swipe-cards-with-2:not(.swipe-cards-spaced) img, .page-special_page .swipe-cards-with-2:not(.swipe-cards-spaced) img {
    width: 607px
}

.page-home .swipe-cards-with-3:not(.swipe-cards-spaced) img, .page-special_page .swipe-cards-with-3:not(.swipe-cards-spaced) img {
    width: 403px
}

.page-home .swipe-cards-with-4:not(.swipe-cards-spaced) img, .page-special_page .swipe-cards-with-4:not(.swipe-cards-spaced) img {
    width: 301px
}

.page-home .swipe-cards-with-5:not(.swipe-cards-spaced) img, .page-special_page .swipe-cards-with-5:not(.swipe-cards-spaced) img {
    width: 240px
}

.swipe-cards-spaced {
    margin-bottom: 10px
}

.swipe-cards-spaced.swipe-cards-with-4 img {
    max-width: 286px
}

.swipe-cards-spaced img {
    max-width: 223px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.swipe-cards-spaced .swipe-wrap {
    height: 0;
    padding-bottom: 95%
}

.swipe-cards-spaced .swipe-nav {
    display: none
}

.swipe-cards-spaced .swipe-cards-item:not(:last-child) {
    margin-right: 18px
}

.swipe-cards-spaced.swipe-cards-spaced-mobile .swipe-cards-inner {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 3px
}

.swipe-cards-spaced.swipe-cards-spaced-mobile .swipe-cards-item {
    margin-right: 10px;
    max-width: 70%
}

.swipe-cards-spaced.swipe-cards-spaced-mobile .swipe-cards-item img {
    height: 160px;
    max-width: 100%
}

.swipe-cards-spaced.swipe-cards-spaced-mobile .swipe-cards-item:first-child {
    margin-left: 15px
}

.swipe-cards-spaced .swipe-slide-item {
    padding: 15px 35px;
    text-align: center
}

.swipe-cards-spaced .swipe-slide-item a {
    display: inline-block
}

.swipe-cards-spaced .swipe-slide-item img {
    width: auto;
    max-width: none;
    transition: transform .2s linear;
    transform: scale(.8);
    will-change: transform
}

.swipe-cards-spaced .swipe-slide-item.is-active {
    position: relative;
    z-index: 2
}

.swipe-cards-spaced .swipe-slide-item.is-active img {
    transform: scale(1)
}

.swipe-black-friday.swipe-cards-spaced .swipe-cards-inner {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swipe-black-friday.swipe-cards-spaced .swipe-cards-item {
    -ms-flex-preferred-size: calc(50% - 7px);
    flex-basis: calc(50% - 7px);
    display: block;
    margin-right: 0;
    margin-bottom: 14px;
    padding: 0;
    margin-left: 7px
}

.swipe-black-friday.swipe-cards-spaced .swipe-cards-item a {
    display: block
}

.swipe-black-friday.swipe-cards-spaced .swipe-cards-item img {
    width: 100%;
    max-width: 100%
}

.swipe-cards-item-type-html {
    vertical-align: middle;
    display: block
}

.swipe-cards-item-autowidth {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.swipe-cards-item-autowidth iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.swipe {
    visibility: visible
}

.swipe, .swipe-wrap {
    overflow: hidden;
    position: relative
}

.swipe-wrap > .swipe-slide-item {
    float: left;
    width: 100%;
    position: relative;
    will-change: transform
}

.swipe-wrap > .swipe-slide-item .swipe-lazy {
    opacity: 0;
    transition: all .25s
}

.swipe-wrap > .swipe-slide-item .swipe-lazy.lazyloaded {
    opacity: 1
}

.swipe-controls {
    position: absolute;
    top: calc(50% - 23px);
    left: 10px;
    right: 10px;
    opacity: 0;
    transition: all .2s
}

.swipe-controls .spr-carousel-left, .swipe-controls .spr-carousel-right {
    position: absolute;
    cursor: pointer
}

.swipe-controls .spr-carousel-left {
    left: 0
}

.swipe-controls .spr-carousel-right {
    right: 0
}

.swipe:hover .swipe-controls {
    opacity: 1
}

.swipe-nav {
    text-align: center;
    margin: 6px 0
}

.swipe-nav i {
    margin: 2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer
}

.swipe-nav i.is-active {
    background-color: #999
}

.tracking-simple {
    width: 100%;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 10px
}

.tracking-simple:after {
    content: '';
    position: absolute;
    background: #efefef;
    height: 3px;
    width: 100%;
    background-image: linear-gradient(90deg, #ff6c00 0, #ff6c00 49%, #efefef 50%, #efefef);
    top: calc(50% - 3px);
    left: 0;
    z-index: 1
}

.track-item {
    width: 32%;
    vertical-align: middle;
    z-index: 3
}

.track-image img {
    border-radius: 50%
}

.track-title {
    font-size: .75rem;
    font-weight: 700;
    color: #ff6c00;
    text-align: center;
    margin: 10px 0 20px;
    text-transform: uppercase
}

.track-step1.track-NODE .track-item-content:before, .track-step10.track-NODE .track-item-content:before, .track-step11.track-NODE .track-item-content:before, .track-step2.track-NODE .track-item-content:before, .track-step3.track-NODE .track-item-content:before, .track-step4.track-NODE .track-item-content:before, .track-step5.track-NODE .track-item-content:before, .track-step6.track-NODE .track-item-content:before, .track-step7.track-NODE .track-item-content:before, .track-step8.track-NODE .track-item-content:before, .track-step9.track-NODE .track-item-content:before {
    display: block;
    content: '';
    width: 60px;
    height: 60px
}

.track-item-content, .track-item-content-back {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 50%
}

.track-TRANSITION {
    position: relative
}

.track-TRANSITION .track-item-content-back {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 45px)
}

.track-TRANSITION .track-item-content {
    width: 80px;
    height: 80px
}

.track-item-content {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    color: #999;
    text-align: center;
    position: relative
}

.track-item-content.is-complete {
    color: #ff6c00
}

.track-item-content .track-step8:before {
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: -4px
}

.tracking-simple-target {
    display: block
}

.tracking-simple-target:hover {
    opacity: .7
}

.header-order-menu .section-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: .875rem
}

.header-order-menu .section-subtitle, .header-order-menu .section-title {
    text-align: left;
    padding: 0 10px
}

.header-order-menu .box-session {
    margin: 0
}

.youtube-embed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    background-color: #000;
    padding-bottom: 56.25%
}

.youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.youtube-embed:hover .video-play {
    transform: scale(1.15)
}

.youtube-embed .pace-activity {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    margin: -50px;
    display: none
}

.youtube-embed-lightbox {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin: 0 auto
}

.youtube-embed-lightbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-play {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #ff6c00;
    overflow: hidden;
    transition: transform .25s ease-out;
    transform: scale(1);
    will-change: transform;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.video-play:hover {
    transform: scale(1.15)
}

.video-play:before {
    transition: all .2s;
    will-change: transform;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #ff6c00;
    transform: translateY(0)
}

.video-play.video-play-sm {
    width: 30px;
    height: 30px;
    border: 2px solid #ff6c00
}

.video-play.video-play-sm:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9px solid #ff6c00
}

.account-modal .modal-header {
    border-bottom: 0
}

.account-modal .modal-body {
    padding: 20px 35px
}

.account-modal .modal-body-column {
    margin-right: 25px
}

.account-modal .modal-title {
    padding: 0 20px;
    font-size: 1.5rem;
    text-align: left
}

.account-modal .modal-close {
    right: 35px;
    font-weight: 200;
    font-size: 2.5rem
}

.account-modal .modal-footer {
    padding: 15px 35px;
    background-color: #efefef
}

.menu-account .list-group {
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25)
}

.account-container .section-title {
    text-align: left;
    margin-bottom: 6px
}

.account-container .section-title-orders {
    color: #999;
    font-size: 1.875rem;
    text-align: center;
    margin: 50px 10px
}

.account-container input[type=radio] {
    margin-top: 5px
}

.account-password-check {
    position: relative
}

.account-password-success {
    text-align: center
}

.account-box {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
    margin: 0 10px 25px
}

.account-box:after, .account-box:before {
    content: "";
    display: table
}

.account-box:after {
    clear: both
}

.account-box .credit-card-flag {
    display: inline-block;
    margin: 5px 15px 10px 0;
    vertical-align: middle;
    width: 50px
}

.page-order-tracking .account-box {
    background-color: #fff
}

.account-box-internal {
    padding: 10px
}

.account-box-internal.order-footer {
    background-color: #f8f8f8
}

.account-box-internal.order-footer:after, .account-box-internal.order-footer:before {
    content: "";
    display: table
}

.account-box-internal.order-footer:after {
    clear: both
}

.account-box-footer {
    border-top: 1px solid #efefef;
    margin: 0 10px;
    padding: 10px 0
}

.account-box-footer:after, .account-box-footer:before {
    content: "";
    display: table
}

.account-box-footer:after {
    clear: both
}

.account-box-footer .newsletter-checkbox {
    margin-top: 2px
}

.account-box-footer .account-box-footer-discount {
    margin: 10px 0
}

.account-box-footer .account-box-footer-action {
    text-align: right
}

.blog-section {
    display: block;
    margin-bottom: 20px
}

.primary-post {
    padding-bottom: 20px;
    border-bottom: 1px dotted #efefef
}

.primary-image {
    width: 100%
}

.primary-category {
    margin: 20px 0;
    font-size: .625rem;
    font-weight: 700;
    color: #a43287;
    text-align: center;
    text-transform: uppercase
}

.primary-title {
    font-size: 1.25rem;
    line-height: 1.6
}

.primary-author, .primary-title {
    font-weight: 100;
    text-align: center
}

.primary-author {
    color: #777;
    font-family: serif;
    margin: 20px 0
}

.primary-author p {
    display: inline-block;
    font-style: italic
}

.primary-author p:before {
    content: 'por';
    margin-right: 5px;
    display: inline-block
}

.primary-image-profile {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.post-preview {
    margin-bottom: 20px;
    font-size: .875rem;
    line-height: 1.5
}

.read-more {
    display: block;
    font-weight: 700;
    color: #a43287;
    text-align: right;
    text-transform: uppercase
}

.read-more:hover {
    text-decoration: underline
}

.posts-list-mobile {
    display: block;
    float: left;
    margin-bottom: 20px
}

.post-mobile {
    width: 100%;
    float: left;
    padding: 15px;
    border-bottom: 1px dotted #efefef
}

.post-mobile-picture {
    margin-right: 20px;
    float: left;
    width: 30%
}

.post-mobile-image {
    width: 100%
}

.post-mobile-content {
    float: left;
    width: 60%
}

.post-mobile-category {
    font-size: .875rem;
    font-weight: 700;
    color: #a43287;
    text-transform: uppercase
}

.post-mobile-title {
    padding: 10px 0;
    font-weight: 100;
    font-family: serif
}

.post-mobile-author {
    font-style: italic;
    font-weight: 100;
    font-family: serif;
    color: #777
}

.post-mobile-author:before {
    content: 'por';
    margin-right: 5px;
    display: inline-block
}

.blog-author, .blog-posts-list {
    width: 50%;
    float: left
}

.brands-forehead {
    position: relative
}

.brands-sticky {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 0
}

.brands-index {
    font-size: .75rem;
    z-index: 2;
    background: #fff
}

.brands-index-link {
    display: block;
    padding: 2px 0
}

.brands-letter {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 20px 5px 10px;
    border-radius: 50%;
    clear: both;
    width: 40px
}

.brands-letter:target {
    height: 40px;
    background: #a43287;
    padding: 8px 0;
    text-align: center;
    color: #fff
}

.brands-item {
    min-height: auto;
    float: left;
    padding: 1px;
    margin-bottom: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 4 - 7.5px);
    padding: 15px 5px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brands-item:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0
}

.brands-item:last-child {
    margin-right: 0
}

.brands-item:nth-child(4n) {
    margin-right: 0;
    margin-left: auto
}

.brands-billboard-frontlet {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center
}

.page-brand.page-dior .brands-billboard-frontlet {
    background: #000
}

.campaign-form {
    box-shadow: 0 1px 2px 0 #efefef;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
    background: #f8f8f8
}

.campaign-form input[type=email] {
    text-transform: none
}

.campaign-form-title {
    text-align: center;
    font-size: 1.625rem
}

.campaign-form-subtitle {
    font-size: 1.125rem;
    font-weight: 300;
    margin: 10px 0 40px;
    text-align: center
}

.cart-empty-wrap {
    margin-top: 35px
}

.cart-empty {
    text-align: center;
    width: 100%;
    color: #999
}

.cart-empty-title {
    font-size: 1.375rem
}

.cart-empty-subtitle {
    font-size: .875rem;
    margin-top: 10px
}

.cart-empty-icon {
    margin-top: 45px;
    margin-bottom: 20px;
    display: inline-block
}

.cart-summary-inner.cart-empty {
    padding: 30px 20px
}

.cart-summary-inner .cart-empty-subtitle {
    font-size: .8125rem
}

.cart-summary-inner .cart-empty-icon {
    margin-top: 20px
}

.header-account-bag {
    margin-left: 0
}

.header-account-bag .bag-full {
    cursor: pointer;
    position: relative
}

.header-account-bag .header-account-item {
    padding: 0
}

.header-account-bag:hover .header-account-item {
    color: #ff6c00
}

.header-account-bag:hover .cart-summary-quantity {
    background: #e66100
}

.header-account-bag:hover .icon-bag-full {
    fill: #ff6c00
}

.bag-full {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 24px;
    height: 26px;
    top: 6px
}

.icon-bag-full {
    fill: #212121;
    width: 23px;
    height: 26px;
    position: absolute;
    margin-right: 10px
}

.cart-summary-quantity {
    color: #fff;
    font-weight: 700;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: absolute;
    background: #ff6c00;
    border-radius: 50%;
    top: -10px;
    right: -9px;
    text-align: center;
    z-index: 23;
    font-size: .6875rem;
    width: 18px;
    height: 18px;
    line-height: 1.0625rem
}

.cart-summary-opacity0 {
    opacity: 0
}

.cart-summary-wrap {
    position: absolute;
    display: none;
    z-index: 21;
    width: 280px;
    top: 26px;
    right: 0;
    padding-top: 20px
}

.cart-summary-wrap:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 15px;
    right: 40px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef
}

.cart-summary-inner {
    margin-top: 20px;
    padding: 0 10px 10px;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 4px
}

.cart-summary-title {
    text-align: center;
    font-size: 1.125rem
}

.cart-summary-items {
    max-height: 250px;
    overflow: auto
}

.cart-summary-item {
    padding: 10px 0;
    overflow: hidden
}

.cart-summary-item:not(:last-child) {
    border-bottom: 1px solid #efefef
}

.cart-summary-item-info {
    margin-left: 60px;
    font-size: .8125rem
}

.cart-summary-item-image {
    float: left;
    overflow: hidden
}

.cart-summary-item-price {
    color: #ff6c00;
    font-weight: 700;
    margin-top: 5px
}

.cart-summary-feedback {
    height: 100px
}

.cart-summary-button .btn {
    font-size: .8125rem;
    font-weight: 500
}

.cart-summary-total {
    font-weight: 400;
    opacity: .8;
    margin-left: 3px
}

.contact-form .form-select {
    width: 100%
}

.carousel-expert {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.expert-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.expert-wrapper-banners {
    float: right;
    max-width: 940px;
    width: 74.925%
}

.expert-wrapper-banners:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
}

.expert-wrapper-banners:last-child {
    margin-right: 0
}

.expert-wrapper-banners:nth-child(0n) {
    margin-right: 0;
    float: right
}

.expert-wrapper-banners:nth-child(0n+1) {
    clear: both
}

.expert-item-column {
    text-align: center;
    width: calc(99.9% * 1 / 3 - 13.333333333333332px)
}

.expert-item-column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
}

.expert-item-column:last-child {
    margin-right: 0
}

.expert-item-column:nth-child(0n) {
    margin-right: 0;
    float: right
}

.expert-item-column:nth-child(0n+1) {
    clear: both
}

.expert-profile-pic, .owl-carousel .owl-item .expert-profile-pic {
    display: block;
    margin: 0 auto 5px;
    width: 97px;
    height: 97px;
    border-radius: 50%
}

.expert-author-name {
    font-size: 1rem
}

.expert-author-about, .expert-author-name {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.expert-author-about {
    font-size: .875rem
}

.expert-wrapper .expert-blog-post img {
    width: 100%
}

.expert-wrapper.expert-only .blog-author {
    width: 100%;
    margin-top: 0
}

.experts-department {
    margin-bottom: 10px
}

.blog-author {
    text-align: center;
    width: 24.975%;
    margin-top: 75px
}

.blog-author:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
}

.blog-author:last-child {
    margin-right: 0
}

.blog-author:nth-child(0n) {
    margin-right: 0;
    float: right
}

.blog-author:nth-child(0n+1) {
    clear: both
}

.institutional-title {
    display: block;
    margin-bottom: 20px;
    font-size: .75rem;
    font-weight: 700
}

.institutional-title span {
    font-weight: 400
}

.institutional-text {
    display: block;
    font-size: .75rem;
    line-height: 1.3;
    margin-bottom: 20px
}

.institutional-warning {
    padding: 10px;
    background-color: #f8f8f8;
    font-size: .75rem;
    margin-bottom: 20px;
    line-height: 1.125rem;
    border: 1px solid silver
}

.aside-institutional-item {
    display: block;
    padding: 10px 0;
    font-size: .875rem
}

.aside-institutional-item.is-selected {
    color: #ff6c00;
    font-weight: 700
}

.institutional-list {
    display: block;
    font-size: .75rem;
    margin-left: 13px;
    margin-bottom: 20px
}

.institutional-list li {
    margin-bottom: 5px
}

.institutional-image {
    margin-bottom: 20px
}

.institutional-customer-service {
    display: block;
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .875rem;
    padding: 10px;
    margin-bottom: 20px
}

.institutional-customer-service li {
    display: inline-block;
    width: 100%
}

.institutional-customer-service a {
    display: block
}

.institutional-customer-service .ico {
    font-size: 1.5rem;
    margin-right: 15px;
    margin-top: 4px
}

.institutional-customer-service-text {
    overflow: hidden;
    display: block
}

.institutional-wrapper .list-group-child {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.customer-service-title {
    display: block
}

.customer-service-title b {
    font-size: 1rem;
    color: #ff6c00;
    font-weight: 400
}

.site-map-column {
    width: calc(99.9% * 1 / 5 - 24px)
}

.site-map-column:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.site-map-column:last-child {
    margin-right: 0
}

.site-map-column:nth-child(5n) {
    margin-right: 0;
    float: right
}

.site-map-column:nth-child(5n+1) {
    clear: both
}

.site-map-departament {
    display: block;
    margin-bottom: 20px
}

.site-map-departament ul {
    display: block;
    margin: 10px 0
}

.site-map-category, .site-map-departament li {
    font-size: .75rem;
    margin-bottom: 5px;
    line-height: 1.5
}

.site-map-category {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700
}

.institutional-faq {
    border: 1px solid #efefef;
    padding: 0 5px
}

.institutional-faq p {
    display: block;
    font-size: .75rem;
    line-height: 1.3;
    margin-bottom: 20px
}

.list-group {
    display: block;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    background: #fff;
    padding-left: 7px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px 15px 5px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #efefef
}

.filter-item-toggle .list-group-item {
    border: none
}

.list-group-item.filter-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.list-group-item.filter-wrapper.border-dotted {
    border-bottom: 2px dotted #efefef
}

.text-bold {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5
}

.has-right-icon {
    position: relative;
    padding-right: 40px
}

.has-right-icon .ico:not([class*=ico-rating-]), .has-right-icon .spr:not([class*=spr-star-]) {
    position: absolute;
    color: #ccc;
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

.has-left-icon {
    padding-left: 40px
}

.has-left-icon .list-icon {
    position: absolute;
    top: 30%;
    left: 5%
}

.list-group-thumbnail {
    min-height: 100px
}

.list-group-thumbnail img {
    float: left;
    width: 100px
}

.thumbnail-left {
    padding-left: 100px
}

.thumbnail-left img {
    left: 15px
}

.thumbnail-right {
    padding-right: 100px
}

.thumbnail-right img {
    right: 15px
}

.list-card-information {
    display: block
}

.list-card-flags {
    margin-right: 20px
}

.list-card-last-digits {
    color: #000;
    font-weight: 700
}

.list-label {
    font-size: .75rem;
    font-weight: 500;
    color: #999
}

.list-label.is-left {
    float: left
}

.list-label.is-right {
    float: right
}

.list-label.is-error {
    color: #e00
}

.list-group-child {
    display: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0 15px;
    border-bottom: 1px solid #efefef
}

.list-item-actions {
    position: absolute;
    top: 10px;
    right: 10px
}

.list-item-action {
    color: #ccc;
    font-size: 1rem;
    cursor: pointer
}

.list-item-action:hover {
    color: #ff6c00
}

.list-group-text {
    display: inline-block
}

.list-group .list-group-child-item {
    display: block;
    padding: 15px 20px;
    font-size: .75rem
}

.accordion-label .filter-title {
    padding: 13px 5px 13px 25px
}

.accordion-label .filter-title.filter-title-with-arrow {
    padding-left: 0;
    margin-left: 25px
}

.filter-title-arrow {
    border: solid #212121;
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 6px;
    top: 22px;
    transition: transform .25s ease-in-out;
    transform: translateZ(0) rotate(45deg)
}

.accordion-label {
    position: relative
}

.accordion-label .filter-title:not(.filter-title-with-arrow):before {
    border: solid #212121;
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 6px;
    top: 22px;
    transition: transform .25s ease-in-out;
    transform: translateZ(0) rotate(45deg)
}

.accordion-label-with-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%
}

.list-group-hidden-container {
    display: block;
    padding: 15px
}

.list-group-item-plus {
    text-align: center
}

.list-group-item-plus .ico-plus-round {
    background-color: #eee;
    border-radius: 50%;
    font-size: 1.5625rem;
    padding: 25px 26px;
    margin: 15px 0
}

.not-found {
    display: block;
    text-align: center;
    padding: 40px 0
}

.not-found-content {
    margin-top: 100px
}

.not-found-text {
    font-size: 1.25rem;
    margin-bottom: 50px;
    color: #000
}

.not-found-text-highlight {
    font-size: 1.625rem
}

.oneclick-form .oneclick-cvc-wrapper {
    position: relative;
    width: 100px;
    display: inline-block
}

.oneclick-form label {
    font-size: .75rem;
    width: 100%
}

.oneclick-icon-cvc {
    position: absolute;
    right: 8px;
    top: 8px
}

.oneclick-btn-wrapper {
    display: none;
    margin-top: 10px
}

.product-price-holder .oneclick-btn-wrapper {
    padding: 0 5px
}

.oneclick-btn-wrapper-mobile {
    padding: 0 15px
}

.oneclick-info {
    background-color: #f8f8f8;
    font-size: .75rem;
    padding: 11px;
    margin-bottom: 10px;
    min-height: 35px;
    line-height: 1.33;
    border-radius: 4px
}

.oneclick-security-flags {
    margin-top: 10px;
    float: right
}

.oneclick-security-flags .secure-site {
    width: 60px
}

.oneclick-security-flags .secure-google {
    width: 72px
}

.oneclick-modal .modal-dialog {
    max-width: 370px
}

.btn-oneclick {
    font-size: .9375rem
}

.btn-oneclick span {
    font-weight: 400;
    text-transform: lowercase
}

.physical-store {
    background: #efefef
}

.physical-store .section-title {
    font-size: 1.75rem;
    margin: 60px 0 40px;
    text-transform: unset
}

.physical-store .post-card {
    background: #fff;
    width: calc(99.9% * 1 / 1 - 0px);
    overflow: hidden
}

.physical-store .post-card:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.physical-store .post-card:last-child {
    margin-right: 0
}

.physical-store .post-card:nth-child(1n) {
    margin-right: 0;
    float: right
}

.physical-store .post-card:nth-child(1n+1) {
    clear: both
}

.physical-store .post-card:not(:last-child) {
    margin-bottom: 20px
}

.physical-store .post-card:after, .physical-store .post-card:before {
    content: "";
    display: table
}

.physical-store .post-card:after {
    clear: both
}

.physical-store .post-card img {
    display: block
}

.physical-store .col-1-2-flex {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 2 - 15px);
    position: relative
}

.physical-store .col-1-2-flex:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
}

.physical-store .col-1-2-flex:last-child {
    margin-right: 0
}

.physical-store .col-1-2-flex:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
}

.physical-store .post-card-image, .physical-store .post-details {
    width: 100%
}

.physical-store .post-details {
    text-align: left;
    padding: 13px 10px 0 13px
}

.physical-store .post-subtitle {
    font-size: .875rem;
    color: #999
}

.physical-store .post-title {
    font-size: 1.25rem;
    font-weight: 400
}

.physical-store .post-excerpt {
    font-size: .8125rem;
    color: #777
}

.physical-store .post-excerpt, .physical-store .post-excerpt li:not(:last-child), .physical-store .post-subtitle, .physical-store .post-title {
    margin-bottom: 10px
}

.physical-store .post-card-image img {
    width: 100%
}

.physical-store .post-full-image {
    position: relative
}

.physical-store .post-full-image .post-card-image, .physical-store .post-full-image .post-details {
    width: 100%
}

.physical-store .post-full-image .post-details {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff
}

.physical-store .post-full-image .post-subtitle {
    color: #fff
}

.physical-store .post-full-image .post-card-image {
    width: 100%
}

.physical-store .image-item {
    display: inline-block;
    width: 300px;
    height: 200px
}

.physical-store-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    height: 10px;
    background: #ff6c00;
    transform: translateX(-5%) skewX(-60deg)
}

.physical-store-carousel {
    white-space: nowrap;
    overflow: hidden
}

.physical-store-carousel .owl-stage {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.physical-store-carousel img {
    float: left;
    width: 24%
}

.physical-store-location-card {
    position: relative;
    z-index: 2;
    width: calc(99.9% * 1 / 3 - 20px);
    text-align: center;
    background: #fff;
    padding: 20px;
    margin-bottom: 32px;
    min-height: 204px
}

.physical-store-location-card:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.physical-store-location-card:last-child {
    margin-right: 0
}

.physical-store-location-card:nth-child(3n) {
    margin-right: 0;
    float: right
}

.physical-store-location-card:nth-child(3n+1) {
    clear: both
}

.physical-store-location-card p, .physical-store-location-card strong {
    display: block
}

.physical-store-location-card strong {
    margin: 20px 0 15px;
    font-weight: 400;
    font-size: 1.125rem
}

.physical-store-location-card p {
    font-size: .875rem;
    color: #999
}

.physical-store-location-ico img {
    height: 54px;
    width: auto
}

.physical-store-map {
    display: block;
    border-top: 1px solid #ebebeb;
    height: 480px;
    background-size: cover;
    background-position: 50%
}

.physical-store-slideshow {
    margin-top: 30px
}

.physical-store-slideshow.owl-carousel .owl-item img {
    width: 100%
}

.physical-store .menu-item {
    font-size: 1rem
}

.physical-store .hero {
    max-height: calc(100vh - 95px)
}

.section-header.arrive {
    margin-bottom: 0
}

.rich-media {
    position: relative;
    display: block;
    margin: 20px 0 0;
    padding: 0;
    border: 2px solid #f8f8f8
}

.rich-media .item {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rich-media .rating {
    float: none;
    font-size: .625rem;
    margin-left: 10px
}

.rich-media .related-item {
    float: left;
    width: 100%;
    vertical-align: top;
    display: block;
    padding: 5px 0
}

.rich-media .related-item img {
    max-width: 93px;
    margin-top: 14px
}

.rich-media .image {
    float: left;
    width: 93px;
    height: 100%;
    margin-right: 10px;
    text-align: center
}

.rich-media .related-product {
    padding-right: 10px;
    margin: 8px 0 6px;
    margin-left: 103px;
    width: auto;
    line-height: 1.2;
    font-size: .875rem
}

.rich-media .related-brand {
    font-size: .8125rem;
    padding: 3px 0
}

.related-product-price {
    margin-left: 103px;
    font-size: .875rem;
    margin-top: 5px
}

.related-product-price .item-price-value {
    font-size: .875rem
}

.rich-media-buy-all {
    float: right;
    margin: 1px;
    font-size: .6875rem
}

.rich-media-related-header {
    border-bottom: 1px solid #efefef
}

.rich-media-related-header .products-title {
    font-weight: 700;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    padding: 10px;
    display: inline-block
}

.rich-media-video {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    background-color: #fff;
    box-shadow: 3px 0 7px rgba(0, 0, 0, .2);
    z-index: 1
}

.rich-media-related {
    top: 0;
    width: 300px;
    padding-left: 10px;
    background-color: #fff;
    overflow: hidden
}

.page-department .rich-media {
    padding: 0
}

.page-department .rich-media .image {
    width: 80px
}

.page-department .showcase-rich-media {
    padding: 0;
    margin-top: 0
}

.showcase-rich-media {
    padding: 20px 0
}

.showcase-rich-media .container {
    max-width: 980px;
    overflow: hidden
}

.showcase-rich-media-gondola .showcase-rich-media {
    margin-bottom: 0
}

.container-template .rich-media-related-header {
    display: table;
    width: 100%
}

.section-space {
    margin-top: 10px;
    margin-bottom: 30px
}

.section-space.section-space-sm {
    margin-top: 0;
    margin-bottom: 10px
}

.section-billboard {
    margin-top: 10px
}

.department-header, .section-header {
    text-align: center;
    margin-bottom: -14px;
    margin-top: 35px
}

.section-title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 400;
    color: #c9031a
}

.department-header .section-title {
    font-size: 1.4375rem
}

.section-subtitle {
    font-size: .875rem;
    font-weight: 400;
    opacity: .7
}

.section-subtitle, .section-subtitle-line {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.section-subtitle-line {
    font-size: .8125rem;
    color: #777;
    position: relative;
    margin-bottom: 10px
}

.section-subtitle-line span {
    background-color: #fff;
    padding: 0 10px
}

.section-subtitle-line:after {
    margin-top: -8px;
    content: '';
    border-bottom: 1px solid #ccc;
    display: block
}

.light-background .section-subtitle-line span {
    background-color: #f8f8f8
}

.section-see-more {
    margin: 18px 20px 0 0
}

.section-subtitle .section-see-more {
    margin: 0 5px;
    display: inline-block;
    font-size: .75rem
}

.section-subtitle .section-see-more span {
    font-size: .75rem
}

.section-see-more-box {
    color: #a43287;
    font-size: .875rem;
    font-weight: 500;
    border-top: 1px solid #efefef;
    display: block;
    position: relative;
    padding: 12px 10px 0
}

.section-see-more-box:after {
    content: '';
    width: 10px;
    height: 10px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #a43287;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    right: 14px;
    position: absolute;
    margin-top: 2px
}

.section-see-more-box:hover:after {
    border-color: #ff6c00
}

.section-billboard, .section-billboard .section-space {
    margin: 0
}

.box-section-title {
    font-size: 1rem;
    font-weight: 500;
    display: block;
    margin-bottom: 10px
}

.box-section-subtitle {
    color: #999;
    font-size: .75rem;
    padding: 5px 0
}

.box-section-see-more {
    color: #a43287;
    font-size: .75rem;
    margin-left: 5px
}

.box-section-see-more:hover {
    color: #a43287;
    text-decoration: underline
}

.product-share {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.product-share:not(.product-share-mobile) .product-share-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2)
}

.product-share:not(.product-share-mobile) .product-share-link:hover.product-share-link-facebook {
    background: #4867ab
}

.product-share:not(.product-share-mobile) .product-share-link:hover.product-share-link-twitter {
    background: #1da1f2
}

.product-share:not(.product-share-mobile) .product-share-link:hover.product-share-link-whatsapp {
    background: #128c7e
}

.product-share-title {
    margin-right: .5em;
    color: #777
}

.product-share-link {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 35px;
    height: 35px;
    margin: 0 .3em;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff;
    border-radius: 100%;
    transition: .1s linear
}

.product-share-link span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    z-index: -2;
    background: 0 0
}

.product-share-icon {
    filter: brightness(.59)
}

.product-share-wrapper {
    background: #fff;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #efefef;
    padding: 7px 10px
}

.product-share-wrapper .product-share-title {
    -ms-flex: 1;
    flex: 1
}

.product-share-mobile {
    margin-bottom: 26px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-share-mobile .product-share-wrapper {
    border-width: 0 0 1px
}

.side-menu {
    font-size: .875rem;
    margin-bottom: 20px;
    border-radius: 4px
}

.side-menu .list-group-item {
    padding: 15px
}

.side-menu .list-group-item.is-selected, .side-menu .list-group-item.is-selected .ico, .side-menu .list-group-item:hover, .side-menu .list-group-item:hover .ico {
    color: #ff6c00
}

.side-menu .list-group {
    border-top: 1px solid #efefef;
    padding: 0
}

.contact-info {
    color: #283553;
    padding: 20px
}

.contact-info p {
    padding: 5px 0
}

.smartbanner {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
    background: #f8f8f8
}

.smartbanner__exit {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 4px;
    border: 0;
    text-align: center;
    padding: 6px;
    box-shadow: 1px 2px 3px rgba(153, 153, 153, .8);
    margin: 0 5px
}

.smartbanner__exit:after, .smartbanner__exit:before {
    position: absolute;
    width: 1px;
    height: 18px;
    background: #212121;
    content: ' '
}

.smartbanner__exit:before {
    transform: rotate(45deg)
}

.smartbanner__exit:after {
    transform: rotate(-45deg)
}

.smartbanner__icon {
    left: 40px;
    width: 64px;
    border-radius: 15px;
    background-size: 64px 64px
}

.smartbanner__icon, .smartbanner__info {
    position: absolute;
    top: 10px;
    height: 64px
}

.smartbanner__info {
    left: 114px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    -ms-flex-align: center;
    align-items: center
}

.smartbanner__info__title {
    font-size: .875rem
}

.smartbanner__info__author {
    text-indent: -900000px;
    background-size: 60%;
    margin: 2px 0 1px
}

.smartbanner__info__price {
    font-size: .75rem
}

.smartbanner__button {
    top: 18px;
    right: 10px;
    z-index: 1;
    padding: 15px;
    min-width: 10%;
    color: #ff6c00;
    font-size: 1.125rem;
    text-decoration: none
}

.smartbanner__button, .stock-label {
    position: absolute;
    display: block;
    text-align: center
}

.stock-label {
    top: 10px;
    left: 10px;
    background: #ff6c00;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 1.875rem;
    font-size: .75rem;
    border-radius: 50%;
    font-weight: 500;
    z-index: 2
}

.tooltip-relative {
    position: relative;
    top: 2px
}

.tooltip-relative:hover .tooltip-content-info {
    display: block
}

.tooltip-relative .tooltip-content-info {
    right: auto;
    left: 49%;
    transform: translate(-50%);
    top: -74px;
    font-style: normal
}

.tooltip-relative .tooltip-content-info p:not(:last-child) {
    padding-bottom: 10px
}

.tooltip-shadow .tooltip-content-info {
    box-shadow: 0 0 8px rgba(153, 153, 153, .6)
}

.tooltip-content-info {
    display: none;
    position: absolute;
    top: -70px;
    right: 90px;
    width: 280px;
    height: 65px;
    padding: 8px;
    text-align: left;
    font-size: .6875rem;
    color: #777;
    z-index: 3;
    border: 1px solid #ccc;
    border-radius: 1px;
    background: #fff;
    line-height: 1rem
}

.tooltip-content-info:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 59px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.tooltip-right {
    float: right;
    margin-right: 4px
}

.tooltip-right .tooltip-content-info {
    right: -10px;
    left: auto;
    transform: none
}

.tooltip-right .tooltip-content-info:after {
    left: auto;
    right: 9px
}

.tooltip-bottom {
    height: auto
}

.tooltip-bottom .tooltip-content-info {
    bottom: 21px;
    top: auto;
    height: auto
}

.tooltip-bottom .tooltip-content-info:after {
    top: auto;
    bottom: -6px
}

.animated, .owl-carousel .animated {
    animation-duration: .9s;
    animation-fill-mode: both
}

.fadeOut {
    animation-name: b
}

.harlem-shake {
    animation: d 1s
}

.go-left {
    animation: e 2s
}

.swipe-left {
    animation: f 1s
}

@keyframes b {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes c {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes d {
    10%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        transform: translate3d(-10px, 0, 0)
    }
    40%, 60% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes e {
    0% {
        transform: translateZ(0)
    }
    10%, 5% {
        transform: translate3d(-5px, 0, 0)
    }
    70% {
        transform: translate3d(-84px, 0, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes f {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-85px, 0, 0)
    }
}

@keyframes progressbar {
    0% {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes shrinkLogo {
    0% {
        width: 139px
    }
    to {
        width: 120px
    }
}

@keyframes enlargeLogo {
    0% {
        width: 120px
    }
    to {
        width: 139px
    }
}

@keyframes j {
    0% {
        height: 40px
    }
    to {
        height: 0
    }
}

@keyframes k {
    0% {
        height: 0;
        overflow: hidden
    }
    to {
        height: 40px;
        overflow: visible
    }
}

@keyframes l {
    0% {
        height: 70px;
        padding-top: 15px
    }
    to {
        height: 0;
        padding-top: 0
    }
}

@keyframes m {
    0% {
        height: 0;
        padding-top: 0
    }
    to {
        height: 70px;
        padding-top: 15px
    }
}

@keyframes n {
    0% {
        width: 0
    }
    to {
        width: 46px
    }
}

@keyframes o {
    0% {
        width: 46px
    }
    to {
        width: 0;
        visibility: hidden
    }
}

@keyframes slideOutBillboard {
    0% {
        top: 139px
    }
    to {
        top: 81px
    }
}

@keyframes slideInBillboard {
    0% {
        top: 81px
    }
    to {
        top: 139px
    }
}

@keyframes r {
    0% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    5% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    25% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    30% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    35% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    55% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    60% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    65% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    85% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    90% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    91% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    92% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    93% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    94% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    95% {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
    96% {
        box-shadow: 0 0 20px #ff20fe, inset 0 0 20px rgba(255, 32, 254, .8);
        border: 2px solid #fbd
    }
    to {
        box-shadow: 0 0 20px rgba(255, 32, 254, .01), inset 0 0 20px rgba(255, 32, 254, .01);
        border: 2px solid rgba(255, 187, 221, .1)
    }
}

img:not([src]), img[src=""] {
    content: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
}

.lazyfade[data-src]:not([src]) {
    opacity: 0;
    background: 0 0;
    transition: opacity 50ms linear
}

.lazyfade[data-src][src] {
    opacity: 1;
    transition: opacity 50ms linear
}

.header-menu .wrapper-header {
    display: block;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 25
}

.main-content::before {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: .5
}

.header-menu .menu-item-brands .header-menu-category {
    width: 300px;
    left: auto
}

.header-menu .menu-item-brands .header-menu-brand-wrapper {
    width: calc(99.9% * 3 / 4 - 5px)
}

.header-menu .menu-item-brands .header-menu-brand-wrapper:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none
}

.header-menu .menu-item-brands .header-menu-brand-wrapper:last-child {
    margin-right: 0
}

.header-menu .menu-item-brands .header-menu-brand-wrapper:nth-child(0n) {
    margin-right: 0;
    float: right
}

.header-menu .menu-item-brands .header-menu-brand-wrapper:nth-child(0n+1) {
    clear: both
}

.header-menu .menu-item-brands .sub-menu-title {
    width: calc(99.9% * 1 / 1 - 0px)
}

.header-menu .menu-item-brands .sub-menu-title:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.header-menu .menu-item-brands .sub-menu-title:last-child {
    margin-right: 0
}

.header-menu .menu-item-brands .sub-menu-title:nth-child(1n) {
    margin-right: 0;
    float: right
}

.header-menu .menu-item-brands .sub-menu-title:nth-child(1n+1) {
    clear: both
}

.header-menu .menu-item-brands .header-menu-brand-wrapper {
    height: 475px;
    overflow: auto;
    text-align: left
}

.header-menu .menu-item-brands .header-menu-letter-wrapper {
    width: calc(99.9% * 1 / 4 - 22.5px);
    text-align: center
}

.header-menu .menu-item-brands .header-menu-letter-wrapper:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none
}

.header-menu .menu-item-brands .header-menu-letter-wrapper:last-child {
    margin-right: 0
}

.header-menu .menu-item-brands .header-menu-letter-wrapper:nth-child(4n) {
    margin-right: 0;
    float: right
}

.header-menu .menu-item-brands .header-menu-letter-wrapper:nth-child(4n+1) {
    clear: both
}

.header-menu .menu-item-brands .header-menu-letter-wrapper .sub-menu-item {
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8125rem
}

.sub-menu-item-brand-feedback {
    height: 100%
}

.offline-wrapper {
    transition: all .2s linear;
    opacity: 0;
    bottom: -100px;
    height: auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
    background-color: #212121;
    position: fixed;
    z-index: 10
}

.offline .offline-wrapper {
    bottom: 10px;
    opacity: 1
}

.pace-inactive {
    display: none
}

.pace-progress {
    background-color: #ff6c00;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ff6c00, 0 0 5px #ff6c00;
    opacity: 1;
    transform: rotate(3deg) translateY(-4px)
}

.pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #ff6c00;
    border-left-color: #ff6c00;
    border-radius: 10px;
    animation: s .4s linear infinite
}

.pace-inner {
    position: relative
}

.pace-bigger {
    width: 100px;
    height: 100px;
    border-radius: 100px
}

.page-order-tracking .pace-activity {
    border-top-color: #888;
    border-left-color: #888
}

.page-order-tracking .pace-progress-inner {
    box-shadow: 0 0 10px #888, 0 0 5px #888
}

.page-order-tracking .pace-progress {
    background-color: #888
}

@keyframes s {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.loucas-posts-by-product {
    width: 100%
}

.loucas-summary-posts {
    width: 100%;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    background: #fff;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.loucas-summary-posts .loucas-summary {
    white-space: normal;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 2 - 15px)
}

.loucas-summary-posts .loucas-summary:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
}

.loucas-summary-posts .loucas-summary:last-child {
    margin-right: 0
}

.loucas-summary-posts .loucas-summary:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
}

.loucas-summary-expert-picture {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 3px 5px 0;
    overflow: hidden
}

.loucas-summary-expert-name {
    font-size: .75rem;
    padding-top: 3px
}

.loucas-summary-specialty {
    font-size: .6875rem;
    color: #999
}

.loucas-summary-details {
    margin-top: 5px
}

.loucas-summary-thumb img, .loucas-summary-video .loucas-summary-thumb {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    margin-bottom: 8px;
    width: 100%
}

.loucas-summary-thumb img {
    max-height: 100px
}

.loucas-summary-posts + .loucas-summary-video {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    margin-bottom: 20px
}

.loucas-summary-title {
    margin-bottom: 6px;
    font-size: .875rem
}

.loucas-summary-datetime, .loucas-summary-excerpt {
    font-size: .75rem;
    color: #777;
    margin-bottom: 7px
}

body.page-brand-dior main .template-header img, body.page-brand-mac main .template-header img {
    float: none;
    width: 100%
}

body.page-brand-dior main .template-header img:not(.template-image-only), body.page-brand-mac main .template-header img:not(.template-image-only) {
    max-width: 100% !important
}

.store-jomalone .tracker-line.is-complete, .store-mac .tracker-line.is-complete, .store-oceane .tracker-line.is-complete {
    background-color: #000
}

.store-jomalone .tracker-line.is-half-complete, .store-mac .tracker-line.is-half-complete, .store-oceane .tracker-line.is-half-complete {
    background-image: linear-gradient(90deg, #000 0, #000 49%, #efefef 50%, #efefef)
}

.store-jomalone .tracker-item-content.is-complete .tracker-status, .store-mac .tracker-item-content.is-complete .tracker-status, .store-oceane .tracker-item-content.is-complete .tracker-status {
    color: #000
}

.store-jomalone .tracker-item-content.is-complete .tracker-bullet, .store-mac .tracker-item-content.is-complete .tracker-bullet, .store-oceane .tracker-item-content.is-complete .tracker-bullet {
    background-color: #000
}

.store-jomalone .order-delivery-date-schedule, .store-jomalone .order-footer .order-footer-item strong, .store-jomalone .order-number span, .store-jomalone .order-price, .store-mac .order-delivery-date-schedule, .store-mac .order-footer .order-footer-item strong, .store-mac .order-number span, .store-mac .order-price, .store-oceane .order-delivery-date-schedule, .store-oceane .order-footer .order-footer-item strong, .store-oceane .order-number span, .store-oceane .order-price {
    color: #000
}

.store-clinique .tracker-line.is-complete {
    background-color: #61b998
}

.store-clinique .tracker-line.is-half-complete {
    background-image: linear-gradient(90deg, #61b998 0, #61b998 49%, #efefef 50%, #efefef)
}

.store-clinique .tracker-item-content.is-complete .tracker-status {
    color: #61b998
}

.store-clinique .tracker-item-content.is-complete .tracker-bullet {
    background-color: #61b998
}

.store-clinique .order-delivery-date-schedule, .store-clinique .order-footer .order-footer-item strong, .store-clinique .order-number span, .store-clinique .order-price {
    color: #000
}

.store-lamer .tracker-line.is-complete {
    background-color: #608457
}

.store-lamer .tracker-line.is-half-complete {
    background-image: linear-gradient(90deg, #608457 0, #608457 49%, #efefef 50%, #efefef)
}

.store-lamer .tracker-item-content.is-complete .tracker-status {
    color: #608457
}

.store-lamer .tracker-item-content.is-complete .tracker-bullet {
    background-color: #608457
}

.store-lamer .order-delivery-date-schedule, .store-lamer .order-footer .order-footer-item strong, .store-lamer .order-number span, .store-lamer .order-price {
    color: #000
}

.store-drjones .tracker-line.is-complete {
    background-color: #54c0ef
}

.store-drjones .tracker-line.is-half-complete {
    background-image: linear-gradient(90deg, #54c0ef 0, #54c0ef 49%, #efefef 50%, #efefef)
}

.store-drjones .tracker-item-content.is-complete .tracker-status {
    color: #54c0ef
}

.store-drjones .tracker-item-content.is-complete .tracker-bullet {
    background-color: #54c0ef
}

.store-drjones .order-delivery-date-schedule, .store-drjones .order-footer .order-footer-item strong, .store-drjones .order-number span, .store-drjones .order-price {
    color: #374a74
}

.clock {
    background-position: -114px -21px;
    height: 15px
}

.clock, .spr-bag-white {
    width: 15px
}

.spr-bag-white {
    background-position: -114px 0;
    height: 20px
}

.spr-carousel-left {
    background-position: 0 0;
    top: 45%;
    left: 2%
}

.spr-carousel-left, .spr-carousel-right {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    position: absolute;
    width: 56px;
    height: 56px
}

.spr-carousel-right {
    background-position: -57px 0;
    top: 45%;
    right: 2%
}

.spr-carousel-slick-left {
    background-position: 0 0
}

.spr-carousel-slick-left, .spr-carousel-slick-right {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    width: 56px;
    height: 56px
}

.spr-carousel-slick-right {
    background-position: -57px 0
}

.spr-facebook {
    background-position: -23px -57px
}

.spr-facebook, .spr-instagram {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    width: 22px;
    height: 23px
}

.spr-instagram {
    background-position: -46px -57px
}

.spr-pinterest {
    background-position: 0 -57px;
    width: 22px;
    height: 23px
}

.spr-pinterest, .spr-search-white {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png)
}

.spr-search-white {
    background-position: -92px -57px;
    width: 18px;
    height: 19px
}

.spr-search {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    background-position: -42px -81px;
    width: 16px;
    height: 16px
}

.spr-twitter {
    background-position: 0 -81px
}

.spr-twitter, .spr-youtube {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    width: 22px;
    height: 23px
}

.spr-youtube {
    background-position: -69px -57px
}

.spr-zoom {
    background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
    background-position: -23px -81px;
    width: 18px;
    height: 18px
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s
}

.showcase-item .product-buy .btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    height: 52px;
    padding-top: 5px;
    margin-top: 5px;
    color: #fff !important
}

.showcase-item .product-buy .btn:hover {
    background-color: #eb830c;
    color: #fff
}

.showcase-item .product-buy .btn.btn-notifyme {
    background-color: #f02f2f;
    color: #fff
}

.showcase-item .product-buy .btn.btn-notifyme:hover {
    background-color: #f02f2f
}

.showcase-item .product-buy2 .btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    height: 52px;
    padding-top: 5px;
    margin-top: 5px;
    color: #fff !important
}

.showcase-item .product-buy2 .btn:hover {
    background-color: #eb830c;
    color: #fff
}

.showcase-item .product-buy2 .btn.btn-notifyme {
    background-color: #f02f2f;
    color: #fff
}

.showcase-item .product-buy2 .btn.btn-notifyme:hover {
    background-color: #f02f2f
}

@media (max-width: 768px) {
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .visible-xs {
        display: block !important
    }

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

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

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

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

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

    .hidden-xs {
        display: none !important
    }

    .cp-header1 .header-account-item, .cp-header1 .header-account > a, .cp-header1 .lb-cart {
        display: none !important
    }

    .cp-header1 .header-bag {
        margin-right: 7px
    }

    .cp-header1 .header-logo-wrapper {
        text-align: center
    }

    .cp-header1 .link-logo {
        margin-left: 14%;
        width: 69%
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

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

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

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

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

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

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

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

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

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

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

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

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }

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

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

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

    .hidden-print {
        display: none !important
    }
}

@media screen and (min-resolution: 0dppx) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 2.5rem
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 1.875rem
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 2.875rem
    }
}

@media (min-width: 769px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 12px
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 1.125rem
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: .75rem
    }
}

@media screen and (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 12px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

    div .boxLoadingArea {
        line-height: 130px;
        min-height: 130px
    }
}

@media only screen and (max-width: 768px) {
    .container-content {
        width: calc(99.9% * 1 / 1 - 0px)
    }

    body .content-error .left-area {
        top: 40px
    }

    .container-content:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .container-content:last-child {
        margin-right: 0
    }

    .container-content:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .container-content:nth-child(1n+1) {
        clear: both
    }

    .container-aside {
        width: calc(99.9% * 1 / 1 - 0px);
        padding-left: 15px;
        padding-right: 15px;
        background-color: #f8f8f8
    }

    .container-aside:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .container-aside:last-child {
        margin-right: 0
    }

    .container-aside:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .container-aside:nth-child(1n+1) {
        clear: both
    }

    .content-page-title-departament {
        display: none
    }

    .col-sm-1-2 {
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .col-sm-1-2:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-sm-1-2:last-child {
        margin-right: 0
    }

    .col-sm-1-2:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .col-sm-1-2:nth-child(odd) {
        clear: both
    }

    .footer {
        margin-top: 30px;
        padding: 25px 10px 10px 10px
    }

    .sprite-line {
        display: table;
        margin: 10px auto
    }

    .header-fixed .icon.magnifier {
        animation-name: c;
        animation-duration: .25s;
        animation-fill-mode: forwards;
        display: block
    }

    .header-search-wrapper.is-open {
        animation-name: m;
        animation-duration: .25s;
        animation-fill-mode: forwards;
        overflow: hidden;
        opacity: 1
    }

    .header-search-wrapper.is-close {
        animation-name: l;
        animation-duration: .4s;
        animation-fill-mode: forwards;
        overflow: hidden;
        opacity: 0
    }

    .header-float .icon.magnifier {
        animation-name: b;
        animation-duration: .25s;
        animation-fill-mode: forwards;
        display: block
    }

    .header-menu-button.is-desktop {
        display: none
    }

    .header-security {
        float: none;
        margin-top: 60px
    }

    .header-security .cart-security-flags .sprite-line {
        float: none
    }

    .header-account-avatar {
        float: left
    }

    .header-account-username {
        margin-top: 4px
    }

    .header-account-link {
        display: block
    }

    .header-search-button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 1.375rem
    }

    .header-search-wrapper {
        width: 100%;
        max-width: 100%;
        clear: both;
        padding-top: 10px
    }

    .header-account-link {
        display: none
    }

    .menu-mobile-item-account .header-account-link {
        display: block
    }

    .header-account {
        margin: 0
    }

    .header-account-username {
        padding-right: 0
    }

    .header-logo-wrapper {
        height: auto;
        text-align: left;
        position: relative;
        min-height: 50px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        justify-content: inherit
    }

    .link-logo {
        margin-left: 45px
    }

    .footer-newsletter-title {
        padding: 20px 0
    }

    .subscribe-submit {
        width: 100%;
        margin-bottom: 10px
    }

    .footer-newsletter-form {
        border-radius: 4px;
        box-shadow: 0 1px 2px 0 #efefef;
        background-color: #fff;
        padding: 15px
    }

    .footer-newsletter-input {
        width: calc(99.9% * 2 / 2 - 0px);
        margin-bottom: 10px
    }

    .footer-newsletter-input:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .footer-newsletter-input:last-child {
        margin-right: 0
    }

    .footer-newsletter-input:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .footer-newsletter-input:nth-child(odd) {
        clear: both
    }

    .footer-newsletter-button {
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .footer-newsletter-button:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .footer-newsletter-button:last-child {
        margin-right: 0
    }

    .footer-newsletter-button:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .footer-newsletter-button:nth-child(odd) {
        clear: both
    }

    .footer-features-item {
        width: calc(99.9% * 4 / 4 - 0px);
        text-align: center;
        margin-bottom: 15px
    }

    .footer-features-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .footer-features-item:last-child {
        margin-right: 0
    }

    .footer-features-item:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .footer-features-item:nth-child(4n+1) {
        clear: both
    }

    .footer-newsletter {
        text-align: center
    }

    .footer-newsletter-item {
        width: calc(99.9% * 4 / 4 - 0px)
    }

    .footer-newsletter-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .footer-newsletter-item:last-child {
        margin-right: 0
    }

    .footer-newsletter-item:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .footer-newsletter-item:nth-child(4n+1) {
        clear: both
    }

    .search-mobile-wrapper .tt-menu, .search-mobile-wrapper .tt-menu.tt-open {
        border: none;
        border-top: 1px solid #efefef
    }

    .accordion-gradient-content {
        height: 6em;
        overflow: hidden;
        position: relative
    }

    .accordion-gradient-content:after {
        content: '';
        display: block;
        height: 40px;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff)
    }

    .accordion-state:checked ~ .accordion-gradient-content {
        height: auto;
        overflow: visible
    }

    .accordion-state:checked ~ .accordion-gradient-content:after {
        content: none
    }

    .accordion-item {
        display: block
    }

    .accordion-item:not(:last-child) {
        border-bottom: 1px solid #efefef
    }

    .tt-menu {
        width: 100%
    }

    .tt-dataset-products, .tt-dataset-products .tt-suggestion:not(:first-of-type), .tt-menu {
        border: none
    }

    .banner-brand-see-all {
        display: none
    }

    .banner-content {
        padding: 20px
    }

    .banner-billboard-description {
        display: block;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        font-size: .875rem;
        line-height: 1.2;
        -webkit-line-clamp: 3;
        overflow: hidden;
        width: 100%;
        max-height: 50px
    }

    .banner-billboard {
        background-color: #f8f8f8
    }

    .banner-billboard .banner-billboard-item:not(:first-child) {
        display: none
    }

    .owl-item .banner-billboard-item {
        display: block
    }

    .billboard-small .section-space {
        margin: 0
    }

    .banner-billboard-block {
        display: block;
        position: relative;
        width: 100%;
        text-align: center
    }

    .banner-image-block, .billboard-small .banner-image-block, .billboard-small .with-content .banner-image-block, .with-content .banner-image-block {
        width: 100%;
        position: relative;
        padding-bottom: 56.7%
    }

    .banner-image-block img, .billboard-small .banner-image-block img, .billboard-small .with-content .banner-image-block img, .with-content .banner-image-block img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .banner-content {
        padding: 7px;
        height: 30px
    }

    .banner-content .btn {
        display: none
    }

    .banner-billboard-title {
        font-size: .875rem;
        margin-bottom: 0
    }

    .banner-billboard-description, .banner-billboard-headline {
        display: none
    }

    .spaced-cards {
        min-height: 270px
    }

    .card-xs > div {
        padding: 10px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 1px 2px 0 #efefef;
        border: 1px solid #efefef
    }

    .cards {
        padding: 10px
    }

    .carousel-inset {
        padding: 0 15px
    }

    .js-carousel-brand.carousel-inset {
        padding: 0
    }

    .carousel-nav-arrows {
        display: none
    }

    .owl-carousel .owl-item img {
        width: auto
    }

    .banner-billboard.owl-carousel img {
        width: 100%
    }

    .js-carousel-spaced-cards .owl-item img {
        transform: scale(.8);
        transition: all .1s linear
    }

    .js-carousel-spaced-cards .owl-item.center img {
        transform: scale(1)
    }

    .countdown-item {
        margin-right: 18px
    }

    .countdown-item:nth-child(2):after, .countdown-item:nth-child(3):after {
        right: -15px;
        font-size: 2.0625rem;
        top: 18px
    }

    .countdown-box {
        font-size: 2.625rem;
        width: 70px;
        height: 70px
    }

    .countdown-label {
        font-size: .625rem
    }

    .form-select:before {
        content: '';
        position: absolute;
        float: right;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #333;
        right: 4px;
        top: 40%
    }

    .hero-title {
        font-size: 1.75rem
    }

    .hero-subtitle {
        padding: 0 15px;
        font-size: 1.125rem;
        margin-top: 10px
    }

    .hero-subtitle span {
        font-size: 1rem
    }

    .product-holder-aside .item-discount {
        top: 28px
    }

    .banner-leaderboard-expansive .banner-leaderboard-image {
        max-height: none
    }

    body.overflow-hidden-mobile {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    body.overflow-hidden-mobile {
        overflow: hidden
    }

    .payment-summary-item-principal + .popover {
        display: none !important
    }

    .product-holder-inner .product-label {
        width: 100%
    }

    .see-more-description-link {
        text-transform: uppercase
    }

    .showcase-item-description {
        padding-right: 5px
    }

    .showcase-minimal {
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow-y: hidden;
        overflow-x: auto
    }

    .showcase-item-minimal {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 155px
    }

    .showcase-gondola .showcase-item {
        max-width: 48%
    }

    .showcase-item .product-buy {
        display: none
    }

    .showcase.row-flexbox {
        padding-left: 10px;
        padding-right: 10px
    }

    .showcase.row {
        padding-left: 0;
        padding-right: 0
    }

    .template-header {
        background-color: #f8f8f8
    }

    .template-header img {
        width: 100%;
        max-width: none
    }

    .template-header.template-header-departament {
        background-color: transparent
    }

    .showcase-cards {
        padding-right: 5px;
        padding-left: 5px
    }

    .content-page-title-list {
        padding: 20px;
        background-color: #f8f8f8;
        margin: 0
    }

    .showcase-gondola {
        padding-bottom: 10px
    }

    .template-brand-tab {
        background-color: #f8f8f8
    }

    .template-brand-tab li:first-child {
        margin-left: 15px
    }

    .social-icons-links.social-facebook {
        background-color: #4867ab
    }

    .social-icons-links.social-twitter {
        background-color: #5ae
    }

    .social-icons-links.social-youtube {
        background-color: #cc181e
    }

    .social-icons-links.social-instagram {
        background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
    }

    .social-icons-links.social-pinterest {
        background-color: #bc071c
    }

    .social-share {
        top: auto;
        bottom: 30px
    }

    .social-share-button {
        position: absolute;
        bottom: 0
    }

    .social-share-menu {
        bottom: 60px;
        position: relative
    }

    .swipe-black-friday.swipe-cards-spaced .swipe-cards-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .swipe-black-friday.swipe-cards-spaced .swipe-cards-item img {
        max-width: 230px;
        width: auto
    }

    .swipe-cards-with-more:not(.swipe-cards-spaced) img {
        width: 100% !important
    }

    .swipe-controls {
        display: none
    }

    .account-password-disclaimer {
        position: absolute;
        right: 0;
        top: 0
    }

    .account-box .orders-resume-item {
        padding-left: 20px
    }

    .campaign-form {
        margin-left: 10px;
        margin-right: 10px
    }

    .campaign-form .form-inline .form-group {
        display: block
    }

    .campaign-form .btn {
        width: 220px;
        margin: 0 auto;
        display: block
    }

    .campaign-form-title {
        font-size: 1.25rem
    }

    .campaign-form-subtitle {
        font-size: 1rem
    }

    .campaign-subtitle {
        width: 80%
    }

    .campaign-description-subtitle {
        width: 80%;
        margin: 10px auto 20px
    }

    .carousel-expert {
        overflow-x: auto
    }

    .expert-wrapper {
        margin: 0 15px
    }

    .experts-department .expert-profile-pic {
        width: 97px;
        height: 97px
    }

    .experts-department .js-carousel-5 .expert-profile-pic {
        width: 100%;
        height: auto;
        padding: 10px
    }

    .expert-wrapper .blog-author {
        width: calc(99.9% * 1 / 1 - 0px);
        width: 100%;
        margin: 0 auto 30px
    }

    .expert-wrapper .blog-author:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .expert-wrapper .blog-author:last-child {
        margin-right: 0
    }

    .expert-wrapper .blog-author:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .expert-wrapper .blog-author:nth-child(1n+1) {
        clear: both
    }

    .expert-wrapper-banners {
        width: calc(99.9% * 1 / 1 - 0px);
        width: 100%
    }

    .expert-wrapper-banners:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .expert-wrapper-banners:last-child {
        margin-right: 0
    }

    .expert-wrapper-banners:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .expert-wrapper-banners:nth-child(1n+1) {
        clear: both
    }

    .expert-profile-pic {
        width: 60px;
        height: 60px
    }

    .expert-author-about, .expert-author-name {
        font-size: .75rem
    }

    .expert-author-about {
        font-style: italic;
        color: #777
    }

    .expert-item-column {
        width: calc(99.9% * 1 / 3 - 6.666666666666666px)
    }

    .expert-item-column:nth-child(1n) {
        float: left;
        margin-right: 10px;
        clear: none
    }

    .expert-item-column:last-child {
        margin-right: 0
    }

    .expert-item-column:nth-child(0n) {
        margin-right: 0;
        float: right
    }

    .expert-item-column:nth-child(0n+1) {
        clear: both
    }

    .list-group-item.filter-wrapper {
        text-transform: uppercase;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .list-group-thumbnail img {
        width: 60px;
        margin-right: 10px
    }

    .list-group .list-group-child-item.has-child {
        padding-bottom: 0
    }

    .list-group .list-group-child-item .list-group-child-item {
        padding: 10px
    }

    .list-group .list-group-child-item .list-group-child-item:first-child {
        padding-top: 20px
    }

    .accordion-label .filter-title {
        font-weight: 700;
        padding-left: 43px;
        border-bottom: 1px solid #ebebeb
    }

    .accordion-label .filter-title.filter-title-with-arrow {
        padding-left: 18px
    }

    .accordion-label .filter-title:not(.filter-title-with-arrow):before, .filter-title-arrow {
        width: 9px;
        height: 9px;
        border-radius: 1px;
        left: 15px;
        top: 17px
    }

    .not-found-ico {
        font-size: 5rem
    }

    .not-found-text {
        text-align: center;
        font-size: .875rem
    }

    .not-found-text-highlight {
        display: block;
        margin-bottom: 10px
    }

    .physical-store .col-1-2-flex {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 1 - 0px)
    }

    .physical-store .col-1-2-flex:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0
    }

    .physical-store .col-1-2-flex:last-child {
        margin-right: 0
    }

    .physical-store .col-1-2-flex:nth-child(1n) {
        margin-right: 0;
        margin-left: auto
    }

    .physical-store .post-full-image {
        margin-top: 20px
    }

    .physical-store-title {
        font-size: 1.5rem
    }

    .physical-store-title:after {
        width: 95%;
        height: 5px;
        transform: translateX(2.5%) skewX(-60deg)
    }

    .physical-store-location-card {
        width: calc(99.9% * 1 / 1 - 0px)
    }

    .physical-store-location-card:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .physical-store-location-card:last-child {
        margin-right: 0
    }

    .physical-store-location-card:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .physical-store-location-card:nth-child(1n+1) {
        clear: both
    }

    .physical-store .section-title {
        font-size: 1.375rem
    }

    .rich-media .item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .rich-media {
        padding: 0
    }

    .rich-media .rich-media-product-list {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-top: 20px;
        -webkit-overflow-scrolling: touch
    }

    .rich-media .related-item {
        text-align: left;
        padding-left: 20px;
        width: 33%;
        max-width: 190px;
        margin-bottom: 20px;
        float: none;
        display: inline-block;
        white-space: normal
    }

    .rich-media .related-item img {
        display: block;
        float: none;
        margin: 0 auto
    }

    .rich-media .related-item .rating, .rich-media .related-item .related-product, .rich-media .related-item .related-product-price {
        margin-left: 0
    }

    .rich-media .related-item {
        border-bottom: none
    }

    .rich-media .image {
        max-width: 93px;
        width: 100%;
        height: auto;
        padding: 10px
    }

    .rich-media-see-more {
        margin: -10px 0 -20px;
        background: #fff;
        padding: 10px
    }

    .item {
        display: block
    }

    .rich-media-video {
        width: 100%;
        max-width: 100%
    }

    .rich-media-video .youtube-embed {
        background-color: #fff;
        padding: 0 0 56.25%;
        height: 0
    }

    .rich-media-video:after {
        height: 0
    }

    .rich-media-related {
        max-width: 100%;
        position: relative;
        right: 0;
        margin-top: 0;
        width: 100%;
        height: 310px;
        padding: 10px 15px
    }

    .section-title {
        margin: 5px;
        font-style: normal;
        font-size: 1.5rem;
        text-align: center
    }

    .section-subtitle {
        font-size: .875rem;
        line-height: 1.5;
        font-weight: 400;
        color: #777;
        margin: 0 5px
    }

    .box-section-title {
        font-weight: 700
    }

    .list-group {
        max-width: 100%;
        width: 100%;
        overflow: auto;
        background: 0 0
    }

    .side-menu {
        position: relative;
        white-space: nowrap;
        overflow-y: hidden
    }

    .side-menu-item {
        white-space: nowrap;
        display: inline-block
    }

    .side-menu-item:not(:last-child) {
        border-right: 1px solid #efefef
    }

    .side-menu-item .ico-chevron-right {
        display: none
    }

    .side-menu-item .list-group-item {
        display: inline-block
    }

    .banner-menu, .menu-item-brands {
        display: none
    }

    .menu-item {
        width: 100%;
        display: block
    }

    .menu-item a.has-submenu {
        position: relative
    }

    .menu-item a.has-submenu:after {
        width: 0;
        height: 0;
        border-left: 7px solid #ccc;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 20px
    }

    .menu-item.is-selected .menu-link, .menu-item:hover .menu-link {
        color: #ff6c00;
        border-bottom: 3px solid #ff6c00
    }

    .menu-item .menu-link {
        display: block;
        padding: 27px 0 19px;
        border-bottom: 3px solid transparent
    }

    .menu-item a {
        padding-left: 0;
        padding-right: 0
    }

    .menu-mobile-item {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: .875rem
    }

    .menu-mobile-item a {
        display: block;
        padding: 10px
    }

    .menu-mobile-item-header {
        text-transform: uppercase;
        color: #ccc;
        font-size: .75rem;
        padding: 20px 10px 5px
    }

    .menu-mobile-item-account {
        padding: 20px 10px;
        border-bottom: 1px solid #efefef;
        overflow: hidden
    }

    .header-menu {
        left: 0
    }

    .header-menu-category {
        display: block;
        visibility: hidden;
        opacity: 0;
        height: 0;
        transition: .2s linear;
        text-align: left
    }

    .header-menu-category-wrapper {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-menu-backdrop-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, .5)
    }

    .header-menu {
        visibility: hidden;
        position: fixed;
        z-index: 22;
        right: 0;
        top: 0;
        bottom: 0
    }

    .header-menu > .container {
        height: 100%;
        max-width: 100%
    }

    .header-menu.is-open {
        visibility: visible
    }

    .header-menu.is-open .main-menu {
        transform: translate(0);
        box-shadow: 4px 4px 25px #888;
        overflow: hidden
    }

    .header-menu .main-menu {
        background: #fff;
        height: 100%;
        max-width: 320px;
        transform: translate(-100%);
        transition: visibility .2s linear, transform .2s linear;
        position: relative;
        z-index: 2;
        margin-left: 0;
        overflow: auto
    }

    .header-menu .main-menu .menu-item .second-nivel {
        background: #fff;
        height: 100%;
        transform: translate(200%);
        transition: visibility .2s linear, transform .2s linear;
        position: relative;
        z-index: 2;
        margin-left: 0;
        visibility: visible;
        opacity: 1;
        overflow: auto;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 0 0
    }

    .header-menu .main-menu .menu-item.second .second-nivel {
        transform: translate(0)
    }

    body .menu-item a.lk-back-menu {
        color: #000 !important;
        font-weight: 700;
        font-size: 13px
    }

    body .menu-item a.lk-back-menu:before {
        width: 0;
        height: 0;
        border-right: 4px solid #000;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        content: "";
        display: inline-block;
        margin-right: 5px
    }

    body .menu-item .menu-home svg {
        fill: #000
    }

    body .menu-item .menu-home svg path {
        stroke: #000
    }

    body .menu-item a:active, body .menu-item:hover a {
        color: #000 !important
    }

    body .menu-item .stt-submenu a {
        text-transform: uppercase;
        font-weight: 800
    }

    .menu-item .menu-item-link {
        display: block;
        font-size: 1rem
    }

    .menu-item {
        border-bottom: 1px solid #efefef
    }

    .menu-item a {
        color: #212121;
        padding: 26px;
        display: block
    }

    .header-menu-button.nav-hamburguer {
        display: inline-block;
        left: 54px;
        top: 27px;
        width: 31px;
        height: 31px;
        z-index: 5
    }

    .cp-header1 .header-menu-button.nav-hamburguer {
        display: inline-block;
        left: 10px;
        top: inherit;
        width: 31px;
        height: 31px;
        padding: 5px;
        bottom: 58px;
        transform: translateY(-52%)
    }

    .menu-item.is-selected {
        color: #ff6c00
    }

    .menu-item.is-selected > .menu-item-link {
        color: inherit
    }

    .menu-item.has-submenu .menu-item-link {
        display: inline-block;
        position: relative;
        z-index: 1
    }

    .menu-item.has-submenu .menu-item-label {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        height: 36px;
        cursor: pointer
    }

    .menu-item.has-submenu .menu-item-label:after, .menu-item.has-submenu .menu-item-label:before {
        background-color: #ccc;
        content: '';
        display: block;
        position: absolute;
        width: 3px;
        height: 9px;
        right: 15px;
        top: 14px;
        transition: transform .25s ease-in-out
    }

    .menu-item.has-submenu .menu-item-label:before {
        transform: translate3d(2px, 0, 0) rotate(45deg)
    }

    .menu-item.has-submenu .menu-item-label:after {
        transform: translate3d(-2px, 0, 0) rotate(-45deg)
    }

    .sub-menu-link {
        text-indent: 15px
    }

    .menu-item.has-submenu .menu-mobile-check:checked ~ .menu-item-link {
        color: #a43287
    }

    .menu-item.has-submenu .menu-mobile-check:checked ~ .header-menu-category {
        visibility: visible;
        opacity: 1;
        height: auto
    }

    .menu-item.has-submenu .menu-mobile-check:checked ~ .menu-item-label:after, .menu-item.has-submenu .menu-mobile-check:checked ~ .menu-item-label:before {
        background-color: #ff6c00
    }

    .menu-item.has-submenu .menu-mobile-check:checked ~ .menu-item-label:before {
        transform: translate3d(-2px, 0, 0) rotate(45deg)
    }

    .menu-item.has-submenu .menu-mobile-check:checked ~ .menu-item-label:after {
        transform: translate3d(2px, 0, 0) rotate(-45deg)
    }

    .menu-item:nth-last-child(4) {
        margin-bottom: 10px
    }

    .item-close {
        margin-bottom: 15px
    }

    .menu-close {
        font-size: 1.9375rem;
        position: absolute;
        right: 8px;
        top: 8px;
        padding: 3px 12px 9px;
        color: #444;
        text-align: center;
        line-height: 1em;
        z-index: 10
    }

    .header-menu .main-menu {
        width: calc(100% - 45px)
    }
}

@media only screen and (min-width: 769px) {
    .container-aside {
        width: calc(99.9% * 1 / 4 - 22.5px)
    }

    .container-aside:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .container-aside:last-child {
        margin-right: 0
    }

    .container-aside:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .container-aside:nth-child(4n+1) {
        clear: both
    }

    .col-md-1-2 {
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .col-md-1-2:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-1-2:last-child {
        margin-right: 0
    }

    .col-md-1-2:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .col-md-1-2:nth-child(odd) {
        clear: both
    }

    .col-md-1-3 {
        width: calc(99.9% * 1 / 3 - 20px)
    }

    .col-md-1-3:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-1-3:last-child {
        margin-right: 0
    }

    .col-md-1-3:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .col-md-1-3:nth-child(3n+1) {
        clear: both
    }

    .col-md-2-3 {
        width: calc(99.9% * 2 / 3 - 10px)
    }

    .col-md-2-3:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-2-3:last-child {
        margin-right: 0
    }

    .col-md-2-3:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .col-md-2-3:nth-child(3n+1) {
        clear: both
    }

    .col-md-1-4 {
        width: calc(99.9% * 1 / 4 - 22.5px)
    }

    .col-md-1-4:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-1-4:last-child {
        margin-right: 0
    }

    .col-md-1-4:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .col-md-1-4:nth-child(4n+1) {
        clear: both
    }

    .col-md-3-4 {
        width: calc(99.9% * 3 / 4 - 7.5px)
    }

    .col-md-3-4:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-3-4:last-child {
        margin-right: 0
    }

    .col-md-3-4:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .col-md-3-4:nth-child(4n+1) {
        clear: both
    }

    .col-md-2 {
        width: calc(99.9% * 2 / 12 - 25px)
    }

    .col-md-2:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-2:last-child {
        margin-right: 0
    }

    .col-md-2:nth-child(12n) {
        margin-right: 0;
        float: right
    }

    .col-md-2:nth-child(12n+1) {
        clear: both
    }

    .col-md-5 {
        width: calc(99.9% * 5 / 12 - 17.5px)
    }

    .col-md-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-5:last-child {
        margin-right: 0
    }

    .col-md-5:nth-child(12n) {
        margin-right: 0;
        float: right
    }

    .col-md-5:nth-child(12n+1) {
        clear: both
    }

    .col-md-3-5 {
        width: calc(99.9% * 3 / 5 - 12px)
    }

    .col-md-3-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-3-5:last-child {
        margin-right: 0
    }

    .col-md-3-5:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .col-md-3-5:nth-child(5n+1) {
        clear: both
    }

    .col-md-2-5 {
        width: calc(99.9% * 2 / 5 - 18px)
    }

    .col-md-2-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-2-5:last-child {
        margin-right: 0
    }

    .col-md-2-5:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .col-md-2-5:nth-child(5n+1) {
        clear: both
    }

    .col-md-1-5 {
        width: calc(99.9% * 1 / 5 - 24px)
    }

    .col-md-1-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-md-1-5:last-child {
        margin-right: 0
    }

    .col-md-1-5:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .col-md-1-5:nth-child(5n+1) {
        clear: both
    }

    .col-2 {
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .col-2:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-2:last-child {
        margin-right: 0
    }

    .col-2:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .col-2:nth-child(odd) {
        clear: both
    }

    .col-3 {
        width: calc(99.9% * 1 / 3 - 20px)
    }

    .col-3:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-3:last-child {
        margin-right: 0
    }

    .col-3:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .col-3:nth-child(3n+1) {
        clear: both
    }

    .col-4 {
        width: calc(99.9% * 1 / 4 - 22.5px)
    }

    .col-4:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-4:last-child {
        margin-right: 0
    }

    .col-4:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .col-4:nth-child(4n+1) {
        clear: both
    }

    .col-5 {
        width: calc(99.9% * 1 / 5 - 24px)
    }

    .col-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-5:last-child {
        margin-right: 0
    }

    .col-5:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .col-5:nth-child(5n+1) {
        clear: both
    }

    .col-6 {
        width: calc(99.9% * 1 / 6 - 25px)
    }

    .col-6:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-6:last-child {
        margin-right: 0
    }

    .col-6:nth-child(6n) {
        margin-right: 0;
        float: right
    }

    .col-6:nth-child(6n+1) {
        clear: both
    }

    .footer {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .1)
    }

    .footer-title {
        text-align: left
    }

    .social-facebook.social-icons-links:hover {
        background-color: #4867ab
    }

    .social-twitter.social-icons-links:hover {
        background-color: #1da1f2
    }

    .social-youtube.social-icons-links:hover {
        background-color: #cc181e
    }

    .social-instagram.social-icons-links:hover {
        background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
    }

    .social-pinterest.social-icons-links:hover {
        background-color: #bc071c
    }

    .header-fixed .header-menu-button {
        animation-name: n;
        animation-duration: .25s;
        animation-fill-mode: forwards
    }

    .header-float .header-menu-button {
        animation-name: o;
        animation-duration: .25s;
        animation-fill-mode: forwards
    }

    .header-fixed + .header-fixed-space {
        height: 123px
    }

    .header-menu-button.is-mobile, .item-close.is-mobile {
        display: none
    }

    .header-menu-button {
        position: relative;
        float: left;
        width: 0;
        overflow: hidden
    }

    .landing-logo-content {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 95px
    }

    .landing-logo-content img {
        max-height: 60px
    }

    .header-middle {
        padding-bottom: 14px;
        padding-top: 16px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .header-shopping-wrapper {
        height: 100%
    }

    .header-search-wrapper {
        max-width: 400px;
        width: 45%;
        float: left
    }

    .header-security {
        margin-top: 20px;
        float: right
    }

    .header-arrow-down {
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        margin: 8px 0 8px 8px;
        position: relative;
        top: 5px
    }

    .header-logo-wrapper {
        position: relative;
        float: left;
        text-align: left;
        width: 200px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    body.bg-black .header-menu {
        background-color: #4a1343
    }

    body.bg-black .footer-newsletter-form {
        background: 0 0
    }

    body.bg-black .header-menu .menu-item .menu-item-featured {
        background-color: #73235f;
        transition: all .25s;
        box-shadow: 0 0 20px #ff20fe;
        border: 2px solid rgba(255, 187, 221, .8);
        border-radius: 3px;
        line-height: 2.5em;
        text-shadow: 0 0 12px #ff20fe;
        color: #fff;
        animation: r 5s infinite
    }

    body.bg-black .header-menu .menu-item .menu-item-featured:hover {
        background-color: #ff8933;
        box-shadow: 0 0 20px #ffb680;
        text-shadow: none;
        border-style: solid;
        animation: none
    }

    .accordion-gradient-label {
        display: none
    }

    .accordion.accordion-mobile {
        border: none;
        padding: 0
    }

    .accordion.accordion-mobile .accordion-label {
        border: none;
        cursor: default
    }

    .accordion.accordion-mobile .accordion-item {
        border: none
    }

    .accordion.accordion-mobile .accordion-header {
        padding: 0;
        font-size: .9375rem;
        font-weight: 700;
        text-transform: none
    }

    .accordion.accordion-mobile .accordion-header:hover {
        color: #212121
    }

    .accordion.accordion-mobile .accordion-header:after, .accordion.accordion-mobile .accordion-header:before {
        display: none
    }

    .accordion.accordion-mobile .accordion-content {
        display: block;
        padding: 5px 0 10px
    }

    .alert-message-title {
        font-size: 1.75rem;
        font-weight: 100
    }

    .alert-message.alert-default .alert-message-text {
        font-size: 1.125rem
    }

    .alert-container {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: auto
    }

    .alert {
        max-width: 500px;
        min-width: 420px;
        border-radius: 4px
    }

    .tt-suggestion {
        padding: 4px 10px
    }

    .brands-wrap.section-space {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .banner-billboard-container {
        max-height: 351px
    }

    .box {
        border: none;
        border-radius: 4px
    }

    .box-internal {
        width: calc(99.9% * 3 / 4 - 7.5px);
        padding: 0
    }

    .box-internal:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .box-internal:last-child {
        margin-right: 0
    }

    .box-internal:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .box-internal:nth-child(4n+1) {
        clear: both
    }

    .form-address-help-link {
        margin-top: 30px
    }

    .box-center:last-child {
        margin: 0 auto;
        float: none
    }

    .cards .card-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 2 - 10px)
    }

    .cards .card-item:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0
    }

    .cards .card-item:last-child {
        margin-right: 0
    }

    .cards .card-item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }

    .showcase.owl-carousel {
        margin-bottom: 30px
    }

    .js-carousel-3:not(.owl-loaded) .showcase-item {
        width: calc(99.9% * 1 / 3 - 20px)
    }

    .js-carousel-3:not(.owl-loaded) .showcase-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .js-carousel-3:not(.owl-loaded) .showcase-item:last-child {
        margin-right: 0
    }

    .js-carousel-3:not(.owl-loaded) .showcase-item:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .js-carousel-3:not(.owl-loaded) .showcase-item:nth-child(3n+1) {
        clear: both
    }

    .js-carousel-4:not(.owl-loaded) .showcase-item {
        width: calc(99.9% * 1 / 4 - 22.5px)
    }

    .js-carousel-4:not(.owl-loaded) .showcase-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .js-carousel-4:not(.owl-loaded) .showcase-item:last-child {
        margin-right: 0
    }

    .js-carousel-4:not(.owl-loaded) .showcase-item:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .js-carousel-4:not(.owl-loaded) .showcase-item:nth-child(4n+1) {
        clear: both
    }

    .js-carousel-5:not(.owl-loaded) .showcase-item {
        width: calc(99.9% * 1 / 5 - 24px)
    }

    .js-carousel-5:not(.owl-loaded) .showcase-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .js-carousel-5:not(.owl-loaded) .showcase-item:last-child {
        margin-right: 0
    }

    .js-carousel-5:not(.owl-loaded) .showcase-item:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .js-carousel-5:not(.owl-loaded) .showcase-item:nth-child(5n+1) {
        clear: both
    }

    .form-title {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-align: left;
        padding-bottom: 0
    }

    .form-subtitle {
        font-size: 1.125rem;
        text-align: left;
        text-transform: none
    }

    body.overflow-hidden-mobile {
        overflow: auto
    }

    .product-share-menu {
        right: 0
    }

    .rate-star-empty, .rate-star-full, .rate-star-half {
        margin-right: 2px
    }

    .showcase-item-image {
        min-height: 194px;
        margin-bottom: 12px;
        display: inline-block;
        width: 100%
    }

    .showcase-item-minimal {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .showcase-item {
        padding-bottom: 20px;
        width: calc(99.9% * 1 / 5 - 24px)
    }

    .showcase-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .showcase-item:last-child {
        margin-right: 0
    }

    .showcase-item:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .showcase-item:nth-child(5n+1) {
        clear: both
    }

    .showcase-item:hover .showcase-item-buy {
        opacity: 1;
        z-index: 1
    }

    .showcase-item:hover .showcase-item-col-call .showcase-item-description {
        opacity: 0;
        z-index: 0
    }

    .template-header {
        position: relative;
        overflow: hidden;
        margin-bottom: 10px
    }

    .template-header img {
        float: right
    }

    .template-header img:not(.template-image-only) {
        max-width: 48% !important
    }

    .showcase-brand-description {
        padding-right: 20px
    }

    .template-image-only {
        margin-bottom: 10px
    }

    .template-header-departament {
        min-height: auto
    }

    .page-brand .showcase-brand-description {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .showcase-gondola-with-cards .pagination-wrapper {
        margin-top: 15px
    }

    .template-brand-tab-offset {
        margin-top: -51px;
        position: relative
    }

    .billboard .swipe-wrap.swipe-slide-item-background .swipe-slide-item {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }

    .swipe-cards-spaced .swipe-cards-item {
        min-width: 223px;
        background: rgba(0, 0, 0, .1)
    }

    .swipe-black-friday.swipe-cards-spaced .swipe-cards-item {
        margin-left: 0
    }

    .swipe-black-friday.swipe-cards-spaced .swipe-cards-item:nth-child(2n) {
        margin-left: 14px
    }

    .page-summer-sale .swipe-cards-item {
        margin-bottom: 9px
    }

    .page-summer-sale .swipe-cards-item:not(:last-child) {
        margin-right: 10px
    }

    .page-summer-sale .swipe-cards-spaced.swipe-cards-with-5 .swipe-cards-item:not(:last-child) {
        margin-right: 22px
    }

    .swipe-nav {
        display: none
    }

    .account-password-disclaimer {
        margin-top: 35px;
        text-align: left
    }

    .account-box {
        margin: 0 0 25px
    }

    .campaign-form .form-group-name {
        width: 20%
    }

    .campaign-form .form-group-email {
        width: 27%
    }

    .campaign-form .form-group input {
        width: 100%
    }

    .header-account-bag.is-open .cart-summary-wrap {
        display: block
    }

    .header-account-bag .bag-full {
        top: 2px
    }

    .cart-summary-wrap.is-open {
        display: block
    }

    .carousel-expert {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .experts-department {
        padding: 20px 0
    }

    .institutional-customer-service li {
        width: 27%
    }

    .institutional-customer-service li:first-child {
        width: 45%
    }

    .list-group-child {
        padding: 0
    }

    .list-group-item .is-uppercase, .list-group-item.is-uppercase {
        text-transform: none
    }

    .physical-store {
        margin-top: 95px
    }

    .physical-store .post-card-image, .physical-store .post-details {
        width: 50%;
        float: left
    }

    .physical-store .post-full-image {
        height: 100%;
        position: absolute;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }

    .physical-store .post-full-image .post-card-image {
        position: absolute
    }

    .physical-store-carousel img {
        max-height: 15vw
    }

    .physical-store-map {
        margin-top: -120px
    }

    .rich-media-product-list {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: 40px;
        padding: 0 0 10px;
        overflow-x: auto;
        overflow-y: auto
    }

    .rich-media-product-list::-webkit-scrollbar {
        height: 6px
    }

    .rich-media-product-list::-webkit-scrollbar-thumb, .rich-media-product-list::-webkit-scrollbar-track {
        border-radius: 4px
    }

    .rich-media-product-list::-webkit-scrollbar {
        width: 10px
    }

    .rich-media-product-list::-webkit-scrollbar-track {
        background-color: #efefef;
        border-radius: 0
    }

    .rich-media-product-list::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #999
    }

    .related-item:not(:last-child) {
        border-bottom: 1px solid #efefef
    }

    .section-subtitle .section-see-more {
        display: inline;
        margin: 0 0 0 10px
    }

    .product-characteristics .box-section-title.box-section-separator {
        padding-top: 0
    }

    .box-section-title .box-section-title-label, .box-section-title.box-section-separator {
        font-size: 1.375rem;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .nproduct-info .box-section-title .box-section-title-label, .nproduct-info .box-section-title.box-section-separator {
        padding-top: 5px
    }

    .box-section-title .box-section-title-label:after, .box-section-title.box-section-separator:after {
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #ebebeb;
        content: '';
        height: 1px;
        position: relative;
        margin-left: 10px
    }

    .box-section-title.box-section-separator {
        padding-top: 20px
    }

    .box-section-title.box-section-characteristics:after, .box-section-title.box-section-description:after {
        content: none
    }

    .side-menu {
        width: calc(99.9% * 1 / 4 - 22.5px)
    }

    .side-menu:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .side-menu:last-child {
        margin-right: 0
    }

    .side-menu:nth-child(4n) {
        margin-right: 0;
        float: right
    }

    .side-menu:nth-child(4n+1) {
        clear: both
    }

    .contact-info {
        padding: 0 15px;
        line-height: 1.5625rem;
        margin: 0 0 10px calc(99.9% * 1 / 4 - -5px);
        border-style: solid;
        border-width: 0 0 1px;
        padding-bottom: 21px;
        border-color: #eee;
        text-align: center
    }

    .contact-info p {
        display: inline;
        padding: 0 5px;
        border: 0 solid #000
    }

    .contact-info p:not(:last-child) {
        border-width: 0 1px 0 0
    }

    main.container {
        margin-bottom: 20px
    }

    .content-page-title {
        text-align: left
    }

    .content-page-title-departament, .template-header-departament {
        display: none
    }

    .container .container-aside.aside-template {
        width: calc(99.9% * 2 / 9 - 15.555555555555555px)
    }

    .container .container-aside.aside-template:nth-child(1n) {
        float: left;
        clear: none
    }

    .container .container-aside.aside-template:last-child {
        margin-right: 0
    }

    .container .container-aside.aside-template:nth-child(10n) {
        margin-right: 0;
        float: right
    }

    .container .container-aside.aside-template:nth-child(10n+1) {
        clear: both
    }

    .container .container-content.container-template {
        float: right !important;
        width: 77.7%
    }

    .container .container-content.container-template:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none
    }

    .container .container-content.container-template:last-child {
        margin-right: 0
    }

    .container .container-content.container-template:nth-child(0n) {
        margin-right: 0;
        float: right
    }

    .container .container-content.container-template:nth-child(0n+1) {
        clear: both
    }

    .main-content {
        width: 100%;
        display: inline-block
    }

    .overlay-submenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 20
    }

    .header-menu .header-menu-category {
        position: absolute;
        padding: 10px;
        width: 100%;
        z-index: 10;
        color: #4a4a4a;
        top: 36px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #fff;
        opacity: 1;
        transition: opacity .2s, height 0s
    }

    .header-menu .banner-menu {
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        z-index: -1;
        width: 104%;
        height: 100%
    }

    .header-menu .banner-menu, .header-menu .banner-menu-images {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 100% 0
    }

    .header-menu .banner-menu-images {
        position: relative;
        display: inline-block;
        float: left
    }

    .header-menu .banner-menu-images:not(:last-child) {
        margin-right: 15px
    }

    .header-menu .header-menu-category-wrapper {
        width: 100%;
        text-align: left
    }

    .header-menu .header-menu-category-wrapper:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .header-menu .header-menu-category-wrapper:last-child {
        margin-right: 0
    }

    .header-menu .header-menu-category-wrapper:nth-child(5n) {
        margin-right: 0;
        float: right
    }

    .header-menu .header-menu-category-wrapper:nth-child(5n+1) {
        clear: both
    }

    .header-menu .sub-menu-title {
        text-align: left;
        display: inline-block;
        margin-bottom: 20px;
        font-size: .8125rem;
        font-weight: 700;
        color: #212121
    }

    .header-menu .sub-menu-item {
        display: block;
        font-size: .75rem;
        font-weight: 400;
        line-height: .9375rem;
        margin-bottom: 10px;
        text-align: left
    }

    .header-menu .sub-menu-link:hover {
        color: #ff6c00
    }

    .header-menu .sub-menu-item-more {
        margin-top: 20px;
        color: #999;
        font-weight: 400
    }

    .header-menu .sub-menu-category {
        font-size: 0
    }

    .header-menu .sub-menu-category-item {
        display: inline-block
    }

    .header-menu .sub-menu-category-item:hover {
        background: #fff
    }

    .header-menu .sub-menu-category-item:hover .sub-menu-category-link {
        color: #ff6c00
    }

    .header-menu .sub-menu-category-link {
        display: block;
        padding: 10px;
        font-size: .75rem;
        font-family: arial;
        font-weight: 100;
        color: #fff
    }

    .header-menu .sub-menu-category-item:hover .menu-hover {
        height: 235px;
        transition: all .4s ease
    }

    .header-menu .menu-hover {
        width: 100%;
        height: 0;
        left: 0;
        position: absolute;
        background: #fff;
        overflow: hidden;
        z-index: 3;
        color: #624297;
        transition: all .3s ease
    }

    .header-menu .menu-hover-categories {
        margin: 20px
    }

    .header-menu .item-simple {
        display: inline-block;
        float: left;
        width: 150px;
        margin-right: 30px
    }

    .header-menu .item-simple-title {
        display: block;
        margin-top: 10px;
        font-size: .875rem;
        font-weight: 400;
        color: #212121
    }

    .header-menu .menu-item:hover .header-menu-category, .header-menu .menu-item:hover .menu-item-link:after {
        display: block
    }

    .listSubmenu li {
        display: inline-block;
        margin: 15px 20px;
        width: 13%;
        vertical-align: top
    }

    .listSubmenu li a {
        font-size: 13px;
        color: #000;
        font-weight: 600
    }

    .listSubmenu li a:hover {
        font-size: 13px;
        color: #000 !important;
        font-weight: 600
    }

    .listSubmenu .listSubmenuSubitens li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 8px 0
    }

    .listSubmenu .listSubmenuSubitens li a {
        color: #555;
        font-size: 12px;
        font-weight: 400
    }

    .header-item-account {
        display: inline-block
    }

    .header-menu {
        display: block;
        width: 100%;
        height: 37px;
        color: #fff;
        background-color: #c9031a
    }

    .header-menu .header-menu-category, .header-menu .header-menu-category-mobile, .header-menu .menu-item-label, .header-menu .menu-item.menu-mobile-item, .header-menu .menu-mobile-check, .header-menu .menu-mobile-item, .header-menu .menu-mobile-item-account {
        display: none
    }

    .header-menu .main-menu {
        width: 100%;
        text-align: justify;
        display: table
    }

    .header-menu .main-menu:after {
        content: '';
        display: inline-block;
        width: 100%
    }

    .icon-home > a {
        top: 7px
    }

    .header-menu .menu-item {
        display: inline-block;
        margin: 0 12px;
        transition: all .15s;
        vertical-align: top;
        height: 38px
    }

    .header-menu .menu-item > a {
        letter-spacing: .025rem;
        line-height: 36px;
        font-size: 14px
    }

    .header-menu .menu-item > a.menu-home {
        line-height: normal
    }

    .header-menu .menu-item > a:hover {
        letter-spacing: .025rem;
        line-height: 36px;
        font-size: 16px;
        color: #fff !important;
        text-decoration: none
    }

    .header-menu .menu-item > a:hover.menu-home {
        line-height: normal
    }

    .header-menu .menu-item.is-selected, .header-menu .menu-item:hover {
        color: #fff
    }

    .header-menu .menu-item .menu-item-featured {
        background-color: #ff6c00;
        color: #fff;
        transition: all .15s
    }

    .header-menu .menu-item .menu-item-featured:hover {
        background-color: #ff7917
    }

    .header-menu .menu-item-link.menu-item-image {
        display: block;
        width: 175px;
        min-height: 26px
    }

    .header-menu .menu-item-link.menu-item-image img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11
    }

    .header-menu .menu-item.is-selected .menu-item-link {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .header-menu .menu-item:first-child > a {
        padding-left: 3px
    }

    .header-menu .menu-item:last-child {
        text-align: right
    }

    .header-menu .menu-item:last-child > a {
        padding-right: 3px
    }

    .header-menu .menu-item-link {
        display: inline-block;
        position: relative;
        text-align: center;
        padding: 0 15px;
        white-space: nowrap
    }

    .header-menu .menu-item-link.highlight {
        padding-left: 6px;
        padding-right: 6px;
        color: #fff;
        background-color: #ff6c00
    }

    .nproduct-info .loucas-posts-by-product {
        margin-top: 20px
    }

    .loucas-summary-posts .loucas-summary {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 3 - 20px)
    }

    .loucas-summary-posts .loucas-summary:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0
    }

    .loucas-summary-posts .loucas-summary:last-child {
        margin-right: 0
    }

    .loucas-summary-posts .loucas-summary:nth-child(3n) {
        margin-right: 0;
        margin-left: auto
    }

    .loucas-summary-expert-picture {
        width: 30px;
        height: 30px
    }

    .page-special_page .banner-cards {
        margin: 0
    }

    .page-special_page .banner-cards + .container-padding {
        margin-top: 25px
    }
}

@media only screen and (min-width: 520px) {
    .page-search .container-aside {
        margin-top: 20px
    }

    .col-4, .col-5 {
        width: calc(99.9% * 2 / 4 - 15px)
    }

    .col-4:nth-child(1n), .col-5:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-4:last-child, .col-5:last-child {
        margin-right: 0
    }

    .col-4:nth-child(2n), .col-5:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .col-4:nth-child(odd), .col-5:nth-child(odd) {
        clear: both
    }

    .col-6 {
        width: calc(99.9% * 3 / 6 - 15px)
    }

    .col-6:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .col-6:last-child {
        margin-right: 0
    }

    .col-6:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .col-6:nth-child(3n+1) {
        clear: both
    }

    .footer-row {
        margin: 0 0 20px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-row:first-child {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 20px
    }

    .footer-simple-menu {
        display: none
    }

    .spaced-cards .js-carousel-spaced-cards {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .spaced-cards img {
        float: none
    }

    .showcase-list .showcase-gondola .showcase-item, .showcase-list.showcase-gondola .showcase-item {
        border-bottom: 1px solid #efefef;
        margin-bottom: 20px
    }

    .showcase-list .showcase-gondola .showcase-item:not(:first-child), .showcase-list.showcase-gondola .showcase-item:not(:first-child) {
        margin-top: 30px
    }

    .showcase-list .showcase-item-bullets, .showcase-list .showcase-item-image {
        width: 220px;
        margin-right: 20px
    }

    .showcase-list .showcase-item-col-text {
        display: table-cell;
        width: 50%;
        padding-right: 15px;
        vertical-align: top
    }

    .showcase-list .showcase-item-col-text .showcase-item-description {
        display: block
    }

    .showcase-list .showcase-item-buy {
        position: relative;
        opacity: 1;
        padding: 5px 0
    }

    .showcase-list .showcase-item-col-call {
        display: table-cell;
        vertical-align: top
    }

    .showcase-list .showcase-item-col-call .showcase-item-description {
        display: none
    }

    .showcase-brand-column {
        width: calc(99.9% * 1 / 2 - 15px);
        margin-bottom: 20px
    }

    .showcase-brand-column:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .showcase-brand-column:last-child {
        margin-right: 0
    }

    .showcase-brand-column:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .showcase-brand-column:nth-child(odd) {
        clear: both
    }

    .showcase-brand-column .section-title {
        display: none
    }

    .brands-forehead {
        box-shadow: 0 1px 2px 0 #efefef;
        border: 1px solid #efefef;
        border-radius: 3px;
        padding: 25px;
        margin: 0 0 20px;
        min-height: 120px
    }

    .brands-index {
        font-size: 1.125rem
    }

    .brands-forehead .brands-index {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px
    }

    .brands-index.brands-index-mobile {
        display: none
    }

    .brands-index-item {
        display: inline
    }

    .brands-index-link {
        display: inline-block;
        padding: 5px 0
    }
}

@media only screen and (max-width: 1219px) {
    .container-padding {
        padding-left: 10px;
        padding-right: 10px
    }

    .container-padding-top {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .banner-categories .container-padding {
        padding-left: 15px;
        padding-right: 15px
    }

    .swipe-cards-inner {
        overflow: auto
    }
}

@media only screen and (max-width: 991px) {
    .desktop {
        display: none
    }

    .mobile-md {
        display: block
    }

    .app-label {
        margin: 5px 0
    }

    .app-btns {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }

    .app-btns a {
        margin: 0 2px;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .app-btns a img {
        width: 100%;
        border-radius: 5px
    }

    .footer-security {
        padding: 0 20px
    }

    .nav-landing-items {
        min-width: 370px
    }

    .header-account-item {
        line-height: 1.3125rem
    }

    .with-content .banner-image-block {
        width: 63%
    }

    .with-content .banner-image-block img {
        width: 100% !important
    }

    .billboard-small .with-content .banner-image-block {
        width: 62%
    }

    .banner-billboard-title {
        font-size: 1.4375rem;
        margin-bottom: 10px
    }

    .banner-billboard-description {
        line-height: 1.15
    }

    .brands-group {
        padding: 0 5px
    }

    .rich-media-related-header {
        display: table;
        width: 100%
    }

    .breadcrumb {
        text-align: center
    }

    .category-header {
        text-align: center
    }
}

@media only screen and (max-width: 419px) {
    .visible-xxs {
        display: block !important
    }

    .hidden-xxs {
        display: none !important
    }
}

@media only screen and (min-width: 992px) {
    .app-btns a {
        width: 135px
    }

    .app-links {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }

    .app-btns {
        margin-left: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .nav-landing {
        min-height: 95px;
        position: fixed
    }

    .landing-logo {
        display: inline-block;
        border: none;
        vertical-align: bottom
    }

    .nav-landing-wrapper {
        width: auto;
        overflow-x: initial;
        float: right
    }

    .nav-landing-items {
        float: right
    }

    .nav-landing-items .menu-item a, .nav-landing-items .menu-item span {
        line-height: 5.9375rem
    }

    .nav-landing-items .menu-item {
        padding: 0 7px 0 4px
    }

    .nav-landing-items .menu-item:not(:last-of-type) {
        margin: 0 5px
    }

    .sub-menu {
        position: absolute;
        padding: 0;
        top: 100%
    }

    .sub-menu a {
        display: block;
        position: relative;
        z-index: 1;
        font-size: .8125rem;
        font-weight: 700;
        text-transform: uppercase;
        color: inherit
    }

    .header-search-wrapper {
        max-width: 562px;
        width: 48%
    }

    .is-tablet .header-search-wrapper {
        max-width: 350px
    }

    .is-tablet .header-search-wrapper .fake-search-button {
        line-height: 1em
    }

    .footer-newsletter {
        max-width: 45%
    }

    .owl-carousel .js-carousel-3, .owl-carousel .js-carousel-4, .owl-carousel .js-carousel-5 {
        max-height: 490px;
        overflow: hidden
    }

    .page-brand .template-header img:not(.template-image-only) {
        max-width: 365px !important
    }

    .page-attribute .template-header img:not(.template-image-only), .page-brand_department .template-header img:not(.template-image-only), .page-department .template-header img:not(.template-image-only) {
        max-width: 415px !important
    }

    .account-box-internal {
        padding: 20px
    }

    .account-box-internal:after, .account-box-internal:before {
        content: "";
        display: table
    }

    .account-box-internal:after {
        clear: both
    }

    .account-box-footer {
        padding: 20px 0;
        margin: 0 20px
    }

    .account-box-footer .account-box-footer-discount {
        margin: 10px 0 0;
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .account-box-footer .account-box-footer-discount:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .account-box-footer .account-box-footer-discount:last-child {
        margin-right: 0
    }

    .account-box-footer .account-box-footer-discount:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .account-box-footer .account-box-footer-discount:nth-child(odd) {
        clear: both
    }

    .account-box-footer .account-box-footer-action {
        width: calc(99.9% * 1 / 2 - 15px)
    }

    .account-box-footer .account-box-footer-action:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .account-box-footer .account-box-footer-action:last-child {
        margin-right: 0
    }

    .account-box-footer .account-box-footer-action:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .account-box-footer .account-box-footer-action:nth-child(odd) {
        clear: both
    }

    .account-modal .modal-header {
        padding: 15px 0
    }

    .account-modal .modal-close {
        right: 15px
    }

    .account-modal .modal-body {
        padding: 15px 50px
    }

    .account-modal .modal-title {
        padding: 0 50px;
        font-size: 1.375rem
    }

    .account-modal .modal-footer {
        padding: 15px 50px
    }

    .brands-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 5 - 8px)
    }

    .brands-item:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0
    }

    .brands-item:last-child {
        margin-right: 0
    }

    .brands-item:nth-child(5n) {
        margin-right: 0;
        margin-left: auto
    }

    .section-billboard, .section-billboard .section-space {
        margin: 0;
        width: 100%;
        max-width: none
    }

    .loucas-summary-posts .loucas-summary {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 5 - 24px)
    }

    .loucas-summary-posts .loucas-summary:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0
    }

    .loucas-summary-posts .loucas-summary:last-child {
        margin-right: 0
    }

    .loucas-summary-posts .loucas-summary:nth-child(5n) {
        margin-right: 0;
        margin-left: auto
    }

    .loucas-summary-posts .loucas-summary:last-child {
        display: none
    }

    .loucas-summary-title {
        font-size: 1rem
    }

    .loucas-posts-by-product .box-section-subtitle {
        margin-top: -10px
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1220px
    }

    .facebook-blz {
        display: inline-block;
        margin: 0 10px;
        vertical-align: top
    }

    .facebook-blz a {
        display: block
    }

    .footer-social .footer-title.footer-title-fb {
        text-align: left
    }

    .header-logo-wrapper {
        width: 165px
    }

    .footer-newsletter-button-group, .footer-newsletter-input-group {
        display: inline-block;
        width: calc(50% - 5px)
    }
}

@media only screen and (max-width: 1199px) {
    .facebook-blz {
        display: none
    }
}

@media only screen and (max-width: 519px) {
    .footer-row {
        display: block
    }

    .footer-social {
        margin-top: 20px
    }

    .footer-nav {
        margin-bottom: 37px;
        text-align: center
    }

    .footer-newsletter {
        margin-bottom: 32px
    }

    .footer-nav a:not(.btn), .footer-nav a:not(.underline), .footer-nav li, .footer-nav strong {
        margin: 10px 0
    }

    .footer-copyright .footer-text:not(.last) {
        display: none
    }

    .header-account-menu {
        width: 150px;
        left: auto;
        right: 0
    }

    .header-account-item {
        display: none
    }

    .header-security img {
        width: 100%
    }

    .header-account-username {
        padding: 0;
        float: left;
        text-align: left
    }

    .header-navigation {
        background: #fff;
        height: 170px;
        max-height: 170px
    }

    .header-search-button {
        margin-right: 15px
    }

    .header-item-account {
        display: none
    }

    .tt-menu {
        left: 0 !important
    }

    .tt-dataset, .tt-menu {
        width: 100%
    }

    .tt-backdrop {
        display: none
    }

    .spaced-cards {
        margin-top: 15px
    }

    .spaced-cards .js-carousel-spaced-cards {
        transition: all .1s linear;
        opacity: 0
    }

    .spaced-cards .owl-loaded {
        opacity: 1
    }

    .spaced-cards .carousel-dots {
        display: none
    }

    .btn-block-xs {
        display: block
    }

    .hero-title {
        font-size: 1.5rem
    }

    .hero-subtitle {
        font-size: 1rem
    }

    .hero-subtitle span {
        font-size: .875rem
    }

    .feedback-blind .feedback-blind-bar, .feedback-blind .feedback-blind-bar-guide {
        position: fixed
    }

    .container-content .row-flexbox .showcase-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 2 - 7.5px)
    }

    .container-content .row-flexbox .showcase-item:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0
    }

    .container-content .row-flexbox .showcase-item:last-child {
        margin-right: 0
    }

    .container-content .row-flexbox .showcase-item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }

    .showcase-list .showcase-item-image {
        text-align: center
    }

    .showcase-list .showcase-item-description {
        padding-right: 5px
    }

    .billboard .swipe-wrap {
        height: 0;
        padding-bottom: 56.8%
    }

    .billboard .swipe-wrap.swipe-slide-item-background {
        padding-bottom: calc(56.8% + 30px)
    }

    .swipe-wrap > .swipe-slide-item img {
        display: block;
        width: 100%
    }

    .brands-forehead {
        margin: 0 45px 10px 10px
    }

    .brands-index {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        width: 35px;
        border-radius: 3px 0 0 3px;
        box-shadow: 0 1px 2px 0 #efefef;
        border: 1px solid #eee
    }

    .brands-forehead .brands-index {
        display: none
    }

    .brands-index.brands-index-mobile {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 75vh;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        min-height: 500px
    }

    .brands-index-item {
        text-align: center;
        padding: 0
    }

    .brands-list {
        margin: 10px 40px 10px 5px
    }

    .brands-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 2 - 5px)
    }

    .brands-item:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0
    }

    .brands-item:last-child {
        margin-right: 0
    }

    .brands-item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }

    .expert-item-column {
        width: calc(99.9% * 1 / 2 - 5px)
    }

    .expert-item-column:nth-child(1n) {
        float: left;
        margin-right: 10px;
        clear: none
    }

    .expert-item-column:last-child {
        margin-right: 0
    }

    .expert-item-column:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .expert-item-column:nth-child(odd) {
        clear: both
    }

    .expert-item-column:last-child {
        display: none
    }

    .institutional-image {
        width: 100%;
        height: auto
    }

    .physical-store-title {
        font-size: 1.375rem
    }

    .rich-media .related-item, .rich-media-related .related-item {
        width: 100%;
        padding-left: 0
    }

    .rich-media .image, .rich-media-related .image {
        width: auto
    }

    .section-space {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media only screen {
    .footer-newsletter {
        min-height: 91px
    }
}

@media only screen and (min-width: 1220px) {
    .billboard-small .with-content .banner-image-block {
        height: 351px;
        max-width: 464px
    }

    .billboard-small .section-space {
        margin: 0
    }

    .banner-billboard-block {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px
    }

    .banner-billboard {
        height: 351px
    }

    .billboard-small-gutter {
        margin-bottom: 20px
    }

    .no-brands-space {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 344px) {
    .input-eye {
        left: 275px
    }
}

@media only screen and (min-width: 520px) and (max-width: 768px) {
    .cards .card-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 2 - 5px)
    }

    .cards .card-item:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0
    }

    .cards .card-item:last-child {
        margin-right: 0
    }

    .cards .card-item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }

    .product-share {
        margin: 15px 0
    }
}

@media only screen and (max-width: 639px) {
    .is-mobile .banner-leaderboard {
        height: 0;
        position: relative;
        padding-bottom: 12.1%
    }

    .is-mobile .banner-leaderboard .banner-leaderboard-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

@media only screen and (min-width: 769px) and (max-width: 519px) {
    .brands-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 3 - 6.666666666666666px)
    }

    .brands-item:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0
    }

    .brands-item:last-child {
        margin-right: 0
    }

    .brands-item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .physical-store-title {
        font-size: 2rem
    }

    .header-account {
        padding-right: 13px
    }

    .header-search-wrapper {
        max-width: 362px
    }
}

@media (min-resolution: 2dppx),(min-resolution: 192dpi) {
    .clock, .spr-bag-white, .spr-carousel-left, .spr-carousel-right, .spr-facebook, .spr-instagram, .spr-pinterest, .spr-search, .spr-search-white, .spr-twitter, .spr-youtube, .spr-zoom {
        background-image: url(https://cdn-assets.n49shop.com.br/theme/includes/layouts/images/cpsprite.png);
        background-size: 129px 104px
    }
}

@media screen and (max-width: 425px) {
    .zoomContainer {
        display: none
    }
}

.sharList a {
    margin-right: 10px
}

body {
    position: relative
}

.header.cp-header9 {
    z-index: 99
}

.overlay-menu-hover {
    z-index: 9;
    display: none;
    opacity: .3;
    background-color: #000
}

.header-middle.container.container-padding, .header.cp-header9 {
    background-color: #fff;
    z-index: 100
}

.footer.cp-footer10 {
    z-index: 10
}

.overlay-menu-hover {
    position: absolute;
    width: 100%;
    height: 100%
}

.listSubmenu li {
    display: inline-block;
    margin: 15px 20px;
    width: 15% !important;
    vertical-align: top
}

div .showcase-item-buy .indisponivel {
    background-color: #ff1c1c !important
}

.btn.btn-primary.btn-block.btn-checkout.bg_color2 {
    color: #fff !important
}

body div .cp-banner2cols.component-3 {
    width: 354px
}

body div .cp-banner2cols {
    margin: 0
}

.area-mosaico {
    display: inline-block;
    width: 100%;
    text-align: center
}

.price-avista {
    font-weight: 700;
    font-size: 18px;
    color: #1d3e69;
    display: inline-block;
    width: 100%;
    margin-top: 5px
}

.price-avista-det {
    margin-top: 15px
}

.avista {
    font-size: 11px;
    color: #333
}

body .header-menu .menu-item a, body .header-menu .menu-item a:hover {
    font-size: 13px !important;
    font-weight: 700
}

body .showcase-item-name a {
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden
}

body .showcase-item-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px !important;
    text-align: center;
    text-transform: uppercase;
    min-height: auto;
    height: 51px
}

.showcase.showcase-gondola.row-flexbox .cp-itemprodutos11 {
    min-height: 456px !important
}

.container-content .row-flexbox .showcase-item:nth-child(4n) {
    margin-left: 0 !important
}

@media only screen and (max-width: 1024px) {
    body div .cp-banner2cols {
        width: 670px
    }

    body div .cp-banner2cols.component-3 {
        width: 334px
    }
}

@media only screen and (max-width: 1000px) {
    body .header-menu-button.nav-hamburguer {
        display: inline-block;
        position: absolute;
        width: 31px;
        z-index: 1000;
        height: 31px
    }

    .header-search-wrapper {
        width: 100%;
        max-width: 100%;
        clear: both
    }

    .cp-header9 .header-logo-wrapper {
        margin-right: 0
    }

    .header-logo-wrapper {
        height: auto;
        text-align: left;
        position: relative;
        min-height: 50px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        justify-content: inherit
    }

    .header-middle.container.container-padding {
        display: block !important
    }

    body .header-account {
        display: contents !important
    }

    .header-menu.header-menu-desk.js-menu-mobile.clearfix.bg_color1.bg_cor_padrao_2 {
        display: none !important
    }

    .header-middle {
        padding-bottom: 14px;
        padding-top: 16px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .header-shopping-wrapper {
        height: 55%
    }

    .slideshow-full.slideshowFull.hidden-xs.swiper-container-initialized.swiper-container-horizontal {
        display: none !important
    }

    body .cp-banner2cols.component-3 {
        width: 88% !important;
        margin-left: 0
    }

    body .cp-banner2cols.component-3 .cellBanner {
        width: 49% !important;
        max-width: 100%;
        display: inline-block;
        margin: 0 0 28px;
        padding-left: 15px
    }

    div .pagination-wrapper-header .filter-order {
        width: 49.5%
    }

    body .filter-order.filter-button-mobile.is-mobile.filtros-button {
        float: right !important
    }

    .container .container-content.container-template {
        width: 100% !important
    }

    div .pagination-wrapper-header .filter-order .filter-order-text {
        display: none
    }

    .pagination-wrapper .filter-order .form-select {
        border: 0
    }

    .pagination-wrapper {
        border: 1px solid #ddd
    }

    .is-mobile, .pagination-wrapper .filter-order.is-mobile {
        display: block
    }

    body .filter-order .form-select.form-select-xs {
        width: 100% !important
    }

    body .pagination-wrapper.pagination-wrapper-header {
        display: flex !important
    }

    body .pagination-wrapper-header {
        display: inline-block;
        text-align: right;
        width: 100%;
        padding: 0;
        background: #fff
    }

    .filter-order.filter-button-mobile a {
        display: inline-block;
        width: 100%;
        text-align: center;
        background: #fff;
        border-left: 1px solid #ddd;
        padding: 9px
    }

    .pagination-wrapper {
        background-color: transparent
    }

    .cp-itemprodutos11 {
        margin-bottom: 15px;
        display: inline-block;
        min-height: 315px
    }
}

.bg_color1, div .pagination-v1 > li > a, div .pagination-v1 > li > span {
    background-color: #1d3e69 !important
}

.color1, .section-title, .title-page, body .category-page-title {
    color: #1d3e69 !important
}

body .iconBag path {
    fill: #1d3e69
}

body .btn-outline-secondary, body .btn-outline-secondary.active, body .btn-outline-secondary.focus, body .btn-outline-secondary:active, body .btn-outline-secondary:focus, body .btn-outline-secondary:hover {
    color: #1d3e69;
    border-color: #1d3e69 !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), inset 0 -1px 0 0 #1d3e69
}

.pagination-v1 > li > a, .pagination-v1 > li > span {
    border-color: #1d3e69
}

.bg_color2, .modal-aviseme .modal-footer .aviseme-btn-salvar, .modal-aviseme .modal-header .close, .n49filter .box .block .content-list li label input[type=checkbox]:checked:after, .n49filter .box .block .content-list li label input[type=radio]:checked:after, div .pagination-v1 > li > a.active, div .pagination-v1 > li > a:focus, div .pagination-v1 > li > a:hover, div .pagination-v1 > li > span:focus, div .pagination-v1 > li > span:hover {
    background-color: #1d3e69 !important
}

.bg_hover2:hover, .selected_bg_color2 {
    background-color: #1d3e69 !important;
    border-color: #1d3e69 !important;
    color: #fff !important
}

.border_color2, div .pagination-v1 > li > a.active, div .pagination-v1 > li > a:focus, div .pagination-v1 > li > a:hover, div .pagination-v1 > li > span:focus, div .pagination-v1 > li > span:hover {
    border-color: #1d3e69 !important
}

.color2, .header-menu .menu-item.is-selected, .products-cart .item .dados-item .title-item, .section-see-more, .see-more, .see-more-description-link, .showcase-see-more, body .lk-avaliar, body .wishlistArea .lk-addwishlist {
    color: #1d3e69 !important
}

input.color2::-webkit-input-placeholder {
    color: #1d3e69 !important
}

input.color2:-moz-placeholder {
    color: #1d3e69 !important
}

input.color2::-moz-placeholder {
    color: #1d3e69 !important
}

input.color2:-ms-input-placeholder {
    color: #1d3e69 !important
}

body .category-page-title, body .filter-checkbox.filter-checkbox-checked::before, body a:focus, body a:hover, h1, header i {
    color: #1d3e69
}

body .header-arrow-down {
    border-top-color: #1d3e69
}

body .menu-home svg path {
    stroke: #1d3e69
}

body .filter-checkbox.filter-checkbox-checked, body .filter-item:hover .filter-checkbox, body .paginationArea .btnMoreProducts {
    color: #1d3e69;
    border-color: #1d3e69
}

body .form-control.typeahead:focus {
    border-color: #1d3e69 !important
}

body .paginationArea .btnMoreProducts:hover {
    background-color: #1d3e69
}

body .btn_buy {
    background-color: #39b54a !important;
    color: #fff !important
}

body .btn_buy svg path {
    fill: #fff !important
}

body .content_color {
    color: #383838 !important
}

@media only screen and (min-width: 769px) {
    .header-menu .menu-item {
        margin: 0 10px
    }

    .cp-itemprodutos11:hover .wrapper-showcase {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 768px) {
    body .cp-banner2cols.component-3 {
        width: 100% !important;
        margin-left: 0
    }

    body .cp-banner2cols.component-3 .cellBanner {
        width: 100% !important;
        max-width: 100%;
        display: inline-block;
        margin: 0 0 28px;
        padding-left: 15px
    }

    body .showcase-item-name {
        font-weight: 700;
        font-size: 18px;
        line-height: 18px !important;
        text-align: center;
        text-transform: uppercase;
        min-height: auto;
        height: 51px
    }
}

body .variacao-value {
    display: inline-block
}

body .showcase-item .product-buy body .btn {
    padding-top: 0
}

body .cp-itemprodutos7 .showcase-item-col-call .product-buy .btn {
    background-color: #009329 !important
}

body .cp-itemprodutos7 .showcase-item-name {
    min-height: 49px;
    line-height: 27px
}

body .opcoes .radio {
    border-color: #000
}

body .cp-itemprodutos11 .wrapper-showcase {
    min-height: 590px
}

body .cp-comentariosloja2colunas .item {
    text-align: center
}

body .cp-preview1 .buyButtonArea {
    display: inline-block;
    width: 55%
}

body .slideVitrine .wrapper-showcase {
    min-height: 650px
}

body .component-4 .slideVitrine .wrapper-showcase {
    min-height: 693px
}

body .listSubmenuSubitens li a {
    font-weight: 400 !important
}

.av-info, .av-sucesso, body .av-alerta {
    background-color: #378dcc !important
}

body .variacoes.information {
    padding-top: 0;
    margin-top: 0
}

body .on_wishlist svg path {
    fill: #1d3e69
}

body .lista-de-avaliacoes .apr-avaliacao .right .like-avaliation span {
    color: #000 !important;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    display: flex
}

body .lista-de-avaliacoes .apr-avaliacao .right .like-avaliation {
    width: 225px;
    height: 40px;
    background-color: #e9e9e9 !important;
    border-radius: 20px
}

body .review_list_author {
    width: 200px
}

body .information ul li img {
    width: auto
}

body .cp-banner2cols {
    display: inline-block;
    width: 714px;
    margin: 0 0 0 12%;
    vertical-align: top
}

body .variacoes.information {
    position: relative;
    left: 13px
}

body .optionChoice.form-control {
    width: 242 !important
}

body .box-option.option.bloco-infos.form-group {
    padding-left: 23px
}

body .spr.spr-carousel-left.variacoes {
    background-image: url(catalog/view/theme/subsub/assets/img/_-3.png);
    width: 11px;
    height: 13px;
    left: 2px
}

body .spr.spr-carousel-right.variacoes {
    background-image: url(catalog/view/theme/subsub/assets/img/_.png);
    width: 11px;
    height: 13px;
    background-position: -55px 0 !important;
    right: 2px
}

body .variacao-value {
    margin-right: 5px
}

body .spr.spr-carousel-left {
    z-index: 1000
}

body .variacao-value {
    border: 1px solid #979797
}

body .col-sm-7.div-input-news input, body .col-sm-7.div-input-news input:active {
    color: #fff !important
}

body .d-flex.img-footer-1.pt-2 .pull-right {
    width: 100%
}

body .d-flex.img-footer-1.pt-2 .pull-right img {
    width: 45px;
    height: auto
}

body .cart-summary-quantity {
    font-weight: 400;
    width: 14px;
    height: 14px;
    font-size: 9px;
    top: 0;
    line-height: 13px;
    right: -14px
}

body .linkToCopy {
    display: none !important
}

body .contato .btn-submit {
    background-color: #1d3e69;
    border-color: #1d3e69
}

body #column-left {
    width: 21%;
    float: left
}

body .barra-informacoes {
    display: flex;
    width: 100%;
    margin: 0 0 10px 0;
    height: 55px;
    background: #ebebeb;
    line-height: 55px
}

body .barra-informacoes ul {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: space-around
}

body .barra-informacoes ul li {
    position: relative;
    float: none;
    display: inline-block
}

body .barra-informacoes ul li {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

body .barra-informacoes ul li {
    text-transform: uppercase;
    color: #1d3e69;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    font-size: 13px;
    font-weight: 700
}

body .barra-informacoes ul li.text span.small {
    font-size: 10px;
    text-transform: none;
    line-height: 120%;
    font-weight: 400
}

body .barra-informacoes .col-bar {
    display: inline-block;
    vertical-align: middle
}

body .barra-informacoes h3, body .barra-informacoes h4 {
    font-size: 13px;
    font-weight: 700;
    color: #1d3e69;
    text-transform: uppercase
}

body .form-control {
    border-radius: 0
}

body .lista-de-avaliacoes .apr-avaliacao .right .like-avaliation, body .lista-de-avaliacoes .apr-avaliacao .right .like-avaliation:hover {
    background: #1d3e69
}

body .lista-de-avaliacoes .apr-avaliacao .right .like-avaliation, body .lista-de-avaliacoes .apr-avaliacao .right .like-avaliation b {
    color: #000
}

body .lista-de-avaliacoes .apr-avaliacao {
    border-bottom: 1px solid #ededed
}

body .buyButtonArea .buyButton {
    border-radius: 0
}

body .page-products .colSection {
    border-top: 1px solid #ededed;
    padding-top: 15px;
    margin-bottom: 0
}

body .optionsArea {
    text-align: left;
    padding: 0 35px
}

body .optionsArea .product-option {
    font-size: 20px;
    font-weight: 700;
    color: #1d3e69
}

body .img-categoria {
    margin-bottom: 18px
}

body .quantityArea p {
    color: #1d3e69
}

body .avaliacoes .avaliation-footer-middle .btn-enviar {
    background: #1d3e69
}

body .avaliacoes .form-control {
    border-color: #000
}

body .buyArea .nprodct-price .nproduct-price-value .item-discount {
    border-radius: 0
}

body .pagination-wrapper .pagination-grid {
    display: none
}

body .cp-banner2cols .row {
    margin: 0
}

body .pagination-wrapper {
    margin: 0;
    border-radius: 0
}

body .cp-banner2cols img {
    transition: .3s
}

body .cp-banner2cols img:hover {
    box-shadow: 0 1px 15px 1px #888
}

body .cp-banner2cols .container {
    padding: 0
}

body .cp-banner2cols.component-3 {
    width: 33%;
    margin-left: 0
}

body .cp-banner2cols.component-3 .row {
    display: inline-block
}

body .cp-banner2cols.cellBanner {
    margin: 0
}

body .cp-banner2cols.component-3 .cellBanner {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    margin: 0 0 28px;
    padding-left: 15px
}

body .cp-produtosdestaque4col.component-4 {
    background: #1d3e69;
    padding: 15px 0 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

body .cp-produtosdestaque4col.component-4 .section-title {
    color: #fff !important
}

body .cp-filtroslistagem2.n49filter .box.box-current {
    border-width: 2px
}

body .showcase-item-rating .review-quantity {
    font-size: 12px
}

body .cp-filtroslistagem2 .selectedArea .btClearFilters {
    color: #383838 !important
}

body .bannerTopo {
    margin-top: -2px;
    margin-bottom: 0
}

body .product-carousel.most-sold .title {
    color: #000 !important;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase
}

body .nproduct-breadcrumb {
    box-shadow: none
}

body .opcoes .radio.active, body .opcoes .radio:hover {
    background: #000
}

body .cp-itemprodutos7.showcase-item .showcase-item-description {
    overflow: hidden;
    max-height: 48px;
    text-align: center
}

body .discount-bullet {
    top: 15px
}

body .item-price {
    text-align: center
}

body .n49filter .box .block .content-list li .badge {
    border: none !important;
    background: 0 0;
    color: #979797;
    font-size: 13px;
    font-weight: 400
}

body .cp-footer5 .bg-white {
    top: -10px
}

body .btn_buy.bg-bloqueado {
    background-color: #f02f2f !important
}

body .buyButtonArea .buyButton i {
    top: 9px
}

body .swipe-cards-spaced .swipe-cards-item:not(:last-child) {
    margin-right: 15px
}

body .container .container-aside.aside-template {
    margin-right: 0 !important
}

body div .pagination-v1 li a.active, body div .pagination-v1 li a:focus, body div .pagination-v1 li a:hover, body div .pagination-v1 li span:focus, body div .pagination-v1 li span:hover {
    border-color: #333 !important;
    background-color: #333 !important
}

body .showcase-item-buy {
    text-align: center;
    bottom: 20px
}

body .cp-itemprodutos7 .opcoes-card, body .fixedFilter, body .showcase-see-more span {
    display: none
}

body .showcase-see-more {
    text-align: center
}

body .page-products .colSection {
    border-top: 1px solid #ededed;
    padding-top: 15px
}

body .buyArea {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

body .cp-itemprodutos7 .rating-area .review-quantity, body .cp-itemprodutos7.showcase-item .item-description-buy-area .showcase-item-buy a.ver-mais {
    display: none
}

body .oldPrice {
    display: inline-block;
    vertical-align: center
}

body .buyArea .nprodct-price .nproduct-price-value {
    color: #1d3e69;
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle
}

body.filtros-on .n49filter {
    z-index: 4001
}

body .item-price-max {
    font-size: 14px;
    color: #454545
}

body .cp-itemprodutos7 .showcase-item-col-call .product-buy .btn.btn-notifyme {
    background-color: #f02f2f !important
}

body .cp-itemprodutos7 .area-labels .label-lancamento {
    border-color: #c9031a;
    color: #c9031a
}

.cp-footer5 .container .footer-subtitle, body .cp-footer5 .container .footer-title {
    color: #c9031a
}

body .cp-footer5 .container .div-social-icons .footer-subtitle {
    color: #fff
}

body .section-header {
    margin-top: 10px
}

body .iconBag path {
    fill: #282828
}

body .menu-home svg path {
    stroke: #fff
}

body .cp-postsinstagram1 .title:before {
    width: 50px;
    height: 45px
}

body .cp-postsinstagram1 .title {
    text-transform: lowercase;
    color: #c9031a
}

body .buyButtonArea .buyButton {
    text-transform: uppercase
}

body .wishlistArea {
    width: 100%;
    text-align: center
}

body .wishlistArea .lk-addwishlist {
    color: #1d3e69 !important
}

body .showcase-item-name:before {
    color: #fff !important
}

body .item-discount {
    background-color: #c9031a
}

body .breadcrumb-item {
    color: #383838
}

body .page-products .breadcrumb-item, body .page-products .breadcrumb-item:last-child {
    color: #717171;
    font-weight: 400
}

body .light-background {
    background-color: #fff
}

body .descriptionTitle, body .nproduct-info label {
    color: #000
}

body .formShipping .btnShipping.bg_color2 {
    background-color: #000 !important;
    color: #fff
}

body .optionsArea .listOptions li .option.selected, body .optionsArea .listOptions li .option:hover {
    background-color: #c9031a;
    border-color: #c9031a
}

body .optionsArea .listOptions li .option {
    color: #c9031a
}

body .category-page-title {
    text-transform: capitalize;
    font-size: 24px;
    margin-left: 0;
    color: #000 !important;
    margin-bottom: 0
}

body .cp-itemprodutos7 .free-shipping-info {
    display: none
}

body .faca-avaliacao {
    border: 1px solid #363435;
    width: 225px;
    height: 37px;
    line-height: 2;
    padding: 4px 38px;
    border-radius: 5px;
    font-weight: 700
}

@media only screen and (max-width: 1024px) {
    body .barra-informacoes {
        line-height: 0
    }

    body .barra-informacoes ul li.text span.first {
        font-size: 10px
    }

    body .primeiro {
        width: 34%
    }

    body .header-account-item.corporate-link {
        display: none
    }

    body .header-account-item.header-item-order {
        display: none
    }

    body .cp-banner2cols {
        display: inline-block;
        width: 682px;
        margin: 0
    }

    body .cp-footer10 .inputnews {
        width: 193px
    }

    body .cp-footer10 .btn-footer {
        float: right
    }

    body .header-menu .menu-item {
        margin: 0 4px
    }

    body .header-menu-button.nav-hamburguer {
        display: inline-block;
        position: absolute;
        width: 31px;
        height: 31px;
        bottom: 54px;
        left: 10px;
        z-index: 10000000000000000000000000
    }

    body .mm-menu.mm-offcanvas.mm-opened {
        display: block !important
    }

    body .header-logo {
        margin-left: -15px
    }
}

@media only screen and (min-width: 1025px) {
    body .cp-produtosdestaque4col.component-4 {
        min-height: 693px
    }

    body .box-option.option.bloco-infos.form-group {
        margin-bottom: 24px
    }

    body .btn-guia-medidas {
        margin-top: 0
    }

    body .quantityArea.quantidade p {
        margin-bottom: 0
    }

    body .col-sm-12.desenvolvido {
        padding: 0
    }

    body .col-sm-6.gestao {
        display: none
    }

    body .cp-footer10 .myBtn {
        display: block;
        position: absolute;
        bottom: 54px;
        right: 0;
        z-index: 4000;
        border: none;
        outline: 0;
        background-color: #f2f4f8 !important;
        color: #005629;
        font-weight: 900;
        cursor: pointer;
        padding: 18px 7px 6px;
        border-radius: 25px;
        text-transform: uppercase;
        font-size: 13px
    }

    body .color2 {
        color: #000 !important
    }

    body .cp-footer10 .myBtn .fa-sort-up {
        background-color: #000 !important
    }

    body .cp-preview1 .buyButtonArea {
        margin-left: 17%
    }

    body .page-products .breadcrumb {
        margin-top: 19px
    }

    body .cp-productinfos3 .buyButtonArea .buyButton {
        text-transform: none
    }

    body .item-price-max {
        padding-right: 2px
    }

    body .header-menu .main-menu {
        text-align: center
    }
}

body .shareArea.shared label {
    color: #282828
}

body .showcase-item-name {
    margin-bottom: 2px
}

body .rate-star-full {
    color: #c9031a
}

body .item-discount {
    font-weight: 400
}

@media only screen and (max-width: 769px) {
    body .header-account {
        display: contents
    }

    body .header-account-item.header-item-order {
        display: none
    }

    body .header-account-item.corporate-link {
        display: none
    }

    body .slideshow-full-mobile.slideshowFull {
        overflow: hidden
    }

    body .cp-banner2cols {
        margin: 0 0 0;
        margin-top: 10px
    }

    body .cp-banner2cols.component-2 .cellBanner.col-sm-6 {
        text-align: center;
        padding: 0
    }

    body .cp-banner2cols.component-2 {
        width: 100%
    }

    body .cp-banner2cols.component-3 .row {
        display: flex
    }

    body .cp-banner2cols.component-3 .cellBanner {
        width: 50%;
        padding: 0;
        text-align: center
    }

    body .cp-banner2cols.component-3 {
        width: 100%
    }

    body .cp-footer10 .col-sm-7.div-input-news {
        padding: 0
    }

    body .cp-footer10 .inputnews.newsletter-input.newsletter-input-name {
        width: 35%
    }

    body .cp-footer10 .inputnews {
        width: 35%
    }

    body .btn.btn-footer {
        margin: 0
    }

    body .cp-footer10 .col-sm-7.div-input-news {
        margin-top: 30px
    }

    body .cp-footer10 .column-lk3 {
        margin-top: 0
    }

    .column-links.column-lk1, .column-links.column-lk2, body .column-links.column-lk3 {
        padding: 0;
        margin-left: 15px
    }

    body .cp-header9 .header-logo-wrapper {
        margin-right: 0
    }

    body .cp-header9 .header-menu-button.nav-hamburguer {
        z-index: 100000
    }

    body .pagination-wrapper.pagination-wrapper-header {
        display: flex
    }

    body .filter-order.filter-button-mobile.is-mobile.filtros-button {
        float: right
    }

    body .div .pagination-wrapper-header .filter-order {
        width: 50%
    }

    body .filter-order .form-select.form-select-xs {
        width: 100%
    }

    body .barra-informacoes ul li.text span.first {
        font-size: 10px
    }

    body .primeiro {
        width: 34%
    }
}

@media only screen and (max-width: 760px) {
    body .component-4 .slideVitrine .wrapper-showcase {
        min-height: 453px
    }

    body .slideVitrine .wrapper-showcase {
        min-height: 400px
    }

    body .cp-itemprodutos11 .wrapper-showcase {
        min-height: 430px
    }

    body .cp-itemprodutos11 .showcase-item-col-call .item-price {
        max-height: 100%
    }

    body .cp-footer10 .btn-footer {
        float: none
    }

    body .cp-footer10 .inputnews.newsletter-input.newsletter-input-name {
        width: 100%
    }

    body .cp-banner2cols.component-2 .cellBanner.col-sm-6 {
        padding: 3px 10px
    }

    body .cp-banner2cols.component-3 .cellBanner.col-sm-6 {
        padding: 3px 10px
    }

    body .buyButtonArea .buyButton svg {
        position: relative;
        top: 8px;
        left: 2px
    }

    body .variacao-value.slick-slide {
        width: auto !important
    }

    body .colSection.col-price {
        width: 100%
    }

    body .slick-track {
        width: 100%
    }

    body .variacoes.information {
        position: relative;
        left: 0 !important
    }

    body .title h3 {
        display: inline-flex;
        margin-right: 5px
    }

    body .faca-avaliacao {
        border: 1px solid #363435;
        width: 225px;
        height: 37px;
        line-height: 2;
        padding: 1px 0 !important
    }

    body .title {
        padding: 0 !important;
        text-align: center
    }

    body .buyButton.btn_buy.product-buy {
        display: inline-flex
    }

    body .showcase.clearfix.product-card {
        margin-bottom: 0;
        padding-bottom: 0
    }

    body .footer.cp-footer10 {
        margin-top: 0
    }

    body .slideVitrine.prodRelacionados .wrapper-showcase {
        padding-bottom: 0
    }

    body .slideVitrine.prodRelacionados .showcase-item-col-call {
        min-height: 60px
    }

    body .slideVitrine.prodRelacionados .cp-itemprodutos11 .lk-action-wish {
        left: 0 !important
    }

    body .prodRelacionados .showcase-item.cp-itemprodutos11.js-event-product-click {
        padding: 4px 0 !important
    }

    body .buyButton.btn_buy.product-buy.action-comprar.bg-bloqueado span {
        width: 100%;
        text-align: center
    }

    body .information.faq {
        padding-top: 0;
        margin-top: 0
    }

    body .content h1 {
        text-align: center
    }

    body .cp-itemprodutos11 .discount-bullet {
        width: 25.5px !important;
        height: 14px !important;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 6px
    }

    body .js-menu-open.is-mobile.header-menu-button.nav-hamburguer.toggle-menu {
        z-index: 1000
    }

    body .itemprodutos11:hover {
        padding: 8px 6px !important
    }

    body .itemprodutos11:hover .wrapper-showcase {
        padding-top: 0;
        padding-bottom: 0
    }

    body .itemprodutos11:hover .showcase-item-buy {
        opacity: 1 !important;
        z-index: 1 !important
    }

    body .cp-produtosdestaque4col.component-4 .slick-slide {
        width: 150px
    }

    body .cp-produtosdestaque4col.component-4 .slick-list.draggable {
        width: 100%
    }

    body .cp-produtosdestaque4col.component-4 .showcase-item-col-call {
        min-height: 120px
    }

    body .col-sm-12.options-select.option.bloco-infos.form-group {
        margin-bottom: 0
    }

    body .cp-produtosdestaque4col.component-4 .cp-itemprodutos11 .showcase-item-name {
        min-height: 50px
    }

    body .cp-produtosdestaque4col.component-4 .showcase-item.cp-itemprodutos11.js-event-product-click {
        padding: 8px 6px
    }

    body .cp-footer10 {
        padding: 0 0 19px
    }

    body .cp-footer10 .storeInfo {
        border: 0 !important
    }

    .footer-desc.info, body .storeInfo {
        margin-bottom: 0 !important
    }

    body .cp-footer10 .container .myBtn {
        bottom: -1em;
        right: 0;
        padding: 12px 10px
    }

    body .cp-footer10 .myBtn {
        display: block;
        position: absolute;
        bottom: 0;
        right: -1em;
        z-index: 4000;
        border: none;
        outline: 0;
        background-color: #f2f4f8 !important;
        color: #005629;
        font-weight: 900;
        cursor: pointer;
        padding: 18px 7px 6px;
        border-radius: 25px;
        text-transform: uppercase;
        font-size: 13px
    }

    body .color2 {
        color: #000 !important
    }

    body .cp-footer10 .myBtn .fa-sort-up {
        background-color: #000 !important
    }

    body .form-select:after {
        content: '';
        width: 15px;
        height: 20px;
        background-color: #fff;
        position: absolute;
        top: 10px;
        right: 1px;
        z-index: 2
    }

    body .form-select:before {
        content: '';
        position: absolute;
        float: right;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #333;
        right: 8px;
        top: 18px;
        z-index: 3
    }

    body .col-md-4.col-sm-12.v-top.column-links.column-lk3 {
        margin-top: 0
    }

    body .menufooter {
        margin-bottom: 10px
    }

    body .cp-footer10 .title-block {
        border: none !important
    }

    body .cp-footer10 .lista-redes li {
        margin-right: 5px
    }

    body .cp-footer10 .area-logo-redes {
        padding-right: 0 !important
    }

    body .logo-footer img {
        width: 276px !important
    }

    body .pull-right {
        float: none !important
    }

    body .pull-right a {
        display: inline !important
    }

    body .cp-footer10 .area-logo-redes {
        text-align: center
    }

    body .slideshow-full-mobile.slideshowFull.hidden-lg.hidden-md.swiper-container-initialized.swiper-container-horizontal.swiper-container-android {
        text-align: center;
        overflow: hidden
    }

    body .slideshow-full-mobile.slideshowFull.hidden-lg.hidden-md.swiper-container-initialized.swiper-container-horizontal.swiper-container-ios {
        overflow: hidden;
        text-align: center
    }

    body .paymentArea .row {
        margin: 0
    }

    body .filters .btn-danger, body .filtros-button {
        background-color: #1d3e69
    }

    body .variacoes.information {
        font-size: 20px;
        font-weight: 700;
        color: #1d3e69;
        padding-top: 0
    }

    body .quantityArea .txtQuantity {
        width: 33%
    }

    body .quantityArea label {
        font-weight: 700;
        font-size: 14px;
        display: inline-block;
        text-align: left;
        width: 100%
    }

    body .nproduct-header {
        text-align: center;
        margin-top: 30px
    }

    body .information ul {
        display: inline-block
    }

    body .buyArea .nprodct-price .nproduct-price-value .item-discount {
        width: auto;
        margin-left: 5px
    }

    .colSection.col-price {
        display: inline-block
    }

    body .nproduct-title {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center
    }

    body .buyButtonArea .buyButton i {
        display: none
    }

    body .shippingArea {
        text-align: justify
    }

    body .shippingArea label {
        text-align: center
    }

    body .buyArea, body .nproduct-info .shareArea {
        text-align: center
    }

    body .optionsArea {
        text-align: center;
        padding: 0;
        width: 100%
    }

    body .cards-home, body .cp-blocohtml1.component-1 {
        display: none
    }

    body .cp-footer10 .container {
        padding: 0
    }

    body .breadcrumb ol {
        width: 100%;
        text-align: center
    }

    body .breadcrumb ol {
        width: 100%;
        text-align: center
    }

    body .breadcrumb ol li {
        display: inline-block;
        float: none;
        font-size: 14px
    }

    body .cp-footer10 ul.d-flex {
        text-align: center;
        display: inline-block !important;
        width: 100%
    }

    body .cp-footer10 ul.d-flex li {
        display: inline-block
    }

    body .cp-footer10 .container .footer-title-banner {
        text-align: center
    }

    body .cp-footer10 p {
        font-size: 12px
    }

    body .cp-footer10 .div-input-news {
        padding-top: 22px;
        text-align: center
    }

    body .cp-footer10 .inputnews {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0
    }

    body .cp-footer10 .btn-footer {
        display: inline-block
    }

    body .section-news .row {
        margin: 0;
        padding: 0
    }

    body .slideshow-full-mobile {
        margin-bottom: 10px
    }

    body .cp-banner2cols {
        width: 100%;
        margin: 20px 0 0 0
    }

    .cp-banner2cols.component-2 .cellBanner {
        width: 50%;
        margin: 0 0 4px
    }

    body .cp-banner2cols.component-3 {
        width: 100%;
        margin: 5px 0 0 0
    }

    body .cp-banner2cols.component-3 .cellBanner {
        width: 49%;
        max-width: 49%
    }

    body .cp-itemprodutos7 .rating-area, body .img-category {
        display: none
    }

    body .showcase.row-flexbox {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    body .cp-itemprodutos7.showcase-item .showcase-item-buy {
        bottom: 0
    }

    body .cp-itemprodutos7.showcase-item .showcase-item-description {
        max-height: 76px;
        margin-top: 24px
    }

    body .cp-itemprodutos7 .showcase-item-col-call {
        padding: 15px 0 70px
    }

    body .category-page-title, body .cp-footer5 .container .footer-title.principal {
        color: #c9031a
    }

    body .content-product.cp-descricaoproduto1, body .reviewsArea {
        text-align: center
    }

    body .item-price-max {
        padding-right: 2px
    }

    body .descFeatured a {
        font-weight: 500;
        display: block;
        margin-top: 4px
    }

    body .carousel-inset {
        padding: 0
    }

    body .product-card {
        margin-bottom: 20px
    }

    body .cp-itemprodutos7 .desc-tam {
        margin-bottom: 4px
    }

    body .cp-itemprodutos7 .title-tam {
        margin: 0 0 1px;
        font-size: 9px
    }

    body .cp-itemprodutos7 .showcase-item-name {
        min-height: 43px
    }

    body .showcase-item-buy {
        display: none
    }

    body .cp-itemprodutos7 .showcase-item-name {
        padding: 0
    }

    body .cp-itemprodutos7 .showcase-item-col-call .item-price {
        margin-bottom: -24px
    }

    body .cp-itemprodutos7.showcase-item .item-description-buy-area {
        min-height: 34px
    }

    body .cp-bannersimples1 {
        margin-bottom: 20px
    }

    body .cp-productinfos3 .buyButtonArea .buyButton {
        font-size: 12px;
        line-height: 14px;
        padding-top: 7px;
        padding-left: 26px
    }
}

.slick-initialized .slick-slide {
    display: block;
    outline: 0
}

body .buyButtonArea .buyButton, body .category-description, body .category-page-title, body .contato .page_title_post, body .cp-comentariosloja2colunas .title, body .cp-header9 .header-account-item a, body .cp-itemprodutos7 .showcase-item-name, body .header-menu .menu-item a, body .information .content h1, body .section-title, body .shippingArea .formShipping .btnShipping, body .showcase-item .product-buy .btn, body .showcase-item-col-call, body .showcase-item-name, body .title-page, html body {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

body .buyButtonArea .buyButton, body .section-title, body .showcase-item .product-buy .btn {
    font-weight: 700
}

body .contato .page_title_post, body .cp-comentariosloja2colunas .title, body .cp-itemprodutos11 .opcoes-card .title-tam, body .information .content h1 {
    color: #1d3e69
}

body .buyButton.btn_buy.product-buy.action-comprar.aviseme-btn-product {
    background-color: #f02f2f !important
}

body .buyButton.btn_buy.product-buy.action-comprar.aviseme-btn-product span {
    font-size: 14px
}

body .showcase-item-name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

body .optionsArea .listOptions li .option {
    font-weight: 400;
    border-color: #c9031a;
    color: #383838
}

body .opcoes .radio label {
    font-size: 14px;
    color: #383838
}

body .item-price-installments span {
    font-weight: 500
}

body .lista-de-avaliacoes .apr-avaliacao .left .rating-points .fa.point-on {
    color: #fdd31e
}

body .showcase-item-name a {
    font-size: 14px
}

.fas.fa-times, body .fas.fa-check {
    color: #009329;
    margin-right: 4px
}

body .cp-comentariosloja2colunas .title {
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 50px
}

body .review_list_text {
    font-weight: 700;
    color: #000;
    font-size: 14px
}

body .review_list_title {
    display: none
}

body .review_title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 4px
}

body .product-option {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px
}

body .variacoes.information strong {
    font-size: 20px;
    color: #1d3e69;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700 !important;
    text-align: center;
    padding: 0 13px
}

body .cp-comentariosloja2colunas .item .stt {
    font-size: 18px;
    font-weight: 300;
    font-style: normal
}

body .cp-comentariosloja2colunas .item .infos {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0
}

body .rating-area .tt-rating {
    font-weight: 700;
    color: #000;
    display: inline-block
}

body .descFeatured a {
    font-weight: 500
}

body .category-description {
    font-weight: 300;
    line-height: 22px;
    margin: 3px 0 5px
}

body .title-page {
    text-transform: none
}

body .cp-footer10 .container .footer-title-menu, body .header-account-item a {
    color: #1d3e69
}

body .nproduct-title {
    color: #000;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase
}

body .buyButtonArea .buyButton.aviseme-btn-product {
    font-size: 18px
}

body .item-price-value {
    font-weight: 700;
    font-size: 18px;
    color: #1d3e69
}

@media only screen and (min-width: 769px) {
    body .category-page-title {
        font-weight: 600
    }

    body .nproduct-info label {
        font-weight: 700
    }

    body .cp-postsinstagram1 .title {
        font-size: 48px;
        line-height: 58px
    }

    body .cp-comentariosloja2colunas .title, body .section-title {
        font-size: 35px;
        text-transform: uppercase
    }

    body .header-menu .menu-item a {
        font-size: 16px
    }

    body .showcase-item-name {
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        min-height: auto;
        height: 51px
    }

    body .showcase-item .product-buy .btn {
        font-size: 22px;
        line-height: 0;
        width: 85%
    }

    body .cp-itemprodutos7 .showcase-item-name {
        font-size: 18px;
        text-transform: uppercase
    }
}

@media only screen and (max-width: 769px) {
    body .showcase-item-name a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    body .item-price-installments {
        margin-top: 0 !important;
        font-size: 14px !important
    }

    body .category-page-title {
        font-weight: 700
    }

    body .cp-comentariosloja2colunas .title, body .section-title {
        font-size: 35px;
        margin-bottom: 12px;
        text-transform: uppercase
    }

    body .cp-postsinstagram1 .title {
        font-size: 35px;
        line-height: 45px
    }

    body .page-products .section-header .section-title {
        font-size: 35px;
        line-height: 40px
    }

    body .showcase-item-name {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px
    }

    body .category-page-title, body .contato .page_title_post, body .information .content h1 {
        font-size: 35px;
        line-height: 58px;
        color: #1d3e69 !important;
        text-transform: uppercase
    }

    body .breadcrumb-item {
        font-size: 14px
    }

    body .cp-productinfos3 .nproduct-title {
        font-size: 35px
    }

    body .product-description-content {
        font-size: 19px;
        font-weight: 300
    }

    body .descriptionTitle {
        font-size: 19px
    }

    body .descFeatured {
        font-size: 16px
    }

    body .cp-itemprodutos7 .showcase-item-name {
        font-size: 17px;
        line-height: 21px
    }
}

body .rate-star-empty, body .rate-star-full {
    font-size: 17px
}

body .rate-star-full {
    color: #fdd31e
}

.slideshowFull .spr {
    top: 50%;
    display: block !important;
    position: absolute;
    margin-top: -50px;
    z-index: 10
}

.spr-carousel-left {
    left: 10px
}

.spr-carousel-right {
    right: 10px
}

.slideshowFull .spr {
    top: 50%;
    display: block !important;
    position: absolute;
    margin-top: -50px;
    z-index: 10
}

.spr-carousel-left {
    left: 10px
}

.spr-carousel-right {
    right: 10px
}

.slideshowFull .spr {
    top: 50%;
    display: block !important;
    position: absolute;
    margin-top: -50px;
    z-index: 10
}

.spr-carousel-left {
    left: 10px
}

.spr-carousel-right {
    right: 10px
}

.infos-dep, .list-dep {
    vertical-align: top
}

.infos-dep {
    margin-top: 35px
}

.headerArea {
    display: inline-block;
    width: 100%;
    background: #333;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    padding: 80px 20px 80px
}

.headerArea .title-page {
    font-size: 72px;
    color: #fff !important;
    text-transform: none;
    margin-bottom: 17px;
    display: block;
    line-height: 72px
}

.seloArea {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: 1px 2px 9px #ddd;
    padding: 20px 0 20px
}

.seloArea .points {
    font-size: 22px;
    font-weight: 800
}

.seloArea .total {
    font-size: 14px;
    font-weight: 800
}

.commentItens li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    padding: 30px 0
}

.commentItens li .review-title {
    font-size: 16px
}

.commentItens li .commentLine {
    font-weight: 800
}

.contato {
    padding: 30px 0
}

.contato i {
    font-size: 1.2em
}

.contato li {
    list-style: none;
    margin-bottom: 15px;
    max-width: 300px
}

.contato li i {
    margin-right: 15px
}

.contato li span {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    line-height: 1.7
}

.contato h2 {
    margin-bottom: 25px
}

.contato label {
    font-size: 1em;
    font-weight: 300;
    color: #000
}

.contato input {
    max-width: 500px;
    margin-bottom: 15px
}

.contato textarea {
    max-width: 500px
}

.contato .page_title_post {
    color: #c9031a;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-transform: uppercase
}

.contato .btn-submit {
    height: 40px;
    padding: 0 25px;
    border-radius: 5px;
    background-color: #c9031a;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    box-shadow: none;
    outline: 0;
    border-bottom: 2px solid #970214;
    margin-top: 15px;
    position: sticky
}

.contato .map {
    margin: 25px 0
}

.contato iframe {
    width: 100%;
    height: 400px
}

.contato .page_tit_search {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px
}

.contato .page_tit_search b {
    color: #000
}

@media (max-width: 991px) {
    .contato .recap {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(.86)
    }

    .contato iframe {
        height: 200px
    }

    .contato .btn-submit {
        width: 100%
    }
}

.content-error {
    font-size: 16px;
    color: #444
}

.content-error main {
    min-height: 450px
}

.content-error .title {
    font-weight: 800;
    margin-top: 100px;
    display: block;
    margin-bottom: 10px
}

.content-error .bt-error {
    background: #444;
    border-radius: 3px;
    padding: 10px 20px 12px;
    color: #fff;
    margin: 20px 5px 0 0;
    display: inline-block
}

.content-error .icon-error {
    font-size: 120px;
    display: inline-block;
    color: #c9031a
}

.content-error .left-area {
    text-align: center;
    position: relative;
    top: -60px
}

.content-error ul {
    list-style-type: circle;
    padding: 29px 34px
}

.content-error ul li {
    margin: 10px 0
}

body .container-content:nth-child(1n) {
    float: none
}

body .container-content .institutional-wrapper {
    width: 100%
}

body .accordion .question a {
    font-weight: 400;
    font-size: 14px;
    color: #4a4a4a;
    padding: 16px 20px;
    min-height: 50px;
    width: 100%;
    display: flex;
    border: 1px solid #e9e9e9;
    align-items: center;
    text-decoration: none;
    transition: .1s ease;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0
}

body .accordion .fa {
    margin-right: 10px
}

body .accordion .question.active a {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0
}

body .accordion .question.itemHide a {
    margin-bottom: 15px;
    border-radius: 5px
}

body .accordion .question + div {
    background: #f1f1f1;
    color: #4a4a4a;
    font-size: 13px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    margin-bottom: 15px
}

body .accordion .question + div p {
    max-width: 94%
}

body .accordion .question + div.open {
    display: block !important
}

body .accordion .question + div.close {
    display: none !important
}

body .faq .titleCat {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left
}

.information {
    padding: 50px 0
}

.information.faq .titleCat {
    text-transform: uppercase;
    color: #c9031a;
    font-size: 17px;
    font-weight: 400
}

.information.faq .question {
    margin-bottom: 15px;
    margin-top: 15px;
    background: #c9031a
}

.information.faq .question a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px
}

.information .content h1 {
    color: #c9031a;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-transform: uppercase
}

.information .content p {
    font-weight: 300
}

.category-page-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #c9031a;
    font-weight: 400;
    margin: 0 8px 10px
}

.category-description {
    font-size: 14px;
    line-height: 21px;
    margin: 12px 0 10px
}

.fixedFilter {
    position: fixed;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    z-index: 4;
    right: 25px;
    bottom: 80px;
    text-align: center;
    line-height: 41px;
    font-size: 25px;
    display: none
}

.container-aside .marca-img-container figure {
    padding: 35px 56px 15px 56px
}

.container-aside .marca-img-container {
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 1px solid #ededed
}

.container-aside .marca-img-container a {
    color: #e40000;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px
}

.container-aside .titleCol {
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 15px;
    margin-top: 9px
}

.img-category {
    margin: 5px 0 15px
}

.paginationArea {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0 50px
}

.paginationArea .btnMoreProducts {
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 5px
}

.paginationArea .btnMoreProducts:hover {
    background: #fff;
    color: #fff
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.quantityArea {
    width: 40%
}

.quantityArea .btnLess, .quantityArea .btnMore {
    width: 40px;
    color: #000;
    font-size: 15px;
    font-weight: 100
}

.quantityArea .btnLess, .quantityArea .btnMore, .quantityArea .txtQuantity {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 1px solid #ccc
}

.quantityArea .btnLess {
    border-radius: 5px 0 0 5px;
    border-right: none
}

.quantityArea .btnMore {
    border-radius: 0 5px 5px 0;
    border-left: none
}

.quantityArea .txtQuantity {
    width: 40%
}

.content-product {
    border-top: 1px solid #ededed;
    padding-top: 25px;
    margin-top: 50px
}

.reviewsArea {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ededed;
    padding-top: 33px;
    margin-top: 25px
}

.buyButtonArea {
    display: inline-block;
    width: 60%
}

.buyButtonArea .buyButton {
    display: inline-block;
    width: 100%;
    background-color: #c9031a;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    position: relative;
    font-family: 'Open Sans', sans-serif
}

.buyButtonArea .buyButton i {
    position: absolute;
    top: 5px;
    left: 10px
}

.breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px
}

.breadcrumb-item {
    display: inline;
    font-size: .75rem;
    position: relative;
    margin-right: 2px;
    color: #999
}

.breadcrumb-item:after {
    content: '';
    width: 7px;
    height: 7px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #999;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg)
}

.breadcrumb-item:last-child:after {
    display: none
}

.nproduct-breadcrumb {
    padding-left: 0
}

.pagination-wrapper {
    display: table;
    width: 100%;
    padding: 9px;
    border-radius: 0;
    background-color: #f4f4f4
}

.pagination-wrapper .filter-order {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.pagination-wrapper .filter-order-text {
    margin-right: 10px;
    line-height: 1.875rem;
    font-size: .75rem
}

.pagination-wrapper .filter-order .form-select {
    border-color: #ddd
}

.pagination-wrapper .pagination-grid {
    display: table-cell;
    padding-left: 11px;
    text-align: left;
    vertical-align: middle
}

.pagination-wrapper .pagination-grid .ico {
    font-size: 1rem
}

.pagination-total, .pagination-wrapper .pagination-total {
    display: table-cell
}

.pagination-total {
    font-size: .75rem;
    vertical-align: middle
}

.pagination-total-mobile {
    display: none
}

.pagination {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.pagination li a {
    padding: 10px;
    font-size: .75rem;
    color: #212121
}

.pagination .is-active a, .pagination li a:hover {
    background-color: #ff6c00;
    color: #fff
}

.pagination .ico {
    margin-left: 10px;
    font-size: .625rem
}

.pagination-action {
    cursor: pointer;
    padding: 0 2px;
    color: #212121
}

.pagination-action.is-active, .pagination-action:hover {
    color: #ff6c00
}

.pagination-action i {
    font-size: .625rem
}

.bought-together {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bought-together .item-price-max {
    font-size: .75rem
}

.bought-together-title {
    font-size: 1rem;
    font-weight: 500
}

.bought-together-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 1 - 0px);
    padding: 8px
}

.bought-together-item:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
}

.bought-together-item:last-child {
    margin-right: 0
}

.bought-together-item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto
}

.bought-together-one-by-row .bought-together-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 1 - 0px)
}

.bought-together-one-by-row .bought-together-item:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
}

.bought-together-one-by-row .bought-together-item:last-child {
    margin-right: 0
}

.bought-together-one-by-row .bought-together-item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto
}

.bought-together-images {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.bought-together-images img {
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px
}

.bought-together-product-text {
    font-size: .875rem;
    width: 100%;
    margin: 15px 0
}

.bought-together-plus {
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 30px
}

.bought-together-plus:after, .bought-together-plus:before {
    background-color: #a43287;
    content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    transition: transform .25s ease-in-out
}

.bought-together-plus:after {
    margin-left: -2px;
    transform: rotate(90deg)
}

.bought-together-button, .play-arrow-button {
    margin-top: 2px
}

.bought-together-button i, .play-arrow-button i {
    float: right;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    margin: 8px 0 8px 6px
}

.bought-together-footer {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.buy-button-sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: -1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .94));
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    padding: 7px 10px 6px;
    z-index: 2;
    margin: 15px 0
}

.buy-button-sticky .product-buy {
    margin-top: 0
}

.buy-sticky {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.buy-sticky-price {
    width: calc(50% - 10px);
    margin-right: 10px
}

.buy-sticky-price .item-discount, .buy-sticky-price .nproduct-price-installments {
    display: none
}

.buy-sticky-btn {
    width: 50%;
    min-width: 154px
}

.btn-lightbox-close {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    z-index: 999
}

.modal-image-zooming .btn-lightbox-close {
    position: fixed
}

.gallery-lightbox {
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    background: #fff;
    opacity: 0;
    transition: opacity .2s linear
}

.gallery-lightbox.is-open {
    visibility: visible;
    opacity: 1
}

.gallery-lightbox .feedback-fixed {
    display: none;
    background: rgba(255, 255, 255, .8)
}

.gallery-lightbox .feedback-fixed.is-open {
    display: block
}

.gallery-lightbox .product-images-container {
    white-space: nowrap
}

.gallery-lightbox .product-image-thumb {
    display: inline-block
}

.gallery-lightbox .btn-lightbox-close {
    display: block
}

.gallery-lightbox .owl-item .youtube-embed {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.gallery-lightbox .product-images {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.gallery-lightbox .product-images .product-image {
    width: 100%
}

.product-images-container {
    margin-top: 30px
}

.product-images-container .youtube-embed {
    border: 1px solid #ebebeb
}

.product-images-container .youtube-embed .ico {
    display: block !important
}

.gallery-lightbox .product-images {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(0)
}

.gallery-lightbox .carousel-dots {
    display: none
}

.gallery-lightbox .owl-stage-outer {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex: 1;
    flex: 1
}

.gallery-lightbox .owl-stage {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.gallery-lightbox .owl-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery-lightbox .product-image-wrapper {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.gallery-lightbox .product-image-wrapper .product-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.gallery-lightbox .owl-carousel.product-images-carousel {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    padding: 0;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.gallery-lightbox .product-image-wrapper {
    padding: 0
}

.gallery-lightbox .product-images .product-title {
    font-size: 1rem;
    padding-right: 40px;
    margin-bottom: 10px
}

.product-holder .gallery-lightbox .product-images {
    position: absolute
}

.product-holder .gallery-lightbox .product-title {
    z-index: 1;
    text-align: center;
    display: block;
    padding: .2em 45px
}

.product-group-item {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    transition: all .1s;
    margin-right: 5px;
    width: 34px;
    height: 34px;
    padding-top: 4px
}

.product-group-item:hover .popover {
    display: block
}

.product-group-item img {
    box-shadow: 0 0 0 1px #efefef;
    border-radius: 50%
}

.product-group-item.isnt-marketable:before {
    content: 'âœ•';
    display: block;
    color: #fff;
    background-color: #000;
    padding: 1px 3px;
    font-size: .625rem;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 9px;
    font-weight: 700;
    width: 14px;
    height: 14px
}

.product-group-item-unit {
    box-shadow: 0 0 0 1px #efefef;
    font-size: 8px;
    text-align: center;
    display: inline-block;
    line-height: 1.625rem
}

.product-group-item.is-selected, .product-group-item.product-group-active, .product-group-item:hover {
    box-shadow: 0 0 0 2px #ff6c00
}

.product-group-item-sample, .product-group-item-unit {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    transition: all .15s;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.product-group-label {
    font-size: 8px;
    color: #ff6c00;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    display: block;
    margin-top: 8px;
    position: absolute;
    bottom: -15px
}

.product-group-size {
    font-size: .75rem;
    margin-bottom: 10px
}

.product-group-items {
    padding: 2px;
    overflow: initial;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-group-item-unavailable, .product-group-plus {
    font-size: .75rem;
    color: #bf3938
}

.product-group-item-unavailable {
    margin-bottom: 20px;
    margin-top: 10px
}

.product-group-plus {
    color: #a43287
}

.product-group-plus:hover {
    text-decoration: underline
}

.product-group-checkbox, .product-group-checkbox:checked ~ .product-group-plus {
    display: none
}

.product-group-checkbox:checked ~ .product-group-inner .product-group-items {
    width: 100% !important
}

.product-group-checkbox:checked ~ .product-group-inner .product-group-items .product-group-item:nth-child(n+11), .product-group-checkbox:checked ~ .product-group-inner .product-group-items .product-group-item:nth-child(n+9) {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.product-image-zoom-wrapper {
    position: relative;
    z-index: 1;
    left: 100%;
    width: 0
}

.notify-me {
    line-height: 1.25rem
}

.notify-me hr {
    margin: 10px 0
}

.notify-me .form-group {
    margin-bottom: 20px
}

.notify-me-form {
    margin-top: 20px
}

.product-brand-description .product-brand {
    text-align: center
}

.product-brand-description .see-more {
    color: #a43287;
    font-size: .75rem
}

.product-brand-description-text {
    margin: 10px 0
}

.product-gift {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    min-height: 127px;
    margin: 15px 0 10px
}

.product-gift:active, .product-gift:focus, .product-gift:hover {
    box-shadow: 0 1px 2px 0 #efefef
}

.product-gift-content {
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px
}

.product-gift-title {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #ff6c00
}

.product-gift-name {
    padding: 0;
    margin: 4px 0 0;
    font-size: .875rem;
    font-weight: 400
}

.product-gift-description {
    padding: 0;
    margin: 8px 0 0;
    font-size: .8125rem;
    font-weight: 400;
    color: #777
}

.product-images-container {
    text-align: left;
    white-space: normal;
    min-height: 60px
}

.product-images-container .product-image-thumb {
    padding: 3px;
    box-shadow: inset 0 0 0 1px #ebebeb;
    transition: all .15s;
    display: inline-block;
    border-radius: 4px
}

.product-images-container .product-image-thumb.is-active, .product-images-container .product-image-thumb:hover {
    box-shadow: inset 0 0 0 2px #ff6c00
}

.product-images {
    display: block;
    text-align: center;
    position: relative
}

.product-images .owl-item img {
    width: 100%
}

.product-images .youtube-embed {
    background-size: contain;
    padding-top: 0;
    min-height: auto
}

.product-images-container .youtube-embed {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    min-height: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative
}

.product-images-container .youtube-embed:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    background-color: #777
}

.product-images-container .youtube-embed .ico {
    font-size: 1.875rem
}

.product-image {
    width: 100%;
    max-width: 100%;
    height: auto
}

.product-thumbnails {
    position: relative;
    overflow-x: auto
}

.gallery-lightbox .product-thumbnails {
    display: block
}

.product-price-holder .product-discount {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px
}

.product-price-holder .in-cash {
    color: #777;
    font-weight: 300
}

.price-holder {
    margin-bottom: 10px
}

.price-holder .rating {
    display: none
}

.product-rate {
    clear: both;
    width: 100%;
    margin-top: 20px
}

.product-rate .list-group-text {
    margin-right: 10px
}

.product-holder .product-rating {
    margin: 2px 0;
    margin-right: 10px
}

.product-holder .product-rating-link {
    padding: 3px 0;
    font-size: .875rem;
    text-decoration: none;
    color: #777
}

.product-holder .product-rating-link:hover {
    text-decoration: none
}

.product-holder .product-rating-link:hover span.rating-count, .product-holder .product-rating-link:hover span.rating-empty {
    color: #ff6c00;
    text-decoration: underline;
    cursor: pointer
}

.product-holder .product-rating .rating {
    display: inline-block;
    font-size: .875rem
}

.product-holder .product-holder-aside .product-rating {
    display: none
}

.product-see-more a {
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    color: #a43287;
    font-size: .75rem;
    border: 1px solid #a43287;
    margin: 0 10px 10px 0;
    border-radius: 4px
}

.product-wish-list {
    vertical-align: top;
    color: #ff6c00;
    font-size: .875rem;
    margin-bottom: 15px
}

.product-wish-list .wish-list-add {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.product-wish-list .wish-list-add:hover {
    color: #e66100
}

.product-wish-list .wish-list-add:after {
    content: '';
    width: 7px;
    height: 7px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #ff6c00;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    margin: 2px 0 0 2px
}

.product-wish-list .wish-list-full {
    display: none
}

.product-wish-list .wish-list-text {
    color: #777;
    margin-right: 5px
}

.product-holder-aside .product-wish-list .wish-list-add {
    -ms-flex-pack: start;
    justify-content: start
}

.product-wish-list.on-wish-list .wish-list-full {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.product-wish-list.on-wish-list .wish-list-empty {
    display: none
}

.product-coupon-wrapper {
    clear: both;
    padding-top: 20px;
    font-size: .75rem;
    display: none
}

.product-coupon-value {
    color: #ff6c00;
    padding: 5px 0;
    margin-top: 7px;
    font-size: 1.0625rem;
    border: 2px dashed #ff6c00;
    text-align: center
}

.product-additional-description {
    font-size: .75rem;
    margin-top: 20px
}

.product-brand-description-text, .product-description-content {
    padding-bottom: 15px
}

.product-description-title {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 5px
}

.product-brand-link {
    text-decoration: underline;
    cursor: pointer
}

.product-brand-link:hover {
    color: #ff6c00
}

.product-holder {
    display: block;
    width: 100%
}

.product-holder .product-title {
    font-size: 1rem;
    font-weight: 400;
    position: relative
}

.product-holder .product-brand {
    text-align: center
}

.product-holder .product-subtitle {
    font-weight: 400
}

.product-holder .product-header, .product-holder .product-images {
    padding: 10px 0;
    position: relative
}

.product-holder .product-buy .spr {
    margin-right: 6px;
    vertical-align: middle
}

.product-holder .product-details {
    font-size: .75rem;
    color: #4a4a4a
}

.product-holder .product-details + .section-space {
    margin-top: 5px
}

.product-holder .product-short-description {
    font-size: .8125rem;
    line-height: 1.5;
    padding: 10px 0;
    color: #777;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px
}

.product-holder .product-description {
    font-size: .8125rem;
    line-height: 1.5;
    padding-bottom: 15px
}

.product-holder .product-description b, .product-holder .product-description strong {
    font-weight: inherit;
    font-style: inherit
}

.product-holder .product-badges {
    margin-right: 6px
}

.product-holder .product-attributes {
    font-size: .6875rem;
    clear: both
}

.product-holder .product-attributes span {
    color: #4a4a4a
}

.product-list {
    margin-bottom: 20px
}

.product-list-title {
    display: block;
    margin-bottom: 20px
}

.product-list-description {
    text-transform: none;
    font-size: .75rem;
    line-height: 1.4
}

.product-list-description small {
    display: block
}

.product-aggregate-rating {
    font-size: .625rem;
    display: none
}

.enhance-icon {
    display: block
}

.page-products .product-details .accordion-header {
    font-size: .8125rem
}

.product-modal .modal-dialog {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.product-modal img:not(.is-stretched) {
    height: 80vmin
}

.product-group-select-color-wrapper {
    margin-bottom: 20px
}

.product-sku {
    font-size: .75rem;
    color: #999;
    margin: 10px 0
}

.reviews-form span.sr-only {
    display: none
}

.reviews-form label {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .6875rem
}

.reviews-form textarea {
    height: 200px
}

.reviews-form .rating-symbol {
    margin-top: 5px;
    display: inline-block;
    font-size: 1.125rem;
    outline: 0
}

.reviews-form-avaliate label {
    display: block
}

.top-add-review-btn {
    margin-bottom: 20px
}

.add-review-btn {
    width: 100%
}

.add-review-btn:after {
    border-color: unset;
    position: absolute;
    right: 10px;
    top: 12px
}

.reviews-header {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reviews-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.875rem
}

.reviews-title-empty {
    line-height: unset
}

.product-without-reviews {
    margin: 20px 0 30px;
    width: 100%
}

.relatedProducts {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ededed;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-top: 30px
}

.reviews-header .product-rating-link {
    display: block;
    margin-bottom: 15px
}

.reviews-header .product-rating-link .rating:after {
    content: "\A";
    white-space: pre
}

.rating-container {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.rating-value-container {
    font-size: .9375rem;
    line-height: 1.75rem;
    margin-right: 10px;
    color: #212121
}

.rating-stars-container {
    text-align: right
}

.rating-count {
    font-size: .875rem;
    color: #4a4a4a
}

.reviews-content .form-group {
    margin-bottom: 0
}

.review {
    display: block;
    padding: 12px 0;
    border-top: 1px solid #ededed;
    margin-bottom: 5px;
    margin-top: 12px
}

.review:last-of-type {
    margin-bottom: 0
}

.review-header {
    margin-bottom: 10px
}

.review-like-status {
    margin-right: 17px
}

.review-star-empty {
    font-size: 1.125rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 0, #ebebeb 1%, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.review-star-empty:after {
    content: "\2605"
}

.review-star-half {
    font-size: 1.125rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 50%, #ebebeb 0, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.review-star-half:after {
    content: "\2605"
}

.review-star-full {
    font-size: 1.125rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 100%, #ebebeb 0, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.review-star-full:after {
    content: "\2605"
}

.review-user-name {
    font-weight: 500;
    font-size: .875rem
}

.review-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    margin: 11px 0
}

.review-read-more-checkbox:checked ~ .review-text-overflow {
    max-height: none
}

.review-read-more-checkbox:checked ~ .review-text-overflow:after {
    background-image: none
}

.review-read-more-checkbox:checked ~ .review-read-more {
    display: none
}

.review-read-more {
    position: absolute;
    bottom: 0;
    right: 3px;
    margin-bottom: 0;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .75rem;
    color: #777
}

.review-read-more .icon-pure-arrow-down:after {
    width: 9px;
    height: 9px;
    margin: 0 0 2px 7px;
    border-color: #777
}

.encircled-plus {
    border: 1px solid #212121;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: relative
}

.encircled-plus:after, .encircled-plus:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background-color: #212121;
    top: 6px
}

.encircled-plus:before {
    left: 2px
}

.encircled-plus:after {
    transform: rotate(-90deg);
    right: 2px
}

.review-read-more-text {
    margin-left: 10px
}

.review-time-since {
    font-size: .75rem;
    color: #777;
    margin-left: 5px;
    font-weight: 400
}

.review-status {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    color: #777;
    margin-top: 15px;
    font-size: .8125rem
}

.review-total-votes {
    margin-right: 15px
}

.review-total-votes a {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.review-status-like {
    font-weight: 700;
    margin: 0 3px
}

.most-useful {
    padding: 2px 4px;
    font-weight: 500;
    font-size: .75rem;
    border: 1px solid #a43287;
    border-radius: 4px;
    color: #a43287;
    line-height: .6875rem
}

.reviews-load-more {
    border-top: 1px solid #ebebeb;
    color: #a43287;
    display: block;
    font-size: .875rem;
    padding-top: 10px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-load-more:hover {
    color: #a43287;
    cursor: pointer
}

.reviews-load-more:after {
    border-color: #a43287
}

.product-holder-aside .rating-value-container, .product-holder-inner .rating-value-container {
    display: none
}

.product-holder-aside .rate-star-empty, .product-holder-inner .rate-star-empty {
    font-size: 1.25rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 0, #ebebeb 1%, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.product-holder-aside .rate-star-empty:after, .product-holder-inner .rate-star-empty:after {
    content: "\2605"
}

.product-holder-aside .rate-star-half, .product-holder-inner .rate-star-half {
    font-size: 1.25rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 50%, #ebebeb 0, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.product-holder-aside .rate-star-half:after, .product-holder-inner .rate-star-half:after {
    content: "\2605"
}

.product-holder-aside .rate-star-full, .product-holder-inner .rate-star-full {
    font-size: 1.25rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 100%, #ebebeb 0, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.product-holder-aside .rate-star-full:after, .product-holder-inner .rate-star-full:after {
    content: "\2605"
}

.nproduct-page .badges-wrapper {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.nproduct-page .badges-wrapper .rating i {
    font-size: .875rem
}

.nproduct-page .badges-wrapper .rating-value-container {
    display: none
}

.nproduct-page .badges-wrapper .product-rating {
    margin-left: auto
}

.nproduct-page .badges-wrapper .badge, .nproduct-page .badges-wrapper .item-discount {
    right: unset;
    left: unset;
    top: unset;
    position: relative;
    margin-right: 5px
}

.nproduct-page .badges-wrapper .badges {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.nproduct-price-value .item-discount {
    position: static;
    margin-left: 3px
}

.product-banners {
    margin: 10px 0
}

.product-banner-item img {
    display: block;
    width: 100%
}

.descriptionArea {
    line-height: 21px
}

.datasheet .info-line {
    display: block;
    white-space: nowrap;
    break-inside: avoid
}

.datasheet-brand, .datasheet-categories {
    margin-bottom: 20px
}

.datasheet .info-link, .datasheet .info-value {
    color: #fff;
    display: block;
    line-height: 1.4
}

.datasheet .info-link.info-link-category, .datasheet .info-value.info-link-category {
    display: inline-block;
    margin-right: 9px
}

.datasheet .info-link {
    font-weight: 400;
    text-decoration: underline
}

.descriptionArea .info-label {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px
}

.datasheet .datasheet-characteristics {
    margin-top: 10px;
    column-count: 2
}

.product-images-carousel > .product-image-wrapper:not(:first-child), .product-images-carousel > .youtube-embed:not(:first-child) {
    display: none
}

.nproduct-gallery {
    width: 100%;
    position: relative
}

.nproduct-gallery .product-images {
    display: -ms-flexbox;
    -js-display: flex
}

.nproduct-gallery .product-images-carousel {
    max-width: 500px;
    max-height: 530px;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
    padding-bottom: unset;
    height: unset
}

.nproduct-gallery .product-image-wrapper {
    overflow: hidden
}

.nproduct-gallery .product-images-container {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 0
}

.nproduct-gallery .product-images-thumbnail {
    -ms-flex-order: 1;
    order: 1
}

.nproduct-gallery .product-thumbnails .youtube-embed {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.nproduct-gallery .product-thumbnails .product-image-thumb, .nproduct-gallery .product-thumbnails .youtube-embed {
    width: 80px;
    height: 80px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-bottom: none;
    position: relative
}

.nproduct-gallery .product-thumbnails .product-image-thumb img, .nproduct-gallery .product-thumbnails .youtube-embed img {
    width: 80px;
    border: 3px solid transparent
}

.nproduct-gallery .product-thumbnails .product-image-thumb.is-active, .nproduct-gallery .product-thumbnails .product-image-thumb:hover, .nproduct-gallery .product-thumbnails .youtube-embed.is-active, .nproduct-gallery .product-thumbnails .youtube-embed:hover {
    box-shadow: none
}

.nproduct-gallery .product-thumbnails .product-image-thumb.is-active:after, .nproduct-gallery .product-thumbnails .product-image-thumb:hover:after, .nproduct-gallery .product-thumbnails .youtube-embed.is-active:after, .nproduct-gallery .product-thumbnails .youtube-embed:hover:after {
    transition: all .2s linear;
    content: '';
    top: 0;
    bottom: 0;
    background: #ff6c00;
    width: 3px;
    left: 0;
    position: absolute
}

.nproduct-gallery .product-thumbnails .product-image-thumb:last-child, .nproduct-gallery .product-thumbnails .product-image-thumb:nth-child(6), .nproduct-gallery .product-thumbnails .youtube-embed:last-child, .nproduct-gallery .product-thumbnails .youtube-embed:nth-child(6) {
    border-bottom: 1px solid #ebebeb
}

.nproduct-gallery .product-thumbnails .product-image-thumb:nth-child(n+7) {
    display: none
}

.nproduct-gallery .product-carousel-length {
    font-size: 1.875rem;
    color: #ff6c00;
    font-weight: 500;
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.gallery-lightbox .product-carousel-length, .gallery-lightbox .product-sku {
    display: none
}

.nproduct-page .product-gift {
    display: block;
    border-radius: 4px;
    min-height: 110px;
    background: #fff;
    margin: 10px 10px 0
}

.nproduct-page .product-gift:active, .nproduct-page .product-gift:focus, .nproduct-page .product-gift:hover {
    box-shadow: 0 1px 2px 0 #efefef
}

.nproduct-page .product-gift-content {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.nproduct-page .product-gift-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    width: 60px;
    margin-right: 10px;
    box-shadow: 0 1px 2px 0 #efefef
}

.nproduct-page .product-gift-title {
    display: block;
    width: 100%;
    font-size: 1.0625rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #212121
}

.nproduct-page .product-gift-title span {
    color: #ff6c00
}

.nproduct-page .product-gift-name {
    padding: 0;
    margin: 4px 0 0;
    font-size: .875rem;
    font-weight: 400
}

.nproduct-page .product-gift-description {
    padding: 0;
    margin: 8px 0 0;
    font-size: .8125rem;
    font-weight: 400;
    color: #777
}

.nproduct-page .product-group-item {
    width: 48px;
    height: 48px
}

.nproduct-page .product-group-item-unit {
    font-size: .75rem
}

.nproduct-page .product-group-item-sample, .nproduct-page .product-group-item-unit {
    width: 40px;
    height: 40px
}

.nproduct-page .product-group-size {
    font-size: .875rem;
    margin-left: 0;
    margin-top: 5px
}

.nproduct-page .product-group-item-select {
    border: 2px solid #ebebeb;
    border-radius: 6px;
    padding: 6px 10px 3px 7px;
    margin-bottom: 10px
}

.nproduct-page .product-group-item-option {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center
}

.nproduct-page .product-group-item-option .product-group-item {
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.nproduct-page .product-group-item-option .product-group-name {
    font-size: .875rem
}

.nproduct-page .product-group-item-label {
    color: #a43287;
    font-size: .8125rem;
    font-weight: 500;
    margin-left: auto;
    min-width: 35%;
    text-align: right
}

.nproduct-page .product-group-item-arrow {
    content: '';
    width: 9px;
    height: 9px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #a43287;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg)
}

.product-group-item-modal {
    background: #fff
}

.product-group-item-modal .product-group-item-modal-line {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%;
    padding: 5px 15px 5px 10px;
    border-bottom: 1px solid #efefef;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.product-group-item-modal .product-group-name {
    font-size: .875rem;
    margin-bottom: 5px
}

.product-group-item-modal .product-group-price {
    font-weight: 500
}

.product-group-item-modal .product-group-max-price {
    color: #ccc;
    text-decoration: line-through;
    font-size: .75rem;
    margin: 0 10px
}

.product-group-item-modal .item-discount {
    position: static;
    font-size: .6875rem
}

.product-group-item-modal.product-group-active {
    background: #f8f8f8
}

.product-group-item-modal.product-group-active .product-group-item-arrow {
    display: none
}

.product-group-item-modal.isnt-marketable .product-group-item-modal-line {
    opacity: .6
}

.product-group-item-modal .product-group-item-arrow {
    content: '';
    width: 11px;
    height: 11px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #212121;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    margin-left: auto;
    border-radius: 1px
}

.nproduct-page .product-group-item-modal .product-group-item {
    margin-bottom: 0
}

.nproduct-page .loucas-summary-posts {
    min-height: 305px
}

.nproduct-page .loucas-summary-posts .carousel-nav-arrow-left, .nproduct-page .loucas-summary-posts .carousel-nav-arrow-right {
    top: auto;
    bottom: -29px
}

.nproduct-page .loucas-summary {
    width: 100%;
    display: block;
    padding: 0 3px;
    width: 99.9%
}

.nproduct-page .loucas-summary:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
}

.nproduct-page .loucas-summary:last-child {
    margin-right: 0
}

.nproduct-page .loucas-summary:nth-child(0n) {
    margin-right: 0;
    float: right
}

.nproduct-page .loucas-summary:nth-child(0n+1) {
    clear: both
}

.nproduct-page .loucas-summary:last-child {
    display: unset
}

.is-mobile .nproduct-page {
    -ms-flex-flow: column;
    flex-flow: column
}

.nproduct-page {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-top: 10px;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.nproduct-page .btn.isnt-marketable {
    font-size: 1.25rem
}

.nproduct-page .bought-together-container {
    margin-bottom: 10px
}

.nproduct-page .box-section-title .box-section-title-wrap {
    width: 100%
}

.nproduct-page .box-section-title .box-section-title-name {
    color: #777;
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8
}

.nproduct-info {
    width: 100%
}

.nproduct-info label {
    margin: 0 0 8px 0
}

.nproduct-header {
    position: relative;
    margin-bottom: 10px
}

.nproduct-title {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400
}

.nproduct-title:before {
    float: right;
    width: 33px;
    height: 30px;
    content: ''
}

.lk-avaliar {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    margin-right: 7px
}

.infosArea {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

.infosArea .infosProduct {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 19px
}

.infosArea .infosProduct li {
    display: block;
    margin-bottom: 4px
}

.infosArea .infosProduct li span {
    font-weight: 600
}

.infosArea .resumeProduct {
    line-height: 21px
}

.wishlistArea .lk-addwishlist {
    font-size: 14px;
    color: #fff;
    text-decoration: underline
}

.wishlistArea .lk-addwishlist i {
    font-size: 13px;
    margin-right: 7px
}

.colSection {
    display: flex
}

.moreOptionsArea {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 18px
}

.moreOptionsArea label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0
}

.moreOptionsArea ul {
    display: inline-block;
    vertical-align: middle
}

.moreOptionsArea ul li {
    display: inline-block;
    margin: 0 5px
}

.moreOptionsArea ul img {
    height: 50px
}

.shippingArea {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px
}

.shippingArea label {
    display: block
}

.shippingArea .formShipping {
    display: inline-block
}

.shippingArea .formShipping .txtShipping {
    color: #383838;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    border-right: none;
    padding: 13px;
    width: 130px
}

.shippingArea .formShipping .btnShipping {
    background-color: #fff;
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif
}

.shippingArea .shippingResult {
    display: inline-block;
    width: 100%;
    font-size: 12px
}

.shippingArea .shippingResult .shippingList .item {
    display: inline-block;
    width: 44%;
    margin: 10px 5% 10px 0;
    vertical-align: top
}

.shippingArea .shippingResult .shippingList .item .title {
    font-weight: 800
}

.buyArea {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-top: 22px;
    padding-bottom: 23px
}

.buyArea .nprodct-price {
    margin-bottom: 12px
}

.buyArea .nprodct-price .nproduct-price-value {
    color: #282828;
    font-weight: 800;
    font-size: 24px
}

.buyArea .nprodct-price .nproduct-price-value .item-discount {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 6px;
    margin: 0 0 0 16px;
    position: relative;
    top: -3px;
    right: 0
}

.optionsArea {
    margin-left: auto;
    width: 60%
}

.optionsArea .listOptions li {
    display: inline-block;
    margin: 0 8px 5px 0;
    width: 22%;
    min-width: 66px;
    text-align: center
}

.optionsArea .listOptions li .option {
    font-size: 14px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 9px 10px;
    display: block;
    cursor: pointer
}

.optionsArea .listOptions li .option.selected, .optionsArea .listOptions li .option:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fff
}

.oldPrice {
    font-size: 16px;
    color: #999;
    margin-bottom: 6px
}

.oldPrice .nproduct-price-max {
    text-decoration: line-through
}

.product-subtitle {
    font-weight: 400
}

.nproduct-price-value {
    font-size: 1.6875rem;
    color: #ff6c00;
    font-weight: 700
}

.nproduct-price-value small {
    font-size: 1.25rem
}

.nproduct-price-installments {
    font-size: 1rem;
    color: #777
}

.nproduct-price-wrapper {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.nproduct-free-ship {
    border: solid #efefef;
    border-width: 2px 0 0;
    font-size: 1rem;
    color: #999;
    padding: 10px 0 0;
    font-weight: 500
}

.nproduct-free-ship strong {
    color: #ff6c00;
    text-transform: uppercase
}

.nproduct-free-ship.nproduct-free-ship-middle {
    border-width: 2px 0;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.nproduct-free-ship .product-free-ship-disclaimer {
    display: block;
    font-size: .6875rem;
    line-height: 1.8em
}

.nproduct-breadcrumb {
    box-shadow: inset 0 -2px 1px 0 rgba(204, 204, 204, .52)
}

.nproduct-mobile-title {
    background: #fff;
    padding: 0 10px
}

body .pagination > li:first-child > a, body .pagination > li:first-child > span, body .pagination > li:last-child > a, body .pagination > li:last-child > span, body .pagination > li > a, body .pagination > li > span {
    border-radius: 0;
    border: none
}

@media only screen and (max-width: 768px) {
    .product-images-container {
        margin-top: 10px
    }

    .product-group, .product-group-inner {
        display: block;
        overflow: hidden
    }

    .product-group-inner {
        overflow: scroll
    }

    .product-group-item {
        width: 50px;
        height: 50px;
        padding-top: 4px;
        margin-bottom: 20px;
        margin-right: 9px
    }

    .product-group-item-unit {
        line-height: 2.5rem
    }

    .product-group-item-sample, .product-group-item-unit {
        width: 40px;
        height: 40px
    }

    .product-group-label {
        font-size: .625rem
    }

    .page-products .product-gift.product-card {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        margin-bottom: 0
    }

    .product-images-container {
        min-height: 40px
    }

    .product-images {
        min-height: 194px
    }

    .product-thumbnails {
        padding: 0 15px
    }

    .product-rate {
        margin-top: 0
    }

    .product-rate .pagination {
        padding-bottom: 20px
    }

    .product-rate .list-group-text {
        text-transform: uppercase
    }

    .product-additional-description {
        margin: 0;
        padding: 0;
        font-weight: 300;
        font-size: .8125rem;
        color: #777;
        margin: 0 auto
    }

    .product-brand-description-text, .product-description-content {
        font-size: .8125rem
    }

    .product-holder .product-title {
        font-size: 1.125rem;
        line-height: 1.4;
        font-weight: 500
    }

    .product-holder .product-header {
        padding: 0 0 10px
    }

    .product-holder .product-header .product-attributes {
        display: none
    }

    .product-holder .product-details-header {
        font-size: .9375rem
    }

    .product-holder .product-attributes {
        margin: 10px 0;
        float: left
    }

    .product-holder .product-action-footer .product-rating, .product-holder .product-action-footer .product-sku {
        display: inline-block
    }

    .product-holder .product-action-footer .product-rating {
        text-align: left;
        width: calc(100% - 80px)
    }

    .product-holder .product-action-footer .product-sku {
        width: 65px;
        text-align: right
    }

    .product-holder .product-holder .product-rating-link {
        font-size: .8125rem
    }

    .product-holder .product-holder .product-rating {
        margin: 1px 0
    }

    .product-holder .product-buy {
        display: block;
        clear: both
    }

    .product-holder .product-buy .btn:not(.isnt-marketable) {
        padding: 15px 0;
        font-weight: 500;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .product-holder .product-holder-aside.product-card {
        position: relative;
        margin-bottom: 0;
        border: 0
    }

    .product-holder .product-holder-aside.product-card .carousel-dots {
        position: absolute;
        width: 100%;
        padding: 0;
        margin: 11px 0 0
    }

    .product-holder .product-holder-info.product-card {
        padding-top: 0
    }

    .product-holder .product-title {
        margin: 0
    }

    .product-holder .product-details {
        padding: 20px 10px
    }

    .product-holder .product-images-carousel:not(.owl-loaded) .product-image-wrapper:not(:first-child), .product-holder .product-images-carousel:not(.owl-loaded) .youtube-embed {
        display: none
    }

    .product-holder .product-action-wrapper {
        position: relative;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 14px 0 0
    }

    .product-holder .product-action-wrapper .item-price-value {
        font-size: 1.0625rem
    }

    .product-holder .product-action-wrapper .item-free-ship, .product-holder .product-action-wrapper .item-price-installments, .product-holder .product-action-wrapper .item-price-max {
        font-size: .9375rem
    }

    .product-holder .product-action-wrapper .price-holder {
        margin-bottom: 0
    }

    .product-holder .product-brand {
        width: 100px
    }

    .product-holder .product-brand-logo {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .enhance-icon, .product-holder .product-title-wrap .product-brand {
        display: none
    }

    .page-products main.container {
        margin-bottom: 0;
        background: #f8f8f8
    }

    .page-products .product-holder-inner {
        background: #f8f8f8
    }

    .page-products .section-header {
        margin-top: 25px
    }

    .page-products .section-header .section-title {
        font-size: 1.25rem
    }

    .page-products .section-header .section-subtitle {
        font-size: .8125rem
    }

    .product-action-footer {
        display: inline-block;
        width: 100%
    }

    .product-action-footer .rating {
        margin-top: 20px
    }

    .product-images {
        padding: 0 15px
    }

    .page-products .product-card {
        padding: 28px 15px;
        border-bottom: 1px solid #ebebeb;
        background: #fff;
        margin-bottom: 26px;
        display: block;
        clear: both;
        width: 100%
    }

    .page-products .product-card.showcase.owl-carousel {
        padding: 15px 15px 0 0
    }

    .product-modal .modal-dialog {
        width: auto;
        margin: 0
    }

    .review-content-relative {
        position: relative
    }

    .review-text-overflow {
        position: relative;
        max-height: 6em;
        overflow: hidden
    }

    .review-text-overflow:after {
        content: '';
        display: block;
        height: 40px;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff)
    }

    .nproduct-page .badges-wrapper {
        background: #fff;
        padding: 0 10px
    }

    .nproduct-gallery .product-image-wrapper {
        padding: 0 50px
    }

    .nproduct-page .product-actions, .nproduct-page .product-images {
        background: #fff
    }

    .nproduct-page .product-images {
        padding-top: 10px
    }

    .nproduct-page .product-image-wrapper {
        padding: 0 40px
    }

    .nproduct-page .product-actions {
        box-shadow: 0 1px 2px 0 #efefef;
        margin-bottom: 20px
    }

    .nproduct-page .container-padding-carousel .container-padding-carousel-inner {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nproduct-page .carousel-dots span {
        width: 9px;
        height: 9px
    }

    .nproduct-page .carousel-dots span.active span {
        background-color: #212121
    }

    .nproduct-page .few-colors, .nproduct-page .product-group-items .product-group-item.product-group-sample.product-group-active, .nproduct-page .product-group-plus {
        display: none
    }

    .nproduct-page .box-section-title {
        margin-bottom: 10px
    }

    .nproduct-page .box-section-title .box-section-title-name {
        line-height: 1.2
    }

    .nproduct-free-ship {
        text-align: center
    }

    .container-padding-carousel-inner, .nproduct-price-wrapper {
        margin-bottom: 10px
    }

    .container-padding-carousel .box-section-header {
        padding: 10px 10px 0
    }

    .container-padding-carousel .box-section-title {
        font-size: 1.125rem
    }

    .container-padding-carousel .container-padding-carousel-inner {
        background: #fff;
        padding: 0 10px;
        box-shadow: 0 1px 2px 0 #efefef;
        border: 1px solid #efefef
    }

    .product-lazy-container {
        background: #f8f8f8
    }
}

@media only screen and (min-width: 769px) {
    .bought-together-container {
        margin-bottom: 30px
    }

    .product-group-item-unavailable, .product-group-plus, .product-group-size {
        margin-left: 5px
    }

    .product-holder .product-holder-inner {
        width: calc(70% - 10px);
        float: right
    }

    .product-holder .product-holder-info {
        margin-bottom: 10px
    }

    .product-holder .product-holder-aside {
        float: left;
        width: 30%
    }

    .product-holder .product-action-wrapper {
        float: right;
        width: 220px
    }

    .product-holder .product-action-wrapper .product-price-holder {
        padding: 15px 5px;
        border: 1px solid #efefef;
        border-radius: 3px
    }

    .product-holder .product-price-holder {
        box-shadow: 0 1px 2px 0 #efefef
    }

    .product-holder .product-price-holder:after, .product-holder .product-price-holder:before {
        content: "";
        display: table
    }

    .product-holder .product-price-holder:after {
        clear: both
    }

    .product-holder .product-price-holder .product-buy {
        padding: 0 5px;
        display: block
    }

    .product-holder .product-price-holder .product-buy .btn:not(.isnt-marketable) {
        font-size: .9375rem;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .product-holder .product-header {
        border-bottom: 1px solid #efefef
    }

    .product-holder .product-title-wrap {
        float: left;
        width: calc(100% - 223px);
        display: block
    }

    .product-holder .product-brand {
        width: 220px;
        position: absolute;
        right: 0;
        bottom: -10px
    }

    .product-holder .product-brand img {
        max-width: 100%
    }

    .product-holder .product-title {
        font-size: 1.25rem;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-align: left;
        margin-top: 0;
        margin-bottom: 5px
    }

    .product-holder .product-image-wrapper {
        position: relative;
        padding-bottom: 100%
    }

    .product-holder .product-image-wrapper img {
        position: absolute;
        top: 0;
        left: 0
    }

    .product-holder .product-thumbnails {
        margin-top: 20px;
        overflow: hidden
    }

    .product-holder .product-thumbnails .spr-zoom {
        text-align: center;
        float: left;
        margin: 18px 10px
    }

    .product-holder .product-description {
        padding: 0 0 15px
    }

    .product-holder .product-group {
        margin-bottom: 10px
    }

    .product-holder .product-details {
        padding-right: 235px
    }

    .product-holder .product-details .list-group-text {
        font-weight: 700;
        font-size: .875rem;
        margin-bottom: 5px
    }

    .product-holder .product-details {
        margin-bottom: 30px
    }

    .product-holder .price-holder {
        padding: 0 5px
    }

    .product-holder .price-holder .product-attributes {
        display: none
    }

    .product-holder .product-list-title {
        text-align: left;
        margin-left: 110px;
        margin-top: 25px;
        font-size: 1rem;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .product-holder .product-list-description {
        margin-left: 110px
    }

    .product-holder .product-holder-inner .badges {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 10px;
        display: inline-block
    }

    .product-holder .product-rating {
        font-size: .8125rem
    }

    .product-holder .product-holder-aside .product-rating {
        display: block
    }

    .product-holder .product-rating-link {
        display: inline-block
    }

    .product-page .product-group .ico-plus {
        display: block
    }

    .product-page .list-group, .product-page .list-group-child, .product-page .list-group-item {
        border: none;
        box-shadow: none;
        padding: 0;
        overflow: hidden
    }

    .product-page .ico-minus, .product-page .ico-plus {
        display: none
    }

    .product-page .product-rate .list-group-text, .product-page .section-title {
        font-size: 1.375rem
    }

    .product-page .list-group-child {
        display: block
    }

    .product-page .list-group-item {
        cursor: text
    }

    .product-page .js-product-lightbox {
        cursor: pointer
    }

    .product-images-carousel {
        display: block;
        overflow: hidden;
        height: 0;
        padding-bottom: 100%
    }

    .gallery-lightbox .product-image-wrapper {
        padding: 0
    }

    .product-holder .gallery-lightbox {
        padding: .4em 45px
    }

    .product-gift {
        margin: 5px 0 15px;
        border: 1px solid #efefef;
        border-radius: 4px
    }

    .product-holder-inner .product-gift {
        margin-right: 228px
    }

    .product-group-item {
        margin-bottom: 30px
    }

    .product-group-item:nth-child(n+9) {
        display: none
    }

    .product-price-holder .product-group-item:nth-child(5n) {
        margin-right: 0
    }

    .product-image-zoom {
        display: none
    }

    .product-brand-description {
        margin-top: 20px
    }

    .product-brand-description .product-brand-logo {
        float: left;
        margin-right: 35px
    }

    .product-images .youtube-embed {
        padding-bottom: 100%
    }

    .product-images-container .youtube-embed {
        padding-bottom: 0
    }

    .product-see-more {
        margin-top: 10px
    }

    .product-rate .product-rating {
        float: left
    }

    .reviews-form label {
        text-transform: none;
        font-size: .875rem
    }

    .reviews-form-avaliate label {
        display: inline
    }

    .review-star-empty, .review-star-full, .review-star-half {
        margin-right: 2px
    }

    .add-review-btn {
        width: unset
    }

    .add-review-btn:after {
        margin-left: 9px;
        position: unset
    }

    .reviews-title {
        font-size: 1.375rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 25px
    }

    .product-without-reviews {
        margin: 0 0 30px
    }

    .rating-value-container {
        font-size: 2.6875rem;
        margin-right: 18px;
        color: #999;
        font-weight: 300;
        line-height: 3.75rem
    }

    .rating-stars-container {
        text-align: left
    }

    .rate-star-empty, .rate-star-full, .rate-star-half {
        font-size: 1.5rem
    }

    .review {
        padding: 10px 0;
        border-top: 1px solid #ededed
    }

    .review-header {
        margin-bottom: 2px
    }

    .review-user-name {
        font-weight: 400;
        font-size: 1rem
    }

    .review-text {
        font-size: .875rem
    }

    .review-read-more {
        display: none
    }

    .review-status {
        margin-top: 6px
    }

    .reviews-load-more {
        border: none;
        padding-top: 20px;
        display: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .reviews-load-more:after {
        margin-left: 2px;
        margin-bottom: 2px;
        height: 8px;
        width: 8px
    }

    .btn-add-review {
        margin: 5px auto 0 10px
    }

    .product-holder-aside .rate-star-empty, .product-holder-aside .rate-star-full, .product-holder-aside .rate-star-half, .product-holder-inner .rate-star-empty, .product-holder-inner .rate-star-full, .product-holder-inner .rate-star-half {
        margin-right: 2px
    }

    .nproduct-page .badges-wrapper {
        padding: 0;
        position: absolute;
        left: 110px;
        width: calc(100% - 120px);
        z-index: 1
    }

    .datasheet {
        margin-top: 20px
    }

    .nproduct-gallery {
        overflow: hidden;
        width: calc(100% - 435px);
        max-width: calc(100% - 435px);
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid #efefef
    }

    .nproduct-gallery .product-images-carousel {
        margin-top: 30px
    }

    .nproduct-page .product-gift {
        background: #f8f8f8;
        margin-left: 0;
        margin-right: 0
    }

    .nproduct-page .product-group-items {
        margin-left: -4px
    }

    .nproduct-page .loucas-summary {
        width: 99.9%
    }

    .nproduct-page .loucas-summary:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none
    }

    .nproduct-page .loucas-summary:last-child {
        margin-right: 0
    }

    .nproduct-page .loucas-summary:nth-child(0n) {
        margin-right: 0;
        float: right
    }

    .nproduct-page .loucas-summary:nth-child(0n+1) {
        clear: both
    }

    .nproduct-page {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 30px
    }

    .nproduct-page .stock-label {
        top: 40px;
        left: 110px
    }

    .nproduct-info {
        max-width: 435px
    }
}

@media only screen and (min-width: 520px) {
    .pagination-wrapper {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 991px) {
    .pagination-wrapper .pagination {
        margin: 0;
        float: right
    }

    .filter-button {
        display: block;
        text-align: left
    }

    .pagination {
        margin-top: 10px
    }

    .pagination-total {
        display: block
    }

    .bought-together {
        -ms-flex-flow: column;
        flex-flow: column
    }

    .bought-together-item:not(:last-child) {
        border-bottom: 1px solid #ebebeb
    }
}

@media only screen and (min-width: 992px) {
    .bought-together-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 2 - 15px);
        padding: 8px 0
    }

    .bought-together-item:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0
    }

    .bought-together-item:last-child {
        margin-right: 0
    }

    .bought-together-item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }

    .nproduct-page .badges-wrapper .item-discount {
        display: none
    }
}

@media only screen and (min-width: 520px) and (max-width: 768px) {
    .product-holder-aside, .product-holder-info {
        width: 50%;
        float: left
    }

    .product-details {
        clear: both
    }

    .product-holder .product-images {
        border: none
    }
}

@media only screen and (min-width: 1200px) {
    .nproduct-page .badges-wrapper .rating i {
        font-size: 1.125rem
    }
}

@media only screen and (max-width: 419px) {
    .nproduct-page .badges-wrapper .rating-count span {
        display: none
    }

    .datasheet .datasheet-characteristics {
        column-count: 1
    }
}

.accordion-facets:checked ~ .accordion-label .filter-title-arrow, .accordion-facets:checked ~ .accordion-label .filter-title:before {
    transform: translate3d(3px, -2px, 0) rotate(135deg)
}

.accordion-facets:checked ~ .accordion-facets-body {
    border-top: 1px dashed #efefef;
    display: block;
    height: auto;
    overflow: visible
}

.accordion-facets:checked ~ .accordion-facets-body.accordion-facets-open {
    border-top: none
}

.filter-items .filter-item.filter-hidden {
    display: none
}

.accordion-see-more {
    font-size: .875rem;
    padding: 10px 0 10px 7px;
    cursor: pointer;
    position: relative;
    display: block;
    color: #a43287;
    background: #fff
}

.accordion-see-more .ico {
    font-size: .5rem
}

.filter-item.filter-see-mode .accordion-see-more {
    padding: 0
}

.accordion-see-less {
    display: none
}

.accordion-see-less:after {
    content: none
}

.accordion-category:checked ~ .filter-items .filter-item.filter-hidden, .accordion-nested:checked + .filter-nested-wrap .filter-items .filter-item.filter-hidden, .overflow-facets:checked ~ .filter-items .filter-item.filter-hidden {
    display: block
}

.accordion-category:checked ~ .accordion-see-more, .accordion-nested:checked + .filter-nested-wrap .accordion-see-more, .overflow-facets:checked ~ .accordion-see-more {
    display: none
}

.accordion-category:checked ~ .accordion-see-less, .accordion-nested:checked + .filter-nested-wrap .accordion-see-less, .overflow-facets:checked ~ .accordion-see-less {
    display: block
}

.additional-title {
    margin-bottom: 14px;
    margin-top: 30px;
    text-align: center;
    font-size: 1.125rem;
    color: #777;
    font-weight: 500
}

.additional-description {
    font-size: .6875rem;
    color: #777;
    margin-bottom: 20px
}

.additional-description p {
    margin-bottom: 10px !important;
    line-height: 1.2 !important
}

.additional-description p br, .additional-description p:empty {
    display: none !important
}

.additional-description a {
    text-decoration: none !important;
    font-weight: 700 !important
}

.additional-description a:hover {
    color: #333 !important
}

.additional-description b, .additional-description strong {
    font-weight: 700 !important
}

.additional-description h3 {
    color: #777;
    font-size: 1.125rem !important;
    text-align: center !important
}

.additional-description h3 b, .additional-description h3 strong {
    font-weight: 500 !important
}

.breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px
}

.breadcrumb-item {
    display: inline;
    font-size: .75rem;
    position: relative;
    margin-right: 2px;
    color: #999
}

.breadcrumb-item:after {
    content: '';
    width: 6px;
    height: 6px;
    background: 0 0;
    border-width: 0 0 1px 1px;
    border-color: #333;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    margin: 0 4px
}

.breadcrumb-item:last-child:after {
    display: none
}

.nproduct-breadcrumb {
    padding-left: 0
}

.drop-select {
    position: relative;
    height: 35px;
    z-index: 1
}

.drop-select:after {
    content: " ";
    position: absolute;
    right: 14px;
    top: 14px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #999
}

.drop-select input[type=text] {
    height: 35px;
    width: 100%;
    padding: 5px;
    border: none;
    z-index: 1;
    background-color: transparent;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.drop-options {
    height: 33px;
    overflow: hidden;
    margin: 0;
    padding: 35px 0 0;
    position: absolute;
    width: 100%;
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 2px
}

.drop-options:hover, input[type=text]:focus + .drop-options {
    height: auto
}

.drop-options .drop-item {
    padding: 5px 8px;
    display: block;
    line-height: 1.5625rem;
    height: 35px;
    width: 100%;
    background: #fff
}

.drop-options .drop-item.is-active {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border: none
}

.filters {
    color: #4a4a4a;
    font-size: .875rem;
    position: relative
}

.filter-search {
    position: relative;
    z-index: 0
}

.filter-search .form-control {
    z-index: 1;
    padding-right: 28px
}

.filter-search .ico {
    color: #212121;
    position: absolute;
    font-size: 1.1875rem;
    right: 9px;
    top: 9px;
    z-index: 3
}

.text-icon {
    color: #ccc;
    font-size: 1.1875rem;
    z-index: 3
}

.filter-dot {
    display: inline-block;
    border-radius: 50%;
    margin: 3px 6px;
    background-color: #a43287;
    width: 7px;
    height: 7px
}

.filter-footer, .filter-header {
    display: none
}

.filter, .filter-item, .filter-title {
    display: block
}

.filter-item-all-products {
    padding: 0 0 10px 10px
}

.filter-title {
    padding: 7px 5px
}

.filter-title .ico {
    display: none;
    font-size: 8px
}

.filter-item {
    padding: 7px 0
}

.filter-item .list-group-text {
    display: block
}

.filter-item .ico {
    cursor: pointer
}

.filter-item.accordion-item, .filter-item.accordion-item .list-group-child .list-group-text {
    display: block
}

.filter-item .is-selected .accordion-category .list-group-text {
    display: inline-block
}

.filter-item .is-open > .filter-nested-wrap {
    display: block
}

.filter-item .is-open > a {
    color: #212121;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.filter-item .is-highlighted a, .filter-item .is-open.is-highlighted > a {
    color: #ff6c00;
    font-weight: 500
}

.filter-item .is-highlighted a .list-group-text, .filter-item .is-open.is-highlighted > a .list-group-text {
    display: inline-block
}

.filter-item .filter-nested-wrap .is-highlighted > a {
    color: #ff6c00
}

.filter-items .filter-item {
    font-size: .8125rem;
    position: relative
}

.filter-item.is-hidden {
    display: none
}

.filter-item .is-disabled {
    opacity: .4
}

.filter-item-all-products, .filter-nested-wrap .list-group-text, .list-group .filter-item .list-group-item {
    font-size: .875rem
}

.filter-item-length {
    float: right;
    color: #999;
    width: 20%;
    text-align: right
}

.filter-item-text {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 28px)
}

.filter-item-text.list-group-item {
    width: 100%
}

.filter-item-qtd {
    position: absolute;
    top: 8px;
    line-height: 16px;
    right: 3px
}

.filter-items {
    padding-left: 7px;
    padding-right: 2px
}

.filter-items::-webkit-scrollbar {
    width: 10px
}

.filter-items::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 0
}

.filter-items::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #999
}

.filter-links-wrapper .filter-items {
    max-height: none;
    overflow-y: visible
}

.filter-checkbox {
    padding: 8px;
    border: 1px solid #999;
    display: inline-block;
    float: left;
    position: relative;
    border-radius: 4px;
    margin-right: 10px
}

.filter-checkbox.filter-checkbox-checked {
    border-color: #ff6c00
}

.filter-checkbox.filter-checkbox-checked::before {
    color: #ff6c00;
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 6px;
    border-radius: 1px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(-45deg)
}

.filter-items-nocheck .filter-checkbox {
    display: none
}

.accordion-category:checked ~ .filter-items-hidden .filter-item-expand {
    display: block
}

.filter-nested-wrap {
    clear: both
}

.filter-nested-wrap.list-group-child {
    border-bottom: 0
}

.filter-nested-wrap .filter-nested-wrap .list-group-child-item {
    padding-left: 8px
}

.filter-nested-wrap .filter-item {
    padding-left: 15px
}

.filter-description {
    font-size: .75rem;
    line-height: 1.5;
    text-transform: none;
    padding-bottom: 20px
}

.aside-brand-logo {
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 190px
}

.filter-item:hover .filter-checkbox {
    color: #ff6c00;
    border-color: #ff6c00
}

.filter-item a {
    display: block
}

.filter-order-modal .list-group-item {
    text-transform: none
}

.filter-checkbox-footer, .filter-checkbox-header, .filter-controller {
    display: none
}

.filter-erase-link {
    color: #a43287;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
    float: right;
    font-size: .75rem
}

.filter-erase-link:hover {
    opacity: .8
}

.filter-selected-item {
    display: inline-block;
    padding: 10px;
    font-size: .75rem;
    cursor: pointer;
    margin: 0 7px 10px 0;
    border: 1px solid #a43287;
    color: #a43287
}

.filter-selected-item h2 {
    font-size: inherit;
    font-weight: 400;
    display: inline-block;
    margin-right: 3px
}

.filter-selected-item .ico {
    font-size: .5625rem;
    color: inherit;
    position: relative;
    right: -5px;
    width: 12px;
    height: 12px;
    display: inline-block
}

.filter-selected-item:hover {
    opacity: .8
}

.filter-selected-item.no-border {
    border: none;
    color: #4a4a4a;
    cursor: default
}

.filter-selected-item.no-border:hover {
    color: #4a4a4a;
    opacity: 1
}

.filter-selected-item.filter-selected-erase-all {
    color: #a43287;
    cursor: pointer;
    text-decoration: underline
}

.filter-selected-item.filter-selected-erase-all:hover {
    color: #a43287;
    opacity: .8
}

.isDinamic .filter-item {
    display: none
}

.isDinamic .filter-item-dinamic {
    display: block
}

.modal .list-group, .modal .list-group-item {
    border: none
}

.modal .list-group-item {
    cursor: pointer
}

.modal .list-group-item:hover {
    color: #ff6c00
}

.container-aside .content-page-title, .container-aside .content-page-title i, .container-aside .filter-title, .container-aside .filter-title i {
    color: #212121
}

.container-aside a.filter-title:hover {
    color: #ff6c00
}

.filter-ico {
    display: inline-block
}

.filter-buttons {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 15px 15px 20px;
    color: #999
}

.filter-buttons:last-child {
    border-left: 1px solid #efefef
}

.filter-buttons.pagination-total-mobile {
    font-size: .6875rem;
    margin: 0
}

.filter-buttons.filter-buttons-single {
    border: none;
    padding-right: 20px
}

.filter-buttons.filter-buttons-single .filter-order-by-button {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-type-menu {
    border: 1px solid #777;
    border-radius: 4px;
    padding: 10px;
    margin: 20px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8125rem;
    color: #999;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accordion-category {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0
}

.is-selected .accordion-category:after {
    border: solid #212121;
    border-width: 1px 1px 0 0;
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    right: 3px;
    top: 8px;
    transition: transform .25s ease-in-out;
    transform: translateZ(0) rotate(45deg)
}

.filter-item.filter-nested-hidden {
    display: none
}

.accordion-subcategory:checked ~ .filter-item-text .accordion-category:after {
    transform: translate3d(0, -2px, 0) rotate(135deg)
}

.accordion-nested:checked + .filter-nested-wrap .filter-item.filter-nested-hidden, .accordion-subcategory:checked ~ .filter-item.filter-nested-hidden {
    display: block
}

.filter-items-hidden .filter-item.filter-hidden {
    display: none
}

.accordion-category:checked ~ .filter-items-hidden .filter-item.filter-hidden, .filter-items-hidden.is-open, .filter-items-hidden.is-visible, .overflow-facets:checked + .filter-items .filter-item.filter-hidden {
    display: block
}

.accordion-facets-body {
    height: 0;
    overflow: hidden
}

.accordion-facets-body .list-group-item {
    padding: 12px 5px
}

.accordion-subcategory:checked ~ .list-group-child, .list-group-item.is-open + .list-group-child {
    display: block;
    margin-top: 8px
}

.showcase-hint-description {
    font-weight: 700;
    font-size: .9em;
    color: #212121
}

.page-gifts .showcase-gondola .showcase-item {
    margin-bottom: 10px;
    margin-top: 0
}

.modal-navigation-container {
    position: fixed;
    z-index: 10
}

.modal-navigation-container .feedback-fixed {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s;
    background: rgba(255, 255, 255, .7)
}

.modal-navigation-container .feedback-fixed.is-open {
    visibility: visible;
    opacity: 1
}

.modal-navigation-container .modal-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f8f8f8;
    visibility: hidden;
    transition: .4s;
    transform: translateX(100%)
}

.modal-navigation-container .modal-navigation-header {
    padding: 5px 15px;
    height: 60px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.modal-navigation-container .modal-navigation-header .modal-navigation-label {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center
}

.modal-navigation-container .modal-navigation-header .icon-pure-arrow-left {
    width: 0
}

.modal-navigation-container .modal-navigation-title {
    padding: 5px 15px;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.125rem
}

.modal-navigation-container .modal-navigation-title small {
    font-size: .875rem
}

.modal-navigation-container .modal-navigation-neck {
    padding: 10px;
    color: #777;
    font-size: .75rem
}

.modal-navigation-container .modal-navigation-neck .filter-search {
    display: block
}

.modal-navigation-container .modal-navigation-footer {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-top: 26px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #f8f8f8)
}

.modal-navigation-container .modal-navigation-footer .btn {
    margin: 15px
}

.modal-navigation-container .modal-navigation-footer .btn:last-child {
    margin-left: 0
}

.modal-navigation-container .modal-navigation-footer .btn-apply-filters {
    -ms-flex: 1;
    flex: 1
}

.modal-navigation-container .modal-navigation-footer .btn-clear-filter {
    background-color: #f8f8f8
}

.modal-navigation-container .modal-navigation-body {
    margin-bottom: 15px;
    height: 100%;
    padding-top: 65px;
    padding-bottom: 70px;
    overflow-y: auto
}

.modal-navigation-container .modal-navigation-body .modal-navigation-label {
    border-bottom: 1px solid #f8f8f8;
    padding: 15px
}

.modal-navigation-container .modal-navigation-input:checked + .modal-navigation {
    visibility: visible;
    transform: translateX(0)
}

.modal-navigation-container .filter-item, .modal-navigation-container .modal-navigation-item {
    list-style: none;
    background: #fff
}

.modal-navigation-container .filter-item .filter-item-link, .modal-navigation-container .filter-item .modal-navigation-label, .modal-navigation-container .modal-navigation-item .filter-item-link, .modal-navigation-container .modal-navigation-item .modal-navigation-label {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin: 0;
    -ms-flex-align: center;
    align-items: center
}

.modal-navigation-container .filter-item .filter-item-link, .modal-navigation-container .modal-navigation-item .filter-item-link {
    padding: 15px;
    border-bottom: 1px solid #f8f8f8
}

.modal-navigation-container .filter-item .filter-item-link .filter-checkbox, .modal-navigation-container .modal-navigation-item .filter-item-link .filter-checkbox {
    margin-right: 0;
    padding: 8px;
    border-radius: 4px;
    -ms-flex-order: 1;
    order: 1;
    color: #ccc;
    border-color: #ccc
}

.modal-navigation-container .filter-item .filter-item-link .filter-checkbox.filter-checkbox-checked, .modal-navigation-container .modal-navigation-item .filter-item-link .filter-checkbox.filter-checkbox-checked {
    color: #ff6c00;
    border-color: #ff6c00
}

.modal-navigation-container .filter-item .filter-item-link .filter-checkbox i, .modal-navigation-container .modal-navigation-item .filter-item-link .filter-checkbox i {
    color: inherit;
    width: 10px;
    border-width: 2px;
    height: 6px;
    left: 3px;
    top: 4px
}

.modal-navigation-container .modal-navigation-list {
    margin-bottom: 15px;
    padding: 0;
    border-bottom: 1px solid #ebebeb
}

.modal-navigation-container .list-group-category {
    display: block
}

.modal-navigation-container .filter-item-text, .modal-navigation-container .modal-navigation-text {
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px;
    font-size: .9375rem
}

.filter-checkbox-checked + .modal-navigation-container .filter-item-text, .filter-checkbox-checked + .modal-navigation-container .modal-navigation-text {
    font-weight: 700
}

.modal-navigation-container .modal-navigation-selected-count {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    color: #a43287;
    font-size: .8125rem;
    line-height: 20px
}

.modal-navigation-item .modal-navigation-header .modal-navigation-label {
    padding: 0;
    border: none
}

.no-results {
    padding: 15px 0;
    color: #000
}

.no-results .link {
    color: #ff6c00
}

.no-results-list {
    margin: 15px
}

.no-results-list-item:before {
    content: '*';
    margin-right: 5px;
    vertical-align: middle
}

.col-md-3-4.not-found-container {
    padding: 15px
}

.col-md-3-4.not-found-container .not-found-todo-list {
    line-height: 1.5rem;
    margin-top: 5px
}

.pagination-wrapper {
    display: table;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    background-color: #f4f4f4
}

.pagination-wrapper .filter-order {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.pagination-wrapper .filter-order-text {
    margin-right: 10px;
    line-height: 1.875rem;
    font-size: .75rem
}

.pagination-wrapper .filter-order .form-select {
    border-color: #ddd
}

.pagination-wrapper .pagination-grid {
    display: table-cell;
    padding-left: 11px;
    text-align: left;
    vertical-align: middle
}

.pagination-wrapper .pagination-grid .ico {
    font-size: 1rem
}

.pagination-total, .pagination-wrapper .pagination-total {
    display: table-cell
}

.pagination-total {
    font-size: .75rem;
    vertical-align: middle
}

.pagination-total-mobile {
    display: none
}

.pagination {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.pagination li a {
    padding: 10px;
    font-size: .75rem;
    color: #212121
}

.pagination .is-active a, .pagination li a:hover {
    background-color: #ff6c00;
    color: #fff
}

.pagination .ico {
    margin-left: 10px;
    font-size: .625rem
}

.pagination-action {
    cursor: pointer;
    padding: 0 2px;
    color: #212121
}

.pagination-action.is-active, .pagination-action:hover {
    color: #ff6c00
}

.pagination-action i {
    font-size: .625rem
}

.showcase-cards {
    margin-bottom: 20px
}

.showcase-with-cards {
    padding-top: 20px
}

.showcase-card-item {
    width: calc(99.9% * 1 / 2 - 5px);
    font-size: .75rem;
    border-bottom: 1px dotted #efefef;
    padding: 20px 0;
    color: #4a4a4a
}

.showcase-card-item:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none
}

.showcase-card-item:last-child {
    margin-right: 0
}

.showcase-card-item:nth-child(2n) {
    margin-right: 0;
    float: right
}

.showcase-card-item:nth-child(odd) {
    clear: both
}

.showcase-card-item:first-child {
    padding-top: 0
}

.showcase-card-item figure {
    min-width: 78px;
    min-height: 78px;
    display: inline-block;
    margin: 0;
    float: left
}

.showcase-card-item-image {
    float: left;
    margin-right: 10px
}

.showcase-card-item-title {
    display: block;
    margin-bottom: 3px
}

.showcase-card-item-text {
    overflow: hidden;
    font-size: .75rem;
    line-height: .9375rem
}

.is-mobile, .pagination-wrapper .filter-order.is-mobile {
    display: none
}

@media only screen and (max-width: 768px) {
    body .pagination-wrapper-header {
        display: inline-block;
        text-align: right;
        width: 100%;
        padding: 0;
        background: #fff
    }

    .products-list > .row {
        margin: 0
    }

    .is-mobile, .pagination-wrapper .filter-order.is-mobile {
        display: block
    }

    .accordion-facets:checked ~ .accordion-facets-body {
        border-top: none;
        border-bottom: 1px solid #ebebeb
    }

    .accordion-facets:checked ~ .accordion-facets-body .list-group {
        padding-left: 40px;
        border: none
    }

    .accordion-see-more {
        padding-left: 46px;
        margin: 0
    }

    .filter-item.filter-see-mode .accordion-see-more {
        padding: 12px 5px
    }

    .additional-description {
        margin-left: 20px;
        margin-right: 20px
    }

    .breadcrumb {
        padding-left: 10px;
        margin-bottom: 8px
    }

    .filter-footer, .filter-header {
        display: block
    }

    .pagination-wrapper {
        border: 1px solid #ddd;
        padding: 0;
        background: #fff;
        border-radius: 0
    }

    .filter-order .form-select {
        border-radius: 0;
        border: none;
        margin-top: 0 !important
    }

    .filter-order.filter-button-mobile a {
        display: inline-block;
        width: 100%;
        text-align: center;
        background: #fff;
        border-left: 1px solid #ddd;
        padding: 9px
    }

    .filter-order.filter-button-mobile a i {
        font-size: 18px
    }

    .filter-item-all-products {
        display: none
    }

    .container-aside:nth-child(1n) {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5000;
        padding: 40px 28px 50px;
        width: 100%;
        height: 100%;
        overflow: auto;
        transform: translate(-100%);
        transition: visibility .2s linear, transform .2s linear;
        background: #fff
    }

    .container-aside.open:nth-child(1n) {
        transform: translate(0)
    }

    .no-results {
        padding: 15px
    }

    div .pagination-wrapper-header .pagination-grid {
        display: none
    }

    div .pagination-wrapper-header .filter-order {
        width: 49.5%
    }

    div .pagination-wrapper-header .filter-order .filter-order-text {
        display: none
    }

    .filter-controller {
        display: none
    }

    .pagination-total-mobile {
        display: block;
        font-size: .75rem;
        margin: 10px
    }
}

@media only screen and (max-width: 991px) {
    .filter-button-mobile.filtros-button {
        position: relative;
        top: 0;
        left: 0;
        color: #333;
        margin: 0;
        padding: 0;
        height: auto
    }

    .filter-item.is-collapsable .list-group-text {
        padding-left: 7px
    }

    .pagination-wrapper .pagination {
        margin: 0;
        float: right
    }

    .filter-button {
        display: block;
        text-align: left
    }

    .pagination {
        margin-top: 10px
    }

    .pagination-total {
        display: block
    }
}

@media only screen and (min-width: 769px) {
    .breadcrumb-item:last-child {
        display: inline
    }

    .filter-search {
        margin: 10px 7px
    }

    .filter-title {
        font-size: 1.125rem;
        font-weight: 400
    }

    .filter-item-toggle {
        padding-top: 7px
    }

    .filter-item-toggle .list-group-text {
        padding-left: 15px
    }

    .filter-selected-items {
        display: block;
        margin-bottom: 20px
    }

    .filters {
        border-bottom: 0
    }

    .filters + .filters {
        border-top: 0
    }

    .filters .filter-nested-wrap {
        padding-left: 0
    }

    .filters .list-group {
        border: none;
        box-shadow: none
    }

    .filters .list-group-child-item, .filters .list-group-item {
        padding: 0;
        border: none
    }

    .filters .list-group-child-item {
        padding-top: 10px;
        padding-left: 22px
    }

    .filters .list-group-child {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .filters .filter-wrapper.list-group-item {
        padding: 15px 0
    }

    .filters .filter-wrapper {
        margin: 0 0 15px;
        padding: 7px;
        border: 1px solid #efefef;
        box-shadow: 0 1px 2px 0 #efefef
    }

    .filters .list-group-item.is-open + .list-group-child {
        padding-top: 8px;
        padding-bottom: 7px
    }

    .filters .has-right-icon .list-group-text {
        position: relative;
        font-size: inherit
    }

    .filters .has-right-icon .ico-minus, .filters .has-right-icon .ico-plus {
        right: auto;
        left: 0;
        font-size: 8px;
        color: #212121;
        top: 3px;
        transform: translate(0)
    }

    .filters .ico-chevron-right {
        display: none
    }

    .col-md-3-4.not-found-container {
        float: right
    }

    .showcase-card-item:nth-child(-n+2) {
        padding-top: 0
    }
}

@media only screen and (min-width: 992px) {
    .filter-item.is-collapsable .list-group-text {
        margin-left: 15px
    }
}

@media only screen and (max-width: 991px) {
    .filter-item.is-collapsable .list-group-text {
        padding-left: 7px
    }

    .pagination-wrapper .pagination {
        margin: 0;
        float: right
    }

    .filter-button {
        display: block;
        text-align: left
    }

    .pagination {
        margin-top: 10px
    }

    .pagination-total {
        display: block
    }
}

@media only screen and (min-width: 520px) {
    .pagination-wrapper {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 519px) {
    .pagination-wrapper .filter-order {
        width: 100%;
        float: left;
        text-align: left
    }

    body .pagination-wrapper .filter-order .form-select {
        margin-top: 0 !important;
        width: 100%
    }

    .pagination li a {
        padding: 8px
    }

    .pagination-wrapper .pagination, .pagination-wrapper .pagination-total {
        display: block;
        float: none
    }

    .pagination-wrapper .pagination {
        margin-top: 10px
    }

    .showcase-card-item {
        width: calc(99.9% * 1 / 1 - 0px);
        height: auto;
        padding-bottom: 15px
    }

    .showcase-card-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .showcase-card-item:last-child {
        margin-right: 0
    }

    .showcase-card-item:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    sporti .showcase-card-item:nth-child(1n+1) {
        clear: both
    }
}

.brand-list .breadcrumb-item:last-child {
    text-decoration: underline
}

.brand-list .container-content {
    width: 100%
}

.brand-list .container-content .brand-content-header {
    font-size: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 3px
}

.brand-list .container-content .brand-content-header .title-page {
    color: #000 !important;
    margin-left: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-transform: none
}

.brand-list .container-content .brand-content-header .brand-selection-area {
    margin-bottom: 24px;
    margin-left: 24px
}

.brand-list .container-content .brand-content-header .brand-selection-area select {
    border-radius: 5px;
    display: inline-block
}

.brand-list .container-content .brand-content-header .brand-selection-area ul {
    display: inline-block;
    margin-left: 5px
}

.brand-list .container-content .brand-content-header .brand-selection-area ul li {
    display: inline-block
}

.brand-list .container-content .brand-content-header .brand-selection-area ul li a {
    display: inline-block;
    padding: 5px 10px;
    text-align: center
}

.brand-list .container-content .brand-content-area {
    margin-top: 20px
}

.brand-list .container-content .brand-content-area .brand-item-group {
    margin: 24px 0
}

.brand-list .container-content .brand-content-area .brand-item-group .brand-separator {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.brand-list .container-content .brand-content-area .brand-item-group .brand-card {
    margin: 5px 5px;
    display: inline-block;
    width: 230px;
    height: 130px;
    vertical-align: middle
}

.brand-list .container-content .brand-content-area .brand-item-group .brand-card a img {
    text-align: center;
    max-height: 100%;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    .brand-list .container-content .brand-content-header {
        text-align: center
    }

    .brand-list .container-content .brand-content-header .title-page {
        margin-left: 0
    }

    .brand-list .container-content .brand-content-header .brand-selection-area {
        margin-left: 0
    }

    .brand-list .container-content .brand-content-header .brand-selection-area select {
        width: 80%;
        border: 1px solid #e4e4e4
    }

    .brand-list .container-content .brand-content-area .brand-item-group .brand-card {
        width: 45%;
        height: auto
    }
}

body {
    padding: 0;
    margin: 0
}

.content-manutencao {
    font-size: 20px;
    color: #fff;
    background: #333;
    font-family: Raleway, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content-manutencao a {
    color: #fff
}

.content-manutencao p {
    line-height: 26px;
    margin-bottom: 10px
}

.content-manutencao main {
    min-height: 450px
}

.content-manutencao .left-area {
    float: left
}

.content-manutencao .right-area {
    float: right
}

.content-manutencao .title {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
    margin-bottom: 10px
}

.content-manutencao .bt-error {
    background: #444;
    border-radius: 3px;
    padding: 10px 20px 12px;
    color: #fff;
    margin: 20px 5px 0 0;
    display: inline-block
}

.content-manutencao .icon-error {
    font-size: 120px;
    display: inline-block;
    color: #fff
}

.content-manutencao .left-area {
    position: relative;
    margin-top: 130px;
    padding: 0 100px
}

.content-manutencao .left-area .title {
    margin-top: 30px;
    font-size: 43px
}

.content-manutencao .icon-social {
    font-size: 50px;
    display: inline-block;
    margin: 0 15px 0 0
}

.content-manutencao .right-area {
    margin-top: 120px
}

.content-manutencao .right-area .title {
    font-size: 35px
}

.content-manutencao ul {
    list-style-type: circle;
    padding: 29px 34px
}

.content-manutencao ul li {
    margin: 10px 0
}

@media only screen and (max-width: 768px) {
    .content-manutencao main {
        text-align: center
    }

    .content-manutencao main .left-area {
        margin-top: 40px;
        padding: 0 5px
    }

    .content-manutencao main .left-area .title {
        font-size: 34px
    }

    .content-manutencao main .right-area {
        margin-top: 0
    }

    .content-manutencao main .icon-error {
        font-size: 100px
    }
}

.av-aviseme {
    z-index: 8001 !important
}

.av-aviseme-sucesso .av-fechar {
    width: auto;
    top: 5px
}

.modal-aviseme {
    font-size: 12px
}

.modal-aviseme .modal-content {
    border-radius: 0;
    padding: 5px 10px
}

.modal-aviseme .modal-header {
    border-bottom: 0
}

.modal-aviseme .modal-header #aviseme-modal-title {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase
}

.modal-aviseme .modal-header .close {
    background-color: #c9031a;
    color: #fff;
    float: right;
    font-family: arial;
    font-size: 1.3em;
    font-weight: 100;
    margin-top: 0;
    opacity: 1;
    padding: 8px 10px;
    position: absolute;
    right: 21px;
    top: 29px;
    transform: translateY(-75%)
}

.new-modal-aviseme .modal-body .close {
    background: 0 0;
    border: none;
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 20px;
    color: #2c3691
}

.aviseme-dados-usuario {
    margin-top: 20px
}

.aviseme-detalhe-produto .aviseme-nome-produto {
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px
}

.aviseme-precos .preco-promocional .preco-de {
    display: block
}

.aviseme-precos .preco-promocional .aviseme-preco-de {
    font-size: 1.1em
}

.aviseme-precos .preco-promocional .aviseme-preco-valor-de {
    font-size: 1.2em;
    text-decoration: line-through;
    margin-left: 2px
}

.aviseme-precos .preco-promocional .preco-por {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em
}

.aviseme-precos .preco-promocional .preco-por .aviseme-preco-valor {
    font-size: 1.7em;
    font-weight: 600;
    margin-left: 3px
}

.aviseme-precos .aviseme-preco-normal .aviseme-preco-por {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em
}

.aviseme-precos .aviseme-preco-normal .aviseme-preco-valor {
    font-size: 1.7em;
    font-weight: 600;
    margin-left: 3px
}

.aviseme-detalhe-produto .opcoes {
    margin-top: 10px
}

.modal-aviseme .opcoes small {
    font-size: .9em
}

.modal-aviseme .aviseme-dados-usuario input.error {
    border: 1px solid red
}

.modal-aviseme .aviseme-dados-usuario input.error + label.error {
    color: red;
    padding-left: 0;
    margin-top: 3px;
    font-size: 13px
}

.aviseme-dados-usuario label {
    font-size: 1em
}

.modal-aviseme .modal-footer .aviseme-btn-salvar {
    display: inline-block;
    width: 100%;
    background-color: #c9031a;
    color: #fff;
    font-size: 24px;
    text-align: center;
    height: 40px;
    border-radius: 5px;
    position: relative;
    font-family: 'Open Sans', sans-serif
}

.modal-aviseme .modal-footer .aviseme-btn-salvar:active {
    background-color: #c9031a;
    color: #fff;
    border-color: #c9031a
}

@media (max-width: 768px) {
    .modal-aviseme {
        font-size: 16px
    }

    .modal-aviseme .modal-content {
        margin-top: 35px
    }

    .modal-aviseme .aviseme-product-image {
        margin-bottom: 20px;
        text-align: center
    }

    .modal-aviseme .aviseme-product-image img {
        display: block;
        margin: 0 auto
    }

    .modal-aviseme .modal-header #aviseme-modal-title {
        font-size: 1em
    }

    .aviseme-detalhe-produto .aviseme-nome-produto {
        font-size: 1em
    }

    .aviseme-precos .preco-promocional .aviseme-preco-de {
        font-size: .9em
    }

    .aviseme-precos .preco-promocional .aviseme-preco-valor-de {
        font-size: .9em
    }

    .aviseme-precos .preco-promocional .preco-por {
        font-size: 1.1em
    }

    .aviseme-precos .preco-promocional .preco-por .aviseme-preco-valor {
        font-size: 1.3em
    }
}

[data-bloco-produto-listagem=bloco] [data-bloco-produto-listagem=comprar].aviseme-btn-product, [data-detalhe-produto=box-compra] [data-detalhe-produto=comprar].aviseme-btn-product {
    background-color: #afafaf;
    color: #000;
    font-size: 16px !important;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal
}

[data-bloco-produto-listagem=bloco] [data-bloco-produto-listagem=comprar].aviseme-btn-product:hover, [data-detalhe-produto=box-compra] [data-detalhe-produto=comprar].aviseme-btn-product:hover {
    background-color: #cecece;
    opacity: 1;
    text-decoration: underline
}

.guia-medida {
    font-size: 12px
}

.guia-medida .modal-content {
    border-radius: 0;
    padding: 5px 10px
}

.guia-medida .modal-header {
    border-bottom: 0
}

.guia-medida .modal-header #aviseme-modal-title {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase
}

.guia-medida .modal-header .close {
    background-color: #c9031a;
    color: #fff;
    float: right;
    font-family: arial;
    font-size: 1.3em;
    font-weight: 100;
    margin-top: 0;
    opacity: 1;
    padding: 8px 10px;
    position: absolute;
    right: 21px;
    top: 29px;
    transform: translateY(-75%)
}

.guia-medida .opcoes small {
    font-size: .9em
}

.guia-medida .aviseme-dados-usuario input.error {
    border: 1px solid red
}

.guia-medida .aviseme-dados-usuario input.error + label.error {
    color: red;
    padding-left: 0;
    margin-top: 3px;
    font-size: 13px
}

.guia-medida .modal-footer .aviseme-btn-salvar {
    display: inline-block;
    width: 100%;
    background-color: #c9031a;
    color: #fff;
    font-size: 24px;
    text-align: center;
    height: 40px;
    border-radius: 5px;
    position: relative;
    font-family: 'Open Sans', sans-serif
}

.guia-medida .modal-footer .aviseme-btn-salvar:active {
    background-color: #c9031a;
    color: #fff;
    border-color: #c9031a
}

@media (max-width: 768px) {
    .guia-medida {
        font-size: 16px
    }

    .guia-medida .modal-content {
        margin-top: 35px
    }

    .guia-medida .aviseme-product-image {
        margin-bottom: 20px;
        text-align: center
    }

    .guia-medida .aviseme-product-image img {
        display: block;
        margin: 0 auto
    }

    .guia-medida .modal-header #aviseme-modal-title {
        font-size: 1em
    }
}

.list-caixa .row {
    padding-left: 5px;
    padding-right: 5px
}

.list-caixa .category-page-title {
    color: #005629 !important
}

.list-caixa .area-group {
    margin-bottom: 30px
}

.list-caixa .bg-theme {
    background-color: #005629;
    color: #fff
}

.list-caixa .title-color {
    font-size: 14px;
    color: #cfc179;
    font-weight: 700
}

.list-caixa .text-total {
    font-size: 20px
}

.list-caixa .form-input {
    padding: 10px;
    width: 100%;
    border: 1.5px solid #ccc;
    border-radius: 5px
}

.list-caixa .input-qtd {
    width: 45px;
    height: 25px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    line-height: 26px;
    font-size: 13px
}

.list-caixa .border-qtd {
    border: 1px solid #ddd;
    border-radius: 5px
}

.list-caixa .border {
    border: 1px solid #ddd
}

.list-caixa .title-product {
    font-size: 22px;
    color: #005629;
    font-weight: 700
}

.list-caixa .title-minha-caixa {
    font-size: 24px;
    font-weight: 700
}

.list-caixa .item-list .title {
    font-size: 16px
}

.list-caixa .item-list .right-info {
    padding: 0
}

.list-caixa .item-list .right-info .col-6:nth-child(1n) {
    margin-right: 0
}

.list-caixa .item-list > .row > .col-3 {
    margin-right: 0
}

.list-caixa .btn {
    height: 30px;
    font-size: 13px
}

.list-caixa .btn.btn-primary.btn-theme {
    background-color: #005629;
    color: #fff;
    padding: 2px 10px
}

.list-caixa .btn.btn-primary.btn-theme.outstock {
    opacity: .6;
    cursor: default
}

.list-caixa .btn.btn-primary.btn-theme-default {
    background-color: #555;
    color: #fff
}

.list-caixa .b-shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.list-caixa .border-y {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.list-caixa .table > thead > tr > th {
    border-bottom: none;
    font-size: small;
    font-weight: 400
}

.list-caixa .table > tbody > tr > th {
    font-weight: 400;
    text-align: center
}

.list-caixa .price-table {
    color: #bdaa32;
    font-weight: 700 !important
}

.list-caixa .line-intro {
    line-height: 32px
}

.list-caixa .price-unit {
    font-size: 18px;
    padding-top: 12px
}

.list-caixa .title-item {
    font-size: 16px;
    font-weight: 400
}

.list-caixa .number-cx {
    font-size: 2em;
    color: #005629
}

.list-caixa .circle-icon-table {
    border-radius: 80%;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #c7c7c7;
    opacity: .8;
    color: #fff
}

.list-caixa .btn-add {
    width: 30px;
    padding: 5px
}

.list-caixa .btn-remove {
    width: 20px;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 16px
}

.list-caixa .area-scrool {
    overflow: auto;
    height: 265px
}

@media only screen and (max-width: 768px) {
    .list-caixa .line-intro, .list-caixa .line-intro.price-table {
        text-align: center
    }

    .list-caixa .title-product {
        padding-left: 5px
    }

    .list-caixa .reset-space {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .list-caixa .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 5px;
        padding-right: 5px
    }

    .list-caixa .row.row-mobile {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px
    }

    .list-caixa .price-unit {
        font-weight: 600;
        font-size: 12px;
        padding-top: 8px
    }

    .list-caixa .mobile-padding-img {
        padding-top: 10px
    }

    .list-caixa .btn-remove {
        padding-left: 12px
    }

    .list-caixa .btn.btn-primary.btn-theme.enviar-mobile {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 45px;
        padding-right: 45px;
        white-space: initial;
        height: auto
    }

    .list-caixa .btn.btn-primary.btn-theme-default {
        height: 45px
    }

    .list-caixa .form-input {
        height: 45px
    }

    .list-caixa .text-total {
        font-size: 22px !important;
        font-weight: 600
    }

    .list-caixa .number-cx {
        font-size: 18px
    }

    .list-caixa .mt-caixa-mobile {
        margin-top: 30px
    }
}

.notfound {
    margin-top: 10%
}

.notfound h2 {
    color: #fff
}

.notfound p {
    font-size: 18px
}

.notfound a, .notfound a:hover {
    color: #fff;
    background: #000
}

div.hidden {
    display: none
}

.listaNota {
    margin: 0;
    padding: 0
}

.listaNota li {
    display: inline-block;
    width: 15px;
    margin-right: 5px;
    outline: 0
}

.listaNota li input {
    outline: 0;
    box-shadow: none !important
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.areaZoom {
    position: relative
}

.areaZoom div img {
    max-width: inherit
}

.areaZoom div div {
    z-index: 10
}

.icon-btn-comprar:before {
    content: '';
    width: 21px;
    height: 20px;
    background: url(/static/images/sprite.png) no-repeat -1px -1px;
    display: inline-block
}

.nproduct-info .shareArea {
    display: inline-block;
    width: 100%;
    margin-top: 20px
}

.nproduct-info .shareArea label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px
}

.nproduct-info .shareArea .sharList {
    display: inline-block;
    vertical-align: middle
}

.nproduct-info .shareArea .sharList .SocialMediaShareButton {
    display: inline-block;
    cursor: pointer;
    margin: 0 2px
}

.quantityArea {
    width: 40%
}

.quantityArea .btnLess, .quantityArea .btnMore {
    width: 40px;
    color: #000;
    font-size: 15px;
    font-weight: 100
}

.quantityArea .btnLess, .quantityArea .btnMore, .quantityArea .txtQuantity {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 1px solid #ccc
}

.quantityArea .btnLess {
    border-radius: 5px 0 0 5px;
    border-right: none
}

.quantityArea .btnMore {
    border-radius: 0 5px 5px 0;
    border-left: none
}

.quantityArea .txtQuantity {
    width: 58%;
    margin-left: -3px;
    margin-right: -4px
}

.content-product {
    border-top: 1px solid #ededed;
    padding-top: 25px;
    margin-top: 50px
}

.reviewsArea {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ededed;
    padding-top: 33px;
    margin-top: 25px;
    margin-bottom: 30px
}

.buyButtonArea {
    display: inline-block;
    width: 60%
}

.buyButtonArea .buyButton {
    display: inline-block;
    width: 100%;
    background-color: #c9031a;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 28px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    position: relative;
    font-family: 'Open Sans', sans-serif
}

.buyButtonArea .buyButton i {
    position: absolute;
    top: 5px;
    left: 15px
}

.buyButtonArea .buyButton svg {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 26px;
    height: 21px
}

.buyButtonArea .buyButton.notifyButton {
    background-color: #f02f2f;
    color: #fff
}

.buyButtonArea .buyButton.notifyButton i {
    top: 8px
}

.breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px
}

.breadcrumb-item {
    display: inline;
    font-size: .75rem;
    position: relative;
    margin-right: 2px;
    color: #999
}

.breadcrumb-item:after {
    content: '';
    width: 7px;
    height: 7px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #999;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg)
}

.breadcrumb-item:last-child {
    font-weight: 700
}

.breadcrumb-item:last-child:after {
    display: none
}

.lk-avaliar {
    font-size: 14px;
    color: #fff;
    text-decoration: underline
}

.pagination-wrapper {
    display: table;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    background-color: #f8f8f8;
    margin-left: 10px
}

.pagination-wrapper .filter-order {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.pagination-wrapper .filter-order-text {
    margin-right: 10px;
    line-height: 1.875rem;
    font-size: .75rem
}

.pagination-wrapper .filter-order .form-select {
    border-color: #ddd
}

.pagination-wrapper .pagination-grid {
    display: table-cell;
    padding-left: 11px;
    text-align: left;
    vertical-align: middle
}

.pagination-wrapper .pagination-grid .ico {
    font-size: 1rem
}

.pagination-total, .pagination-wrapper .pagination-total {
    display: table-cell
}

.pagination-total {
    font-size: .75rem;
    vertical-align: middle
}

.pagination-total-mobile {
    display: none
}

.pagination {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.pagination li a {
    padding: 10px;
    font-size: .75rem;
    color: #212121
}

.pagination .is-active a, .pagination li a:hover {
    background-color: #ff6c00;
    color: #fff
}

.pagination .ico {
    margin-left: 10px;
    font-size: .625rem
}

.pagination-action {
    cursor: pointer;
    padding: 0 2px;
    color: #212121
}

.pagination-action.is-active, .pagination-action:hover {
    color: #ff6c00
}

.pagination-action i {
    font-size: .625rem
}

.bought-together {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bought-together .item-price-max {
    font-size: .75rem
}

.bought-together-title {
    font-size: 1rem;
    font-weight: 500
}

.bought-together-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 1 - 0px);
    padding: 8px
}

.bought-together-item:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
}

.bought-together-item:last-child {
    margin-right: 0
}

.bought-together-item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto
}

.bought-together-one-by-row .bought-together-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 1 - 0px)
}

.bought-together-one-by-row .bought-together-item:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0
}

.bought-together-one-by-row .bought-together-item:last-child {
    margin-right: 0
}

.bought-together-one-by-row .bought-together-item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto
}

.bought-together-images {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.bought-together-images img {
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px
}

.bought-together-product-text {
    font-size: .875rem;
    width: 100%;
    margin: 15px 0
}

.bought-together-plus {
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 30px
}

.bought-together-plus:after, .bought-together-plus:before {
    background-color: #a43287;
    content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    transition: transform .25s ease-in-out
}

.bought-together-plus:after {
    margin-left: -2px;
    transform: rotate(90deg)
}

.bought-together-button, .play-arrow-button {
    margin-top: 2px
}

.bought-together-button i, .play-arrow-button i {
    float: right;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    margin: 8px 0 8px 6px
}

.bought-together-footer {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.buy-button-sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: -1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .94));
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    padding: 7px 10px 6px;
    z-index: 2;
    margin: 15px 0
}

.buy-button-sticky .product-buy {
    margin-top: 0
}

.buy-sticky {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.buy-sticky-price {
    width: calc(50% - 10px);
    margin-right: 10px
}

.buy-sticky-price .item-discount, .buy-sticky-price .nproduct-price-installments {
    display: none
}

.buy-sticky-btn {
    width: 50%;
    min-width: 154px
}

.btn-lightbox-close {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    z-index: 999
}

.modal-image-zooming .btn-lightbox-close {
    position: fixed
}

.gallery-lightbox {
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    background: #fff;
    opacity: 0;
    transition: opacity .2s linear
}

.gallery-lightbox.is-open {
    visibility: visible;
    opacity: 1
}

.gallery-lightbox .feedback-fixed {
    display: none;
    background: rgba(255, 255, 255, .8)
}

.gallery-lightbox .feedback-fixed.is-open {
    display: block
}

.gallery-lightbox .product-images-container {
    white-space: nowrap
}

.gallery-lightbox .product-image-thumb {
    display: inline-block
}

.gallery-lightbox .btn-lightbox-close {
    display: block
}

.gallery-lightbox .owl-item .youtube-embed {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.gallery-lightbox .product-images {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.gallery-lightbox .product-images .product-image {
    width: 100%
}

.product-images-container {
    margin-top: 30px
}

.product-images-container .youtube-embed {
    border: 1px solid #ebebeb
}

.product-images-container .youtube-embed .ico {
    display: block !important
}

.gallery-lightbox .product-images {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(0)
}

.gallery-lightbox .carousel-dots {
    display: none
}

.gallery-lightbox .owl-stage-outer {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex: 1;
    flex: 1
}

.gallery-lightbox .owl-stage {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.gallery-lightbox .owl-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery-lightbox .product-image-wrapper {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.gallery-lightbox .product-image-wrapper .product-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.gallery-lightbox .owl-carousel.product-images-carousel {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    padding: 0;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.gallery-lightbox .product-image-wrapper {
    padding: 0
}

.gallery-lightbox .product-images .product-title {
    font-size: 1rem;
    padding-right: 40px;
    margin-bottom: 10px
}

.product-holder .gallery-lightbox .product-images {
    position: absolute
}

.product-holder .gallery-lightbox .product-title {
    z-index: 1;
    text-align: center;
    display: block;
    padding: .2em 45px
}

.product-group-item {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    transition: all .1s;
    margin-right: 5px;
    width: 34px;
    height: 34px;
    padding-top: 4px
}

.product-group-item:hover .popover {
    display: block
}

.product-group-item img {
    box-shadow: 0 0 0 1px #efefef;
    border-radius: 50%
}

.product-group-item.isnt-marketable:before {
    content: 'âœ•';
    display: block;
    color: #fff;
    background-color: #000;
    padding: 1px 3px;
    font-size: .625rem;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 9px;
    font-weight: 700;
    width: 14px;
    height: 14px
}

.product-group-item-unit {
    box-shadow: 0 0 0 1px #efefef;
    font-size: 8px;
    text-align: center;
    display: inline-block;
    line-height: 1.625rem
}

.product-group-item.is-selected, .product-group-item.product-group-active, .product-group-item:hover {
    box-shadow: 0 0 0 2px #ff6c00
}

.product-group-item-sample, .product-group-item-unit {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    transition: all .15s;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.product-group-label {
    font-size: 8px;
    color: #ff6c00;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    display: block;
    margin-top: 8px;
    position: absolute;
    bottom: -15px
}

.product-group-size {
    font-size: .75rem;
    margin-bottom: 10px
}

.product-group-items {
    padding: 2px;
    overflow: initial;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-group-item-unavailable, .product-group-plus {
    font-size: .75rem;
    color: #bf3938
}

.product-group-item-unavailable {
    margin-bottom: 20px;
    margin-top: 10px
}

.product-group-plus {
    color: #a43287
}

.product-group-plus:hover {
    text-decoration: underline
}

.product-group-checkbox, .product-group-checkbox:checked ~ .product-group-plus {
    display: none
}

.product-group-checkbox:checked ~ .product-group-inner .product-group-items {
    width: 100% !important
}

.product-group-checkbox:checked ~ .product-group-inner .product-group-items .product-group-item:nth-child(n+11), .product-group-checkbox:checked ~ .product-group-inner .product-group-items .product-group-item:nth-child(n+9) {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.product-image-zoom-wrapper {
    position: relative;
    z-index: 1;
    left: 100%;
    width: 0
}

.notify-me {
    line-height: 1.25rem
}

.notify-me hr {
    margin: 10px 0
}

.notify-me .form-group {
    margin-bottom: 20px
}

.notify-me-form {
    margin-top: 20px
}

.product-brand-description .product-brand {
    text-align: center
}

.product-brand-description .see-more {
    color: #a43287;
    font-size: .75rem
}

.product-brand-description-text {
    margin: 10px 0
}

.product-gift {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    min-height: 127px;
    margin: 15px 0 10px
}

.product-gift:active, .product-gift:focus, .product-gift:hover {
    box-shadow: 0 1px 2px 0 #efefef
}

.product-gift-content {
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px
}

.product-gift-title {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #ff6c00
}

.product-gift-name {
    padding: 0;
    margin: 4px 0 0;
    font-size: .875rem;
    font-weight: 400
}

.product-gift-description {
    padding: 0;
    margin: 8px 0 0;
    font-size: .8125rem;
    font-weight: 400;
    color: #777
}

.product-images-container {
    text-align: left;
    white-space: normal;
    min-height: 60px
}

.product-images-container .product-image-thumb {
    padding: 3px;
    box-shadow: inset 0 0 0 1px #ebebeb;
    transition: all .15s;
    display: inline-block;
    border-radius: 4px
}

.product-images-container .product-image-thumb.is-active, .product-images-container .product-image-thumb:hover {
    box-shadow: inset 0 0 0 2px #ff6c00
}

.product-images {
    display: block;
    text-align: center;
    position: relative
}

.product-images .owl-item img {
    width: 100%
}

.product-images .youtube-embed {
    background-size: contain;
    padding-top: 0;
    min-height: auto
}

.product-images-container .youtube-embed {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    min-height: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative
}

.product-images-container .youtube-embed:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    background-color: #777
}

.product-images-container .youtube-embed .ico {
    font-size: 1.875rem
}

.product-image {
    width: 100%;
    max-width: 100%;
    height: auto
}

.product-thumbnails {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

.gallery-lightbox .product-thumbnails {
    display: block
}

.product-price-holder .product-discount {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px
}

.product-price-holder .in-cash {
    color: #777;
    font-weight: 300
}

.price-holder {
    margin-bottom: 10px
}

.price-holder .rating {
    display: none
}

.product-rate {
    clear: both;
    width: 100%;
    margin-top: 20px
}

.product-rate .list-group-text {
    margin-right: 10px
}

.product-holder .product-rating {
    margin: 2px 0;
    margin-right: 10px
}

.product-holder .product-rating-link {
    padding: 3px 0;
    font-size: .875rem;
    text-decoration: none;
    color: #777
}

.product-holder .product-rating-link:hover {
    text-decoration: none
}

.product-holder .product-rating-link:hover span.rating-count, .product-holder .product-rating-link:hover span.rating-empty {
    color: #ff6c00;
    text-decoration: underline;
    cursor: pointer
}

.product-holder .product-rating .rating {
    display: inline-block;
    font-size: .875rem
}

.product-holder .product-holder-aside .product-rating {
    display: none
}

.product-see-more a {
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    color: #a43287;
    font-size: .75rem;
    border: 1px solid #a43287;
    margin: 0 10px 10px 0;
    border-radius: 4px
}

.product-wish-list {
    vertical-align: top;
    color: #ff6c00;
    font-size: .875rem;
    margin-bottom: 15px
}

.product-wish-list .wish-list-add {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.product-wish-list .wish-list-add:hover {
    color: #e66100
}

.product-wish-list .wish-list-add:after {
    content: '';
    width: 7px;
    height: 7px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #ff6c00;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    margin: 2px 0 0 2px
}

.product-wish-list .wish-list-full {
    display: none
}

.product-wish-list .wish-list-text {
    color: #777;
    margin-right: 5px
}

.product-holder-aside .product-wish-list .wish-list-add {
    -ms-flex-pack: start;
    justify-content: start
}

.product-wish-list.on-wish-list .wish-list-full {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.product-wish-list.on-wish-list .wish-list-empty {
    display: none
}

.product-coupon-wrapper {
    clear: both;
    padding-top: 20px;
    font-size: .75rem;
    display: none
}

.product-coupon-value {
    color: #ff6c00;
    padding: 5px 0;
    margin-top: 7px;
    font-size: 1.0625rem;
    border: 2px dashed #ff6c00;
    text-align: center
}

.product-additional-description {
    font-size: .75rem;
    margin-top: 20px
}

.product-brand-description-text, .product-description-content {
    padding-bottom: 15px
}

.product-description-title {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 5px
}

.product-brand-link {
    text-decoration: underline;
    cursor: pointer
}

.product-brand-link:hover {
    color: #ff6c00
}

.product-holder {
    display: block;
    width: 100%
}

.product-holder .product-title {
    font-size: 1rem;
    font-weight: 400;
    position: relative
}

.product-holder .product-brand {
    text-align: center
}

.product-holder .product-subtitle {
    font-weight: 400
}

.product-holder .product-header, .product-holder .product-images {
    padding: 10px 0;
    position: relative
}

.product-holder .product-buy .spr {
    margin-right: 6px;
    vertical-align: middle
}

.product-holder .product-details {
    font-size: .75rem;
    color: #4a4a4a
}

.product-holder .product-details + .section-space {
    margin-top: 5px
}

.product-holder .product-short-description {
    font-size: .8125rem;
    line-height: 1.5;
    padding: 10px 0;
    color: #777;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px
}

.product-holder .product-description {
    font-size: .8125rem;
    line-height: 1.5;
    padding-bottom: 15px
}

.product-holder .product-description b, .product-holder .product-description strong {
    font-weight: inherit;
    font-style: inherit
}

.product-holder .product-badges {
    margin-right: 6px
}

.product-holder .product-attributes {
    font-size: .6875rem;
    clear: both
}

.product-holder .product-attributes span {
    color: #4a4a4a
}

.product-list {
    margin-bottom: 20px
}

.product-list-title {
    display: block;
    margin-bottom: 20px
}

.product-list-description {
    text-transform: none;
    font-size: .75rem;
    line-height: 1.4
}

.product-list-description small {
    display: block
}

.product-aggregate-rating {
    font-size: .625rem;
    display: none
}

.enhance-icon {
    display: block
}

.page-products .product-details .accordion-header {
    font-size: .8125rem
}

.product-modal .modal-dialog {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.product-modal img:not(.is-stretched) {
    height: 80vmin
}

.product-group-select-color-wrapper {
    margin-bottom: 20px
}

.product-sku {
    font-size: .75rem;
    color: #999;
    margin: 10px 0
}

.reviews-form span.sr-only {
    display: none
}

.reviews-form label {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .6875rem
}

.reviews-form textarea {
    height: 200px
}

.reviews-form .rating-symbol {
    margin-top: 5px;
    display: inline-block;
    font-size: 1.125rem;
    outline: 0
}

.reviews-form-avaliate label {
    display: block
}

.top-add-review-btn {
    margin-bottom: 20px
}

.add-review-btn {
    width: 100%
}

.add-review-btn:after {
    border-color: unset;
    position: absolute;
    right: 10px;
    top: 12px
}

.reviews-header {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reviews-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.875rem
}

.reviews-title-empty {
    line-height: unset
}

.product-without-reviews {
    margin: 20px 0 30px;
    width: 100%
}

.relatedProducts {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ededed;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-top: 30px
}

.reviews-header .product-rating-link {
    display: block;
    margin-bottom: 15px
}

.reviews-header .product-rating-link .rating:after {
    content: "\A";
    white-space: pre
}

.rating-container {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.rating-value-container {
    font-size: .9375rem;
    line-height: 1.75rem;
    margin-right: 10px;
    color: #212121
}

.rating-stars-container {
    text-align: right
}

.rating-count {
    font-size: .875rem;
    color: #4a4a4a
}

.reviews-content .form-group {
    margin-bottom: 0
}

.review {
    display: block;
    padding: 12px 0;
    border-top: 1px solid #ededed;
    margin-bottom: 5px;
    margin-top: 12px
}

.review:last-of-type {
    margin-bottom: 0
}

.review-header {
    margin-bottom: 10px
}

.review-like-status {
    margin-right: 17px
}

.review-star-empty {
    font-size: 1.125rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 0, #ebebeb 1%, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.review-star-empty:after {
    content: "\2605"
}

.review-star-half {
    font-size: 1.125rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 50%, #ebebeb 0, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.review-star-half:after {
    content: "\2605"
}

.review-star-full {
    font-size: 1.125rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 100%, #ebebeb 0, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.review-star-full:after {
    content: "\2605"
}

.review-user-name {
    font-weight: 500;
    font-size: .875rem
}

.review-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    margin: 11px 0
}

.review-read-more-checkbox:checked ~ .review-text-overflow {
    max-height: none
}

.review-read-more-checkbox:checked ~ .review-text-overflow:after {
    background-image: none
}

.review-read-more-checkbox:checked ~ .review-read-more {
    display: none
}

.review-read-more {
    position: absolute;
    bottom: 0;
    right: 3px;
    margin-bottom: 0;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .75rem;
    color: #777
}

.review-read-more .icon-pure-arrow-down:after {
    width: 9px;
    height: 9px;
    margin: 0 0 2px 7px;
    border-color: #777
}

.encircled-plus {
    border: 1px solid #212121;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: relative
}

.encircled-plus:after, .encircled-plus:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background-color: #212121;
    top: 6px
}

.encircled-plus:before {
    left: 2px
}

.encircled-plus:after {
    transform: rotate(-90deg);
    right: 2px
}

.review-read-more-text {
    margin-left: 10px
}

.review-time-since {
    font-size: .75rem;
    color: #777;
    margin-left: 5px;
    font-weight: 400
}

.review-status {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    color: #777;
    margin-top: 15px;
    font-size: .8125rem
}

.review-total-votes {
    margin-right: 15px
}

.review-total-votes a {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.review-status-like {
    font-weight: 700;
    margin: 0 3px
}

.most-useful {
    padding: 2px 4px;
    font-weight: 500;
    font-size: .75rem;
    border: 1px solid #a43287;
    border-radius: 4px;
    color: #a43287;
    line-height: .6875rem
}

.reviews-load-more {
    border-top: 1px solid #ebebeb;
    color: #a43287;
    display: block;
    font-size: .875rem;
    padding-top: 10px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-load-more:hover {
    color: #a43287;
    cursor: pointer
}

.reviews-load-more:after {
    border-color: #a43287
}

.product-holder-aside .rating-value-container, .product-holder-inner .rating-value-container {
    display: none
}

.product-holder-aside .rate-star-empty, .product-holder-inner .rate-star-empty {
    font-size: 1.25rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 0, #ebebeb 1%, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.product-holder-aside .rate-star-empty:after, .product-holder-inner .rate-star-empty:after {
    content: "\2605"
}

.product-holder-aside .rate-star-half, .product-holder-inner .rate-star-half {
    font-size: 1.25rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 50%, #ebebeb 0, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.product-holder-aside .rate-star-half:after, .product-holder-inner .rate-star-half:after {
    content: "\2605"
}

.product-holder-aside .rate-star-full, .product-holder-inner .rate-star-full {
    font-size: 1.25rem;
    background: linear-gradient(90deg, #ffc800, #ffc800 100%, #ebebeb 0, #ebebeb 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    margin-right: 2px
}

.product-holder-aside .rate-star-full:after, .product-holder-inner .rate-star-full:after {
    content: "\2605"
}

.nproduct-page .badges-wrapper {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.nproduct-page .badges-wrapper .rating i {
    font-size: .875rem
}

.nproduct-page .badges-wrapper .rating-value-container {
    display: none
}

.nproduct-page .badges-wrapper .product-rating {
    margin-left: auto
}

.nproduct-page .badges-wrapper .badge, .nproduct-page .badges-wrapper .item-discount {
    right: unset;
    left: unset;
    top: unset;
    position: relative;
    margin-right: 5px
}

.nproduct-page .badges-wrapper .badges {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.nproduct-price-value .item-discount {
    position: static;
    margin-left: 3px
}

.product-banners {
    margin: 10px 0
}

.product-banner-item img {
    display: block;
    width: 100%
}

.descriptionArea {
    line-height: 21px
}

.datasheet .info-line {
    display: block;
    white-space: nowrap;
    break-inside: avoid
}

.datasheet-brand, .datasheet-categories {
    margin-bottom: 20px
}

.datasheet .info-link, .datasheet .info-value {
    color: #fff;
    display: block;
    line-height: 1.4
}

.datasheet .info-link.info-link-category, .datasheet .info-value.info-link-category {
    display: inline-block;
    margin-right: 9px
}

.datasheet .info-link {
    font-weight: 400;
    text-decoration: underline
}

.descriptionArea .info-label {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px
}

.datasheet .datasheet-characteristics {
    margin-top: 10px;
    column-count: 2
}

.product-images-carousel > .product-image-wrapper:not(:first-child), .product-images-carousel > .youtube-embed:not(:first-child) {
    display: none
}

.nproduct-gallery {
    width: 100%;
    position: relative
}

.nproduct-gallery .product-images-carousel {
    max-width: 500px;
    max-height: 530px;
    order: 2;
    margin: 0 auto;
    padding-bottom: unset;
    height: unset
}

.nproduct-gallery .product-image-wrapper {
    overflow: hidden
}

.nproduct-gallery .product-images-container {
    margin-top: 0
}

.nproduct-gallery .product-thumbnails .product-image-thumb, .nproduct-gallery .product-thumbnails .youtube-embed {
    width: 80px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ebebeb;
    position: relative;
    margin-right: 15px;
    margin-bottom: 10px
}

.nproduct-gallery .product-thumbnails .product-image-thumb img, .nproduct-gallery .product-thumbnails .youtube-embed img {
    width: 80px;
    border: 3px solid transparent
}

.nproduct-gallery .product-thumbnails .product-image-thumb .loadingThumb, .nproduct-gallery .product-thumbnails .youtube-embed .loadingThumb {
    width: 100%;
    text-align: center;
    display: inline-block
}

.nproduct-gallery .product-thumbnails .product-image-thumb .loadingThumb img, .nproduct-gallery .product-thumbnails .youtube-embed .loadingThumb img {
    display: inline-block;
    width: 35px;
    border: 3px solid transparent
}

.nproduct-gallery .product-thumbnails .product-image-thumb.is-active, .nproduct-gallery .product-thumbnails .product-image-thumb:hover, .nproduct-gallery .product-thumbnails .youtube-embed.is-active, .nproduct-gallery .product-thumbnails .youtube-embed:hover {
    box-shadow: none
}

.nproduct-gallery .product-thumbnails .product-image-thumb.is-active:after, .nproduct-gallery .product-thumbnails .product-image-thumb:hover:after, .nproduct-gallery .product-thumbnails .youtube-embed.is-active:after, .nproduct-gallery .product-thumbnails .youtube-embed:hover:after {
    transition: all .2s linear;
    content: '';
    top: 0;
    bottom: 0;
    background: #ff6c00;
    width: 3px;
    left: 0;
    position: absolute
}

.nproduct-gallery .product-thumbnails .product-image-thumb:last-child, .nproduct-gallery .product-thumbnails .product-image-thumb:nth-child(6), .nproduct-gallery .product-thumbnails .youtube-embed:last-child, .nproduct-gallery .product-thumbnails .youtube-embed:nth-child(6) {
    border-bottom: 1px solid #ebebeb
}

.nproduct-gallery .product-carousel-length {
    font-size: 1.875rem;
    color: #ff6c00;
    font-weight: 500;
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.gallery-lightbox .product-carousel-length, .gallery-lightbox .product-sku {
    display: none
}

.nproduct-page .product-gift {
    display: block;
    border-radius: 4px;
    min-height: 110px;
    background: #fff;
    margin: 10px 10px 0
}

.nproduct-page .product-gift:active, .nproduct-page .product-gift:focus, .nproduct-page .product-gift:hover {
    box-shadow: 0 1px 2px 0 #efefef
}

.nproduct-page .product-gift-content {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.nproduct-page .product-gift-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    width: 60px;
    margin-right: 10px;
    box-shadow: 0 1px 2px 0 #efefef
}

.nproduct-page .product-gift-title {
    display: block;
    width: 100%;
    font-size: 1.0625rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #212121
}

.nproduct-page .product-gift-title span {
    color: #ff6c00
}

.nproduct-page .product-gift-name {
    padding: 0;
    margin: 4px 0 0;
    font-size: .875rem;
    font-weight: 400
}

.nproduct-page .product-gift-description {
    padding: 0;
    margin: 8px 0 0;
    font-size: .8125rem;
    font-weight: 400;
    color: #777
}

.nproduct-page .product-group-item {
    width: 48px;
    height: 48px
}

.nproduct-page .product-group-item-unit {
    font-size: .75rem
}

.nproduct-page .product-group-item-sample, .nproduct-page .product-group-item-unit {
    width: 40px;
    height: 40px
}

.nproduct-page .product-group-size {
    font-size: .875rem;
    margin-left: 0;
    margin-top: 5px
}

.nproduct-page .product-group-item-select {
    border: 2px solid #ebebeb;
    border-radius: 6px;
    padding: 6px 10px 3px 7px;
    margin-bottom: 10px
}

.nproduct-page .product-group-item-option {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center
}

.nproduct-page .product-group-item-option .product-group-item {
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.nproduct-page .product-group-item-option .product-group-name {
    font-size: .875rem
}

.nproduct-page .product-group-item-label {
    color: #a43287;
    font-size: .8125rem;
    font-weight: 500;
    margin-left: auto;
    min-width: 35%;
    text-align: right
}

.nproduct-page .product-group-item-arrow {
    content: '';
    width: 9px;
    height: 9px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #a43287;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg)
}

.product-group-item-modal {
    background: #fff
}

.product-group-item-modal .product-group-item-modal-line {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%;
    padding: 5px 15px 5px 10px;
    border-bottom: 1px solid #efefef;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.product-group-item-modal .product-group-name {
    font-size: .875rem;
    margin-bottom: 5px
}

.product-group-item-modal .product-group-price {
    font-weight: 500
}

.product-group-item-modal .product-group-max-price {
    color: #ccc;
    text-decoration: line-through;
    font-size: .75rem;
    margin: 0 10px
}

.product-group-item-modal .item-discount {
    position: static;
    font-size: .6875rem
}

.product-group-item-modal.product-group-active {
    background: #f8f8f8
}

.product-group-item-modal.product-group-active .product-group-item-arrow {
    display: none
}

.product-group-item-modal.isnt-marketable .product-group-item-modal-line {
    opacity: .6
}

.product-group-item-modal .product-group-item-arrow {
    content: '';
    width: 11px;
    height: 11px;
    background: 0 0;
    border-width: 0 0 2px 2px;
    border-color: #212121;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    margin-left: auto;
    border-radius: 1px
}

.nproduct-page .product-group-item-modal .product-group-item {
    margin-bottom: 0
}

.nproduct-page .loucas-summary-posts {
    min-height: 305px
}

.nproduct-page .loucas-summary-posts .carousel-nav-arrow-left, .nproduct-page .loucas-summary-posts .carousel-nav-arrow-right {
    top: auto;
    bottom: -29px
}

.nproduct-page .loucas-summary {
    width: 100%;
    display: block;
    padding: 0 3px;
    width: 99.9%
}

.nproduct-page .loucas-summary:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
}

.nproduct-page .loucas-summary:last-child {
    margin-right: 0
}

.nproduct-page .loucas-summary:nth-child(0n) {
    margin-right: 0;
    float: right
}

.nproduct-page .loucas-summary:nth-child(0n+1) {
    clear: both
}

.nproduct-page .loucas-summary:last-child {
    display: unset
}

.is-mobile .nproduct-page {
    -ms-flex-flow: column;
    flex-flow: column
}

.nproduct-page {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-top: 10px;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.nproduct-page .btn.isnt-marketable {
    font-size: 1.25rem
}

.nproduct-page .bought-together-container {
    margin-bottom: 10px
}

.nproduct-page .box-section-title .box-section-title-wrap {
    width: 100%
}

.nproduct-page .box-section-title .box-section-title-name {
    color: #777;
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8
}

.nproduct-info {
    width: 100%
}

.nproduct-info label {
    margin: 0 0 8px 0
}

.nproduct-header {
    position: relative;
    margin-bottom: 13px
}

.nproduct-header .rating {
    position: relative;
    top: 3px
}

.nproduct-title {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400
}

.lk-avaliar {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    margin-right: 7px
}

.infosArea {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

.infosArea .infosProduct {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 19px
}

.infosArea .infosProduct li {
    display: block;
    margin-bottom: 4px
}

.infosArea .infosProduct li span {
    font-weight: 600
}

.infosArea .resumeProduct {
    line-height: 21px
}

.wishlistArea .lk-addwishlist {
    font-size: 14px;
    color: #fff;
    text-decoration: underline
}

.wishlistArea .lk-addwishlist i {
    font-size: 13px;
    margin-right: 7px
}

.colSection {
    display: flex
}

.moreOptionsArea {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 18px
}

.moreOptionsArea label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0
}

.moreOptionsArea ul {
    display: inline-block;
    vertical-align: middle
}

.moreOptionsArea ul li {
    display: inline-block;
    margin: 0 5px
}

.moreOptionsArea ul img {
    height: 50px
}

.moreOptionsArea ul .loadingThumb img {
    height: 19px
}

.shippingArea {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px
}

.shippingArea label {
    display: block
}

.shippingArea .formShipping {
    display: inline-block
}

.shippingArea .formShipping .txtShipping {
    color: #383838;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    border-right: none;
    margin-right: -3px;
    padding: 13px;
    width: 130px
}

.shippingArea .formShipping .btnShipping {
    background-color: #fff;
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif
}

.shippingArea .shippingResult {
    display: inline-block;
    width: 100%;
    font-size: 12px
}

.shippingArea .shippingResult .shippingList .item {
    display: inline-block;
    width: 44%;
    margin: 10px 5% 10px 0;
    vertical-align: top
}

.shippingArea .shippingResult .shippingList .item .title {
    font-weight: 800
}

.infoBox {
    display: inline-block;
    width: 37%;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    margin-top: 9px
}

.infoBox span {
    font-weight: 600
}

.buyArea {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-top: 22px;
    padding-bottom: 23px
}

.buyArea .nprodct-price {
    margin-bottom: 12px
}

.buyArea .nprodct-price .nproduct-price-value {
    color: #282828;
    font-weight: 800;
    font-size: 24px
}

.buyArea .nprodct-price .nproduct-price-value .item-discount {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 6px;
    margin: 0 0 0 16px;
    position: relative;
    top: -3px;
    right: 0
}

.buyArea .nprodct-price.box-price .nproduct-price-value {
    font-weight: 400
}

.buyArea .nprodct-price.box-price .info-price {
    font-weight: 800;
    font-size: 12px
}

.buyArea .nprodct-price.box-price .boxValue {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 7px;
    font-weight: 600
}

.optionsArea {
    margin-left: auto;
    width: 60%
}

.optionsArea .listOptions li {
    display: inline-block;
    margin: 0 8px 5px 0;
    width: 22%;
    min-width: 66px;
    text-align: center
}

.optionsArea .listOptions li .option {
    font-size: 14px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 9px 10px;
    display: block;
    cursor: pointer
}

.optionsArea .listOptions li .option.selected, .optionsArea .listOptions li .option:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fff
}

.oldPrice {
    font-size: 16px;
    color: #999;
    margin-bottom: 6px
}

.oldPrice .nproduct-price-max {
    text-decoration: line-through
}

.product-subtitle {
    font-weight: 400
}

.nproduct-price-value {
    font-size: 1.6875rem;
    color: #ff6c00;
    font-weight: 700
}

.nproduct-price-value small {
    font-size: 1.25rem
}

.nproduct-price-installments {
    font-size: 1rem;
    color: #777
}

.nproduct-price-wrapper {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.nproduct-free-ship {
    border: solid #efefef;
    border-width: 2px 0 0;
    font-size: 1rem;
    color: #999;
    padding: 10px 0 0;
    font-weight: 500
}

.nproduct-free-ship strong {
    color: #ff6c00;
    text-transform: uppercase
}

.nproduct-free-ship.nproduct-free-ship-middle {
    border-width: 2px 0;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.nproduct-free-ship .product-free-ship-disclaimer {
    display: block;
    font-size: .6875rem;
    line-height: 1.8em
}

.nproduct-mobile-title {
    background: #fff;
    padding: 0 10px
}

@media only screen and (max-width: 768px) {
    .breadcrumb {
        padding-left: 10px
    }

    .page-products .breadcrumb-item:nth-child(2) {
        text-transform: uppercase
    }

    .page-products .breadcrumb-item:last-child, .page-products .breadcrumb-item:nth-last-child(2):after {
        font-weight: 400
    }

    .pagination-wrapper-header {
        display: block;
        text-align: right
    }

    .pagination-total-mobile {
        display: block;
        font-size: .75rem;
        margin: 10px
    }

    .product-images-container {
        margin-top: 10px
    }

    .product-group, .product-group-inner {
        display: block;
        overflow: hidden
    }

    .product-group-inner {
        overflow: scroll
    }

    .product-group-item {
        width: 50px;
        height: 50px;
        padding-top: 4px;
        margin-bottom: 20px;
        margin-right: 9px
    }

    .product-group-item-unit {
        line-height: 2.5rem
    }

    .product-group-item-sample, .product-group-item-unit {
        width: 40px;
        height: 40px
    }

    .product-group-label {
        font-size: .625rem
    }

    .page-products .product-gift.product-card {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        margin-bottom: 0
    }

    .product-images-container {
        min-height: 40px
    }

    .product-images {
        min-height: 194px
    }

    .product-thumbnails {
        padding: 0 15px
    }

    .product-rate {
        margin-top: 0
    }

    .product-rate .pagination {
        padding-bottom: 20px
    }

    .product-rate .list-group-text {
        text-transform: uppercase
    }

    .product-additional-description {
        margin: 0;
        padding: 0;
        font-weight: 300;
        font-size: .8125rem;
        color: #777;
        margin: 0 auto
    }

    .product-brand-description-text, .product-description-content {
        font-size: .8125rem
    }

    .product-holder .product-title {
        font-size: 1.125rem;
        line-height: 1.4;
        font-weight: 500
    }

    .product-holder .product-header {
        padding: 0 0 10px
    }

    .product-holder .product-header .product-attributes {
        display: none
    }

    .product-holder .product-details-header {
        font-size: .9375rem
    }

    .product-holder .product-attributes {
        margin: 10px 0;
        float: left
    }

    .product-holder .product-action-footer .product-rating, .product-holder .product-action-footer .product-sku {
        display: inline-block
    }

    .product-holder .product-action-footer .product-rating {
        text-align: left;
        width: calc(100% - 80px)
    }

    .product-holder .product-action-footer .product-sku {
        width: 65px;
        text-align: right
    }

    .product-holder .product-holder .product-rating-link {
        font-size: .8125rem
    }

    .product-holder .product-holder .product-rating {
        margin: 1px 0
    }

    .product-holder .product-buy {
        display: block;
        clear: both
    }

    .product-holder .product-buy .btn:not(.isnt-marketable) {
        padding: 15px 0;
        font-weight: 500;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .product-holder .product-holder-aside.product-card {
        position: relative;
        margin-bottom: 0;
        border: 0
    }

    .product-holder .product-holder-aside.product-card .carousel-dots {
        position: absolute;
        width: 100%;
        padding: 0;
        margin: 11px 0 0
    }

    .product-holder .product-holder-info.product-card {
        padding-top: 0
    }

    .product-holder .product-title {
        margin: 0
    }

    .product-holder .product-details {
        padding: 20px 10px
    }

    .product-holder .product-images-carousel:not(.owl-loaded) .product-image-wrapper:not(:first-child), .product-holder .product-images-carousel:not(.owl-loaded) .youtube-embed {
        display: none
    }

    .product-holder .product-action-wrapper {
        position: relative;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 14px 0 0
    }

    .product-holder .product-action-wrapper .item-price-value {
        font-size: 1.0625rem
    }

    .product-holder .product-action-wrapper .item-free-ship, .product-holder .product-action-wrapper .item-price-installments, .product-holder .product-action-wrapper .item-price-max {
        font-size: .9375rem
    }

    .product-holder .product-action-wrapper .price-holder {
        margin-bottom: 0
    }

    .product-holder .product-brand {
        width: 100px
    }

    .product-holder .product-brand-logo {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .enhance-icon, .product-holder .product-title-wrap .product-brand {
        display: none
    }

    .page-products main.container {
        margin-bottom: 0;
        background: #f8f8f8
    }

    .page-products .product-holder-inner {
        background: #f8f8f8
    }

    .page-products .section-header {
        margin-top: 25px
    }

    .page-products .section-header .section-title {
        font-size: 1.25rem
    }

    .page-products .section-header .section-subtitle {
        font-size: .8125rem
    }

    .product-action-footer {
        display: inline-block;
        width: 100%
    }

    .product-action-footer .rating {
        margin-top: 20px
    }

    .product-images {
        padding: 0 15px
    }

    .page-products .product-card {
        padding: 28px 15px;
        border-bottom: 1px solid #ebebeb;
        background: #fff;
        margin-bottom: 26px;
        display: block;
        clear: both;
        width: 100%
    }

    .page-products .product-card.showcase.owl-carousel {
        padding: 15px 15px 0 0
    }

    .product-modal .modal-dialog {
        width: auto;
        margin: 0
    }

    .review-content-relative {
        position: relative
    }

    .review-text-overflow {
        position: relative;
        max-height: 6em;
        overflow: hidden
    }

    .review-text-overflow:after {
        content: '';
        display: block;
        height: 40px;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff)
    }

    .nproduct-page .badges-wrapper {
        background: #fff;
        padding: 0 10px
    }

    .nproduct-gallery .product-image-wrapper {
        padding: 0 50px
    }

    .nproduct-page .product-actions, .nproduct-page .product-images {
        background: #fff
    }

    .nproduct-gallery .product-images-container {
        text-align: center
    }

    .nproduct-page .product-images {
        padding-top: 10px
    }

    .nproduct-page .product-image-wrapper {
        padding: 0 40px
    }

    .nproduct-page .product-actions {
        box-shadow: 0 1px 2px 0 #efefef;
        margin-bottom: 20px
    }

    .nproduct-page .container-padding-carousel .container-padding-carousel-inner {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nproduct-page .carousel-dots span {
        width: 9px;
        height: 9px
    }

    .nproduct-page .carousel-dots span.active span {
        background-color: #212121
    }

    .nproduct-page .few-colors, .nproduct-page .product-group-items .product-group-item.product-group-sample.product-group-active, .nproduct-page .product-group-plus {
        display: none
    }

    .nproduct-page .box-section-title {
        margin-bottom: 10px
    }

    .nproduct-page .box-section-title .box-section-title-name {
        line-height: 1.2
    }

    .nproduct-free-ship {
        text-align: center
    }

    .container-padding-carousel-inner, .nproduct-price-wrapper {
        margin-bottom: 10px
    }

    .container-padding-carousel .box-section-header {
        padding: 10px 10px 0
    }

    .container-padding-carousel .box-section-title {
        font-size: 1.125rem
    }

    .container-padding-carousel .container-padding-carousel-inner {
        background: #fff;
        padding: 0 10px;
        box-shadow: 0 1px 2px 0 #efefef;
        border: 1px solid #efefef
    }

    .product-lazy-container {
        background: #f8f8f8
    }
}

@media only screen and (min-width: 769px) {
    .breadcrumb-item:last-child {
        display: inline;
        font-weight: 700
    }

    .bought-together-container {
        margin-bottom: 30px
    }

    .product-group-item-unavailable, .product-group-plus, .product-group-size {
        margin-left: 5px
    }

    .product-holder .product-holder-inner {
        width: calc(70% - 10px);
        float: right
    }

    .product-holder .product-holder-info {
        margin-bottom: 10px
    }

    .product-holder .product-holder-aside {
        float: left;
        width: 30%
    }

    .product-holder .product-action-wrapper {
        float: right;
        width: 220px
    }

    .product-holder .product-action-wrapper .product-price-holder {
        padding: 15px 5px;
        border: 1px solid #efefef;
        border-radius: 3px
    }

    .product-holder .product-price-holder {
        box-shadow: 0 1px 2px 0 #efefef
    }

    .product-holder .product-price-holder:after, .product-holder .product-price-holder:before {
        content: "";
        display: table
    }

    .product-holder .product-price-holder:after {
        clear: both
    }

    .product-holder .product-price-holder .product-buy {
        padding: 0 5px;
        display: block
    }

    .product-holder .product-price-holder .product-buy .btn:not(.isnt-marketable) {
        font-size: .9375rem;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .product-holder .product-header {
        border-bottom: 1px solid #efefef
    }

    .product-holder .product-title-wrap {
        float: left;
        width: calc(100% - 223px);
        display: block
    }

    .product-holder .product-brand {
        width: 220px;
        position: absolute;
        right: 0;
        bottom: -10px
    }

    .product-holder .product-brand img {
        max-width: 100%
    }

    .product-holder .product-title {
        font-size: 1.25rem;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-align: left;
        margin-top: 0;
        margin-bottom: 5px
    }

    .product-holder .product-image-wrapper {
        position: relative;
        padding-bottom: 100%
    }

    .product-holder .product-image-wrapper img {
        position: absolute;
        top: 0;
        left: 0
    }

    .product-holder .product-thumbnails {
        margin-top: 20px
    }

    .product-holder .product-thumbnails .spr-zoom {
        text-align: center;
        float: left;
        margin: 18px 10px
    }

    .product-holder .product-description {
        padding: 0 0 15px
    }

    .product-holder .product-group {
        margin-bottom: 10px
    }

    .product-holder .product-details {
        padding-right: 235px
    }

    .product-holder .product-details .list-group-text {
        font-weight: 700;
        font-size: .875rem;
        margin-bottom: 5px
    }

    .product-holder .product-details {
        margin-bottom: 30px
    }

    .product-holder .price-holder {
        padding: 0 5px
    }

    .product-holder .price-holder .product-attributes {
        display: none
    }

    .product-holder .product-list-title {
        text-align: left;
        margin-left: 110px;
        margin-top: 25px;
        font-size: 1rem;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .product-holder .product-list-description {
        margin-left: 110px
    }

    .product-holder .product-holder-inner .badges {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 10px;
        display: inline-block
    }

    .product-holder .product-rating {
        font-size: .8125rem
    }

    .product-holder .product-holder-aside .product-rating {
        display: block
    }

    .product-holder .product-rating-link {
        display: inline-block
    }

    .product-page .product-group .ico-plus {
        display: block
    }

    .product-page .list-group, .product-page .list-group-child, .product-page .list-group-item {
        border: none;
        box-shadow: none;
        padding: 0;
        overflow: hidden
    }

    .product-page .ico-minus, .product-page .ico-plus {
        display: none
    }

    .product-page .product-rate .list-group-text, .product-page .section-title {
        font-size: 1.375rem
    }

    .product-page .list-group-child {
        display: block
    }

    .product-page .list-group-item {
        cursor: text
    }

    .product-page .js-product-lightbox {
        cursor: pointer
    }

    .product-images-carousel {
        display: block;
        overflow: hidden;
        height: 0;
        padding-bottom: 100%
    }

    .gallery-lightbox .product-image-wrapper {
        padding: 0
    }

    .product-holder .gallery-lightbox {
        padding: .4em 45px
    }

    .product-gift {
        margin: 5px 0 15px;
        border: 1px solid #efefef;
        border-radius: 4px
    }

    .product-holder-inner .product-gift {
        margin-right: 228px
    }

    .product-group-item {
        margin-bottom: 30px
    }

    .product-group-item:nth-child(n+9) {
        display: none
    }

    .product-price-holder .product-group-item:nth-child(5n) {
        margin-right: 0
    }

    .product-image-zoom {
        display: none
    }

    .product-brand-description {
        margin-top: 20px
    }

    .product-brand-description .product-brand-logo {
        float: left;
        margin-right: 35px
    }

    .product-images .youtube-embed {
        padding-bottom: 100%
    }

    .product-images-container .youtube-embed {
        padding-bottom: 0
    }

    .product-see-more {
        margin-top: 10px
    }

    .product-rate .product-rating {
        float: left
    }

    .reviews-form label {
        text-transform: none;
        font-size: .875rem
    }

    .reviews-form-avaliate label {
        display: inline
    }

    .review-star-empty, .review-star-full, .review-star-half {
        margin-right: 2px
    }

    .add-review-btn {
        width: unset
    }

    .add-review-btn:after {
        margin-left: 9px;
        position: unset
    }

    .reviews-title {
        font-size: 1.375rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 25px
    }

    .product-without-reviews {
        margin: 0 0 30px
    }

    .rating-value-container {
        font-size: 2.6875rem;
        margin-right: 18px;
        color: #999;
        font-weight: 300;
        line-height: 3.75rem
    }

    .rating-stars-container {
        text-align: left
    }

    .rate-star-empty, .rate-star-full, .rate-star-half {
        font-size: 1.5rem
    }

    .review {
        padding: 10px 0;
        border-top: 1px solid #ededed
    }

    .review-header {
        margin-bottom: 2px
    }

    .review-user-name {
        font-weight: 400;
        font-size: 1rem
    }

    .review-text {
        font-size: .875rem
    }

    .review-read-more {
        display: none
    }

    .review-status {
        margin-top: 6px
    }

    .reviews-load-more {
        border: none;
        padding-top: 20px;
        display: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .reviews-load-more:after {
        margin-left: 2px;
        margin-bottom: 2px;
        height: 8px;
        width: 8px
    }

    .btn-add-review {
        margin: 5px auto 0 10px
    }

    .product-holder-aside .rate-star-empty, .product-holder-aside .rate-star-full, .product-holder-aside .rate-star-half, .product-holder-inner .rate-star-empty, .product-holder-inner .rate-star-full, .product-holder-inner .rate-star-half {
        margin-right: 2px
    }

    .nproduct-page .badges-wrapper {
        padding: 0;
        position: absolute;
        left: 110px;
        width: calc(100% - 120px);
        z-index: 1
    }

    .datasheet {
        margin-top: 20px
    }

    .nproduct-gallery {
        width: calc(100% - 435px);
        max-width: calc(100% - 435px);
        margin-right: 30px;
        padding-right: 30px
    }

    .nproduct-gallery .product-images-carousel {
        margin-top: 30px
    }

    .nproduct-page .product-gift {
        background: #f8f8f8;
        margin-left: 0;
        margin-right: 0
    }

    .nproduct-page .product-group-items {
        margin-left: -4px
    }

    .nproduct-page .loucas-summary {
        width: 99.9%
    }

    .nproduct-page .loucas-summary:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none
    }

    .nproduct-page .loucas-summary:last-child {
        margin-right: 0
    }

    .nproduct-page .loucas-summary:nth-child(0n) {
        margin-right: 0;
        float: right
    }

    .nproduct-page .loucas-summary:nth-child(0n+1) {
        clear: both
    }

    .nproduct-page {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 30px
    }

    .nproduct-page .stock-label {
        top: 40px;
        left: 110px
    }

    .nproduct-info {
        max-width: 600px
    }
}

@media only screen and (min-width: 520px) {
    .pagination-wrapper {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 519px) {
    .pagination-wrapper .filter-order {
        width: 100%;
        float: left;
        text-align: left
    }

    .pagination-wrapper .filter-order .form-select {
        margin-top: 20px !important;
        width: 100%
    }

    .pagination li a {
        padding: 8px
    }

    .pagination-wrapper .pagination, .pagination-wrapper .pagination-total {
        display: block;
        float: none
    }

    .pagination-wrapper .pagination {
        margin-top: 10px
    }

    .product-holder .product-holder-info .product-buy .btn:not(.isnt-marketable) {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 2;
        left: 0;
        border-radius: 0;
        padding: 20px 0
    }

    .product-holder .product-buy {
        margin-top: 10px
    }
}

@media only screen and (max-width: 991px) {
    .pagination-wrapper .pagination {
        margin: 0;
        float: right
    }

    .filter-button {
        display: block;
        text-align: left
    }

    .pagination {
        margin-top: 10px
    }

    .pagination-total {
        display: block
    }

    .bought-together {
        -ms-flex-flow: column;
        flex-flow: column
    }

    .bought-together-item:not(:last-child) {
        border-bottom: 1px solid #ebebeb
    }

    .quantityArea .txtQuantity {
        width: 25%
    }

    .quantityArea .btnLess, .quantityArea .btnMore {
        width: 34px
    }

    .buyButtonArea .buyButton.notifyButton {
        padding-left: 15px;
        font-size: 14px
    }

    .buyButtonArea .buyButton.notifyButton i {
        top: 12px
    }
}

@media only screen and (min-width: 992px) {
    .bought-together-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1 / 2 - 15px);
        padding: 8px 0
    }

    .bought-together-item:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0
    }

    .bought-together-item:last-child {
        margin-right: 0
    }

    .bought-together-item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }

    .nproduct-page .badges-wrapper .item-discount {
        display: none
    }
}

@media only screen and (min-width: 520px) and (max-width: 768px) {
    .product-holder-aside, .product-holder-info {
        width: 50%;
        float: left
    }

    .product-details {
        clear: both
    }

    .product-holder .product-images {
        border: none
    }
}

@media only screen and (min-width: 1200px) {
    .nproduct-page .badges-wrapper .rating i {
        font-size: 1.125rem
    }
}

@media only screen and (max-width: 419px) {
    .nproduct-page .badges-wrapper .rating-count span {
        display: none
    }

    .datasheet .datasheet-characteristics {
        column-count: 1
    }
}

.accordion-facets:checked ~ .accordion-label .filter-title-arrow, .accordion-facets:checked ~ .accordion-label .filter-title:before {
    transform: translate3d(3px, -2px, 0) rotate(135deg)
}

.accordion-facets:checked ~ .accordion-facets-body {
    border-top: 1px dashed #efefef;
    display: block;
    height: auto;
    overflow: visible
}

.accordion-facets:checked ~ .accordion-facets-body.accordion-facets-open {
    border-top: none
}

.filter-items .filter-item.filter-hidden {
    display: none
}

.accordion-see-more {
    font-size: .875rem;
    padding: 10px 0 10px 7px;
    cursor: pointer;
    position: relative;
    display: block;
    color: #a43287;
    background: #fff
}

.accordion-see-more .ico {
    font-size: .5rem
}

.filter-item.filter-see-mode .accordion-see-more {
    padding: 0
}

.accordion-see-less {
    display: none
}

.accordion-see-less:after {
    content: none
}

.accordion-category:checked ~ .filter-items .filter-item.filter-hidden, .accordion-nested:checked + .filter-nested-wrap .filter-items .filter-item.filter-hidden, .overflow-facets:checked ~ .filter-items .filter-item.filter-hidden {
    display: block
}

.accordion-category:checked ~ .accordion-see-more, .accordion-nested:checked + .filter-nested-wrap .accordion-see-more, .overflow-facets:checked ~ .accordion-see-more {
    display: none
}

.accordion-category:checked ~ .accordion-see-less, .accordion-nested:checked + .filter-nested-wrap .accordion-see-less, .overflow-facets:checked ~ .accordion-see-less {
    display: block
}

.additional-title {
    margin-bottom: 14px;
    margin-top: 30px;
    text-align: center;
    font-size: 1.125rem;
    color: #777;
    font-weight: 500
}

.additional-description {
    font-size: .6875rem;
    color: #777;
    margin-bottom: 20px
}

.additional-description p {
    margin-bottom: 10px !important;
    line-height: 1.2 !important
}

.additional-description p br, .additional-description p:empty {
    display: none !important
}

.additional-description a {
    text-decoration: none !important;
    font-weight: 700 !important
}

.additional-description a:hover {
    color: #333 !important
}

.additional-description b, .additional-description strong {
    font-weight: 700 !important
}

.additional-description h3 {
    color: #777;
    font-size: 1.125rem !important;
    text-align: center !important
}

.additional-description h3 b, .additional-description h3 strong {
    font-weight: 500 !important
}

.breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px
}

.breadcrumb-item {
    display: inline;
    font-size: .75rem;
    position: relative;
    margin-right: 2px;
    color: #999
}

.breadcrumb-item:after {
    content: '';
    width: 7px;
    height: 7px;
    background: 0 0;
    border-width: 0 0 1px 1px;
    border-color: #999;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    margin: 0 8px 0 5px
}

.breadcrumb-item:last-child {
    font-weight: 700
}

.breadcrumb-item:last-child:after {
    display: none
}

.drop-select {
    position: relative;
    height: 35px;
    z-index: 1
}

.drop-select:after {
    content: " ";
    position: absolute;
    right: 14px;
    top: 14px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #999
}

.drop-select input[type=text] {
    height: 35px;
    width: 100%;
    padding: 5px;
    border: none;
    z-index: 1;
    background-color: transparent;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.drop-options {
    height: 33px;
    overflow: hidden;
    margin: 0;
    padding: 35px 0 0;
    position: absolute;
    width: 100%;
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 2px
}

.drop-options:hover, input[type=text]:focus + .drop-options {
    height: auto
}

.drop-options .drop-item {
    padding: 5px 8px;
    display: block;
    line-height: 1.5625rem;
    height: 35px;
    width: 100%;
    background: #fff
}

.drop-options .drop-item.is-active {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border: none
}

.filters {
    color: #4a4a4a;
    font-size: .875rem;
    position: relative
}

.filter-search {
    position: relative;
    z-index: 0
}

.filter-search .form-control {
    z-index: 1;
    padding-right: 28px
}

.filter-search .ico {
    color: #212121;
    position: absolute;
    font-size: 1.1875rem;
    right: 9px;
    top: 9px;
    z-index: 3
}

.text-icon {
    color: #ccc;
    font-size: 1.1875rem;
    z-index: 3
}

.filter-dot {
    display: inline-block;
    border-radius: 50%;
    margin: 3px 6px;
    background-color: #a43287;
    width: 7px;
    height: 7px
}

.filter-footer, .filter-header {
    display: none
}

.filter, .filter-item, .filter-title {
    display: block
}

.filter-item-all-products {
    padding: 0 0 10px 10px
}

.filter-title {
    padding: 7px 5px
}

.filter-title .ico {
    display: none;
    font-size: 8px
}

.filter-item {
    padding: 7px 0
}

.filter-item .list-group-text {
    display: block
}

.filter-item .ico {
    cursor: pointer
}

.filter-item.accordion-item, .filter-item.accordion-item .list-group-child .list-group-text {
    display: block
}

.filter-item .is-selected .accordion-category .list-group-text {
    display: inline-block
}

.filter-item .is-open > .filter-nested-wrap {
    display: block
}

.filter-item .is-open > a {
    color: #212121;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.filter-item .is-highlighted a, .filter-item .is-open.is-highlighted > a {
    color: #ff6c00;
    font-weight: 500
}

.filter-item .is-highlighted a .list-group-text, .filter-item .is-open.is-highlighted > a .list-group-text {
    display: inline-block
}

.filter-item .filter-nested-wrap .is-highlighted > a {
    color: #ff6c00
}

.filter-items .filter-item {
    font-size: .8125rem
}

.filter-item.is-hidden {
    display: none
}

.filter-item .is-disabled {
    opacity: .4
}

.filter-item-all-products, .filter-nested-wrap .list-group-text, .list-group .filter-item .list-group-item {
    font-size: .875rem
}

.filter-item-length {
    float: right;
    color: #999;
    width: 20%;
    text-align: right
}

.filter-item-text {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 28px)
}

.filter-item-text.list-group-item {
    width: 100%
}

.filter-items {
    padding-left: 7px;
    padding-right: 2px
}

.filter-items::-webkit-scrollbar {
    width: 10px
}

.filter-items::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 0
}

.filter-items::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #999
}

.filter-links-wrapper .filter-items {
    max-height: none;
    overflow-y: visible
}

.filter-checkbox {
    padding: 8px;
    border: 1px solid #999;
    display: inline-block;
    float: left;
    position: relative;
    border-radius: 4px;
    margin-right: 10px
}

.filter-checkbox.filter-checkbox-checked {
    border-color: #ff6c00
}

.filter-checkbox.filter-checkbox-checked i {
    color: #ff6c00
}

.filter-checkbox i {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 6px;
    border-radius: 1px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(-45deg)
}

.filter-items-nocheck .filter-checkbox {
    display: none
}

.accordion-category:checked ~ .filter-items-hidden .filter-item-expand {
    display: block
}

.filter-nested-wrap {
    clear: both
}

.filter-nested-wrap.list-group-child {
    border-bottom: 0
}

.filter-nested-wrap .filter-nested-wrap .list-group-child-item {
    padding-left: 8px
}

.filter-nested-wrap .filter-item {
    padding-left: 15px
}

.filter-description {
    font-size: .75rem;
    line-height: 1.5;
    text-transform: none;
    padding-bottom: 20px
}

.aside-brand-logo {
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 190px
}

.filter-item:hover .filter-checkbox {
    color: #ff6c00;
    border-color: #ff6c00
}

.filter-item a {
    display: block
}

.filter-order-modal .list-group-item {
    text-transform: none
}

.filter-checkbox-footer, .filter-checkbox-header, .filter-controller {
    display: none
}

.filter-erase-link {
    color: #a43287;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
    float: right;
    font-size: .75rem
}

.filter-erase-link:hover {
    opacity: .8
}

.filter-selected-item {
    display: inline-block;
    padding: 10px;
    font-size: .75rem;
    cursor: pointer;
    margin: 0 7px 10px 0;
    border: 1px solid #a43287;
    color: #a43287
}

.filter-selected-item h2 {
    font-size: inherit;
    font-weight: 400;
    display: inline-block;
    margin-right: 3px
}

.filter-selected-item .ico {
    font-size: .5625rem;
    color: inherit;
    position: relative;
    right: -5px;
    width: 12px;
    height: 12px;
    display: inline-block
}

.filter-selected-item:hover {
    opacity: .8
}

.filter-selected-item.no-border {
    border: none;
    color: #4a4a4a;
    cursor: default
}

.filter-selected-item.no-border:hover {
    color: #4a4a4a;
    opacity: 1
}

.filter-selected-item.filter-selected-erase-all {
    color: #a43287;
    cursor: pointer;
    text-decoration: underline
}

.filter-selected-item.filter-selected-erase-all:hover {
    color: #a43287;
    opacity: .8
}

.isDinamic .filter-item {
    display: none
}

.isDinamic .filter-item-dinamic {
    display: block
}

.modal .list-group, .modal .list-group-item {
    border: none
}

.modal .list-group-item {
    cursor: pointer
}

.modal .list-group-item:hover {
    color: #ff6c00
}

.container-aside .content-page-title, .container-aside .content-page-title i, .container-aside .filter-title, .container-aside .filter-title i {
    color: #212121
}

.container-aside a.filter-title:hover {
    color: #ff6c00
}

.filter-ico {
    display: inline-block
}

.filter-buttons {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 15px 15px 20px;
    color: #999
}

.filter-buttons:last-child {
    border-left: 1px solid #efefef
}

.filter-buttons.pagination-total-mobile {
    font-size: .6875rem;
    margin: 0
}

.filter-buttons.filter-buttons-single {
    border: none;
    padding-right: 20px
}

.filter-buttons.filter-buttons-single .filter-order-by-button {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-type-menu {
    border: 1px solid #777;
    border-radius: 4px;
    padding: 10px;
    margin: 20px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8125rem;
    color: #999;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accordion-category {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0
}

.is-selected .accordion-category:after {
    border: solid #212121;
    border-width: 1px 1px 0 0;
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    right: 3px;
    top: 8px;
    transition: transform .25s ease-in-out;
    transform: translateZ(0) rotate(45deg)
}

.filter-item.filter-nested-hidden {
    display: none
}

.accordion-subcategory:checked ~ .filter-item-text .accordion-category:after {
    transform: translate3d(0, -2px, 0) rotate(135deg)
}

.accordion-nested:checked + .filter-nested-wrap .filter-item.filter-nested-hidden, .accordion-subcategory:checked ~ .filter-item.filter-nested-hidden {
    display: block
}

.filter-items-hidden .filter-item.filter-hidden {
    display: none
}

.accordion-category:checked ~ .filter-items-hidden .filter-item.filter-hidden, .filter-items-hidden.is-open, .filter-items-hidden.is-visible, .overflow-facets:checked + .filter-items .filter-item.filter-hidden {
    display: block
}

.accordion-facets-body {
    height: 0;
    overflow: hidden
}

.accordion-facets-body .list-group-item {
    padding: 12px 5px
}

.accordion-subcategory:checked ~ .list-group-child, .list-group-item.is-open + .list-group-child {
    display: block;
    margin-top: 8px
}

.showcase-hint-description {
    font-weight: 700;
    font-size: .9em;
    color: #212121
}

.page-gifts .showcase-gondola .showcase-item {
    margin-bottom: 10px;
    margin-top: 0
}

.modal-navigation-container {
    position: fixed;
    z-index: 10
}

.modal-navigation-container .feedback-fixed {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s;
    background: rgba(255, 255, 255, .7)
}

.modal-navigation-container .feedback-fixed.is-open {
    visibility: visible;
    opacity: 1
}

.modal-navigation-container .modal-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f8f8f8;
    visibility: hidden;
    transition: .4s;
    transform: translateX(100%)
}

.modal-navigation-container .modal-navigation-header {
    padding: 5px 15px;
    height: 60px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.modal-navigation-container .modal-navigation-header .modal-navigation-label {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center
}

.modal-navigation-container .modal-navigation-header .icon-pure-arrow-left {
    width: 0
}

.modal-navigation-container .modal-navigation-title {
    padding: 5px 15px;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.125rem
}

.modal-navigation-container .modal-navigation-title small {
    font-size: .875rem
}

.modal-navigation-container .modal-navigation-neck {
    padding: 10px;
    color: #777;
    font-size: .75rem
}

.modal-navigation-container .modal-navigation-neck .filter-search {
    display: block
}

.modal-navigation-container .modal-navigation-footer {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-top: 26px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #f8f8f8)
}

.modal-navigation-container .modal-navigation-footer .btn {
    margin: 15px
}

.modal-navigation-container .modal-navigation-footer .btn:last-child {
    margin-left: 0
}

.modal-navigation-container .modal-navigation-footer .btn-apply-filters {
    -ms-flex: 1;
    flex: 1
}

.modal-navigation-container .modal-navigation-footer .btn-clear-filter {
    background-color: #f8f8f8
}

.modal-navigation-container .modal-navigation-body {
    margin-bottom: 15px;
    height: 100%;
    padding-top: 65px;
    padding-bottom: 70px;
    overflow-y: auto
}

.modal-navigation-container .modal-navigation-body .modal-navigation-label {
    border-bottom: 1px solid #f8f8f8;
    padding: 15px
}

.modal-navigation-container .modal-navigation-input:checked + .modal-navigation {
    visibility: visible;
    transform: translateX(0)
}

.modal-navigation-container .filter-item, .modal-navigation-container .modal-navigation-item {
    list-style: none;
    background: #fff
}

.modal-navigation-container .filter-item .filter-item-link, .modal-navigation-container .filter-item .modal-navigation-label, .modal-navigation-container .modal-navigation-item .filter-item-link, .modal-navigation-container .modal-navigation-item .modal-navigation-label {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin: 0;
    -ms-flex-align: center;
    align-items: center
}

.modal-navigation-container .filter-item .filter-item-link, .modal-navigation-container .modal-navigation-item .filter-item-link {
    padding: 15px;
    border-bottom: 1px solid #f8f8f8
}

.modal-navigation-container .filter-item .filter-item-link .filter-checkbox, .modal-navigation-container .modal-navigation-item .filter-item-link .filter-checkbox {
    margin-right: 0;
    padding: 8px;
    border-radius: 4px;
    -ms-flex-order: 1;
    order: 1;
    color: #ccc;
    border-color: #ccc
}

.modal-navigation-container .filter-item .filter-item-link .filter-checkbox.filter-checkbox-checked, .modal-navigation-container .modal-navigation-item .filter-item-link .filter-checkbox.filter-checkbox-checked {
    color: #ff6c00;
    border-color: #ff6c00
}

.modal-navigation-container .filter-item .filter-item-link .filter-checkbox i, .modal-navigation-container .modal-navigation-item .filter-item-link .filter-checkbox i {
    color: inherit;
    width: 10px;
    border-width: 2px;
    height: 6px;
    left: 3px;
    top: 4px
}

.modal-navigation-container .modal-navigation-list {
    margin-bottom: 15px;
    padding: 0;
    border-bottom: 1px solid #ebebeb
}

.modal-navigation-container .list-group-category {
    display: block
}

.modal-navigation-container .filter-item-text, .modal-navigation-container .modal-navigation-text {
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px;
    font-size: .9375rem
}

.filter-checkbox-checked + .modal-navigation-container .filter-item-text, .filter-checkbox-checked + .modal-navigation-container .modal-navigation-text {
    font-weight: 700
}

.modal-navigation-container .modal-navigation-selected-count {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    color: #a43287;
    font-size: .8125rem;
    line-height: 20px
}

.modal-navigation-item .modal-navigation-header .modal-navigation-label {
    padding: 0;
    border: none
}

.no-results {
    padding: 15px 0;
    color: #000
}

.no-results .link {
    color: #ff6c00
}

.no-results-list {
    margin: 15px
}

.no-results-list-item:before {
    content: '*';
    margin-right: 5px;
    vertical-align: middle
}

.col-md-3-4.not-found-container {
    padding: 15px
}

.col-md-3-4.not-found-container .not-found-todo-list {
    line-height: 1.5rem;
    margin-top: 5px
}

.pagination-wrapper {
    display: table;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    background-color: #f8f8f8
}

.pagination-wrapper .filter-order {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.pagination-wrapper .filter-order-text {
    margin-right: 10px;
    line-height: 1.875rem;
    font-size: .75rem
}

.pagination-wrapper .filter-order .form-select {
    border-color: #ddd
}

.pagination-wrapper .pagination-grid {
    display: table-cell;
    padding-left: 11px;
    text-align: left;
    vertical-align: middle
}

.pagination-wrapper .pagination-grid .ico {
    font-size: 1rem
}

.pagination-total, .pagination-wrapper .pagination-total {
    display: table-cell
}

.pagination-total {
    font-size: .75rem;
    vertical-align: middle
}

.pagination-total-mobile {
    display: none
}

.pagination {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.pagination li a {
    padding: 10px;
    font-size: .75rem;
    color: #212121
}

.pagination .is-active a, .pagination li a:hover {
    background-color: #ff6c00;
    color: #fff
}

.pagination .ico {
    margin-left: 10px;
    font-size: .625rem
}

.pagination-action {
    cursor: pointer;
    padding: 0 2px;
    color: #212121
}

.pagination-action.is-active, .pagination-action:hover {
    color: #ff6c00
}

.pagination-action i {
    font-size: .625rem
}

.showcase-cards {
    margin-bottom: 20px
}

.showcase-with-cards {
    padding-top: 20px
}

.showcase-card-item {
    width: calc(99.9% * 1 / 2 - 5px);
    font-size: .75rem;
    border-bottom: 1px dotted #efefef;
    padding: 20px 0;
    color: #4a4a4a
}

.showcase-card-item:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none
}

.showcase-card-item:last-child {
    margin-right: 0
}

.showcase-card-item:nth-child(2n) {
    margin-right: 0;
    float: right
}

.showcase-card-item:nth-child(odd) {
    clear: both
}

.showcase-card-item:first-child {
    padding-top: 0
}

.showcase-card-item figure {
    min-width: 78px;
    min-height: 78px;
    display: inline-block;
    margin: 0;
    float: left
}

.showcase-card-item-image {
    float: left;
    margin-right: 10px
}

.showcase-card-item-title {
    display: block;
    margin-bottom: 3px
}

.showcase-card-item-text {
    overflow: hidden;
    font-size: .75rem;
    line-height: .9375rem
}

@media only screen and (max-width: 768px) {
    .accordion-facets:checked ~ .accordion-facets-body {
        border-top: none;
        border-bottom: 1px solid #ebebeb
    }

    .accordion-facets:checked ~ .accordion-facets-body .list-group {
        padding-left: 40px;
        border: none
    }

    .accordion-see-more {
        padding-left: 46px;
        margin: 0
    }

    .filter-item.filter-see-mode .accordion-see-more {
        padding: 12px 5px
    }

    .additional-description {
        margin-left: 20px;
        margin-right: 20px
    }

    .breadcrumb {
        padding-left: 10px
    }

    .page-products .breadcrumb-item:nth-child(2) {
        text-transform: uppercase
    }

    .filter-footer, .filter-header {
        display: block
    }

    .filter-item-all-products {
        display: none
    }

    .filter-item {
        padding: 0
    }

    .filter-items .filter-item:not(:last-child) {
        border-bottom: 1px solid #efefef
    }

    .filter-item-text {
        width: 100%;
        margin-top: 0
    }

    .filter-items {
        max-height: none;
        overflow-y: visible
    }

    .filter-links-wrapper {
        margin-bottom: 5px
    }

    .filter-selected-item.filter-selected-erase-all, .filter-selected-item.no-border {
        display: none
    }

    .filter-selected-items {
        margin: 10px 20px
    }

    .filter-brand {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .filter-controller {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        border-bottom: 1px solid #efefef;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .filter-controller-brands .filter-buttons {
        width: 50%
    }

    .filter-controller-brands .filter-buttons select {
        max-width: 120px
    }

    .filters-checkbox {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: none;
        background: #fff;
        z-index: 999
    }

    .filters-checkbox .filter-item:not(:last-child) {
        border-bottom: 1px solid #efefef
    }

    .filter-item .filter-item, .filter-item .filter-item-text {
        border-bottom: 0
    }

    .filter-nested-wrap.list-group-child {
        padding-right: 0
    }

    .filter-checkbox-menu {
        width: 100%;
        border-right: 1px solid #efefef;
        min-height: 100%
    }

    .filter-checkbox-menu .ico-minus, .filter-checkbox-menu .ico-plus {
        display: none;
        visibility: hidden;
        width: 0
    }

    .filter-checkbox-scroll {
        overflow: auto;
        height: 100%;
        padding-bottom: 0
    }

    .filters-checkbox.is-open {
        display: block
    }

    .filters-checkbox .filter-wrapper {
        padding: 0
    }

    .filters-checkbox .filter-wrapper .accordion-item {
        display: block
    }

    .filters-checkbox .filter-title {
        background-color: #f8f8f8;
        padding: 20px 10px;
        margin-bottom: 0;
        width: 100%;
        text-transform: none;
        font-weight: 400;
        font-size: .75rem;
        border-bottom: 1px solid #efefef
    }

    .filters-checkbox .filter-items {
        display: none;
        position: relative;
        width: 100%;
        padding: 0 10px;
        overflow-y: auto
    }

    .filters-checkbox .is-open .filter-title {
        background-color: #efefef;
        color: #a43287;
        font-weight: 600
    }

    .filter-wrapper.is-open .filter-items {
        display: block
    }

    .filters-checkbox .filter-item {
        padding: 20px 20px 20px 0
    }

    .filter-checkbox-footer, .filter-checkbox-header {
        display: block
    }

    .filter-checkbox-footer {
        position: absolute;
        background-color: #fff;
        bottom: 0;
        width: 100%
    }

    .filter-checkbox-footer .btn {
        margin: 0;
        float: left
    }

    .filter-checkbox-clean {
        width: calc(35% - 1px)
    }

    .filter-checkbox-apply {
        width: calc(65% + 1px)
    }

    .filter-checkbox-close {
        position: absolute;
        top: 20px;
        left: 20px
    }

    .filter-checkbox-close:after {
        content: 'â€¹';
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #212121;
        font-size: 3.125rem;
        line-height: .2em;
        font-weight: 300
    }

    .filter-checkbox-title {
        display: block;
        text-align: center;
        padding: 20px;
        font-size: 1rem;
        border-bottom: 1px solid #efefef;
        font-weight: 700
    }

    .filter-order-by-button {
        position: relative
    }

    .filter-order-by-button .product-order {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .filter-open-button, .filter-order-by-button {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        font-size: .75rem;
        color: #4a4a4a;
        margin: 0
    }

    .filter-open-button .ico, .filter-order-by-button .ico {
        color: #777;
        margin-right: 10px;
        width: 12px;
        height: 14px
    }

    .filter-erase-link, .filter-search {
        display: none
    }

    .filter-wrapper-brands.is-open .filter-search {
        display: block;
        padding: 0 6px
    }

    .is-selected .accordion-category:after {
        border-width: 2px 2px 0 0;
        width: 9px;
        height: 9px;
        right: 10px;
        top: 5px
    }

    .accordion-subcategory:checked ~ .filter-item-text {
        border-bottom: 1px solid #efefef
    }

    .no-results {
        padding: 15px
    }

    .pagination-wrapper-header {
        display: block;
        text-align: right
    }

    .pagination-total-mobile {
        display: block;
        font-size: .75rem;
        margin: 10px
    }
}

@media only screen and (min-width: 769px) {
    .breadcrumb-item:last-child {
        display: inline;
        font-weight: 700
    }

    .filter-search {
        margin: 10px 7px
    }

    .filter-title {
        font-size: 1.125rem;
        font-weight: 400
    }

    .filter-item-toggle {
        padding-top: 7px
    }

    .filter-item-toggle .list-group-text {
        padding-left: 15px
    }

    .filter-selected-items {
        display: block;
        margin-bottom: 20px
    }

    .filters {
        border-bottom: 0
    }

    .filters + .filters {
        border-top: 0
    }

    .filters .filter-nested-wrap {
        padding-left: 0
    }

    .filters .list-group {
        border: none;
        box-shadow: none
    }

    .filters .list-group-child-item, .filters .list-group-item {
        padding: 0;
        border: none
    }

    .filters .list-group-child-item {
        padding-top: 10px;
        padding-left: 22px
    }

    .filters .list-group-child {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

    .filters .filter-wrapper.list-group-item {
        padding: 15px 0
    }

    .filters .filter-wrapper {
        margin: 0 0 15px;
        padding: 7px;
        border: 1px solid #efefef;
        box-shadow: 0 1px 2px 0 #efefef
    }

    .filters .list-group-item.is-open + .list-group-child {
        padding-top: 8px;
        padding-bottom: 7px
    }

    .filters .has-right-icon .list-group-text {
        position: relative;
        font-size: inherit
    }

    .filters .has-right-icon .ico-minus, .filters .has-right-icon .ico-plus {
        right: auto;
        left: 0;
        font-size: 8px;
        color: #212121;
        top: 3px;
        transform: translate(0)
    }

    .filters .ico-chevron-right {
        display: none
    }

    .col-md-3-4.not-found-container {
        float: right
    }

    .showcase-card-item:nth-child(-n+2) {
        padding-top: 0
    }
}

@media only screen and (min-width: 992px) {
    .filter-item.is-collapsable .list-group-text {
        margin-left: 15px
    }
}

@media only screen and (max-width: 991px) {
    .filter-item.is-collapsable .list-group-text {
        padding-left: 7px
    }

    .pagination-wrapper .pagination {
        margin: 0;
        float: right
    }

    .filter-button {
        display: block;
        text-align: left
    }

    .pagination {
        margin-top: 10px
    }

    .pagination-total {
        display: block
    }
}

@media only screen and (min-width: 520px) {
    .pagination-wrapper {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 519px) {
    .pagination-wrapper .filter-order {
        width: 100%;
        float: left;
        text-align: left
    }

    .pagination-wrapper .filter-order .form-select {
        margin-top: 10px;
        width: 100%
    }

    .pagination li a {
        padding: 8px
    }

    .pagination-wrapper .pagination, .pagination-wrapper .pagination-total {
        display: block;
        float: none
    }

    .pagination-wrapper .pagination {
        margin-top: 10px
    }

    .showcase-card-item {
        width: calc(99.9% * 1 / 1 - 0px);
        height: auto;
        padding-bottom: 15px
    }

    .showcase-card-item:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .showcase-card-item:last-child {
        margin-right: 0
    }

    .showcase-card-item:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .showcase-card-item:nth-child(1n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) {
    body .buyArea .nprodct-price .nproduct-price-value .item-discount {
        display: inline-block;
        padding: 2px 3px;
        margin: 0;
        width: 55%;
        text-align: center;
        margin-top: 5px;
        vertical-align: middle
    }
}

.opcoes {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: center
}

.opcoes .option {
    margin-bottom: 0
}

.opcoes label {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    display: block;
    margin-bottom: 5px
}

.opcoes .radio {
    width: 60px;
    height: 40px;
    border: solid 1px #e9e9e9;
    margin-top: 0;
    margin-right: 3px;
    display: inline-block;
    border-radius: 5px
}

.opcoes .radio.active, .opcoes .radio:hover {
    background: #c9031a
}

.opcoes .radio.active label, .opcoes .radio:hover label {
    color: #fff
}

.opcoes .radio label {
    font-size: 14px;
    font-weight: 400;
    color: #c9031a;
    display: block;
    position: relative;
    padding: 10px 0 0 0;
    text-align: center;
    height: 40px
}

.opcoes .radio.active label {
    color: #fff
}

.opcoes .radio.active {
    background: #c9031a
}

.opcoes .radio label input {
    display: none
}

.information {
    margin-top: 20px;
    padding-bottom: 20px
}

.information ul {
    display: inline-flex;
    width: 100%;
    margin-top: 18px
}

.information ul li:not(:last-child) {
    margin-right: 5px
}

.information ul li {
    font-size: 13px;
    color: #666;
    align-items: center;
    border: 1px solid #eee
}

.information ul li img {
    width: 50px
}

.hidden {
    display: none !important
}

.right {
    padding-left: 20px;
    width: 100%
}

.right .not {
    color: #9b9b9b;
    font-size: 12px;
    display: none
}

.right .list {
    display: block;
    width: 100%;
    margin-bottom: 12px
}

.right .list p {
    width: 50%;
    padding: 5px;
    color: #4a4a4a;
    float: left
}

.right .list p strong {
    display: block;
    font-size: 12px;
    font-weight: 300
}

.right .list p span {
    display: block;
    font-size: 12px;
    font-weight: 300
}

.right .list p b {
    display: block;
    font-size: 12px;
    font-weight: 300
}

.right .list p strong {
    font-weight: 700
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.thumbs {
    margin-top: 10px
}

.thumbs ul li a {
    border: 1px solid #e9e9e9;
    opacity: .8;
    display: block;
    width: 100%;
    height: 100%
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

figure {
    position: relative
}

figure .zoomWrapper {
    align-items: center
}

figure img {
    left: 0
}

.board {
    background-color: #fff;
    padding: 30px 0;
    margin-top: 0
}

.board .block {
    border-radius: 5px
}

.board .block:not(:last-child) {
    margin-bottom: 30px
}

.board .block .title {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.board .block .title h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.board .block .title h3 .fas {
    margin-right: 4px;
    color: #3c3b3b
}

.board .block .title p a {
    color: #000
}

.board .block .body {
    padding: 20px
}

.board .block .body p {
    font-size: 13px;
    color: #000
}

.board .block .body p:not(:last-child) {
    margin-bottom: 23px
}

.btn-guia-medidas {
    margin-top: 16px
}

.avaliacoes label {
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.avaliacoes input.radio-recomenda {
    margin-right: 10px;
    display: inline-block
}

.avaliacoes span.i-recommend {
    background: url(../../images/recomendo.png);
    width: 170px;
    height: 28px;
    display: block;
    font-size: .95em;
    padding: 7px 10px;
    margin-bottom: 7px
}

.avaliacoes .apr-coluna-contra input, .avaliacoes .apr-coluna-pro input {
    margin-bottom: 15px
}

.avaliacoes .avaliation-title {
    display: none
}

.avaliacoes .avaliation-title span, .avaliacoes .avaliation-title strong {
    font-size: 13px;
    color: #666
}

.avaliacoes .avaliation-title span.product_name, .avaliacoes .avaliation-title strong.product_name {
    padding-top: 10px;
    display: block
}

.avaliacoes .form-control {
    border: 1px solid #c9031a;
    border-radius: 3px;
    resize: none
}

.avaliacoes .pros {
    width: 25px;
    height: 25px;
    background: #00a651;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px
}

.avaliacoes .contras {
    width: 25px;
    height: 25px;
    background: #ed1c24;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px
}

.avaliacoes .txt-pros-cnt {
    display: inline-block
}

.avaliacoes .contras i, .avaliacoes .pros i {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 25px;
    display: block
}

.avaliacoes .product_name strong {
    font-weight: 700;
    text-transform: uppercase
}

.avaliacoes .faca-avaliacao {
    background: #0266a6;
    font-size: 15px;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    margin-left: 25px;
    font-weight: 100;
    letter-spacing: 1px
}

.avaliacoes .faca-avaliacao:hover {
    opacity: .8
}

.avaliacoes .total-reviews {
    display: inline-block;
    margin-left: 25px
}

.avaliacoes .rating-points {
    display: inline-block
}

.avaliacoes .avaliation-block-middle {
    background: #fff;
    display: none
}

.avaliacoes .col-middle-1 {
    padding-left: 0
}

.avaliacoes .col-middle-1 h2 {
    display: none
}

.avaliacoes .col-middle-1 input, .avaliacoes .col-middle-1 textarea {
    margin-bottom: 17px
}

.avaliacoes .avalation-middle-form label {
    font-weight: 400
}

.avaliacoes .avaliation-obs {
    font-size: .95em;
    color: #585858
}

.avaliacoes .avaliation-obs strong {
    font-weight: 400;
    color: red
}

.avaliacoes .col-middle-2 {
    padding-right: 0
}

.avaliacoes .col-middle-2 span {
    font-size: 15px;
    color: #666
}

.avaliacoes .avaliation-stars-block {
    margin-top: 7px;
    margin-bottom: 20px
}

.avaliacoes .avaliation-stars-block i {
    font-size: 1.3em;
    color: #ffdb00
}

.avaliacoes .avaliation-bars {
    margin-bottom: 20px;
    margin-top: 5px
}

.avaliacoes .avaliation-bars span {
    font-size: 1.1em;
    color: #696969;
    margin-left: 15px
}

.avaliacoes .avaliation-bars .bar {
    display: inline-block
}

.avaliacoes .avaliation-bars .bar:before {
    content: "\f005";
    font-size: 20px;
    cursor: pointer;
    color: #d8d8d8
}

.avaliacoes .avaliation-bars .bar:hover:before {
    color: #ffdb00
}

.avaliacoes .avaliation-bars .bar.active:before, .avaliacoes .avaliation-bars .bar.point-on:before {
    color: #ffdb00
}

.avaliacoes .avaliation-bars .bar input {
    display: none
}

.avaliacoes .upload-button {
    margin: 10px 0
}

.avaliacoes .recommend-block {
    margin-top: 20px
}

.avaliacoes .recommend-block label {
    padding-top: 2px
}

.avaliacoes .recommend-block .pull-left.first {
    margin-right: 80px
}

.avaliacoes .captcha-block img, .avaliacoes .captcha-block input {
    width: 45%;
    margin-top: 10px
}

.avaliacoes .apr-sem-avaliacoes {
    color: #696868;
    padding: 20px 0
}

.avaliacoes .form-review {
    padding: 20px 0;
    padding-bottom: 0
}

.avaliacoes .avaliation-footer-middle {
    padding: 17px;
    margin: 0 -20px;
    margin-top: 17px;
    clear: both;
    text-align: right
}

.avaliacoes .avaliation-footer-middle .btn-enviar {
    font-size: 1.2em;
    color: #fff;
    padding: 9px 65px;
    background: #c9031a;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700
}

.avaliacoes .avaliation-footer-middle .btn-enviar:hover {
    opacity: .9
}

.avaliacoes .avaliation-footer-middle .btn-cancelar {
    font-size: 12px;
    padding: 5px 15px;
    background: #fff;
    font-weight: 400;
    border: 0;
    text-transform: uppercase
}

.avaliacoes .avaliation-footer-middle .btn-cancelar:hover {
    text-decoration: underline
}

.avaliacoes .avaliation-redes {
    display: block;
    float: left;
    width: 25px;
    height: 20px;
    background: url(../../images/redes.png);
    margin-right: 0
}

.avaliacoes .facebook {
    background-position: 0 center
}

.avaliacoes .twitter {
    background-position: 71px center
}

.avaliacoes .google {
    background-position: 46px center
}

.avaliacoes .avaliation-comment {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #d7d7d7;
    padding: 20px 15px
}

.avaliacoes .avaliation-comment span {
    font-size: 1.2em
}

.avaliacoes .col-comment-1 strong {
    font-size: 1.4em;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 15px
}

.avaliacoes .col-comment-1-share {
    display: block;
    float: left;
    color: #585858;
    font-size: 1.1em;
    font-weight: 700;
    margin-right: 12px
}

.avaliacoes .col-comment-2 i {
    font-size: 1.2em;
    color: #f8d500
}

.avaliacoes .col-comment-2 strong {
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    margin: 0 7px;
    display: inline-block
}

.avaliacoes .col-comment-2 span {
    color: #585858;
    font-weight: 400;
    font-size: 1em
}

.avaliacoes .col-comment-2 p {
    margin-top: 15px;
    display: block;
    margin-bottom: 0
}

.avaliacoes .avaliation-fotos img {
    width: 50px;
    height: 50px;
    border: 1px solid #d7d7d7;
    display: block;
    float: left;
    margin-right: 10px
}

.avaliacoes .avaliation-fotos span {
    display: block;
    margin-bottom: 5px
}

.avaliacoes .col-comment-2 {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding-bottom: 10px;
    min-height: 150px
}

.avaliacoes .col-comment-2 p.full-text {
    display: none
}

.avaliacoes .avaliation-comment-footer {
    clear: both;
    padding-top: 17px;
    margin-top: 17px;
    border-top: 1px solid #d7d7d7
}

.avaliacoes .avaliation-util strong {
    font-weight: 700;
    font-size: 1.3em;
    color: #585858;
    display: inline-block;
    margin-right: 10px
}

.avaliacoes .avaliation-util button {
    background: 0 0;
    border: 0;
    color: #364ea2;
    font-size: 1.3em
}

.avaliacoes .avaliation-denuncia button:active:focus, .avaliacoes .avaliation-util button:active:focus {
    opacity: .5
}

.avaliacoes .avaliation-denuncia button:hover, .avaliacoes .avaliation-util button:hover {
    opacity: .8
}

.avaliacoes .avaliation-util button i {
    display: inline-block;
    margin-right: 2px
}

.avaliacoes .avaliation-denuncia button {
    background: 0 0;
    border: 0;
    color: #d52626;
    font-size: 1.1em
}

.avaliacoes .avaliation-denuncia button i {
    display: inline-block;
    margin-right: 2px
}

.avaliacoes .btns-upload {
    overflow: hidden;
    padding-right: 10px
}

.avaliacoes .place-prazo {
    margin-top: 15px
}

.avaliacoes .place-prazo .check-prazo {
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 400
}

.avaliacoes .opcao-obrigatoria {
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    border-radius: 2px;
    padding: 5px 2%;
    background: #d1334a
}

.avaliacoes .place-prazo .place-termo-aceitacao {
    background-color: #dedede;
    border: 1px solid #bababa;
    float: left;
    margin-top: 10px
}

.avaliacoes .place-prazo .place-termo-aceitacao .fa {
    width: 10%;
    float: left;
    font-size: 70px;
    color: #9f9f9f;
    margin-top: 15px;
    padding: 5px
}

.avaliacoes .place-prazo .place-termo-aceitacao .conteudo {
    width: 90%;
    float: left
}

.avaliacoes .place-prazo .place-termo-aceitacao h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 12px;
    padding-left: 5px
}

.avaliacoes .place-prazo .place-termo-aceitacao p {
    color: #666;
    font-size: 12px;
    padding: 0 5px
}

.avaliacoes .place-prazo .place-termo-aceitacao p a {
    color: #050505
}

@media (max-width: 991px) {
    .avaliacoes .col-middle-1 {
        border: 0
    }

    .avaliacoes .avaliation-footer-middle, .avaliacoes .captcha {
        display: flex;
        justify-content: center
    }
}

.lista-de-avaliacoes .apr-avaliacao {
    padding: 20px 0;
    border-bottom: 1px solid #c9031a;
    display: flex;
    justify-content: space-between
}

.lista-de-avaliacoes .apr-avaliacao .left .review_list_title {
    font-size: 14px;
    font-weight: 700
}

.lista-de-avaliacoes .apr-avaliacao .left .rating-points .fa {
    color: #bababa
}

.lista-de-avaliacoes .apr-avaliacao .left .rating-points .fa.point-on {
    color: #fff000
}

.lista-de-avaliacoes .apr-avaliacao .left .texto-pros-contras {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #999;
    font-weight: lighter
}

.lista-de-avaliacoes .apr-avaliacao .left .review_list_author {
    font-size: 13px;
    color: #999;
    font-weight: lighter
}

.lista-de-avaliacoes .apr-avaliacao .left .review_list_author strong {
    font-weight: 400;
    color: #000
}

.lista-de-avaliacoes .apr-avaliacao .right {
    min-width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.lista-de-avaliacoes .apr-avaliacao .right .like-avaliation {
    display: block;
    border: 0;
    background: #c9031a;
    border-radius: 5px;
    width: 130px;
    height: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .2s ease
}

.lista-de-avaliacoes .apr-avaliacao .right .like-avaliation:hover {
    background: #b00317
}

.lista-de-avaliacoes .apr-avaliacao .right .like-avaliation span {
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
    font-weight: lighter
}

.lista-de-avaliacoes .apr-avaliacao .right .like-avaliation b {
    font-size: 11px;
    font-weight: 400;
    color: #000
}

@media (max-width: 991px) {
    .lista-de-avaliacoes .apr-avaliacao {
        flex-wrap: wrap;
        overflow: hidden
    }

    .lista-de-avaliacoes .apr-avaliacao .right {
        width: 100%;
        margin-top: 15px
    }

    .lista-de-avaliacoes .apr-avaliacao .right .product_review_helpfulness {
        width: 100%
    }

    .lista-de-avaliacoes .apr-avaliacao .right .product_review_helpfulness .product_review_vote {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .lista-de-avaliacoes .apr-avaliacao .right .product_review_helpfulness .product_review_vote .like-avaliation {
        width: 45%
    }
}

.cp-header2 {
    background-color: #f8f8f8;
    box-shadow: none
}

.cp-header2 .header-logo {
    width: auto;
    max-width: 100%;
    height: auto
}

.cp-header2 .header-menu {
    background: 0 0
}

.cp-header2 .header-menu .menu-item > a {
    font-size: 18px;
    color: #5d7083;
    text-transform: uppercase;
    font-family: proxima_nova_regular
}

.cp-header2 .header-menu .menu-item:last-child > a {
    font-family: proxima_nova_bold
}

.cp-header2 .header-account {
    background: #fff;
    padding: 17px 19px 21px
}

.cp-header2 .header-account .header-account-item {
    padding: 0
}

.cp-header2 .header-icon-account i {
    background: url(/static/images/components/headers/header2/sprite.png) -38px -4px no-repeat;
    width: 26px;
    height: 22px;
    border: none;
    margin: 0
}

.cp-header2 .header-bag {
    padding: 0;
    margin-right: 25px
}

.cp-header2 .header-bag .bag-full {
    background: url(/static/images/components/headers/header2/sprite.png) -3px -1px no-repeat;
    width: 24px;
    height: 27px;
    text-align: center;
    top: 2px
}

.cp-header2 .header-bag .bag-full .cart-summary-quantity {
    position: relative;
    top: auto;
    right: auto;
    line-height: 36px;
    background: 0 0;
    font-weight: 400
}

.cp-header2 .header-bag .products-cart .item .dados-item .title-item {
    color: #111 !important
}

.cp-header2 .header-bag .products-cart .btn-checkout {
    border-radius: 0
}

.cp-header2 .cart-summary-wrap {
    right: -33px
}

.cp-header2 .header-account-menu {
    right: -31px
}

.cp-header2 .header-account-menu-inner:after {
    right: 40px
}

@media only screen and (min-width: 769px) {
    .cp-header2 .header-menu {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .cp-header2 .header-account {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px
    }

    .cp-header2 .header-middle {
        padding-bottom: 37px;
        padding-top: 48px
    }

    .cp-header2 .header-menu .menu-item {
        display: inline-block;
        margin: 0 39px
    }

    .cp-header2 .header-logo-wrapper {
        width: auto
    }
}

@media only screen and (max-width: 768px) {
    .cp-header2 .link-logo {
        margin-left: 0;
        max-width: 59%;
        margin-top: 5px
    }
}

.cp-header3 .header-menu {
    background: 0 0
}

.cp-header3 .header-menu a {
    color: #383838
}

.cp-header3 .header-menu .menu-item > a {
    font-size: 18px
}

.cp-header3 .btnMobileSearch {
    display: none
}

.cp-header3 .header-search-wrapper {
    max-width: 216px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
    border-radius: 44px;
    overflow: hidden
}

.cp-header3 .header-search-wrapper .btn, .cp-header3 .header-search-wrapper .form-control {
    height: 48px
}

.cp-header3 .header-search-wrapper .btn.typeahead, .cp-header3 .header-search-wrapper .form-control.typeahead {
    border: none;
    padding-right: 0
}

.cp-header3 .header-search-wrapper .btn .spr-search-white, .cp-header3 .header-search-wrapper .form-control .spr-search-white {
    background: #000
}

.cp-header3 .header-search-wrapper input.color2::-webkit-input-placeholder {
    font-size: 15px
}

.cp-header3 .header-search-wrapper input.color2:-moz-placeholder {
    font-size: 15px
}

.cp-header3 .header-search-wrapper input.color2::-moz-placeholder {
    font-size: 15px
}

.cp-header3 .header-search-wrapper input.color2:-ms-input-placeholder {
    font-size: 15px
}

.cp-header3 .header-logo-wrapper {
    width: 143px;
    padding-right: 13px
}

.cp-header3 .header-account {
    top: 0
}

.cp-header3 .header-account-menu-inner {
    margin-top: 25px
}

.cp-header3 .header-account-menu-inner:after {
    top: 20px;
    right: 48px
}

.cp-header3 .header-account-item.area-account-top {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .1)
}

.cp-header3 .header-account-item.area-account-top .header-icon-account .iconUser {
    position: absolute;
    left: 19px;
    top: 14px;
    z-index: 1
}

.cp-header3 .header-account-item.area-account-top .header-icon-account .header-arrow-down {
    position: absolute;
    top: 26px;
    left: 15px;
    z-index: 2
}

.cp-header3 .header-bag {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding-left: 0;
    text-align: center;
    margin-left: 20px
}

.cp-header3 .header-bag .bag-full {
    top: 13px
}

.cp-header3 .header-bag .cart-summary-quantity {
    color: #383838;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    top: -16px;
    right: -15px;
    width: 24px;
    height: 24px;
    line-height: 24px
}

.cp-header3 .header-bag .cart-summary-wrap {
    top: 34px;
    right: -18px
}

.cp-header3 .is-mobile {
    display: none
}

@media only screen and (min-width: 769px) {
    .cp-header3 .header-menu {
        max-width: 59.4%
    }

    .cp-header3 .header-menu .header-menu-category {
        top: 95px;
        padding: 20px 10px 40px;
        -moz-box-shadow: inset 1px 10px 18px -21px #555;
        -webkit-box-shadow: inset 1px 10px 18px -21px #555;
        box-shadow: inset 1px 10px 18px -21px #555
    }

    .cp-header3 .header-menu .header-menu-category .area-submenu > div {
        vertical-align: top
    }

    .cp-header3 .header-menu .header-menu-category .area-submenu > div.col-sm-3 {
        max-width: 23%
    }

    .cp-header3 .header-menu .header-menu-category .area-submenu .stt {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 800;
        color: #383838;
        display: block;
        margin-bottom: 15px
    }

    .cp-header3 .header-menu .header-menu-category a {
        font-size: 15px;
        line-height: 24px;
        color: #383838
    }

    .cp-header3 .header-menu .menu-item {
        height: 38px
    }

    .cp-header3 .header-menu .menu-item:hover {
        height: 68px
    }
}

@media only screen and (max-width: 768px) {
    .cp-header3 .is-mobile {
        display: block
    }

    .cp-header3.header {
        box-shadow: 0 2px 19px 7px rgba(0, 0, 0, .1)
    }

    .cp-header3.header .header-middle {
        padding-bottom: 0
    }

    .cp-header3 .header-menu-button.nav-hamburguer {
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
        text-align: center
    }

    .cp-header3 .header-menu-button.nav-hamburguer .hamburguer {
        display: inline-block;
        margin-top: 24px;
        width: 20px
    }

    .cp-header3 .header-menu-button.nav-hamburguer .hamburguer i {
        background: #fff;
        min-width: 20px
    }

    .cp-header3 .banner-barra-topo {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%
    }

    .cp-header3 .header-logo-wrapper {
        width: 160px
    }

    .cp-header3 .link-logo {
        margin-left: 58px
    }

    .cp-header3 .header-bag {
        width: 40px;
        height: 40px;
        position: relative;
        top: -5px;
        margin-left: 10px
    }

    .cp-header3 .header-bag .bag-full {
        top: 6px
    }

    .cp-header3 .header-bag .bag-full svg {
        width: 19px
    }

    .cp-header3 .header-bag .bag-full .cart-summary-quantity {
        top: -10px
    }

    .cp-header3 .header-account-item.area-account-top {
        display: inline-block;
        width: 40px;
        height: 40px;
        top: -5px
    }

    .cp-header3 .header-account-item.area-account-top .header-icon-account .iconUser {
        left: 11px;
        top: 8px
    }

    .cp-header3 .header-account-item.area-account-top .header-icon-account .header-arrow-down {
        left: 24px;
        top: 24px
    }

    .cp-header3 .header-search-wrapper {
        padding: 0;
        position: absolute;
        top: 59px;
        z-index: 10;
        left: 0;
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #ddd;
        border-radius: 0;
        display: none
    }

    .cp-header3 .header-search-wrapper.show {
        display: block
    }

    .cp-header3 .header-search-wrapper .form-control.typeahead {
        border-radius: 0 !important
    }

    .cp-header3 .header-search-wrapper .input-group-btn {
        left: 0
    }

    .cp-header3 .header-search-wrapper .input-group-btn .btn {
        background: #fff;
        border-radius: 0
    }

    .cp-header3 .btnMobileSearch {
        background: #fff;
        border-radius: 50%;
        box-shadow: 3px 3px 20px rgba(0, 0, 0, .1);
        width: 40px;
        height: 40px;
        position: relative;
        top: -5px;
        margin-right: 10px;
        text-align: center;
        line-height: 55px;
        display: block
    }

    .cp-header3 .header-menu .main-menu {
        width: calc(100% - 40px)
    }

    .cp-header3 .menu-close {
        right: 0;
        top: 0;
        width: 40px;
        height: 60px;
        padding: 0;
        line-height: 60px;
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        text-transform: uppercase
    }
}

.slideshowFull .spr {
    top: 55%;
    display: block !important;
    position: absolute;
    margin-top: -50px;
    z-index: 10;
    cursor: pointer
}

.spr-carousel-left {
    left: 10px
}

.spr-carousel-right {
    right: 10px
}

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

.cp-itemprodutos10 {
    min-height: 635px
}

.cp-itemprodutos10 .showcase-image {
    max-width: 100%;
    max-height: 100%
}

.cp-itemprodutos10 .showcase-item-col-text {
    text-align: center
}

.cp-itemprodutos10 .showcase-item-col-text .showcase-item-description {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 9px;
    text-transform: uppercase;
    min-height: 27px;
    width: 100%;
    vertical-align: top
}

.cp-itemprodutos10 .label-store {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 2px
}

.cp-itemprodutos10 .label-store:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 4%;
    width: 92%;
    height: 1px;
    background: #000;
    z-index: 1
}

.cp-itemprodutos10 .label-store span {
    position: relative;
    z-index: 2;
    background: #fff;
    display: inline-block;
    padding: 0 6px
}

.cp-itemprodutos10 .area-labels {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin: 0
}

.cp-itemprodutos10 .area-labels .label-lancamento {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
    margin-bottom: 6px;
    margin-top: 0
}

.cp-itemprodutos10 .area-desc-prod {
    display: inline-block;
    width: 100%
}

.cp-itemprodutos10 .showcase-item-rating {
    text-align: center;
    margin-bottom: 15px;
    line-height: 12px;
    padding: 0;
    min-height: 30px;
    display: none
}

.cp-itemprodutos10 .showcase-item-name {
    color: #000;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 9px;
    font-weight: 800;
    text-align: center;
    min-height: auto
}

.cp-itemprodutos10 .features-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0
}

.cp-itemprodutos10 .features-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    vertical-align: middle
}

.cp-itemprodutos10 .features-list li span {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos10 .features-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #222;
    vertical-align: middle;
    margin-right: 8px
}

.cp-itemprodutos10 .free-shipping-info {
    text-transform: uppercase;
    font-size: 12px
}

.cp-itemprodutos10 .rating-area {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 6px
}

.cp-itemprodutos10 .rating-area .rating {
    display: inline-block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    margin: 5px 0;
    vertical-align: middle
}

.cp-itemprodutos10 .rating-area .review-quantity {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos10 .title-tam {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px
}

.cp-itemprodutos10 .desc-tam {
    text-align: center;
    min-height: 81px
}

.cp-itemprodutos10 .desc-tam div {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 6px;
    display: contents
}

.cp-itemprodutos10 .desc-tam div:first-child:before {
    display: none
}

.cp-itemprodutos10 .desc-tam div.active, .cp-itemprodutos10 .desc-tam div:hover {
    color: #009329
}

.cp-itemprodutos10 .desc-tam div.indisponivel {
    color: #ccc
}

.cp-itemprodutos10 .desc-tam div .optionChoice {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2
}

.cp-itemprodutos10 .desc-tam div label {
    padding: 0;
    z-index: 3;
    position: relative;
    padding: 3px 7px;
    font-weight: 600
}

.cp-itemprodutos10 .desc-tam div label.active, .cp-itemprodutos10 .desc-tam div label:hover {
    color: #009329
}

.cp-itemprodutos10.showcase-item {
    max-width: 100%;
    padding: 0 7px;
    margin-top: 0
}

.cp-itemprodutos10.showcase-item .item-description-buy-area {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    min-height: 90px
}

.cp-itemprodutos10 .showcase-item-col-call {
    min-height: 80px;
    padding: 0;
    text-align: center;
    position: relative
}

.cp-itemprodutos10 .showcase-item-col-call .areaPrice {
    position: relative;
    text-align: center;
    transform: perspective(1px) translateY(-50%);
    width: 100%
}

.cp-itemprodutos10 .showcase-item-col-call .item-price {
    float: left;
    font-size: 15%;
    width: 100%;
    margin-bottom: 0
}

.cp-itemprodutos10 .showcase-item-col-call .item-price .item-price-value {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    margin-bottom: 1px
}

.cp-itemprodutos10 .showcase-item-col-call .item-price .item-price-installments, .cp-itemprodutos10 .showcase-item-col-call .item-price .item-price-max {
    line-height: 13px;
    font-size: 12px;
    color: #000
}

.cp-itemprodutos10 .showcase-item-col-call .product-buy .btn {
    width: 212px;
    max-width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px
}

.cp-itemprodutos10 .showcase-item-col-call .btn.btn-notifyme {
    background-color: #e40000 !important
}

.cp-itemprodutos10 .showcase-item-image {
    text-align: center;
    position: relative
}

.cp-itemprodutos10 .showcase-item-image .lk-action-wish {
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 2
}

.cp-itemprodutos10 .showcase-item-image .lk-action-wish .on_wishlist svg path {
    fill: #000
}

.cp-itemprodutos10 .showcase-item-image .item-discount {
    left: 4px;
    right: auto;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px
}

.cp-itemprodutos10 .showcase-item-image .image-bullets {
    display: inline-block;
    width: 100%;
    text-align: center
}

.cp-itemprodutos10 .showcase-item-image .image-bullets li {
    display: inline-block;
    margin: 0 4px
}

.cp-itemprodutos10 .showcase-item-image .image-bullets li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #383838;
    opacity: .3
}

.cp-itemprodutos10 .showcase-item-image .image-bullets li.active:before {
    opacity: 1
}

.slick-list .cp-itemprodutos10 {
    width: 100%;
    max-width: 100%
}

.listposts {
    padding: 60px 0 60px;
    margin: 40px 0 50px
}

.listposts .title-post {
    font-size: 42px;
    display: block;
    margin-bottom: 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.listposts .img-post {
    margin-bottom: 57px
}

.listposts .desc-post {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 32px
}

.listposts .link-post {
    color: #00a67a;
    font-size: 18px;
    font-family: proxima_nova_regular
}

.listposts .row {
    margin: 0
}

.listposts .item-post.col-sm-6.left-col {
    padding-right: 43px
}

.listposts .item-post.col-sm-6.right-col {
    padding-left: 43px
}

@media only screen and (min-width: 769px) {
    .cp-itemprodutos10 {
        width: 23.7%;
        max-width: none
    }

    .cp-itemprodutos10 .showcase-item-image {
        margin-bottom: 2px
    }

    .cp-itemprodutos10:nth-child(1n) {
        margin-right: 5px
    }

    .cp-itemprodutos10:last-child {
        margin-right: 0
    }

    .cp-itemprodutos10 .desc-tam span {
        display: inline-block
    }
}

@media only screen and (max-width: 768px) {
    .cp-itemprodutos10 {
        margin-bottom: 15px;
        display: inline-block;
        min-height: 315px
    }

    .cp-itemprodutos10 .rating-area .rating i {
        font-size: 14px
    }

    .cp-itemprodutos10 .showcase-item-rating .review-quantity {
        display: block
    }

    .cp-itemprodutos10 .discount-bullet {
        width: auto !important;
        height: auto !important
    }

    .cp-itemprodutos10 .showcase-item-col-call .item-price {
        margin-top: 10px;
        min-height: 1px;
        max-height: 45px
    }

    .cp-itemprodutos10 .desc-tam span {
        display: inline-block;
        font-size: 9px
    }

    .cp-itemprodutos10 .showcase-item-col-call .product-buy {
        display: block
    }

    .cp-itemprodutos10 .showcase-item-col-call .product-buy .btn {
        height: 24px;
        font-size: 12px
    }

    .showcase-gondola .showcase-item.cp-itemprodutos10 {
        margin-top: 30px;
        margin-bottom: 0
    }

    .cp-itemprodutos10 .showcase-item-name {
        font-size: 20px;
        line-height: 22px;
        min-height: 65px;
        margin-bottom: 0
    }

    .cp-itemprodutos10 .showcase-item-col-call .item-price .item-price-value {
        font-size: 20px
    }
}

.cp-itemprodutos11 {
    min-height: 585px;
    transition: .3s
}

.cp-itemprodutos11 .wrapper-showcase {
    display: inline-block;
    width: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 26px;
    transition: .3s
}

.cp-itemprodutos11 .discount-bullet {
    font-size: 14px;
    font-weight: 500;
    right: 6px !important;
    height: 30px !important;
    padding: 5px 6px 3px !important;
    width: auto !important
}

.cp-itemprodutos11 .lk-action-wish {
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2
}

.cp-itemprodutos11 .showcase-image {
    max-width: 100%;
    max-height: 100%
}

.cp-itemprodutos11 .btn-product-detail {
    background: #39b54a !important;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 0
}

.cp-itemprodutos11 .showcase-item-col-text {
    text-align: center
}

.cp-itemprodutos11 .showcase-item-col-text .showcase-item-description {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 9px;
    text-transform: uppercase
}

.cp-itemprodutos11 .item-price-installments {
    font-size: 18px;
    line-height: 20px;
    color: #1d3e69;
    margin-bottom: 4px;
    font-weight: 700;
    margin-top: 13px
}

.cp-itemprodutos11 .opcoes-card {
    text-align: center
}

.cp-itemprodutos11 .opcoes-card .title-tam {
    font-size: 14px;
    text-transform: none
}

.cp-itemprodutos11 .opcoes-card .radio {
    display: inline-block
}

.cp-itemprodutos11 .area-labels {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin: 0
}

.cp-itemprodutos11 .area-labels .label-lancamento {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
    margin-bottom: 6px;
    margin-top: 0
}

.cp-itemprodutos11 .area-desc-prod {
    display: inline-block;
    width: 100%
}

.cp-itemprodutos11 .showcase-item-rating {
    text-align: center;
    margin-bottom: 15px;
    line-height: 12px;
    padding: 0;
    min-height: 30px;
    display: none
}

.cp-itemprodutos11 .showcase-item-name {
    color: #000;
    font-size: 18px;
    text-transform: uppercase
}

.cp-itemprodutos11 .features-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0
}

.cp-itemprodutos11 .features-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    vertical-align: middle
}

.cp-itemprodutos11 .features-list li span {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos11 .features-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #222;
    vertical-align: middle;
    margin-right: 8px
}

.cp-itemprodutos11 .free-shipping-info {
    text-transform: uppercase;
    font-size: 12px
}

.cp-itemprodutos11 .rating-area {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 6px
}

.cp-itemprodutos11 .rating-area .rating {
    display: inline-block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    margin: 5px 0;
    vertical-align: middle
}

.cp-itemprodutos11 .rating-area .review-quantity {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos11 .title-tam {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 7px
}

.cp-itemprodutos11 .desc-tam {
    text-align: center
}

.cp-itemprodutos11 .desc-tam div {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 1px;
    display: contents
}

.cp-itemprodutos11 .desc-tam div:first-child:before {
    display: none
}

.cp-itemprodutos11 .desc-tam div.active, .cp-itemprodutos11 .desc-tam div:hover {
    background: #1d3e69;
    color: #fff
}

.cp-itemprodutos11 .desc-tam div.indisponivel {
    color: #ccc
}

.cp-itemprodutos11 .desc-tam div .optionChoice {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2
}

.cp-itemprodutos11 .desc-tam div label {
    padding: 0;
    z-index: 3;
    position: relative;
    padding: 0 4px;
    font-weight: 300;
    border: 1px solid #1d3e69;
    color: #1d3e69;
    font-size: 14px
}

.cp-itemprodutos11 .desc-tam div label.active, .cp-itemprodutos11 .desc-tam div label:hover {
    background: #1d3e69;
    color: #fff
}

.cp-itemprodutos11 .desc-tam div label.opt-sold-out {
    color: #a7a7a7;
    border-color: #a7a7a7
}

.cp-itemprodutos11 .desc-tam div label.opt-sold-out.active, .cp-itemprodutos11 .desc-tam div label.opt-sold-out:hover {
    background: #a7a7a7;
    color: #fff
}

.cp-itemprodutos11.showcase-item {
    max-width: 100%;
    padding: 15px 15px;
    margin-top: 0
}

.cp-itemprodutos11.showcase-item .item-description-buy-area {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    min-height: 90px
}

.cp-itemprodutos11 .showscase-item-col-call {
    min-height: 80px;
    padding: 0;
    text-align: center;
    position: relative
}

.cp-itemprodutos11 .showscase-item-col-call .areaPrice {
    position: relative;
    text-align: center;
    transform: perspective(1px) translateY(-50%);
    width: 100%
}

.cp-itemprodutos11 .showscase-item-col-call .item-price {
    float: left;
    font-size: 15%;
    width: 100%;
    margin-bottom: 0
}

.cp-itemprodutos11 .showscase-item-col-call .item-price .item-price-value {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    margin-bottom: 1px
}

.cp-itemprodutos11 .showscase-item-col-call .item-price .item-price-installments, .cp-itemprodutos11 .showscase-item-col-call .item-price .item-price-max {
    line-height: 13px;
    font-size: 12px;
    color: #000
}

.cp-itemprodutos11 .showscase-item-col-call .product-buy .btn {
    width: 212px;
    max-width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px
}

.cp-itemprodutos11 .showscase-item-col-call .btn.btn-notifyme {
    background-color: #e40000 !important
}

.cp-itemprodutos11 .showcase-item-image {
    text-align: center
}

.cp-itemprodutos11 .showcase-item-image .item-discount {
    left: 4px;
    right: auto;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px
}

.cp-itemprodutos11 .showcase-item-image .image-bullets {
    display: inline-block;
    width: 100%;
    text-align: center
}

.cp-itemprodutos11 .showcase-item-image .image-bullets li {
    display: inline-block;
    margin: 0 4px
}

.cp-itemprodutos11 .showcase-item-image .image-bullets li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #383838;
    opacity: .3
}

.cp-itemprodutos11 .showcase-item-image .image-bullets li.active:before {
    opacity: 1
}

.slick-list .cp-itemprodutos11 {
    width: 100%;
    max-width: 100%
}

.listposts {
    padding: 60px 0 60px;
    margin: 40px 0 50px
}

.listposts .title-post {
    font-size: 42px;
    display: block;
    margin-bottom: 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.listposts .img-post {
    margin-bottom: 57px
}

.listposts .desc-post {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 32px
}

.listposts .link-post {
    color: #00a67a;
    font-size: 18px;
    font-family: proxima_nova_regular
}

.listposts .row {
    margin: 0
}

.listposts .item-post.col-sm-6.left-col {
    padding-right: 43px
}

.listposts .item-post.col-sm-6.right-col {
    padding-left: 43px
}

@media only screen and (min-width: 769px) {
    .cp-itemprodutos11 {
        width: 23.7%;
        max-width: none
    }

    .cp-itemprodutos11:nth-child(1n) {
        margin-right: 5px
    }

    .cp-itemprodutos11:last-child {
        margin-right: 0
    }

    .cp-itemprodutos11:hover {
        padding: 5px 15px 15px !important
    }

    .cp-itemprodutos11:hover .wrapper-showcase {
        padding-top: 10px;
        padding-bottom: 76px
    }

    .cp-itemprodutos11:hover .showcase-item-buy {
        opacity: 1 !important;
        z-index: 1 !important
    }

    .cp-itemprodutos11 .desc-tam span {
        display: inline-block
    }
}

@media only screen and (max-width: 768px) {
    .cp-itemprodutos11 {
        margin-bottom: 15px;
        display: inline-block;
        min-height: 315px
    }

    .cp-itemprodutos11 .rating-area .rating i {
        font-size: 14px
    }

    .cp-itemprodutos11 .showcase-item-rating .review-quantity {
        display: block
    }

    .cp-itemprodutos11 .discount-bullet {
        width: auto !important;
        height: auto !important
    }

    .cp-itemprodutos11 .showcase-item-col-call .item-price {
        margin-top: 10px;
        min-height: 1px;
        max-height: 45px
    }

    .cp-itemprodutos11 .desc-tam span {
        display: inline-block;
        font-size: 9px
    }

    .cp-itemprodutos11 .showcase-item-col-call .product-buy {
        display: block
    }

    .cp-itemprodutos11 .showcase-item-col-call .product-buy .btn {
        height: 24px;
        font-size: 12px
    }

    .showcase-gondola .showcase-item.cp-itemprodutos11 {
        margin-top: 30px;
        margin-bottom: 0
    }

    .cp-itemprodutos11 .showcase-item-name {
        font-size: 20px;
        line-height: 22px;
        min-height: 65px;
        margin-bottom: 0
    }

    .cp-itemprodutos11 .showcase-item-col-call .item-price .item-price-value {
        font-size: 20px
    }
}

.cp-itemprodutos13 .showcase-image {
    max-width: 100%;
    max-height: 100%
}

.cp-itemprodutos13 .area-labels {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin: 0
}

.cp-itemprodutos13 .area-labels .label-lancamento {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
    margin-bottom: 6px;
    margin-top: 0
}

.cp-itemprodutos13 .showcase-item-rating {
    text-align: center;
    margin-bottom: 15px;
    line-height: 12px;
    padding: 0;
    min-height: 30px
}

.cp-itemprodutos13 .showcase-item-name {
    color: #000;
    font-size: 24px;
    line-height: 29px;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: proxima_nova_regular;
    font-weight: 800;
    text-transform: none;
    text-align: center;
    min-height: 54px
}

.cp-itemprodutos13 .features-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0
}

.cp-itemprodutos13 .features-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    vertical-align: middle
}

.cp-itemprodutos13 .features-list li span {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos13 .features-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #222;
    vertical-align: middle;
    margin-right: 8px
}

.cp-itemprodutos13 .free-shipping-info {
    text-transform: uppercase;
    font-size: 12px
}

.cp-itemprodutos13 .rating-area {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 6px
}

.cp-itemprodutos13 .rating-area .rating {
    display: inline-block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    margin: 5px 0;
    vertical-align: middle
}

.cp-itemprodutos13 .rating-area .review-quantity {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos13 .title-tam {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px
}

.cp-itemprodutos13 .desc-tam {
    text-align: center;
    min-height: 81px
}

.cp-itemprodutos13 .desc-tam div {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 6px;
    display: contents
}

.cp-itemprodutos13 .desc-tam div:first-child:before {
    display: none
}

.cp-itemprodutos13 .desc-tam div.active, .cp-itemprodutos13 .desc-tam div:hover {
    color: #009329
}

.cp-itemprodutos13 .desc-tam div.indisponivel {
    color: #ccc
}

.cp-itemprodutos13 .desc-tam div .optionChoice {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2
}

.cp-itemprodutos13 .desc-tam div label {
    padding: 0;
    z-index: 3;
    position: relative;
    padding: 3px 7px;
    font-weight: 600
}

.cp-itemprodutos13 .desc-tam div label.active, .cp-itemprodutos13 .desc-tam div label:hover {
    color: #009329
}

.cp-itemprodutos13.showcase-item {
    max-width: 100%;
    padding: 0 7px
}

.cp-itemprodutos13.showcase-item .showcase-item-buy {
    left: 0
}

.cp-itemprodutos13.showcase-item .item-description-buy-area {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    min-height: 90px
}

.cp-itemprodutos13.showcase-item .item-description-buy-area .showcase-item-buy {
    position: inherit !important;
    top: 0
}

.cp-itemprodutos13.showcase-item .item-description-buy-area .showcase-item-buy a.ver-mais {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: center
}

.cp-itemprodutos13.showcase-item .showcase-item-description {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.cp-itemprodutos13 .showcase-item-col-call {
    min-height: 150px;
    margin-top: 11px;
    padding: 0;
    text-align: center;
    position: relative
}

.cp-itemprodutos13 .showcase-item-col-call .areaPrice {
    position: relative;
    text-align: center;
    transform: perspective(1px) translateY(-50%);
    width: 100%
}

.cp-itemprodutos13 .showcase-item-col-call .item-price {
    float: left;
    font-size: 15%;
    width: 100%;
    margin-bottom: 0
}

.cp-itemprodutos13 .showcase-item-col-call .item-price .item-price-value {
    display: block;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 7px
}

.cp-itemprodutos13 .showcase-item-col-call .item-price .item-price-installments, .cp-itemprodutos13 .showcase-item-col-call .item-price .item-price-max {
    line-height: 16px;
    font-size: 16px
}

.cp-itemprodutos13 .showcase-item-col-call .product-buy .btn {
    width: 212px;
    max-width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px
}

.cp-itemprodutos13 .showcase-item-col-call .btn.btn-notifyme {
    background-color: #e40000 !important
}

.cp-itemprodutos13 .showcase-item-image {
    text-align: center
}

.cp-itemprodutos13 .showcase-item-image .item-discount {
    left: 4px;
    right: auto;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px
}

.cp-itemprodutos13 .showcase-item-image .image-bullets {
    display: inline-block;
    width: 100%;
    text-align: center
}

.cp-itemprodutos13 .showcase-item-image .image-bullets li {
    display: inline-block;
    margin: 0 4px
}

.cp-itemprodutos13 .showcase-item-image .image-bullets li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #383838;
    opacity: .3
}

.cp-itemprodutos13 .showcase-item-image .image-bullets li.active:before {
    opacity: 1
}

.slick-list .cp-itemprodutos13 {
    width: 100%;
    max-width: 100%
}

.listposts {
    padding: 60px 0 60px;
    margin: 40px 0 50px
}

.listposts .title-post {
    font-size: 42px;
    display: block;
    margin-bottom: 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.listposts .img-post {
    margin-bottom: 57px
}

.listposts .desc-post {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 32px
}

.listposts .link-post {
    color: #00a67a;
    font-size: 18px;
    font-family: proxima_nova_regular
}

.listposts .row {
    margin: 0
}

.listposts .item-post.col-sm-6.left-col {
    padding-right: 43px
}

.listposts .item-post.col-sm-6.right-col {
    padding-left: 43px
}

@media only screen and (min-width: 769px) {
    .cp-itemprodutos13 {
        width: 23.7%;
        max-width: none
    }

    .cp-itemprodutos13:nth-child(1n) {
        margin-right: 20px
    }

    .cp-itemprodutos13:last-child {
        margin-right: 0
    }

    .cp-itemprodutos13 .desc-tam span {
        display: inline-block
    }
}

@media only screen and (max-width: 768px) {
    .cp-itemprodutos13 {
        margin-bottom: 15px;
        display: inline-block
    }

    .cp-itemprodutos13 .rating-area .rating i {
        font-size: 14px
    }

    .cp-itemprodutos13 .showcase-item-rating .review-quantity {
        display: block
    }

    .cp-itemprodutos13 .discount-bullet {
        width: auto !important;
        height: auto !important
    }

    .cp-itemprodutos13 .showcase-item-col-call .item-price {
        margin-top: 10px;
        min-height: 1px;
        max-height: 45px
    }

    .cp-itemprodutos13 .desc-tam span {
        display: inline-block;
        font-size: 9px
    }

    .container-content .row-flexbox .cp-itemprodutos13.showcase-item:nth-child(1n) {
        margin-right: 0 !important;
        margin-left: auto !important
    }

    .cp-itemprodutos13 .showcase-item-col-call .product-buy {
        display: block
    }

    .cp-itemprodutos13 .showcase-item-col-call .product-buy .btn {
        height: 24px;
        font-size: 12px
    }

    .showcase-gondola .showcase-item.cp-itemprodutos13 {
        margin-top: 30px;
        margin-bottom: 0
    }

    .cp-itemprodutos13 .showcase-item-name {
        font-size: 20px;
        line-height: 22px;
        min-height: 65px;
        margin-bottom: 0
    }

    .cp-itemprodutos13 .showcase-item-col-call .item-price .item-price-value {
        font-size: 20px
    }
}

.cp-itemprodutos3 .showcase-image {
    max-width: 100%;
    max-height: 100%
}

.cp-itemprodutos3 .showcase-item-name {
    color: #2c2922;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 4px;
    font-weight: 700;
    font-family: proxima_nova_regular;
    font-weight: 800;
    text-transform: none;
    padding: 0 25px;
    text-align: center
}

.cp-itemprodutos3 .showcase-item-name a {
    color: #2c2922
}

.cp-itemprodutos3 .features-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0
}

.cp-itemprodutos3 .features-list li {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    vertical-align: middle;
    width: 100%
}

.cp-itemprodutos3 .features-list li span {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos3 .features-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #222;
    vertical-align: middle;
    margin-right: 8px
}

.cp-itemprodutos3 .rating {
    display: block;
    text-align: center;
    margin: 5px 0
}

.cp-itemprodutos3.showcase-item .showcase-item-description {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.cp-itemprodutos3 .item-discount {
    right: auto;
    left: 4px
}

.cp-itemprodutos3 .showcase-item-col-call {
    min-height: auto;
    border-top: 1px solid #e9e9e9;
    margin-top: 12px;
    padding: 15px 10px 0
}

.cp-itemprodutos3 .showcase-item-col-call .areaPrice {
    position: relative;
    top: 27px;
    transform: perspective(1px) translateY(-50%)
}

.cp-itemprodutos3 .showcase-item-col-call .item-price {
    float: left;
    font-size: 15%
}

.cp-itemprodutos3 .showcase-item-col-call .item-price .item-price-value {
    font-size: 22px;
    line-height: 26px
}

.cp-itemprodutos3 .showcase-item-col-call .item-price .item-price-installments {
    font-size: 15px;
    line-height: 15px
}

.cp-itemprodutos3 .showcase-item-col-call .item-price .item-price-max {
    font-size: 15px;
    color: #383838;
    display: block;
    width: 100%;
    text-decoration: none
}

.cp-itemprodutos3 .showcase-item-col-call .item-price .item-price-max span {
    text-decoration: line-through
}

.cp-itemprodutos3 .showcase-item-col-call .product-buy {
    float: right
}

.cp-itemprodutos3 .showcase-item-col-call .product-buy .btn {
    width: 105px;
    font-size: 14px;
    line-height: 46px;
    color: #fff;
    border-radius: 0;
    font-family: proxima_nova_regular;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 44px;
    padding: 0;
    background-color: #14cc70 !important;
    margin: 0
}

.cp-itemprodutos3 .showcase-item-col-call .item-price, .cp-itemprodutos3 .showcase-item-col-call .product-buy .btn {
    height: 48px
}

.cp-itemprodutos3 .showcase-item-image {
    text-align: center
}

.slick-list .cp-itemprodutos3 {
    width: 100%;
    max-width: 100%
}

.listposts {
    padding: 60px 0 60px;
    margin: 40px 0 50px
}

.listposts .title-post {
    font-size: 42px;
    display: block;
    margin-bottom: 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.listposts .img-post {
    margin-bottom: 57px
}

.listposts .desc-post {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 32px
}

.listposts .link-post {
    color: #00a67a;
    font-size: 18px;
    font-family: proxima_nova_regular
}

.listposts .row {
    margin: 0
}

.listposts .item-post.col-sm-6.left-col {
    padding-right: 43px
}

.listposts .item-post.col-sm-6.right-col {
    padding-left: 43px
}

@media only screen and (min-width: 769px) {
    .cp-itemprodutos3 {
        width: 23.7%;
        max-width: none
    }

    .cp-itemprodutos3:nth-child(1n) {
        margin-right: 20px
    }

    .cp-itemprodutos3:last-child {
        margin-right: 0
    }
}

@media only screen and (max-width: 768px) {
    .container-content .row-flexbox .cp-itemprodutos2.showcase-item:nth-child(1n) {
        margin-right: 0 !important;
        margin-left: auto !important
    }

    .cp-itemprodutos2 .product-buy .btn {
        width: 100%
    }

    .cp-itemprodutos2 .showcase-item-name {
        font-size: 22px;
        line-height: 22px;
        min-height: 65px
    }

    .cp-itemprodutos3 .showcase-item-name {
        padding: 0;
        font-size: 14px;
        line-height: 21px;
        text-align: left
    }

    .cp-itemprodutos3 .showcase-item-col-call .item-price {
        width: 100%;
        text-align: center
    }

    .cp-itemprodutos3 .showcase-item-col-call .item-price .item-price-value {
        font-size: 16px;
        line-height: 24px
    }

    .cp-itemprodutos3 .showcase-item-col-call .item-price .item-price-installments {
        font-size: 14px
    }

    .cp-itemprodutos3 .showcase-item-col-call .product-buy {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center
    }
}

.cp-itemprodutos4 .showcase-image {
    max-width: 100%;
    max-height: 100%
}

.cp-itemprodutos4 .area-labels {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 14px
}

.cp-itemprodutos4 .area-labels .label-lancamento {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px
}

.cp-itemprodutos4 .showcase-item-name {
    color: #000;
    font-size: 24px;
    line-height: 29px;
    margin-top: 4px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: proxima_nova_regular;
    font-weight: 800;
    text-transform: none;
    padding: 0 15px;
    text-align: center;
    min-height: 30px
}

.cp-itemprodutos4 .features-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0
}

.cp-itemprodutos4 .features-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    vertical-align: middle
}

.cp-itemprodutos4 .features-list li span {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos4 .features-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #222;
    vertical-align: middle;
    margin-right: 8px
}

.cp-itemprodutos4 .rating {
    display: block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    margin: 5px 0
}

.cp-itemprodutos4.showcase-item {
    max-width: 100%;
    padding: 0 7px
}

.cp-itemprodutos4.showcase-item .showcase-item-description {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.cp-itemprodutos4 .showcase-item-col-call {
    min-height: auto;
    margin-top: 12px;
    padding: 15px 16px 0;
    text-align: center
}

.cp-itemprodutos4 .showcase-item-col-call .areaPrice {
    position: relative;
    text-align: center;
    transform: perspective(1px) translateY(-50%);
    width: 100%
}

.cp-itemprodutos4 .showcase-item-col-call .item-price {
    float: left;
    font-size: 15%;
    width: 100%
}

.cp-itemprodutos4 .showcase-item-col-call .item-price .item-price-value {
    display: block;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 7px
}

.cp-itemprodutos4 .showcase-item-col-call .item-price .item-price-installments, .cp-itemprodutos4 .showcase-item-col-call .item-price .item-price-max {
    line-height: 16px;
    font-size: 16px
}

.cp-itemprodutos4 .showcase-item-col-call .product-buy .btn {
    width: 120px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    border-radius: 0;
    font-family: proxima_nova_regular;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    background-color: #14cc70 !important;
    margin: 0
}

.cp-itemprodutos4 .showcase-item-col-call .product-buy .btn {
    height: 48px
}

.cp-itemprodutos4 .showcase-item-image {
    text-align: center
}

.cp-itemprodutos4 .showcase-item-image .item-discount {
    left: 4px;
    right: auto;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px
}

.cp-itemprodutos4 .showcase-item-image .image-bullets {
    display: inline-block;
    width: 100%;
    text-align: center
}

.cp-itemprodutos4 .showcase-item-image .image-bullets li {
    display: inline-block;
    margin: 0 4px
}

.cp-itemprodutos4 .showcase-item-image .image-bullets li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #383838;
    opacity: .3
}

.cp-itemprodutos4 .showcase-item-image .image-bullets li.active:before {
    opacity: 1
}

.slick-list .cp-itemprodutos3 {
    width: 100%;
    max-width: 100%
}

.listposts {
    padding: 60px 0 60px;
    margin: 40px 0 50px
}

.listposts .title-post {
    font-size: 42px;
    display: block;
    margin-bottom: 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.listposts .img-post {
    margin-bottom: 57px
}

.listposts .desc-post {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 32px
}

.listposts .link-post {
    color: #00a67a;
    font-size: 18px;
    font-family: proxima_nova_regular
}

.listposts .row {
    margin: 0
}

.listposts .item-post.col-sm-6.left-col {
    padding-right: 43px
}

.listposts .item-post.col-sm-6.right-col {
    padding-left: 43px
}

.products-list .cp-itemprodutos4 .showcase-item {
    width: 100%
}

@media only screen and (min-width: 769px) {
    .cp-itemprodutos3 {
        width: 23.7%;
        max-width: none
    }

    .cp-itemprodutos3:nth-child(1n) {
        margin-right: 20px
    }

    .cp-itemprodutos3:last-child {
        margin-right: 0
    }
}

@media only screen and (max-width: 768px) {
    .container-content .row-flexbox .cp-itemprodutos2.showcase-item:nth-child(1n) {
        margin-right: 0 !important;
        margin-left: auto !important
    }

    .cp-itemprodutos2 .product-buy .btn {
        width: 100%
    }

    .cp-itemprodutos2 .showcase-item-name {
        font-size: 22px;
        line-height: 22px;
        min-height: 65px
    }
}

.cp-itemprodutos5 .showcase-image {
    max-width: 100%;
    max-height: 100%
}

.cp-itemprodutos5 .area-labels {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 14px
}

.cp-itemprodutos5 .area-labels .label-lancamento {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px
}

.cp-itemprodutos5 .showcase-item-name {
    color: #000;
    font-size: 24px;
    line-height: 29px;
    margin-top: 4px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: proxima_nova_regular;
    font-weight: 800;
    text-transform: none;
    text-align: center;
    min-height: 144px
}

.cp-itemprodutos5 .features-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0
}

.cp-itemprodutos5 .features-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    vertical-align: middle
}

.cp-itemprodutos5 .features-list li span {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos5 .features-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #222;
    vertical-align: middle;
    margin-right: 8px
}

.cp-itemprodutos5 .free-shipping-info {
    text-transform: uppercase;
    font-size: 12px
}

.cp-itemprodutos5 .rating-area {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 6px
}

.cp-itemprodutos5 .rating-area .rating {
    display: inline-block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    margin: 5px 0;
    vertical-align: middle
}

.cp-itemprodutos5 .rating-area .review-quantity {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos5 .title-tam {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px
}

.cp-itemprodutos5 .desc-tam {
    text-align: center;
    min-height: 81px
}

.cp-itemprodutos5 .desc-tam div {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 6px;
    display: contents
}

.cp-itemprodutos5 .desc-tam div:first-child:before {
    display: none
}

.cp-itemprodutos5 .desc-tam div.active, .cp-itemprodutos5 .desc-tam div:hover {
    color: #009329
}

.cp-itemprodutos5 .desc-tam div.indisponivel {
    color: #ccc
}

.cp-itemprodutos5 .desc-tam div .optionChoice {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2
}

.cp-itemprodutos5 .desc-tam div label {
    padding: 0;
    z-index: 3;
    position: relative;
    padding: 3px 7px;
    font-weight: 600
}

.cp-itemprodutos5 .desc-tam div label.active, .cp-itemprodutos5 .desc-tam div label:hover {
    color: #009329
}

.cp-itemprodutos5.showcase-item {
    max-width: 100%;
    padding: 0 7px
}

.cp-itemprodutos5.showcase-item .item-description-buy-area {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    min-height: 90px
}

.cp-itemprodutos5.showcase-item .item-description-buy-area .showcase-item-buy {
    position: inherit !important;
    top: 0
}

.cp-itemprodutos5.showcase-item .item-description-buy-area .showcase-item-buy a.ver-mais {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: center
}

.cp-itemprodutos5.showcase-item .showcase-item-description {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.cp-itemprodutos5 .showcase-item-col-call {
    min-height: 150px;
    margin-top: 12px;
    padding: 15px 0 0;
    text-align: center
}

.cp-itemprodutos5 .showcase-item-col-call .areaPrice {
    position: relative;
    text-align: center;
    transform: perspective(1px) translateY(-50%);
    width: 100%
}

.cp-itemprodutos5 .showcase-item-col-call .item-price {
    float: left;
    font-size: 15%;
    width: 100%;
    margin-bottom: 0
}

.cp-itemprodutos5 .showcase-item-col-call .item-price .item-price-value {
    display: block;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 7px
}

.cp-itemprodutos5 .showcase-item-col-call .item-price .item-price-installments, .cp-itemprodutos5 .showcase-item-col-call .item-price .item-price-max {
    line-height: 16px;
    font-size: 16px
}

.cp-itemprodutos5 .showcase-item-col-call .product-buy .btn {
    width: 212px;
    max-width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px
}

.cp-itemprodutos5 .showcase-item-col-call .btn.btn-notifyme {
    background-color: #e40000 !important
}

.cp-itemprodutos5 .showcase-item-image {
    text-align: center
}

.cp-itemprodutos5 .showcase-item-image .item-discount {
    left: 4px;
    right: auto;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px
}

.cp-itemprodutos5 .showcase-item-image .image-bullets {
    display: inline-block;
    width: 100%;
    text-align: center
}

.cp-itemprodutos5 .showcase-item-image .image-bullets li {
    display: inline-block;
    margin: 0 4px
}

.cp-itemprodutos5 .showcase-item-image .image-bullets li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #383838;
    opacity: .3
}

.cp-itemprodutos5 .showcase-item-image .image-bullets li.active:before {
    opacity: 1
}

.slick-list .cp-itemprodutos5 {
    width: 100%;
    max-width: 100%
}

.listposts {
    padding: 60px 0 60px;
    margin: 40px 0 50px
}

.listposts .title-post {
    font-size: 42px;
    display: block;
    margin-bottom: 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.listposts .img-post {
    margin-bottom: 57px
}

.listposts .desc-post {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 32px
}

.listposts .link-post {
    color: #00a67a;
    font-size: 18px;
    font-family: proxima_nova_regular
}

.listposts .row {
    margin: 0
}

.listposts .item-post.col-sm-6.left-col {
    padding-right: 43px
}

.listposts .item-post.col-sm-6.right-col {
    padding-left: 43px
}

@media only screen and (min-width: 769px) {
    .cp-itemprodutos5 {
        width: 23.7%;
        max-width: none
    }

    .cp-itemprodutos5:nth-child(1n) {
        margin-right: 20px
    }

    .cp-itemprodutos5:last-child {
        margin-right: 0
    }

    .cp-itemprodutos5 .desc-tam span {
        display: inline-block
    }
}

@media only screen and (max-width: 768px) {
    .cp-itemprodutos5 {
        margin-bottom: 15px
    }

    .cp-itemprodutos5 .rating-area .rating i {
        font-size: 14px
    }

    .cp-itemprodutos5 .showcase-item-col-call .item-price {
        margin-top: 10px;
        min-height: 1px;
        max-height: 45px
    }

    .cp-itemprodutos5 .desc-tam span {
        display: inline-block;
        font-size: 9px
    }

    .container-content .row-flexbox .cp-itemprodutos5.showcase-item:nth-child(1n) {
        margin-right: 0 !important;
        margin-left: auto !important
    }

    .cp-itemprodutos5 .showcase-item-col-call .product-buy {
        display: block
    }

    .cp-itemprodutos5 .showcase-item-col-call .product-buy .btn {
        height: 24px;
        font-size: 12px
    }

    .showcase-gondola .showcase-item.cp-itemprodutos5 {
        margin-top: 30px;
        margin-bottom: 0
    }

    .cp-itemprodutos5 .showcase-item-name {
        font-size: 20px;
        line-height: 22px;
        min-height: 65px;
        margin-bottom: 0
    }

    .cp-itemprodutos5 .showcase-item-col-call .item-price .item-price-value {
        font-size: 20px
    }
}

.cp-itemprodutos7 .showcase-image {
    max-width: 100%;
    max-height: 100%
}

.cp-itemprodutos7 .area-labels {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin: 0
}

.cp-itemprodutos7 .area-labels .label-lancamento {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
    margin-bottom: 6px;
    margin-top: 0
}

.cp-itemprodutos7 .showcase-item-rating {
    text-align: center;
    margin-bottom: 15px;
    line-height: 12px;
    padding: 0;
    min-height: 30px
}

.cp-itemprodutos7 .showcase-item-name {
    color: #000;
    font-size: 24px;
    line-height: 29px;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: proxima_nova_regular;
    font-weight: 800;
    text-transform: none;
    text-align: center;
    min-height: 54px
}

.cp-itemprodutos7 .features-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0
}

.cp-itemprodutos7 .features-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    vertical-align: middle
}

.cp-itemprodutos7 .features-list li span {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos7 .features-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #222;
    vertical-align: middle;
    margin-right: 8px
}

.cp-itemprodutos7 .free-shipping-info {
    text-transform: uppercase;
    font-size: 12px
}

.cp-itemprodutos7 .rating-area {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 6px
}

.cp-itemprodutos7 .rating-area .rating {
    display: inline-block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    margin: 5px 0;
    vertical-align: middle
}

.cp-itemprodutos7 .rating-area .review-quantity {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos7 .title-tam {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px
}

.cp-itemprodutos7 .desc-tam {
    text-align: center;
    min-height: 81px
}

.cp-itemprodutos7 .desc-tam div {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 6px;
    display: contents
}

.cp-itemprodutos7 .desc-tam div:first-child:before {
    display: none
}

.cp-itemprodutos7 .desc-tam div.active, .cp-itemprodutos7 .desc-tam div:hover {
    color: #009329
}

.cp-itemprodutos7 .desc-tam div.indisponivel {
    color: #ccc
}

.cp-itemprodutos7 .desc-tam div .optionChoice {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2
}

.cp-itemprodutos7 .desc-tam div label {
    padding: 0;
    z-index: 3;
    position: relative;
    padding: 3px 7px;
    font-weight: 600
}

.cp-itemprodutos7 .desc-tam div label.active, .cp-itemprodutos7 .desc-tam div label:hover {
    color: #009329
}

.cp-itemprodutos7.showcase-item {
    max-width: 100%;
    padding: 0 7px
}

.cp-itemprodutos7.showcase-item .showcase-item-buy {
    left: 0
}

.cp-itemprodutos7.showcase-item .item-description-buy-area {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    min-height: 90px
}

.cp-itemprodutos7.showcase-item .item-description-buy-area .showcase-item-buy {
    position: inherit !important;
    top: 0
}

.cp-itemprodutos7.showcase-item .item-description-buy-area .showcase-item-buy a.ver-mais {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: center
}

.cp-itemprodutos7.showcase-item .showcase-item-description {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.cp-itemprodutos7 .showcase-item-col-call {
    min-height: 150px;
    margin-top: 11px;
    padding: 0;
    text-align: center;
    position: relative
}

.cp-itemprodutos7 .showcase-item-col-call .areaPrice {
    position: relative;
    text-align: center;
    transform: perspective(1px) translateY(-50%);
    width: 100%
}

.cp-itemprodutos7 .showcase-item-col-call .item-price {
    float: left;
    font-size: 15%;
    width: 100%;
    margin-bottom: 0
}

.cp-itemprodutos7 .showcase-item-col-call .item-price .item-price-value {
    display: block;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 7px
}

.cp-itemprodutos7 .showcase-item-col-call .item-price .item-price-installments, .cp-itemprodutos7 .showcase-item-col-call .item-price .item-price-max {
    line-height: 16px;
    font-size: 16px
}

.cp-itemprodutos7 .showcase-item-col-call .product-buy .btn {
    width: 212px;
    max-width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px
}

.cp-itemprodutos7 .showcase-item-col-call .btn.btn-notifyme {
    background-color: #e40000 !important
}

.cp-itemprodutos7 .showcase-item-image {
    text-align: center
}

.cp-itemprodutos7 .showcase-item-image .item-discount {
    left: 4px;
    right: auto;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px
}

.cp-itemprodutos7 .showcase-item-image .image-bullets {
    display: inline-block;
    width: 100%;
    text-align: center
}

.cp-itemprodutos7 .showcase-item-image .image-bullets li {
    display: inline-block;
    margin: 0 4px
}

.cp-itemprodutos7 .showcase-item-image .image-bullets li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #383838;
    opacity: .3
}

.cp-itemprodutos7 .showcase-item-image .image-bullets li.active:before {
    opacity: 1
}

.slick-list .cp-itemprodutos7 {
    width: 100%;
    max-width: 100%
}

.listposts {
    padding: 60px 0 60px;
    margin: 40px 0 50px
}

.listposts .title-post {
    font-size: 42px;
    display: block;
    margin-bottom: 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.listposts .img-post {
    margin-bottom: 57px
}

.listposts .desc-post {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 32px
}

.listposts .link-post {
    color: #00a67a;
    font-size: 18px;
    font-family: proxima_nova_regular
}

.listposts .row {
    margin: 0
}

.listposts .item-post.col-sm-6.left-col {
    padding-right: 43px
}

.listposts .item-post.col-sm-6.right-col {
    padding-left: 43px
}

@media only screen and (min-width: 769px) {
    .cp-itemprodutos7 {
        width: 23.7%;
        max-width: none
    }

    .cp-itemprodutos7:nth-child(1n) {
        margin-right: 20px
    }

    .cp-itemprodutos7:last-child {
        margin-right: 0
    }

    .cp-itemprodutos7 .desc-tam span {
        display: inline-block
    }
}

@media only screen and (max-width: 768px) {
    .cp-itemprodutos7 {
        margin-bottom: 15px;
        display: inline-block
    }

    .cp-itemprodutos7 .rating-area .rating i {
        font-size: 14px
    }

    .cp-itemprodutos7 .showcase-item-rating .review-quantity {
        display: block
    }

    .cp-itemprodutos7 .discount-bullet {
        width: auto !important;
        height: auto !important
    }

    .cp-itemprodutos7 .showcase-item-col-call .item-price {
        margin-top: 10px;
        min-height: 1px;
        max-height: 45px
    }

    .cp-itemprodutos7 .desc-tam span {
        display: inline-block;
        font-size: 9px
    }

    .container-content .row-flexbox .cp-itemprodutos7.showcase-item:nth-child(1n) {
        margin-right: 0 !important;
        margin-left: auto !important
    }

    .cp-itemprodutos7 .showcase-item-col-call .product-buy {
        display: block
    }

    .cp-itemprodutos7 .showcase-item-col-call .product-buy .btn {
        height: 24px;
        font-size: 12px
    }

    .showcase-gondola .showcase-item.cp-itemprodutos7 {
        margin-top: 30px;
        margin-bottom: 0
    }

    .cp-itemprodutos7 .showcase-item-name {
        font-size: 20px;
        line-height: 22px;
        min-height: 65px;
        margin-bottom: 0
    }

    .cp-itemprodutos7 .showcase-item-col-call .item-price .item-price-value {
        font-size: 20px
    }
}

.cp-itemprodutos9 {
    min-height: 495px
}

.cp-itemprodutos9 .showcase-image {
    max-width: 100%;
    max-height: 100%
}

.cp-itemprodutos9 .area-labels {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin: 0
}

.cp-itemprodutos9 .area-labels .label-lancamento {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
    margin-bottom: 6px;
    margin-top: 0
}

.cp-itemprodutos9 .showcase-item-rating {
    text-align: center;
    margin-bottom: 15px;
    line-height: 12px;
    padding: 0;
    min-height: 30px
}

.cp-itemprodutos9 .showcase-item-name {
    color: #707070;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    min-height: 27px
}

.cp-itemprodutos9 .features-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0
}

.cp-itemprodutos9 .features-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    vertical-align: middle
}

.cp-itemprodutos9 .features-list li span {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos9 .features-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #222;
    vertical-align: middle;
    margin-right: 8px
}

.cp-itemprodutos9 .free-shipping-info {
    text-transform: uppercase;
    font-size: 12px
}

.cp-itemprodutos9 .rating-area {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 6px
}

.cp-itemprodutos9 .rating-area .rating {
    display: inline-block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    margin: 5px 0;
    vertical-align: middle
}

.cp-itemprodutos9 .rating-area .review-quantity {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos9 .title-tam {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px
}

.cp-itemprodutos9 .desc-tam {
    text-align: center;
    min-height: 81px
}

.cp-itemprodutos9 .desc-tam div {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 6px;
    display: contents
}

.cp-itemprodutos9 .desc-tam div:first-child:before {
    display: none
}

.cp-itemprodutos9 .desc-tam div.active, .cp-itemprodutos9 .desc-tam div:hover {
    color: #009329
}

.cp-itemprodutos9 .desc-tam div.indisponivel {
    color: #ccc
}

.cp-itemprodutos9 .desc-tam div .optionChoice {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2
}

.cp-itemprodutos9 .desc-tam div label {
    padding: 0;
    z-index: 3;
    position: relative;
    padding: 3px 7px;
    font-weight: 600
}

.cp-itemprodutos9 .desc-tam div label.active, .cp-itemprodutos9 .desc-tam div label:hover {
    color: #009329
}

.cp-itemprodutos9.showcase-item {
    max-width: 100%;
    padding: 0 7px;
    margin-top: 0
}

.cp-itemprodutos9.showcase-item .showcase-item-buy {
    left: 0;
    margin-bottom: 16px
}

.cp-itemprodutos9.showcase-item .item-description-buy-area {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    min-height: 90px
}

.cp-itemprodutos9.showcase-item .item-description-buy-area .showcase-item-buy {
    position: inherit !important;
    top: 0
}

.cp-itemprodutos9.showcase-item .item-description-buy-area .showcase-item-buy a.ver-mais {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: center
}

.cp-itemprodutos9 .showcase-item-col-call {
    min-height: 80px;
    padding: 0;
    text-align: center;
    position: relative
}

.cp-itemprodutos9 .showcase-item-col-call .areaPrice {
    position: relative;
    text-align: center;
    transform: perspective(1px) translateY(-50%);
    width: 100%
}

.cp-itemprodutos9 .showcase-item-col-call .item-price {
    float: left;
    font-size: 15%;
    width: 100%;
    margin-bottom: 0
}

.cp-itemprodutos9 .showcase-item-col-call .item-price .item-price-value {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 3px
}

.cp-itemprodutos9 .showcase-item-col-call .item-price .item-price-installments, .cp-itemprodutos9 .showcase-item-col-call .item-price .item-price-max {
    line-height: 16px;
    font-size: 12px;
    color: #707070
}

.cp-itemprodutos9 .showcase-item-col-call .product-buy .btn {
    width: 212px;
    max-width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px
}

.cp-itemprodutos9 .showcase-item-col-call .btn.btn-notifyme {
    background-color: #e40000 !important
}

.cp-itemprodutos9 .showcase-item-image {
    text-align: center
}

.cp-itemprodutos9 .showcase-item-image .item-discount {
    left: 4px;
    right: auto;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px
}

.cp-itemprodutos9 .showcase-item-image .image-bullets {
    display: inline-block;
    width: 100%;
    text-align: center
}

.cp-itemprodutos9 .showcase-item-image .image-bullets li {
    display: inline-block;
    margin: 0 4px
}

.cp-itemprodutos9 .showcase-item-image .image-bullets li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #383838;
    opacity: .3
}

.cp-itemprodutos9 .showcase-item-image .image-bullets li.active:before {
    opacity: 1
}

.slick-list .cp-itemprodutos9 {
    width: 100%;
    max-width: 100%
}

.listposts {
    padding: 60px 0 60px;
    margin: 40px 0 50px
}

.listposts .title-post {
    font-size: 42px;
    display: block;
    margin-bottom: 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.listposts .img-post {
    margin-bottom: 57px
}

.listposts .desc-post {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 32px
}

.listposts .link-post {
    color: #00a67a;
    font-size: 18px;
    font-family: proxima_nova_regular
}

.listposts .row {
    margin: 0
}

.listposts .item-post.col-sm-6.left-col {
    padding-right: 43px
}

.listposts .item-post.col-sm-6.right-col {
    padding-left: 43px
}

@media only screen and (min-width: 769px) {
    .cp-itemprodutos9 {
        width: 23.7%;
        max-width: none
    }

    .cp-itemprodutos9:nth-child(1n) {
        margin-right: 20px
    }

    .cp-itemprodutos9:last-child {
        margin-right: 0
    }

    .cp-itemprodutos9 .desc-tam span {
        display: inline-block
    }
}

@media only screen and (max-width: 768px) {
    .cp-itemprodutos9 {
        margin-bottom: 15px;
        display: inline-block;
        min-height: 315px
    }

    .cp-itemprodutos9 .rating-area .rating i {
        font-size: 14px
    }

    .cp-itemprodutos9 .showcase-item-rating .review-quantity {
        display: block
    }

    .cp-itemprodutos9 .discount-bullet {
        width: auto !important;
        height: auto !important
    }

    .cp-itemprodutos9 .showcase-item-col-call .item-price {
        margin-top: 10px;
        min-height: 1px;
        max-height: 45px
    }

    .cp-itemprodutos9 .desc-tam span {
        display: inline-block;
        font-size: 9px
    }

    .cp-itemprodutos9 .showcase-item-col-call .product-buy {
        display: block
    }

    .cp-itemprodutos9 .showcase-item-col-call .product-buy .btn {
        height: 24px;
        font-size: 12px
    }

    .showcase-gondola .showcase-item.cp-itemprodutos9 {
        margin-top: 30px;
        margin-bottom: 0
    }

    .cp-itemprodutos9 .showcase-item-name {
        font-size: 20px;
        line-height: 22px;
        min-height: 65px;
        margin-bottom: 0
    }

    .cp-itemprodutos9 .showcase-item-col-call .item-price .item-price-value {
        font-size: 20px
    }
}

.cp-itemprodutos_tech .showcase-image {
    max-width: 100%;
    max-height: 100%
}

.cp-itemprodutos_tech .area-labels {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin: 0
}

.cp-itemprodutos_tech .area-labels .label-lancamento {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
    margin-bottom: 6px;
    margin-top: 0
}

.cp-itemprodutos_tech .showcase-item-rating {
    text-align: center;
    margin-bottom: 15px;
    line-height: 12px;
    padding: 0;
    min-height: 30px
}

.cp-itemprodutos_tech .showcase-item-name {
    color: #000;
    font-size: 24px;
    line-height: 29px;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: proxima_nova_regular;
    font-weight: 800;
    text-transform: none;
    text-align: center;
    min-height: 54px
}

.cp-itemprodutos_tech .features-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0
}

.cp-itemprodutos_tech .features-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    vertical-align: middle
}

.cp-itemprodutos_tech .features-list li span {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos_tech .features-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #222;
    vertical-align: middle;
    margin-right: 8px
}

.cp-itemprodutos_tech .free-shipping-info {
    text-transform: uppercase;
    font-size: 12px
}

.cp-itemprodutos_tech .rating-area {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 6px
}

.cp-itemprodutos_tech .rating-area .rating {
    display: inline-block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    margin: 5px 0;
    vertical-align: middle
}

.cp-itemprodutos_tech .rating-area .review-quantity {
    display: inline-block;
    vertical-align: middle
}

.cp-itemprodutos_tech .title-tam {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px
}

.cp-itemprodutos_tech .desc-tam {
    text-align: center;
    min-height: 81px
}

.cp-itemprodutos_tech .desc-tam div {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 6px;
    display: contents
}

.cp-itemprodutos_tech .desc-tam div:first-child:before {
    display: none
}

.cp-itemprodutos_tech .desc-tam div.active, .cp-itemprodutos_tech .desc-tam div:hover {
    color: #009329
}

.cp-itemprodutos_tech .desc-tam div.indisponivel {
    color: #ccc
}

.cp-itemprodutos_tech .desc-tam div .optionChoice {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2
}

.cp-itemprodutos_tech .desc-tam div label {
    padding: 0;
    z-index: 3;
    position: relative;
    padding: 3px 7px;
    font-weight: 600
}

.cp-itemprodutos_tech .desc-tam div label.active, .cp-itemprodutos_tech .desc-tam div label:hover {
    color: #009329
}

.cp-itemprodutos_tech.showcase-item {
    max-width: 100%;
    padding: 0 7px
}

.cp-itemprodutos_tech.showcase-item .showcase-item-buy {
    left: 0
}

.cp-itemprodutos_tech.showcase-item .item-description-buy-area {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    min-height: 90px
}

.cp-itemprodutos_tech.showcase-item .item-description-buy-area .showcase-item-buy {
    position: inherit !important;
    top: 0
}

.cp-itemprodutos_tech.showcase-item .item-description-buy-area .showcase-item-buy a.ver-mais {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: center
}

.cp-itemprodutos_tech.showcase-item .showcase-item-description {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.cp-itemprodutos_tech .showcase-item-col-call {
    min-height: 150px;
    margin-top: 11px;
    padding: 0;
    text-align: center;
    position: relative
}

.cp-itemprodutos_tech .showcase-item-col-call .areaPrice {
    position: relative;
    text-align: center;
    transform: perspective(1px) translateY(-50%);
    width: 100%
}

.cp-itemprodutos_tech .showcase-item-col-call .item-price {
    float: left;
    font-size: 15%;
    width: 100%;
    margin-bottom: 0
}

.cp-itemprodutos_tech .showcase-item-col-call .item-price .item-price-value {
    display: block;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 7px
}

.cp-itemprodutos_tech .showcase-item-col-call .item-price .item-price-installments, .cp-itemprodutos_tech .showcase-item-col-call .item-price .item-price-max {
    line-height: 16px;
    font-size: 16px
}

.cp-itemprodutos_tech .showcase-item-col-call .product-buy .btn {
    width: 212px;
    max-width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px
}

.cp-itemprodutos_tech .showcase-item-col-call .btn.btn-notifyme {
    background-color: #e40000 !important
}

.cp-itemprodutos_tech .showcase-item-image {
    text-align: center
}

.cp-itemprodutos_tech .showcase-item-image .item-discount {
    left: 4px;
    right: auto;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px
}

.cp-itemprodutos_tech .showcase-item-image .image-bullets {
    display: inline-block;
    width: 100%;
    text-align: center
}

.cp-itemprodutos_tech .showcase-item-image .image-bullets li {
    display: inline-block;
    margin: 0 4px
}

.cp-itemprodutos_tech .showcase-item-image .image-bullets li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #383838;
    opacity: .3
}

.cp-itemprodutos_tech .showcase-item-image .image-bullets li.active:before {
    opacity: 1
}

.slick-list .cp-itemprodutos7 {
    width: 100%;
    max-width: 100%
}

.listposts {
    padding: 60px 0 60px;
    margin: 40px 0 50px
}

.listposts .title-post {
    font-size: 42px;
    display: block;
    margin-bottom: 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.listposts .img-post {
    margin-bottom: 57px
}

.listposts .desc-post {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 32px
}

.listposts .link-post {
    color: #00a67a;
    font-size: 18px;
    font-family: proxima_nova_regular
}

.listposts .row {
    margin: 0
}

.listposts .item-post.col-sm-6.left-col {
    padding-right: 43px
}

.listposts .item-post.col-sm-6.right-col {
    padding-left: 43px
}

@media only screen and (min-width: 769px) {
    .cp-itemprodutos7 {
        width: 23.7%;
        max-width: none
    }

    .cp-itemprodutos7:nth-child(1n) {
        margin-right: 20px
    }

    .cp-itemprodutos7:last-child {
        margin-right: 0
    }

    .cp-itemprodutos7 .desc-tam span {
        display: inline-block
    }
}

@media only screen and (max-width: 768px) {
    .cp-itemprodutos7 {
        margin-bottom: 15px;
        display: inline-block
    }

    .cp-itemprodutos7 .rating-area .rating i {
        font-size: 14px
    }

    .cp-itemprodutos7 .showcase-item-rating .review-quantity {
        display: block
    }

    .cp-itemprodutos7 .discount-bullet {
        width: auto !important;
        height: auto !important
    }

    .cp-itemprodutos7 .showcase-item-col-call .item-price {
        margin-top: 10px;
        min-height: 1px;
        max-height: 45px
    }

    .cp-itemprodutos7 .desc-tam span {
        display: inline-block;
        font-size: 9px
    }

    .container-content .row-flexbox .cp-itemprodutos7.showcase-item:nth-child(1n) {
        margin-right: 0 !important;
        margin-left: auto !important
    }

    .cp-itemprodutos7 .showcase-item-col-call .product-buy {
        display: block
    }

    .cp-itemprodutos7 .showcase-item-col-call .product-buy .btn {
        height: 24px;
        font-size: 12px
    }

    .showcase-gondola .showcase-item.cp-itemprodutos7 {
        margin-top: 30px;
        margin-bottom: 0
    }

    .cp-itemprodutos7 .showcase-item-name {
        font-size: 20px;
        line-height: 22px;
        min-height: 65px;
        margin-bottom: 0
    }

    .cp-itemprodutos7 .showcase-item-col-call .item-price .item-price-value {
        font-size: 20px
    }
}