/*
Theme Name: Leori Dental
Theme URI: https://dentaleori.com.br/
Author: Agência T3
Author URI: https://dentaleori.com.br/
Description: Leori Dental
Version: 2023
Text Domain: Leori Dental
*/

:root {
    --blue-400: #2f2ac8;
    --blue-500: #1d168e;
    --blue-600: #1c1550;
    --blue-700: #18107b;
    --blue-800: #1a1261;
    --blue-900: #170f7a;

    --gray-100: #f5f6f7;
    --gray-200: #7b7d85;
    --gray-400: #8c9092;

    --white: #fff;

    overflow-x: hidden;
}

.white {
    color: var(--white);
}

*,
p {
    margin: 0;
    padding: 0;
}

* {
    font-family: "Montserrat", sans-serif;
}

h2 {
    text-transform: uppercase;
    color: var(--blue-600);
    font-size: 2.25rem;
    font-weight: 900;
    text-align: center;
}

img {
    max-width: 100%;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.display-none {
    display: none;
}

.display-none-desktop {
    display: none;
}

@media only screen and (min-width: 960px) {
    .container {
        max-width: 960px;
    }
}

@media only screen and (max-width: 768px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}
.gradient {
    background: var(--blue-400);
    background: linear-gradient(
        90deg,
        var(--blue-400) 0%,
        var(--blue-600) 100%
    );
}

.outline {
    color: var(--gray-400);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px var(--gray-400);
    font-family: sans-serif;
    font-size: 5rem;
    font-weight: 900;
}

.outline.small {
    font-size: 2rem;
}

.text-right {
    text-align: right;
}

select {
    background: none;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
}

.breadcrumbs {
    display: flex;
    gap: 5px;
}

.breadcrumbs,
.breadcrumbs a {
    font-family: "Montserrat";
    font-size: 14px;
    color: var(--gray-400);
    text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #000;
    font-weight: bold;
}

/* HEADER AND FOOTER */
header {
    font-size: 13px;
}

header nav:first-of-type div:first-of-type {
    text-align: left;
}

header nav:first-of-type div:last-of-type {
    text-align: right;
}

header .header-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-navigation div:nth-child(2) {
    width: 35%;
}

header .header-search {
    border-radius: 50px;
    border: 1px solid var(--gray-400);
    width: 100%;
}

header .header-user {
    display: flex;
    gap: 20px;
}

header .header-user a.account,
header .header-user a.cart {
    white-space: nowrap;
    text-decoration: none;
    font-style: italic;
    color: var(--gray-400);
}

header .header-links {
    background: var(--gray-400);
    position: relative;
}

header .header-links a {
    color: var(--white);
}

header .header-links a:hover,
header .header-links a:focus {
    color: #ffffffaa;
}

header .header-links .bg-overlay {
    height: 100%;
    width: 36%;
    position: absolute;
    z-index: 1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

header .header-links .container {
    position: relative;
    z-index: 2;
}

header .item-market {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem !important;
}

header .qty {
    float: left;
    padding-right: 5px;
}

@media only screen and (max-width: 768px) {
    header nav:first-of-type div:first-of-type,
    header nav:first-of-type div:last-of-type {
        text-align: center;
    }
    header nav:last-of-type .container {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }

    header .header-navigation {
        display: block;
    }

    header .header-navigation div:nth-child(2) {
        width: auto;
        float: left;
    }

    header .header-user {
        float: right;
        display: flex;
        gap: 20px;
    }

    header .qty {
        padding-right: 0;
        border-radius: 100px;
        background: var(--blue-400);
        color: var(--white);
        font-size: 16px;
        position: relative;
        margin-bottom: 14px;
        text-align: center;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .header-mobile,
    header .header-search-user {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .header-mobile {
        padding-bottom: 20px;
    }

    header .bar {
        font-size: 30px;
        cursor: pointer;
    }
    header .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    header .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    header .sidenav a:hover {
        color: #f1f1f1;
    }

    header .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
}

footer {
    background: var(--blue-600);
    color: var(--white);
}

footer hr {
    color: var(--white);
}

footer .nav:not(.contact) {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 0.25rem;
}

footer .nav-link {
    color: var(--white);
    padding: 0;
    width: fit-content;
}

footer .nav-link:hover footer .nav-link:focus {
    color: #ffffffaa;
}

footer .payment {
    display: block;
    width: 50px;
    height: 25px;
    background: var(--white);
}

footer .contact {
    font-size: 35px;
}

footer .credits {
    font-size: 10px;
}

/* HOME */
.slick-dots {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.slider-circle {
    display: block;
    width: 15px;
    height: 15px;
    background: var(--gray-400);
    border-radius: 50px;
    transition: 180ms;
    cursor: pointer;
}

.slick-active .slider-circle {
    background: var(--blue-600);
}

.slider-circle.slider-circle-2 {
    background: transparent;
    border: 1px solid var(--gray-400);
}

.slick-active .slider-circle.slider-circle-2 {
    background: var(--gray-400);
}

.info-home-text {
    font-size: 11px;
    color: var(--blue-600);
}

.home-promo {
    background: var(--gray-100);
}

.card-dentist-home {
    height: 25rem;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.card-dentist-home .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    display: block;
    z-index: 1;
    border-radius: 20px;
    background: #ffffff;
    background: linear-gradient(180deg, #ffffff00 0%, var(--blue-600) 75%);
}

.card-dentist-home p {
    position: relative;
    z-index: 2;
    font-size: 1rem;
    color: var(--white);
    text-align: center;
    line-height: 24px;
    margin-bottom: 1.5rem;
}

.card-dentist-home p .outline {
    font-size: 2rem;
    -webkit-text-stroke: 2px var(--white);
}

.card-dentist-home p strong {
    font-size: 1.5rem;
}

.newsletter {
    background: url("assets/img/newsletter.png") no-repeat left center;
    background-size: cover;
    color: var(--white);
    height: 550px;
    display: flex;
    align-items: center;
    padding-top: 70px;
}

.newsletter-text {
    font-size: 1.25rem;
}

.newsletter-text strong {
    font-size: 3.41rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 66px;
}

.newsletter input {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 10px;
}

.newsletter [type="submit"] {
    background: var(--gray-400);
    padding: 0.15rem;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    border: none;
    box-shadow: 5px 5px 14px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 14px -5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-weight: 600;
    margin-top: 1rem;
    width: 8rem;
    float: right;
    text-transform: uppercase;
}

.corporate {
    padding: 1rem;
    border: 1px solid var(--gray-400);
}

.corporate img {
    width: 140px;
}

@media only screen and (max-width: 768px) {
    .info-home-text {
        font-size: 0.8rem;
        color: var(--blue-600);
    }

    .newsletter {
        background: linear-gradient(
            45deg,
            var(--blue-400) 0%,
            var(--blue-600) 100%
        );
        height: auto;
    }
    .newsletter-text strong {
        font-size: 45px;
    }
    .card-dentist-home {
        margin-bottom: 20px;
    }
}

/* PRODUCT CARD */
.product-card {
    margin-bottom: 20px;
}
.product-card .product-image {
    border-radius: 20px;
    position: relative;
}

.product-card.promo .product-image {
    box-shadow: 5px 5px 14px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 14px -5px rgba(0, 0, 0, 0.5);
}

.product-card .product-image img {
    width: 100%;
    border-radius: 20px;
}

.product-card .product-image i {
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0.5rem 0.5rem 0 0;
    font-size: 30px;
    cursor: pointer;
}

.product-card .product-image i.remove-favorito {
    position: absolute;
    top: 0;
    right: 30px;
    margin: 0.5rem 0.5rem 0 0;
    font-size: 30px;
    cursor: pointer;
}

.product-card .product-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
    gap: 5px;
}

.product-card .product-name,
.product-card .product-price {
    font-weight: 900;
    color: var(--blue-600);
}

.product-card .product-name,
.product-card .product-code,
.product-card .product-promo,
.product-card .product-buy {
    text-transform: uppercase;
}

.product-card .product-code {
    font-size: 0.8rem;
    color: var(--gray-400);
    /* margin: 1rem 0; */
}

.product-card .product-promo {
    background: var(--gray-400);
    width: 100%;
    padding: 0.25rem 0;
    text-align: center;
    color: var(--white);
    border-radius: 50px;
}

.product-card .product-pre-promo-price {
    font-size: 0.75rem;
    color: var(--gray-400);
    margin-top: 1rem;
}

.product-card .product-price {
    font-size: 1.25rem;
}

.product-card .product-buy {
    background: var(--gray-400);
    width: 100%;
    padding: 0.15rem 0;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    box-shadow: 5px 5px 14px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 14px -5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-weight: 600;
    margin-top: 1rem;
}

.product-card.promo .product-buy {
    background: var(--blue-600);
}

/* PRODUCT PAGE */

.filter {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px 0;
    background: #f5f6f7;
    border-radius: 20px;
}

.filter ul {
    padding-top: 20px;
}

.filter a {
    color: #000;
    text-decoration: none;
}

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

.filter .preco {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}

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

.produto .btn {
    background: var(--blue-600);
}

.produto .product-info .checked {
    color: var(--blue-600);
}

.produto .product-card .product-image img {
    width: 90%;
}

.produto .box-por-pagina {
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
}

.produto .paginacao {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.produto .paginacao a {
    color: #000;
    text-decoration: none;
}

.produto .paginacao a:hover {
    color: #000;
    text-decoration: underline;
}

/* LOGIN PAGE */

.login .row {
    gap: 30px;
}

.login .logo {
    width: auto;
}

.login h2 {
    font-size: 25px;
    color: #8c9092;
}

.login form p.status {
    font-family: "MontSerrat";
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    display: none;
    font-size: 13px;
}
.login form p.status.success {
    background: rgb(113, 185, 113);
}
.login form p.status.danger {
    background: #e89393;
}

.login form button {
    width: 100%;
    background: var(--blue-600);
    border-radius: 20px;
    font-weight: bold;
    border: 1px solid var(--blue-600);
}

.login form .esqueci-senha a {
    color: #000;
    text-decoration: none;
    padding-top: 10px;
    display: block;
}

.login form .esqueci-senha a:hover {
    text-decoration: underline;
}

.login form p a.cadastro {
    font-family: "Montserrat";
    color: #8c9092 !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 23px;
}

.login form p a.cadastro:hover {
    text-decoration: underline;
}

.login form p {
    font-size: 22px;
}

.login form label {
    font-family: "Montserrat";
    color: #8c9092 !important;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 10px;
}

/* FAQ PAGE */

.faq .search-container {
    border: 1px solid;
    border-radius: 5px;
}

.faq .search-container form {
    display: flex;
    justify-content: space-between;
}

.faq .search-container input[type="text"] {
    padding: 6px;
    font-size: 17px;
    border: none;
    width: 100%;
}

.faq .search-container input[type="text"]:focus {
    outline: none;
}

.faq .search-container button {
    padding: 6px 10px;
    background: transparent;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #1e1e1e;
    width: 100%;
    text-align: right;
}

.faq .search-container .sem-resultado {
    display: none;
}

.faq .accordion {
    background-color: var(--blue-600);
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: bold;
    font-family: "MontSerrat";
    border-radius: 5px;
}

.faq .active,
.accordion:hover {
    background-color: var(--blue-400);
}

.faq .accordion:after {
    content: "\23F7";
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq .active:after {
    content: "\23F6";
}

.faq .panel {
    margin: 20px 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-family: "MontSerrat";
}

.faq-contato {
    background: url("assets/img/atendimento.png") no-repeat left center;
    height: 622px;
    display: flex;
    align-items: center;
}

.faq-contato .cta {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: "MontSerrat";
}

.faq-contato .cta h2 {
    font-size: 61px;
    font-family: "Montserrat";
    text-align: left;
    font-weight: 700;
}

.faq-contato .cta p {
    color: #5a5e60;
    font-size: 23px;
}

.faq-contato .cta a {
    background: var(--blue-600);
    padding: 10px;
    color: #fff;
    font-weight: bold;
    align-self: flex-end;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.2s;
}

.faq-contato .cta a:hover {
    background-color: var(--blue-400);
}

@media only screen and (max-width: 768px) {
    .faq-contato {
        background: none;
    }
}

/* CANAL ATENDIMENTO PAGE */

.canal-atendimento {
    font-family: "MontSerrat";
    color: #8c9092;
}

.canal-atendimento .th span {
    color: var(--blue-700);
    font-weight: 900;
    font-size: 20px;
}

.canal-atendimento .line {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid;
}

.canal-atendimento .line a {
    background: var(--blue-500);
    font-weight: 900;
    padding: 10px 30px;
    color: #fff;
    width: fit-content;
    text-decoration: none;
    border-radius: 5px;
}

.canal-atendimento label {
    font-family: "MontSerrat";
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: #8c9092;
    padding-left: 40px;
}

.canal-atendimento input[type="text"],
.canal-atendimento input[type="email"],
.canal-atendimento select {
    width: 100%;
    padding: 5px 20px;
    margin: 8px 0 30px;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #8c9092;
    background-color: #fff;
}

.canal-atendimento select {
    background: var(--blue-500);
    color: #fff;
    font-weight: bold;
}

.canal-atendimento textarea {
    background: #fff;
    color: #8c9092;
    margin: 8px 0 30px;
    display: inline-block;
    border: 1px solid #8c9092;
    border-radius: 4px;
    width: 100%;
}

.canal-atendimento input[type="submit"] {
    background-color: var(--blue-500);
    color: white;
    padding: 14px 70px;
    margin: 8px 0;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "MontSerrat";
    text-align: right;
    text-transform: uppercase;
    float: right;
    transition: transform 0.3s;
}

.canal-atendimento input[type="submit"]:hover {
    background-color: var(--blue-400);
}

.file {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}

.file-input {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 30px 0;
    padding: 0 30px;
}

.file-input div {
    border: 1px solid var(--blue-400);
    border-style: dotted;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.file-input label {
    display: block;
    position: relative;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue-500);
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease-out;
    padding: 0;
    flex-direction: column;
}

.file-name {
    position: absolute;
    bottom: -35px;
    left: 10px;
    font-size: 0.85rem;
    color: #555;
}

.file-input input:hover + .file-input label,
.file-input input:focus + .file-input label {
    transform: scale(1.02);
}

/* Adding an outline to the label on focus */
.file-input input:focus + .file-input label {
    outline: 1px solid #000;
    outline: -webkit-focus-ring-color auto 2px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8c9092;
    opacity: 0.4;
    font-family: "MontSerrat";
    font-size: 15px;
}

::placeholder {
    color: #8c9092;
    opacity: 0.4;
    font-family: "MontSerrat";
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .canal-atendimento .line {
        flex-direction: column;
        gap: 20px;
    }

    .canal-atendimento .row.first-line {
        display: none;
    }
}

/* PRODUTO PAGE */
.gallery {
    width: 100%;
    max-width: 620px;
    margin: auto;
}
.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
    width: auto;
    height: 400px;
}
.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.1;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
    cursor: pointer;
}

.info-produto {
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding-left: 20px;
}

.info-produto h2 {
    font-family: "Montserrat";
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
}

.info-produto p {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
}

.info-produto .preco {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.info-produto .preco span {
    font-family: "Montserrat";
    text-align: left;
    color: var(--gray-200);
}

.info-produto .preco span:nth-child(2) {
    font-family: "Montserrat";
    font-size: 56px;
    font-weight: 900;
    line-height: 52px;
    font-style: normal;
    text-align: left;
    color: var(--blue-600);
}

.info-produto .frete {
    display: flex;
    justify-content: start;
    flex-direction: column;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
    gap: 5px;
}

.info-produto .frete .calculadora {
    display: flex;
    justify-content: start;
    gap: 20px;
}

.info-produto .frete input {
    border-color: #707070;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
    width: 40%;
    padding: 10px 0;
}

.info-produto .frete button {
    border-color: #1a1362;
    border-width: 2px;
    border-style: solid;
    border-radius: 7px;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    font-style: normal;
    text-align: center;
    color: var(--blue-800);
    background: var(--white);
    padding: 10px;
}

.info-produto .frete a {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
    margin-top: 35px;
}

.info-produto .quantidade-favorito {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.info-produto .quantidade-favorito .quantidade {
    font-family: "Montserrat";
    font-size: 20px;
    color: var(--blue-500);
    border-color: #707070;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    filter: drop-shadow(3px 3px 1.5px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.info-produto .quantidade-favorito .quantidade a {
    text-decoration: none;
}

.info-produto .quantidade-favorito .adicionar {
    background: var(--blue-600);
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    box-shadow: 5px 5px 14px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 14px -5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.info-produto .quantidade-favorito i {
    font-size: 30px;
    cursor: pointer;
    color: var(--blue-500);
}

.info-produto .quantidade-favorito .produto-no-stock {
    font-weight: bold;
    display: block;
    text-align: center;
    background: red;
    padding: 10px;
    color: #fff;
}

.info-produto .quantidade-favorito span.loading {
    color: #fff;
    margin-top: 5px;
    display: none;
    margin: auto;
    width: 25px;
}

.info-produto .quantidade-favorito span.produto-inserido-cart {
    padding: 5px 10px;
    border-radius: 6px;
    background: #04aa6d;
    color: #fff;
    margin-top: 5px;
    display: none;
    width: 100%;
    text-align: center;
    width: fit-content;
}

.receber label {
    font-family: "Montserrat";
    font-size: 14px;
    color: var(--gray-200);
}

.dados a {
    border-color: #919597;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    background: var(--white);
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: var(--gray-400);
    width: 100%;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
}

.dados article {
    position: relative;
}

.dados article .tab {
    position: relative;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    width: 100%;
    z-index: 0;
    height: 400px;
    overflow: auto;
    display: none;
}

.dados article .tab.active {
    z-index: 1;
    display: block;
}

/* Target cria a referência do elemento clicado */
.dados article .tab:target {
    z-index: 2;
}
.woocommerce p.stars a:hover,
.woocommerce p.stars a.active {
    color: #f90;
}

.woocommerce p.stars a {
    border: none;
}

.woocommerce .star-rating span::before {
    content: "sssss";
    top: 0;
    position: absolute;
    left: 0;
    color: #f90;
    font-family: star;
}

#wc-shipping-sim-form-title {
    display: none;
}

#wc-shipping-sim {
    padding: 1.5em 0 0 !important;
    width: 65%;
}

@media only screen and (max-width: 768px) {
    .info-produto {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-top: 40px;
    }
    .info-produto .frete .calculadora {
        display: block;
    }

    .info-produto .frete a {
        margin-top: auto;
    }
    #wc-shipping-sim {
        padding: 1.5em 0 0 !important;
        border-top: 0.1em solid #e0e0e0;
        font-size: 16px;
        width: 100%;
    }
}

/*Page cadastro*/
.cadastro h2 {
    font-family: "Montserrat";
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
}

.cadastro label {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
}

.cadastro input,
.cadastro select {
    border-color: var(--gray-400);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px !important;
    background: var(--white);
}

.cadastro .ur-frontend-form {
    margin-bottom: 30px;
    border: none;
    padding: 0px;
    box-sizing: border-box;
}

.cadastro .ur-form-row:nth-child(3) {
    padding-bottom: 10px;
}

.cadastro .ur-form-row:nth-child(3) input {
    display: none;
}

.ur-frontend-form .ur-form-row {
    display: flex;
    padding-bottom: 20px;
}

.ur-frontend-form .ur-form-row ul {
    padding-left: 0;
}

.cadastro button {
    border-radius: 10px;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.16));
    background: var(--blue-500);
    width: fit-content;
}

.cadastro button {
    font-family: "Montserrat";
    color: var(--white);
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    font-style: normal;
    text-align: center;
}

.cadastro a {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    color: var(--gray-400);
    padding: 20px;
}

.cadastro .tabs {
    background: var(--gray-100);
    border-radius: 5px;
    margin: auto;
    padding: 5px 0;
}

.cadastro .tabs a.active {
    background: var(--white);
    border-radius: 5px;
    margin: auto;
}

.cadastro .tab {
    display: none;
}

.cadastro .tab.active {
    display: block;
}

/* PAGE CART */

.cart-step span {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
}

.cart-step .resumo-pedido {
    border-radius: 40px;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.16));
    background: var(--blue-500);
    padding: 20px;
    width: fit-content;
    color: var(--white);
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    font-style: normal;
    text-align: center;
    margin: auto;
}

.woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce table.shop_table {
    border: none;
    border-radius: 15px;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.16));
    background: var(--gray-100);
}

