body, html {
    font-family: 'Montserrat', sans-serif;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
iframe {
    min-height: 100%;
}
.map {
    min-height: 400px;
}

.font {
    font-size: 18px;
}


.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.black {
    background-color: #000;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    background-color: #fff;
    color: #000;
    border-color: #000000;
}

.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
    float: left;
}

.col-xs-5th-5 {
    float: left;
    width: 100%;
}

.col-xs-5th-4 {
    width: 80%;
}

.col-xs-5th-3 {
    width: 60%;
}

.col-xs-5th-2 {
    width: 40%;
}

.col-xs-5th-1 {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-xs-5th-pull-5 {
    right: 100%;
}

.col-xs-5th-pull-4 {
    right: 80%;
}

.col-xs-5th-pull-3 {
    right: 60%;
}

.col-xs-5th-pull-2 {
    right: 40%;
}

.col-xs-5th-pull-1 {
    right: 20%;
}

.col-xs-5th-pull-0 {
    right: auto;
}

.col-xs-5th-push-5 {
    left: 100%;
}

.col-xs-5th-push-4 {
    left: 80%;
}

.col-xs-5th-push-3 {
    left: 60%;
}

.col-xs-5th-push-2 {
    left: 40%;
}

.col-xs-5th-push-1 {
    left: 20%;
}

.col-xs-5th-push-0 {
    left: auto;
}

.col-xs-5th-offset-5 {
    margin-left: 100%;
}

.col-xs-5th-offset-4 {
    margin-left: 80%;
}

.col-xs-5th-offset-3 {
    margin-left: 60%;
}

.col-xs-5th-offset-2 {
    margin-left: 40%;
}

.col-xs-5th-offset-1 {
    margin-left: 20%;
}

.col-xs-5th-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
        float: left;
    }

    .col-sm-5th-5 {
        float: left;
        width: 100%;
    }

    .col-sm-5th-4 {
        width: 80%;
    }

    .col-sm-5th-3 {
        width: 60%;
    }

    .col-sm-5th-2 {
        width: 40%;
    }

    .col-sm-5th-1 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-sm-5th-pull-5 {
        right: 100%;
    }

    .col-sm-5th-pull-4 {
        right: 80%;
    }

    .col-sm-5th-pull-3 {
        right: 60%;
    }

    .col-sm-5th-pull-2 {
        right: 40%;
    }

    .col-sm-5th-pull-1 {
        right: 20%;
    }

    .col-sm-5th-pull-0 {
        right: auto;
    }

    .col-sm-5th-push-5 {
        left: 100%;
    }

    .col-sm-5th-push-4 {
        left: 80%;
    }

    .col-sm-5th-push-3 {
        left: 60%;
    }

    .col-sm-5th-push-2 {
        left: 40%;
    }

    .col-sm-5th-push-1 {
        left: 20%;
    }

    .col-sm-5th-push-0 {
        left: auto;
    }

    .col-sm-5th-offset-5 {
        margin-left: 100%;
    }

    .col-sm-5th-offset-4 {
        margin-left: 80%;
    }

    .col-sm-5th-offset-3 {
        margin-left: 60%;
    }

    .col-sm-5th-offset-2 {
        margin-left: 40%;
    }

    .col-sm-5th-offset-1 {
        margin-left: 20%;
    }

    .col-sm-5th-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
        float: left;
    }

    .col-md-5th-5 {
        float: left;
        width: 100%;
    }

    .col-md-5th-4 {
        width: 80%;
    }

    .col-md-5th-3 {
        width: 60%;
    }

    .col-md-5th-2 {
        width: 40%;
    }

    .col-md-5th-1 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-md-5th-pull-5 {
        right: 100%;
    }

    .col-md-5th-pull-4 {
        right: 80%;
    }

    .col-md-5th-pull-3 {
        right: 60%;
    }

    .col-md-5th-pull-2 {
        right: 40%;
    }

    .col-md-5th-pull-1 {
        right: 20%;
    }

    .col-md-5th-pull-0 {
        right: auto;
    }

    .col-md-5th-push-5 {
        left: 100%;
    }

    .col-md-5th-push-4 {
        left: 80%;
    }

    .col-md-5th-push-3 {
        left: 60%;
    }

    .col-md-5th-push-2 {
        left: 40%;
    }

    .col-md-5th-push-1 {
        left: 20%;
    }

    .col-md-5th-push-0 {
        left: auto;
    }

    .col-md-5th-offset-5 {
        margin-left: 100%;
    }

    .col-md-5th-offset-4 {
        margin-left: 80%;
    }

    .col-md-5th-offset-3 {
        margin-left: 60%;
    }

    .col-md-5th-offset-2 {
        margin-left: 40%;
    }

    .col-md-5th-offset-1 {
        margin-left: 20%;
    }

    .col-md-5th-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
        float: left;
    }

    .col-lg-5th-5 {
        float: left;
        width: 100%;
    }

    .col-lg-5th-4 {
        width: 80%;
    }

    .col-lg-5th-3 {
        width: 60%;
    }

    .col-lg-5th-2 {
        width: 40%;
    }

    .col-lg-5th-1 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-5th-pull-5 {
        right: 100%;
    }

    .col-lg-5th-pull-4 {
        right: 80%;
    }

    .col-lg-5th-pull-3 {
        right: 60%;
    }

    .col-lg-5th-pull-2 {
        right: 40%;
    }

    .col-lg-5th-pull-1 {
        right: 20%;
    }

    .col-lg-5th-pull-0 {
        right: auto;
    }

    .col-lg-5th-push-5 {
        left: 100%;
    }

    .col-lg-5th-push-4 {
        left: 80%;
    }

    .col-lg-5th-push-3 {
        left: 60%;
    }

    .col-lg-5th-push-2 {
        left: 40%;
    }

    .col-lg-5th-push-1 {
        left: 20%;
    }

    .col-lg-5th-push-0 {
        left: auto;
    }

    .col-lg-5th-offset-5 {
        margin-left: 100%;
    }

    .col-lg-5th-offset-4 {
        margin-left: 80%;
    }

    .col-lg-5th-offset-3 {
        margin-left: 60%;
    }

    .col-lg-5th-offset-2 {
        margin-left: 40%;
    }

    .col-lg-5th-offset-1 {
        margin-left: 20%;
    }

    .col-lg-5th-offset-0 {
        margin-left: 0%;
    }
}


