@charset "UTF-8"; @font-face {
    font-family: serif;
    font-style: italic;
    font-weight: 300;
    src: local(Georgia), local("Times New Roman"), local(Times)
}

@font-face {
    font-family: serif;
    font-style: italic;
    font-weight: 400;
    src: local(Georgia), local("Times New Roman"), local(Times)
}

@font-face {
    font-family: serif;
    font-style: italic;
    font-weight: 700;
    src: local(Georgia), local("Times New Roman"), local(Times)
}

@font-face {
    font-family: serif;
    font-style: normal;
    font-weight: 300;
    src: local(Georgia), local("Times New Roman"), local(Times)
}

@font-face {
    font-family: serif;
    font-style: normal;
    font-weight: 400;
    src: local(Georgia), local("Times New Roman"), local(Times)
}

@font-face {
    font-family: serif;
    font-style: normal;
    font-weight: 700;
    src: local(Georgia), local("Times New Roman"), local(Times)
}

@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

body.swal2-toast-shown .swal2-container {
    position: fixed;
    background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-shown {
    background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto
}

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em
}

body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center
}

body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    box-shadow: 0 0 .625em #d9d9d9;
    overflow-y: hidden
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row
}

.swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
    position: initial;
    width: .8em;
    height: .8em;
    line-height: .8
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0
}

.swal2-popup.swal2-toast .swal2-icon-text {
    font-size: 2em;
    font-weight: 700;
    line-height: 1em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    height: auto;
    margin: 0 .3125em
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 .0625em #fff, 0 0 0 .125em rgba(50, 100, 150, .4)
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 2em;
    height: 2.8125em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.25em;
    left: -.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 2em 2em;
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    -webkit-transform-origin: 0 2em;
    transform-origin: 0 2em;
    border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: showSweetToast .5s;
    animation: showSweetToast .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: hideSweetToast .2s forwards;
    animation: hideSweetToast .2s forwards
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: animate-toast-success-tip .75s;
    animation: animate-toast-success-tip .75s
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: animate-toast-success-long .75s;
    animation: animate-toast-success-long .75s
}

@-webkit-keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@-webkit-keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@-webkit-keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto!important
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: transparent
}

body.swal2-no-backdrop .swal2-shown>.swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left, body.swal2-no-backdrop .swal2-shown.swal2-top-start {
    top: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left, body.swal2-no-backdrop .swal2-shown.swal2-center-start {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left, body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
    bottom: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0
}

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-top {
    align-items: flex-start
}

.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.swal2-container.swal2-center {
    align-items: center
}

.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end
}

.swal2-container.swal2-bottom {
    align-items: flex-end
}

.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
    display: flex!important;
    flex: 1;
    align-self: stretch;
    justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
    display: flex!important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
    align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
    display: flex!important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
    margin: auto
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .swal2-container .swal2-modal {
        margin: 0!important
    }
}

.swal2-container.swal2-fade {
    transition: background-color .1s
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, .4)
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box
}

.swal2-popup:focus {
    outline: 0
}

.swal2-popup.swal2-loading {
    overflow-y: hidden
}

.swal2-popup .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center
}

.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-popup .swal2-actions {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 1.25em auto 0;
    z-index: 1
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent!important;
    color: transparent;
    cursor: default;
    box-sizing: border-box;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff;
    content: '';
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal
}

.swal2-popup .swal2-styled {
    margin: .3125em;
    padding: .625em 2em;
    font-weight: 500;
    box-shadow: none
}

.swal2-popup .swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em
}

.swal2-popup .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em
}

.swal2-popup .swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4)
}

.swal2-popup .swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-popup .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em
}

.swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto
}

.swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden
}

.swal2-popup .swal2-close:hover {
    -webkit-transform: none;
    transform: none;
    color: #f27474
}

.swal2-popup>.swal2-checkbox, .swal2-popup>.swal2-file, .swal2-popup>.swal2-input, .swal2-popup>.swal2-radio, .swal2-popup>.swal2-select, .swal2-popup>.swal2-textarea {
    display: none
}

.swal2-popup .swal2-content {
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    z-index: 1;
    word-wrap: break-word
}

.swal2-popup #swal2-content {
    text-align: center
}

.swal2-popup .swal2-checkbox, .swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-radio, .swal2-popup .swal2-select, .swal2-popup .swal2-textarea {
    margin: 1em auto
}

.swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-textarea {
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    font-size: 1.125em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    box-sizing: border-box
}

.swal2-popup .swal2-file.swal2-inputerror, .swal2-popup .swal2-input.swal2-inputerror, .swal2-popup .swal2-textarea.swal2-inputerror {
    border-color: #f27474!important;
    box-shadow: 0 0 2px #f27474!important
}

.swal2-popup .swal2-file:focus, .swal2-popup .swal2-input:focus, .swal2-popup .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5
}

.swal2-popup .swal2-file::-webkit-input-placeholder, .swal2-popup .swal2-input::-webkit-input-placeholder, .swal2-popup .swal2-textarea::-webkit-input-placeholder {
    color: #ccc
}

.swal2-popup .swal2-file:-ms-input-placeholder, .swal2-popup .swal2-input:-ms-input-placeholder, .swal2-popup .swal2-textarea:-ms-input-placeholder {
    color: #ccc
}

.swal2-popup .swal2-file::-ms-input-placeholder, .swal2-popup .swal2-input::-ms-input-placeholder, .swal2-popup .swal2-textarea::-ms-input-placeholder {
    color: #ccc
}

.swal2-popup .swal2-file::placeholder, .swal2-popup .swal2-input::placeholder, .swal2-popup .swal2-textarea::placeholder {
    color: #ccc
}

.swal2-popup .swal2-range input {
    width: 80%
}

.swal2-popup .swal2-range output {
    width: 20%;
    font-weight: 600;
    text-align: center
}

.swal2-popup .swal2-range input, .swal2-popup .swal2-range output {
    height: 2.625em;
    margin: 1em auto;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

.swal2-popup .swal2-input {
    height: 2.625em;
    padding: 0 .75em
}

.swal2-popup .swal2-input[type=number] {
    max-width: 10em
}

.swal2-popup .swal2-file {
    font-size: 1.125em
}

.swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    color: #545454;
    font-size: 1.125em
}

.swal2-popup .swal2-checkbox, .swal2-popup .swal2-radio {
    align-items: center;
    justify-content: center
}

.swal2-popup .swal2-checkbox label, .swal2-popup .swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em
}

.swal2-popup .swal2-checkbox input, .swal2-popup .swal2-radio input {
    margin: 0 .4em
}

.swal2-popup .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    padding: .625em;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300;
    overflow: hidden
}

.swal2-popup .swal2-validation-message::before {
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    content: '!';
    zoom: normal }

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100%!important
    }

    .swal2-range output {
        display: none
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .swal2-range input {
        width: 100%!important
    }

    .swal2-range output {
        display: none
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, .4)
    }
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal }

.swal2-icon-text {
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-success {
    border-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 3.75em 3.75em;
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 3.75em;
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    top: -.25em;
    left: -.25em;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165, 220, 134, .3);
    border-radius: 50%;
    z-index: 2;
    box-sizing: content-box
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86;
    z-index: 2
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .875em;
    width: 1.5625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-progresssteps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    font-weight: 600
}

.swal2-progresssteps li {
    display: inline-block;
    position: relative
}

.swal2-progresssteps .swal2-progresscircle {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
    z-index: 20
}

.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0
}

.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
    background: #add8e6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
    background: #add8e6
}

.swal2-progresssteps .swal2-progressline {
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6;
    z-index: 10
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s
}

.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none
}

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards
}

.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none
}

.swal2-rtl .swal2-close {
    right: auto;
    left: 0
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s
}

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll!important
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
        display: none
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: initial!important
    }
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 100;
    src: local("Montserrat Thin Italic"), local(Montserrat-ThinItalic), url(//fonts.gstatic.com/s/montserrat/v12/JTUOjIg1_i6t8kCHKm459WxZqh7k29c.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTUOjIg1_i6t8kCHKm459WxZqh7k29M.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTUOjIg1_i6t8kCHKm459WxZqh7k29U.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 200;
    src: local("Montserrat ExtraLight Italic"), local(Montserrat-ExtraLightItalic), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZ0.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZw.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZ2.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    src: local("Montserrat Light Italic"), local(Montserrat-LightItalic), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZ0.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZ2.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    src: local("Montserrat Italic"), local(Montserrat-Italic), url(//fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm459WxRyS7i.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm459WxRyS7g.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    src: local("Montserrat Medium Italic"), local(Montserrat-MediumItalic), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZ0.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZ2.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    src: local("Montserrat SemiBold Italic"), local(Montserrat-SemiBoldItalic), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZ0.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZ2.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    src: local("Montserrat Bold Italic"), local(Montserrat-BoldItalic), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZ0.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZ2.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 800;
    src: local("Montserrat ExtraBold Italic"), local(Montserrat-ExtraBoldItalic), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZ0.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZ2.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 900;
    src: local("Montserrat #000 Italic"), local(Montserrat-BlackItalic), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZ0.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZ2.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    src: local("Montserrat Thin"), local(Montserrat-Thin), url(//fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm45_QpRyS7i.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm45_QpRyS7m.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm45_QpRyS7g.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    src: local("Montserrat ExtraLight"), local(Montserrat-ExtraLight), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gnD-g.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gnD-A.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat Light"), local(Montserrat-Light), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_cJD3gnD-g.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_cJD3gnD-A.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"), local(Montserrat-Regular), url(//fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhzw.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WlhzQ.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat Medium"), local(Montserrat-Medium), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gnD-g.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gnD-A.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local(Montserrat-SemiBold), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD-g.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD-A.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat Bold"), local(Montserrat-Bold), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD-g.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD-A.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: local("Montserrat ExtraBold"), local(Montserrat-ExtraBold), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_c5H3gnD-g.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_c5H3gnD-A.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: local("Montserrat Black"), local(Montserrat-Black), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_epG3gnD-g.eot?#) format("eot"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format("woff2"), url(//fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_epG3gnD-A.woff) format("woff")
}

body {
    font-family: Montserrat;
    background: #fff
}

.caixa-sombreada, .conteiner-principal .conteiner {
    -webkit-box-shadow: none;
    box-shadow: none
}

.conteiner, .tarja, .tema-pequeno .conteiner {
    max-width: 1274px
}

.titulo {
    font-family: Montserrat
}

.cabecalho-interno .titulo {
    color: #000;
    font-weight: 400;
    font-size: 22px;
    text-transform: none
}

.cabecalho-interno .titulo small {
    color: #353535;
    font-size: 14px;
    font-weight: 400
}

.conteudo h1 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase
}

.acoes-produto-responsiva .tag-comprar, .botao.principal.botao-comprar, .botao.principal.grande {
    background: #000
}

.botao.principal, .botao.principal.botao-comprar, .botao.principal.grande {
    border-radius: 5px
}

.botao {
    border-radius: 5px;
    background: 0 0;
    border: solid 1px #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000
}

.botao:hover {
    opacity: .8;
    color: #fff;
    background-image: none;
    background: #000
}

.atributos ul li a:hover, .atributos ul li.active a, .borda-principal, .elastislide-carousel ul li.active a, .tema-scuro .nav-tabs li.active a {
    border-color: #000
}

.botao.principal, .botao.principal:hover, .dropdown-menu>li>a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .flex-control-paging li a.flex-active, .fundo-principal, .menu li:hover>a .fundo-secundario, .menu-simples li a:hover, .menu-simples li.active a {
    background: 0 0;
    color: #000;
    text-shadow: none
}

.atributo-comum .active a span, .atributo-comum a:hover span, .cor-principal, .menu a:hover, a, a:focus, a:hover {
    color: #000
}

.fundo-secundario, .fundo-secundario *, .fundo-secundario :hover, .fundo-secundario.botao:hover, .fundo-secundario:hover {
    color: #fff
}

.form-horizontal input, .form-horizontal select {
    border-radius: 5px!important
}

body.tema-escuro {
    color: inherit
}

.tema-escuro .conteiner, .tema-escuro .modal {
    background-color: inherit
}

.tema-escuro .modal-footer {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-color: #000
}

.tema-escuro .carrinho {
    background: inherit
}

.tema-escuro .atributos ul li a, .tema-escuro .carrinho-interno, .tema-escuro .direitos-reservados, .tema-escuro .menu .nivel-dois, .tema-escuro .menu .nivel-tres, .tema-escuro .menu.lateral .nivel-um>li>a, .tema-escuro .sugestoes {
    background-color: #000
}

.tema-escuro .parcelas-produto .nav-tabs li a {
    background-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tema-escuro .atributo-comum a span, .tema-escuro .cor-secundaria {
    color: inherit
}

.tema-escuro .menu.superior .nivel-um>li {
    border-left: 0
}

.tema-escuro .menu .nivel-dois a {
    color: inherit
}

.tema-escuro .cep .add-on i, .tema-escuro .pagamento-selos .titulo {
    color: inherit
}

.tema-escuro .abas-conta li.active a, .tema-escuro .listagem-item .acoes-produto {
    background-color: inherit
}

.tema-escuro .caixa-dados ul {
    border-color: inherit
}

.tema-escuro #barraTopo {
    background-color: inherit
}

.tema-escuro .sem-banner .caixa-vazia {
    background-color: inherit
}

.tema-escuro .alert-message {
    color: inherit
}

.tema-escuro #rodape .span9.span12 p {
    color: inherit
}

.tema-escuro td, .tema-escuro th, .tema-escuro tr {
    border-color: inherit
}

.tema-transparente .conteiner {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
    background-color: inherit
}

.tema-transparente .identificacao .identificacao-inner {
    background: inherit
}

body.pagina-inicial #corpo {
    margin-bottom: 10px
}

.cadastro input[type=password], .cadastro input[type=text], .cadastro select {
    border-radius: 0;
    border: solid 1px #ccc
}

.cadastro legend {
    border-color: #060607;
    border-width: 3px;
    color: #060607;
    font-weight: 600;
    font-size: 20px
}

.cadastro label {
    color: #000;
    font-weight: 600
}

.cadastro .caixa-sombreada.borda-principal {
    background: #fff
}

.cadastro .caixa-sombreada {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #ccc
}

.cadastro .recuperar-senha {
    color: #000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.cadastro .recuperar-senha i {
    color: #000
}

.cadastro .recuperar-senha:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.pagina-conta .conta-menu, .pagina-favorito-listar .conta-menu, .pagina-pedido-listar .conta-menu {
    border: solid 1px #d8d9da
}

.pagina-conta .conta-menu .nome-usuario, .pagina-favorito-listar .conta-menu .nome-usuario, .pagina-pedido-listar .conta-menu .nome-usuario {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    border-bottom: solid 3px #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pagina-conta .conta-menu .nome-usuario i, .pagina-favorito-listar .conta-menu .nome-usuario i, .pagina-pedido-listar .conta-menu .nome-usuario i {
    color: #000
}

.pagina-conta .conta-menu .menu-simples li, .pagina-favorito-listar .conta-menu .menu-simples li, .pagina-pedido-listar .conta-menu .menu-simples li {
    border: none
}

.pagina-conta .conta-menu .menu-simples li a, .pagina-favorito-listar .conta-menu .menu-simples li a, .pagina-pedido-listar .conta-menu .menu-simples li a {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.pagina-conta .conta-menu .menu-simples li a i, .pagina-favorito-listar .conta-menu .menu-simples li a i, .pagina-pedido-listar .conta-menu .menu-simples li a i {
    color: #000
}

.pagina-conta .conta-menu .menu-simples li a i.icon-star:before, .pagina-favorito-listar .conta-menu .menu-simples li a i.icon-star:before, .pagina-pedido-listar .conta-menu .menu-simples li a i.icon-star:before {
    content: "\f004"
}

.pagina-conta .conta-menu .menu-simples li a:hover, .pagina-favorito-listar .conta-menu .menu-simples li a:hover, .pagina-pedido-listar .conta-menu .menu-simples li a:hover {
    background: 0 0;
    color: #000
}

.pagina-conta .cadastro [class*=" icon-"], .pagina-conta .cadastro [class^=icon-], .pagina-conta .conteudo [class*=" icon-"], .pagina-conta .conteudo [class^=icon-], .pagina-favorito-listar .cadastro [class*=" icon-"], .pagina-favorito-listar .cadastro [class^=icon-], .pagina-favorito-listar .conteudo [class*=" icon-"], .pagina-favorito-listar .conteudo [class^=icon-], .pagina-pedido-listar .cadastro [class*=" icon-"], .pagina-pedido-listar .cadastro [class^=icon-], .pagina-pedido-listar .conteudo [class*=" icon-"], .pagina-pedido-listar .conteudo [class^=icon-] {
    color: #000
}

.pagina-conta .cadastro .abas-conta li a, .pagina-conta .conteudo .abas-conta li a, .pagina-favorito-listar .cadastro .abas-conta li a, .pagina-favorito-listar .conteudo .abas-conta li a, .pagina-pedido-listar .cadastro .abas-conta li a, .pagina-pedido-listar .conteudo .abas-conta li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d8d9da;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600
}

.pagina-conta .cadastro .abas-conta li a i, .pagina-conta .conteudo .abas-conta li a i, .pagina-favorito-listar .cadastro .abas-conta li a i, .pagina-favorito-listar .conteudo .abas-conta li a i, .pagina-pedido-listar .cadastro .abas-conta li a i, .pagina-pedido-listar .conteudo .abas-conta li a i {
    width: 40px;
    font-size: 2rem;
    vertical-align: middle
}

