:root {
    --color-01: #38243c;
    --color-02: rgba(56, 36, 60, 0.9);
    --color-03: rgba(56, 36, 60, 0.8);
    --color-04: rgba(56, 36, 60, 0.7);
    --color-05: rgba(56, 36, 60, 0.6);
    /*
    --secondary-color: #CCBAF3 !important;
    --background-color: #CCBAF3 !important;
    */
}

form#review-form {
    padding: 15px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-01);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-01);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-01);
}

/* ===================================== */
/* ========== [INÍCIO] - Body ========== */
/* ===================================== */
.checkout-index-index #shipping-method-buttons-container button {
    background-color: var(--color-01) !important;
}

input:-internal-autofill-selected {
    background-color: var(--secondary-color) !important;
}

.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label,
p,
span,
button,
a {
    /* font-family: 'Josefin Sans', sans-serif !important; */
    font-family: "Crimson Text", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h3 span,
.catalog-product-view .product h1 span {
    /* font-family: 'Josefin Sans', sans-serif !important; */
    font-family: "Crimson Text", serif !important;
}

body {
    background: #ffffff !important;
}

a {
    color: #38243c !important;
}

.cart-empty__content ul li a {
    color: #fff !important;
}

/* ====================== */
/* ===== BREADCRUMB ===== */
/* ====================== */
.breadcrumbs li a:visited {
    color: #000000 !important;
}

/* ========================== */
/* ========== MENU ========== */
/* ========================== */
.sections.nav-sections,
.sections.nav-sections .section-items nav.navigation {
    background: #38243c !important;
}

/* Margem para igualar o tamanho dos carrosseis de produtos e dos banners */
ol.product-items.widget-product-carousel.slick-initialized.slick-slider {
    margin: 0 30px;
}

.sections.nav-sections .section-items nav.navigation ul li a {
    line-height: 30px !important;
    font-size: 14px !important;
    padding: 0px 11px !important;
    color: #ffffff !important;
    /* font-weight: bold !important; */
}

.navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none !important;
}

.navigation .submenu li a span {
    font-size: 16px !important;
    color: #000 !important;
}

/* Afetar .megamenu atinge tbm os submenus */
/*
.megamenu {
    padding-top: 20px !important;
}
*/
.level-top {
    padding-top: 20px !important;
}

/* Fonte do submenu igualando a fonte do menu*/
.navigation
    .megamenu.level-top-sectioned
    .sectioned
    .columns-group
    li
    > a
    span {
    font-size: 14px !important;
    font-family: "Crimson Text", serif !important;
}

.category-menu-icon {
    display: block !important;
    text-align: center !important;
}

/* Alterando icone de carrinho */
.icon_cart_mobile {
    display: none;
}

/* =============================== */
/* ========== IMG WIDHT ========== */
/* =============================== */
.img_40 {
    width: 40px !important;
}

/* ============================ */
/* ========== HEADER ========== */
/* ============================ */

.header {
    height: auto !important;
}

.header .col-md-3 {
    padding: 0 !important;
}

.header__info__atendimento,
.header__info__cadastro {
    margin-right: 0 !important;
}

.container {
    padding: 10px 0 !important;
    height: auto !important;
}

.header__logo img {
    max-height: 100px !important;
}

.header__info__cadastro__content ul li {
    display: block !important;
}

.header__info__cadastro__content ul li a {
    color: #000000 !important;
    font-weight: bold;
}

