:root {
    /*** BACKGROUND - COLOR ****/
    --color-orange: #B78B4A;
    --color-background-gray: #f8f8f8;
    --color-background-lightgray: #f8f8f8;
    --color-background-light: #fff;
    --color-green: #55DD89;

    --color-lightbrown: #F5F1FF;
    --color-rodape: #555;
    --color-topo: black;

    /*** FONTS - COLOR ****/
    --color-font-gray: #666;
    --color-font-white: #fff;
    --color-font-pink: #DED0AF;
    --color-title: #555;
}




.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/***********************************
######## HTML CHARS CONFIG #########
***********************************/
.htmlchars {
    display: block;
    width: 100%;
    padding: 30px 0;
}

body {
    overflow-x: hidden;
}

.bold {
    font-weight: bold
}

.htmlchars p {
    margin-bottom: 20px;
    font-size: 0.9em;
    font-weight: 400;
}

.htmlchars iframe {
    width: 100%;
    border: none;
}

.htmlchars ul {
    list-style: circle;
    margin: 20px 30px;
}

.htmlchars ol {
    margin: 20px 30px;
}

.htmlchars form {
    padding: 30px;
    background: #fbfbfb;
    margin: 20px 0;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.htmlchars form label {
    display: block;
    margin-bottom: 15px;
    font-size: 0.9em;
    text-transform: uppercase;
}

.htmlchars form input,
.htmlchars form textarea {
    border: 1px solid #ccc;
    display: block;
    margin-top: 15px;
    font-size: 1em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.htmlchars form button,
.htmlchars form input[type="submit"] {
    display: block;
    border: 0;
    color: #fff;
    text-shadow: 0 1px #000;
    cursor: pointer;
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #00B494;
    border-bottom: 5px solid #008068;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.htmlchars form button:hover,
.htmlchars form input[type="submit"]:hover {
    background-color: #008068;
    border-color: #0B5747;
}

.htmlchars a {
    color: #0E96E5;
    text-decoration: none;
}

.htmlchars a:hover {
    text-decoration: underline;
}

.htmlchars pre {
    margin-bottom: 30px;
    font-size: 0.8em;
}

.htmlchars .btn {
    display: block;
    color: #fff;
}

.htmlchars .btn:hover {
    text-decoration: none !Important;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

ul {
    padding: 0px
}

input, select, button {
    border: none;
}

a {
    text-decoration: none !important;
    color: var(--cor_padrao);
}

a:hover {
    color: var(--cor_padrao_hover) !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

img {
    -webkit-transform: translateZ(0);
}

.container {
    max-width: 1280px;
}

.w-initial {
    width: initial !important;
}

.bg-default {
    background: var(--color-topo);
}

.bg-white {
    background-color: var(--color-font-white);
}

.bg-darkgray, .btn-darkgray {
    background-color: var(--color-background-lightgray);
}

.bg-dark {
    background-color: var(--color-background-light) !important;
}

.bg-green {
    background-color: var(--color-green) !important;
}

.bg-orange, .btn-orange {
    background-color: var(--color-orange);
}

.bg-newsletter {
    background: var(--color-lightbrown);
}

.border-bottom-3 {
    border-bottom: 3px solid var(--cor_padrao);
}

.text-darkgray {
    color: var(--color-orange);
}

ul .text-darkgray:hover {
    color: var(--color-green);
}

.text-gray {
    color: var(--color-font-gray);
}

.text-white, .btn-darkgray, .btn-orange {
    color: var(--color-font-white);
}

.btn:hover {
    background-color: var(--cor_padrao_hover);
    color: white !important;
}

.btn-green {
    color: white;
    background-color: var(--color-green);
}

.btn-green:hover {
    color: white !important;
    background-color: var(--cor_padrao_hover) !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.btn-orange:hover {
    background: var(--color-green);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.btn-darkgray:hover {
    color: var(--color-font-pink);
    background: var(--color-background-light);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.text-orange {
    color: var(--color-orange) !important;
}

.text-green {
    color: var(--color-green) !important;
}

.text-spotlight {
    color: var(--cor_texto_destaque) !important;
}

.bg-spotlight {
    background-color: var(--cor_texto_destaque);
}

.category-title {
    font-weight: bold;
    text-align: center;
    font-size: 2em;
    display: flex;
    justify-content: center;
}

.filter-category-title {
    font-size: 1.7em;
    font-weight: 600;
}

.border-title {
    width: 100px;
    color: var(--color-title);
    border-bottom: 4px solid var(--color-orange);
    position: absolute;
    bottom: 0;
    display: none;
}

h3.orange-title {
    color: var(--color-orange);
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 5px;
}

.menu-user p, .menu-user a {
    color: var(--cor_texto_top);
}

.box-account .btn-orange {
    color: white;
}

.menu-info-user {
    position: absolute;
    top: 25px;
    text-align: left;
    width: 100%;
    max-width: 100px;
    text-indent: -45px;
    font-size: 15px;
}

.irs--flat .irs-bar, .irs--flat .irs-handle > i:first-child {
    background-color: var(--color-green) !important;
}

.icon-move-to-next, .icon-move-to-next-2, .icon-next {
    font-size: 10px
}

.page-link {
    color: var(--cor_padrao);
}

.page-link:hover {
    color: var(--color-background-light);
}

.page-item.active .page-link {
    background-color: var(--cor_padrao);
    border-color: var(--cor_padrao);
}

.styled-checkbox {
    display: none;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 1px solid lightgray;
    background: var(--color-font-white);
}

.styled-checkbox:hover + label:before {
    background: var(--cor_padrao);
}

.styled-checkbox:checked + label:before {
    background: var(--cor_padrao);
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.disabled {
    cursor: not-allowed;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: var(--color-font-white);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 var(--color-font-white), 4px 0 0 var(--color-font-white), 4px -2px 0 var(--color-font-white), 4px -4px 0 var(--color-font-white), 4px -6px 0 var(--color-font-white), 4px -8px 0 var(--color-font-white);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#scroll::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
}

#scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #a2a2a2;
}

.btn:focus {
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--cor_padrao);
    box-shadow: none;
}

.form-control-lg, .btn-lg {
    font-size: 0.8rem;
    padding: .688rem 1rem;
}

.bg-dark-transparent {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.51) !important;
    position: fixed;
    top: 0;
    z-index: 2;
    display: none;
}

.loader,
.loader:before,
.loader:after {
    background: var(--color-orange);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: var(--color-orange);
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 10000;
    align-items: center;
    display: flex;
}

#loading .line:nth-last-child(1) {
    animation: loadingC .6s .1s linear infinite;
}

#loading .line:nth-last-child(2) {
    animation: loadingC .6s .2s linear infinite;
}

#loading .line:nth-last-child(3) {
    animation: loadingC .6s .3s linear infinite;
}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 3px;
    border-radius: 15px;
    background-color: var(--color-orange);
}

@keyframes loadingC {

0
{
    transform: translate(0, 0)
;
}
50
%
{
    transform: translate(0, 15px)
;
}
100
%
{
    transform: translate(0, 0)
;
}
}
/*.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.5em;
}*/
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/*** HEADER ***/
.header {
    background-color: var(--color-topo);
    font-size: 0.75em;
    color: #565656;
}

.header a {
    color: #565656;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.header a:hover {
    color: var(--color-green);
    font-weight: 600;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.text-user {
    color: var(--color-green);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.text-user:hover {
    color: var(--color-font-pink);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #eee;
}

.menu-fixed .main_logo {
    width: 160px;
    transition: 1s;
    -webkit-transition: 1s;
}

.arrow-box {
    border-color: transparent;
    border-bottom-color: white;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    right: 2%;
    top: -8px;
    z-index: 1;
    display: block !important;
}

.property-boxes {
    position: absolute;
    top: 105%;
    z-index: 2000;
    background: var(--color-font-white);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    right: -5%;
    border: 1px solid var(--color-background-gray);
}

.box-account {
    padding: 10px;
    width: 150%;
    left: -60px;
    border: 1px solid lightgray;
}

.box-cart {
    width: 300px;
}

.box-cart-products {
    padding: 15px;
    text-align: initial;
}

.box-cart-products nav {
    max-height: 247px;
    overflow-y: auto;
}

.box-cart > span {
    font-size: .8em;
}

.box-cart-title {
    font-size: 0.6em;
    text-align: initial;
}

.box-cart-product-image {
    width: 60px;
}

.box-cart-product-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 2px;
    justify-content: space-between;
}

.box-cart-product-info p {
    font-size: 0.6em;
    width: 100%;
}

.box-cart-product-info span {
    font-size: 0.6em;
}

.c-pointer {
    cursor: pointer;
}

@keyframes cartCountSize {
    0% {
        font-size: .5em;
    }
    100% {
        font-size: .4em
    }
}

.cart-count {
    animation: 1s ease-out 0s 1 cartCountSize;
    font-size: .6em;
    text-align: center;
    /* height: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* right: 25px; */
    margin-left: -10px;
    top: 15px;
    background: white;
    color: var(--cor_texto_destaque);
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--cor_texto_destaque);
    width: 20px;
    height: 19px;
    font-weight: bold;
}

.box-cart-total {
    font-size: 0.6em;
}

.icon-user,
.icon-shopping-cart-supermarket {
    font-size: 2.5em;
}

.navbar {
    padding: 0;
}

.nav-item:hover {
    background-color: var(--cor_texto_destaque);
}

.nav-item:hover .nav-link {
    color: white !important;
}

.nav-item .nav-link {
    color: var(--cor_texto_destaque);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9em;
}

.menu-desktop .nav-item .nav-link {
    padding: 15px;
}

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

.dropdown-menu {
    background-color: var(--cor_padrao);
    border-radius: 0;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: black;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--cor_padrao);
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--cor_padrao_hover);
    color: white !important;
}

