/*
Author: Click Mix Delivery
Author URI: https://clickmix.com.br
Version: 1.0
*/


/*
-- Body
-- Fixed Bottom
-- Nav
-- Grid Card
-- Menu
-- Extra
-- Landing Page
-- List card
-- Login Page
-- Verification
-- Filter
-- Cart
-- Most Popular
-- Profile
-- Modal
-- Map Page
-- Restaurant
-- Footer
-- Mobile Media
*/

/* Body */

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    color: #000000;
    background: #f8f8f8;
}

.slick-slider {
    margin: 0 -8px;
}

.slick-slide {
    padding: 8px;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.small,
small {
    font-size: 80% !important;
}

div,
a {
    outline: none !important;
}

.border-primary {
    border-color: var(--color-primary-01)!important;
}

.w-300 {
    max-width: 300px;
}

.form-control,
.btn,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    font-size: 13px;
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 0;
}

.zindex-10{z-index: 10;}
.zindex-20{z-index: 20;}
.zindex-30{z-index: 30;}
.zindex-40{z-index: 40;}
.zindex-50{z-index: 50;}
.zindex-60{z-index: 60;}
.zindex-70{z-index: 70;}
.zindex-80{z-index: 80;}
.zindex-100{z-index: 100;}
.zindex-200{z-index: 200;}
.zindex-300{z-index: 300;}
.zindex-1000{z-index: 1000;}


::-webkit-scrollbar {
    width: 16px;
    background-color: rgba(255, 255, 255, 0.89)
}
body ::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

/* Colors API */

:root {
    --color-primary-01: #D31541;
    --color-primary-02: #b80e36;

    --dark-color-03: #ff7f29;
    --dark-color-04: #ca5b00;

    --light-color-01: #FAF7F7;
    --light-color-02: #dddbdb;

    --dark-color-btn-01: #D31541;
    --dark-color-btn-02: #b80e36;

    --houver-color-01: #e79e00;

    --warning-color: #ffae00;
    --secondary-color: #ff7f29;
    --info-color: #0079ca;

    --color-dark-clickmix: #212529;
    --color-gray-clickmix: #918a85;
    --color-gray-clickmix-02: #a39d98;
    --color-gray-ligth-00: #fdfdfd ;
    --color-gray-ligth-01: #f8f8f8 ;
    --color-gray-ligth-02: #eaecf0 ;
    --color-gray-ligth-03: #e1e3e6 ;
    --color-gray-ligth-04: #cecfd0 ;
    --color-orange-ligth-00: #fff1e5 ;
    --color-orange-ligth-01: #ffedde ;
    
}


.bg-gray-ligth-01{
    background: var(--color-gray-ligth-01)!important;
}
.bg-gray-ligth-02{
    background: var(--color-gray-ligth-02)!important;
}
.color-gray-01{
    color: var(--color-gray-clickmix);
}
.color-gray-ligth-01{
    color: var(--color-gray-ligth-01)!important;
}
.color-gray-ligth-02{
    color: var(--color-gray-ligth-02)!important;
}


/* Fixed Bottom */

.fixed-bottom {
    height: 58px;
    border-radius: 0px;
    box-shadow: 10px -1px 10px rgba(0, 0, 0, .075);
}

.fixed-bottom .btn {
    border-radius: 0px;
    border: none;
    height: 58px;
}

 */

.h-auto {
    height: auto;
}


/* Nav HEADER */

.navbar-search ::placeholder{
    color: rgb(192, 192, 192);
}

.toggle-2 {
    right: 17px !important;
    left: auto !important;
}

.hc-nav-trigger.toggle-2 span,
.hc-nav-trigger.toggle-2 span::before,
.hc-nav-trigger.toggle-2 span::after {
    background: #000;
}

.hc-nav-trigger.togglew span,
.hc-nav-trigger.togglew span::before,
.hc-nav-trigger.togglew span::after {
    background: #ffffff;
}

.cat-slider img {
    width: 38px;
    margin: auto;
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}


/* Grid Card */

.grid-card span.float-right .text-black-50 {
    display: none;
}

.grid-card .p-3 {
    padding: 10px !important;
}


/* Menu */

.menu-categories-title{
    position: sticky;
    top:110px;
    z-index: 9;
}


.badge-item-review span{
    background: #ffffff;
    border: var(--light-color-02) solid 1px;
}
.osahan-menu-fotter .badge-item {
    right: 8px;
    top: 8px;
}
.badge-item-header {
    top: -2px;
    right: -10px;
}
.badge-item-header span {
    width: 22px;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    border-radius: 30px;
    box-shadow: 0 .125rem 1.25rem rgba(0, 0, 0, 0.2)!important;
}
.osahan-menu-fotter .badge-item span ,.badge-item-header span{
    background: var(--dark-color-03);
}

.osahan-menu-fotter .badge-item span,.badge-item-review span{
    width: 25px;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-radius: 50px;
    box-shadow: 0 .125rem 1.25rem rgba(0, 0, 0, 0.1)!important;
}
.osahan-menu-fotter .badge-item-order, .badge-item-review {
    top: -5px;
}
.osahan-menu-fotter .badge-item-order-2 {
    -webkit-animation: sk-scaleout 1.5s infinite ease-in-out;
    animation: sk-scaleout 1.5s infinite ease-in-out;
}

.osahan-menu-fotter .badge-item-order span {
    background: var(--color-primary-02);
    width: 22px;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 50px;
    color: #fff;
}

.product-quant-add{
    width: 120px;
}
.normal-price {
    text-decoration: line-through;
    color: var(--color-gray-clickmix);
    font-weight: 300;
}

.list-card-price{
    position: absolute;
    bottom:10px;
}

.header-logo-mobile figure{
    max-width: 80vh;
}
.header-logo-mobile img{
    max-width: 200px;
}

/*Button add products*/

.modal-menu-product .btn-close-modal{
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    z-index: 110;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    opacity: 0.6;
}

.modal-menu-product .modal-header-title{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: inherit;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    padding: 10px 15px;
    z-index: 100;

}

.modal-menu-img figure{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    left: 1px;
    top: 1px;
}
.modal-menu-img figure img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.modal-menu-img figure small{
    position: absolute;
    bottom: 5px;
    right: 5px;
    float: right;
    color: #f1f1f1;
}

.category-addons{
    position: sticky;
    top: 41px;
    z-index: 99;
    border: 2px solid transparent;
    font-weight: 700!important;
}

.product-addons-option .custom-control-label {
    font-size: 15px;
    font-weight: 500;
}
.product-addons-option .custom-control-label small{
    font-size: 90%;
}
.product-addons-option .count-number {
    display: inline-block;
    width: 64px;
    top: 0px;
    right: 0px;
    position: absolute;
    box-shadow: 0 0rem 2rem rgba(0,0,0,.15)!important;
}

.error, .error-cat-addon{
    border-color: rgba(223, 172, 4, 0.418)!important;
    background-color: rgb(250, 247, 239)!important;
}

a, button {
    cursor: pointer;
}
* {
    box-sizing: border-box;
    outline: none;
}

.cat-slider-menu {
    position: sticky;
    top: 35px;
    z-index: 10;
    width: 100%;
    min-height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
    border-radius: none;
    background: #f5f5f5;
  }

  .cat-slider-menu ul{
    height: auto;
    display: table;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    list-style: none;
  }
  .cat-slider-menu ul li {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 10px;
    border-radius: 8px;
    border: 2px solid #efece9;
    background: #fff;
  }
  .cat-slider-menu a:hover {
    color: #fff;
  }
  .cat-slider-menu::-webkit-scrollbar{
    height: 9px !important;
    background: none;
  }
  .tag-menu{
  width: 100%;
  top: 65px;
  background: white;
  overflow-x: auto;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.3)!important;
}

.header-order-detail{
    min-height: 14vh;
}
.header-review-detail{
    min-height: 20vh;
}

/* Extra */

.text-hidden-line-1{
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical!important;
}

.text-hidden-line-2{
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
}

.border-custom-radio .custom-control-label::before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: .25rem!important;
    background: transparent !important;
    box-shadow: none !important;
}

.border-custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: var(--color-primary-01);
    border: 1px solid var(--color-primary-01);
}

.border-custom-radio .custom-control-label::after {
    display: none;
}

.restaurant-pic {
    position: absolute;
    right: 15px;
    height: 158px;
    border-radius: 4px;
    margin: 9px 0;
}

.modal-content {
    border: none !important;
}

.slick-dots {
    bottom: 20px !important;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
}

.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus {
    background-size: 6px;
    width: 34px;
    border-radius: 50px;
    height: 34px;
    margin: 0 8px;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    border: 1px solid #e4e7ea;
    z-index: 9;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.sticky_sidebar,
.c-t-order,
.osahan-account {
    position: sticky;
    top: 15px;
}

.c-t-order li {
    border: none !important;
    margin: 5px 4px !important;
}

.c-t-order li a {
    background: #ffffff;
    border-radius: 6px !important;
    padding: 12px 14px !important;
    display: flex;
    align-items: center;
}

.c-t-order li a i {
    background: #fff;
    border: 1px solid #eff2f5;
    padding: 5px 5px;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    font-size: 18px;
    vertical-align: bottom;
}

.c-t-order li a.active,
.c-t-order li a:hover {
    background: #eff2f5 !important;
}

.c-t-order li a.active i {
    background: var(--color-primary-01);
    color: #fff !important;
    border-color: transparent;
}

.dropdown-menu {
    background: #ffffff;
    border-radius: .40rem!important;
    margin: 0;
    padding: 6px;
    border: 1px solid #ffffff;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, .1)!important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s ease all;
}

.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}

.dropdown-item {
    padding: 6px 10px;
}

.dropdown .dropdown-menu,
.dropdown-item {
    font-size: 13px;
    border-radius: 6px;
    margin: 1px 0;
}


.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

@media (min-width: 576px) {
    .container, .container-sm {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container, .container-sm, .container-md {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
      max-width: 100%;
    }

  }
  
  @media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1160px;
    }
  }
  
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}



.btn-facebook {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--color-primary-01)+0,e23744+100 */
    background: #2b4170;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#2b4170', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #3b5998;
    color: #ffffff !important;
}

.bg-light-1{
    background: var(--light-color-01);
}

.bg-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--color-primary-01)+0,e23744+100 */
    background: var(--color-primary-01);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, var(--color-primary-01) 0%, var(--color-primary-02) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, var(--color-primary-01) 0%, var(--color-primary-02)  100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--color-primary-01) 0%, var(--color-primary-02)  100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--color-primary-01)', endColorstr='var(--color-primary-02)', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.btn-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--color-primary-01)+0,e23744+100 */
    background: var(--dark-color-btn-01);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, var(--dark-color-btn-01) 0%, var(--dark-color-btn-02) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, var(--dark-color-btn-01) 0%, var(--dark-color-btn-02)  100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--dark-color-btn-01) 0%, var(--dark-color-btn-02)  100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--dark-color-btn-01)', endColorstr='var(--dark-color-btn-02)', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: var(--dark-color-btn-02) ;
}