.text_carrinho {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.block-search .action.search {
    right: 0 !important;
}

.header .block-search .block-content button.search::before {
    background: #38243c !important;
    padding: 4px 15px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    color: #ffffff !important;
}

/* [INÍCIO] - Banner Principal */
/* Pontinhos de troca dos banners */
.slick-dots {
    padding: 10px 20px !important;
    background: #ffffff;
}

.slick-dots li button {
    background: #cccccc !important;
    height: 12px !important;
    width: 12px !important;
}

.slick-dots li.slick-active button {
    background: #1c1918 !important;
}

/* [FIM] - Banner Principal */

/* [INÍCIO] - Pitibar */
.destaque {
    align-items: flex-start !important;
}

.destaque__content h4 {
    /* text-transform: none !important; */
    font-size: 14px !important;
    color: #38243c !important;
    text-transform: capitalize;
    font-weight: bold;
}

.destaque__content p {
    color: #38243c !important;
    font-size: 14px !important;
}

.destaque i {
    font-size: 22px !important;
}

/* [FIM] - Pitibar */

/* [INÍCIO] - Slide de produtos - Deixando as imagens em 100% */

/* .listagem-produtos {
    margin-top: 0 !important;
}*/

.listagem-produtos li.product-item .product-item-details .product-item-name a {
    font-weight: bold !important;
    font-family: "Crimson Text", serif !important;
    font-size: 20px !important;
}

.listagem-produtos li.product-item picture img {
    height: auto !important;
    max-height: 265px !important;
    object-fit: cover;
}

@media (max-width: 767px) {
    .listagem-produtos li.product-item picture img {
        height: 170px !important;
    }
}

.listagem-produtos li.product-item {
    box-shadow: none !important;
}

.header__info__carrinho
    .minicart-wrapper
    .block-minicart
    #minicart-content-wrapper
    .block-content
    .actions
    a.viewcart {
    background: ch;
}

.message.success {
    background: #f0f2f8;
}

/* Tamanho da fonte do aviso de fora de estoque */
.product-item-actions .actions-primary > .stock.unavailable {
    font-size: 20px;
    font-weight: 800;
}

/* -- Botões de próximo e anterior */
.listagem-produtos .slick-track {
    margin: 0 0 0 0 !important;
}

.listagem-produtos .slick-prev {
    left: -60px !important;
}

.listagem-produtos .slick-next {
    right: -60px !important;
}

.main .listagem-produtos button.slick-prev,
.main .listagem-produtos button.slick-next {
    background: none !important;
    border: none !important;
}

.listagem-produtos .slick-prev::before,
.listagem-produtos .slick-next::before,
.listagem-produtos .slick-prev::after,
.listagem-produtos .slick-next::after {
    color: #000000 !important;
    font-size: 50px !important;
}

/* -- Aqui estou deixando as fotos de todos os banners 100% na LI*/
/* .product-item-photo picture img {
    height: auto !important;
    width: 100% !important;
} */

.listagem-produtos li.product-item .product-item-details {
    padding: 0px !important;
}

.listagem-produtos li.product-item .product-item-details .tocart {
    background: #38243c !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    font-size: 18px !important;
    padding: 12px !important;
    color: #ffffff !important;
    text-transform: uppercase;
}

.product-item-name,
.price-box.price-final_price,
.parcela-list {
    text-align: center !important;
    padding-left: 10px !important;
}

.listagem-produtos li.product-item .price-box .old-price {
    justify-content: flex-start !important;
}

/* [FIM] - Slide de produtos - Deixando as imagens em 100% */

.testimonials-slider figure.testimonial blockquote::before,
.testimonials-slider figure.testimonial blockquote::after {
    color: #38243c !important;
}

.testimonials-list figure.testimonial img,
.testimonials-slider figure.testimonial img {
    object-fit: cover;
}

/* [INÍCIO] - Banners de destaques */
.banners_destaque {
    background: #ffffff;
    padding: 40px;
}

/* [FIM] - Banners de destaques */

/* ================================ */
/* ===== DESCRIÇÃO DO PRODUTO ===== */
/* ================================ */
.desc_prod_relacionado {
    margin-bottom: 20px !important;
    font-family: "Playfair Display", serif !important;
}

.listagem-produtos li.product-item .product-item-details .tocart a,
.sales-order-view .order-actions-toolbar a span {
    color: #ffffff !important;
}

.catalog-product-view .page-main #reviews .review-add form button.submit {
    background-color: #38243c !important;
    color: #ffffff !important;
}

.catalog-product-view .page-main #reviews .review-add form button.submit:hover {
    background-color: #38243c !important;
    color: #ffffff !important;
}

.box-frenet-quote {
    display: none !important;
}

/* ============================ */
/* ========== FOOTER ========== */
/* ============================ */

/* [INÍCIO] - Newsletter*/
.footer__newsletter {
    height: auto !important;
    padding: 20px 0 !important;
    background: #38243c !important;
}

.footer__newsletter img {
    max-height: 100px !important;
    height: 100px !important;
    width: 100px !important;
    max-width: 100px !important;
}

.footer__newsletter h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.footer__newsletter p {
    color: #ffffff;
    font-size: 16px;
}

.footer__newsletter .row .block.newsletter .newsletter {
    max-width: 85% !important;
}

.footer__newsletter .row .block.newsletter label {
    width: 90% !important;
}

.footer__newsletter .row .block.newsletter label input {
    height: 50px !important;
    background-image: url("/media/icons/envelope.png") !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-position: right 15px center !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #111111;
}

.footer__newsletter .row .block.newsletter .actions button {
    border-top-right-radius: initial !important;
    height: 50px !important;
    border-bottom-right-radius: initial !important;
    background: #fafafa !important;
    padding: 0 40px !important;
    color: #000 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
}

/* [FIM] - Newsletter*/

/* [INÍCIO] - Links Footer */
.footer__top h4 {
    font-size: 22px !important;
    color: #000000 !important;
}

/* [INÍCIO] - Btn WhatsApp */
.footer__whatsapp {
    left: initial !important;
    right: 20px;
}

.footer__top,
.footer__bottom__logo {
    background: initial !important;
}

.footer {
    background: #ffffff;
}

/* -- Copy */
.footer__bottom__copyright {
    background: #38243c !important;
}

/* ================================================ */
/* ========== PAGINA DE GRID DE PRODUTOS ========== */
/* ================================================ */
.listagem-produtos li.product-item .product-item-details .product-item-name {
    margin: 10px 0 0 0 !important;
}

.products-grid .product-item-actions {
    margin: 10px 0 0 !important;
}

.page-layout-2columns-left .column.main {
    box-shadow: none !important;
}

.page-products.catalog-category-view .toolbar-products .toolbar-sorter select {
    background: #38243c !important;
}