#alertStore {
    position: fixed;
    top: 2%;
    right: 20px;
    width: 25%;
    z-index: 3000;
}

/*** BOX METHOD ***/
.icon-method {
    align-items: center;
    color: var(--color-green);
    font-size: 2.8em !important;
}

.bg-newsletter * {
    color: var(--color-orange);
}

.bg-newsletter .btn-orange {
    background: var(--color-orange);
    color: white;
}

.bg-newsletter .btn-orange:hover {
    background: var(--color-green);
}

.title-method {
    /*color: var(--color-orange);*/
    font-size: 1em;
}

.text-method {
    /*color: var(--color-orange);*/
    font-size: 0.8em;
}

.menu-info-user .icon-next {
    cursor: pointer;
}

/*** PRODUCT ***/
.box-product a {
    text-decoration: none;
    outline: none;
}

/*.box-image-product{*/
/*    border: 1px solid #eee;*/
/*}*/
.title-product {
    color: var(--color-font-gray);
    font-size: 0.9em;
    font-weight: 400;
}

.price-product {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    color: var(--color-font-gray);
    font-size: 0.9em;
    font-weight: 500;
    max-height: 48px;
}

.price-product .old-price {
    text-decoration: line-through;
    font-weight: 600;
}

.price-product .price {
    font-size: 1.2em;
    margin: 6px 0;
    color: var(--color-font-gray);
    line-height: initial;
    font-weight: 600;
}