.normal {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.thin {
    font-weight: 100;
}

.semi-thin {
    font-weight: 200;
}

.extra-light {
    font-weight: 200;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extra-bold {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.font-5 {
    font-size: 5px !important;
}

.font-6 {
    font-size: 6px !important;
}

.font-7 {
    font-size: 7px !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

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

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-37 {
    font-size: 37px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-39 {
    font-size: 39px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-41 {
    font-size: 41px !important;
}

.font-42 {
    font-size: 42px !important;
}

.font-43 {
    font-size: 43px !important;
}

.font-44 {
    font-size: 44px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-46 {
    font-size: 46px !important;
}

.font-47 {
    font-size: 47px !important;
}

.font-48 {
    font-size: 48px !important;
}

.font-49 {
    font-size: 49px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-52 {
    font-size: 52px !important;
}

.font-65 {
    font-size: 65px !important;
}

.font-69 {
    font-size: 69px !important;
}

.font-70 {
    font-size: 70px !important;
}

.font-85 {
    font-size: 85px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-29 {
    line-height: 29px;
}

.lh-35 {
    line-height: 35px !important;
}

.lh-65 {
    line-height: 65px !important;
}

.border-right {
    border-right: 1px solid #0263b5 !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #D9D9D9;
    outline: 0 !important;
    box-shadow: none !important;
}

button:focus,
input:focus,
textarea:focus,
.owl-next:focus,
.owl-prev:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*.btn {*/
/*    text-transform: uppercase;*/
/*    font-stretch: condensed;*/
/*    letter-spacing: 1px;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    border-width: 2px;*/
/*}*/

.modal-backdrop.show {
    opacity: .55;
}

.modal-backdrop {
    background-color: #000000;
}

.btn-close-modal {
    font-size: 15px;
    position: absolute;
    top: -20px;
    right: -17px;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-crimson {
    font-family: 'Crimson Text', serif;
}

a.btn.btn-outline-secondary.white.font-14.bold.font-montserrat.button2.px-5.btn-custom {
    color:#fff;
}
a.btn.btn-outline-secondary.white.font-14.bold.font-montserrat.button2.px-5.btn-custom:hover {
    color:#000;
}

a.btn.btn-outline-secondary.white.font-14.bold.font-montserrat.button2.px-5.btn-custom.active {
    color: #000;
}

a.btn.btn-outline-secondary.white.font-14.bold.font-montserrat.button1.px-5.btn-custom {
    color: #fff;
}
a.btn.btn-outline-secondary.white.font-14.bold.font-montserrat.button1.px-5.btn-custom:hover {
    color: #000;
}

a.btn.btn-outline-secondary.white.font-14.bold.font-montserrat.button1.px-5.btn-custom.active {
    color: #000;
}


.color-black {
    color: black !important;
}

.color-919191 {
    color: #919191 !important;
}

.text-black {
    color: #000;
}

.main-header-background {
    height: 75vh;
    width: 100%;
}

.main-header-background img {
    height: 75vh;
    width: 100%;
    object-fit: cover;
}

.main-header-veil {
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 75vh;
}

.title-with-icon {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
}

.title-with-icon h2 {
    margin: auto;
}

.border-bottom-dotted {
    background-image: linear-gradient(to right, #723B1F 10%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 30px 5px;
    background-repeat: repeat-x;
}

#menu-products-tab a.nav-link {
    border-bottom: 2px solid #000000;
    padding: 0;
    margin: 0;
    width: fit-content;
    border-radius: 0;
}

#menu-products-tab a.nav-link.active {
    background: unset !important;
    color: #000000 !important;
    border-bottom: 2px solid #000000;
}

.btn-add-to-cart {
    background: none;
    border: unset;
}

.btn-add-to-cart:hover,
.btn-add-to-cart:active,
.btn-add-to-cart:focus {
    background: none;
    border: unset;
    color: #000000 !important;
}

.btn-add-to-cart:hover svg,
.btn-add-to-cart:active svg,
.btn-add-to-cart:focus svg {
    stroke: #000000 !important;
}


.btn-add-to-cart span {
    text-decoration: underline;
}

.instagram-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.87);
    opacity: 0;
    transition: .5s ease;
}

.instagram-box {
    position: relative;
}

.instagram-box:hover .instagram-details {
    opacity: 1;
}

.instagram-box-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.footer {
    background: black;
}

.btn-rounded {
    border-radius: 25px;
}

.normal-image,
.hover-image {
    margin-top: -3px;
}

.hover-image, .btn-hover:hover .normal-image {
    display: none;
}

.btn-hover:hover .hover-image {
    display: inline;
}


.navbar-scrolled {
    background: white !important;
    transition: .5s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

#menu-principal a.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
}

#menu-principal a.nav-link.active {
    font-size: 10px;
    font-weight: 900;
}

#menu-principal a.nav-link {
    color: #FFFFFF !important;
    font-weight: bolder;
    font-size: 10px;
}

#menu-principal.navbar-light .nav-link,
#menu-principal.navbar-scrolled .nav-link {
    color: #000000 !important;
}

.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #fff;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-bottom: 0px solid #fff;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.btn-outline-secondary {
    color: black;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.form-control {
    border: 1px solid #000000 !important;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #7F7F7F;
    opacity: 0.5;
    font-size: 14px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: normal;
}

.alert {
    position: relative;
    padding: .5rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem 1.25rem;
    color: inherit;
}

.alert-success {
    color: #018D1C;
    background-color: #A7FFC5;
    border-color: #60A600;
}

.alert-danger {
    color: #000000;
    background-color: #FCE4E4;
    border-color: #000000;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #856404;
}

.pac-container {
    z-index: 9999 !important;
}

.fix-margin {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.custom-modal.full {
    display: none;
}

.custom-modal.full {
    z-index: 1200;
    background-color: #ffffff;
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
}

.custom-modal.full .custom-modal-header {
    padding: 1rem;
}

.custom-modal.full.active {
    display: inline-grid;
}

.ultra-faster {
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
}

.overflow-hide {
    overflow: hidden !important;
}


.overlay-cart {
    z-index: 1199;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.overlay-cart.active {
    display: block;
}

.custom-canvas.full {
    z-index: 1200;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    max-width: 350px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06);
}

.custom-canvas.full .custom-canvas-header {
    padding: 1rem 1rem .2rem 1rem;
    display: flex;
}

.custom-canvas.full .custom-canvas-header .close {
    margin-left: auto;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.custom-canvas.full .custom-canvas-body {
    padding: 0 .75rem .75rem;
}

.custom-canvas.full.active {
    right: 0;
}

.btn-cart-remove {
    padding: 6px;
    height: 20px;
    line-height: 0;
    font-size: 12px;
    font-weight: bold;
    margin-top: -2px;
    width: 20px;
}

.cart-mini-list {
    min-height: calc(100vh - 360px);
    overflow-y: auto;
    height: calc(100vh - 360px);
}

.number-input-mini button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    width: 21px;
    cursor: pointer;
    margin: 0;
    position: relative;
    border: 1px solid #919191;
    height: 21px;
    padding: 5px 8px;
}

.number-input-mini button:before,
.number-input-mini button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #000000;
    transform: translate(-50%, -50%);
}

.number-input-mini button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* Chrome, Safari, Edge, Opera */
.number-input-mini input::-webkit-outer-spin-button,
.number-input-mini input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.number-input-mini input[type=number] {
    -moz-appearance: textfield;
}

.number-input-mini input[type=number] {
    font-family: sans-serif;
    max-width: 2rem;
    padding: .1rem;
    border: solid #fff;
    border-width: 0 2px;
    font-size: 12px;
    height: 1.2rem;
    font-weight: normal;
    text-align: center;
    margin-top: -7px;
}

.table-cart {
    border-collapse: separate;
    border-spacing: 0 10px;
    /*border-collapse: separate;*/
    /*border-spacing: 5px 10px;*/
    /*border:1px solid black;*/
}


.table td, .table th {
    padding: 0rem;
    vertical-align: middle;
    border-top: 1px solid white;
}

.table-cart thead th {
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    /*background: #000000;*/
}

.table-cart tbody tr {
    vertical-align: middle;
}


.table-cart td {
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    padding: 5px 15px;
}

.table-cart td:first-child {
    border-left: solid 1px #000000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table-cart td:last-child {
    border-right: solid 1px #000000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.br-5 {
    border-radius: 5px;
}

a.btn {
    display: inline-flex;
}

a.btn span {
    margin: auto;
}


.border-gold {
    border: solid 1px #000000;
    border-radius: 5px;
}


/* WIZARD */

.wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
}

.form-wizard {
    color: #000000;
    padding: 30px;
}

.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.form-wizard .form-wizard-header {
    text-align: center;
}

.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    min-width: 100px;
    min-width: 126px;
    padding: 10px;
    text-align: center;
    border: solid 1px #000000;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
}

.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
    color: #000000;
    opacity: 0.6;
    text-decoration: none;
}

.form-wizard .wizard-fieldset {
    display: none;
}

.form-wizard .wizard-fieldset.active {
    display: block;
}

.form-wizard .wizard-form-error {
    display: none;
    background-color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.form-wizard .form-wizard-previous-btn {

}

.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #f1f1f1;
    border: none;
}

.form-wizard .form-control:focus {
    box-shadow: none;
}

.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}

.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
    color: #000000;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}

.form-wizard .form-wizard-steps {
    margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
    width: 33%;
    float: left;
    height: 55px;
    position: relative;
}

.img-round {
    border-radius: 100px;
    width: 190px !important;
    padding: 10px;
}

.carousel-salsas .item-owl {
    display: contents;
}

.form-wizard .position-data {
    font-size: 14px;
    font-weight: 800;
    color: black;
}

.activated > .position-data,
.active > .position-data {
    display: block !important;
}

.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    width: 100%;
}