.page-products.catalog-category-view .toolbar-products h4,
.catalogsearch-result-index .toolbar-products h4,
.page-products.catalog-category-view .toolbar-products h5 strong,
.catalogsearch-result-index .toolbar-products h5 strong {
    color: #38243c !important;
}

.page-products.catalog-category-view .toolbar-products .toolbar-sorter select,
.catalogsearch-result-index .toolbar-products .toolbar-sorter select {
    background: #38243c !important;
}

/* ==================================================== */
/* ========== PAGINA DE DESCRIÇÃO DO PRODUTO ========== */
/* ==================================================== */
/* -- Essa área é destinado as alterações relacionado apenas a página de descrição do produto. */

/* -- Isso apenas para a pagina de descrição do produto. */
body.catalog-product-view {
    background: #fff !important;
}

.catalog-product-view .product-info-main .page-title-wrapper h1 {
    font-size: 28px !important;
    font-family: "Crimson Text", serif !important;
}

.catalog-product-view
    .product.info.detailed
    .product.data.items
    .title.item
    a.data.switch,
.catalog-product-view .product.info.detailed .product.data.items .title.item {
    background: #e5e4e2 !important;
}

.catalog-product-view .product.info.detailed .product.data.items .content.item,
.catalog-product-view .page-main #reviews .review-add {
    background: #e5e4e2 !important;
    color: #000000 !important;
}

.catalog-product-view
    .listagem-produtos
    li.product-item
    .product-item-details
    .product-item-name {
    flex: initial !important;
    margin: 22px 0 !important;
}

.catalog-product-view
    .product-info-main
    .box-tocart
    .fieldset
    .actions
    .comprar-agora
    button {
    background: #38243c !important;
}

.catalog-product-view div.product-info-main > div.product.alert.stock {
    background: #38243c !important;
    margin: 15px;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
}

.catalog-product-view div.product-info-main > div.product.alert.stock > a {
    color: white !important;    
}

/* ==== DESABILITANDO O ZOOM E DEIXANDO A IMAGEM GRANDE */
/*.zoomContainer {
    display: none;
}*/

/*.fotorama__stage__frame .fotorama__img {
    max-height: none !important;
    max-width: none !important;
}*/
.header__info__carrinho
    .minicart-wrapper
    .block-minicart
    #minicart-content-wrapper
    .block-content
    .actions
    a.viewcart {
    color: #fff !important;
}

@media (max-width: 767px) {
    .header__info__carrinho
        .minicart-wrapper
        .block-minicart
        #minicart-content-wrapper
        .block-content
        .actions
        a.viewcart {
        padding: 7px;
    }
}

.catalog-product-view .product-info-main .box-tocart .fieldset .actions button {
    background: #38243c !important;
    padding: 15px !important;
}

/*
.parcelamento__top svg path,
.calcular-frete__top__icone svg path {
    fill: #38243c !important;
}

.catalog-product-view .product-info-main .box-tocart .fieldset .quantidade__top__alterar p {
    color: #38243c !important;
}

.parcelamento__top__icon svg,
.calcular-frete__bottom__cep__input svg,
.calcular-frete__top__icon svg,
.quantidade__top__alterar svg {
    stroke: #38243c !important;
}

.calcular-frete__top__content span {
    color: #38243c !important;
}
*/
/*
.catalog-product-view .product-info-main .box-tocart .fieldset .quantidade__bottom ul button:hover,
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .quantidade__bottom ul button.actived {
    border-color: #38243c !important;
    color: #38243c !important;
}

.catalog-product-view .product.info.detailed .product.data.items .title.item::after,
.catalog-product-view .product.info.detailed .product.data.items div#tab-label-reviews::before {
    color: #38243c !important;
}*/

/* =================================================== */
/* ========== POPUP POLITICA DE PRIVACIDADE ========== */
/* =================================================== */
section.policy-terms {
    background: #38243c !important;
}

.policy-terms-actions.close-policy-terms span {
    background: #fff;
    color: #38243c !important;
    border-radius: 0px !important;
    border: 0px !important;
}

section.policy-terms a {
    color: #fff !important;
}

.policy-terms-actions span.accept-policy-terms:hover {
    background: #ffffff !important;
    color: #38243c !important;
}

/* ============================================== */
/* ========== TELA DE LOGIN E CADASTRO ========== */
/* ============================================== */
.customer-account-login .titulo i {
    --fa-primary-color: #38243c !important;
    --fa-secondary-color: #38243c !important;
}

.customer-account-login
    .login-container
    .block
    .block-content
    .actions-toolbar
    div.primary
    a.primary,
.checkout-cart-index
    .page-main
    .cart-container
    #gift-options-cart
    .cart-gift-item
    .gift-item-block
    .content
    .gift-options
    .actions-toolbar
    .secondary
    .action-update,
.wishlist-index-index
    form.form-wishlist-items
    .actions-toolbar
    .primary
    .update {
    color: #fff !important;
}

.customer-account-login
    .login-container
    .block
    .block-content
    .actions-toolbar
    div.primary
    button,