.btn-outline-primary {
    color: var(--dark-color-btn-02);
    border-color: var(--dark-color-btn-01);
}
.btn-outline-primary:active, .btn-outline-primary .active, .btn-outline-primary--active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    color:#fff;
    background: var(--dark-color-btn-02);
    border-color: var(--dark-color-btn-01);
}
.btn-outline-primary:not(:disabled):not(.disabled).active a{
    color:#fff;
}
.btn-outline-primary:hover {
    color:#fff;
    background: var(--dark-color-btn-02);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, var(--dark-color-btn-01) 0%, var(--dark-color-btn-02) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, var(--dark-color-btn-01) 0%, var(--dark-color-btn-02)  100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--dark-color-btn-01) 0%, var(--dark-color-btn-02)  100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--dark-color-btn-01)', endColorstr='var(--dark-color-btn-02)', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: var(--dark-color-btn-01);
}

.text-primary {
    color: var(--color-primary-01) !important;
    text-decoration: none !important;
}
.text-secondary {
    color: var(--dark-color-03) !important;
    text-decoration: none !important;
}
.text-black-10{
    color: rgba(0,0,0,.1)!important;
}
.text-black-20{
    color: rgba(0,0,0,.2)!important;
}
.text-black-30{
    color: rgba(0,0,0,.3)!important;
}
.text-black-40{
    color: rgba(0,0,0,.4)!important;
}
.text-black-60{
    color: rgba(0,0,0,.6)!important;
}
a {
    color: var(--dark-color-btn-01);
    text-decoration: none !important;
}

p {
    color: #424242;
    letter-spacing: 0.2px;
}

.btn-link {
    font-weight: 400;
    color: var(--dark-color-btn-01);
    text-decoration: none !important;
}

.slick-dots {
    bottom: 20px !important;
}




/* Landing Page */

.landing-page-skip .img-fluid {
    max-height: 290px;
}

.landing-page-skip p {
    margin: 0px;
}

.landing-page-skip .zindex {
    right: 0;
    z-index: 9;
}

.landing-page-skip .slick-dotted.slick-slider {
    margin: 0px;
}

.landing-page-skip .osahan-slider-item {
    padding: 0px 20px;
}

.btn-lg {
    font-size: 16px;
    padding: 16px 16px;
    font-weight: 600;
}




/*================ MKT PLACE STYLES ========== */

/*---- HEADER MKT PLACE ------*/

.section-header{
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 900;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.section-header .header-content{
    display: grid;
    width: 100%;
    grid-template-columns: 170px auto 150px;
    gap: 0.6rem;
    column-gap: 0.6rem;
    align-items: center!important;
    min-height: 70px;
}

.section-header .header-content .header-account, 
.section-header .header-content .brand-wrap{
    align-items: center;
    justify-content: center!important;
    display: flex;
}
.section-header .header-content .header-account .widget-header{
    position: relative;
}

.section-header .header-content .brand-wrap img {
    height: 45px;
}

.section-header .header-content .header-center{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0 1rem;
}
.section-header .header-content-signup .brand-wrap img {
    height: 45px;
}
.section-header .header-content-signup{
    display: flex;
    width: 100%;;
    gap: 0.6rem;
    column-gap: 0.6rem;
    align-items: center!important;
    justify-content: center;
    min-height: 70px;
}
.section-header .header-content-signup .back-link{
    position: fixed;
    display: flex;
    left: 20px;
}




/*---- HEADER MKT PLACE HOME  ------*/

.header-home-start{
    padding: 9rem 0 5rem 0;
    background: var(--color-gray-ligth-00); 
    border-bottom: 1px solid var(--color-gray-ligth-02);
}

.header-home-start .homepage-search-form .locate-me {
    background: #ececec none repeat scroll 0 0;
    color: #666;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 3px;
    position: absolute;
    right: 14px;
    top: 9px;
}
.header-home-start .homepage-search-form .form-control {
    font-size: 15px;
    height: 50px;
}


.home-popular-citys{
    padding: 3rem 0;
    background: #fff;
}
.home-popular-citys h6{
    margin: 1.75rem 0 .5rem 0;
    color: var(--color-gray-clickmix);
    font-size: .75rem;
}
.home-popular-citys .city-popular-links{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap!important;
}

.home-categories{
    padding: 3rem 0;
}

.home-banner-parceiros{
    background-color: var(--color-orange-ligth-01);
    position: relative;
}

.home-banner-parceiros .merchant-banner-container{
    position: relative;
    padding: 0;
}
.home-banner-parceiros img{
    object-fit: cover;
    width: 100%;
    height: 100%;

}

/*---- MOBILE HEADER - HOME LOGO E LOGIN ---*/

.header-mkt-mobile-home{
    height: 65px;
    padding: 0.7rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 898!important;
    background: var(--color-gray-ligth-01)!important;
    box-shadow: 0 .125rem .35rem rgba(0,0,0,.1)!important;
}

.header-mkt-mobile-home>div{
    display: grid;
    grid-template-columns: auto 100px;
    column-gap: 0.5rem;
}
.header-mkt-mobile-home div{
    align-items: center!important;
}
.header-mkt-mobile-home img{
    max-width: 140px;
    max-height: auto;
}
.header-mkt-mobile-home p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    line-height: 1.5;
    margin: 0;
    color: var(--color-gray-clickmix);
    font-size: 80%;
}

/*---- MOBILE HEADER - HOME - ADDRESS ---*/

.header-mkt-mobile-home-address{
    height: 40px;
    padding: 0.4rem 0.7rem;
    position: sticky;
    top: 64px;
    right: 0;
    left: 0;
    z-index: 895!important;
    background: var(--color-gray-ligth-00)!important;
    box-shadow: 0 .125rem .35rem rgba(0,0,0,.1)!important;
    border-top: solid 1px var(--color-gray-ligth-04);
}

.header-mkt-mobile-home-address>div{
    display: grid;
    grid-template-columns: auto 56px;
    column-gap: 0.5rem;
}
.header-mkt-mobile-home-address{
    align-items: center!important;
}

.header-mkt-mobile-home-address .meu-local,
.header-mkt-mobile .meu-local{
    font-weight: 300;
    font-size: 80%;
    margin-right: .4rem;
 }
 .header-mkt-mobile-home-address p,
 .header-mkt-mobile p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    line-height: 1.5;
    margin: 0;
    color: var(--color-gray-clickmix);
    font-size: 90%;
}


/*---- MOBILE HEADER - MENU - ADDRESS ---*/

.header-mkt-mobile{
    height: 65px;
    padding: 0.7rem;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 899!important;
    background: var(--color-gray-ligth-01)!important;
}
.header-mkt-mobile>div{
    display: grid;
    grid-template-columns: 43px auto 56px;
    column-gap: 0.5rem;
}

.header-mkt-mobile div{
    align-items: center!important;
}
.header-mkt-mobile img{
    max-width: 36px;
    max-height: auto;
}



.header-mkt-mobile-merchant{
    height: 64px;
    padding: 0.7rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 889!important;
    background: var(--color-gray-ligth-00);
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 24px;
    width: 100vw;
    box-shadow: 0 .125rem .35rem rgba(0,0,0,.1)!important;
}

.header-mkt-mobile-merchant .logo-merchant{
    display: flex;
    align-items: center;
    width: 50px;
    border-radius: 5px;
}



@media (max-width: 575.98px){
    .header-home-start{
        padding-top: 7rem;
    }
    .header-home-start .homepage-search-title {
        text-align: center;
        margin: 1rem;
    }
    .header-home-start .homepage-search-title h1 {
        font-size: 2rem;
    }
    .home-popular-citys{
        padding: 3rem 1rem;
    }
}

/*---- FOOTER MKT PLACE ----*/