.reviews-product {
    color: #fdd708;
}

.color-star-gray {
    color: var(--color-background-gray);
}

.wc_product_total_shipment img {
    display: none;
}

/****CAROUSEL****/
.carousel-products {
    border: none !important;
    padding: 10px;
}

@media (max-width: 1050px) {
    .carousel-products, .box-product {
        /*padding: 3px !important;*/
    }
}

/****BREADCRUMB****/
.breadcrumb-item a {
    color: var(--color-font-gray);
}

.breadcrumb-item a:hover,
.breadcrumb .active {
    color: var(--color-orange);
}

/**** FILTER PRODUCT *****/
.filter-product h3 {
    color: var(--cor_padrao);
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 3px;
}

.box-option-filter {
    box-shadow: 1px 1px 4px #bbbbbb;
    padding: 6px;
    border-radius: 4px;
}

.options-filter {
    max-height: 500px;
    overflow: auto;
}

@media (max-width: 500px) {
    .options-filter {
        max-height: 200px;
    }
}

/*** PRODUCT PAGE ***/
.title-page-product {
    font-size: 1.4em;
}

.info-product {
    font-size: 0.9em;
}

.box-shadow-product {
    box-shadow: 0px 0px 5px 3px #e0e0e0;
}

.box-cart-product {
    padding: 35px;
}

.box-shadow-product textarea.form-control {
    height: 150px;
}

.box-shadow-product input.form-control {
    width: initial;
}

.box-cart-product .price {
    color: var(--color-orange);
    font-weight: 600;
    font-size: 2.3em;
}

.box-cart-product button {
    font-size: 1.1em;
    padding: 18px 80px;
    font-weight: 600;
}

.box-cart-product button i {
    font-size: inherit;
}

.box-complement-poduct {
    box-shadow: inset 0px 0px 5px 3px var(--color-background-gray), none;
}

.nav-products li {
    background-color: var(--color-background-gray);
    font-weight: bold;
    list-style-type: none;
}

.nav-products li a {
    display: block;
    width: 100%;
    color: var(--color-font-gray);
    padding: 16px;
}

.nav-products li.active {
    background-color: var(--color-orange);
    font-weight: bold;
}

.nav-products li.active a {
    color: var(--color-font-pink);
}

.circle-dark {
    border-radius: 100px;
    width: 17px;
    height: 17px;
    color: white;
    background-color: var(--color-font-pink);
    display: inline-block;
    text-align: center;
    font-size: 0.7em;
    margin-right: 6px;
}

.thumb-product li {
    list-style-type: none;
    cursor: pointer;
}

.thumb-product li.active {
    border: 2px solid var(--color-orange);
}

