.box__slide {
margin-top: -73px;
}

html, body {
    height: 100%;
    margin: 0;
}

#wrapper {
    display: flex;
    flex-direction: column;
    min-height: min(100vh, 1000px);
}

.footer-container.js-footer {
    margin-top: auto;
    flex-shrink: 0;
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 1rem !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

section#content-hook_order_confirmation.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

. page-order-confirmation.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    background: #F47528;
}

/* Menu vertical*/

.leo-verticalmenu .title_block {
    margin: 0;
    background: var(--vertical-menu-bg-title);
    color: var(--vertical-menu-title-color);
    width: 100%;
    line-height: 26px;
    font-size: 0.9rem;
    padding: 1.25rem 1.5625rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
}


.leo-verticalmenu .title_block:hover {
   color: #F47528;
}

.leo-verticalmenu .title_block .icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 3px;
    flex-shrink: 0;
}

.leo-verticalmenu .title_block .icon-button svg {
    width: 18px;
    height: 18px;
}

/*Menu Vertical*/

/*ACCOUNT - Lista de produtos*/

.page-my-account #content .links a span.link-item {
    height: 280px !important;
    align-content: center;
    border-radius: 24px;

}

/* END - ACCOUNT - Lista de produtos*/

.form-control {
    border-radius: 14px !important;
}


#_desktop_cart .cart-products-count {
     background-color: #f1f2ec !important;
}

div.star.star_on:before, div.star.star_hover:before {
    color: #F47528;
}

.dropdown-toggle::after {
    display: inline-block;
    content: "+";
    border: 0;
    width: auto;
    height: auto;
    margin-left: 0.3em;
    vertical-align: middle;
    position: relative;
    transition: transform 0.3s ease;
}

.dropdown.show > .dropdown-toggle::after {
    content: "−";
}
.leo-modal-review .modal-dialog {
    max-width: 60% !important;
    width: calc(100% - 40px) !important;
}

.btn-secondary, .btn-tertiary {
      background-color: #f1f2ec !important;
      color: #4D5B27 !important;
}

.btn-secondary:hover, .btn-tertiary:hover {
   background-color: #4D5B27 !important;
    color: #FFFFFF !important;
    transition: all 0.3s ease;
}

/* BTN - Lista de produtos*/

.plist-style-3 .thumbnail-container .cart .btn {
    background-color:#6C7F36;
}

.product-quantity .add .btn {
     background-color:#6C7F36;
}

a.cart-dropdow-button.cart-dropdow-viewcart.btn.btn-primary.btn-outline {
    background-color: #f1f2ec;
    color: #4D5B27 !important;
}

.plist-style-1 .thumbnail-container .product-meta .cart .btn {
     background-color:#6C7F36;
}

.plist-style-1 .thumbnail-container .product-meta .cart .btn::before {
   background-color: #4D5B27;
}

/* END - BTN - Lista de produtos*/

:root
 {
    --btn-bg-2: #6C7F36;
    --btn-bg-2-hover: #4D5B27;
    --btn-color-2: #fff;
    --btn-color-2-hover: #fff;
}

.breadcrumb-full {
margin-top: -73px;
padding: 120px 0 30px !important;
}

@media (min-width: 320px) and (max-width: 768px) {
.keep-header #header:not(.active-scroll) {
   margin: 20px 20px 0 20px !important;
   position: relative;
   z-index: 99;
}
}

@media (min-width: 320px) and (max-width: 1440px) {
.elementor-16 .elementor-element.elementor-element-621ee31 > .elementor-container {
    margin: 0 50px;
}
}



/* MENU*/

.header_logo {
        max-width: 200px !important;
}

.keep-header #header:not(.active-scroll) {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 20px 20px 0 20px;
    border-radius: 999px !Important;
}

.keep-header #header .header-top {
   background-color: #fff;
    transition: 0.25s all ease;
    overflow: hidden;
    border-radius: 999px;
}


/* Paginas Cms */
.page-content.page-cms {
    padding: 0 !important;
}
 .container.container-parent {
    padding-right: 0 !important;
     padding-left: 0 !important;
    }


/* End - Paginas Cms */