.footer-brand-simple{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.footer-brand-simple img{
    width: 200px;
}

/*---- MENU FOOTER MKT PLACE MOBILE  ------*/

.clickmix-menu-fotter{
    display: none;
    position: relative;
}
.clickmix-menu-fotter .menu-mobile-content{
    height: 58px;
    border-radius: 10px;
    box-shadow: 0 6px 25px 5px rgb(0 0 0 / 15%);
    margin: 8px;
    padding: 0px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 901;
    background: var(--color-gray-ligth-00);
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-auto-flow: column;
    align-items: center!important;
    justify-content: stretch;
}
.clickmix-menu-fotter .menu-mobile-content a {
    height: 58px;
    padding: 9px;
    display: block;
    text-decoration: none;
    color: rgb(39, 39, 39);
    font-weight: 500;
    font-size: 80%;
    text-align: center;
}
.clickmix-menu-fotter .menu-mobile-content a:hover {
    background-color: var(--color-gray-ligth-04);
    color: #fff!important;
}
.clickmix-menu-fotter .menu-mobile-content a:hover i {
    color: #fff!important;
}
.clickmix-menu-fotter .menu-mobile-content .menu-home a:hover {
    border-radius: 10px 0 0 10px;
}
.clickmix-menu-fotter .menu-mobile-content .menu-profile a:hover {
    border-radius: 0;    
}
.clickmix-menu-fotter .menu-mobile-content p {
    font-size: 22px;
    position: relative;
    margin: 0;
    color: var(--color-gray-clickmix)
}
.clickmix-menu-fotter .menu-mobile-content .selected {
    color: #dc3545!important;
    background-color: var(--color-gray-ligth-01);
}
.clickmix-menu-fotter .menu-mobile-content .menu-home .selected {
    border-radius: 10px 0 0 10px;
}
.clickmix-menu-fotter .menu-mobile-content .menu-profile .selected {
    border-radius: 0 10px 10px 0;    
}
.clickmix-menu-fotter .menu-mobile-content .selected,
.clickmix-menu-fotter .menu-mobile-content .selected p,
.clickmix-menu-fotter .menu-mobile-content .selected a {
    color: #dc3545!important;
}
.clickmix-menu-fotter .menu-mobile-content .badge-item{
    position: absolute;
    top: -5px;
    left: 60%;
    background-color: var(--warning-color);
    color: #fff;
    font-size: 11px;
    padding: 3px 0;
    border-radius: 40%;
    width: 20px;
    height: 20px;
    text-align: center;
}
.clickmix-menu-fotter .page-merchant{
    padding-right: 85px!important;
}
.clickmix-menu-fotter .page-merchant .cart-icon-mobile{
    height: 65px;
    width: 110px;
    position: absolute;
    bottom: 4px;
    right: -16px;
    padding: 0.3rem 0.6rem 0.3rem 0.3rem;
    border-radius: 8px;
    color: #fff;
    background: var(--color-primary-01);
    z-index: 902;
    text-align: center;
    box-shadow: 0 3px 20px 5px rgb(0 0 0 / 20%);
    line-height: 2;
    font-size: 15px;
}
.clickmix-menu-fotter .page-merchant .cart-icon-mobile p{
    color: #fff;
    text-align: center;
    font-size: 25px;
}

@media (max-width: 575.98px){
    .clickmix-menu-fotter{
        display: block;
    }
}

/*---- LIST MERCHANTS MKT PLACE ----*/

.home-sections{
    padding: 3rem 0;
}

.home-merchants-list h5{
    padding: 1rem;
    margin: 0;
}

.list-merchant-grid{
    display: grid;
    width: 100%;
    grid-template-columns:repeat(auto-fill,minmax(360px,1fr));
    grid-gap: 1rem; 
    gap: 1rem;
}
.list-merchant-grid .grid-merchant-card{
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    display: flex;
    position: relative;
    background-color: #fff;
    grid-column-gap: 1rem;
    gap: 1rem;
    cursor: pointer;
    padding: 1rem;
}
.list-merchant-grid .grid-merchant-card:hover{
    box-shadow: 0 .325rem .5rem rgba(0,0,0,.075)!important;
}

.list-merchant-grid .grid-merchant-card .logo-merchant-card{
    width: 115px;
    height: 115px;
    min-width: 110px;
    max-width: 110px;
    object-fit: cover;
    position: relative;
    align-items: center;
    justify-content: center!important;
    display: flex;
}

.list-merchant-grid .grid-merchant-card .logo-merchant-card figure{
    border: none;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center!important;
    display: flex;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.list-merchant-grid .grid-merchant-card .logo-merchant-card img{
    width: 115%;
    height: auto;
    position: absolute;
    overflow: hidden;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
}
   
.list-merchant-grid .grid-merchant-card:hover img{
    transform: scale(0.95);
}



.list-merchant-grid .content-merchant-card{
    display: grid;
    grid-template-rows: auto 20px 25px 20px;
    row-gap: .2rem;
    position: relative;
    width: 100%;
}
.list-merchant-grid .content-merchant-card h6{
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    color: var(--color-dark-clickmix);
}
.list-merchant-grid .content-merchant-card a:hover{
    color: var(--color-primary-02);
}
.list-merchant-grid .content-merchant-card p{
    margin: 0;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
    color: var(--color-gray-clickmix);
}
.list-merchant-grid .content-merchant-card .small{
    color: var(--color-gray-clickmix);
}

.list-merchant-grid .grid-merchant-card .badge-open-closed{
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 5;
}
.list-merchant-grid .grid-merchant-card .badge-open-closed .badge-open{
    background-color: rgba(95, 189, 1, 0.692);
    color: #fff;
}
.list-merchant-grid .grid-merchant-card .badge-open-closed .badge-closed{
    background-color: rgba(189, 1, 1, 0.452);
    color: #fff;
}
.list-merchant-grid .grid-merchant-card .footer-merchant-info span{
    font-size: 13px;
}

.list-merchant-grid .grid-merchant-card .footer-merchant-info .badge-star{
    color: rgb(240, 156, 0);
}
.list-merchant-grid .grid-merchant-card .footer-merchant-info .badge-time  {
    color: var(--color-gray-clickmix);
}

.list-merchant-grid .grid-merchant-card .merchant-new {
   left: 0.3rem;
   top: 0.3rem;
   position: absolute;
}
.list-merchant-grid .grid-merchant-card .merchant-new span {
    color: #fff;
    background-color: var(--warning-color);
}

.list-merchant-grid .grid-merchant-card .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.list-merchant-grid .grid-merchant-card .favourite-heart i {
    background: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-radius: 50px;
}

@media (max-width: 575.98px){
    .list-merchant-grid{
        grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    }
    .list-merchant-grid .grid-merchant-card{
        grid-column-gap: .6rem;
        padding: .6rem;
    }
    .list-merchant-grid .grid-merchant-card .logo-merchant-card{
        width: 105px;
        height: 110px;
        min-width: 100px;
        max-width: 100px;
        object-fit: cover;
        position: relative;
    }
}

.list-merchant-grid .merchant-closed{
    background: var(--color-gray-ligth-01);
}
.list-merchant-grid .merchant-closed,
.list-merchant-grid .merchant-closed a,
.list-merchant-grid .merchant-closed h6,
.list-merchant-grid .merchant-closed p,
.list-merchant-grid .merchant-closed .badge-star,
.list-merchant-grid .merchant-closed .badge-time{
    color: var(--color-gray-clickmix-02)!important;
}
.list-merchant-grid .merchant-closed img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
/*---- SEARCH MERCHANT HEADER MKT PLACE ---*/

.header-search-filter{
    padding: 100px 0 30px 0;
    background: var(--color-gray-ligth-00);
}




/*---- MENU MERCHANT -- HEADER MKT PLACE ----*/

.header-top-store{
    position: relative;
}

.header-banner-top{
    padding: ;
    max-width: 1200px;
    position: relative;
    margin: auto;
}
.merchant-banner{
    display: -moz-box;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    color: #f7f7f7;
    height: 280px;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 7px;
    position: relative;   
}

.header-banner-foraarea{
    height: 280px;
    display: flex;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 0;
    background-color:rgba(40, 37, 37, 0.758) ;
    padding-top: 40px;
    z-index: 50;
}
.header-merchant-info{
    background: #fff;
    border-radius: 6px;
    display: flex;
    position: relative;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
    padding: 1rem;
    margin: -3rem  0.5rem 2rem 0.5rem;
    z-index: 55;
}
.header-merchant-info h3 small{
    font-size: 12px!important;
}
.header-merchant-info .logo-merchant{
    width: 100px;
    position: absolute;
    top: -25px;
    border-radius: 0.3rem;
    padding: 0.5rem;
    max-width: 100%;
    height: auto;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin-bottom: auto!important;
    background: #fff;
}
.header-merchant-info h3,
.header-merchant-info .restaurant-detail{
    padding-left: 120px;
}
.profile-container{
    margin-top: 75px ;
}
.profile-links-account{
    display: flex;
    flex-direction: column;
    width: 120px;
}

@media (max-width:767px){
    .header-banner-top{
        padding: 0;
    }
    .header-merchant-info .logo-merchant{
       width: 120px;
       padding: 0.3rem;
       left: 50%;
       margin-left: -60px;
       top: -85px;
    }
    .header-merchant-info{
        padding: 0.7rem;
        margin: -2rem  0.1rem 1rem 0.1rem;
    }    
    .header-merchant-info .restaurant-detail{
        padding-left: 0;
    }
    .header-merchant-info h3{
        font-size: 19px;
        margin-bottom: 1rem;
        padding-left: 0;
        margin-top: 40px;
    }
    .header-merchant-info h3 small{
        display: block;
        margin-top: 1rem;
    }
    .header-merchant-about{
        display: none;
    }
    .container {
        padding-right: 8px;
        padding-left: 8px;
    }
    .profile-container{
        margin-top: 0px ;
    }
}
@media (max-width:576px){
    .header-banner-top{
        padding: 0px;
        margin-top: -5px;
    }
    .modal-merchant-info{
        width: 100%!important;
        max-width: 350px;
    }
}

.modal-merchant-info{
    width: 600px;
}
.modal-merchant-info .modal-header-mechant{
    display: flex;
    padding: 1rem;
    gap: 0.75rem;
    align-items: center;

}
.modal-merchant-info .logo-image-merchant img{
    width: 60px;
    border-radius: 6px;
}
/*---- MENU PRODUCTS MKT PLACE ----*/


.container-search-menu-nav{
    position: sticky;
    top: 69px;
    align-items: center;
    justify-items: center;
    z-index: 860;
    background-color: var(--color-gray-ligth-01);
    margin: 0 -5px;

}

.content-merchant .menu-nav-container{
    overflow-x: auto;
    position: relative;
    width: calc(100% - 55px);
    height: 66px;
    z-index: 865;
    background-color: var(--color-gray-ligth-01);
    padding: 14px 15px 0 15px;
}

.content-merchant .menu-nav-container ul{
    white-space: nowrap;
    height: auto;
    flex-wrap: nowrap;
    gap: 1rem;
    
    
}
.content-merchant .menu-nav-container::-webkit-scrollbar {
    height: 9px!important;
    background: none;
}

.content-merchant .menu-nav-container .nav-link {
    background-color: var(--color-gray-ligth-00);
    border: var(--color-gray-ligth-04)!important;
}

.content-merchant .d-none-search{
    display: none;
}

.content-merchant .menu-nav-button-search{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 50px;
    z-index: 869;
    padding-top: 14px;
    background: rgb(248,248,248);
    background: linear-gradient(90deg, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 49%, rgba(248,248,248,1) 100%);
      
}
.content-merchant .menu-nav-search{
    background-color: var(--color-gray-ligth-01);
    padding-top: 14px;
    height: 66px;
    z-index: 867;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-left: 10px;
}
.content-merchant .menu-nav-search input{
    width: calc(100% - 60px)!important;
}

.menu-category-list{
    margin: 2rem 0;
}
.menu-type .category-descritive{
    width: 100%;
    padding: 1rem 0.7rem;
}
.menu-type .category-descritive h5{
    font-weight: 700;
}
.menu-type .category-descritive p{
    font-weight: 300;
    color: var(--color-gray-clickmix)!important; ;
}
.menu-type-01{
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-gray-ligth-03);
}
.menu-type-01 .menu-grid{
    display: grid;
    width: 100%;
    grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
    grid-gap: 10px; 
    gap: 10px;
}
.menu-type-01 .menu-grid .grid-item-card{
    display: grid;
    grid-template-columns: 135px 1fr;
    background-color: #fff;
    background: #fff;
    width: 100%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 5px;
    position: relative;
 }
.menu-type-01 .menu-grid .grid-card-body .card-text-details{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    line-height: 1.5;
    font-weight: 300;
    color: var(--color-gray-clickmix);
}
.menu-type-01 .menu-grid .item-card-image{
    position: relative;
    width: 130px;
    object-fit: cover;
    height: 130px;
}
.menu-type-01 .menu-grid .item-card-image figure{
    border-radius: 5px 0 0 5px;
}
.menu-type-01 .menu-grid .item-card-image img{
    max-width: 150px;
    min-width: 135px;
    max-height: auto;
}
.menu-type-01 .menu-grid .add-cart-btn{
    display: none;
}


/*=====  MENU TYPE 02 */

.menu-type-02{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.menu-type-02 .category-descritive{
    background: #f8f9fa;
    margin-bottom: 0.5rem;
}
.menu-type-02 .menu-grid{
    display: grid;
    width: 100%;
    grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
    grid-column-gap: 10px; 
}
.menu-type-02 .menu-grid .grid-item-card{
    display: grid;
    grid-template-columns: 60px 1fr;
    width: 100%;
    position: relative;
    border-bottom: 1px solid color var(--color-gray-ligth-01);
 }
 .menu-type-02 .menu-grid .grid-item-card:hover{
    background-color: var(--color-gray-ligth-01);
 }
 .menu-type-02 .menu-grid .grid-card-body h6{
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.2rem;
}
.menu-type-02 .menu-grid .item-card-image{
    position: relative;
    width: 70px;
    object-fit: cover;
    height: 70px;
    padding: 0.6rem;
}
.menu-type-02 .menu-grid .item-card-image figure{
    border-radius: 5px;
}
.menu-type-02 .menu-grid .item-card-image img{
    max-width: 90px;
    min-width: 70px;
    max-height: auto;
}
.menu-type-02 .menu-grid .grid-card-body .card-price{
    bottom: 0.8rem;
}
.menu-type-02 .menu-grid .add-cart-btn{
    top: 30%;
    right: 0.7rem;
}
.menu-type-02 .menu-grid .badge-promo{
    position: absolute;
    display: none;
}


/*=====  MENU TYPE 03 */

.menu-type-03{
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-gray-ligth-03);
}

.menu-type-03 .menu-grid{
    display: grid;
    width: 100%;
    grid-template-columns:repeat(auto-fill,minmax(140px,0.2fr));
    grid-gap: 1rem; 
    gap: 1rem;
}
.menu-type-03 .menu-grid .grid-item-card{
    display: grid;
    grid-template-rows: 130px 1fr;
    background-color: #fff;
    background: #fff;
    width: 100%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 5px;
    position: relative;
}

.menu-type-03 .menu-grid .item-card-image{
    position: relative;
    width: 100%
}
.menu-type-03 .menu-grid .item-card-image figure{
    border-radius: 5px 5px 0 0;
    
}
.menu-type-03 .menu-grid .item-card-image img{
    width: 100%;
}
.menu-type-03 .menu-grid .grid-card-body{
    min-height: 95px;
}
.menu-type-03 .menu-grid .grid-card-body .card-price span {
    min-width: 70px;
    display: block;
}
.menu-type-03 .menu-grid .grid-item-card{
   background-color: #fff;
   background: #fff;
   width: 100%;
}
.menu-type-03 .menu-grid .add-cart-btn{
    bottom: 50%;
    right: .6rem;
}
.menu-type-03 .menu-grid .badge-in-cart{
    bottom: 49%;
    right: .4rem;
    padding:  0.35em 39px 0.4em 0.35em;
    border-radius: 0.35rem;
    box-shadow: 0 .125rem .625rem rgba(0,0,0,.175)!important;
}

/*=====  MENU TYPE 04 mini */

.menu-type-04{
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-gray-ligth-03);
}