.form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    position: relative;
    text-align: center;
    width: 27px;
    z-index: 1;
}

label.step {
    position: absolute;
    top: -32px;
    left: 38%;
    font-size: 16px;
    color: #a60101;
    display: none;
}

.active label.step {
    position: absolute;
    top: -32px;
    left: 34%;
    font-size: 16px;
    color: #a60101;
    display: block;
}

.form-wizard .form-wizard-steps li:last-child::after {
    width: 100%;
}

.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: #000000;
    color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: #000000;
    left: 50%;
    width: 0;
    border-color: #000000;
}

.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #000000;
}

.form-wizard .form-wizard-steps li:last-child::after {
    left: -50%;
}

.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
    .font {
        font-size: 14px;
    }
}

.product-step {
    height: 190px;
    width: 100%;
    object-fit: cover;
}

.form-control {
    border: 1px solid #000000 !important;
    font-size: 13px;
    height: 36px;
}

.form-control::placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #acacac;
    font-size: 13px;
    font-weight: normal;
}

.owl-centered .owl-wrapper {
    display: table !important;
}

.owl-centered .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.owl-centered .owl-item > div {
    text-align: center;
}

.block-img-steps img {
    width: 180px;
    height: 180px;
    object-position: center center;
    object-fit: contain;
}