.pagina-conta .cadastro .abas-conta li a i.icon-star:before, .pagina-conta .conteudo .abas-conta li a i.icon-star:before, .pagina-favorito-listar .cadastro .abas-conta li a i.icon-star:before, .pagina-favorito-listar .conteudo .abas-conta li a i.icon-star:before, .pagina-pedido-listar .cadastro .abas-conta li a i.icon-star:before, .pagina-pedido-listar .conteudo .abas-conta li a i.icon-star:before {
    content: "\f004"
}

.pagina-conta .cadastro .abas-conteudo, .pagina-conta .conteudo .abas-conteudo, .pagina-favorito-listar .cadastro .abas-conteudo, .pagina-favorito-listar .conteudo .abas-conteudo, .pagina-pedido-listar .cadastro .abas-conteudo, .pagina-pedido-listar .conteudo .abas-conteudo {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #d8d9da
}

.pagina-conta .cadastro .abas-conteudo .caixa-dados, .pagina-conta .conteudo .abas-conteudo .caixa-dados, .pagina-favorito-listar .cadastro .abas-conteudo .caixa-dados, .pagina-favorito-listar .conteudo .abas-conteudo .caixa-dados, .pagina-pedido-listar .cadastro .abas-conteudo .caixa-dados, .pagina-pedido-listar .conteudo .abas-conteudo .caixa-dados {
    border: solid 1px #d8d9da
}

.pagina-conta .cadastro .abas-conteudo .caixa-dados .caixa-info, .pagina-conta .conteudo .abas-conteudo .caixa-dados .caixa-info, .pagina-favorito-listar .cadastro .abas-conteudo .caixa-dados .caixa-info, .pagina-favorito-listar .conteudo .abas-conteudo .caixa-dados .caixa-info, .pagina-pedido-listar .cadastro .abas-conteudo .caixa-dados .caixa-info, .pagina-pedido-listar .conteudo .abas-conteudo .caixa-dados .caixa-info {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #d8d9da
}

.pagina-conta .cadastro .abas-conteudo .caixa-dados .acao-editar .botao, .pagina-conta .conteudo .abas-conteudo .caixa-dados .acao-editar .botao, .pagina-favorito-listar .cadastro .abas-conteudo .caixa-dados .acao-editar .botao, .pagina-favorito-listar .conteudo .abas-conteudo .caixa-dados .acao-editar .botao, .pagina-pedido-listar .cadastro .abas-conteudo .caixa-dados .acao-editar .botao, .pagina-pedido-listar .conteudo .abas-conteudo .caixa-dados .acao-editar .botao {
    border-radius: 5px
}

.pagina-conta .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.pequeno, .pagina-conta .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.pequeno, .pagina-favorito-listar .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.pequeno, .pagina-favorito-listar .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.pequeno, .pagina-pedido-listar .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.pequeno, .pagina-pedido-listar .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.pequeno {
    background: #e3e3e3;
    color: #000
}

.pagina-conta .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.pequeno i, .pagina-conta .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.pequeno i, .pagina-favorito-listar .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.pequeno i, .pagina-favorito-listar .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.pequeno i, .pagina-pedido-listar .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.pequeno i, .pagina-pedido-listar .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.pequeno i {
    color: #000
}

.pagina-conta .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.principal, .pagina-conta .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.principal, .pagina-favorito-listar .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.principal, .pagina-favorito-listar .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.principal, .pagina-pedido-listar .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.principal, .pagina-pedido-listar .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.principal {
    background: #089755;
    color: #fff
}

.pagina-conta .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.principal i, .pagina-conta .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.principal i, .pagina-favorito-listar .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.principal i, .pagina-favorito-listar .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.principal i, .pagina-pedido-listar .cadastro .abas-conteudo .caixa-dados .acao-editar .botao.principal i, .pagina-pedido-listar .conteudo .abas-conteudo .caixa-dados .acao-editar .botao.principal i {
    color: #fff
}

.pagina-conta .cadastro h3.titulo, .pagina-conta .conteudo h3.titulo, .pagina-favorito-listar .cadastro h3.titulo, .pagina-favorito-listar .conteudo h3.titulo, .pagina-pedido-listar .cadastro h3.titulo, .pagina-pedido-listar .conteudo h3.titulo {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    border: none
}

.pagina-conta .cadastro h3.titulo small, .pagina-conta .conteudo h3.titulo small, .pagina-favorito-listar .cadastro h3.titulo small, .pagina-favorito-listar .conteudo h3.titulo small, .pagina-pedido-listar .cadastro h3.titulo small, .pagina-pedido-listar .conteudo h3.titulo small {
    color: #959595;
    font-weight: 500;
    font-size: 14px
}

.pagina-conta .cadastro .botao, .pagina-conta .conteudo .botao, .pagina-favorito-listar .cadastro .botao, .pagina-favorito-listar .conteudo .botao, .pagina-pedido-listar .cadastro .botao, .pagina-pedido-listar .conteudo .botao {
    border: 0;
    border-radius: 5px
}

.pagina-conta .cadastro .botao i, .pagina-conta .conteudo .botao i, .pagina-favorito-listar .cadastro .botao i, .pagina-favorito-listar .conteudo .botao i, .pagina-pedido-listar .cadastro .botao i, .pagina-pedido-listar .conteudo .botao i {
    color: #fff
}

#barraTopo {
    visibility: hidden;
    display: none;
    opacity: 0
}

.barra-inicial {
    background: #fff;
    display: none
}

.barra-inicial .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    padding: 5px 0
}

.barra-inicial ul {
    overflow: visible;
    float: none
}

.barra-inicial .lista-redes {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: auto;
    float: none;
    width: auto
}

@media only screen and (max-width: 1320px) {
    .barra-inicial .lista-redes {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.barra-inicial .canais-contato {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    margin: 0
}

.barra-inicial .canais-contato ul li {
    margin: 0;
    padding: 0;
    border: 0
}

.barra-inicial .canais-contato ul li a, .barra-inicial .canais-contato ul li span {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.barra-inicial .canais-contato ul li a i, .barra-inicial .canais-contato ul li span i {
    display: none
}

.barra-inicial .canais-contato ul li a:hover, .barra-inicial .canais-contato ul li span:hover {
    color: #000
}

.barra-inicial .canais-contato ul li:first-child {
    display: none
}

.barra-inicial .canais-contato ul li:after {
    content: '\f111';
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: .5em;
    color: #9f9f9f;
    padding: 0 10px
}

.barra-inicial .canais-contato ul li:last-child:after {
    display: none
}

@media only screen and (max-width: 1320px) {
    .barra-inicial .canais-contato {
        display: none
    }
}

.barra-inicial .top-actions {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.barra-inicial .top-actions .top-action-item {
    padding: 0 10px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.barra-inicial .top-actions .top-action-item a {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.barra-inicial .top-actions .top-action-item a .icon {
    width: 12px;
    fill: #9f9f9f;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.barra-inicial .top-actions .top-action-item a:hover {
    color: #000
}

.barra-inicial .top-actions .top-action-item a:hover .icon {
    fill: #000
}

.barra-inicial .top-actions .top-action-item.rastreio:hover a {
    color: #000
}

.barra-inicial .top-actions .top-action-item.rastreio:hover a .icon {
    fill: #000
}

.barra-inicial .top-actions .top-action-item.rastreio:hover:after {
    color: #000
}

.barra-inicial .top-actions .top-action-item.rastreio:after {
    content: '\f0d7';
    font-family: FontAwesome;
    margin-left: 5px;
    vertical-align: middle;
    color: #9f9f9f;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.tracking {
    position: relative
}

.tracking .form-tracking {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-bottom: 0
}

.tracking .form-tracking .wrap {
    position: relative;
    margin: 10px 0
}

.tracking .form-tracking span {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: block;
    text-transform: none;
    margin: 10px 0;
    text-align: left;
    line-height: 20px
}

.tracking .form-tracking span .icon {
    width: 10px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    fill: #000
}

.tracking .form-tracking input {
    width: 100%;
    padding: 0 10px;
    height: 48px;
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 0;
    color: #9b9b9b;
    font-weight: 400;
    font-size: 13px;
    outline: 0;
    border: solid 1px #d1d1d1;
    outline: 0
}

.tracking .form-tracking input::-webkit-input-placeholder {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400
}

.tracking .form-tracking input:-moz-placeholder {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400
}

.tracking .form-tracking input::-moz-placeholder {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400
}

.tracking .form-tracking input:-ms-input-placeholder {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400
}

.tracking .form-tracking input:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none
}

.tracking .form-tracking button {
    position: absolute;
    right: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    background: 0 0;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.tracking .form-tracking button .icon {
    width: 15px;
    height: 15px;
    fill: #000;
    vertical-align: middle
}

#cabecalho {
    background: #fff
}

#cabecalho .conteiner {
    background: 0 0;
    padding-bottom: 12px
}

#cabecalho .conteiner>.row-fluid>.span3 {
    max-width: 21%
}

#cabecalho .conteiner>.row-fluid>.span3 .conteudo-topo.span9 {
    width: 78%;
    margin: 0
}

@media screen and (max-width: 767px) {
    #cabecalho .conteiner>.row-fluid>.span3 {
        max-width: 100%
    }

    #cabecalho .conteiner>.row-fluid>.span3 .logo {
        margin: 0
    }
}

#cabecalho .bem-vindo .superior, #cabecalho .conteudo-topo .superior {
    display: none
}

#cabecalho .bem-vindo .inferior .busca-mobile, #cabecalho .conteudo-topo .inferior .busca-mobile {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    justify-content: center;
    display: flex
}

#cabecalho .bem-vindo .inferior .span4, #cabecalho .conteudo-topo .inferior .span4 {
    max-width: 550px;
    width: auto
}

#cabecalho .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#cabecalho .logo a {
    max-height: 125px;
}

#cabecalho .busca {
    background: 0 0;
    border: none;
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%
}

#cabecalho .busca input, #cabecalho .busca input:focus {
    background: #f7f7f7;
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 8px;
    padding: 0 16px;
    color: #060607;
    border: solid 1px transparent;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    box-shadow: none;
    text-transform: uppercase
}

#cabecalho .busca input::-webkit-input-placeholder, #cabecalho .busca input:focus::-webkit-input-placeholder {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 400
}

#cabecalho .busca input:-moz-placeholder, #cabecalho .busca input:focus:-moz-placeholder {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 400
}

#cabecalho .busca input::-moz-placeholder, #cabecalho .busca input:focus::-moz-placeholder {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 400
}

#cabecalho .busca input:-ms-input-placeholder, #cabecalho .busca input:focus:-ms-input-placeholder {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 400
}

#cabecalho .busca .botao {
    background: 0 0;
    color: #060607;
    height: 55px;
    width: 55px;
    border: none;
    font-size: 1.9em;
    font-weight: 400
}

#cabecalho .busca .botao:hover {
    color: #060607;
    opacity: .7
}

#cabecalho .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    float: right;
    width: 100%
}

#cabecalho .actions>li {
    margin-right: 5px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 33%;
    margin: 0 10px
}

#cabecalho .actions>li>a {
    display: flex;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3em;
    color: #060607;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#cabecalho .actions>li>a .icon {
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 0;
    margin-right: 4px
}

#cabecalho .actions>li>a .icon g {
    fill: #060607
}

#cabecalho .actions>li>a .icon g g path {
    fill: #fff
}

#cabecalho .actions>li>a .icon g path {
    fill: #060607
}

#cabecalho .actions>li>a .icon circle {
    fill: #060607;
}

#cabecalho .actions>li>a:hover .icon g {
    fill: #060607
}

#cabecalho .actions>li>a:hover .icon g g path {
    fill: #fff
}

#cabecalho .actions>li>a:hover .icon g path {
    fill: #060607
}

#cabecalho .actions>li>a:hover .icon circle {
    fill: #060607
}

#cabecalho .actions>li:last-child {
    margin-right: 0
}

#cabecalho .actions>li.cart>a {
    display: block;
    min-width: 130px
}

#cabecalho .actions>li.cart>a .wrap {
    display: none
}

#cabecalho .actions>li:hover .total-cart, #cabecalho .actions>li:hover a {
    color: #060607
}

#cabecalho .account {
    position: relative
}

#cabecalho .account>a .icon .c {
    fill: transparent
}

#cabecalho .account .account-list {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: 0;
    border-top: 2px solid #060607;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 999;
    min-width: 220px;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2)
}

#cabecalho .account .account-list li {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#cabecalho .account .account-list li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase
}

#cabecalho .account .account-list li a .icon {
    width: 15px;
    height: 15px;
    fill: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

#cabecalho .account .account-list li a .icon * {
    fill: #000
}

#cabecalho .account .account-list li:hover {
    background: #eaeaea
}

#cabecalho .account .account-list li:hover a {
    color: #000
}

#cabecalho .account:hover .account-list {
    visibility: visible;
    opacity: 1
}

#cabecalho .support {
    position: relative
}

#cabecalho .support .support-items {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: 0;
    border-top: 2px solid #060607;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 999;
    min-width: 300px;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2)
}

#cabecalho .support .support-items .icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    fill: #000;
    margin-right: 5px
}

#cabecalho .support .support-items .contact {
    margin: 0;
    padding: 10px;
    border-bottom: solid 1px #d4d5d6
}

#cabecalho .support .support-items .contact li {
    margin-bottom: 5px
}

#cabecalho .support .support-items .contact li i {
    margin-right: 10px
}

#cabecalho .support .support-items .contact li a, #cabecalho .support .support-items .contact li span {
    color: #353535;
    font-size: 13px;
    font-weight: 400;
    display: block;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#cabecalho .support .support-items .contact li a:hover, #cabecalho .support .support-items .contact li span:hover {
    text-decoration: none;
    color: #000
}

#cabecalho .support .support-items .office-hours {
    padding: 10px;
    display: flex;
    border-bottom: solid 1px #d4d5d6
}

#cabecalho .support .support-items .office-hours i {
    margin-right: 10px
}

#cabecalho .support .support-items .office-hours .icon .a {
    fill: transparent
}

#cabecalho .support .support-items .office-hours .icon .c {
    fill: #000
}

#cabecalho .support .support-items .office-hours p {
    color: #353535;
    font-size: 13px;
    font-weight: 400;
    margin: 0
}

#cabecalho .support .support-items .office-hours p.title {
    color: #000
}

#cabecalho .support:hover .support-items {
    visibility: visible;
    opacity: 1
}

#cabecalho .cart {
    position: relative
}

#cabecalho .carrinho {
    border: 0;
    float: none;
    position: relative
}

#cabecalho .carrinho>a .icon {
    float: left
}

#cabecalho .carrinho>a span {
    display: none!important
}

#cabecalho .carrinho>a i {
    display: none
}

#cabecalho .carrinho>a strong {
    line-height: normal
}

#cabecalho .carrinho .qtd-carrinho {
    position: absolute;
    top: 2px;
    left: 15px;
    right: auto;
    width: 15px;
    height: 15px;
    background: #ffba00;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    color: #060607;
    font-size: 11px;
    font-weight: 700;
    border: solid 1px #060607;
    display: block!important;
    margin: 0 2px
}

#cabecalho .carrinho .wrap {
    display: none
}

#cabecalho .carrinho .wrap .title-cart {
    display: none
}

#cabecalho .carrinho .wrap .total-cart {
    color: #060607;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: block;
    float: right;
    width: 100%
}

#cabecalho .carrinho .carrinho-interno {
    top: 100%;
    border-radius: 8px
}

#cabecalho .carrinho .carrinho-interno.borda-principal {
    border-top: 2px solid #060607
}

#cabecalho .carrinho .carrinho-interno .nome-produto {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none
}

#cabecalho .carrinho .carrinho-interno .preco-produto .preco-promocional {
    font-size: 14px;
    font-weight: 700;
    color: #060607
}

#cabecalho .carrinho .carrinho-interno li {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-color: #d4d5d6
}

#cabecalho .carrinho .carrinho-interno li:hover {
    background: #f2f2f2
}

#cabecalho .carrinho .carrinho-interno .carrinho-rodape .botao {
    height: 30px;
    line-height: 30px;
    font-size: 0;
    background-color: #089755;
    border-radius: 60px;
    transition: all .2s ease-out;
    border: none
}

#cabecalho .carrinho .carrinho-interno .carrinho-rodape .botao i {
    display: none
}

#cabecalho .carrinho .carrinho-interno .carrinho-rodape .botao:after {
    content: "Fechar Compra";
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

#cabecalho .carrinho .carrinho-interno .carrinho-rodape .botao:hover {
    opacity: .8
}

#cabecalho .carrinho .carrinho-interno .carrinho-rodape .carrino-total {
    font-size: 14px;
    color: #c4c4c4;
    font-weight: 400
}

#cabecalho .carrinho .carrinho-interno .carrinho-rodape .carrino-total .titulo {
    color: #060607;
    font-weight: 700
}

#cabecalho .carrinho .money strong {
    line-height: normal;
    font-size: 12px;
    width: 100%;
    margin: 0;
    padding: 0
}

#cabecalho .carrinho .inferior-cart {
    margin: 0
}

#cabecalho .carrinho.vazio .no-money {
    display: block
}

#cabecalho .carrinho.vazio .total-cart {
    display: none
}

#cabecalho .carrinho.vazio .wrap {
    display: none
}

#cabecalho .carrinho.vazio .money {
    display: none
}

#cabecalho .carrinho .no-money {
    display: none
}

#cabecalho .open-menu {
    width: 80px;
    height: 20px;
    background: 0 0;
    cursor: pointer;
    display: none;
    margin-right: 20px
}

#cabecalho.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2)
}

@media only screen and (max-width: 768px) {
    #cabecalho.fixed {
        position: relative
    }
}