.border-product-gray {
    padding: 5px;
    border: 2px solid var(--color-background-gray);
}

.border-product-gray:hover {
    border: 2px solid var(--color-orange);
    transition: 500ms;
    -webkit-transition: 500ms;
}

.comment_login_fields .comment_login_create,
.comment_login_fields .comment_login_join,
.comment_login_fields .comment_recover_label {
    display: none;
}

.star-font-size {
    font-size: 1.4em;
}

/*** FOOTER ***/
.top-footer {
    color: var(--color-font-white);
}

.posts {
    float: left;
    width: 100%;
}

.top-footer h1 {
    font-size: 1.8em;
    font-weight: bold;
}

.top-footer h2 {
    font-size: 1.1em;
    font-weight: bold;
}

.nav-footer nav a {
    display: flex;
    color: var(--color-font-pink);
    font-size: 0.8em;
    line-height: 1.8em;
    transition: .5s;
    -webkit-transition: .5s;
    align-self: end;
    align-items: center;
}

.nav-footer nav a:hover {
    color: var(--color-green);
    transition: .5s;
    -webkit-transition: .5s;
}

.nav-footer nav a span {
    color: var(--color-orange);
    margin-right: 5px;
}

.icon-contato {
    font-size: 1.5em !important;
}

.bot-footer span {
    color: var(--color-font-gray);
    font-size: 0.8em;
}

.copyright, .header-info {
    flex-grow: 1;
    text-align: center;
}

.icon-logo-midia {
    color: var(--color-font-gray);
    font-size: 2em !important;
}

.icon-logo-midia:hover {
    color: #DB4040;
    transition: .5s;
    -webkit-transition: .5s;
}

.link-whats {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
}

.link-whats img {
    width: 50px;
}

footer {
    float: left;
    width: 100%;
}

@media (max-width: 992px) {
    .filter-product {
        width: 65%;
        position: fixed;
        right: -66%;
        bottom: 0;
        background: white;
        z-index: 10;
        padding: 11px !important;
        border: none;
        max-height: 100%;
        min-height: 87%;
        border: 1px solid #dee2e6;
        border-bottom: navajowhite;
        border-radius: 4px;
        overflow: auto;
        transition: all 500ms;
    }

    .filter-product.active {
        right: 0;
    }
}

@media (max-width: 768px) {
    .search-bar {
        order: 1;
    }

    #alertStore {
        width: 100%;
    }

    .icon-user.d-block.d-md-none.text-orange {
        float: left;
        margin-left: 15px;
    }

    #my-cart {
        float: right;
        /*margin-right: 15px;*/
    }

    header .justify-content-around {
        width: 100%;
        margin: 0;
    }

    .border-md-right {
        border-right: 1px solid #dee2e6;
    }

    #cadastro-consultora section {
        width: 100%;
    }

    .box-product {
        margin: 15px 0;
    }

    .header-site-logo {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .border-sm-right {
        border-right: 1px solid #dee2e6;
    }
}

@media (max-width: 375px) {
    .box-cart-product button {
        width: 100%;
        padding: 18px 0px;
    }
}

/****CADASTRAR CONSULTORA*****/
#consultora-vantagens {
    width: 100%;
    overflow: hidden;
}

#consultora-vantagens header h3 {
    margin-bottom: 35px;
    color: var(--cor_texto_padrao)
}

.vantagem header h3 {
    font-size: 17px;
    /* float: right; */
    width: 90%;
    line-height: 30px;
    margin-bottom: 5px !important;
}

.vantagem article {
    margin-bottom: 30px
}

#receber-mostruario header h3 {
    margin-bottom: 10px !important;
}

#cadastro-consultora label {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#cadastro-consultora input, select, textarea {
    float: left;
    width: 100%;
    padding: 2px 2%;
    border: 1px solid #A8A8A8;
    font-size: 16px;
    border-radius: 3px;
}

#cadastro-consultora input, select {
    height: 35px;
}

#cadastro-consultora textarea {
    height: 221px;
}

#cadastro-consultora input[type="button"] {
    margin-top: 6px;
    font-weight: bold;
    cursor: pointer;
    height: 54px;
}

#cadastro-consultora input[type="file"] {
    border: none;
    cursor: pointer;
}

#cadastro-consultora input[type="button"]:hover {
    transition: 0.3s;
}

.campo-obrigatorio {
    color: #DD070B;
    margin-right: 5px;
    line-height: 30px;
    /* float: left; */
    margin-bottom: 0;
}

#campo-cidade {
    float: left;
    width: 30%;
    margin: 0 1%;
}

#campo-uf {
    float: left;
    width: 18%;
}