.woocommerce .order-total p {
    font-family: "Montserrat";
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    color: var(--gray-400);
}

.woocommerce .order-total p {
    font-family: "Montserrat";
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    color: var(--gray-400);
}

.woocommerce .wc-proceed-to-checkout a {
    width: 100%;
    display: block;
    text-transform: uppercase;
    border-radius: 10px;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.16));
    background: var(--blue-500) !important;
    padding: 20px 0;
    text-align: center;
}

.woocommerce .cart_totals th {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    color: var(--gray-400);
}

.woocommerce .cart_totals td {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-style: normal;
    text-align: right;
    color: var(--gray-400);
}

.woocommerce .cart_totals p {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    line-height: 10px;
}

.woocommerce .cart_totals tr th,
.woocommerce .cart_totals tr td {
    border-top: none;
}

.woocommerce table.cart img {
    width: 100px;
    height: 100px;
}

.woocommerce .woocommerce-cart-form table.shop_table {
    background: var(--white);
    filter: none;
}

.woocommerce .woocommerce-cart-form table.shop_table th {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
}

.woocommerce .woocommerce-cart-form table.shop_table .woocommerce-Price-amount {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
}

.woocommerce .woocommerce-cart-form table.shop_table a {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
    text-decoration: none;
}

.woocommerce a.remove {
    background: var(--blue-600);
    color: var(--white);
    transition: 0.3s;
    border-radius: 100px;
    color: var(--white) !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce a.remove:hover {
    background: var(--blue-400);
}

.woocommerce button.button {
    text-transform: uppercase;
    border-radius: 10px;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.16));
    background: var(--blue-500) !important;
    text-align: center;
    color: var(--white);
}