#cabecalho.fixed .full.menu {
    max-height: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow-y: hidden
}

#cabecalho.fixed .full.menu.active {
    max-height: 70px;
    opacity: 1;
    z-index: 20;
    overflow-y: visible
}

#cabecalho.fixed .open-menu {
    display: block;
    color: #060607
}

#cabecalho.fixed .open-menu .line {
    background: #060607;
    height: 3px;
    width: 30px;
    margin-bottom: 5px;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    display: block
}

#cabecalho.fixed .open-menu .line:nth-child(2) {
    width: 25px
}

#cabecalho.fixed .open-menu .line:nth-child(3) {
    width: 15px
}

#cabecalho.fixed .open-menu.active {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

#cabecalho.fixed .open-menu.active .line {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 23px
}

#cabecalho.fixed .open-menu.active .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 23px
}

#cabecalho.fixed .open-menu.active .line:nth-child(2) {
    width: 0;
    opacity: 0
}

#cabecalho.fixed .open-menu.active .line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 23px
}

@media only screen and (max-width: 768px) {
    #cabecalho.fixed .open-menu {
        display: none
    }
}

#cabecalho.fixed .conteudo-topo .inferior .span12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media not all and (max-width: 768px) {
    #cabecalho.fixed .busca-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 768px) {
    #cabecalho.fixed {
        position: relative;
        z-index: 1000
    }
}

#cabecalho.logo-centro .conteudo-topo .inferior .span12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#cabecalho.logo-centro .conteudo-topo.span3 {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-left: 0
}

@media not all and (max-width: 768px) {
    #cabecalho.logo-centro .row-fluid>.span6 {
        width: 33%;
        margin: 0 10px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: 0 0 33%
    }
}

@media (max-width: 979px) and (min-width:768px) {
    #cabecalho.logo-centro .row-fluid>.span6 {
        width: 33%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }
}

#cabecalho.logo-centro .logo a img {
    left: 0;
    right: 0;
    margin: auto
}

#cabecalho.logo-centro .actions>li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 20px
}

#cabecalho.logo-centro .actions>li:last-child {
    margin-right: 0
}

@media only screen and (max-width: 960px) {
    #cabecalho.logo-centro .actions>li.cart .wrap {
        display: none
    }
}

body.pagina-carrinho .total strong {
    color: #060607;
    font-weight: 700
}

body.pagina-carrinho .subtotal strong {
    color: #060607
}

.ui-autocomplete a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px
}

.full.menu {
    background: #060607;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: solid 1px rgba(0, 0, 0, .16);
    height: 48px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 rgba(0, 0, 0, .16);
}

.full.menu .conteiner {
    background: 0 0;
    padding: 0;
    max-width: 1230px;
    width: 100%;
}

.full.menu .conteiner .nivel-um {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly
}

.full.menu .conteiner .nivel-um:after {
    display: none
}

.full.menu .conteiner .nivel-um ul {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2)
}

.full.menu .conteiner .nivel-um>li {
    border: none;
    height: 100%;
    padding: 0;
    text-align: center;
    width: auto!important;
    padding: 8px 0;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.categoria-id-12249183.borda-principal {
    display: none !important;
}

.full.menu .conteiner .nivel-um>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px
}

.full.menu .conteiner .nivel-um>li>a>.titulo {
    color: #ffffff;
    font-size: 14px;
    text-transform: inherit;
    font-family: Montserrat;
    font-weight: 600;
    transition: all .2s ease-out;
    line-height: normal;
    text-transform: none;
}

.full.menu .conteiner .nivel-um>li>a img.icon-category {
    margin-right: 5px;
    max-height: 30px;
    display: flex;
    justify-content: center;
    animation: ce;
}

.full.menu .conteiner .nivel-um>li.categoria-marcas>a img.icon-category {
    display: none;
}

.full.menu .conteiner .nivel-um>li.offers>a {
    background: #ffffff!important;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    padding: 0 16px;
}

.full.menu .conteiner .nivel-um>li.offers>a>.titulo {
    color: #060607!important;
    font-weight: 700;
}

.full.menu .conteiner .nivel-um>li.offers .icon {
    width: 10px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    fill: #fff!important;
    margin-right: 10px
}

.full.menu .conteiner .nivel-um>li.offers:hover>a>.titulo {
    color: #060607!important;
}

.full.menu .conteiner .nivel-um>li.offers:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ffffff;
}

.full.menu .conteiner .nivel-um>li:hover>.nivel-dois {
    display: block;
    height: auto;
    overflow-y: visible;
    border-radius: 5px
}

.full.menu .conteiner .nivel-um>li:hover>a>.titulo {
    color: #ffffff;
    opacity: .7;
}

.full.menu .conteiner .nivel-um>li:hover .icon {
    opacity: .7
}

.full.menu .conteiner .nivel-um>li:nth-last-child(2) ul {
    right: 0;
    left: auto
}

.full.menu .conteiner .nivel-um>li:nth-last-child(3) ul {
    right: 0;
    left: auto
}

.full.menu .conteiner .nivel-um i {
    background: 0 0;
    color: #fff;
    display: none
}

.full.menu .conteiner .nivel-um i:hover {
    color: #fff
}

.full.menu .conteiner .nivel-dois {
    background: #fff;
    display: none;
    height: 0;
    overflow-y: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px;
    width: auto;
    max-width: auto;
    transition: all linear .2s
}

.full.menu .conteiner .nivel-dois li {
    border: none;
    padding: 0 15px;
}

.full.menu .conteiner .nivel-dois li a {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase
}

.full.menu .conteiner .nivel-dois li:hover {
    background: 0 0
}

.full.menu .conteiner .nivel-dois li:hover>a {
    color: #060607
}

.full.menu .conteiner .nivel-dois li .titulo {
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 600;
    text-align: left
}

.full.menu .conteiner .nivel-um>li:last-child>ul.nivel-dois, .full.menu .conteiner .nivel-um>li:nth-last-child(2)>ul.nivel-dois {
    right: 0;
    left: auto
}

.full.menu .conteiner .offers .nivel-dois {
    width: 100vh;
    max-width: 900px
}

.full.menu .conteiner .categoria-marcas, .full.menu .conteiner .categoria-paginas {
    background-color: rgba(0, 0, 0, .05)
}

.full.menu .conteiner .categoria-marcas .nivel-dois li, .full.menu .conteiner .categoria-paginas .nivel-dois li {
    border: 0;
    padding: 0
}

.full.menu .conteiner .categoria-marcas .nivel-dois li a, .full.menu .conteiner .categoria-paginas .nivel-dois li a {
    padding: 0 20px
}

.full.menu .conteiner .categoria-marcas .nivel-dois {
    -webkit-column-gap: 0;
    column-gap: 0
}

.full.menu .conteiner .categoria-marcas .nivel-dois.colunas-2 {
    -webkit-column-count: 2;
    column-count: 2
}

.full.menu .conteiner .categoria-marcas .nivel-dois.colunas-3 {
    -webkit-column-count: 3;
    column-count: 3
}

.full.menu .conteiner .categoria-marcas .nivel-dois.colunas-4 {
    -webkit-column-count: 4;
    column-count: 4
}

.full.menu .conteiner .categoria-marcas .nivel-dois.colunas-5 {
    -webkit-column-count: 5;
    column-count: 5
}

.full.menu .conteiner #listagemProdutos.listagem .imagem-produto {
    height: 28vh
}

.full.menu .conteiner #listagemProdutos.listagem .imagem-produto img {
    opacity: 1!important
}

@media screen and (max-height: 660px) {
    .full.menu .conteiner #listagemProdutos.listagem .imagem-produto {
        height: 100px
    }
}

.full.menu .conteiner li.other-categories>.nivel-dois {
    width: auto
}

.full.menu .conteiner li.other-categories>.nivel-dois li a strong {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    height: 30px
}

.full.menu .conteiner li.other-categories>.nivel-dois li.com-filho>.nivel-dois {
    position: absolute;
    top: 0;
    right: 100%;
    left: auto
}

.full.menu .conteiner li.other-categories>.nivel-dois li.com-filho>.nivel-dois .com-filho .nivel-tres {
    right: 100%;
    left: auto
}

.full.menu .conteiner li.other-categories>.nivel-dois li.com-filho>.nivel-dois .mega-categorias {
    padding: 0!important
}

.full.menu .conteiner li.other-categories>.nivel-dois li.com-filho>.nivel-dois .mega-recebe {
    display: none!important;
    width: auto!important
}

.full.menu .conteiner li.other-categories>.nivel-dois li.com-filho:hover>.nivel-dois {
    display: block;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
}

.full.menu .conteiner li.other-categories>.nivel-dois li.com-filho:hover>.nivel-dois li {
}

.full.menu .conteiner li.other-categories>.nivel-dois li:hover a strong {
    color: #060607
}

.full.menu .conteiner li.other-categories>a>img {
    display: none
}

.full.menu .conteiner li.other-categories>a strong>img {
    display: none
}

.full.menu .conteiner li.other-categories>a>strong:before {
    content: '+';
    margin-right: 3px;
    font-size: 25px;
    line-height: inherit;
    display: flex;
    float: left;
    border: 1px solid #000;
    border-radius: 60px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    justify-content: center;
    background: #000;
    color: #fff;
    align-items: center
}

.full.menu .conteiner li.other-categories>a>strong {
    display: flex;
    justify-content: center;
    align-items: center
}