/* PAGE 404 */
.bg-404 {
    height: 300px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.box-info-404 {
    left: 185px;
    top: 125px;
}

.btn-tel {
    right: 0;
    top: 5vh;
    z-index: 10;
    cursor: pointer;
}

.emporio-img {
    width: 165px;
    height: 241px;
    object-fit: cover;
    border: 1px solid #fff;
}

.bebidas-img {
    width: 58px;
    height: 95%;
    border: 1px solid rgb(255, 255, 255);
    object-fit: cover;
    object-position: center;
    padding-top: 10px;
}

/* MENU PRINCIPAL */
.mobile-header {
    height: 100px;
    width: 220px;
    border-radius: 0 0 10px 10px;
    display: flex;
}


/*SLIDER PRINCIPAL */
.slider-principal {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.box-info {
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 60%;
}

.icon-clock {
    width: 53px !important;
    height: 21px !important;
}

/* MENU USER */
.menu-user-desktop {
    position: absolute;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    width: 170px;
    height: 135px;
    top: 69px;
    display: none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(153, 153, 153, 1);
    box-shadow: 0px 0px 2px 0px rgba(153, 153, 153, 1);
}

.menu-user-mobile {
    position: relative;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    width: 170px;
    height: 135px;
    top: 69px;
    display: none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(153, 153, 153, 1);
    box-shadow: 0px 0px 2px 0px rgba(153, 153, 153, 1);
}

.btn-hover:hover #phone-white {
    display: none;
}

.btn-hover:hover #phone-dark {
    display: block;
}