.menu-type-04 .menu-grid{
    display: grid;
    width: 100%;
    grid-template-columns:repeat(auto-fill,minmax(140px,0.2fr));
    grid-gap: 1rem; 
    gap: 1rem;
}
.menu-type-04 .menu-grid .grid-item-card{
    display: grid;
    grid-template-rows: 130px 1fr;
    background-color: #fff;
    background: #fff;
    width: 100%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 5px;
    position: relative;
}

.menu-type-04 .menu-grid .item-card-image{
    position: relative;
    width: 100%
}
.menu-type-04 .menu-grid .item-card-image figure{
    border-radius: 5px 5px 0 0;
    
}
.menu-type-04 .menu-grid .item-card-image img{
    width: 100%;
}
.menu-type-04 .menu-grid .grid-card-body{
    min-height: 95px;
}
.menu-type-04 .menu-grid .grid-card-body .card-text-details{
    display: none;
}
.menu-type-04 .menu-grid .grid-card-body .card-price span {
    min-width: 70px;
    display: block;
}
.menu-type-04 .menu-grid .grid-item-card{
   background-color: #fff;
   background: #fff;
   width: 100%;
}
.menu-type-04 .menu-grid .add-cart-btn{
    bottom: 50%;
    right: .6rem;
}

/*=====  MENU TYPE 01, 02, 03 ===== */

.menu-type-01 .menu-grid .grid-item-card:hover,
.menu-type-03 .menu-grid .grid-item-card:hover{
    box-shadow: 0 .125rem .625rem rgba(0,0,0,.175)!important;
}

.menu-type .menu-grid-item{
    position: relative;
}
.menu-type .menu-grid .grid-card-body{
    padding: 0.6rem;
    position: relative;
}
.menu-type p{
    margin: 0;
}
.menu-type-01 .menu-grid .grid-card-body h6,
.menu-type-03 .menu-grid .grid-card-body h6,
.menu-type-04 .menu-grid .grid-card-body h6{
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 700;
}
.menu-type-03 .menu-grid .grid-card-body .card-text-details,
.menu-type-02 .menu-grid .grid-card-body .card-text-details{
    display: none;
} 
.menu-type figure{
    border: none;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
}
.menu-type .menu-grid .item-card-image img{
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.menu-type .menu-grid .badge-promo{
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
}
.menu-type .menu-grid .badge-in-cart{
    position: absolute;
    font-size: 13px;
    background-color: var(--color-primary-01);
    color: #fff;
}
.menu-type .menu-grid .badge-in-cart small{
    font-size: 70%!important;
}
.menu-type .menu-grid .favourite-btn{
    top: 1rem;
    right: 0.7rem;
    position: absolute;
}
.menu-type-03 .menu-grid .favourite-btn button,
.menu-type-04 .menu-grid .favourite-btn button{
    width: 30px;
    height: 30px;
    padding: 0.3rem;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.73);
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50%;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menu-type .menu-grid .add-cart-btn{
    position: absolute;
    z-index: 10;
}
.menu-type .menu-grid .add-cart-btn a{
    box-shadow: 0px 2px 15px rgb(0 0 0 / 13%);
}
.menu-type .menu-grid .add-cart-btn i{
    font-weight: 900;
}
.menu-type .menu-grid .grid-card-body .card-price{
    position: absolute;
    bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
}
.menu-type .menu-grid .normal-price{
    font-weight: 300;
    color: var(--color-gray-clickmix);
}


@media (max-width: 576px) {
    .menu-type-01 .menu-grid{
        grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
    }
    .menu-type-01 .menu-grid .grid-item-card{
        grid-template-columns: 100px 1fr;
    }
    .menu-type-01 .menu-grid .grid-item-card p{
        font-size: 12px;
    }
    .menu-type-01 .menu-grid .item-card-image{
        width: 110px;
        height: 108px;
        padding: 0.6rem;
    }
    .menu-type .menu-grid .grid-card-body h6,
    .menu-type .menu-grid .grid-card-body .card-price span{
        font-size: 0.8rem;
        font-size: 13px;
    }
    .menu-type-03 .menu-grid .grid-item-card {
        display: grid;
        grid-template-rows: 120px 1fr;
    }
    .menu-type-03 .menu-grid{
        grid-template-columns:repeat(auto-fill,minmax(120px,0.5fr));
        grid-gap: 8px; 
        gap: 8px;
    }
    .menu-type-03 .menu-grid .grid-card-body {
        min-height: 90px;
    }
    
    .menu-type .category-descritive{
        padding: 0.8rem 0.5rem;
    }
    .menu-type .category-descritive h5{
        font-size: 1.15rem;
        font-size: 17px;
    }
    .menu-type .category-descritive p{
        font-size: 13px;
    }
    .container-search-menu-nav{
        top: 61px;
        margin: 0 -15px;    
    }
    
}

@media (max-width: 300px) {
    .menu-type-01 .menu-grid .grid-item-card p{
        line-height: 1!important;
        font-size: 12px;
    }
    .menu-type .category-descritive{
        padding: 0.8rem 0.4rem;
    }
    .menu-type-01 .menu-grid .item-card-image{
        width: 100px;
        height: 108px;
        padding: 0.6rem;
    }
    .menu-type .category-descritive h5{
        font-size: 1rem;
        font-size: 16px;
    }
    .menu-type .category-descritive p{
        font-size: 13px;
    }

}


/*---- MODAL MENU MKT PLACE-------*/

.modal-address-search{
    width: 600px;
    min-height: 70vh;
}

.modal-address-search .maps-canvas{
    min-height: 280px;
}

#client_address_zipcode {
    font-size: 20px;
}

#client_address{
    font-size: 20px;
}
.modal-address-search .body-form-modal-search{
    position: relative;
    
    overflow-y: auto;
}

.list-result-address li{
    border: 2px solid var(--light-color-02);
}
.list-result-address li a{
    color: var(--color-gray-clickmix);
}

.border-list-address:hover, .border-list-address:active,
.list-result-address li:hover, .list-result-address li:active{
    border: 2px solid var(--dark-color-03);
}

@media (max-width: 576px) {
    .modal-address-search{
        width: 100%;
    }
    #client_address{
        font-size: 16px;
    }
}


/*---- MODAL MENU MKT PLACE-------*/

.fancybox-content{
    padding: 0!important;
}

.modal-mkt-product {
    width: 540px;
}
.modal-mkt-product .modal-product-content{
    max-height: 85vh; 
    overflow-y: auto;
}

.modal-mkt-product .btn-close-modal{
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    z-index: 110;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    opacity: 0.6;
}

.modal-mkt-product nav{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: inherit;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    padding: 0.8rem 1rem;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid var(--color-gray-ligth-01);
    box-shadow: 0 .125rem .625rem rgba(0,0,0,.175);

}
.modal-mkt-product nav h5{
    font-weight: 700;
    margin: 0;
}
.modal-mkt-product .modal-product-img{
    padding: 1rem 1rem 0 1rem;
}
.modal-mkt-product figure{
    width: 100%;
    height: 40vh;
    overflow: hidden;
    position: relative;
    left: 1px;
    top: 1px;
}
.modal-mkt-product figure img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.modal-mkt-product figure small{
    position: absolute;
    bottom: 5px;
    right: 5px;
    float: right;
    color: white!important;
    text-shadow: black 0.1em 0.1em 0.2em!important;
}
.modal-mkt-product .modal-product-option-size{
    padding: 1rem;
}
.modal-mkt-product .modal-product-option-size label{
    font-size: 0.9rem;
}
.modal-mkt-product .product-addon-group{
    border-top: 1px solid var(--color-gray-ligth-01);
    margin-bottom: 1rem;
}