.full.menu .conteiner .nivel-um>li.offers {
    padding-bottom: 15px
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois {
    left: auto;
    right: 0;
    width: 140vh;
    max-width: 1130px;
    overflow: hidden;
    opacity: 0;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-categorias, .full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe {
    margin: 0;
    width: 50%
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-categorias {
    padding: 30px;
    box-sizing: border-box
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe {
    padding: 30px;
    box-sizing: border-box
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe .mega-recebe-prod .listagem ul {
    margin: 0;
    box-shadow: none
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe .mega-recebe-prod .listagem ul .listagem-linha {
    padding: 0;
    width: 100%
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe .mega-recebe-prod .listagem ul .listagem-linha ul {
    box-shadow: none
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe .mega-recebe-prod .listagem ul .listagem-linha ul li {
    margin: 0;
    padding: 0;
    width: 100%
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe .mega-recebe-prod .listagem ul .listagem-linha ul li .listagem-item {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0!important
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe .mega-recebe-prod .listagem ul .listagem-linha ul li .listagem-item .imagem-produto img {
    opacity: 1
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe .mega-recebe-prod .listagem ul .listagem-linha ul li .listagem-item .info-produto {
    min-height: 1px!important
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe .mega-recebe-prod .listagem ul .listagem-linha ul li .listagem-item .info-produto .nome-produto {
    white-space: normal;
    text-align: center
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe .mega-recebe-prod .listagem ul .listagem-linha ul li .listagem-item:hover {
    border: 0!important
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois li {
    margin-bottom: 10px;
    padding: 10px 10px
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod {
    max-width: 75%;
    width: 100%
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul {
    margin: 0;
    padding: 0 30px;
    box-shadow: none
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul ul.slick-dots {
    display: flex!important;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    box-shadow: none;
    margin-top: -10px;
    padding-bottom: 10px;
    box-shadow: none
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul ul.slick-dots li {
    font-size: 0;
    background: #bdbdbd;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: none;
    padding: 0;
    margin: 0 5px
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul ul.slick-dots li button {
    font-size: 0
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul ul.slick-dots li.slick-active {
    background: #060607;
    border: none
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul ul.slick-dots li:hover {
    background: #060607;
    border: none
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul .slick-prev {
    left: -17px;
    height: 25px;
    color: #060607
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul .slick-next {
    right: -17px;
    height: 25px;
    color: #060607
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul .listagem-linha {
    width: 100%;
    padding: 0;
    margin: 0
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul .listagem-linha>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: none
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul .listagem-linha>ul>li {
    flex: 0 0 33%;
    width: 33%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul .listagem-linha>ul>li .listagem-item {
    margin: 0
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul .listagem-linha>ul>li .listagem-item .imagem-produto img {
    opacity: 1!important
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul .listagem-linha>ul>li .listagem-item .info-produto {
    min-height: 1px!important
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul .listagem-linha>ul>li .listagem-item .info-produto .nome-produto {
    white-space: normal;
    text-align: center
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .mega-recebe-prod .listagem>ul .listagem-linha>ul>li .listagem-item.indisponivel img {
    opacity: .4
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer {
    display: flex;
    max-width: 280px;
    width: 100%;
    align-content: center;
    padding: 10px 0;
    box-shadow: 0 0 0 #000;
    flex-direction: column;
    justify-content: space-around
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter, .full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .promo {
    padding: 10px;
    box-shadow: 0 0 10px #c5c5c5;
    border-radius: 5px;
    margin: 10px;
    height: 30%
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter .title, .full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .promo .title {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    padding: 5px 0;
    border-radius: 5px;
    outline: 0;
    overflow: hidden
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .promo {
    height: 70%
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .promo>div {
    height: calc(100% - 54px);
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .promo>div a.more-promotion {
    background: #060607;
    color: #fff;
    opacity: .8;
    border-radius: 8px
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .promo>div a.more-promotion:hover {
    opacity: 1
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .promo .title {
    background: #060607;
    position: relative
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .promo .title:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background: #060607;
    position: absolute;
    top: 0;
    right: -1px
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .promo p {
    display: block;
    font-size: 25px;
    color: #060607;
    font-weight: 400;
    margin: 25px 0;
    text-align: center
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .promo p strong {
    color: #060607;
    width: 100%;
    float: left;
    font-size: 42px;
    line-height: 50px
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter .title {
    background: #060607
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter .counter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 25px 0
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter .counter-wrap .icon-offer {
    width: 52px;
    height: 52px;
    display: block
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter .counter-wrap .icon-offer .a {
    fill: #060607
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter .counter-wrap .icon-offer .c {
    fill: #fff
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter .counter-wrap .item {
    line-height: normal;
    padding: 0 10px;
    position: relative
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter .counter-wrap .item:before {
    content: attr(date-value);
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #060607
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter .counter-wrap .item:after {
    content: ':';
    display: block;
    font-size: 30px;
    font-weight: 400;
    color: #060607;
    position: absolute;
    top: 0;
    right: 0
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter .counter-wrap .item:last-child:after {
    display: none
}

.full.menu .conteiner .nivel-um>li.offers .nivel-dois .counter-offer .counter .counter-wrap .item .description {
    font-size: 16px;
    font-weight: 400;
    color: #909090
}

.full.menu .conteiner .nivel-um>li.offers:hover .nivel-dois {
    display: flex;
    opacity: 1
}

.full.menu .conteiner .nivel-um>li.offers .bandeiras-produto {
    left: 10px
}

.pagina-inicial .menu.lateral {
    border: solid 1px #d4d5d6
}

.pagina-inicial .menu.lateral ul.nivel-um>li {
    border: none
}

.pagina-inicial .menu.lateral ul.nivel-um>li>a {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.pagina-inicial .menu.lateral ul.nivel-um>li.com-filho a i {
    display: none
}

.pagina-inicial .menu.lateral .nivel-dois {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 0;
    border: solid 1px #d4d5d6
}

.pagina-inicial .menu.lateral .nivel-dois li {
    border: none
}

.pagina-inicial .menu.lateral .nivel-dois li a {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

.pagina-inicial .menu.lateral .titulo {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

.sobreHome {
    display: block;
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 20px 0;
    margin: 0 auto
}

.sobreHome .conteiner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column
}

.sobreHome .conteiner .titulo {
    background: 0 0;
    border-top: none;
    text-align: left;
    position: relative;
    padding: 0 0;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 700
}

.sobreHome .conteiner .titulo:hover {
    background: 0 0;
    padding-left: 0
}

.sobreHome .conteiner .titulo:after {
    content: "";
    background: #060607;
    width: 5em;
    max-width: 5em;
    height: 3px;
    display: block;
    float: left;
    margin: 0;
    position: absolute;
    bottom: -10px
}

.banner .flexslider {
    border: none;
    border-radius: 0
}

.banner .flexslider .flex-control-nav {
    left: 0;
    right: 0;
    bottom: 5%
}

.banner .flexslider .flex-control-paging li a {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    border: none
}

.banner .flexslider .flex-control-paging li a:hover {
    background: #fff
}

.banner .flexslider .flex-control-paging li a.flex-active {
    background: #060607;
    border: none
}

.banner.mini-banner {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center
}

.banner.mini-banner .modulo.span4 {
    width: auto;
    flex: auto;
    min-width: auto;
    max-width: fit-content;
    margin: 0 5px
}

@media only screen and (max-width: 767px) {
    .banner.mini-banner .modulo.span4 {
        margin: 10px 5px
    }
}

.banner.mini-banner .modulo.span4.sem-banner {
    display: none
}

@media only screen and (max-width: 767px) {
    .banner.mini-banner .modulo.span4 {
        top: 0!important
    }
}

.banner.mini-banner .modulo.span4 img {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    width: 100%;
    height: auto
}

.banner.mini-banner .modulo.span4 img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.banner.span12.banner.tarja {
    text-align: center;
    float: initial;
    margin: 20px auto
}

.pagina-inicial .secao-banners>.conteiner {
    max-width: 100%;
    padding: 0
}

body:not(.pagina-inicial) .banner.tarja {
    border-bottom: solid 1px #ddd;
    margin: 20px 0;
    padding-bottom: 20px
}

@media screen and (max-width: 768px) {
    .mini-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .mini-banner .modulo {
        margin: 20px 0
    }
}

.flex-direction-nav li a {
    width: 50px;
    height: 50px;
    background: 0 0;
    border-radius: 60px;
    font-size: 0;
    margin-top: -25px;
    background: #060607
}

.flex-direction-nav li a.flex-next:before, .flex-direction-nav li a.flex-prev:before {
    visibility: hidden
}

.flex-direction-nav li a .icon {
    height: 30px;
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.flex-direction-nav li a .icon * {
    fill: #fff
}

.banner.cheio+.row-fluid {
    margin-top: 0
}

#carouselImagem .flex-direction-nav a.flex-next, #carouselImagem .flex-direction-nav a.flex-prev {
    background: 0 0;
    border: 0;
    opacity: 1
}

#carouselImagem .flex-direction-nav a.flex-next .icon *, #carouselImagem .flex-direction-nav a.flex-prev .icon * {
    fill: #000
}

#fullbanner-mob {
    margin: 0
}

#fullbanner-mob ul.slick-dots {
    display: block!important;
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    margin: 0
}

#fullbanner-mob ul.slick-dots li {
    float: left;
    margin-right: 5px
}

#fullbanner-mob ul.slick-dots li:last-child {
    margin-right: 0
}

#fullbanner-mob ul.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0;
    background: #fff
}

#fullbanner-mob ul.slick-dots li.slick-active button {
    background: #060607
}

@media screen and (min-width: 768px) {
    #fullbanner-mob {
        display: none!important
    }
}

@media screen and (max-width: 767px) {
    body.pagina-inicial .cheio {
        display: none!important
    }

    #fullbanner-mob img {
        width: 100%
    }
}

#banner-central-primeiro, #banner-central-segundo {
    padding-top: 30px;
    display: flex;
    justify-content: space-between
}

#banner-central-primeiro>div, #banner-central-segundo>div {
    padding: 5px
}

@media screen and (max-width: 767px) {
    #banner-central-primeiro, #banner-central-segundo {
        flex-direction: column
    }
}

#corpo .conteiner>.marcas {
    margin-bottom: 0
}

#corpo .conteiner>.marcas strong {
    background: 0 0;
    border-top: none;
    text-align: left;
    position: relative;
    padding: 0 0;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 700
}

#corpo .conteiner>.marcas strong:hover {
    background: 0 0;
    padding-left: 0
}

#corpo .conteiner>.marcas strong:after {
    content: "";
    background: #060607;
    width: 5em;
    max-width: 5em;
    height: 3px;
    display: block;
    float: left;
    margin: 0;
    position: absolute;
    bottom: -10px
}

#corpo .conteiner>.marcas .flexslider {
    margin: 40px 0
}

#corpo .conteiner>.marcas .flexslider ul li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: .7
}

#corpo .conteiner>.marcas .flexslider ul li:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

#corpo .conteiner>.marcas .flex-direction-nav .flex-next, #corpo .conteiner>.marcas .flex-direction-nav .flex-prev {
    background: 0 0;
    opacity: 1
}

#corpo .conteiner>.marcas .flex-direction-nav .flex-next .icon *, #corpo .conteiner>.marcas .flex-direction-nav .flex-prev .icon * {
    fill: #000
}

#listagemProdutos.listagem .titulo-categoria strong, #listagemProdutos.listagem>.titulo, .listagem.aproveite-tambem .titulo-categoria strong, .listagem.aproveite-tambem>.titulo {
    color: #060607;
    text-transform: uppercase;
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    #listagemProdutos.listagem .titulo-categoria strong, #listagemProdutos.listagem>.titulo, .listagem.aproveite-tambem .titulo-categoria strong, .listagem.aproveite-tambem>.titulo {
        font-size: 16px
    }
}

#listagemProdutos.listagem .titulo-categoria, #listagemProdutos.listagem>.titulo, .listagem.aproveite-tambem .titulo-categoria, .listagem.aproveite-tambem>.titulo {
    background: 0 0;
    border-top: none;
    text-align: left;
    position: relative;
    padding: 0 0;
    padding-top: 20px;
    margin-bottom: 20px
}

#listagemProdutos.listagem .titulo-categoria:hover, #listagemProdutos.listagem>.titulo:hover, .listagem.aproveite-tambem .titulo-categoria:hover, .listagem.aproveite-tambem>.titulo:hover {
    background: 0 0;
    padding-left: 0
}

#listagemProdutos.listagem .titulo-categoria:after, #listagemProdutos.listagem>.titulo:after, .listagem.aproveite-tambem .titulo-categoria:after, .listagem.aproveite-tambem>.titulo:after {
    content: "";
    background: #060607;
    width: 5em;
    max-width: 5em;
    height: 3px;
    display: block;
    float: left;
    margin: 0;
    position: absolute;
    bottom: -10px
}

#listagemProdutos.listagem .listagem-linha, .listagem.aproveite-tambem .listagem-linha {
    border: none
}

#listagemProdutos.listagem .listagem-linha li, .listagem.aproveite-tambem .listagem-linha li {
    border: none
}

#listagemProdutos.listagem .listagem-item, .listagem.aproveite-tambem .listagem-item {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: solid 0 transparent;
    box-shadow: 0 0 9px transparent;
    padding: 10px 0;
    margin: 10px
}

#listagemProdutos.listagem .listagem-item .info-produto, .listagem.aproveite-tambem .listagem-item .info-produto {
    text-align: center;
    min-height: 123px;
    display: flex;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-content: space-around
}

#listagemProdutos.listagem .listagem-item .info-produto .nome-produto, .listagem.aproveite-tambem .listagem-item .info-produto .nome-produto {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-transform: none;
    min-height: 10px;
    white-space: pre-wrap;
    max-width: fit-content
}

#listagemProdutos.listagem .listagem-item .info-produto .preco-produto .preco-venda, .listagem.aproveite-tambem .listagem-item .info-produto .preco-produto .preco-venda {
    font-size: 14px;
    font-weight: 400;
    color: #3b3b3b;
    display: block;
    font-weight: 800;
    margin: 0 0 10px
}

#listagemProdutos.listagem .listagem-item .info-produto .preco-produto .preco-promocional, #listagemProdutos.listagem .listagem-item .info-produto .preco-produto span.preco-a-partir strong, .listagem.aproveite-tambem .listagem-item .info-produto .preco-produto .preco-promocional, .listagem.aproveite-tambem .listagem-item .info-produto .preco-produto span.preco-a-partir strong {
    color: #060607;
    font-size: 23px;
    display: block;
    font-weight: 800
}

#listagemProdutos.listagem .listagem-item .info-produto .preco-produto .preco-parcela, .listagem.aproveite-tambem .listagem-item .info-produto .preco-produto .preco-parcela {
    font-size: 15px;
    font-weight: 400;
    color: #868686!important
}

#listagemProdutos.listagem .listagem-item .info-produto .preco-produto .preco-parcela strong, .listagem.aproveite-tambem .listagem-item .info-produto .preco-produto .preco-parcela strong {
    font-weight: 400;
    color: #868686;
    font-size: 15px
}

#listagemProdutos.listagem .listagem-item .acoes-produto, .listagem.aproveite-tambem .listagem-item .acoes-produto {
    display: none;
    opacity: 0;
    border: none;
    bottom: 0;
    padding: 0;
    display: none;
    flex-wrap: wrap;
    padding: 10px;
    opacity: 1
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase!important;
    border: 0;
    border-radius: 5px;
    background: #DAA520;
    display: block;
    text-align: center;
    padding: 0;
    width: auto;
    flex: auto;
    height: 42px;
    line-height: 42px;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar i, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar i {
    display: none
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar .icon, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar .icon {
    fill: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    display: none
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar .icon *, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar .icon * {
    fill: #fff
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar:hover, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar:hover {
    opacity: .7
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar.botao-comprar-ajax, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar.botao-comprar-ajax {
    font-size: 0
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar.botao-comprar-ajax:before, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar.botao-comprar-ajax:before {
    content: 'Adicionar';
    font-size: 14px
}

#listagemProdutos.listagem .listagem-item .acoes-produto .prod-counter, .listagem.aproveite-tambem .listagem-item .acoes-produto .prod-counter {
    height: 42px;
    width: 52px;
    margin-right: 10px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

#listagemProdutos.listagem .listagem-item .acoes-produto .prod-counter .qtd-prod, .listagem.aproveite-tambem .listagem-item .acoes-produto .prod-counter .qtd-prod {
    border: solid 0 #c4c4c4;
    color: #060607;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    padding-left: 10px;
    -moz-appearance: textfield;
    appearance: textfield
}

#listagemProdutos.listagem .listagem-item .acoes-produto .prod-counter .qtd-prod::-webkit-inner-spin-button, .listagem.aproveite-tambem .listagem-item .acoes-produto .prod-counter .qtd-prod::-webkit-inner-spin-button {
    -webkit-appearance: none
}

#listagemProdutos.listagem .listagem-item .acoes-produto .prod-counter .qtd-nav, .listagem.aproveite-tambem .listagem-item .acoes-produto .prod-counter .qtd-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 39px
}

#listagemProdutos.listagem .listagem-item .acoes-produto .prod-counter .qtd-nav .bt-qty, .listagem.aproveite-tambem .listagem-item .acoes-produto .prod-counter .qtd-nav .bt-qty {
    height: 40%;
    width: 80%;
    display: block;
    background: #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: .8em;
    color: #000;
    margin: 2px;
    border: none;
    border-radius: 3px;
    margin-top: 23%
}

#listagemProdutos.listagem .listagem-item .acoes-produto .prod-counter .qtd-nav .bt-qty:first-child, .listagem.aproveite-tambem .listagem-item .acoes-produto .prod-counter .qtd-nav .bt-qty:first-child {
    border-bottom: solid 1px #c4c4c4
}

#listagemProdutos.listagem .listagem-item .acoes-produto .prod-counter .qtd-nav .bt-qty *, .listagem.aproveite-tambem .listagem-item .acoes-produto .prod-counter .qtd-nav .bt-qty * {
    top: 1px
}

#listagemProdutos.listagem .listagem-item .acoes-produto .prod-counter .qtd-nav .bt-qty i.icon-sort-down, .listagem.aproveite-tambem .listagem-item .acoes-produto .prod-counter .qtd-nav .bt-qty i.icon-sort-down {
    height: 12px
}

#listagemProdutos.listagem .listagem-item:not(.produto-adicionado):hover, .listagem.aproveite-tambem .listagem-item:not(.produto-adicionado):hover {
    background: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    border: solid 0 #d0d0d0;
    border-radius: 5px
}

#listagemProdutos.listagem .listagem-item:not(.produto-adicionado):hover .info-produto, .listagem.aproveite-tambem .listagem-item:not(.produto-adicionado):hover .info-produto {
    opacity: .4
}

#listagemProdutos.listagem .listagem-item:not(.produto-adicionado):hover .acoes-produto, .listagem.aproveite-tambem .listagem-item:not(.produto-adicionado):hover .acoes-produto {
    display: flex
}

#listagemProdutos.listagem .listagem-item.item-adicionado, .listagem.aproveite-tambem .listagem-item.item-adicionado {
    border-color: #000
}

#listagemProdutos.listagem .listagem-item.item-adicionado:hover, .listagem.aproveite-tambem .listagem-item.item-adicionado:hover {
    border-color: #000
}

#listagemProdutos.listagem .listagem-item.item-adicionado .acoes-produto, .listagem.aproveite-tambem .listagem-item.item-adicionado .acoes-produto {
    opacity: 1
}

#listagemProdutos.listagem .listagem-item.produto-adicionado .info-produto, .listagem.aproveite-tambem .listagem-item.produto-adicionado .info-produto {
    opacity: 0
}

#listagemProdutos.listagem .listagem-item.produto-adicionado .acoes-produto, .listagem.aproveite-tambem .listagem-item.produto-adicionado .acoes-produto {
    display: none
}

#listagemProdutos.listagem .listagem-item.produto-adicionado .adicionado-carrinho.bandeira-carrinho, .listagem.aproveite-tambem .listagem-item.produto-adicionado .adicionado-carrinho.bandeira-carrinho {
    display: none
}

#listagemProdutos.listagem .listagem-item.produto-adicionado a.produto-sobrepor::before, .listagem.aproveite-tambem .listagem-item.produto-adicionado a.produto-sobrepor::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    height: 50px;
    width: 50px;
    border-radius: 60px;
    text-align: center;
    color: #089755;
    font-size: 3em;
    display: flex;
    align-items: center;
    background: #e2e2e2;
    justify-content: center;
    margin: 0 auto
}

#listagemProdutos.listagem .listagem-item.produto-adicionado a.produto-sobrepor::after, .listagem.aproveite-tambem .listagem-item.produto-adicionado a.produto-sobrepor::after {
    content: "adicionado ao Carrinho";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center
}

#listagemProdutos.listagem .listagem-item.indisponivel, .listagem.aproveite-tambem .listagem-item.indisponivel {
    background: 0 0
}

#listagemProdutos.listagem .listagem-item.indisponivel:hover .info-produto, .listagem.aproveite-tambem .listagem-item.indisponivel:hover .info-produto {
    opacity: 1
}

#listagemProdutos.listagem .listagem-item .produto-avise .avise-me-list .avise-me-list-btn, .listagem.aproveite-tambem .listagem-item .produto-avise .avise-me-list .avise-me-list-btn {
    background: #000;
    color: #fff;
    border-color: #000;
    text-align: center
}

#listagemProdutos.listagem .imagem-produto, #listagemProdutos.listagem .produtos-carrossel[data-produtos-linha] .imagem-produto, .listagem.aproveite-tambem .imagem-produto, .listagem.aproveite-tambem .produtos-carrossel[data-produtos-linha] .imagem-produto {
    height: 300px
}

.bandeiras-produto {
    right: auto;
    left: 15px
}

.bandeiras-produto .bandeira-indisponivel {
    background: #000;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bandeiras-produto .bandeira-frete-gratis, .bandeiras-produto .bandeira-promocao {
    border-radius: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-transform: capitalize
}

.bandeiras-produto .bandeira-promocao {
    background: #060607;
    color: #fff;
    border-radius: 5px
}

.bandeiras-produto .bandeira-frete-gratis {
    background: #089755;
    color: #fff;
    float: right;
    border-radius: 5px
}

.bandeiras-produto .adicionado-carrinho {
    display: none
}

.adic-favo {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 30;
    text-decoration: none;
    color: #060607;
    background: 0 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.adic-favo .icon {
    background: #e8e8e8;
    fill: #353535;
    padding: 5px;
    border-radius: 60px
}

.adic-favo:active, .adic-favo:focus, .adic-favo:hover {
    background: 0 0;
    color: #fff;
    text-decoration: none
}

.adic-favo:active .icon, .adic-favo:focus .icon, .adic-favo:hover .icon {
    background: #060607;
    color: #fff
}

.adic-favo.added {
    color: #060607
}

@media not all and (max-width: 768px) {
    body.pagina-busca .listagem .listagem-linha ul:after, body.pagina-categoria .listagem .listagem-linha ul:after {
        display: none
    }

    body.pagina-busca .listagem .listagem-linha ul>li, body.pagina-categoria .listagem .listagem-linha ul>li {
        width: 33%;
        margin-left: 0;
        margin-right: 0
    }
}

.listagem .produtos-carrossel[data-produtos-linha] .imagem-produto, .listagem .span3 .imagem-produto {
    height: 300px
}

.listagem button.slick-next.slick-arrow {
    font-size: 0;
    background: 0 0
}

.listagem button.slick-next.slick-arrow:before {
    content: '\f105';
    font-family: fontawesome;
    font-size: 48px
}

.listagem button.slick-prev.slick-arrow {
    font-size: 0;
    background: 0 0
}

.listagem button.slick-prev.slick-arrow:before {
    content: '\f104';
    font-family: fontawesome;
    font-size: 48px
}

.listagem ul.slick-dots {
    display: flex!important;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: -40px;
    right: 0
}

@media screen and (max-width: 767px) {
    .listagem ul.slick-dots {
        top: 0
    }
}

.listagem ul.slick-dots li {
    width: 20px;
    height: 20px;
    border-radius: 60px;
    background: 0 0
}

.listagem ul.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 60px;
    background: #e8e8e8
}

.listagem ul.slick-dots li.slick-active button {
    background: #060607
}