.customer-account-login
    .login-container
    .block
    .block-content
    .actions-toolbar
    div.primary
    a.primary,
.customer-account-login
    .login-container
    .block
    .block-content
    .actions-toolbar
    div.secondary
    a {
    border-radius: 0px !important;
    color: #fff !important;
}

.customer-account-forgotpassword form.password fieldset input,
.customer-account-login .login-container .block .block-content .control input,
.customer-account-edit .form-edit-account .field .control input,
.checkout-cart-index
    .page-main
    .cart-container
    .cart-discount
    .content
    .fieldset
    .control
    input,
.customer-address-form .form-address-edit fieldset.fieldset input.input-text,
.checkout-index-index
    .modal-popup
    .modal-inner-wrap
    .modal-content
    form
    .fieldset.address
    div.field
    input,
.checkout-index-index
    .modal-popup
    .modal-inner-wrap
    .modal-content
    form
    .fieldset.address
    div.field
    select,
.checkout-index-index
    #checkout-step-payment
    .discount-code
    .payment-option-content
    .form-discount
    .field
    input,
.checkout-index-index .page-main .opc-wrapper ol li .form-login fieldset input,
.checkout-index-index
    .page-main
    .opc-wrapper
    ol
    li
    #co-shipping-form
    #shipping-new-address-form
    div.field
    input,
.checkout-index-index
    .page-main
    .opc-wrapper
    ol
    li
    #co-shipping-form
    #shipping-new-address-form
    div.field
    select,
.customer-address-form .form-address-edit fieldset.fieldset select,
form.form.create.account fieldset.fieldset.create.info .field input,
form.form.create.account .fieldset.address .field input,
form.form.create.account fieldset.fieldset.create.info .field input,
form.form.create.account .fieldset.address .field input,
form.form.create.account fieldset.fieldset.create.info .field select,
form.form.create.account .fieldset.address .field select,
.checkout-cart-index .page-main .cart-container .cart-summary div.field input,
.checkout-cart-index
    .page-main
    .cart-container
    #gift-options-cart
    .cart-gift-item
    .gift-item-block
    .content
    .gift-options
    fieldset.fieldset
    .field
    input,
.checkout-cart-index
    .page-main
    .cart-container
    #gift-options-cart
    .cart-gift-item
    .gift-item-block
    .content
    .gift-options
    fieldset.fieldset
    .field
    textarea,
.customer-account-createpassword .field.password .control .input-text,
.customer-account-createpassword form.reset fieldset input,
.checkout-index-index
    #checkout-step-payment
    fieldset
    .opc-payment
    .payment-method-content
    .payment-method-billing-address
    .checkout-billing-address
    .billing-address-form
    fieldset.address
    fieldset.street
    .control,
.checkout-index-index
    #checkout-step-payment
    fieldset
    .opc-payment
    .payment-method-content
    .payment-method-billing-address
    .checkout-billing-address
    .billing-address-form
    fieldset.address
    div.field
    input,
.checkout-index-index
    #checkout-step-payment
    fieldset
    .opc-payment
    .payment-method-content
    .payment-method-billing-address
    .checkout-billing-address
    .billing-address-form
    fieldset.address
    div.field
    select {
    border: 1px solid #cccccc !important;
    background: #f0f2f8 !important;
    background-color: #f0f2f8 !important;
}

.customer-account-createpassword form.reset fieldset .choice {
    display: flex;
    align-items: center;
}

.customer-account-createpassword form.reset fieldset .choice .label {
    margin-top: 6px;
}

.customer-account-createpassword form.reset fieldset .password-strength-meter,
.customer-account-createpassword form.reset fieldset label span {
    font-size: 15px;
}

.header .block-search .block-content form input {
    border: 1px solid #cccccc !important;
}

.customer-account-create .nested {
    display: none;
}

.customer-account-login .login-container .block .block-content ul li,
.customer-account-login .login-container .block .block-content p,
.customer-account-login .login-container .block .block-content .field,
form.form.create.account .titulo h5 {
    font-size: 16px;
}

.customer-account-create
    form.form.create.account
    .fieldset.address
    .field
    label {
    font-size: 15px;
}

.page-layout-checkout
    .page-wrapper
    .page-main
    .columns
    #checkout
    .opc-wrapper
    .opc
    .checkout-shipping-address
    .step-content
    .form-login
    .fieldset
    .field
    label
    > span,
.page-layout-checkout
    .page-wrapper
    .page-main
    .columns
    #checkout
    .opc-wrapper
    .opc
    .checkout-shipping-address
    .step-content
    .form-login
    .fieldset
    .control
    .note
    > span {
    color: var(--body-color) !important;
}