.modal-mkt-product .product-addon-group h6{
    position: sticky;
    top: 42px;
    z-index: 99;
    border: 2px solid transparent;
    font-weight: 600!important;
    background-color: var(--color-gray-ligth-01);
    padding: 1rem;
}

.modal-mkt-product .product-addon-group h6>div{
    font-size: 80%;
    font-weight: 300;
    padding-top: 8px;
}
.modal-mkt-product .product-addon-group h6>div>span{
    font-weight: 600;
}

.modal-mkt-product .categorie-addon-alert{
    border-color: var(--dark-color-03)!important;
    background-color: var(--color-orange-ligth-00)!important;
}

.modal-mkt-product .product-addon-group .product-addon-options{
    padding: 0.8rem 0;
    position: relative;
    border-bottom: 1px solid var(--color-gray-ligth-03);
    font-size: 15px;
    margin: 0 1rem;
}
.modal-mkt-product .product-addon-group .product-addon-options small{
    color: var(--color-gray-clickmix);
    font-size: 80%;
    display: block;
}
.modal-mkt-product .product-addon-group .product-addon-options .addon-option-qty{
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    background: #fff;
    border-radius: 8px;
}


.modal-mkt-product .product-addon-group .product-addon-options .count-number .btn {
    padding: 2px 5px;
    font-size: 12px;
}

.modal-mkt-product .product-addon-group .product-addon-options .count-number-input {
    width: 24px;
    text-align: center;
    margin: 0 -4px;
    background: #808991;
    border: none;
    height: 24px;
    border-radius: 0px;
    vertical-align: bottom;
    font-size: 14px;
}
.modal-mkt-product .product-addon-group .product-addon-options .count-number-minus, .count-number-plus{
    color: #808991;
    border-color:#808991;
}

.modal-mkt-product .product-addons-option .custom-control-label {
    font-size: 15px;
    font-weight: 500;
}
.modal-mkt-product .product-addons-option .custom-control-label small{
    font-size: 90%;
}
.modal-mkt-product .product-addons-option .count-number {
    display: inline-block;
    width: 64px;
    top: 0px;
    right: 0px;
    position: absolute;
    box-shadow: 0 0rem 2rem rgba(0,0,0,.15)!important;
}



.modal-mkt-product .modal-body-addons{
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
}

.modal-mkt-product .product-operator-footer {
    box-shadow: 0 0rem 2rem rgba(0,0,0,.15)!important;
    overflow: hidden;
    padding: 10px 30px;
    z-index: 102;
}
.modal-mkt-product .counter-product-light {
    width: 150px;
    max-width: 40%;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2px;
    border: 1px solid #e5edef;
    border-radius: 8px;
}

.modal-mkt-product .product-operator-footer .counter-product-light {
    float: left;
}
.modal-mkt-product .counter-product-light>button:disabled {
    background-color: #fafaf8!important;
    color: rgba(255,68,31,.3);
}
.modal-mkt-product .counter-product-light>button {
    color: var(--dark-color-03);
    background-color: #fff;
    border-radius: 8px;
    width: 34px;
    height: 34px;
    transition: all .3s linear;
    font-weight: bold;
    border: 0;
    font-size: 18px;

}
.modal-mkt-product .counter-product-light>button:hover {
    color: #fff;
    background-color: var(--dark-color-03);
}
.modal-mkt-product .counter-product-light>div {
    font-size: 16px;
    text-transform: lowercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    color: #332927;
    font-weight: 500;
}
.modal-mkt-product .product-operator-footer .button-add {
    float: right;
    width: 200px;
    max-width: 60%;
}
.modal-mkt-product .product-operator-footer .button-add button {
    color: #fff;
    border-radius: 8px;
    text-align: left;
    width: 100%;
    padding: 8.5px 14px;
    font-size: 14px;
}
.modal-mkt-product .product-operator-footer .button-add button span {
    float: right;
}
.modal-mkt-product .button-add .spinner-border {
    width: 1rem!important;
    height: 1rem!important;
    opacity: 0.8;
}


/*---- CART MKT PLACE---------*/


.cart-lateral .cart-container{
    position: sticky;
    top:30px;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 13%);
    z-index: 5;
    overflow: hidden!important;
    min-height: 60vh;
}
.cart-container .cart-header{
    padding: 1rem;
    border-bottom: 1px solid var(--color-gray-clickmix-02);
}
.cart-container .cart-header p{
    font-weight: 300;
    color: var(--color-gray-clickmix);
}
.cart-container .cart-header h6{
    font-weight: 600;
    margin: 0px;
}
.cart-container .cart-body{
    background: #fff;
    min-height: 200px;
    max-height: 60vh;
    overflow-y: auto;

}
.cart-container .cart-item-group{
    padding: 0.6rem 1rem;
}
.cart-container .cart-item-group .cart-item{
    display: grid;
    grid-template-columns: auto 22px;
    position: relative;
    gap: 0.8rem;
}
.cart-container .cart-item-group .cart-item img{
    border-radius: 5px;
    width: 40px;
}
.cart-container .cart-item-group .cart-item p{
    margin: 0px;
}
.cart-container .cart-item-group .cart-item span i{
    font-weight: 800;
    font-size: 16px;
}
.cart-container .cart-item-group small{
    color: var(--color-gray-clickmix);
}
.cart-container .cart-item-group .cart-item p span{
    white-space: nowrap;
}
.cart-container .cart-item-group .cart-item-name {
    color: inherit;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important
}
.cart-container .cart-item-group .cart-item-addon{
    display: block;
}
.cart-container .cart-item-group .cart-item-addon span{
    font-weight: 600;
    font-size: 14px;
    margin: 0 2px;
}

.cart-container .cart-item-total{
    padding: 0.8rem 1rem;
}
.cart-container .cart-item-total>p{
    margin-bottom: 0.25rem;
    display: flex;
    justify-content: space-between;
}

.cart-container .cart-footer{
    padding: .8rem .8rem 0 0.8rem;
}
.cart-container .cart-footer{
    padding: 0.8;
    position: sticky;
    bottom: 0px;
    z-index: 10;
    padding: .8rem;
    box-shadow: rgba(0, 0, 0, 0.153) 0px 5px 30px 0px;
}
.cart-lateral .cart-footer .delivery_{
    display: flex;
    gap: 0.6rem;
}
.cart-footer-checkout {
    padding: 0.8rem;
    text-align: center;
    justify-items: center;
}

.cart-container .cart-footer .cart-footer-btn {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 50px auto;
    column-gap: 0.6rem;
}

.cart-container.cart-footer .cart-footer-btn .clear-cart{
    padding: 0.1rem;
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-content: center;
    background: var(--color-orange-ligth-00);
}
.cart-container .cart-footer .cart-footer-btn .check1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cart-container.cart-footer .cart-footer-btn .check1 span {
    margin-left: 0.5rem;
}

.cart-modal{
    width: 400px!important;
}

@media (max-width: 576px) {
    .cart-lateral{
        display: none;
    }
    .login-page{
        padding-top: 0px!important;
    }
    .cart-footer-checkout .btn-checkout-confirm .check1{
        display: none;
    }
    
}



/*---- PAYMENT CONFIRM MKT PLACE---------*/

.section-payment-confirm{
    margin-top: 75px;
}
.section-payment-confirm .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-payment-confirm .payment-order-content{
    max-width: 450px;
    text-align: center;
    min-width: 350px;
}
.section-payment-confirm .payment-order-content .box-order-header{
    display: flex;
}

.section-payment-confirm .payment-order-content .area-pix{
    width: 330px;
    text-align: center;
    align-items: center;
}
.section-payment-confirm .payment-order-content .area-pix #qrcode-pix{
    width: 300px!important;
    height: 300px!important;
}


/*----- MKT PLACE STATUS ORDER -----*/


.order-popup-icon{
    background: #fff;
    position: absolute;
    bottom: 50px;
    right: 10px;
    box-shadow: 0 .125rem 3.55rem rgba(0, 0, 0, .075)!important;
}

.order-list:hover{
    box-shadow: 0 .125rem 3.55rem rgba(0, 0, 0, .075)!important;
}
.spin-order{
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
    /* transform: rotate(0.3rad);/ */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);  */
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.order-status-notify {
    position: fixed;
    background: #fff;
    width: 90px;
    padding: 0.4rem;
    bottom: 100px;
    right: 1rem;
    z-index: 905;
    border-radius: 0.5rem;
    box-shadow: 0 .125rem .4rem rgba(0, 0, 0, 0.244)!important;
}

.order-status-notify .d-none{
    display: none!important;
}
.progress-status{
    z-index: 5;
}
.progress-status .col{
    padding: 0;
}
.progress-status span{
    line-height: 1.0;
    font-size: 9px;
    display: inline-block;
    width: 65px;
}
.status-active i{
    padding: 0.5rem!important;
    -webkit-animation: sk-scaleout 1.5s infinite ease-in-out;
    animation: sk-scaleout 1.5s infinite ease-in-out;
}
.status-off i {
    color: #fff;
    background-color: #e3eaef!important;
}
.status-off span {
    color: #c0c0c0!important;
}

.badge-off, .bg-off {
    color: #fff;
    background-color: #e3eaef;
}