.listagem>ul:not(.produtos-carrossel) li {
    padding: 0;
    margin: auto
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    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);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.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-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next, .slick-prev {
    width: 15px;
    height: 15px;
    display: block;
    z-index: 20;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.slick-next .icon, .slick-prev .icon {
    fill: #060607
}

.slick-next .icon .a, .slick-prev .icon .a {
    fill: #000
}

.slick-prev {
    left: -7px
}

.slick-next {
    right: -7px
}

.listagem>ul {
    margin: 0
}

.listagem>ul:not(.produtos-carrossel) {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagina-busca .listagem>ul:not(.produtos-carrossel)>li, .pagina-categoria .listagem>ul:not(.produtos-carrossel)>li {
    width: 33%;
    margin: 0 0 30px
}

.listagem>ul>li {
    display: inline;
    padding: 0
}

.listagem-linha * {
    outline: 0
}

.slick-slider {
    display: block!important
}

.listagem .produtos-carrossel {
    padding: 0
}

.pagina-produto .listagem>ul {
    margin: 0 -15px
}

@media screen and (max-width: 1024px) {
    .pagina-produto .listagem>ul {
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .listagem ul>li li {
        margin: 0;
        padding: 0;
        width: 25%;
        border: 0;
        float: left;
        padding: 0 15px;
        padding-bottom: 30px
    }

    .listagem ul:not(.produtos-carrossel)>li {
        margin: 0;
        padding: 0;
        width: 25%;
        border: 0;
        float: left;
        padding: 0 15px;
        padding-bottom: 30px
    }

    .listagem .listagem-linha {
        position: relative
    }

    .pagina-busca .listagem>ul:not(.produtos-carrossel)>li, .pagina-categoria .listagem ul:not(.produtos-carrossel)>li {
        width: 33%
    }

    .pagina-produto .listagem .listagem-linha ul:nth-child(n+2) {
        display: none
    }

    .listagem-linha .slick-product {
        margin-left: -15px!important;
        margin-right: -15px!important
    }

    .listagem .listagem-item {
        margin: 0;
        padding: 5px
    }
}

@media screen and (max-width: 1024px) {
    .listagem-linha .slick-product {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .listagem ul:not(.produtos-carrossel)>li {
        width: 25%;
        padding: 0 0 15px 0
    }

    .listagem ul>li li {
        padding: 0 0 15px 0
    }
}

@media screen and (max-width: 767px) {
    .listagem ul:not(.produtos-carrossel)>li, .pagina-busca .listagem>ul:not(.produtos-carrossel)>li, .pagina-categoria .listagem ul>li {
        width: 50%
    }

    #listagemProdutos.listagem .listagem-item .info-produto .preco-produto .preco-promocional, .listagem.aproveite-tambem .listagem-item .info-produto .preco-produto .preco-promocional {
        font-size: 25px
    }
}

@media screen and (max-width: 480px) {
    .listagem ul:not(.produtos-carrossel)>li, .pagina-busca .listagem>ul:not(.produtos-carrossel)>li, .pagina-categoria .listagem ul:not(.produtos-carrossel)>li {
        width: 100%
    }
}

.smarthint .bandeiras-produto .bandeira-promocao::after {
    display: none
}

ul.slick-dots {
    display: none!important
}

#barraNewsletter.posicao-rodape {
    background: #fff;
    display: block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2)
}

#barraNewsletter.posicao-rodape .conteiner {
    width: 100%;
    min-height: 80px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#barraNewsletter.posicao-rodape .componente {
    background: 0 0
}

#barraNewsletter.posicao-rodape .componente .interno {
    padding: 0
}

#barraNewsletter.posicao-rodape .componente .interno .interno-conteudo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: no-wrap
}

#barraNewsletter.posicao-rodape .componente .texto-newsletter {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #060607;
    overflow: visible;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

#barraNewsletter.posicao-rodape .componente .texto-newsletter::before {
    content: '\F003';
    font-family: FontAwesome;
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    float: left;
    color: #fff;
    background-color: #060607;
    border-radius: 60px;
    justify-content: center
}

#barraNewsletter.posicao-rodape .componente .input-conteiner, #barraNewsletter.posicao-rodape .componente .texto-newsletter {
    padding: 0
}

#barraNewsletter.posicao-rodape .componente .texto-newsletter {
    width: auto
}

#barraNewsletter.posicao-rodape .componente .input-conteiner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    overflow: visible;
    margin-bottom: 0
}

#barraNewsletter.posicao-rodape .componente .input-conteiner.hide {
    display: none
}

#barraNewsletter.posicao-rodape .componente input[type=text] {
    width: calc(80% - 200px);
    background: #f2f2f2;
    border: solid 1px #d1d1d1;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 0 26px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 10px;
    color: #8d8d8d;
    font-size: 13px
}

#barraNewsletter.posicao-rodape .componente input[type=text]::-webkit-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400
}

#barraNewsletter.posicao-rodape .componente input[type=text]:-moz-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400
}

#barraNewsletter.posicao-rodape .componente input[type=text]::-moz-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400
}

#barraNewsletter.posicao-rodape .componente input[type=text]:-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    width: 100%;
    max-width: 150px;
    background: #060607;
    border-radius: 5px;
    color: #fff;
    height: 50px;
    border: solid 2px #060607;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar::before {
    content: 'ENVIAR';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-family: Montserrat;
    margin-right: 10px;
    vertical-align: middle
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar::after {
    content: '\F105';
    font-family: FontAwesome;
    color: #fff;
    vertical-align: middle;
    font-size: 0;
    font-weight: 400
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover {
    background: 0 0;
    color: #fff
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover:after, #barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover:before {
    color: #060607;
    fill: #060607
}

#barraNewsletter.posicao-rodape .componente .newsletter-confirmacao span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #060607
}

#barraNewsletter.posicao-rodape .componente .newsletter-confirmacao .icon-ok {
    color: #060607
}

#barraNewsletter.posicao-rodape .componente .alert {
    position: absolute;
    z-index: 99999
}

@media screen and (max-width: 767px) {
    #barraNewsletter.posicao-rodape {
        height: auto;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #barraNewsletter.posicao-rodape .componente .input-conteiner, #barraNewsletter.posicao-rodape .componente .texto-newsletter {
        width: 100%;
        margin-bottom: 10px;
        text-overflow: clip;
        overflow: visible;
        white-space: normal;
        text-align: center;
        padding: 0 40px;
        flex-direction: column
    }

    #barraNewsletter.posicao-rodape .componente .interno-conteudo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #barraNewsletter.posicao-rodape .componente .texto-newsletter::before {
        width: 50px;
        height: 50px;
        margin: 10px auto
    }

    #barraNewsletter.posicao-rodape .componente input[type=text] {
        width: 100%;
        margin: 10px 0;
        text-align: center
    }

    #barraNewsletter.posicao-rodape .componente .botao {
        width: 100%;
        max-width: 100%
    }
}

.coluna div.componente.newsletter {
    background: #fff;
    height: auto;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #d0d0d0
}

.coluna div.componente.newsletter .titulo {
    font-size: 0;
    text-align: center;
    margin-bottom: 0
}

.coluna div.componente.newsletter .titulo i {
    float: none
}

.coluna div.componente.newsletter .titulo i:before {
    height: 30px;
    margin: 0 auto 20px;
    display: inline-block;
    content: '\F003';
    color: #060607;
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 2.3em;
    font-weight: 400;
    width: 100%;
    margin-top: -10px
}