.woocommerce .quantity .qty {
    font-family: "Montserrat";
    font-size: 20px;
    color: var(--blue-500);
    border-color: #707070;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    filter: drop-shadow(3px 3px 1.5px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    height: 40px;
}

.woocommerce table.cart td.actions .input-text {
    width: 126px;
}

#wc-shipping-sim-br-cep-finder {
    display: none;
}

.woocommerce table.shop_table td {
    font-size: 14px;
}

.woocommerce .woocommerce-shipping-fields,
.woocommerce-checkout {
    display: flex;
}

.woocommerce .woocommerce-checkout-review-order {
    width: 50%;
}

#customer_details {
    display: flex;
    flex-direction: column;
}

#customer_details div {
    width: 97%;
}

.order .woocommerce .woocommerce-info,
#order_review_heading {
    display: none;
}

.order input,
.order select,
.order textarea {
    border-color: var(--gray-400);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px !important;
    background: var(--white);
    padding: 10px 8px;
}

.order label {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
}

.order h3 {
    font-family: "Montserrat";
    font-weight: bold;
    color: var(--gray-400);
}

.order .woocommerce table.shop_table tfoot th,
.order .woocommerce table.shop_table td {
    border-top: 1px soli #000;
}

.order .woocommerce table.shop_table th:nth-child(2),
.order .woocommerce table.shop_table tfoot th:nth-child(2),
.order .woocommerce table.shop_table td:nth-child(2) {
    text-align: right;
}