#campo-endereco {
    float: left;
    margin-right: 1%;
    width: 81%;
}

#campo-numero {
    float: left;
    width: 18%;
}

.titulo-cadastro h2 {
    font-size: 20px !important;
    margin-top: 12px;
    margin-bottom: 6px;
    float: left;
    width: 100%;
    color: var(--cor_texto_padrao);
    font-weight: bold;
}

.left {
    width: 49%;
    overflow: hidden;
    margin-right: 1%;
    float: left;
}

.right {
    width: 49%;
    overflow: hidden;
    margin-left: 1%;
    float: right;
}

#mensagemAlert {
    font-size: 20px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.error input, .error select {
    border: 1px solid #F00004 !important;
}

label[for*="option-"] {
    font-size: 0.8em;
}

#product-more-info .htmlchars {
    padding: 30px;
    text-align: center;
}

.wc_cart_add .cart_more {
    background: var(--color-orange) !important;
    color: white;
}

.icon-woman {
    float: left;
    font-size: 2.5em !important;
}

.wc_cart_actions .btn-darkgray {
    background: #7aa9ff !important;
}

.wc_cart_actions .btn-darkgray:hover {
    color: #fff !important;
}

.icon-bola-menu {
    padding-top: 12px;
    color: var(--color-orange);
}

@media (max-width: 992px) {
    .icon-bola-menu {
        display: none;
    }
}

.filter-product .text-darkgray {
    color: #212529;
}

.effect-line {
    position: relative;
    float: left;
    width: 100%;
}

.effect-line::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background: var(--color-orange);
    top: 100%;
    left: 0;
}

header.effect-line::after {
    width: 200px;
    height: 10px;
}

.slick-dots {
    bottom: -20px !important;
}

.comments_single_ui .stars {
    color: #ffea2e !important;
}

.comments_single {
    padding: 10px 0 !important;
    border-top: 1px solid #eee !important;
}

.comments > form {
    float: left;
    width: 100%;
    background: white !important;
    border-top: 1px solid #eee !important;
    padding: 15px !important;
    margin: 0 !important;
}

.comments_single header h1 {
    font-size: 1.2em !important;
}

.comments_single_content {
    width: 98% !important;
}

.box-blog {
    background: white;
    padding: 0;
}

.box-blog h4 {
    color: var(--color-font-gray);
    font-size: 1.1em;
    height: initial !important;
    overflow: initial !important;
}

.box-blog p {
    color: var(--color-orange);
}

.box-blog p i {
    color: var(--color-green);
    font-size: 0.8em;
    margin-left: 3px;
}

.main_sidebar_widget .instafeed {
    background: none;
}

.main_sidebar_widget h4 {
    display: none;
}

.box-info-product .icon-delivery-truck {
    font-size: 1.8em;
    margin-top: -5px;
    float: left;
    margin-right: 10px;
}

.box-info-product .icon-diamond-ring {
    font-size: 1.8em;
    margin-top: -5px;
    float: left;
    margin-right: 10px;
}

.default-line {
    height: 30px;
    margin: 40px 0;
    border-top: none;
    border-bottom: 2px solid #efefef;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.htmlchars img {
    max-width: 100%;
}

.wc_cart_size_select {
    border-radius: 2px !important;
    /*border: 1px solid var(--color-orange) !important;*/
    background: white !important;
}

.wc_cart_size_select:hover {
    transition: 0.2s;
    color: white;
    background: var(--cor_padrao) !important;
}

#btn-myAccount {
    cursor: pointer;
}

.dropdown-menu {
    /*border-color: lightgray !important;*/
    border: none;
}

.info-price small {
    color: var(--color-font-gray);
    font-size: 1em;
}

.wc_hellobar img {
    max-width: 100%;
}

.text-descubra-anel {
    color: var(--color-font-gray);
}

.text-descubra-anel:hover {
    color: var(--color-orange);
    transition: .2s;
}

.product-buttons .btn-default {
    border: 1px solid #ccc;
    background: white;
}

.arrow-box {
    display: none;
}

.bg-newsletter .social a {
    color: #af8684;
    font-size: 1.4em !important;
    margin: 5px;
}

.product-gallery figure:hover {
    background: var(--color-orange);
    transition: background 0.25s, transform 0.25s;
}

.product-gallery figure:hover img {
    opacity: 0.5;
    transition: opacity 0.25s, transform 0.25s;
}

.btn_green i {
    vertical-align: text-bottom;
}

.hover-green:hover {
    color: var(--color-green) !important;
}

.product-gallery li {
    box-shadow: 2px 2px 4px 2px rgba(220, 220, 220, 0.7);
}

.product-gallery li img.image-active {
    border: 2px solid var(--color-orange);
}