.coluna div.componente.newsletter .interno {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.coluna div.componente.newsletter .texto-newsletter {
    color: #000;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 400;
    display: block;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase
}

.coluna div.componente.newsletter input[type=text] {
    width: 100%;
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-radius: 0;
    padding: 0 15px;
    background: #fff;
    border: solid 1px #c4c4c4;
    color: #9f9f9f;
    text-align: center
}

.coluna div.componente.newsletter input[type=text]::-webkit-input-placeholder {
    color: #9f9f9f;
    font-weight: 400;
    font-size: 13px
}

.coluna div.componente.newsletter input[type=text]:-moz-placeholder {
    color: #9f9f9f;
    font-weight: 400;
    font-size: 13px
}

.coluna div.componente.newsletter input[type=text]::-moz-placeholder {
    color: #9f9f9f;
    font-weight: 400;
    font-size: 13px
}

.coluna div.componente.newsletter input[type=text]:-ms-input-placeholder {
    color: #9f9f9f;
    font-weight: 400;
    font-size: 13px
}

.coluna div.componente.newsletter .botao {
    margin-top: 15px;
    width: 100%;
    display: block;
    background: #060607;
    border: solid 2px #060607;
    height: 55px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: inherit;
    border-radius: 0;
    color: #fff
}

.coluna div.componente.newsletter .botao:before {
    content: "Assinar";
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 10px;
    vertical-align: middle
}

.coluna div.componente.newsletter .botao:after {
    content: '\F105';
    font-family: FontAwesome;
    color: #fff;
    vertical-align: middle;
    font-size: 1.4em;
    font-weight: 400
}

.coluna div.componente.newsletter .botao:hover {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: .8
}

.coluna div.componente.newsletter .newsletter-confirmacao span {
    color: #000
}

.coluna div.componente.newsletter .newsletter-confirmacao .icon-ok {
    color: #000
}

.modal-modalNewsletter {
    left: 50%!important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.modal-modalNewsletter .fancybox-skin {
    width: 420px!important;
    height: 260px!important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border-radius: 0
}

@media screen and (max-width: 680px) {
    .modal-modalNewsletter .fancybox-skin {
        width: 340px!important
    }
}

.modal-modalNewsletter .fancybox-outer {
    height: 260px!important
}

.modal-modalNewsletter .fancybox-inner {
    width: 100%!important;
    height: 260px!important
}

.modal-modalNewsletter #modalNewsletter .componente .interno {
    background: 0 0;
    height: 260px;
    padding: 0
}

.modal-modalNewsletter #modalNewsletter .componente .interno .titulo {
    display: none
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo {
    height: 100%;
    position: relative
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter {
    position: absolute;
    top: 10%;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 0;
    max-width: 385px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter:before {
    height: 30px;
    margin: 0 auto 20px;
    display: inline-block;
    content: '\F003';
    color: #060607;
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 2.3em;
    font-weight: 400;
    width: 100%;
    margin-top: -10px
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 30px
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
    background: #fff;
    padding: 0 18px;
    border: solid 1px #c4c4c4;
    border-radius: 0;
    width: 100%;
    color: #000;
    text-align: center;
    margin: 20px 0
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input:focus {
    border-color: #000
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input::-webkit-input-placeholder {
    color: #959595;
    font-size: 13px;
    font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input:-moz-placeholder {
    color: #959595;
    font-size: 13px;
    font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input::-moz-placeholder {
    color: #959595;
    font-size: 13px;
    font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input:-ms-input-placeholder {
    color: #959595;
    font-size: 13px;
    font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao {
    width: 100%;
    border-radius: 0;
    border: solid 1px #060607;
    background: #060607;
    height: 45px;
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: relative
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao::before {
    content: "Assinar";
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao::after {
    content: '\F105';
    font-family: FontAwesome;
    color: #fff;
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao:hover {
    opacity: .8
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao {
    position: absolute;
    bottom: 20%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 300px
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao .icon-ok {
    float: none;
    vertical-align: middle;
    color: #000
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao span {
    margin-left: 0;
    padding: 0;
    display: inline-block;
    font-weight: 400;
    color: #000
}

.modal-modalNewsletter .fancybox-close {
    background: 0 0;
    top: 10px;
    right: 5px
}

.modal-modalNewsletter .fancybox-close:hover {
    text-decoration: none
}

.modal-modalNewsletter .fancybox-close:before {
    content: "\f00d";
    color: #000;
    font-size: 2em;
    font-family: FontAwesome;
    font-weight: 400
}

.breadcrumbs, .info-principal-produto .breadcrumbs {
    background: #f2f2f2;
    border: none;
    border-radius: 2px
}

.breadcrumbs ul li, .info-principal-produto .breadcrumbs ul li {
    border: none
}

.breadcrumbs ul li:first-child *, .info-principal-produto .breadcrumbs ul li:first-child * {
    padding-left: 10px
}

.breadcrumbs ul li a, .info-principal-produto .breadcrumbs ul li a {
    color: #000;
    font-weight: 400;
    text-transform: none;
    font-size: 14px
}

.breadcrumbs ul li a>.icon-home, .info-principal-produto .breadcrumbs ul li a>.icon-home {
    display: none
}

.breadcrumbs ul li::after, .info-principal-produto .breadcrumbs ul li::after {
    content: "\00BB";
    color: #999
}

.breadcrumbs ul li:last-child a, .info-principal-produto .breadcrumbs ul li:last-child a {
    color: #9f9f9f
}

.breadcrumbs ul li:last-child::after, .info-principal-produto .breadcrumbs ul li:last-child::after {
    content: ""
}

.breadcrumbs ul li strong, .info-principal-produto .breadcrumbs ul li strong {
    color: #9f9f9f;
    text-transform: none;
    font-weight: 400;
    font-size: 14px
}

.pagina-produto .breadcrumbs {
    background: 0 0
}

.pagina-produto .breadcrumbs ul li:first-child * {
    padding-left: 0
}

.pagina-produto .breadcrumbs ul li a {
    color: #000;
    font-size: 14px
}

.pagina-produto .breadcrumbs ul li a i {
    display: none
}

.pagina-produto .breadcrumbs ul li::after {
    color: #999
}

.pagina-produto .breadcrumbs ul li:last-child a {
    color: #9f9f9f
}

.pagina-produto .breadcrumbs ul li:last-child::after {
    content: ""
}

.pagina-busca .menu.lateral, .pagina-categoria .menu.lateral {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #d4d5d6
}

.pagina-busca .menu.lateral .nivel-um, .pagina-categoria .menu.lateral .nivel-um {
    border-top: 0
}

.pagina-busca .menu.lateral .nivel-um>li>a, .pagina-categoria .menu.lateral .nivel-um>li>a {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagina-busca .menu.lateral .nivel-um>li>a .titulo, .pagina-categoria .menu.lateral .nivel-um>li>a .titulo {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase
}

.pagina-busca .menu.lateral .nivel-um>li.ativo, .pagina-categoria .menu.lateral .nivel-um>li.ativo {
    background: 0 0;
    border: none
}

.pagina-busca .menu.lateral .nivel-um>li.ativo i, .pagina-categoria .menu.lateral .nivel-um>li.ativo i {
    background: 0 0;
    color: #000
}

.pagina-busca .menu.lateral .nivel-um>li.ativo a .titulo, .pagina-categoria .menu.lateral .nivel-um>li.ativo a .titulo {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase
}

.pagina-busca .menu.lateral .nivel-um>li.com-filho, .pagina-categoria .menu.lateral .nivel-um>li.com-filho {
    border: none
}

.pagina-busca .menu.lateral .nivel-um>li.com-filho>a strong, .pagina-categoria .menu.lateral .nivel-um>li.com-filho>a strong {
    color: #000;
    font-weight: 400;
    font-size: 15px
}

.pagina-busca .menu.lateral .nivel-um>li.com-filho>a i, .pagina-categoria .menu.lateral .nivel-um>li.com-filho>a i {
    display: none
}

.pagina-busca .menu.lateral .nivel-dois, .pagina-categoria .menu.lateral .nivel-dois {
    padding: 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagina-busca .menu.lateral .nivel-dois>li, .pagina-categoria .menu.lateral .nivel-dois>li {
    border: none
}

.pagina-busca .menu.lateral .nivel-dois>li>a, .pagina-categoria .menu.lateral .nivel-dois>li>a {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px
}

.pagina-busca .menu.lateral .nivel-dois>li:hover, .pagina-categoria .menu.lateral .nivel-dois>li:hover {
    background: 0 0
}

.pagina-busca .menu.lateral .nivel-dois>li:hover>a, .pagina-categoria .menu.lateral .nivel-dois>li:hover>a {
    font-weight: 400;
    color: #000
}

.pagina-busca .menu.lateral .nivel-dois>li i, .pagina-categoria .menu.lateral .nivel-dois>li i {
    display: none
}

.pagina-busca .menu.lateral .nivel-tres, .pagina-categoria .menu.lateral .nivel-tres {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #d4d5d6
}

.pagina-busca .menu.lateral .nivel-tres>li>a, .pagina-categoria .menu.lateral .nivel-tres>li>a {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px
}

.pagina-busca .menu.lateral .nivel-tres>li:hover>a, .pagina-categoria .menu.lateral .nivel-tres>li:hover>a {
    color: #000;
    font-weight: 400
}

.pagina-busca .menu.lateral.outras .nivel-um li, .pagina-categoria .menu.lateral.outras .nivel-um li {
    padding: 10px
}

.pagina-busca .menu.lateral.outras .nivel-um li>a .titulo, .pagina-categoria .menu.lateral.outras .nivel-um li>a .titulo {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase
}

.pagina-busca .menu.lateral.outras .nivel-um li:hover a, .pagina-categoria .menu.lateral.outras .nivel-um li:hover a {
    background: 0 0
}

.pagina-busca .menu.lateral.outras .nivel-um li:hover a .titulo, .pagina-categoria .menu.lateral.outras .nivel-um li:hover a .titulo {
    opacity: .7
}

.pagina-busca .menu.lateral li.ativo, .pagina-categoria .menu.lateral li.ativo {
    background: 0 0
}

.pagina-busca .menu.lateral li.ativo>a, .pagina-categoria .menu.lateral li.ativo>a {
    color: #000;
    font-weight: 400
}

.pagina-categoria .conteudo h1.titulo {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal
}

.pagina-categoria .conteudo h1.titulo:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #d0d0d0;
    margin: 15px 0
}

.pagina-busca .conteudo ol {
    margin: 0;
    margin-bottom: 10px
}

.pagina-busca .conteudo ol li {
    color: #b5b5b5;
    font-size: 14px
}

.ordenar-listagem.rodape, .ordenar-listagem.topo {
    border: none
}

.filtro {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: solid 1px #d4d5d6;
    border-radius: 0
}

.filtro .titulo {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    border: none;
    text-transform: uppercase
}

.filtro.lista ul {
    border: solid 1px #d4d5d6
}

.filtro.lista ul li {
    border: none;
    border-bottom: solid 1px #d4d5d6
}

.filtro.lista ul li a {
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.filtro.lista ul li a label {
    color: #838383;
    font-size: 14px;
    font-weight: 400
}

.filtro.lista ul li a label:hover {
    background: 0 0;
    color: #000;
    font-weight: 700
}

.filtro.lista ul li.active label {
    background: 0 0;
    color: #000;
    font-weight: 700
}

.filtro.lista ul li:first-child {
    border-bottom: solid 1px #d4d5d6
}

.filtro.lista ul li:last-child {
    border-bottom: 0
}

.filtro.atributos .icon-remove {
    display: none!important
}

.filtro.atributos .atributo-cor ul li {
    overflow: hidden
}

.filtro.atributos .atributo-cor ul li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border: solid 2px #c4c4c4
}

.filtro.atributos .atributo-cor ul li a span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-width: 100px;
    width: 100%;
    height: 100%;
    padding: 0
}

.filtro.atributos .atributo-cor ul li a:hover {
    margin: 0 2px 2px 0;
    border: solid 2px #c4c4c4;
    opacity: .7
}

.filtro.atributos .atributo-cor ul li.active a {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border: solid 2px #c4c4c4;
    opacity: .7
}

.filtro.atributos .atributo-comum ul li {
    overflow: hidden
}

.filtro.atributos .atributo-comum ul li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #d4d5d6;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.filtro.atributos .atributo-comum ul li a span {
    padding: 0
}

.filtro.atributos .atributo-comum ul li a:hover {
    margin: 0 2px 2px 0;
    border-color: #000
}

.filtro.atributos .atributo-comum ul li.active a {
    border: solid 1px #000;
    padding: 0;
    border-radius: 50%
}

.pagina-categoria #listagemProdutos.listagem .listagem-item {
    margin-bottom: 30px
}

.pagina-categoria div#listagemProdutos>.componente {
    background: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1.6em;
    border: solid 1px #d0d0d0;
    display: none
}

.pagina-categoria div#listagemProdutos>.componente i.icon-file-text {
    display: none
}

.pagina-categoria div#listagemProdutos>.componente .titulo {
    font-size: 32px;
    font-weight: 700;
    color: #060607
}

.pagina-categoria div#listagemProdutos>.componente .titulo {
    border-bottom: 3px solid #060607;
    width: fit-content;
    margin: 10px auto;
    padding-bottom: 14px
}

.span12.produto {
    padding-top: 15px
}

.produto div.principal .nome-produto {
    font-size: 30px;
    font-weight: 800;
    color: #060607;
    text-transform: uppercase
}

.produto div.principal .codigo-produto {
    border-bottom: none
}

.produto div.principal .codigo-produto span * {
    font-weight: 400;
    font-size: 12px;
    border: none
}

.produto div.principal .codigo-produto span b {
    color: #4d4d4d;
    text-transform: uppercase
}

.produto div.principal .codigo-produto span>a, .produto div.principal .codigo-produto span>span {
    color: #060607
}

.produto div.principal .acoes-produto {
    padding: 0
}

.produto div.principal .acoes-produto .preco-produto .preco-venda {
    font-size: 14px;
    font-weight: 300;
    color: #9f9f9f;
    display: block;
    margin: 0 0 7px
}

.produto div.principal .acoes-produto .preco-produto .preco-promocional, .produto div.principal .acoes-produto .preco-produto span.preco-a-partir strong {
    font-size: 30px;
    font-weight: 800;
    color: #060607;
    display: block
}

.produto div.principal .acoes-produto .preco-produto .preco-parcela {
    font-weight: 400;
    color: #353535;
    font-size: 14px
}

.produto div.principal .acoes-produto .preco-produto .preco-parcela strong {
    font-weight: 400;
    color: #353535;
    font-size: 14px
}

.produto div.principal .acoes-produto .comprar {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.produto div.principal .acoes-produto .comprar .botao-comprar {
    height: 70px;
    line-height: 70px;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    background: #089755;
    padding: 0 10px;
    width: auto;
    flex: auto
}

.produto div.principal .acoes-produto .comprar .botao-comprar:before {
    content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" width="20px" height="23px" data-prefix="fal" data-icon="shopping-bag" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon" style="/* width: 20px; *//* height: 30px; */"><path fill="currentColor" d="M352 128C352 57.421 294.579 0 224 0 153.42 0 96 57.421 96 128H0v304c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V128h-96zM224 32c52.935 0 96 43.065 96 96H128c0-52.935 43.065-96 96-96zm192 400c0 26.467-21.533 48-48 48H80c-26.467 0-48-21.533-48-48V160h64v48c0 8.837 7.164 16 16 16s16-7.163 16-16v-48h192v48c0 8.837 7.163 16 16 16s16-7.163 16-16v-48h64v272z" style="/* width: 20px; *//* height: 30px; */fill: white;"></path></svg>')
}

.produto div.principal .acoes-produto .comprar .botao-comprar i {
    display: none!important
}

.produto div.principal .acoes-produto .comprar .botao-comprar:hover {
    opacity: .8
}

.produto div.principal .acoes-produto .comprar .qtde-adicionar-carrinho {
    width: auto!important;
    text-align: left;
    float: none;
    width: 20%!important;
    margin-right: 10px
}

.produto div.principal .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    border: solid 2px #d1d1d1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.produto div.principal .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho-title {
    display: none
}

.produto div.principal .acoes-produto .comprar .disponibilidade-produto {
    width: 100%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px
}

.produto div.principal .acoes-produto .comprar .disponibilidade-produto .cor-principal {
    color: #00ae7c
}

.produto div.principal .acoes-produto .comprar span span {
    text-align: left
}

.produto div.principal .cep label {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    float: left;
    font-weight: 700;
    margin-right: 10px;
    width: 100%
}

.produto div.principal .cep .label-cep {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    float: left;
    margin: 0
}

.produto div.principal .cep .label-cep i.fa.fa-truck {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 56px;
    margin-bottom: 6px
}

.produto div.principal .cep .input-append.input-prepend {
    position: relative;
    width: 100%;
    max-width: 326px
}

.produto div.principal .cep .input-append.input-prepend .input-small.input-cep[type=tel] {
    width: 100%;
    max-width: 250px;
    border-left: none;
    height: 45px;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.produto div.principal .cep .input-append.input-prepend .btn {
    font-size: 0;
    position: absolute;
    left: auto;
    right: 78px;
    height: 45px;
    background: 0 0;
    border: none;
    line-height: 37px
}

.produto div.principal .cep .input-append.input-prepend .btn:before {
    content: "calcular";
    font-size: 14px;
    text-transform: none;
    color: #060607;
    font-weight: 600;
    text-align: center
}

.produto div.principal .cep .aviso-disponibilidade {
    width: 100%;
    float: left
}

.sharethis-inline-share-buttons {
    float: left;
    width: 35%
}

@media only screen and (max-width: 768px) {
    .sharethis-inline-share-buttons {
        width: 100%;
        margin-top: 20px
    }
}

.sharethis-inline-share-buttons:before {
    content: "Compartilhe";
    color: #060607;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin: 10px 0;
    font-family: Montserrat
}

#st-1 .st-btn[data-network=facebook], #st-1 .st-btn[data-network=googleplus], #st-1 .st-btn[data-network=pinterest], #st-1 .st-btn[data-network=twitter] {
    border-radius: 60px;
    background: 0 0!important;
    padding: 0;
    width: 40px;
    height: 40px;
    border: solid 0 #000;
    filter: invert(1);
    opacity: .4;
    background: #717171!important;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out
}

#st-1 .st-btn[data-network=facebook]>svg, #st-1 .st-btn[data-network=googleplus]>svg, #st-1 .st-btn[data-network=pinterest]>svg, #st-1 .st-btn[data-network=twitter]>svg {
    fill: #000!important
}

#st-1 .st-btn[data-network=facebook]>img, #st-1 .st-btn[data-network=googleplus]>img, #st-1 .st-btn[data-network=pinterest]>img, #st-1 .st-btn[data-network=twitter]>img {
    filter: invert(0)
}

#st-1 .st-btn[data-network=facebook]:hover, #st-1 .st-btn[data-network=googleplus]:hover, #st-1 .st-btn[data-network=pinterest]:hover, #st-1 .st-btn[data-network=twitter]:hover {
    top: 0;
    background: #5a5a5a!important;
    opacity: 1;
    filter: invert(0)
}

#st-1 .st-btn[data-network=facebook]:hover>svg, #st-1 .st-btn[data-network=googleplus]:hover>svg, #st-1 .st-btn[data-network=pinterest]:hover>svg, #st-1 .st-btn[data-network=twitter]:hover>svg {
    fill: #fff!important
}

body.pagina-produto .others-acoes-produto .lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone {
    float: left;
    background: 0 0;
    border: solid 1px #060607;
    color: #060607;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    height: 45px;
    line-height: 45px;
    width: 200px;
    margin-left: 10px;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

body.pagina-produto .others-acoes-produto .lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone i {
    background: #060607!important;
    color: #060607
}

body.pagina-produto .others-acoes-produto .lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone i:before {
    content: "\f004";
    margin-right: 10px
}

body.pagina-produto .others-acoes-produto .lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone:hover {
    background: #060607!important;
    color: #fff
}

body.pagina-produto .others-acoes-produto .lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone:hover i {
    background: #060607!important;
    color: #fff;
    height: 0
}

body.pagina-produto .others-acoes-produto .lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone:hover i:before {
    background: #060607!important;
    content: "\f004";
    margin-right: 10px
}

body.pagina-produto .others-acoes-produto .lista-redes ul li {
    border: 0
}

body.pagina-produto .others-acoes-produto a.lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone {
    font-size: 12px;
    display: flex;
    float: left;
    width: 49%;
    height: 43px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    display: flex!important;
    border-radius: 5px;
    margin: 10px 0
}

@media screen and (max-width: 767px) {
    body.pagina-produto .others-acoes-produto a.lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone {
        width: 100%
    }
}

body.pagina-produto .others-acoes-produto a.lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone i {
    border: none;
    height: auto;
    width: 25px;
    float: left;
    margin-right: 5px;
    line-height: 1px;
    height: 0
}

body.pagina-produto .others-acoes-produto a.lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone:hover {
    background: 0 0;
    text-decoration: none;
    border-color: none
}

body.pagina-produto .others-acoes-produto a.lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone:hover * {
    background: 0 0
}

body .thumbs-horizontal, body .thumbs-horizontal .elastislide-carousel, body .thumbs-vertical, body .thumbs-vertical .elastislide-carousel {
    min-width: 60px
}

body .thumbs-horizontal .elastislide-carousel ul.miniaturas li, body .thumbs-horizontal ul.miniaturas li, body .thumbs-vertical .elastislide-carousel ul.miniaturas li, body .thumbs-vertical ul.miniaturas li {
    height: 90px;
    margin: auto 0
}

body .thumbs-horizontal .elastislide-carousel ul.miniaturas li a, body .thumbs-horizontal ul.miniaturas li a, body .thumbs-vertical .elastislide-carousel ul.miniaturas li a, body .thumbs-vertical ul.miniaturas li a {
    border-radius: 5px;
    border: solid 1px #d1d1d1;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 70px;
    height: 100%;
    max-height: 80px
}

body .thumbs-horizontal .elastislide-carousel ul.miniaturas li.active a, body .thumbs-horizontal ul.miniaturas li.active a, body .thumbs-vertical .elastislide-carousel ul.miniaturas li.active a, body .thumbs-vertical ul.miniaturas li.active a {
    border: solid 1px #000
}

.abas-custom .tab-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.produto .acoes-flutuante {
    border-top: 0
}

.produto .acoes-flutuante .close_float {
    color: #060607;
    font-size: 1.4em;
    font-weight: 400
}

.produto .acoes-flutuante .nome-produto {
    color: #060607;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

.produto .acoes-flutuante .preco-produto {
    text-align: center
}

.produto .acoes-flutuante .preco-produto .preco-venda {
    font-size: 14px;
    font-weight: 400;
    color: #353535;
    display: block;
    margin: 0 0 7px
}

.produto .acoes-flutuante .preco-produto .preco-promocional.cor-principal, .produto .acoes-flutuante .preco-produto span.preco-a-partir {
    font-size: 30px;
    font-weight: 400;
    color: #060607;
    display: block
}

.produto .acoes-flutuante .preco-produto .preco-parcela {
    font-weight: 400;
    color: #353535;
    font-size: 15px
}

.produto .acoes-flutuante .preco-produto .preco-parcela .titulo, .produto .acoes-flutuante .preco-produto .preco-parcela strong {
    font-weight: 400;
    color: #353535;
    font-size: 15px
}

.produto .acoes-flutuante .botao-comprar {
    width: 100%;
    background: #089755;
    color: #fff;
    border-radius: 5px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 44px;
    font-weight: 700;
    font-size: 0;
    border: 0
}

.produto .acoes-flutuante .botao-comprar:after {
    content: "Comprar";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.produto .acoes-flutuante .botao-comprar i {
    width: 12px;
    height: 12px
}

.produto .acoes-flutuante .botao-comprar i .icon * {
    fill: #fff
}

.produto .acoes-flutuante .botao-comprar i:before {
    content: ""
}

.produto .acoes-flutuante .disponibilidade-produto {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.produto .acoes-flutuante .disponibilidade-produto .cor-principal {
    color: #00ae7c
}

.produto .atributos .icon-remove {
    display: none!important
}

.produto .atributos .atributo-cor ul li {
    overflow: hidden
}

.produto .atributos .atributo-cor ul li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border: solid 2px #c4c4c4
}

.produto .atributos .atributo-cor ul li a span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-width: 100px;
    width: 100%;
    height: 100%;
    padding: 0
}

.produto .atributos .atributo-cor ul li a:hover {
    margin: 0 2px 2px 0;
    border: solid 2px #060607;
    opacity: .7
}

.produto .atributos .atributo-cor ul li.active a {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border: solid 2px #060607;
    opacity: .7
}

.produto .atributos .atributo-comum ul li {
    overflow: hidden
}

.produto .atributos .atributo-comum ul li a {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #d1d1d1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.produto .atributos .atributo-comum ul li a span {
    padding: 0
}

.produto .atributos .atributo-comum ul li a:hover {
    margin: 0 2px 2px 0;
    border: solid 1px #060607
}

.produto .atributos .atributo-comum ul li a:hover span {
    color: #060607
}

.produto .atributos .atributo-comum ul li.active a {
    border: solid 1px #060607;
    color: #060607
}

.produto .atributos .atributo-comum ul li.active a span {
    color: #060607
}

.produto .tab-content {
    padding: 0
}

.produto #descricao:before {
    content: 'informações';
    text-transform: uppercase;
    color: #060607;
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin: 30px auto;
    width: -webkit-fill-available;
    text-align: left;
    border-bottom: 5px solid #060607;
    padding-left: 10px;
    background: 0 0;
    border-top: none;
    text-align: left;
    position: relative;
    padding: 7px 0;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 700;
    width: 10%;
    margin: 20px 0;
    margin-top: 0;
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .produto #descricao:before {
        font-size: 16px
    }
}

.produto #descricao:before:hover {
    background: 0 0;
    padding-left: 0
}

.produto #descricao:before:after {
    content: "";
    background: #060607;
    width: 5em;
    max-width: 5em;
    height: 3px;
    display: block;
    float: left;
    margin: 0;
    position: absolute;
    bottom: -10px
}

.produto #descricao .tabs {
    list-style: none;
    margin-left: 0
}

.produto #descricao .tabs li {
    background: #fff;
    float: left;
    border: solid 1px #ccc;
    text-align: center;
    border-radius: 2px;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    text-transform: uppercase;
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

.produto #descricao .tabs li.current {
    background: #000;
    border-color: #000;
    color: #fff
}

.produto #descricao .tab-content {
    display: none
}

.produto #descricao .tab-content.current {
    display: block
}

.produto .atributos .atributo-comum ul li a {
    width: auto;
    height: auto;
    padding: 0 10px;
    border-radius: 60px
}

.avise-me .avise-btn .botao {
    background: #000;
    color: #fff
}

.listagem.aproveite-tambem h4.titulo.cor-secundaria {
    font-size: 22px;
    text-transform: none;
    color: #060607;
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin: 30px auto;
    width: -webkit-fill-available;
    text-align: left;
    border-bottom: 5px solid #060607;
    padding-left: 10px;
    background: 0 0;
    border-top: none;
    text-align: left;
    position: relative;
    padding: 7px 0;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 700;
    width: 10%;
    margin: 20px 0;
    margin-top: 0;
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .listagem.aproveite-tambem h4.titulo.cor-secundaria {
        font-size: 16px
    }
}

.listagem.aproveite-tambem h4.titulo.cor-secundaria:after {
    display: none
}

#descricao li, #descricao ul {
    list-style-type: none
}

.produto #descricao .tab-content {
    display: block
}

div#descricao ul.nav.nav-tabs li.nav-item a {
    border: 1px solid #ccc;
    color: #ccc;
    padding: 10px 25px
}

div#descricao ul.nav.nav-tabs li.nav-item.active a, div#descricao ul.nav.nav-tabs li.nav-item:hover a {
    color: #060607;
    border-color: #060607
}

a.lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone {
    font-size: 0
}

a.lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone i {
    font-size: 17px;
    color: #060607;
    border: 1px solid #060607;
    border-radius: 5px;
    height: 42px;
    width: 42px;
    float: left;
    margin-right: 5px;
    line-height: 42px
}

a.lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone i:hover {
    background: #060607;
    color: #fff
}

a.lista-favoritos.fundo-principal.adicionar-favorito.hidden-phone i:before {
    content: '\f004'
}

.thumbs-vertical .flex-direction-nav {
    top: 0;
    margin-top: 10px
}

.thumbs-vertical #carouselImagem .flex-direction-nav a.flex-next svg, .thumbs-vertical #carouselImagem .flex-direction-nav a.flex-prev svg {
    transform: rotate(90deg);
    margin: 0 auto;
    height: 22px;
    margin-top: -10px
}

.thumbs-vertical #carouselImagem .flex-direction-nav a.flex-next, .thumbs-vertical #carouselImagem .flex-direction-nav a.flex-prev {
    background: #dcdcdc;
    display: block;
    border-radius: 5px;
    width: 39px;
    height: 40px
}

.produto .atributos .atributo-cor ul li, .produto .atributos ul li {
    position: relative;
    overflow: inherit
}