.order .woocommerce .product-name {
    display: flex;
    gap: 10px;
    align-items: center;
}

.order .woocommerce .product-name img {
    width: 80px;
}

.order .woocommerce .product-name a {
    width: 80px;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
}

.order .woocommerce .product-name img {
    padding: 30px 0 30px 13px;
}

.order .woocommerce-order {
    padding-top: 60px;
}

.order .woocommerce-order .woocommerce-notice {
    font-family: "MontSerrat";
    color: var(--white);
    padding: 20px;
    background: var(--blue-400);
    margin-bottom: 30px;
    border-radius: 5px;
}

.order .woocommerce-order ul {
    padding-left: 0px;
    font-family: "MontSerrat";
}

.order .woocommerce-order-details .status-entrega img {
    width: 30px;
    vertical-align: sub;
    margin-right: 10px;
}

.woocommerce table.shop_table th {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    color: var(--gray-400);
}

.woocommerce-shipping-totals shipping {
    font-family: "Montserrat";
    font-style: normal;
    color: var(--gray-400);
}

.order .resumo-pedido {
    display: none;
}

.woocommerce table.cart td.actions .coupon {
    display: flex;
    gap: 10px;
}

.woocommerce #payment #place_order {
    float: none;
    width: 100%;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .cart-step .card-pay {
        padding-bottom: 20px;
    }

    .cart-step .resumo-pedido {
        /* position: relative;
        bottom: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 20px; */
        display: none;
    }
    .woocommerce table.cart td.actions .input-text {
        width: 80px;
    }

    .woocommerce .woocommerce-checkout-review-order {
        width: 100%;
    }

    #customer_details,
    .woocommerce-checkout {
        display: block;
    }

    #customer_details div:first-child {
        width: 100%;
    }

    .order .resumo-pedido {
        border-radius: 40px;
        filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.16));
        background: var(--blue-500);
        padding: 20px;
        width: fit-content;
        color: var(--white);
        text-transform: uppercase;
        font-family: "Montserrat";
        font-size: 20px;
        font-weight: 900;
        line-height: 24px;
        font-style: normal;
        text-align: center;
        display: block;
    }

    .woocommerce table.shop_table_responsive tr.message td::before {
        content: "";
    }

    .order .woocommerce-column__title {
        margin-top: 30px;
    }
}

