body,
pre {
    background-color: #f0f0f0
}

img.bg,
img.contain,
img.cover {
    object-position: center;
    height: 100%;
    width: 100%
}

.box-default .box-header h2,
body,
ul.no-style {
    margin: 0;
    padding: 0
}

.modal-i {
    text-transform: initial
}

.box-default .box-header .wdh,
dl>dt {
    padding: 7px 15px
}

.m-cookie .m-inner .block-button,
.m-cookie .m-inner p,
.text-center,
ul.slick-dots {
    text-align: center
}

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

*,
:after,
:before,
:focus {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

.wdh {
    max-width: 1288px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px
}

.wdh-medium {
    max-width: 768px
}

.wdh-small {
    max-width: 540px
}

body {
    color: #35373a;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%
}

body.block-body {
    position: relative;
}

body.block-body:before {
    content: '';
    background-color: rgb(0 0 0 / 75%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5e5e5e;
    text-transform: initial !important;
    margin: 0
}

.h1, h1 {
    font-size: 32px
}

.h2, h2 {
    font-size: 24px
}

.h3, h3 {
    font-size: 18.72px
}

.h4, .text-medium, dl, h4 {
    font-size: 16px
}

.h5, h5 {
    font-size: 13.28px
}

.h6, h6 {
    font-size: 13.72px
}

pre {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 15px
}

.glass {
    background: rgba(255, 255, 255, .35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px)
}

.box-shadow {
    box-shadow: 0 0 10px 1px rgb(149 149 149 / 37%)
}

a {
    text-decoration: none;
    transition: .3s
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-small {
    font-size: 12px
}

.text-large {
    font-size: 18px
}

.text-strong {
    font-weight: 900
}

.text-primary {
    color: var(--primary)
}

.text-success {
    color: var(--success)
}

.text-danger {
    color: var(--danger)
}

.text-warning {
    color: var(--warning)
}

.text-disable {
    color: var(--disable)
}

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    color: #3e3e3e;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 5px
}

.box-default {
    margin-bottom: 15px
}

.box-default .box-content {
    padding: 10px 0
}

.box-default .box-content .box-inner {
    width: calc(100% - 300px);
    padding: 0 15px
}

.box-default .box-content .sidebar {
    background: #fff;
    width: 300px
}

.box-panel {
    border-radius: 7px;
    margin: 15px 0
}

.box-panel .box-footer,
.box-panel .box-header {
    background-color: #f0f0f0;
    padding: 7px
}

.box-panel .box-content {
    background-color: #fff;
    padding: 7px
}

img.cover {
    object-fit: cover
}

img.contain {
    object-fit: contain
}

img.bg {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

ul.no-style {
    list-style: none
}

.flex {
    display: flex;
    flex-flow: row wrap
}

.box-form .label-input.input-checkbox input,
.box-form label.uploadFile input,
.lst-show-item,
.m-cookie,
.modal-i {
    display: none
}

.flex.flex-reverse-row {
    flex-direction: row-reverse
}

.flex.flex-middle {
    align-items: center
}

.flex.flex-top {
    align-items: start
}

.flex.flex-bottom {
    align-items: end
}

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

.flex.flex-center {
    justify-content: center;
    bottom: 0;
    width: 100%
}

.flex.flex-evenly {
    justify-content: space-evenly
}

.flex.flex-around {
    justify-content: space-around
}

.flex.flex-start {
    justify-content: flex-start
}

.flex.flex-end {
    justify-content: flex-end
}

.box-form {
    margin-bottom: 45px;
    min-width: 100%
}

.box-form .wdh-small {
    background-color: red
}

.box-form label,
.dropdown,
.tag-admin,
.tag-coming-soon,
.tag-new,
.tag-unavailable {
    position: relative
}

.box-form label,
.box-form label span {
    display: block;
    padding-bottom: 7px
}

.box-form .item-chckbox {
    width: 100%;
    display: block;
    padding: 7px 0;
    position: relative
}

.m-cookie .m-inner,
.modal-i {
    padding: 15px
}

.box-form label>.icon {
    color: #6f6f6f;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%)
}

.box-form label sup.req {
    color: red
}

.box-form label input[type=email],
.box-form label input[type=password],
.box-form label input[type=text],
.box-form label select,
.box-form label textarea {
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid #fff;
    border-radius: 7px;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px
}

.box-form label textarea {
    height: 150px
}

.box-form label.uploadFile {
    cursor: pointer
}

.box-form label.uploadFile #imageName {
    color: var(--ggreen)
}

.box-form label.set-category input,
.box-form label.set-category input[type=text] {
    color: #fff
}

.box-form .label-input.input-checkbox {
    padding: 15px 0
}

.box-form .label-input.input-checkbox label {
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    cursor: pointer
}

.box-form .label-input.input-checkbox input[type=checkbox]+label:after,
.box-form .label-input.input-checkbox input[type=checkbox]+label:before {
    content: '\0a0';
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

.box-form .label-input.input-checkbox input[type=checkbox]+label:before {
    width: 25px;
    height: 25px;
    transform: translate(0, -50%)
}

.box-form .label-input.input-checkbox input[type=checkbox]:checked+label:after {
    content: '\2713';
    background-color: #040f1a;
    transform: translate(0, -51%);
    padding: 4px 8px
}

.box-form .label-input.input-checkbox .no-checked i {
    background-color: red;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 15px 0 0;
    padding: 5px 15px;
    border-radius: 7px
}

.box-form label.setCity .suggestionsBox {
    background-color: #f5f5f5;
    box-shadow: 0 0 19px 1px rgba(0, 0, 0, .5);
    border-radius: 7px 7px 0 0;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9;
    list-style: none;
    overflow: hidden
}

.m-cookie>a:before,
.modal-i,
.modal-i a.c-modal-i:before {
    transform: translate(-50%, -50%)
}

.box-form .form-add-wishlist label.setCity .suggestionsBox {
    box-shadow: none;
    border: 1px solid #dcdcdc;
    border-radius: 0 0 7px 7px;
    top: -5px;
    width: 100%;
    position: relative
}

.box-form .form-add-wishlist label.setCity .suggestionsBox li:last-child {
    border-bottom: none !important
}

.box-form label.setCity .suggestionsBox .suggestionList {
    max-height: 250px;
    overflow-y: auto
}

.box-form label.setCity .suggestionsBox .suggestionList li {
    cursor: pointer;
    padding: 7px 15px;
    border-bottom: 1px solid #d2d2d2
}

.box-form label.setCity .suggestionsBox .suggestionList li:hover {
    background-color: #040f1a;
    color: #fff
}

input#required-info {
    border-color: rgba(255, 0, 0, .7)
}

input.loadAction.load {
    color: transparent;
    position: relative;
    background-image: url('../img/load.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.box-form label input.input-error,
.box-form label select.input-error {
    background-color: #ffc9c9
}

body.modal,
body.modalB {
    position: relative;
    overflow: hidden
}

body.modal:before {
    content: '';
    background-color: rgb(0, 0, 0, .5);
    background-image: url('../img/bg-modal-form.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    filter: opacity(.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999 !important
}

body.modalB:before {
    content: '';
    background-color: rgb(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999
}

body.modalB button.clk-close {
    background-color: #f90;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999
}

body.modalB button.clk-close:before {
    content: '\00d7';
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -54%)
}

.modal-form .box-form {
    background-color: #fff;
    border-radius: 15px;
    width: 900px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.modal-i {
    background-color: #fff;
    box-shadow: 0 0 17px 1px rgba(0, 0, 0, .5);
    border-radius: 10px;
    color: #101f2d;
    font-size: 16px;
    position: fixed;
    width: 300px;
    text-align: left;
    top: 250px;
    left: 50%;
    z-index: 9999999
}

.modal-i.show,
dl>dt>small {
    display: block
}

.modal-i a.c-modal-i {
    background-color: #101f2d;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    right: 7px;
    width: 20px;
    height: 20px;
    display: block
}

.modal-i a.c-modal-i:before {
    content: '\00d7';
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%
}

.modal-i a.c-modal-i.ns {
    background-color: unset;
    color: unset;
    border-radius: unset;
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    display: unset
}

.modal-i a.c-modal-i.ns:before {
    content: unset;
    font-weight: unset;
    position: unset;
    top: unset;
    left: unset;
    transform: unset
}

.modal-i.show img {
    float: left;
    width: 100px;
    height: 100px;
    margin-top: 18px;
    margin-right: 15px
}

.m-cookie {
    background-color: rgba(240, 240, 240);
    box-shadow: 0 0 15px 1px rgb(0, 0, 0, .3);
    border: 1px solid rgb(200, 200, 200);
    color: #646464;
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 16px;
    font-family: Arial;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 15px
}

.m-cookie>a {
    position: absolute;
    background-color: rgb(226 53 58);
    width: 35px;
    height: 35px;
    top: -35px;
    right: 0
}

.m-cookie>a:before {
    content: '\00d7';
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%
}

table.tb-md {
    margin: 25px 0
}

table.tb-md.pg,
table.tb-md.pg th {
    background-color: #fff
}

table.tb-md,
table.tb-md td,
table.tb-md th {
    border: 1px solid #f0f0f0;
    border-collapse: collapse
}

table.tb-md td,
table.tb-md th {
    padding: 10px
}

table.tb-md tbody tr th,
table.tb-md thead tr th {
    background-color: #f5f5f5
}

dl>dt {
    background-color: #133b5f;
    color: #fff
}

dl>dd {
    background-color: #f0f0f0;
    padding: 15px;
    margin: auto
}

.dropdown>a {
    font-size: 22px;
    padding: 0 15px
}

.box-dropdown {
    position: absolute;
    top: 42px;
    right: -50px;
    z-index: 999999999;
    display: none
}

.box-dropdown .box-dropdown-inner {
    background-color: #fff;
    filter: drop-shadow(0 0px 3px #333);
    color: #133b5f;
    border-radius: 5px;
    width: 160px;
    height: auto
}

.box-dropdown .box-dropdown-inner:before {
    content: '';
    width: 20px;
    height: 10px;
    border-left: 10px solid #ffffff00;
    border-right: 10px solid #ffffff00;
    border-bottom: 10px solid #fff;
    position: absolute;
    right: 56px;
    top: -10px
}

.box-dropdown .box-dropdown-inner .footer-dropdown,
.box-dropdown .box-dropdown-inner .header-dropdown {
    background-color: var(--primary);
    color: #fff;
    font-size: 14px;
    padding: 7px 14px
}

.box-dropdown .box-dropdown-inner .footer-dropdown img {
    height: 15px
}

.box-dropdown .box-dropdown-inner>ul>li {
    line-height: 20px
}

.box-dropdown .box-dropdown-inner>ul>li:last-child {
    border: 0 !important
}

.box-dropdown .box-dropdown-inner>ul>li>a {
    color: #595959 !important;
    display: block;
    padding: 12px 15px;
    font-size: 14px
}

.social-links ul li {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

.social-links ul li a {
    background-image: url('../img/icons-group-social-links-white.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%
}

.social-links.primary ul li a {
    background-image: url('../img/icons-group-social-links-blue.svg')
}

.social-links ul li.icon-facebook a {
    background-position: 2.5px center
}

.social-links ul li.icon-instagram a {
    background-position: -27.5px center
}

.social-links ul li.icon-linkedin a {
    background-position: -58px center
}

.social-links ul li.icon-twitter a {
    background-position: -85.5px center
}

.social-links ul li.icon-youtube a {
    background-position: -112.5px center
}

.social-links.primary ul li.icon-facebook a {
    background-position: 3px center
}

.social-links.primary ul li.icon-instagram a {
    background-position: -34px center
}

.social-links.primary ul li.icon-linkedin a {
    background-position: -70px center
}

.social-links.primary ul li.icon-twitter a {
    background-position: -105px center
}

.social-links.primary ul li.icon-youtube a {
    background-position: -137px center
}

.social-links-to-share {
    width: 260px;
    padding: 7px
}

.social-links-to-share span {
    padding: 0 0 5px;
    display: inline-block
}

.social-links-to-share ul li a {
    border: 1px solid #3f51b5;
    border-radius: 5px;
    color: #3f51b5;
    padding: 2px 6px;
    font-size: 22px;
    display: block
}

.social-links-to-share ul li a:hover {
    border-color: var(--warning);
    color: var(--warning)
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    font-size: 30px;
    min-height: 50px;
    height: 75%;
    width: 45px;
    z-index: 99999;
    cursor: pointer;
    background: #ffffff00;
    color: #656565
}

.slick-prev.slick-arrow {
    border-radius: 7px 0 0 7px;
    left: -15px
}

.slick-next.slick-arrow {
    border-radius: 0 7px 7px 0;
    right: -15px
}

ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.slick-dots li {
    display: inline-block
}

ul.slick-dots li button {
    background-color: #c8c8c8;
    border: 0;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    font-size: 0;
    margin: 7px;
    cursor: pointer
}

ul.slick-dots li.slick-active button {
    background-color: #2196f3 !important;
    cursor: default
}

.block-ads-google {
    background-color: #8f8f8f
}

.block-ads-google.ad-gg-728-90 {
    width: 728px;
    height: 90px
}

.tag-admin:after,
.tag-coming-soon:before,
.tag-new:after,
.tag-unavailable:after {
    border-radius: 3px;
    color: #fff;
    padding: 3px 5px;
    font-size: 8px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400
}

.tag-new:after {
    background-color: VAR(--primary);
    content: 'NOVO'
}

.tag-coming-soon:before {
    background-color: VAR(--default);
    content: 'EM BREVE'
}

.tag-unavailable:after {
    background-color: VAR(--danger);
    content: 'Indisponível'
}

.tag-admin:after {
    background-color: VAR(--danger);
    content: 'Admin'
}

.box-animation-title {
    height: 35px;
    overflow: hidden;
    margin: 25px 0 0
}

.box-animation-title span {
    padding: 1px 10px 4px 4px;
    font-size: 22px
}

.box-animation-title ul {
    width: 170px;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite
}

.box-animation-title ul li.item {
    text-align: left;
    color: var(--orange);
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 0 7px;
    font-size: 24px
}

@-webkit-keyframes opacity {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes opacity {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes change {

    0%,
    100%,
    12.66% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    16.66%,
    29.32%,
    83.3%,
    95.96% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0)
    }

    33.32%,
    45.98%,
    66.64%,
    79.3% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    49.98%,
    62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0)
    }
}

@keyframes change {

    0%,
    100%,
    12.66% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    16.66%,
    29.32%,
    83.3%,
    95.96% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0)
    }

    33.32%,
    45.98%,
    66.64%,
    79.3% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    49.98%,
    62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0)
    }
}

p[data-f-id=pbf] {
    font-size: 0 !important
}


.progress-bar {
    width: 99%;
}
.progress-bar .progress-status {
    width: 0%;
    height: 5px;
    border-radius: 20px;
    transition: .3s;
}