﻿.mi-textalign {
    text-align: center!important;
}

.mi-border-bottom {
    border-bottom: none!important;
}

.mi-padding-top-2 {
    padding-top: 2rem!important;
}

.mi-view-info-link {
    cursor: pointer!important;
    text-decoration: none!important;
}

.mi-section-info-display-none {
    display: none;
}

.f-w-100 {
    font-weight: 100!important;
}

.mi-display-flex {
    display: flex;
}
.mi-red{
    color: #d6140a;
}

.mi-bold{
    font-weight: bold;
}

.mi-font-size-h3{
    font-size: 1.8rem!important;
    font-weight: normal!important;
}
figcaption {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: #696969;
}

.close {
    opacity: 1!important;
}

.thb-item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #d6140a;
    color: #ffffff;
    top: -8px;
}

.thb-item-count-none {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #000000;
    color: #ffffff;
    top: -8px;
}

.mi-heart-color {
    fill: #73311B;
}

.mi-backgroud-transparent {
    background-color: transparent!important;
}

.mi-btn-heart-favorite {
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 5px!important;
    margin-top: -50px;
    margin-left: 5px;
}

.mi-view-plus {
    display: flex;
    justify-content: flex-end;
}

.mi-height-70 {
    height: 70px!important;
}

.mi-height-50 {
    height: 50px!important;
}

.mi-align-center {
    display: flex;
    align-items: center;
}

.margin-cero{
    margin: 0!important;
}
.title-property-favorities{
    font-size: 20px!important;
    text-align: center;
    /*margin-top: 40px!important;*/
    display: block;
    margin: auto;
}
.align-img-favorite{
    display: table-cell;
    vertical-align: middle;
}
.color-icon-close{
    color: orangered;
}

.color-icon-close-white{
    color: white;
}
.list-favorite-buttons{
    display:flex!important;
    justify-content: space-between!important;

}
.div-items-favorite-empty {
    height: 100%;
    padding: 10vh 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.items-property-favorite-empty{
    position: relative;
    text-align: center;
    width: 100%;
    display:inline-block;
    vertical-align: middle;
}

/*-----------------------------------*/
/*------ MENU FAVORITES ------*/
/*-----------------------------------*/

.Drawer {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: calc(100vw - 65px);
    height: 100vh;
    max-height: none;
    z-index: 20;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #fff;
    box-shadow: none;
    touch-action: manipulation
}

.Drawer:focus {
    outline: none
}

.Drawer::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2), -2px 0 10px rgba(54, 54, 54, 0.2);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.Drawer--secondary {
    background: #fff
}

.Drawer--fromLeft {
    transform: translateX(calc(-100vw + 65px))
}

.Drawer--fromRight {
    right: 0;
    left: auto;
    transform: translateX(calc(100vw - 65px))
}

.Drawer--fromLeft {
    left: auto;
    transform: translateX(calc(100vw - 65px))
}

.mi-padding-top-20 {
    padding-top: 20px;
}

.mi-family-size {
    font-family: "Maison Neue Book", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif!important;
    font-size: 1.5rem!important;
    line-height: 105%!important;
    padding-bottom: 7px!important;
}

.mi-overflow-hidden {
    overflow: hidden;
}

.mi-display-flex-menu {
    display: flex!important;
    justify-content: space-between!important;
    align-items: flex-end!important;
}

.mi-display-flex-menu-search {
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
}

.mi-display-flex-input {
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
}

.mi-width {
    width: 100%!important;
}

.mi-color-red {
    fill: #A19F92 !important;
}

.mi-color-red-hover:hover {
    fill: #73311B !important;
}

.mi-color-brown {
    color: #2e0e02!important;
}

.mi-color-yellow {
    color: #F1C40F!important;
}

.mi-height-4-2-rem {
    height: 4.2rem!important;
}

.mi-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
}

.Drawer[aria-hidden="false"] {
    visibility: visible;
    transform: translateX(0)
}

.Drawer[aria-hidden="false"]::before {
    opacity: 1
}