.post_content .post-date {
    color: #ccc !important;
}

.main_sidebar h3 {
    float: left;
    text-align: right;
    width: 100%;
    font-size: 1.2em;
    color: var(--color-orange) !important;
    font-weight: bold;
}

.filter-product .effect-line {
    float: none;
}

.main_sidebar_widget li {
    list-style-type: none;
}

article.main_blog_post {
    float: left;
    width: 100%;
}

@media (max-width: 500px) {
    .wc_cart_ship, .wc_cart_add .btn_green, #filter-order {
        width: 100% !important;
        margin: 0;
    }

    article.workcontrol_order_completed h1 {
        font-size: 1.4em;
        line-height: 35px;
    }
}

.topo-whats a {
    color: var(--color-font-gray);
    font-weight: 600;
    text-transform: uppercase;
}

input.material {
    background: none !important;
    color: #c6c6c6;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 320px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--color-orange);
    margin: auto;
}

input.material:focus {
    outline: none;
}

input.material:focus ~ label, input.material:valid ~ label {
    top: -14px;
    font-size: 12px;
    color: #2196F3;
}

.filter-product .border-bottom {
    border-bottom: 1px solid var(--color-green) !important;
    position: relative;
}

.filter-product .icon-trivor {
    position: absolute;
    bottom: -14px;
    font-size: 2em;
}

header .icon-trivor {
    position: absolute;
    top: 0;
    font-size: 2em;
    width: auto;
}

header .icon-trivor.left {
    left: -50px;
}

header .icon-trivor.right {
    right: -50px;
}

/*.title-method, .title-method span, .bg-newsletter h1, .font-oswald, .box-info-product h3, .category-title, .wc_cart_add p{*/
/*    font-family: 'Oswald', sans-serif !important;*/
/*}*/
.category-title {
    text-transform: uppercase;
}

.login_box .icon-usuario, .account_box .icon-usuario {
    font-size: 1.3em;
    margin-right: 7px;
    vertical-align: sub;
}

.bg-newsletter h1 {
    letter-spacing: 2px;
    font-size: 2.6em;
}

.bg-newsletter .btn-orange {
    font-weight: bold;
}

.nav-footer .orange-title {
    text-transform: uppercase;
}

span.icon-contato.icon-facebook {
    font-size: 2em !important;
    vertical-align: text-bottom;
}

.nav-footer .main_logo {
    max-width: 170px;
    margin-bottom: 10px;
}

.bg-newsletter .social a:hover .icon-contato {
    color: var(--color-green) !important;
    transition: .5s;
}

.cart .wc_cart_add .btn_green {
    max-width: 100% !important;
    margin-left: 0 !important;
}

.property-boxes .bg-gray {
    background: var(--color-background-lightgray);
}

.icon-revendedora {
    max-width: 60px;
}

.tagline {
    font-weight: 600 !important;
}

.main_sidebar_widget .bg-eee {
    background: #eee;
    float: left;
    width: 100%;
}

.slick-carousel-revendedora .slick-slide img {
    display: initial !important;
    max-width: 300px;
}

.linha-sidebar {
    border-bottom: 1px solid var(--color-orange);
    padding: 10px 10px 5px 10px;
}

.search_form .bg-eee {
    padding: 20px;
    margin: 10px 0px;
}

@media (max-width: 500px) {
    .col-xl-5.col-md-4.search-bar {
        display: none;
    }

    /*body{*/
    /*    margin-top: 109px !important;*/
    /*}*/
}

@media (max-width: 768px) {
    .arrow-box {
        right: 23%;
    }

    #menu-categories .navbar-toggler {
        display: none !important;
    }

    /*body{*/
    /*    margin-top: 159px;*/
    /*}*/
    .hamburger-box {
        margin-top: 15px;
        width: 0 !important;
    }

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        position: absolute;
        width: 25px !important;
        height: 2px !important;
        background-color: white !important;
    }

    .menu-user .icon-usuario, .menu-user .icon-sacola {
        font-size: 2em !important;
        float: right;
        margin-top: 15px;
        margin-bottom: 0px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    #menu-categories {
        top: -1px;
        position: relative;
    }

    div#menu-middle {
        background: white;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }

    .title-product {
        height: 33px;
        overflow: hidden;
    }

    .navbar-collapse {
        border-bottom: 1px solid var(--cor_padrao);
    }

    .header_mobile_search {
        border-bottom: 1px solid var(--cor_padrao);
    }
}

.slick-prev:before, .slick-next:before {
    color: var(--cor_padrao);
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: var(--cor_padrao_hover) !important;
}