.badge-novo, .bg-novo {
    color: #fff;
    background-color: #DE6F00;
}
.badge-preparo, .bg-preparo {
    color: #fff;
    background-color: #ffc107;
}
.badge-pronto, .bg-pronto {
    color: #fff;
    background-color: #3abaf4;
}
.badge-entrega, .bg-entrega{
    color: #fff;
    background-color: #54ca68;
}
.badge-finalizado, .bg-finalizado {
    color: rgb(133, 133, 133);
    background-color: #e3eaef;
}
.badge-cancelado, .bg-cancelado {
    color:#DE6F00;
    background-color: #e3eaef;
}
.badge-orders {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-primary {
    color: var(--color-gray-clickmix);
    background-color: rgb(198 0 33 / 7%);
}

.badge-light-light {
    color: #e84a3a;
    background-color: rgb(232 74 58 / 9%);
}

.badge-light-info {
    color: #36b9cc;
    background-color: rgb(54 185 204 / 0.07);
}

.badge-light-success {
    color: #1cc88a;
    background-color: rgb(28 200 138 / 0.07);
}



/*----- MKT PLACE - GERAL MISCEL ----*/

.min-height-20{min-height: 20px}
.min-height-30{min-height: 30px}
.min-height-40{min-height: 40px}
.min-height-50{min-height: 50px}
.min-height-60{min-height: 60px}
.min-height-80{min-height: 80px}
.min-height-90{min-height: 90px}
.min-height-100{min-height: 100px}
.min-height-110{min-height: 110px}
.min-height-120{min-height: 120px}
.min-height-130{min-height: 130px}
.min-height-140{min-height: 140px}
.min-height-150{min-height: 150px}
.min-height-160{min-height: 160px}
.min-height-180{min-height: 180px}
.min-height-190{min-height: 190px}
.min-height-200{min-height: 200px}
.min-height-210{min-height: 210px}
.min-height-220{min-height: 220px}
.min-height-230{min-height: 230px}
.min-height-240{min-height: 240px}
.min-height-250{min-height: 20px}
.min-height-260{min-height: 260px}
.min-height-280{min-height: 280px}
.min-height-290{min-height: 290px}
.min-height-300{min-height: 300px}

.min-height-vh20{min-height: 20vh}
.min-height-vh30{min-height: 30vh}
.min-height-vh40{min-height: 40vh}
.min-height-vh50{min-height: 50vh}
.min-height-vh60{min-height: 60vh}
.min-height-vh70{min-height: 70vh}
.min-height-vh80{min-height: 80vh}
.min-height-vh90{min-height: 90vh}
.min-height-vh100{min-height: 100vh}






/*---- ORIGINAL CARD CSS **/

.list-card-merchants .count-number {
    margin: 4px 0 0 0;
    display: inline-block;
}
 .list-card-merchants{
    height: 140px;
}
 .list-card-merchants a{
    flex: 1;
}

 .list-card-merchants a,
 .list-card-merchants h6 {
    color: inherit;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
}
 .list-card-merchants .badge-open-closed{
    right: 0;
    top: 0;
}
 .list-card-merchants .badge-open-closed .badge-open{
    background-color: rgba(95, 189, 1, 0.692);
    color: #fff;
}
 .list-card-merchants .badge-open-closed .badge-closed{
    background-color: rgba(189, 1, 1, 0.452);
    color: #fff;
}

 .list-card-merchants .badge-star{
    color: rgb(240, 156, 0);
    font-size: 13px;
}

 .list-card-merchants .time {
    bottom: 1rem;
}

 .list-card-merchants a:hover {
    color: var(--color-primary-02);
}

.list-card-merchants .star {
    right: 8px;
    bottom: 8px;
}

.list-card-merchants .star .badge {
   font-size: 11px;
   padding: 5px 5px;
   box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card-merchants .member-new {
   left: 8px;
   top: 8px;
}

.list-card-merchants .member-new .badge {
   font-size: 11px;
   padding: 5px 5px;
   box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card-merchants .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

 .list-card-merchants .favourite-heart i {
    background: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-radius: 50px;
}


.list-card-merchants .list-card-logo {
    width: 130px;
    height: 140px;
    min-width: 130px;
    max-width: 130px;
    object-fit: cover;
    position: relative;
    padding: 0.5rem;
}
.list-card-merchants .list-card-logo img {
    width: 130px;
    min-width: 130px;
}
.list-card-merchants  .list-card-body p.text-details {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
}


.list-card a,
.list-card h6 {
    font-weight: 600;
    color: inherit;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
}

.list-card a:hover {
    color: #0091bc;
}

.list-card .star {
    right: 8px;
    bottom: 8px;
}

.list-card .star .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .member-plan {
    left: 8px;
    top: 8px;
}

.list-card .member-plan .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .list-card-image {
    position: relative;
}

.list-card.d-flex .list-card-image {
    width: 130px;
    height: 140px;
    min-width: 130px;
    max-width: 130px;
}

.list-card.d-flex .list-card-image .item-img {
    height: 140px;
    object-fit: cover;
}

.list-card .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .favourite-heart i {
    background: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-radius: 50px;
}



.list-card .list-card-body p.text-gray {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
}
.list-card-body a:hover{
    color: var(--dark-color-btn-01);
}

.list-card .p-3 {
    overflow: hidden;
}

.list-card.d-flex .list-card-body span.float-right.text-black-50 {
    display: none;
}

.rating-stars .feather-star {
    font-size: 10px;
    background: #000000;
    color: #fff;
    padding: 2px;
    text-shadow: 0px 0px 1px #d2b128;
    border-radius: 5px;
}

.rating-stars .feather-star.star_active {
    background: #f5cd25;
}


.scroll-to-top {
    position: fixed;
    bottom: 95px;
    width: 100%;
    opacity: 0;
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  .scroll-to-top button{
    opacity: 0.6;
    
    border: #fff solid 1px;
  }

/* Login Page */

.login-page video {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 50%;
}

.login-page{
    padding-top: 80px;
    align-items: center;
    min-height: 75vh;
}

.login-page .container{
    align-self: center;
    justify-content: center;
    display: flex;
}

.login-page .container-login{
    max-width: 600px;
    min-width: 400px;
    padding: 3rem 0 5rem 0;
}
.otp input.form-control.form-control-lg {
    text-align: center !important;
    font-size: 44px;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    margin: auto;
}

.login-page .form-control- {
    background: no-repeat;
    border: none;
    color: #000;
    border-bottom: 1px solid rgb(160 160 160 / 32%);
    border-radius: 0px;
    padding: 0px;
    box-shadow: none !important;
}

.login-page .form-control:hover,
.login-page .form-control:focus {
    color: #000;
    border-bottom: 1px solid #000;
}

.login-page label {
    margin: 0px;
    opacity: 0.8;
}

.login-page .form-group {
    margin-bottom: 30px;
}

.login-page::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255 255 255 / 65%)!important;
    opacity: 1;
    /* Firefox */
;
}

.login-page:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(255 255 255 / 65%)!important;
}

.login-page::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(255 255 255 / 65%)!important;
}


/* Verification */

.osahan-verification .form-control {
    text-align: center;
    font-size: 47px;
    border-bottom: 2px solid #ccc !important;
    border: none;
    border-radius: 0px;
    font-weight: 300;
    box-shadow: none;
}


/* Filter */

.filter .custom-control-label::before {
    right: 1rem;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}

.custom-checkbox-charge {
    margin-left: 20px;
}
.custom-checkbox-charge .custom-control-label::before {
    left: -20px!important;
    margin: auto!important;
    right: auto;
    top: 0;
    bottom: 0;
}
.custom-checkbox-charge .custom-control-label::after {
    left: -20px!important;
    right: auto!important;
    margin: auto;
    top: 0;
    bottom: 0;
    
}

.filter .custom-control-label::after {
    left: auto;
    right: 1rem;
    margin: auto;
    top: 0;
    bottom: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--color-primary-02);
    background-color: var(--color-primary-02);
}


/* Cart */

.gold-members h6,
.menu-list h6 {
    font-size: 14px;
}

.gold-members .badge,
.menu-list .badge {
    font-size: 10px;
    font-weight: 500;
    padding: 4px 6px 3px 6px;
}

.gold-members .cart-item-name, .cart-item-name{
    color: inherit;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
}

.header-address-delivery span{
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical!important;
}
.mt-menu-header{
    margin-top: 90px;
}

.txt-nowrap{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
}

.gold-members .price-card{
    min-width: 65px;
}
.menu-list img {
    width: 41px;
    height: 41px;
    object-fit: cover;
}

.non_veg,
.veg {
    width: 20px;
    border: 1px solid;
    height: 20px;
    border-radius: 3px;
    font-size: 32px;
    text-align: center;
    line-height: 0px;
}
.btn-cart-flutuante{
    display: none;
}

.cart-itens{
    max-height: 46vh;
    overflow: auto
}
.button-cart-desk{
    float: right;
    background: #FFF;
    position: sticky;
    top: 90vh;
    width: 100%;
    box-shadow: 10px -1px 10px rgba(0, 0, 0, .075);
}

/*==== PAYMENT ======*/

.min-h-card-50{min-height: 50px;}
.min-h-card-75{min-height: 75px;}
.min-h-card-100{min-height: 100px;}
.min-h-card-125{min-height: 125px;}
.min-h-card-150{min-height: 150px;}
.min-h-card-175{min-height: 175px;}
.min-h-card-200{min-height: 200px;}
.min-h-card-215{min-height: 215px;}
.min-h-card-225{min-height: 225px;}
.min-h-card-250{min-height: 250px;}
.min-h-card-275{min-height: 275px;}
.min-h-card-300{min-height: 300px;}
.min-h-card-350{min-height: 350px;}
.min-h-card-400{min-height: 400px;}


/*CHECK CUSTOM*/
.check_custom{
    display:none;
}
.check_custom-group+radio{
    display:none;
}
.check_custom+label i{
    font-size: 16px;
    margin-right: 8px;
    font-weight: 600;
}
.check_custom+label{
    border: 3px solid transparent;
    position: relative;
    color: #000;
    border-radius: 5px;
    padding: 8px 10px;
    background-color: #f2f2f2;
    cursor: pointer;
    margin: 3px 5px 3px 3px;
}
.check_custom:checked+label{
    border: 3px solid var(--dark-color-03);
    color:  var(--dark-color-03);
    font-weight: 800;
}
.check_custom:checked + label:before{
    height: 16px;
    width: 16px;
    background-color:  var(--color-primary-01);
}




/* Most Popular */

.most_popular .trending-slider img {
    border-radius: 10px;
    padding: 0px 4px;
    margin: 8px 0 0 0;
}


/* Map Page */

.osahan-track-order-page {
    min-height: 676px;
}

.food-item {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 31px;
    height: 12px;
    line-height: 5px;
    text-align: center;
    width: 12px;
    vertical-align: text-bottom;
    padding: 0 2px;
    margin: 0px 3px 2px 0px;
}

.osahan-point {
    z-index: 1;
    width: 50%;
    border-radius: 50%;
    padding-bottom: 50%;
    pointer-events: none;
    background-color: rgba(225, 48, 8, .2);
    border: 1px solid #ff3008;
}

.osahan-map iframe {
    width: 100% !important;
}

.osahan-map .toggle {
    z-index: 9;
    margin: 2px 0 0 4px;
}

.osahan-map .mapouter.position-absolute {
    width: 100%;
    height: 100vh;
}

.osahan-map .bg-primary.border-bottom {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.osahan-map .fixed-bottom {
    padding: 10px 0px;
}

.osahan-map .list-card.d-flex .list-card-image .item-img {
    width: 100px;
    height: 100px;
}

.osahan-map .list-card.d-flex .list-card-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    max-width: 100px;
}

.osahan-map .member-plan {
    text-align: center;
    background: rgb(255 255 255 / 18%);
    font-size: 12px;
    padding: 7px 5px;
    margin: 0 1px;
    border-radius: 43px;
}