.Drawer__Container {
    width: 100%
}

.Drawer--fromLeft .Drawer__Container {
    padding-left: 18px;
    padding-right: 24px
}

.Drawer--fromRight .Drawer__Container {
    padding-left: 24px;
    padding-right: 18px
}

.Drawer__Header {
    display: flex;
    align-items: center;
    position: relative;
    height: 50px;
    max-height: 60px;
    background: inherit;
    text-align: center;
    z-index: 1
}

@supports (--css: variables) {
    .Drawer__Header {
        height: var(--header-height)
    }
}

.Drawer__Header--center {
    justify-content: center
}

.Drawer__Close {
    position: absolute;
    margin-left: 0;
    left: 18px;
    top: calc(50% - 7px);
    line-height: 0
}

.Drawer__Close svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.25px
}

.Drawer--fromRight .Drawer__Close {
    right: 18px;
    left: auto;
    border: none !important;
}

.Drawer__Header--bordered {}

.Drawer--secondary .Drawer__Header--bordered {}

.Drawer--secondary .Collapsible {
    border-bottom-color: rgba(221, 221, 221, 0.6)
}

.Drawer__Content {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: calc(100% - 60px);
    max-height: calc(100% - 50px)
}

@supports (--css: variables) {
    .Drawer__Content {
        height: calc(100% - var(--header-height));
        max-height: calc(100% - var(--header-height))
    }
}

@supports (width: calc(max(100%))) {
    .Drawer__Content {
        height: calc(max(100% - var(--header-height), 100% - 60px));
        max-height: calc(max(100% - var(--header-height), 100% - 60px))
    }
}

.Drawer__Main {
    flex: 1 1 auto
}

.Drawer__Footer {
    flex: none;
}

.Drawer--secondary .Drawer__Footer {
    box-shadow: 0 -1px rgba(221, 221, 221, 0.6)
}

.Drawer__Footer--padded {
    padding: 24px
}

[data-drawer-animated-left],
[data-drawer-animated-right] {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s
}

.Drawer[aria-hidden="false"] [data-drawer-animated-left],
.Drawer[aria-hidden="false"] [data-drawer-animated-right] {
    opacity: 1;
    transform: translateX(0)
}

[data-drawer-animated-left] {
    transform: translateX(-65px)
}

[data-drawer-animated-right] {
    transform: translateX(65px)
}

[data-drawer-animated-bottom] {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.Drawer[aria-hidden="false"] [data-drawer-animated-bottom] {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s
}

.Icon-Wrapper--clickable {
    background: transparent
}

.Icon-Wrapper--clickable::before {
    position: absolute;
    content: '';
    top: -8px;
    right: -12px;
    left: -12px;
    bottom: -8px;
    transform: translateZ(0)
}

.Icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    pointer-events: none
}

.Cart__ShippingNotice {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 11px;
    border-bottom: 1px solid #ddd;
    line-height: normal;
    z-index: 1;
    background: #fff
}

.Cart__Empty {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-animation: cartEmptyOpening 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: cartEmptyOpening 0.8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.CartItemWrapper {
    overflow: hidden
}

.CartItem {
    display: table;
    table-layout: fixed;
    margin: 30px 0;
    width: 100%
}

.CartItem__ImageWrapper,
.CartItem__Info {
    display: table-cell;
    vertical-align: middle
}

.CartItem__ImageWrapper {
    width: 90px;
    min-width: 90px;
    text-align: center
}

.CartItem__Info {
    padding-left: 25px
}

.CartItem__Title {
    width: 100%;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.CartItem__Title,
.CartItem__Variant,
.CartItem__PropertyList {
    margin-bottom: 0.45em
}

.CartItem__Meta,
.CartItem__LinePriceList,
.CartItem__DiscountList {
    font-size: 9px
}

.CartItem__PropertyList {
    list-style: none;
    font-style: italic
}

.CartItem__DiscountList {
    list-style: none
}

.CartItem__Discount {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 8px;
    background: rgba(249, 76, 67, 0.1);
    color: #f94c43
}

.CartItem__Discount svg {
    margin-right: 4px;
    vertical-align: text-bottom
}

.CartItem__Discount+.CartItem__Discount {
    margin-top: 4px
}

.CartItem__Actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.CartItem__PriceList {
    margin-bottom: 16px
}

.CartItem__Remove {
    margin: 8px 0;
    font-size: 8px
}

.CartItem__Remove::before {
    background: #909090
}

.Cart .Drawer__Footer,
.Cart__OffscreenNoteContainer {
    padding: 14px 24px 24px 24px
}

.Cart__Checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px
}

.Cart__OffscreenNoteContainer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    border-top: 1px solid #ddd;
    transform: translateY(100%);
    transition: transform 0.25s ease-in-out
}