/* Page Minha Conta */

.minha-conta .woocommerce {
    display: flex;
    gap: 35px;
}
.minha-conta .woocommerce-MyAccount-navigation {
    border-radius: 25px;
    background: #f5f6f7;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.minha-conta .woocommerce-MyAccount-navigation a,
.minha-conta .woocommerce-MyAccount-navigation {
    color: var(--blue-400);
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    margin-bottom: 20px;
}

.minha-conta .woocommerce-MyAccount-navigation a {
    text-decoration: none;
}

.minha-conta .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}

.minha-conta .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.minha-conta .woocommerce-MyAccount-navigation ul li .sub-menu {
    margin-top: 10px;
    padding-left: 32px;
}

.minha-conta .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: var(--gray-200);
}
.minha-conta .woocommerce-MyAccount-navigation .nome-user {
    font-family: "Montserrat";
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: var(--blue-900);
    line-height: 32px;
}

.minha-conta input,
.minha-conta select,
.minha-conta textarea {
    border-color: var(--gray-400);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px !important;
    background: var(--white);
    padding: 10px 8px;
}

.minha-conta form label {
    font-family: "Montserrat";
    color: #8c9092 !important;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 10px;
}

.minha-conta form legend,
.minha-conta form h3 {
    font-family: "Montserrat";
    color: #8c9092 !important;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 10px;
}