@media (max-width: 767px) {
    .checkout-cart-index .page-main .cart-container .cart-summary,
    .checkout-cart-index .page-main .cart-container .cart-discount {
        min-height: initial !important;
    }

    .cart-summary .block form:not(:last-of-type) .fieldset {
        margin-bottom: 0 !important;
    }

    .checkout-cart-index
        .page-main
        .cart-container
        form.form-cart
        div.cart
        table
        tbody
        .product-item-details
        .product-item-name {
        text-align: left !important;
        padding-left: 0 !important;
    }

    .checkout-index-index
        #checkout-step-payment
        fieldset
        .opc-payment
        .payment-group {
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0 20px;
    }

    .checkout-index-index
        #checkout-step-payment
        fieldset
        .opc-payment
        .payment-method {
        flex: auto;
        width: 100%;
    }

    .checkout-index-index #checkout-step-payment .discount-code {
        padding: 0 20px;
    }

    .checkout-cart-index .page-main .cart-container .cart-discount .content,
    .checkout-cart-index .page-main .cart-container .cart-discount .title,
    .checkout-cart-index .page-main .cart-container .carrinho-total,
    .checkout-cart-index .page-main .cart-container .cart-discount,
    .checkout-cart-index .page-main .cart-container .cart-summary {
        padding: 0;
    }

    .checkout-index-index
        #checkout-step-payment
        fieldset
        .opc-payment
        .payment-method-title
        label {
        min-height: 80px;
        font-size: 16px;
    }

    .checkout-index-index
        #checkout-step-payment
        fieldset
        .opc-payment
        .payment-method-title
        label {
        font-size: 16px;
    }

    .checkout-onepage-success .data-item td img {
        width: 270px;
        height: auto;
        object-fit: cover;
        margin: auto;
    }

    .checkout-onepage-success .shipping-address,
    .checkout-onepage-success .shipping-method,
    .checkout-onepage-success .billing-address,
    .checkout-onepage-success .billing-method {
        margin-bottom: 0;
    }

    .checkout-onepage-success table tbody tr {
        border: none;
    }

    .checkout-onepage-success .show-order tbody .data-item td:first-child {
        text-align: center;
    }

    .checkout-onepage-success table thead th,
    .checkout-onepage-success table tbody td {
        font-size: 16px;
        padding-bottom: 0;
    }

    .checkout-index-index
        #checkout-step-payment
        fieldset
        .opc-payment
        .payment-method-title
        label {
        font-size: 16px;
    }

    .checkout-onepage-success .data-item td img {
        width: 270px;
        height: auto;
        object-fit: cover;
        margin: auto;
    }

    .checkout-onepage-success .shipping-address,
    .checkout-onepage-success .shipping-method,
    .checkout-onepage-success .billing-address,
    .checkout-onepage-success .billing-method {
        margin-bottom: 0;
    }

    .checkout-onepage-success table tbody tr {
        border: none;
    }

    .checkout-onepage-success .show-order tbody .data-item td:first-child {
        text-align: center;
    }

    .checkout-onepage-success table thead th,
    .checkout-onepage-success table tbody td,
    .checkout-onepage-success table tfoot th,
    .checkout-onepage-success table tfoot td {
        font-size: 16px;
        padding: 0;
        text-align: center !important;
        border: none;
    }

    .checkout-onepage-success table tfoot th {
        padding-right: 0px !important;
    }
}

/* ================================== */
/* ========== BREAK POINTS ========== */
/* ================================== */
/* 
Os breakpoints inseridos aqui está seguindo os padrões do Bootstrap( https://getbootstrap.com/docs/5.0/layout/breakpoints/ ) 
Fique a vontade para criar seus próprios breakpoints.

aaaa.... os que não vou utilizar estarão comentados, fique a vontade para descomentar e utilizar.
*/