.slick-carousel-depoimentos .comments_single_content {
    box-shadow: 0px 0px 12px 0px rgba(194, 194, 194, 1);
    border-radius: 15px;
    border: 2px solid var(--color-green);
}

.slick-carousel-depoimentos .slick-slide {
    outline: none;
}

.slick-carousel-depoimentos .comments_single {
    border: none !important;
}

.index-title {
    letter-spacing: 1px;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
}

.reviews-product {
    display: none;
}

#link-whats {
    position: fixed;
    z-index: 9999;
    right: 0;
    float: right;
    top: 90%;
    /*margin-top: -30px;*/
    cursor: pointer;
    min-width: 50px;
    max-width: 150px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    /*background: #20B038;*/
}

#link-whats img {
    width: 50px;
    height: auto;
    margin: 0 !important;
}

.box-info-product.home h3 {
    font-size: 1.2em !important;
    height: 45px;
    overflow: hidden;
}

.btn-login {
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: bold;
    color: var(--color-orange);
    border: 2px solid var(--color-orange);
    background: transparent;
}

.footer_info h3 {
    font-size: 1.3em !important;
    margin: 10px 0 !important;
    color: var(--cor_padrao);
}

.main_footer .copyright {
    padding: 20px;
    font-size: 0.875em;
    text-align: center;
    float: left;
    width: 100%;
}

.jumbotron {
    background-color: #ffffff;
    border: 2px solid var(--cor_padrao);
}

.wc_contact_modal_button .btn {
    margin-top: 15px;
}

.wc_contact_modal_form input {
    width: 100%;
}

.icon-avatar {
    text-align: center;
    font-size: 2.5em;
}

.box-product .img-fluid {
    width: 100%;
}

.footer_info .icon-instagram, .footer_info .icon-facebook {
    font-size: 22px;
}

@media (max-width: 768px) {
    .cart-count {
        left: 22px;
    }

    .box-account {
        padding: 15px;
        width: 200px;
        left: 110px;
        margin-top: -10px !important;
    }

    .product-buttons {
        width: 100% !important;
    }

    .buttons .btn, .buttons .w-100 {
        opacity: 1;
    }

    .wc_contact_modal_form input, .wc_contact_modal_form textarea {
        padding: 5px 10px !important;
    }

    .wc_contact_modal_content {
        margin-top: 115px !important;
    }

    .box-info-product.home h3 {
        font-size: 1em !important;
    }

    .carousel-products {
        padding: 5px !important;
    }

    .price-product .price {
        font-size: 1em;
    }

    .box-info-product.home .text-orange {
        font-size: 0.9em;
    }

    .icon-avatar {
        float: left;
        font-size: 2em !important;
        margin-left: 12px;
        margin-top: 15px;
    }

    .menu_user .main_logo {
        max-width: 90%;
    }

    .box-main-product {
        border-radius: 15px !important;
        padding-top: 20px !important;
    }

    .breadcrumb {
        padding: 16px 0;
    }

    .box-info-product {
        padding: 20px !important;
    }

    .box-info-product h3 {
        font-size: 1.3em;
    }

    .box-info-product.home h3 {
        height: 40px;
    }
}

.sub-title::after {
    display: block;
    content: '';
    width: 90px;
    background: var(--cor_padrao);
    height: 4px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.box-vantagens .icon-big {
    font-size: 2.5em;
    margin-top: 0px;
    float: left;
    margin-right: 10px;
    color: var(--cor_padrao);
}

.text-muted {
    color: #b9b9b9 !important;
}

.instafeed .box-absolute-insta {
    position: absolute;
    z-index: 9;
    width: calc(25vw - 2px);
    background: var(--cor_fundo_instagram);
    height: calc(25vw - 4px);
    /*left: 25vw;*/
}

.slick-carousel-category .slick-list {
    padding: 15px 0;
}

.box-main-product {
    border-radius: 40px;
    box-shadow: 0px 0px 20px 0px rgba(166, 166, 166, 0.25);
    margin-top: -40px;
    background: white;
}

.border-bottom {
    border-bottom: 1px solid #f2f2f2 !important;
}

.product-buttons {
    width: 50%;
    float: left;
}

.bg-orange {
    background: #B78B4A;
}

.color-orange {
    color: #B78B4A;
}

/* realtime search */
.realtime_search {
    display: none;
    width: 97%;
    position: absolute;
    margin-top: 10px;
    padding: 10px 5px 10px 10px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    -ms-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    -o-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    z-index: 99;
}

.realtime_search ul {
    max-height: 300px;
    overflow-y: auto;
}

.realtime_search ul::-webkit-scrollbar {
    width: 7px;
    background-color: #ffffff;
}

.realtime_search ul::-webkit-scrollbar-thumb {
    background-color: transparent;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.realtime_search li a {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    padding: 10px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.realtime_search li a:hover {
    background-color: #f6f6f6;
}

.realtime_search li a img {
    width: 50px;
    margin-right: 20px;
}

.realtime_search li a p {
    font-size: 0.9em;
    color: #000000;
    font-weight: 600;
}

.realtime_search li a p .old_price {
    font-size: 0.75em;
    text-decoration: line-through;
    float: left;
    margin: 3px 10px;
}

.realtime_search li a p .new_price {
    /*color: var(--color-background-two);*/
    font-weight: bold;
    float: left;
}

.container-search {
    display: none;
}

header a {
    outline: none !important;
}

header a:hover {
    color: var(--cor_padrao_hover);
}

.container-search {
    position: absolute;
    top: 67px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background: white;
    left: -72vw;
    width: 70vw;
    padding: 10px 0;
    z-index: 99;
}

/* header mobile => search */
.header_mobile_search {
    display: none;
    background-color: white;
}

.header_mobile_search form input {
    width: 95%;
    height: 35px;
    border: none;
}

.header_mobile_search form button {
    height: 35px;
    background-color: #ffffff;
    border: none;
    padding: 0 10px;
}

.header_mobile_search form button:hover {
    background-color: #f1f1f1;
}

.header_mobile_search .realtime_search {
    background-color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5);
    -moz-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5);
    -ms-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5);
    -o-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5);
    box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5);
}