.minha-conta .woocommerce-MyAccount-content {
    width: 85%;
}

.minha-conta
    .woocommerce-MyAccount-navigation
    .woocommerce-MyAccount-navigation-link
    a
    img {
    width: 20px;
    vertical-align: sub;
    margin-right: 10px;
}

.minha-conta .woocommerce-order-details .status-entrega,
.order .woocommerce-order-details .status-entrega {
    display: flex;
    justify-content: space-between;
}

.minha-conta .woocommerce-order-details .status-entrega span {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    color: var(--blue-500);
}

.minha-conta .woocommerce-order-details .status-entrega img {
    width: 30px;
    vertical-align: sub;
    margin-right: 10px;
}

.minha-conta .woocommerce-order-details h3 {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
}

.minha-conta .woocommerce-order-details .shop_table {
    background: var(--white);
    filter: none;
}

.minha-conta .woocommerce table.shop_table tfoot th,
.minha-conta .woocommerce table.shop_table td {
    border-top: 1px soli #000;
}

.minha-conta .woocommerce table.shop_table th:nth-child(2),
.minha-conta .woocommerce table.shop_table tfoot th:nth-child(2),
.minha-conta .woocommerce table.shop_table td:nth-child(2) {
    text-align: right;
}

.minha-conta .woocommerce .product-name {
    display: flex;
    gap: 10px;
    align-items: center;
}

.minha-conta .woocommerce .product-name img {
    width: 80px;
}

.minha-conta .woocommerce .product-name a {
    width: 80px;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: var(--gray-400);
}

.minha-conta .woocommerce .product-name img {
    padding: 30px 0 30px 13px;
}

.minha-conta .woocommerce .order-again {
    display: flex;
    justify-content: end;
}

.minha-conta .woocommerce table.my_account_orders .button,
.minha-conta .woocommerce .order-again .button {
    text-transform: uppercase;
    border-radius: 10px;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.16));
    background: var(--blue-500) !important;
    text-align: center;
    color: var(--white) !important;
}

.minha-conta .woocommerce .woocommerce-order-details {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .minha-conta .woocommerce {
        display: block;
    }
    .minha-conta .woocommerce-MyAccount-content {
        width: 100%;
    }
}

/*General*/
.resetar {
    font-family: "MontSerrat";
    font-size: 12px;
    font-weight: bold;
}

.resetar:hover{
    color: var(--white);
}