.Cart__OffscreenNoteContainer[aria-hidden="false"] {
    transform: translateY(0);
    box-shadow: 1px 0 6px rgba(54, 54, 54, 0.2)
}

.Cart__Note {
    margin-top: 10px
}

.Cart__Taxes {
    margin-bottom: 8px
}

.Cart__Discount svg {
    margin-right: 8px;
    vertical-align: sub
}

.has-note-open[aria-hidden="false"] .Drawer__Header,
.has-note-open[aria-hidden="false"] .Drawer__Main {
    opacity: 0.4;
    pointer-events: none;
    transition: opacity 0.5s ease
}

.Cart--expanded .Cart__Footer {
    padding-top: 25px;
    border-top: 1px solid #ddd
}

.Cart--expanded .Cart__Recap {
    text-align: right
}

.Cart--expanded .Cart__Recap,
.Cart--expanded .Cart__Recap .Cart__Checkout {
    margin-top: 16px
}

.Cart--expanded .Cart__Checkout {
    margin-left: auto
}

.Button__SeparatorDot {
    display: inline-block;
    margin: 0 18px;
    content: '';
    height: 3px;
    width: 3px;
    border-radius: 100%;
    background: currentColor
}

.u-h4,
.Rte h4 {
    font-size: 15px
}

.u-h5,
.Rte h5 {
    font-size: 13px
}

.u-h6,
.Rte h6 {
    font-size: 12px
}

.u-h7 {
    font-size: 11px
}

.u-h8 {
    font-size: 10px
}

.QuantitySelector {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    white-space: nowrap;
    padding: 8px;
}