.gold-members .mr-2 {
    border: 1px solid;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 3px;
    font-size: 35px;
    line-height: 7px;
}

.index-page img {
    height: 130px;
}

.spinner {
    width: 180px;
    height: 180px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.backgroud-degrade{
    background:-webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 90%);
  background:-o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 90%);
  background:-moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 90%);
  background:linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 90%);
  }

/* right bounce */

@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-30px);
    }
    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}


/* /right bounce */

.feather-arrow-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}

.location-page .img-fluid {
    max-width: 360px;
}

/* Modal */

.modal-body-50vh{
    max-height: 50vh;
    overflow: auto;
}
.modal-body-55vh{
    max-height: 55vh;
    overflow: auto;
}
.modal-body-60vh{
    max-height: 60vh;
    overflow: auto;
}
.modal-body-65vh{
    max-height: 65vh;
    overflow: auto;
}
.modal-body-70vh{
    max-height: 70vh;
    overflow: auto;
}
.modal-body-75vh{
    max-height: 75vh;
    overflow: auto;
}
.modal-body-80vh{
    max-height: 80vh;
    overflow: auto;
}


/* Restaurant */

.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -16px;
}

.reviews-members-footer img {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px #ccc;
    margin: 0 -3px;
}

.total-like {
    font-size: 11px;
    padding: 2px 6px;
}

.reviews-members-body p {
    font-size: 12px;
}

.reviews-members-header h6 {
    font-size: 14px;
}

.graph-star-rating-body .progress {
    border-radius: 40px;
    height: 6px;
}

.star-rating .star, .rating-wrap .star {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    color: #d3d3d3;
  }
  .star-rating .full, .rating-wrap .full {
    color: #fbca05;
  }
  .star-rating .half, .rating-wrap .half{
    position: absolute;
    display: inline-block;
    overflow: hidden;
    color: #fbca05;
  }

.rating-list {
    display: flex;
    margin: 6px 0;
    align-items: center;
    justify-content: space-between;
}

.rating-list-center {
    margin: auto;
    width: 70%;
}

.rating-list-left {
    width: 20%;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.rating-list-right {
    width: 10%;
    text-align: right;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.offer-section {
    background-color: #000;
}


/* header-user-img */

.header-user {
    height: 32px;
}


/* dropdown css */

.drop-loc {
    width: 250px;
}


/* footer css */

footer .text-muted {
    color: #bdbdbd !important;
}

.section-footer {
    background: #fff !important;
}

.section-footer .border-top {
    border-top: 1px solid rgb(222 226 230 / 9%)!important;
}

.section-footer ul li {
    line-height: 29px;
}

.section-footer ul {
    margin: 0px;
}

.footer-about img {
    height: 62px;
    background: #fff;
    border-radius: 8px;
    padding: 4px;
}

.footer-about .btn {
    padding: 0px;
    border: 1px solid #3d3d3e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 38px;
}

.footer-about p.text-muted {
    line-height: 23px;
}


/* orders css */

.sc-osahan-logo {
    height: 30px;
}

.custom-tabs.nav-tabs .nav-item.show .nav-link,
.custom-tabs.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--color-primary-01) !important;
}

.search .nav-tabs .nav-item.show .nav-link,
.search .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--color-primary-01)!important;
    background-color: var(--color-primary-01)!important;
    color: #ffffff !important;
}

.order_img {
    height: 88px;
}


/* offers image */

.offers_img {
    height: 130px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--color-primary-01)!important;
    color: var(--color-primary-01)!important;
}


/* side bar sticky */

.sticky_sidebar {
    position: sticky;
    top: 45px;
}

/* search border */

.input_search {
    border-radius: 50px 0px 0px 50px;
}

.border_search {
    border-radius: 0px 50px 50px 0px !important;
}


/* Mobile Media */

.btn-cart-flutuante{
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    z-index: 110;
}
.btn-cart-backgroud-degrade{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  }
.button-bottom-top{
    display: none;
}

@media (max-width: 992px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .m-none {
        display: none !important;
    }

    .header-main {
        height: 67px;
    }
    .header-main .col-1 {
        width: auto !important;
        min-width: auto !important;
        max-width: unset;
        flex: unset !important;
        padding: 8px;
    }
    .header-main .row.align-items-center {
        height: 67px;
    }
    .header-main .col-8 {
        flex: unset;
        margin-left: auto;
        padding: 0px;
    }
    .header-main .col-8 .hc-nav-trigger {
        top: 0px;
        right: 8px;
    }

    .hc-nav-trigger {
        top: 18px;
        left: 17px;
    }
    .pb-5,
    .py-5 {
        padding-bottom: 1rem!important;
    }
    .pt-5,
    .py-5 {
        padding-top: 1rem!important;
    }
    .hc-nav-trigger span,
    .hc-nav-trigger span::before,
    .hc-nav-trigger span::after {
        background: #ffffff !important;
    }
    .login-page video {
        display: none;
    }
    
    .login-page .px-5.col-10.mx-auto {
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
        flex: unset !important;
        max-width: 100%;
    }
    .btn-cart-flutuante{
        display: none;
    }
    .cart-lateral-img img{
        display: none;
    }
    .button-bottom-top{
        display: none;
    }
    .modal-menu-img figure{
        width: 100%;
        height: 40vh;
        overflow: hidden;
        position: relative;
        left: 1px;
        top: 1px;
    }
    .media-cart img{
        display: none;
    }
    .section-header .header-content .brand-wrap img {
        height: 40px;
    }
}

@media (max-width:767px){
    .section-header .header-content .brand-wrap img {
        height: 35px;
    }
    .cart-lateral{
        display: none ;
    }
    .cart-lateral-01{
        display: none;
    }
    .restaurant-pic {
        display: none;
    }
    .btn-cart-flutuante{
        display: none;
    }
    .cart-lateral-img img{
        display: none;
    }
    .mt-menu-header{
        margin-top: 55px;
    }
    .modal-mkt-product{
        width: 100%;
        min-width: 450px;
    }
    .modal-mkt-product .modal-product-content{
        max-height: 95vh; 
        overflow: auto;
        
    }
    
    .modal-mkt-product .modal-body-addons {
        max-height: inherit;
        overflow: inherit;
    }
    .modal-mkt-product {
        display: block;
        height: inherit;
    }
    .modal-mkt-product .product-operator-footer {
        position: fixed!important;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        padding: 10px 15px;
    }
    .modal-mkt-product .btn-close-modal{
        position: fixed;
        top: .8rem;
    }
    
    ::-webkit-scrollbar {
        width: 4px;
        background-color: #ffffff;
    }
    .button-bottom-top{
        display: block;
        margin-bottom: 100px;
    }
    .list-card.d-flex .list-card-image {
        width: 120px;
        height: 125px;
        min-width: 120px;
        max-width: 120px;
    }
    
    .list-card.d-flex .list-card-image .item-img {
        height: 130px;
        object-fit: cover;
    }

    .navbar-search{
        display: none!important;
    }
    .login-page .container-login{
        max-width: 350px;
        min-width: 300px;
        padding: 1rem 0 3rem 0;
    }

}
@media (max-width: 576px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .container-menu-item{
        padding: 15px 0!important;
    }
    .sm-none {
        display: none !important;
    }
    .m-none {
        display: none !important;
    }
    .cart-lateral-img img{
        display: none;
    }
    .section-header {
        display: none;
    }
    .header-main {
        height: 67px;
    }
    .header-main .col-1 {
        width: auto !important;
        min-width: auto !important;
        max-width: unset;
        flex: unset !important;
        padding: 8px;
    }
    .header-main .row.align-items-center {
        height: 67px;
    }
    .header-main .col-8 {
        flex: unset;
        margin-left: auto;
        padding: 0px;
    }
    .header-main .col-8 .hc-nav-trigger {
        top: 0px;
        right: 8px;
    }
    
    .btn-cart-flutuante{
        display: block !important;
    }
    .d-none {
        display: block !important;
    }
    .restaurant-pic {
        display: none;
    }
    .fixed-bottom-bar {
        padding-bottom: 56px;
    }
    .hc-nav-trigger {
        top: 18px;
        left: 17px;
    }
    footer.section-footer.border-top.bg-dark {
        display: none;
    }
    .pb-5,
    .py-5 {
        padding-bottom: 1rem!important;
    }
    .pt-5,
    .py-5 {
        padding-top: 1rem!important;
    }
    .hc-nav-trigger span,
    .hc-nav-trigger span::before,
    .hc-nav-trigger span::after {
        background: #ffffff !important;
    }
    .login-page video {
        display: none;
    }
    .login-page .px-5.col-10.mx-auto {
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
        flex: unset !important;
        max-width: 100%;
    }
    .tag-menu{
        top: 35px;
    }
    .cat-slider-menu::-webkit-scrollbar{
        height: 3px !important;
      }
    .profile-details{
        display: none!important;
    }
    .profile-buttons-mobile{
        display: block!important;
    }
    .list-card.d-flex .list-card-image {
        width: 95px;
        height: 95px;
        min-width: 95px;
        max-width: 100px;
    }
    .list-card.d-flex .list-card-image .item-img {
        height: 100px;
    }
    .list-card .list-card-body p.text-gray {
        -webkit-line-clamp: 1!important;
    }
    .list-card-price {
        bottom: 0.5rem;
    }
    .menu-categories-title{
        position: sticky;
        top:90px;
        z-index: 9;
    }
    .modal-mkt-product{
        width: 100%!important;
        min-width: 350px;
    }
}

@media screen (max-width: 350px) {
    .modal-mkt-product{
        width: 100%!important;
        min-width: 320px;
    }
}



html.hc-nav-yscroll {
    overflow-y: scroll
}

li.nav-close {
    display: none !important;
}

li.nav-close .nav-item-wrapper {
    display: none;
}

body.hc-nav-open {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform .4s ease
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.hc-offcanvas-nav .nav-content {
    height: 100%
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-offcanvas-nav li {
    position: relative;
    display: block
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible
}

.hc-offcanvas-nav li:not(.custom-content) a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    cursor: not-allowed
}

.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
    text-decoration: none
}

.hc-offcanvas-nav input[type="checkbox"] {
    display: none
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-offcanvas-nav .nav-item {
    position: relative;
    display: block;
    box-sizing: border-box
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease
}

.hc-offcanvas-nav.nav-position-left {
    left: 0
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-right {
    right: 0
}

.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-top {
    top: 0
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, -100%, 0)
}

.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, 100%, 0)
}

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
    transform: translate3d(0, 0, 0)
}

.hc-offcanvas-nav.rtl li {
    text-align: right
}