.header_mobile_search .realtime_search ul {
    background-color: #ffffff;
}

/*
CAROUSEL
*/
.carousel {
    overflow: hidden;
}

.carousel .content {
    width: 100%;
    max-width: 100%;
}

.carousel:hover .owl-theme .owl-nav .owl-prev {
    left: 0;
}

.carousel:hover .owl-theme .owl-nav .owl-next {
    right: 0;
}

.carousel .owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
}

.carousel .owl-theme .owl-nav .owl-prev,
.carousel .owl-theme .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: absolute;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    transition: background-color 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-prev {
    left: -60px;
    transition: left 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-next {
    right: -60px;
    transition: right 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-prev:hover,
.carousel .owl-theme .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.carousel .owl-theme .owl-nav .owl-prev i,
.carousel .owl-theme .owl-nav .owl-next i {
    font-size: 3em;
}

.carousel .owl-theme .owl-dots {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.carousel .owl-theme .owl-dots .owl-dot span {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
}

.header-site-socials {
    font-size: 1.2em;
}

.title-about {
    font-size: .85em;
}

.subtitle-about {
    font-size: 1.1em;
    letter-spacing: 3px;
}

.text-content {
    font-size: 1em;
}

#vantagens {
    background-size: contain !important;
}

#vantagens h1 {
    font-size: 3em;
}

.vantagens-mulher {
    margin-top: -75px;
    width: 350px;
}

.search-bar-desktop i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    padding: 10px;
}

#my-cart {
    font-size: 1.4em;
}

.first-menu {
    font-size: .875em;
}

.slick-carousel-category .item {
    background-color: var(--cor_padrao);
}

.slick-carousel-category .item:hover {
    background-color: var(--cor_padrao_hover);
}

.box-info-product .info b {
    color: var(--cor_padrao) !important;
}

.wc_cart_remove {
    background-color: var(--cor_padrao) !important;
}

.wc_cart_remove:hover {
    color: white !important;
}

.btn-link:hover {
    background-color: transparent;
}

.slick-carousel-category .item {
    margin: auto;
    width: 130px;
    height: 130px;
}

.menu-user a.icon-user, .menu-user a.icon-user:hover {
    color: white !important;
}

/*CART-ADD MOBILE*/
.cart-add {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.cart-add-options-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.cart-add-options {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

@media (max-width: 768px) {
    .slick-carousel-category .item {
        margin: auto;
        width: 105px;
        height: 105px;
        box-shadow: 0px 0px 20px 0px rgba(166, 166, 166, 0.25);
        border-radius: 140px;
        font-size: 80%;
    }

    .slick-similar .slick-next {
        right: -5px;
    }

    .slick-similar .slick-prev {
        left: -15px;
    }

    .vantagens-mulher {
        margin-top: 0;
    }

    .navbar-nav {
        max-height: 500px;
        overflow-y: auto;
    }
}

#alertStore {
    margin-top: 100px !important;
}

@media (max-width: 500px) {
    #vantagens {
        background-size: unset !important;
    }

    #vantagens h1 {
        font-size: 1.6em;
    }

    .vantagens-mulher {
        margin-top: 0;
        width: 180px;
    }

    .wc_cart_actions .btn:nth-of-type(2) {
        margin: 0 0 20px 0;
    }
}