.QuantitySelector__CurrentQuantity {
    font-size: 18px;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

.QuantitySelector__CurrentQuantity {
    font-size: 12px;
}

.QuantitySelector__CurrentQuantity {
    display: inline-block;
    width: 20px;
    padding: 0;
    font-size: 10px;
    text-align: center;
    letter-spacing: normal;
    background: transparent;
    border: none;
}

@media screen and (min-width: 1140px) {
    .Cart--expanded .CartItem__Info {
        max-width: 425px;
        width: 425px
    }
}

@media screen and (min-width: 641px) {
    .Drawer {
        width: 400px;
        transform: translateX(-100%)
    }
    .Drawer--small {
        width: 340px
    }
    .Drawer--fromRight {
        transform: translateX(100%)
    }
    .Drawer__Header {
        max-height: 80px;
        min-height: 60px
    }
    @supports (width: calc(max(100%))) {
        .Drawer__Content {
            height: calc(max(100% - var(--header-height), 100% - 80px));
            max-height: calc(max(100% - var(--header-height), 100% - 80px))
        }
    }
    .Drawer--fromLeft .Drawer__Container,
    .Drawer--fromRight .Drawer__Container {
        padding-left: 30px;
        padding-right: 30px
    }
    .Drawer__Close {
        left: 30px
    }
    .Drawer--fromRight .Drawer__Close {
        right: 30px;
        left: auto
    }
    .Drawer__Close svg {
        stroke-width: 1.5px
    }
    .Drawer__Footer--padded {
        padding: 24px 30px
    }

    .Cart__ShippingNotice {
        font-size: 13px
    }
    .CartItem__ImageWrapper {
        width: 120px
    }
    .CartItem__Title {
        font-size: 12px
    }
    .CartItem__Meta,
    .CartItem__LinePriceList {
        font-size: 11px
    }
    .CartItem__Remove {
        font-size: 9px
    }
    .CartItem__PriceList {
        margin-bottom: 20px
    }
    .Cart .Drawer__Footer,
    .Cart__OffscreenNoteContainer {
        padding: 20px 30px 30px 30px
    }
    .Cart__NoteButton+.Cart__Taxes {
        margin-top: 4px
    }
    .Cart--expanded .Cart__ItemList {
        display: table;
        table-layout: auto;
        border-spacing: 0 30px;
        width: 100%
    }
    .Cart--expanded .Cart__Head {
        display: table-header-group
    }
    .Cart--expanded .Cart__HeadItem {
        display: table-cell;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd
    }
    .Cart--expanded .CartItem {
        display: table-row
    }
    .Cart--expanded .CartItem__Info {
        max-width: 300px;
        width: 300px
    }
    .Cart--expanded .CartItem__Info>.CartItem__Actions {
        display: none
    }
    .Cart--expanded .CartItem__Info~.CartItem__Actions,
    .Cart--expanded .CartItem__Info~.CartItem__LinePriceList {
        display: table-cell;
        vertical-align: middle
    }
    .Cart--expanded .CartItem__QuantitySelector {
        margin-bottom: 6px
    }
    .Cart--expanded .Cart__Footer {
        display: table;
        width: 100%;
        table-layout: fixed
    }
    .Cart--expanded .Cart__Recap,
    .Cart--expanded .Cart__NoteContainer {
        display: table-cell
    }
    .Cart--expanded .Cart__NoteContainer {
        width: 340px
    }
    .Cart--expanded .Cart__Checkout {
        width: auto
    }
    .u-h1,
    .Rte h1 {
        font-size: 20px
    }
    .u-h2,
    .Rte h2 {
        font-size: 18px
    }
    .u-h3,
    .Rte h3 {
        font-size: 18px
    }
    .u-h4,
    .Rte h4 {
        font-size: 16px
    }

    .CartItem__Info~.CartItem__Actions,
    .CartItem__Info~.CartItem__LinePriceList {
        display: none
    }
}

/*-----------------------------------*/
/*------ SCROLL ------*/
/*-----------------------------------*/

#nprogress .bar {
    background: #1a508b!important;
}

#nprogress .peg {
    box-shadow: 0 0 10px #1a508b, 0 0 5px #1a508b !important;
}

#nprogress .spinner-icon {
    border-top-color: transparent!important;
    border-left-color: transparent!important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #5A675B;
    border: 91px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: #5A675B;
}
::-webkit-scrollbar-thumb:active {
    background: #5A675B;
}
::-webkit-scrollbar-track {
    background: #adadad;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: #5A675B;
}
::-webkit-scrollbar-track:active {
    background: #5A675B;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

.mi-PageOverlay-intro {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    background: #ffffff;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out
}

.mi-PageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out
}
.mi-PageOverlay.is-visible {
    opacity: 0.7!important;
    visibility: visible!important;
    z-index: 12342!important;
}

.PageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: #363636;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
}
.PageOverlay.is-visible {
    opacity: 0.5!important;
    visibility: visible!important;
    z-index: 12342!important;
}

/*-----------------------------------*/
/*------ GENERAL ------*/
/*-----------------------------------*/


/*-----------------------------------*/
/*------ MEDIAS QUERIES ------*/
/*-----------------------------------*/

@media screen and (max-width: 1024px) {

}

@media screen and (min-width: 992px) {

}
@media screen and (max-width: 768px) {
    .mi-textalign {
        text-align: left!important;
    }

    .mi-padding-top-2 {
        padding-top: 3rem!important
    }
    .mi-border-bottom {
        border-bottom: 1px!important;
    }

}

@media screen and (max-width: 576px) {

}