.btn-hover #phone-dark {
    display: none;
}

.menu-user-desktop ul {
    list-style: none;
    padding-inline-start: 10px !important;
    margin-block-start: -5px !important;
    margin-block-end: 10px !important;

}

.menu-user-desktop ul a {
    list-style: none;
    font-weight: 300;
    font-size: 12px;
    transition: ease-in-out all .3s;
}

.menu-user-desktop ul a:hover {
    text-decoration: none;
    font-weight: bold;
}

.menu-user-desktop ul a span {
    font-weight: bold;
}

/* MENU FOOTER */

ul#nav-footer {
    display: inline-flex;
    display: -webkit-inline-box;
    padding-top: 10px;
}

ul#nav-footer a.nav-link {
    color: white;
    font-size: 12px;
    padding-right: 21px;
    font-weight: 500;
    transition: ease-in-out all .3s;
}

ul#nav-footer a.nav-link.active {
    font-weight: 800;
    transition: ease-in-out all .3s;
}

ul#nav-footer a.nav-link:hover {
    font-weight: 800;
}

span.badge.badge-danger.total-items {
    display: inline;
    float: right;
    margin-right: -2px;
    margin-top: -4px;
    font-size: 10px;
    padding: 3px;
    border-radius: 25px;
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: relative;
}