.hc-offcanvas-nav.rtl .nav-next,
.hc-offcanvas-nav.rtl li.nav-back span,
.hc-offcanvas-nav.rtl li.nav-close span {
    left: 0;
    right: unset
}

.hc-nav-trigger.hc-nav-1,
.hc-nav-trigger {
    display: none;
}

.hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 18px;
    width: 30px;
    min-height: 24px;
    right: 8px;
}

.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: #000000;
    transition: all .2s ease
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    content: '';
    width: 100%
}

.hc-nav-trigger span::before {
    top: -10px
}

.hc-nav-trigger span::after {
    bottom: -10px
}

.hc-nav-trigger.toggle-open span {
    background: rgba(0, 0, 0, 0);
    transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
    transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.3)
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #fff;
}

.hc-offcanvas-nav h2 {
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0px;
    padding: 20px 17px;
    background: #343a40;
    color: #fff;
}

.hc-offcanvas-nav .nav-item {
    padding: 14px 17px;
    font-size: 15px;
    color: #343a40;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #edf1f4
}

.hc-offcanvas-nav .nav-item:focus,
.hc-offcanvas-nav .nav-item:focus-within {
    z-index: 10
}

.hc-offcanvas-nav .nav-item-wrapper {
    position: relative
}

.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
    z-index: 10
}

.hc-offcanvas-nav li:not(.custom-content) a {
    padding: 14px 17px;
    font-size: 13px;
    color: #343a40;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #edf1f4
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    color: rgb(128, 130, 132);
}

.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background: #edf1f4;
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
    border-top: 1px solid #edf1f4;
    margin-top: -1px
}

.hc-offcanvas-nav li {
    text-align: left
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
    background: #edf1f4;
    border-top: 1px solid #edf1f4;
    border-bottom: 1px solid #edf1f4
}

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
    background: #2b5c8d
}

.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
    margin-top: -1px
}

.hc-offcanvas-nav li.nav-parent .nav-item:last-child {
    padding-right: 58px
}

.hc-offcanvas-nav li.nav-parent .nav-item:not(:last-child) {
    margin-right: 44px
}

.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent .nav-next,
.hc-offcanvas-nav li.nav-back span {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #343a40;
    border-left: 2px solid #343a40
}

.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -6px;
    transform: rotate(135deg)
}

.hc-offcanvas-nav li.nav-close span::after {
    transform: rotate(-45deg)
}

.hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #edf1f4
}

.hc-offcanvas-nav .nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #343a40;
    border-left: 2px solid #343a40;
    transform-origin: center
}

.hc-offcanvas-nav .nav-next::before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-right .nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-top .nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-bottom .nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: transparent
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
    font-size: 14px
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background .3s ease
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #2e6296
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
    border-bottom: 1px solid #295887
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
    background: #2f649a
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item .nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item .nav-next::before {
    margin-top: 2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container .nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container .nav-next::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.rtl a.nav-next {
    border-left: none;
    border-right: 1px solid #edf1f4
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item {
    padding-right: 17px;
    padding-left: 58px
}

.cf::before,
.cf::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden
}

.cf::after {
    clear: both
}

#container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    background: linear-gradient(-134deg, #517FA4 0%, #243949 100%)
}

.wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px
}

#main-nav {
    display: none
}
.profile-buttons-mobile{
    display: none;
}

@media screen and (min-width: 800px) {
    main .actions {
        display: flex;
        flex-wrap: wrap
    }
    main .actions div {
        float: left;
        flex: 1 1 33.33%;
        max-width: 33.33%
    }
    main .actions.position div {
        float: left;
        flex: 1 1 25%;
        max-width: 25%
    }
}

main .button {
    position: relative;
    display: block;
    padding: 18px 30px 16px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-decoration: none;
    color: #243949;
    cursor: pointer;
    background: #fffce1;
    border-radius: 30px/80px;
    transition: all .1s ease
}

main .button:not(.active):hover {
    color: #d5af63
}

main .button.active {
    background: #dab977
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    padding-bottom: 63px
}

.hc-offcanvas-nav h2 {
    font-weight: 400
}

.hc-offcanvas-nav a {
    font-size: 16px
}

.hc-offcanvas-nav li .custom-message {
    font-size: 12px
}

.hc-offcanvas-nav li .custom-message a {
    color: #343a40;
    font-size: 13px
}

.hc-offcanvas-nav li .custom-message a:hover {
    text-decoration: none
}

.hc-offcanvas-nav li.search .nav-item {
    padding-top: 0
}

.hc-offcanvas-nav li.search input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #343a40;
    background: rgb(255, 255, 255);
    padding: 5px 10px;
    box-shadow: none;
    border: 1px solid rgb(237, 241, 244);
}

.hc-offcanvas-nav li.add>.nav-item-wrapper a::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'add'
}

.hc-offcanvas-nav li.new>.nav-item-wrapper .nav-item::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'fiber_new'
}

.hc-offcanvas-nav li.cryptocurrency>.nav-item-wrapper .nav-item::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'local_atm'
}

.hc-offcanvas-nav li.devices>.nav-item-wrapper .nav-item::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'devices'
}

.hc-offcanvas-nav li.mobile>.nav-item-wrapper .nav-item::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'phone_android'
}

.hc-offcanvas-nav li.television>.nav-item-wrapper .nav-item::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'desktop_windows'
}

.hc-offcanvas-nav li.camera>.nav-item-wrapper .nav-item::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'camera_alt'
}

.hc-offcanvas-nav li.magazines>.nav-item-wrapper .nav-item::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'import_contacts'
}

.hc-offcanvas-nav li.store>.nav-item-wrapper .nav-item::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'store'
}

.hc-offcanvas-nav li.collections>.nav-item-wrapper .nav-item::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'collections'
}

.hc-offcanvas-nav li.nolink>.nav-item-wrapper .nav-item::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'format_clear'
}

.hc-offcanvas-nav li.disabled>.nav-item-wrapper .nav-item::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: top;
    speak-as: never;
    content: 'block'
}

.hc-offcanvas-nav.nav-position-top ul.bottom-nav,
.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav {
    position: relative;
    border-top: none
}

.hc-offcanvas-nav.nav-position-top .nav-wrapper-0>.nav-content,
.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0>.nav-content {
    padding-bottom: 0
}

.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 1px solid #edf1f4
}

.hc-offcanvas-nav ul.bottom-nav li {
    flex: auto
}

.hc-offcanvas-nav ul.bottom-nav li a {
    padding: 10px;
    text-align: center;
    height: 100%;
    border-bottom: none
}

.hc-offcanvas-nav ul.bottom-nav li svg {
    fill: #343a40;
    display: inline-block;
    vertical-align: middle
}

.hc-offcanvas-nav ul.bottom-nav li.github svg {
    width: 17px;
    height: 17px
}

.hc-offcanvas-nav ul.bottom-nav li.ko-fi svg {
    width: 21px;
    height: 21px
}

.hc-offcanvas-nav ul.bottom-nav li.email svg {
    width: 19px;
    height: 19px
}





.min-vh-50{min-height:50vh !important}
.min-vh-75{min-height:75vh !important}
.min-vh-80{min-height:86Vh !important}

.min-height-50{min-height: 50px}
.min-height-70{min-height: 70px}
.min-height-80{min-height: 80px}
.min-height-90{min-height: 90px}
.min-height-100{min-height: 100px}
.min-height-110{min-height: 110px}
.min-height-120{min-height: 130px}
.min-height-140{min-height: 140px}
.min-height-150{min-height: 150px}
.min-height-160{min-height: 160px}
.min-height-170{min-height: 170px}
.min-height-180{min-height: 180px}
.min-height-190{min-height: 190px}
.min-height-200{min-height: 200px}
.min-height-210{min-height: 210px}
.min-height-220{min-height: 220px}
.min-height-230{min-height: 230px}
.min-height-240{min-height: 240px}
.min-height-250{min-height: 250px}
.min-height-260{min-height: 260px}
.min-height-270{min-height: 270px}
.min-height-280{min-height: 280px}
.min-height-290{min-height: 290px}
.min-height-300{min-height: 300px}
.min-height-310{min-height: 310px}


.min-width-20{min-width: 20px}
.min-width-30{min-width: 30px}
.min-width-40{min-width: 40px}
.min-width-50{min-width: 50px}
.min-width-60{min-width: 60px}
.min-width-70{min-width: 70px}
.min-width-80{min-width: 80px}
.min-width-90{min-width: 90px}
.min-width-100{min-width: 100px}
.min-width-110{min-width: 110px}
.min-width-120{min-width: 120px}
.min-width-130{min-width: 130px}
.min-width-140{min-width: 140px}
.min-width-150{min-width: 150px}
.min-width-160{min-width: 160px}
.min-width-170{min-width: 170px}
.min-width-180{min-width: 180px}
.min-width-190{min-width: 190px}
.min-width-200{min-width: 200px}
.min-width-210{min-width: 210px}
.min-width-220{min-width: 220px}
.min-width-230{min-width: 230px}
.min-width-240{min-width: 240px}
.min-width-250{min-width: 250px}
.min-width-260{min-width: 260px}
.min-width-270{min-width: 270px}
.min-width-280{min-width: 280px}
.min-width-290{min-width: 290px}
.min-width-300{min-width: 300px}
.min-width-310{min-width: 310px}
.min-width-320{min-width: 320px}
.min-width-330{min-width: 330px}
.min-width-340{min-width: 340px}
.min-width-350{min-width: 350px}
.min-width-360{min-width: 360px}
.min-width-370{min-width: 370px}

.max-width-30{max-width: 30px}
.max-width-40{max-width: 40px}
.max-width-50{max-width: 50px}
.max-width-70{max-width: 70px}
.max-width-80{max-width: 80px}
.max-width-90{max-width: 90px}
.max-width-100{max-width: 100px}
.max-width-110{max-width: 110px}
.max-width-120{max-width: 120px}
.max-width-130{max-width: 130px}
.max-width-140{max-width: 140px}
.max-width-150{max-width: 150px}
.max-width-160{max-width: 160px}
.max-width-170{max-width: 170px}
.max-width-180{max-width: 180px}
.max-width-190{max-width: 190px}
.max-width-200{max-width: 200px}
.max-width-210{max-width: 210px}
.max-width-220{max-width: 220px}
.max-width-230{max-width: 230px}
.max-width-240{max-width: 240px}
.max-width-250{max-width: 250px}
.max-width-260{max-width: 260px}
.max-width-270{max-width: 270px}
.max-width-280{max-width: 280px}
.max-width-290{max-width: 290px}
.max-width-300{max-width: 300px}
.max-width-310{max-width: 310px}
.max-width-320{max-width: 320px}
.max-width-330{max-width: 330px}