@media (max-width: 575.98px) {
    /* Retiro o margin-right -15px, pois o mesmo estava quebrando no responsivo do site.*/
    .row {
        margin-right: 0 !important;
    }

    .footer__newsletter .col-md-5,
    .footer__newsletter .col-md-3,
    .footer__newsletter .col-md-9 {
        padding-right: 0;
    }

    .product-info-main .product-info-price {
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .header {
        background: #38243c !important;
    }

    .header__info__menu i {
        --fa-primary-color: #ffffff;
        --fa-secondary-color: #ffffff;
    }

    .header__info__busca i {
        --fa-primary-color: #ffffff;
        --fa-secondary-color: #ffffff;
    }

    .checkout-cart-index .header {
        background: #f0f2f8 !important;
    }

    .megamenu {
        padding-top: 0px !important;
    }

    /* Alterando icone de carrinho */
    .icon_cart_mobile {
        display: initial;
    }

    .icon_cart_desktop {
        display: none;
    }

    .nav-open .nav-sections {
        max-width: 320px !important;
    }

    .sections.nav-sections .section-items nav.navigation {
        background: #ffffff !important;
    }

    /* [INÍCIO] Form de Pesquisa */
    .header .block-search .block-content button {
        padding: 2px 0px !important;
    }

    /* Menu */
    .sections.nav-sections .section-items nav.navigation ul li a {
        color: #38243c !important;
    }

    /* [INÍCIO] - Slide de Produtos */
    .product-item .product-item-info {
        width: 100% !important;
    }

    /* -- Botões de próximo e anterior */
    .listagem-produtos .slick-prev {
        left: 0px !important;
    }

    .listagem-produtos .slick-next {
        right: 0px !important;
    }

    /* [INÍCIO] - Slide de produtos - Retirando espaçamentos laterais do mobile*/
    .listagem-produtos .slick-track {
        margin: 0 !important;
    }

    /* Descrição do produto - Alterando area da imagem */
    .fotorama__stage {
        width: 767px !important;
        height: 767px !important;
    }

    .slick-slide > div {
        margin-left: 0px !important;
    }

    /* [INÍCIO] - FOOTER */
    .footer__top {
        padding: 40px 0 !important;
    }

    /* [INÍCIO] - Newsletter*/
    .footer__newsletter .row .block.newsletter {
        max-width: 100% !important;
    }

    .block.newsletter .form.subscribe {
        display: flex !important;
        width: 100% !important;
        justify-content: space-between !important;
    }

    .footer__newsletter .row .block.newsletter .newsletter {
        max-width: 80% !important;
    }

    .footer__newsletter .row .block.newsletter .actions {
        position: relative !important;
        right: initial !important;
        top: initial !important;
        display: block !important;
    }

    .footer__newsletter .col-md-7 {
        margin-left: 15px !important;
    }

    .footer__newsletter .row .block.newsletter .newsletter {
        max-width: 100% !important;
    }

    .footer__newsletter .row .block.newsletter .actions button {
        padding: 0 20px !important;
    }

    .block.newsletter .form.subscribe {
        flex-direction: column;
    }

    .footer__newsletter .row .block.newsletter label,
    .footer__newsletter .row .block.newsletter .actions button {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .footer__top .col-md-4,
    .footer__top .col-md-4 .col-md-12 {
        padding-right: 0px !important;
    }

    .block.newsletter .actions {
        width: auto !important;
    }

    /* [FIM] - Newsletter*/

    /* ================================================ */
    /* ========== PAGINA DE GRID DE PRODUTOS ========== */
    /* ================================================ */
    .item.product.product-item {
        margin-top: 20px !important;
    }

    .products-grid .product-item,
    .page-products.catalog-category-view
        .listagem-produtos
        .products-grid
        .product-item:nth-child(4n + 1) {
        margin-left: 0 !important;
    }

    .checkout-cart-index .footer .footer__top-bar .col-md-4,
    .checkout-index-index .footer .footer__top-bar .col-md-4,
    .customer-account-create .footer .footer__top-bar .col-md-4 {
        width: 100% !important;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991.98px) {
    .text_carrinho {
        display: none !important;
    }
}

/* @media (max-width: 1199.98px) {} */

/* @media (max-width: 1399.98px) {} */
.active i,
.checkout-index-index
    aside.opc-sidebar
    .modal-content
    .opc-block-summary
    .items-in-cart
    .title
    strong {
    color: #fff !important;
}

.checkout-cart-index
    .page-main
    .cart-container
    .cart-discount
    .content
    .fieldset
    .actions-toolbar {
    bottom: 0;
}

.checkout-cart-index .header .stepper-wrapper .active .step-counter i,
.checkout-cart-index
    .page-main
    .cart-container
    form.form-cart
    .main.actions
    button.update,
.checkout-cart-index
    .page-main
    .cart-container
    .cart-discount
    .content
    .fieldset
    .actions-toolbar
    button,
.checkout-cart-index .footer .footer__top-bar i,
.checkout-index-index .footer .footer__top-bar i,
.customer-account-create .footer .footer__top-bar i,
.checkout-cart-index .footer .footer__top-bar p,
.checkout-index-index .footer .footer__top-bar p,
.customer-account-create .footer .footer__top-bar p {
    color: #fff !important;
}

.catalog-product-view
    .product-info-main
    .product-info-stock-sku
    .unavailable
    span {
    background: red;
}

.page-products.catalog-category-view
    .toolbar-bottom
    .toolbar-products
    .pages
    .item
    .action.next::before,
.catalogsearch-result-index
    .toolbar-bottom
    .toolbar-products
    .pages
    .item
    .action.next::before {
    color: #fff !important;
}

.titulo_instagram {
    height: 1px;
    background-color: #cccccc;
    text-align: center;
    margin-bottom: 60px;

    & span {
        position: relative;
        top: -27px;
        padding: 0 20px;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: bolder;
        background: #ffffff;
    }
}

@media (max-width: 767px) {
    .page-layout-checkout .header {
        background: #f0f2f8 !important;
    }

    .checkout-index-index .page-main .opc-wrapper {
        padding: 0;
    }

    .checkout-index-index .page-main .opc-wrapper .shipping-address-items {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        /* justify-content: center; */
    }

    .checkout-index-index .page-main .opc-wrapper ol li .shipping-address-item {
        margin-right: 7px;
    }

    .checkout-index-index .opc-estimated-wrapper .estimated-block,
    .checkout-index-index .opc-estimated-wrapper .action.showcart .counter.qty {
        color: #fff;
    }

    .titulo_instagram {
        & span {
            top: -21px;
            font-size: 30px;
        }
    }
}

@media (min-width: 768px) {
    .product-item-actions {
        display: block !important;
    }

    .listagem-produtos li.product-item .product-item-details {
        min-height: 225px !important;
    }

    .listagem-produtos
        li.product-item
        .product-item-details
        .product-reviews-summary {
        margin-bottom: 0px !important;
        min-height: 0px !important;
        height: 0px !important;
    }

    .cart.table-wrapper .product-item-photo {
        height: auto !important;
    }

    a.product.photo.product-item-photo img {
        max-height: 245px;
    }

    .minicart-items .product > .product-item-photo {
        height: 66px !important;
    }

    .checkout-index-index
        .page-main
        .opc-wrapper
        ol
        li
        #co-shipping-form
        #shipping-new-address-form
        div.field
        label,
    .checkout-index-index
        .page-main
        .opc-wrapper
        ol
        li
        #co-shipping-form
        #shipping-new-address-form
        div.field
        span,
    .checkout-index-index
        .page-main
        .opc-wrapper
        ol
        li
        .form-login
        fieldset
        label,
    .checkout-index-index
        .page-main
        .opc-wrapper
        ol
        li
        .form-login
        fieldset
        span {
        color: var(--body-color) !important;
        font-size: 18px !important;
    }

    .header__info__atendimento__content ul li a,
    .header__info__cadastro__content ul li a,
    h1,
    h1 span,
    h2,
    h2 span,
    h3,
    h3 span,
    h4,
    h4 span,
    h5,
    h5 span,
    h6,
    h6 span,
    .text_carrinho,
    .titulo_instagram span,
    .catalog-product-view .product h1 span {
        color: var(--primary-color);
    }

    .titulo_instagram {
        height: 1px;
        background-color: #cccccc;
        text-align: center;
        margin-bottom: 60px;

        & span {
            position: relative;
            top: -27px;
            padding: 0 20px;
            font-size: 36px;
            text-transform: uppercase;
            font-weight: bolder;
            background: #ffffff;
        }
    }

    /* INICIO -  correção do tamanho da caixa de foto */
    .product-item-photo {
        height: 265px !important;
        display: block;
    }

    /* FIM  - correção do tamanho da caixa de foto */

    .checkout-cart-index .header .stepper-wrapper .stepper-item .step-counter i,
    .checkout-index-index
        .header
        .stepper-wrapper
        .stepper-item
        .step-counter
        i,
    .customer-account-create
        .header
        .stepper-wrapper
        .stepper-item
        .step-counter
        i {
        color: var(--primary-color);
    }

    .slick-slide img {
        border-radius: var(--border-radius);
        max-height: 265px !important;
    }

    .listagem-produtos li.product-item .price-box .price {
        font-size: 30px !important;
    }

    .listagem-produtos li.product-item .price-box {
        margin-top: -20px !important;
    }

    p.testimonial-message {
        min-height: 160px;
    }
}

.listagem-produtos li.product-item .product-item-details .product-item-name {
    min-height: 60px;
    height: 60px;
    overflow: hidden;
}

.toolbar-bottom .toolbar-sorter {
    display: none;
}
body.page-products.catalog-category-view
    .toolbar-bottom
    .toolbar-products
    .pages {
    justify-content: center;
}

body.checkout-index-index
    .page-main
    .opc-wrapper
    ol
    li
    .shipping-address-item.selected-item {
    color: #000 !important;
    border: 1px solid #ccc;
    line-height: 22px;
    font-size: 15px;
    padding: 28px 15px 15px;
}
.checkout-index-index .table-checkout-shipping-method tbody tr {
    background-color: #efefef;
}
.checkout-index-index
    aside.opc-sidebar
    .modal-content
    .opc-block-summary
    .items-in-cart
    .minicart-items-wrapper
    li
    .product-item-inner
    .product-item-name {
    text-align: left !important;
    margin: 0;
    padding: 0 !important;
}
.checkout-index-index
    #checkout-step-payment
    fieldset
    .opc-payment
    .payment-method-title
    label {
    background-color: #efefef;
    font-size: 13px;
}

.checkout-index-index .logo-pix svg {
    max-width: 80px;
    height: auto;
    border: 1px solid #efefef;
    padding: 5px;
    border-radius: 3px;
}
.checkout-onepage-success .action.print {
    color: #fff !important;
}
.sales-order-history .orders-history table tbody tr {
    background: #f0f0f0;
    margin: 0 0 5px;
}
@media only screen and (max-width: 480px) {
    /* Mobile devices */
    .pagebuilder-slider,
    .pagebuilder-slide-wrapper,
    .banner-mid .pagebuilder-overlay {
        min-height: 390px !important;
        max-height: 390px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    /* iPads, Tablets */
    .pagebuilder-slider,
    .pagebuilder-slide-wrapper,
    .banner-mid .pagebuilder-overlay {
        min-height: 235px !important;
        max-height: 235px !important;
    }

    .pagebuilder-slider.slick-initialized.slick-slider.slick-dotted
        > .slick-list.draggable
        > .slick-track
        > .slick-slide
        .pagebuilder-slide-wrapper {
        background-size: 100% !important;
        background-position: top center !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /* Small screens, laptops */
    .pagebuilder-slider,
    .pagebuilder-slide-wrapper,
    .banner-mid .pagebuilder-overlay {
        min-height: 310px !important;
        max-height: 310px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    /* Desktops, large screens */
    .pagebuilder-slider,
    .pagebuilder-slide-wrapper,
    .banner-mid .pagebuilder-overlay {
        min-height: 360px !important;
        max-height: 360px !important;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
    /*  Extra large screens, TV */
    .pagebuilder-slider,
    .pagebuilder-slide-wrapper,
    .banner-mid .pagebuilder-overlay {
        min-height: 503px !important;
        max-height: 503px !important;
    }
}

@media only screen and (min-width: 1441px) {
    /*  Extra large screens, TV */
    .pagebuilder-slider,
    .pagebuilder-slide-wrapper,
    .banner-mid .pagebuilder-overlay {
        /* height: 680px !important; */
        max-height: 680px !important;
    }

    .pagebuilder-slider.slick-initialized.slick-slider.slick-dotted
        > .slick-list.draggable
        > .slick-track
        > .slick-slide
        .pagebuilder-slide-wrapper {
        background-size: 100% !important;
        background-position: top center !important;
        max-height: 680px !important;
    }
}

@media (max-width: 480px) {
    .listagem-produtos li.product-item .product-item-details {
        /* max-height: max-content; */
        height: auto;
    }
    .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .pagebuilder-slide-wrapper {
        background-size: cover !important;
        background-position: center !important;
    }

    .pagebuilder-slide-wrapper .slick-slide > div {
        margin-left: 0px !important;
    }
    .header__info__carrinho .minicart-wrapper .block-minicart {
        right: -16px;
        box-shadow: 0 0 8px 4px #0000001f;
    }
    .pages .pages-items {
        padding: 2px 40px 0 0;
    }
}

@media (max-width: 1400px) {
    .pagebuilder-slide-wrapper {
        background-size: contain !important;
        background-position: center !important;
    }
}

@media (max-width: 480px) {
    .pagebuilder-slide-wrapper {
        background-size: cover !important;
        background-position: center !important;
    }
    .listagem-produtos
        li.product-item
        .product-item-details
        .product-item-name {
        height: auto;
        min-height: auto;
    }
    .cms-home .testimonials-slider figure.testimonial .author {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
    }
    .cms-home .testimonials-slider figure.testimonial {
        padding: 40px 20px 40px;
    }
}

@media (max-width: 767px) {
    .checkout-cart-index
        .page-main
        .cart-container
        #gift-options-cart
        .cart-gift-item
        .gift-item-block
        .title,
    .checkout-cart-index
        .page-main
        .cart-container
        #gift-options-cart
        .cart-gift-item
        .gift-item-block
        .content
        .gift-options
        .gift-options-title,
    .checkout-cart-index
        .page-main
        .cart-container
        #gift-options-cart
        .cart-gift-item
        .gift-item-block
        .content
        .gift-options
        fieldset.fieldset
        .field
        label {
        color: #fff;
    }
    .checkout-cart-index
        .page-main
        .cart-container
        #gift-options-cart
        .cart-gift-item
        .gift-item-block
        .content
        .gift-options
        .actions-toolbar
        .secondary
        .action-update {
        background-color: #1c1918;
    }
    .checkout-payment-method .ccard .input-text,
    .checkout-payment-method .ccard select {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .page-wrapper {
        min-height: initial;
    }
}

@media (min-width: 768px) {
    .checkout-cart-index
        .page-main
        .cart-container
        #gift-options-cart
        .cart-gift-item {
        background-color: #e8e8e8;
    }
}

.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted
    > .slick-list.draggable
    > .slick-track
    > .slick-slide
    > div
    > div
    > div
    > .pagebuilder-slide-wrapper {
    background-size: 100% 100% !important;
}

.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted
    > .slick-list.draggable
    > .slick-track
    > .slick-slide
    .pagebuilder-slide-wrapper {
    background-size: 100% 100% !important;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    /* iPads, Tablets */
    .pagebuilder-slider,
    .pagebuilder-slide-wrapper,
    .banner-mid .pagebuilder-overlay {
        min-height: 235px !important;
        max-height: 235px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /* Small screens, laptops */
    .pagebuilder-slider,
    .pagebuilder-slide-wrapper,
    .banner-mid .pagebuilder-overlay {
        min-height: 310px !important;
        max-height: 310px !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    /* Desktops, large screens */
    .pagebuilder-slider,
    .pagebuilder-slide-wrapper,
    .banner-mid .pagebuilder-overlay {
        min-height: 360px !important;
        max-height: 360px !important;
    }
}
@media only screen and (min-width: 1201px) {
    /*  Extra large screens, TV */
    .pagebuilder-slider,
    .pagebuilder-slide-wrapper,
    .banner-mid .pagebuilder-overlay {
        min-height: 450px !important;
        max-height: 450px !important;
    }
}

.popup-authentication .block-authentication .control .input-text {
    border-radius: var(--border-radius) !important;
    height: 5opx !important;
    border: 1px solid #cccccc !important;
    background-color: #f0f2f8 !important;
}