.img-product-1 {
    width: 160px;
    border: 1px solid #fff;
    object-fit: cover;
}

.title-3 {
    min-height: 50px;
}

.btn-phone-footer svg {
    width: 16px;
    height: 16px;
    margin-top: -3px;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid {
    margin: auto;
}

.element-item {
    position: relative;
    float: left;
}

.logo {
    width: 75%;
}

.panel-heading {
    width: 100%;
}

.panel-heading button:before {
    font-family: 'FontAwesome';
    content: "\f078";
    display: inline-block;
    transition: all 0.5s;
    position: absolute;
    float: right;
    right: 40px;
}

.panel-heading button[aria-expanded="true"]:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.arrow-rotate [aria-expanded="true"]:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion > .card:first-of-type {
    border-bottom: 1px !important;
    border-radius: 16px !important;
}

.accordion > .card:last-of-type {
    border-radius: 0 0 15px 15px !important;
}

.custom-control {
    position: relative;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}


/*[type="radio"]:checked,*/
/*[type="radio"]:not(:checked) {*/
/*    position: absolute;*/
/*    left: -9999px;*/
/*}*/
/*[type="radio"]:checked + label,*/
/*[type="radio"]:not(:checked) + label*/
/*{*/
/*    position: relative;*/
/*    padding-left: 28px;*/
/*    cursor: pointer;*/
/*    line-height: 20px;*/
/*    display: inline-block;*/
/*    color: #666;*/
/*}*/
/*[type="radio"]:checked + label:before,*/
/*[type="radio"]:not(:checked) + label:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 100%;*/
/*    background: #fff;*/
/*}*/
/*[type="radio"]:checked + label:after,*/
/*[type="radio"]:not(:checked) + label:after {*/
/*    content: '';*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    background: #000000;*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    left: 3px;*/
/*    border-radius: 100%;*/
/*    -webkit-transition: all 0.2s ease;*/
/*    transition: all 0.2s ease;*/
/*}*/
/*[type="radio"]:not(:checked) + label:after {*/
/*    opacity: 0;*/
/*    -webkit-transform: scale(0);*/
/*    transform: scale(0);*/
/*}*/
/*[type="radio"]:checked + label:after {*/
/*    opacity: 1;*/
/*    -webkit-transform: scale(1);*/
/*    transform: scale(1);*/
/*}*/

input[type=radio] {
    border: 0px;
    height: 1.2em;
    width: 30px;
    color: black;
}

.owl-carousel {
    touch-action: manipulation;
}

span.user-menu-mobile {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 20px!important;
    text-align: center!important;
    text-transform: uppercase;
}


.px-3.product-owl-3-next{
    position: absolute;
    top: 80px;
    height: 59px;
    background: rgba(181, 180, 180, 0.2);
}

.px-3.product-owl-3-prev {
    position: absolute;
    top: 80px;
    height: 59px;
    right: 0;
    background: rgba(181, 180, 180, 0.2);
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    color: black;
    /*box-shadow: 0 0 0 0.2rem rgba(0,0,0,.5);*/
}

.btn-outline-secondary.hover, .btn-outline-secondary:hover {
    color: white;
    /*box-shadow: 0 0 0 0.2rem rgba(0,0,0,.5);*/
}

.table-cart thead{
    color: white;
}

.white {
    color: #fff;
    border: 1px solid #fff;
}

.white:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.btn-custom{
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.product-disabled{
    opacity: .4;
}