.produto .atributos ul li.active:before {
    content: '\f00c';
    background: #25734f;
    color: #fff;
    padding: 1px;
    font-family: fontawesome;
    position: absolute;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -5px;
    top: -5px;
    border-radius: 60px;
    z-index: 1
}

.produto .atributos .atributo-comum ul li {
    overflow: initial
}

.produto .size-table {
    position: relative
}

.produto .size-table .open-table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin: 10px 0;
    float: right;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #060607;
    border-radius: 5px;
    color: #060607;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .produto .size-table .open-table {
        width: 100%
    }
}

.produto .size-table .open-table .icon {
    fill: #060607;
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.produto .size-table .open-table:hover {
    background: #060607;
    color: #fff
}

.produto .size-table .open-table:hover .icon {
    fill: #fff
}

.others-acoes-produto {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .others-acoes-produto {
        flex-direction: column
    }
}

.others-acoes-produto .size-table {
    width: 49%;
    height: 45px;
    margin: 10px 0
}

@media screen and (max-width: 767px) {
    .others-acoes-produto .size-table {
        width: 100%
    }
}

.others-acoes-produto .size-table .open-table {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

div#Tarja-topo {
    display: block;
    width: 100%
}

div#Tarja-topo .conteudo ul {
    background: #060607;
    margin: 0;
    padding: 5px 0
}

div#Tarja-topo .conteudo ul li {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 25px
}

div#Tarja-topo .conteudo ul li a {
    color: #fff;
    font-size: 1.2em;
    margin: 0;
    padding: 0 0;
    text-align: center;
    text-decoration: none!important;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

div#Tarja-topo .conteudo ul li a * {
    margin: 0 3px
}

.pagina-carrinho .caixa-destaque h1 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase
}

.tabela-carrinho td, .tabela-carrinho th, .tabela-carrinho tr {
    border: none
}

.tabela-carrinho h6 {
    color: #060607;
    font-size: 14px
}

.tabela-carrinho .hidden-phone.bg-dark:nth-child(odd) {
    background: #fff
}

.tabela-carrinho .quantidade input[type=text] {
    border-radius: 50px
}

.tabela-carrinho #formCalcularFrete #calcularFrete {
    border-radius: 50px;
    width: 50%
}

.tabela-carrinho #formCalcularFrete button {
    margin-left: 10px;
    background: #e3e3e3;
    color: #000;
    border-radius: 50px;
    border: none
}

.tabela-carrinho #formCalcularFrete button i {
    display: none
}

.finalizar-compra .caixa-sombreada {
    -webkit-box-shadow: none;
    box-shadow: none
}

.finalizar-compra .botao {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: 0 0;
    color: #000;
    border-color: #000;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase
}

.finalizar-compra .botao:first-child:before {
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 10px
}

.finalizar-compra .botao.principal {
    background: #089755;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    border-color: #089755
}

#comprar-ajax-status .sucesso .head {
    line-height: 1.4em
}

#comprar-ajax-status .sucesso .buttons .continuar-comprando {
    background: #000;
    color: #fff;
    border-radius: 5px
}

#comprar-ajax-status .sucesso .buttons>* {
    background: #089755;
    color: #fff;
    border-radius: 5px;
    border: none
}

.carrinho-checkout .atendimento {
    border: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.carrinho-checkout .atendimento li a:hover {
    text-decoration: none
}

.carrinho-checkout .atendimento li span.display-table {
    color: #060607;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle
}

.carrinho-checkout .atendimento li span.display-table .icone-box {
    border: none
}

.carrinho-checkout .atendimento li span.display-table .icone-box .icon {
    fill: #060607;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.carrinho-checkout .atendimento li span.display-table .icone-box .icon * {
    fill: #060607
}

.carrinho-checkout .atendimento li span.display-table .icone-box .icon .c {
    fill: transparent
}

.carrinho-checkout .atendimento li span.display-table .icone-box i {
    color: #060607;
    font-size: 3rem
}

.carrinho-checkout .atendimento li strong {
    color: #060607;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px
}

.carrinho-checkout .conteiner-principal #corpo .conteiner {
    -webkit-box-shadow: none;
    box-shadow: none
}

.carrinho-checkout .identificacao hr.sem-margem {
    display: none
}

.campos-pedido .caixa-sombreada {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border: solid 1px #d8d9da
}

.campos-pedido legend {
    border-color: #060607;
    border-width: 3px;
    color: #060607;
    font-size: 18px;
    font-weight: 600
}

.campos-pedido legend [class^=icon-] {
    color: #060607
}

.campos-pedido .identificacao .identificacao-title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase
}

.campos-pedido .identificacao input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
    padding: 0 0 0 15px;
    width: 100%
}

.campos-pedido .identificacao .submit-email.botao.principal {
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    text-transform: uppercase;
    background: 0 0;
    color: #000;
    border-color: #000;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 700
}

#finalizarCompra {
    background: #089755;
    border-color: #089755;
    color: #fff
}

.resumo-compra .tabela-carrinho {
    margin: 0
}

.checkout-alerta-seguro .checkout-alerta-seguro-item .icon-ok, .checkout-alerta-seguro .checkout-alerta-seguro-tit {
    color: #000;
    font-weight: 500
}

.identificacao .control-group .submit-email.botao.principal {
    min-width: max-content;
    color: #fff;
    background: #060607;
    border: 1px #060607 solid;
    padding: 11px 12px;
    font-size: 14px;
    min-width: 90px;
    line-height: 1.4em
}

@media screen and (max-width: 767px) {
    body.carrinho-checkout #cabecalho .conteiner {
        height: 70px
    }
}

.free-shipping {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 20px;
    text-transform: uppercase
}

.free-shipping .icon {
    width: 30px;
    height: 30px;
    fill: #fff;
    vertical-align: middle;
    margin-right: 10px
}

.free-shipping em {
    font-weight: 600;
    font-style: normal
}

.free-shipping.warning {
    background: #f0ad4e
}

.free-shipping.success {
    background: #5cb85c
}

.float-contact {
    position: fixed;
    top: auto;
    bottom: 2rem;
    left: 1rem;
    z-index: 99;
    height: auto
}

.float-contact .icon {
    width: 35px;
    height: 35px;
    fill: #fff
}

.float-contact .icon * {
    fill: #fff
}

.float-contact .float-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    transform: translateX(-100%)
}

.float-contact .float-items>li {
    padding: 5px 0
}

.float-contact .float-items>li>a {
    display: block;
    background: #060607;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 5px
}

.float-contact .float-items>li:hover a {
    background: #707070
}

.float-contact .float-items>li:hover a .icon {
    width: 35px;
    height: 35px;
    fill: #fff
}

.float-contact .float-items>li:hover a .icon * {
    fill: #fff
}

.float-contact .float-items>li:last-child {
    padding-bottom: 10px
}

.float-contact .float-open {
    background: #060607;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 5px
}

.float-contact .float-open:hover {
    background: #707070
}

.float-contact .float-open:hover .icon {
    width: 35px;
    height: 35px;
    fill: #fff
}

.float-contact .float-open:hover .icon * {
    fill: #fff
}

.float-contact.open-contato .float-items {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

@media screen and (max-width: 767px) {
    .float-contact {
        display: none
    }
}

#rodape .lista-redes ul li, .barra-inicial .lista-redes ul li {
    border: none;
    margin: 0 2px
}

#rodape .lista-redes ul li a, .barra-inicial .lista-redes ul li a {
    border: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#rodape .lista-redes [class^=icon], .barra-inicial .lista-redes [class^=icon] {
    background: 0 0;
    border: none;
    font-size: 1.4em;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.barra-inicial .lista-redes ul li:hover a i {
    color: #000
}

.barra-inicial .lista-redes [class^=icon] {
    color: #9f9f9f
}

#rodape .institucional .lista-redes ul {
    display: flex;
    justify-content: left
}

#rodape .institucional .lista-redes ul li {
    display: block!important;
    margin-bottom: 5px
}

#rodape .institucional .lista-redes ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #fff;
    color: #fff;
    display: flex;
    background-color: #000;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0;
    margin: 15px 0;
    border-radius: 60px;
    background-color: #060607
}

#rodape .institucional .lista-redes ul li a i[class^=icon] {
    color: #fff;
    margin: 0;
    height: 26px
}

#rodape .institucional .lista-redes ul li:hover a {
    background: #fff;
    border-color: #060607
}

#rodape .institucional .lista-redes ul li:hover a i {
    color: #060607
}

#rodape .institucional .lista-redes [class^=icon] {
    color: #060607
}

@media screen and (max-width: 767px) {
    #rodape .institucional .lista-redes ul {
        justify-content: center
    }

    #rodape .institucional .lista-redes span.titulo.redes {
        text-align: center;
        justify-content: center
    }
}

#st-1 .st-btn>img {
    filter: invert(1)
}

#st-1 .st-btn:hover>img {
    filter: invert(0)
}

.whats-btn-fixed {
    position: fixed;
    bottom: 7em;
    right: 2em;
    width: 40px;
    height: 40px;
    z-index: 30;
    background: #25d366;
    padding: 14px;
    border-radius: 60px
}

div#instagram {
    text-align: left;
    margin: 0 0 15px;
    display: block;
    float: left;
    width: 100%;
    background: #fff
}

div#instagram .icon {
    width: 30px;
    height: 30px;
    vertical-align: sub;
    margin-right: 10px
}

div#instagram .icon .cls-1 {
    fill: #060607
}

@media screen and (max-width: 767px) {
    div#instagram .icon {
        width: 15px;
        height: 15px
    }
}

div#instagram .conteiner a, div#instagram .conteiner>span {
    background: 0 0;
    border-top: none;
    text-align: left;
    position: relative;
    padding: 0 0;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #060607;
    text-transform: uppercase;
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 700;
    display: block;
    width: auto;
    float: left;
    height: 40px;
    z-index: 1
}

@media screen and (max-width: 767px) {
    div#instagram .conteiner a, div#instagram .conteiner>span {
        height: 17px;
        font-size: 14px;
        display: flex;
        margin: 0 2px;
        margin-bottom: 15px
    }
}

div#instagram .conteiner a:hover {
    background: 0 0;
    padding-left: 0;
    opacity: .7
}

div#instagram .conteiner>span:after {
    content: "";
    background: #060607;
    width: 5em;
    max-width: 5em;
    height: 3px;
    display: block;
    float: left;
    margin: 0;
    position: absolute;
    bottom: -10px
}

.pagina-categoria #instagram, .pagina-inicial #instagram, .pagina-produto #instagram {
    display: block
}

.pagina-cadastro #instagram, .pagina-carrinho #instagram, .pagina-checkout #instagram, .pagina-conta #instagram, .pagina-login #instagram {
    display: none
}

.depoimento-base {
    display: flex;
    width: 100%;
    max-width: 1245px;
    margin: 0 auto;
    margin-bottom: 40px;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .depoimento-base {
        width: 95%
    }
}

.depoimento-titulo {
    background: 0 0;
    border-top: none;
    text-align: left;
    position: relative;
    padding: 0 0;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #060607;
    text-transform: uppercase;
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .depoimento-titulo {
        font-size: 16px;
        padding: 10px 15px
    }
}

.depoimento-titulo:hover {
    background: 0 0;
    padding-left: 0
}

.depoimento-titulo:after {
    content: "";
    background: #060607;
    width: 5em;
    max-width: 5em;
    height: 3px;
    display: block;
    float: left;
    margin: 0;
    position: absolute;
    bottom: -10px
}

.depoimento-conteudo {
    display: block
}

.depoimento-conteudo .depo-container {
    display: block;
    padding: 25px 25px;
    margin: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

.depoimento-conteudo .depo-conteudo-inicial {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b2b2b2
}

@media screen and (max-width: 767px) {
    .depoimento-conteudo .depo-conteudo-inicial {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

.depoimento-conteudo .depo-conteudo-inicial .depo-image {
    display: block
}

.depoimento-conteudo .depo-conteudo-inicial .depo-name {
    display: block;
    margin-left: 10px;
    color: #060607;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .depoimento-conteudo .depo-conteudo-inicial .depo-name {
        justify-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 10px auto
    }
}

.depoimento-conteudo .depo-conteudo-secundario {
    display: block
}

.depoimento-conteudo .depo-conteudo-secundario .depo-depoimento {
    display: block;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    padding: 0 10px
}

#video {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    margin: 0 auto
}

#video .video-container {
    position: relative;
    width: 100%;
    max-width: 1274px;
    height: 500px;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    #video .video-container {
        height: 200px
    }
}

#video .video-container iframe {
    position: absolute
}

body:not(.pagina-inicial) #video {
    display: none!important
}

#rodape {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    #rodape {
        text-align: center
    }
}

#rodape .titulo {
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

#rodape .institucional {
    background: #fff;
    min-height: 0;
    position: relative
}

#rodape .institucional .titulo {
    color: #060607
}

#rodape .institucional>.conteiner>div>.span9 {
    width: 100%;
    margin: 0
}

#rodape .institucional>.conteiner>div>.span9+.span3 {
    display: none
}

#rodape .institucional>.conteiner>div>.span9>div>.span4 {
    width: 15%;
    margin-right: 2%
}

#rodape .institucional>.conteiner>div>.span9>div>.span4.links-rodape-atendimento {
    width: fit-content
}

#rodape .institucional>.conteiner>div>.span9>div>.span4.sobre-loja-rodape {
    width: 27%
}

#rodape .institucional>.conteiner>div>.span9>.row-fluid {
    display: flex;
    justify-content: space-around
}

@media screen and (max-width: 767px) {
    #rodape .institucional>.conteiner>div>.span9>.row-fluid {
        flex-direction: column
    }
}

#rodape .pagamento-selos {
    background: #f2f2f2
}

#rodape .pagamento-selos .titulo {
    color: #060607
}

#rodape .redes-sociais {
    display: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

#rodape .institucional li {
    list-style: none
}

#rodape .institucional li a {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: relative
}

#rodape .institucional li a:hover {
    color: #060607;
    text-decoration: none
}

#rodape .institucional li.bt-faleconocosco {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #060607;
    background: #fff;
    padding: 0;
    height: 40px;
    line-height: 0;
    border-radius: 5px;
    max-width: 200px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

#rodape .institucional li.bt-faleconocosco a {
    line-height: 0;
    height: 100%;
    padding: 0;
    width: 100%;
    margin: 0;
    display: flex;
    text-align: center;
    color: #060607;
    justify-content: center;
    align-items: center;
    font-size: 12px
}

#rodape .institucional li.bt-faleconocosco:hover {
    background: #060607
}

#rodape .institucional li.bt-faleconocosco:hover a {
    color: #fff
}

#rodape .institucional a, #rodape .institucional p {
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    margin-top: 22px;
    text-transform: uppercase;
    line-height: 1.5em
}

#rodape .institucional a.see-more {
    background: #060607;
    padding: 15px 35px;
    border-radius: 6px;
    color: #fff;
    margin: 20px 0;
    font-weight: 700;
    display: block;
    width: fit-content;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    #rodape .institucional a.see-more {
        margin: 0 auto
    }
}

#rodape .sobre-loja-rodape.newsletter {
    display: flex;
    flex-direction: column
}

#rodape .sobre-loja-rodape.newsletter input[type=text] {
    float: left;
    width: 67%
}

#rodape .sobre-loja-rodape span.titulo {
    display: block
}

#rodape .sobre-loja-rodape span.titulo.redes {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0
}

#rodape .sobre-loja-rodape input[type=text] {
    height: 40px;
    padding: 0 0;
    background: #f7f7f7;
    border: none;
    width: 67%;
    color: #8d8d8d;
    box-shadow: none;
    padding-left: 10px
}

#rodape .sobre-loja-rodape .newsletter-assinar {
    border: 1px solid #060607;
    background: #fff;
    color: #060607;
    height: 40px;
    margin: 0;
    top: 0;
    margin-top: 0;
    border-radius: 5px
}

#rodape .sobre-loja-rodape .newsletter-assinar:before {
    content: 'enviar';
    font-family: lato;
    text-transform: uppercase;
    font-size: 12px
}

#rodape .sobre-loja-rodape .newsletter-assinar:hover {
    background-color: #060607;
    color: #fff
}

#rodape .sobre-loja-rodape .logo a {
    margin: 0 0;
    max-width: 340px;
    height: auto
}

#rodape .sobre-loja-rodape .logo a img {
    margin: 0 0;
    max-height: 110px;
    max-width: 340px;
    position: inherit
}

@media only screen and (max-width: 768px) {
    #rodape .sobre-loja-rodape .logo a img {
        margin: 15px auto;
        max-height: 80px
    }
}

#rodape .sobre-loja-rodape p {
    text-transform: uppercase;
    margin-top: 0
}

#rodape .sobre-loja-rodape .more {
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 136px;
    height: 44px;
    background: #060607;
    border: none;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    margin: 20px 0;
    border-radius: 8px;
    line-height: 1.4em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#rodape .sobre-loja-rodape .more:hover {
    opacity: .8;
    text-decoration: none
}

@media only screen and (max-width: 768px) {
    #rodape .sobre-loja-rodape .more {
        margin: 20px auto
    }
}

#rodape .links-rodape-atendimento {
    display: none
}

#rodape .links-rodape-paginas+.links-rodape-atendimento {
    display: block
}

#rodape .links-rodape-atendimento .icon, #rodape .links-rodape-atendimento i {
    width: 17px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    fill: #060607;
    color: #060607;
    margin-right: 10px
}

#rodape .links-rodape-atendimento ul {
    padding-bottom: 0
}

#rodape .links-rodape-atendimento .office-hours, #rodape .links-rodape-atendimento .office-mapa {
    display: flex;
    border-top: solid 0 #d4d5d6;
    padding-top: 0
}

#rodape .links-rodape-atendimento .office-hours .title .icon .a, #rodape .links-rodape-atendimento .office-mapa .title .icon .a {
    fill: transparent
}

#rodape .links-rodape-atendimento .office-hours .title .icon.mapa, #rodape .links-rodape-atendimento .office-mapa .title .icon.mapa {
    stroke: #060607
}

#rodape .links-rodape-atendimento .office-hours .title .icon .c, #rodape .links-rodape-atendimento .office-mapa .title .icon .c {
    fill: #060607
}

#rodape .links-rodape-atendimento .office-hours p, #rodape .links-rodape-atendimento .office-mapa p {
    margin-top: 0;
    line-height: 1.5em;
    margin-bottom: 7px
}

#rodape .links-rodape-atendimento .office-hours p a, #rodape .links-rodape-atendimento .office-mapa p a {
    color: #707070
}

#rodape .gateways-rodape {
    border: 0
}

#rodape .componente.newsletter .interno {
    padding: 0
}

#rodape .componente.newsletter .interno .titulo {
    display: block
}

#rodape .componente.newsletter .interno .texto-newsletter {
    padding: 25px 0 15px;
    color: #707070;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px
}

#rodape .componente.newsletter .interno .input-conteiner input {
    background: #2c2c2c;
    height: 40px;
    border-radius: 4px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    padding: 0 0 0 15px;
    color: #707070;
    width: 100%
}

#rodape .componente.newsletter .interno .input-conteiner input::-webkit-input-placeholder {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 500
}

#rodape .componente.newsletter .interno .input-conteiner input:-moz-placeholder {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 500
}

#rodape .componente.newsletter .interno .input-conteiner input::-moz-placeholder {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 500
}

#rodape .componente.newsletter .interno .input-conteiner input:-ms-input-placeholder {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 500
}

#rodape .componente.newsletter .interno .input-conteiner .botao {
    height: 40px;
    border-radius: 4px;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0
}

#rodape .componente.newsletter .interno .input-conteiner .botao:after {
    content: 'Assinar';
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat
}

#rodape .componente.newsletter .interno .newsletter-confirmacao {
    padding: 25px 0 15px
}

#rodape .componente.newsletter .interno .newsletter-confirmacao span {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase
}

#rodape .componente.newsletter .interno .newsletter-confirmacao .icon-ok {
    color: #000
}

#rodape .componente.newsletter .interno .newsletter-confirmacao .icon-ok:before {
    content: "\f058"
}

#rodape .links-rodape-categorias {
    padding-left: 0;
    margin: 0
}

@media only screen and (max-width: 768px) {
    #rodape .links-rodape-categorias {
        padding-left: 0
    }
}

.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 2rem;
    background: #060607;
    color: #fff;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    display: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.scrollToTop span {
    font-size: 13px;
    font-weight: 600;
    font-family: Montserrat;
    display: none
}

.scrollToTop i {
    font-size: 2.5em;
    font-weight: 400
}

.scrollToTop:active, .scrollToTop:focus, .scrollToTop:hover {
    text-decoration: none;
    background: #707070;
    color: #060607
}

#fb-root {
    display: none
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100%!important
}

@media screen and (min-width: 768px) {
    #rodape .pagamento-selos>.conteiner>div {
        display: flex
    }
}

#modalContato {
    border-radius: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#modalContato .modal-header {
    padding: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #353535;
    border-bottom: solid 1px #000;
    margin: 30px
}

#modalContato .modal-header .titulo {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-right: 35px
}

#modalContato .modal-header .close {
    color: #000;
    font-weight: 400;
    font-size: 1.2em;
    opacity: 1
}

#modalContato .modal-body {
    border: 0
}

#modalContato .form-horizontal .control-label {
    font-weight: 400;
    color: #9f9f9f;
    font-size: 14px
}

#modalContato .form-horizontal input, #modalContato .form-horizontal textarea {
    border-radius: 0;
    width: 100%;
    height: 40px;
    border: solid 1px #d1d1d1;
    transition: all .2s ease-out;
    box-sizing: border-box;
    padding: 10px;
    outline: 0;
    box-shadow: none
}

#modalContato .form-horizontal input:focus, #modalContato .form-horizontal textarea:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none
}

#modalContato .form-horizontal textarea {
    height: 110px
}

#modalContato table td, #modalContato table th, #modalContato table tr {
    border: none
}

#modalContato table td b {
    color: #9f9f9f;
    font-weight: 400;
    font-size: 14px
}

#modalContato table td span {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

#modalContato .table-hover tbody tr:hover>td, #modalContato .table-hover tbody tr:hover>th {
    background: 0 0
}

#modalContato .controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

#modalContato .controls .botao {
    opacity: 1;
    transition: all .2s ease-out
}

#modalContato .controls .botao.principal {
    order: 2
}

#modalContato .controls .botao.principal.pull-right {
    margin: 0
}

#modalContato .controls .botao.principal+.botao {
    border-color: #9f9f9f
}

#modalContato .controls .botao:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    opacity: 1
}

@media only screen and (max-width: 767px) {
    #cabecalho {
        padding-top: 0
    }

    #cabecalho .conteiner {
        height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden
    }

    #cabecalho:before {
        display: none
    }

    .atalhos-mobile {
        background: #fff;
        border: none;
        z-index: 10;
        position: relative;
        border-bottom: solid 1px #b8b8b8;
        padding: 0 15px
    }

    .atalhos-mobile ul {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .atalhos-mobile ul li {
        float: left;
        width: initial;
        border: none
    }

    .atalhos-mobile ul li.fundo-principal {
        background: 0 0
    }

    .atalhos-mobile ul li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        top: 0;
        padding: 0;
        max-height: 75px;
        max-width: 85%;
        margin: 0 auto
    }

    .atalhos-mobile ul li a .inferior-cart {
        display: none
    }

    .atalhos-mobile ul li a .money, .atalhos-mobile ul li a .no-money {
        display: none!important
    }

    .atalhos-mobile ul li a p {
        display: none
    }

    .atalhos-mobile ul li a .icon {
        height: 30px;
        fill: #060607
    }

    .atalhos-mobile ul li a .icon g {
        fill: #060607
    }

    .atalhos-mobile ul li a .icon g g path {
        fill: #fff
    }

    .atalhos-mobile ul li a .icon g path {
        fill: #060607
    }

    .atalhos-mobile ul li a .icon circle {
        fill: #060607
    }

    .atalhos-mobile ul li a .icon .c {
        fill: transparent
    }

    .atalhos-mobile ul li a .qtd-carrinho {
        left: 30px;
        font-size: 13px;
        font-weight: 600;
        background: #ffba00;
        color: #060607;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        display: inline-block!important
    }

    .atalhos-mobile ul li a:before {
        display: none
    }

    .atalhos-mobile ul li a:hover {
        opacity: .7
    }

    .atalhos-mobile ul li a.atalho-menu.visible-phone.icon-th.botao.principal {
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        border: 0;
        margin-left: 9px;
        background: 0 0!important
    }

    .atalhos-mobile ul li a.atalho-menu.visible-phone.icon-th.botao.principal:before {
        content: "\f0c9";
        font-size: 30px;
        font-weight: 400;
        display: block;
        color: #060607;
        margin: 0;
        padding: 0;
        background: 0 0!important
    }

    .atalhos-mobile ul li .carrinho>a {
        min-width: 30px
    }

    .atalhos-mobile ul li .carrinho>a>.wrap {
        display: none
    }

    .atalhos-mobile ul li .carrinho>a>.wrap .icon {
        min-width: 30px
    }

    .atalhos-mobile ul li.mob-logo {
        min-width: 160px
    }

    .atalhos-mobile ul li.mob-busca button.botao.botao-busca.icon-search {
        border: none;
        color: #060607;
        font-size: 21px;
        margin: 0;
        padding: 0;
        width: auto;
        background: 0 0!important
    }

    .atalhos-mobile ul li.mob-busca .busca {
        width: 100%;
        position: absolute;
        background: 0 0!important;
        left: 0;
        padding: 20px 0;
        z-index: 99;
        display: none
    }

    .atalhos-mobile ul li.mob-busca.active>button.botao.botao-busca.icon-search:before {
        content: "\f00d";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        color: #060607;
        background: #fff!important
    }

    .atalhos-mobile ul li.mob-busca.active .busca {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
        background: #fff!important;
        margin-top: 11px
    }

    .atalhos-mobile ul li.mob-busca.active .busca form {
        width: 90%;
        margin: 0 auto
    }

    .atalhos-mobile ul li.mob-busca.active .busca form button.botao {
        top: 20px;
        position: absolute;
        right: 40px
    }

    .atalhos-mobile ul li.mob-cart, .atalhos-mobile ul li.mob-menu, .atalhos-mobile ul li.mob-user {
        width: 30px
    }

    .fixed .atalhos-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
        z-index: 999;
        border-radius: 0
    }

    .conteudo-topo .busca-mobile {
        background: 0 0;
        overflow: visible
    }

    .conteudo-topo .busca-mobile .busca {
        margin: 0
    }

    .conteudo-topo .busca-mobile .busca .botao-busca {
        top: 0;
        right: 0
    }

    .conteudo-topo .busca-mobile .atalho-menu {
        background: #060607;
        border-radius: 0;
        height: 55px;
        width: 50px;
        padding: 0 10px;
        line-height: 55px;
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .conteudo-topo .busca-mobile .atalho-menu.icon-th::before {
        content: "\f0c9";
        font-size: 2em;
        font-weight: 400;
        color: #fff
    }

    .conteudo-topo .busca-mobile.fixed {
        height: 0;
        position: fixed;
        top: -110px;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
        z-index: 999;
        border-radius: 0;
        display: block!important
    }

    .conteudo-topo .busca-mobile.fixed .busca {
        display: none!important
    }

    .conteudo-topo .menu.superior.visible-phone {
        position: fixed;
        top: 0;
        left: -100%;
        visibility: hidden;
        opacity: 0;
        bottom: 0;
        z-index: 999;
        background: rgba(0, 0, 0, .4);
        width: 100%;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        display: flex!important;
        flex-direction: column
    }

    .conteudo-topo .menu.superior.visible-phone:before {
        content: "Categorias";
        color: #9b9b9b;
        font-size: 20px;
        font-weight: 600;
        display: block;
        padding: 20px;
        background: #fff
    }

    .conteudo-topo .menu.superior.visible-phone .wrap {
        height: 100%;
        background: #fff;
        width: 80%
    }

    .conteudo-topo .menu.superior.visible-phone ul {
        border: none;
        margin: 0
    }

    .conteudo-topo .menu.superior.visible-phone ul li {
        border: none;
        padding: 0 20px
    }

    .conteudo-topo .menu.superior.visible-phone ul li a, .conteudo-topo .menu.superior.visible-phone ul li strong {
        color: #000;
        font-size: 14px;
        font-weight: 600
    }

    .conteudo-topo .menu.superior.visible-phone ul li:hover {
        background: 0 0
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-um {
        height: 70%;
        overflow: auto;
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-um>li.com-filho>a i {
        position: absolute;
        right: 10px;
        width: 30px;
        height: 30px;
        top: 0;
        display: block;
        font-size: 0;
        background: 0 0
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-um>li.com-filho>a i:after {
        content: '\f107';
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #000;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-dois {
        display: none
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-dois li {
        padding: 0
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-dois li a {
        color: #353535;
        font-size: 12px
    }

    .conteudo-topo .menu.superior.visible-phone ul.nivel-dois.active {
        display: block
    }

    .conteudo-topo .menu.superior.visible-phone ul.action-links {
        margin: 20px 0
    }

    .conteudo-topo .menu.superior.visible-phone ul.action-links li {
        margin: 20px 0
    }

    .conteudo-topo .menu.superior.visible-phone ul.action-links li a {
        color: #9b9b9b;
        font-size: 20px;
        font-weight: 600
    }

    .conteudo-topo .menu.superior.visible-phone .menu-close {
        border: none;
        cursor: pointer;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        height: 100%;
        width: 20%;
        background: 0 0
    }

    .conteudo-topo .menu.superior.visible-phone .menu-close:after {
        content: 'X';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 72px;
        line-height: 72px;
        font-size: 20px;
        font-weight: 600;
        background: #060607;
        color: #fff
    }

    .conteudo-topo .menu.superior.visible-phone.menu-active {
        left: 0;
        visibility: visible;
        opacity: 1
    }

    .banner.tarja {
        display: none
    }

    #listagemProdutos.listagem .listagem-item .acoes-produto-responsiva, .listagem.aproveite-tambem .listagem-item .acoes-produto-responsiva {
        display: none!important
    }

    #listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone, .listagem.aproveite-tambem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone {
        display: none!important;
        background: 0 0;
        opacity: 1;
        position: relative
    }

    #listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .botao-comprar, #listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .prod-counter, .listagem.aproveite-tambem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .botao-comprar, .listagem.aproveite-tambem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .prod-counter {
        width: 100%;
        margin: 5px 0
    }

    #listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .botao-comprar, .listagem.aproveite-tambem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .botao-comprar {
        font-size: 12px
    }

    #listagemProdutos.listagem .listagem-item .info-produto, .listagem.aproveite-tambem .listagem-item .info-produto {
        min-height: 145px
    }

    #listagemProdutos.listagem ul.slick-dots, .listagem.aproveite-tambem ul.slick-dots {
        position: inherit;
        display: flex;
        align-items: center;
        width: inherit;
        align-content: space-around;
        justify-content: space-between;
        flex-direction: row;
        max-width: 50%;
        margin: 0 auto
    }

    .produto-compartilhar {
        border: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none
    }

    .produto-compartilhar li {
        display: block!important
    }

    .produto-compartilhar li .fa-whatsapp {
        display: none!important
    }

    .produto .principal .acoes-produto .comprar>.qtde-adicionar-carrinho .qtde-carrinho {
        width: 100%
    }

    .produto .principal .acoes-produto .comprar>.botao-comprar {
        background-color: #42d859
    }

    .produto .principal .acoes-produto .preco-produto {
        text-align: center
    }

    .produto .principal .acoes-produto .preco-produto, .produto .principal .acoes-produto.disponivel {
        border: none
    }

    .produto .principal .parcelas-produto {
        border: none
    }

    .atributos>div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .nome-produto {
        color: #000;
        font-weight: 800;
        text-transform: uppercase;
        text-align: left
    }

    .size-table {
        height: 70px
    }

    .a-marca .span6 {
        width: 100%;
        padding: 0 15px
    }

    div#instagram h2 a, div#instagram h2 span {
        font-size: 20px
    }

    div#instagram h2 a:after, div#instagram h2 span:after {
        margin-top: -6px
    }

    div#instagram ul {
        display: block;
        margin: 0 auto;
        width: auto
    }

    div#instagram ul li {
        max-width: 31%;
        width: 100%;
        float: left;
        margin-bottom: 7px
    }

    #rodape .institucional {
        min-height: 1px
    }

    #rodape .institucional a i {
        color: #060607
    }

    #rodape .institucional .visible-phone {
        display: none!important
    }

    #rodape .links-rodape {
        border: solid 1px #fff
    }

    #rodape .links-rodape .titulo {
        margin: 0;
        padding: 15px 0;
        vertical-align: middle
    }

    #rodape .links-rodape .titulo::after {
        content: '\F107';
        font-family: FontAwesome;
        color: #060607;
        vertical-align: middle;
        font-size: 1.4em;
        font-weight: 400;
        position: absolute;
        right: 20px
    }

    #rodape .links-rodape .office-hours, #rodape .links-rodape .office-mapa, #rodape .links-rodape li.bt-faleconocosco, #rodape .links-rodape ul {
        display: none
    }

    #rodape .links-rodape .office-hours.active, #rodape .links-rodape .office-mapa.active, #rodape .links-rodape li.bt-faleconocosco.active, #rodape .links-rodape ul.active {
        display: block
    }

    #rodape .links-rodape .office-mapa.active, #rodape .links-rodape li.bt-faleconocosco.active {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto
    }

    .listagem .listagem-item .imagem-produto, .listagem .listagem-item .info-produto {
        float: left;
        width: 100%
    }

    .prod-counter {
        display: none
    }

    #listagemProdutos.listagem .listagem-linha li, .listagem.aproveite-tambem .listagem-linha li {
        border: none;
        min-height: inherit;
        height: inherit;
        max-height: inherit
    }

    .redes-sociais {
        margin: 20px 0
    }

    .finalizar-compra .acao-editar.row-fluid .span12 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .finalizar-compra .acao-editar.row-fluid .span12>* {
        width: 250px;
        padding: 0
    }

    #rodape .institucional>.conteiner>div>.span9>.row-fluid>div {
        width: 100%!important;
        min-width: 100%
    }

    #rodape .sobre-loja-rodape .logo a {
        min-height: 70px;
        max-width: 210px;
        text-align: center;
        height: auto;
        margin: 0 auto
    }
}

@media only screen and (max-width: 449px) {
    div#instagram h2 a, div#instagram h2 span {
        font-size: 20px
    }

    div#instagram h2 a:after, div#instagram h2 span:after {
        margin-top: -6px
    }

    div#instagram ul {
        display: block;
        margin: 0 auto;
        width: auto
    }

    div#instagram ul li {
        max-width: 46%;
        width: 100%;
        float: left;
        margin-bottom: 7px
    }

    #modalContato {
        border-radius: 0;
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 330px
    }

    iframe#playerVideo {
        width: 100%
    }
}

@media only screen and (max-width: 350px) {
    .atalhos-mobile ul li.mob-logo {
        min-width: 130px
    }
}

.whatsapp-fixo {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.instagram-fixo {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 999;
}
