*{font-family: 'Montserrat', sans-serif !important;}
::selection {
    background: #16cbb4;
    color: #fff;
    text-shadow: none;
}
:focus-visible {
    outline: 0;
}
button span {
    pointer-events: none;
}
button span svg{
    pointer-events: none;
}

@media screen and (min-width: 769px){
  ::-webkit-scrollbar{
  width: 10px; /* Largura da barra de rolagem */
}
    ::-webkit-scrollbar-track{
      background: #f1f1f1; /* Cor de fundo da faixa */
    }
    ::-webkit-scrollbar-thumb{
      background: #888; /* Cor do polegar */
      border-radius: 5px; /* Borda arredondada do polegar */
    }
    ::-webkit-scrollbar-thumb:hover{
      background: #555; /* Cor do polegar ao passar o cursor */
    }
    ::-webkit-scrollbar-thumb:active{
      background: #333; /* Cor do polegar ao ser pressionado */
    }
}

#chatGeral{
    position: fixed;
    bottom: 0;
    right: 7%;
    z-index: 10;
}
#chatGeral a{
    border-radius: 10px 10px 0 0;
}
#chat .uk-lightbox{
    background: #00000073;
}
#chat .uk-lightbox-iframe{
    width: 95%;
    height: 90%;
    border-radius: 15px
}
#chat .uk-lightbox-toolbar{
    background: #00ad97;
    width: 50px;
    position: absolute !important;
    border-radius: 50%;
    margin: auto;
}
#chat .uk-lightbox-caption{
    display:none;
}
#chat .uk-lightbox, .uk-lightbox-items>*{
    bottom: -13px;
}


.fs-3-5{
    font-size: 56px !important;
}
.fs-3{
    font-size: 48px !important;
}
.fs-2-5{
    font-size: 40px !important;
}
.fs-2{
    font-size: 32px !important;
}
.fs-1-75{
    font-size: 28px !important;
}
.fs-1-5{
    font-size: 24px !important;
}
.fs-1-3{
    font-size: 20.8px !important;
}
.fs-1-2{
    font-size: 19.2px !important;
}
.fs-1-1{
    font-size: 17.6px !important;
}
.fs-1{
    font-size: 16px !important;
}
.fs-0-9{
    font-size: 14.4px !important;
}
.fs-0-85{
    font-size: 13.6px !important;
}
.fs-0-8{
    font-size: 12.8px !important;
}
.fs-0-75{
    font-size: 12px !important;
}
.fs-0-7{
    font-size: 12px !important;
}
.fs-0-65{
    font-size: 10.4px !important;
}
.fs-0-6{
    font-size: 9.6px !important;
}
.fs-0-55{
    font-size: 8.8px !important;
}
.fs-0-5{
    font-size: 8px !important;
}


.fw-600{
    font-weight: 600 !important;
}
.fw-900{
    font-weight: 900 !important;
}
.flex-header{
    display:flex;
    align-items: center;
    flex: 1 1 auto;
    color:#fff;
}
.flex-header-ul{
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}
.icon-white{
    fill: #fff;
}
.sino-alert{
    z-index:1;
    background: #ff4646;
    height: 13px;
    width: 13px;
    margin: 3px;
    border-radius: 50%;
    border: 2px solid #000;
    position: absolute;
}
.cart-unid{
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #000;
    background: #ffffff;
    height: 23px;
    width: 23px;
    margin: 12px -13px;
    border-radius: 50%;
    border: 3px solid #000;
    position: absolute;
}
.nav-menu{
    text-align: center!important;
}
.no-stock{
    font-weight: bold;
    background: #ebebeb;
    padding: 1rem;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: black;
}
.nav-menu-op:hover{
    background: #e6e6e6;
    border-radius: 5px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
    
}
.box-cat{
    border: 2px solid #e2e2e2b0;
    background-color: #ffffff2b;
    color: #000;
    font-size: 0.8rem;
    text-decoration: none;
    border-radius: 10px;
    height: 120px;
    width: 90px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
}
.box-cat:hover{
    color: #3a3a3a;
    background-color: #0000000f;
    
}
.box-cat-m{
    color: #000;
    font-size: 0.7rem;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.box-cat-m a{
    text-align: center;
}
.bg-card{
    background-color: #fafafa !important;
}

.bg-verde{
    background: #00ad97;
    color: #fff;
}
.bg-gray{
    background: #eeeeee !important;
}
.bg-gray-2{
    background: #e0e0e0 !important;
}
.bg-gray-3{
    background: #F5F5F5 !important;
}
.prod-off{
    background: black;
    color: white;
    border-radius: 4px;
    font-size: 0.6rem;
    width: 57px;
    height: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.btn-clean{
    background: #eeeeee;
    color: #3d3d3d;
    text-align:center;
    min-width: 130px;
    cursor: pointer;
    padding:1rem 1.5rem;
    border-radius: 7px;
    border: 0;
    transition: background 0.4s;
    text-decoration: none;
}
.btn-clean:hover{
    background: #00ad97;
    color: #fff;
}

.btn-checkouts{
    background-image: linear-gradient(90deg, #16cbb4, #009884);
    background-color: #00ad97;
    border-radius: 6px;
    border: 0;
    color: #fff;
    font-size: 1rem;
    display: block;
    text-decoration: none;
    padding: 1.1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-checkout{
    background-image: linear-gradient(90deg, #16cbb4, #009884);
    background-color: #00ad97;
    border-radius: 6px;
    border: 0;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    display: block;
    text-decoration: none;
    padding: 1.1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-checkout-off{
    background-color: #eeeeee;
    border-radius: 6px;
    border: 0;
    width: 100%;
    color: #616161;
    font-size: 1rem;
    display: block;
    text-decoration: none;
    padding: 1.1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-checkout-off:hover{
    background-color: #e7e7e7;
    color: #616161;
}
.btn-checkout:hover{
    background-image: linear-gradient(90deg, #2adec7, #0db59f);
    color: #fff;
}
.btn-checkout-out{
    border-radius: 6px;
    border: 1px solid #00ad97;
    color: #00ad97;
    background: transparent;
    font-size: 0.9rem;
    display: block;
    text-decoration: none;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    min-width: 215px;
}
.btn-checkout-out:hover{
    font-weight: bold;
    color: #00ad97;
}

.btn-clean-1{
    background: #eeeeee;
    color: #3d3d3d;
    text-align:center;
    min-width: 130px;
    cursor: pointer;
    padding:1rem 1.5rem;
    border-radius: 7px;
    border: 0;
    transition: background 0.4s;
    text-decoration: none;
}
.btn-clean-1:hover{
    background: #e8e8e8;
}

.btn-buy{
    border: 1px solid #000;
    padding: 0.5rem 0.2rem;
    font-weight: bold;
    font-size: 0.8rem;
    color: #000 !important;
}
.btn-buy:hover{
    background-color: #f5f5f5;
}
.btn-login-social{
    display:block;
    background: #fff0;;
    border: 1px solid #000;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    line-height: 53px;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    text-decoration: none;
    text-align:center;
}
.btn-login-social:hover{
    border: 1px solid #00ad97;
    color: #00ad97;
}
.btn-login-black{
    display:block;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    line-height: 53px;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    text-decoration: none;
    text-align:center;
}
.btn-out{
    display: block;
    border: 2px solid #000;
    padding: 1rem 0.5rem;
    width: 100%;
}
.btn1{
    color: #fff;
    border: 1px solid #000;
    background: #000;
    cursor: pointer;
    padding: 0.7rem 1rem;
    text-align:center;
    border-radius: 8px;
}
.btn1-out{
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    padding: 0.7rem 1rem;
    text-align:center;
    border-radius: 9px;
}
.btn-w{
    display:block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.btn-pri{
    display: block;
    width: 100%;
    border: 2px solid #000;
    padding: 1rem 0.5rem;
    background: #000;
    color: #fff;
    font-weight: bold;
}
.bg-verde-2{
    background-image: linear-gradient(90deg, #16cbb4, #009884) !important;
    background-color: #00ad97 !important;
}
.cart-btn-verde{
    width: 100%;
    border: 2px solid #00ad97;
    padding: 0.8rem 1rem;
    background: #00ad97;
    color: #fff;
}
.cart-btn-verde:hover{
    background:#2ec0ae;
    border: 2px solid #2ec0ae;
    color:#fff;
}
.cart-btn-verde-out{
    width: 100%;
    border: 2px solid #00ad97;
    padding: 0.8rem 1rem;
    color: #00ad97;
}
.cart-btn-verde-out:hover{
    color: #00ad97;
    background: #FAFAFA;
    border: 2px solid #00ad97;
}
.btn-verde-1{
    padding: 1rem 1.5rem;
    background: #00ad97;
    color: #fff;
    min-width: 135px;
    border: 0;
    border-radius: 5px;
    text-align: center;
    min-width: 135px;
    cursor: pointer;
    transition: background 0.4s;
}
.btn-verde-1:hover{
    background: #2ec0ae;
}

.line-1{
   color:#000;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.line-2{
   color:#000;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.line-3{
   color:#000;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.box-time{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    color: #212121;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1rem;
    padding: 0.3rem;
    width: 40px;
    height: 30px;
    margin: 0 0.3rem;
}
.box-time-order{
    display: flex;
    background: #eee;
    color: #212121;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1rem;
    padding: 0.3rem;
    width: 40px;
    height: 35px;
    margin: 0 0.3rem;
    align-items: center;
    justify-content: center;
}
.link-text{
    text-transform: inherit !important;
    font-size: 0.9rem !important;
}
.link-text:hover{
    font-weight: 600 !important;
}
.menu-pri{
    text-decoration: none;
    color: #212121;
    font-weight: bold;
    font-size: 1rem;
    display: block;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.menu-pri:hover{
    text-decoration: none;
    color: #212121;
    margin-left: 0.5rem;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.menu-ul{
    margin-bottom: 1.3rem;
}
.menu-list li{
    margin-bottom: 0.2rem;
}
.menu-list li a{
    text-decoration: none;
    color: #424242;
    font-size: 0.9rem;
    display:block;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.menu-list li a:hover{
    color: #212121;
    font-weight: 600;
    margin-left: 0.5rem;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.prod-color-list{
    height: 20px;
    width: 20px;
    border-radius: 5px;
    cursor:pointer;
}
.prod-color-list a{
    height: 20px;
    width: 20px;
    display:block;
}
.list-cor-op{
    position: absolute;
    top: 15px;
}
.prod-fav-list{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    color: #b1b1b1;
    cursor:pointer;
}
.prod-fav-list:hover{
    color: #e43939;
}
.breadcrumb{
    color: #303030;
    text-decoration: none;
    font-size: 0.7rem;
}
.breadcrumb span:hover{
    font-weight: 600;
}
.breadcrumb-item:hover{
    color: #424242 !important;
    text-decoration: none;
}
.breadcrumb-active{
    color: #424242;
    font-weight: 600;
    font-size: 0.7rem;
}
.breadcrumb-item a{
    font-size: 0.8rem !important;
}
.prod-subtitle{
    font-size: 0.85rem;
    line-height: 1.2;
    color: #757575;
}
.titulo-pers{
    font-weight: bold;
    color: #424242;
    padding-left: 6px;
    border-left: 8px solid #d4d4d4;
    margin-bottom: 12px;
}
.prod-tam{
    padding: 0.4rem 0.8rem;
    border: 1px solid #000;
    border-radius: 5px;
    font-weight:bold;
}
.prod-tam:hover{
    background-color:#000;
    color:#fff;
}
.prod-tam-active{
    padding: 0.4rem 0.8rem;
    border: 1px solid #000;
    border-radius: 5px;
    background-color:#000;
    color:#fff;
    font-weight:bold;
}
.prod-cron {
    background: #2ec0ae;
    color: #fff;
    padding: 0.3rem;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    margin: 0 2px;
    min-width: 43px;
    text-align: center;
}
.width-drop-menu {
    max-width: 1000px !important;
}
.h-60{
    height: 60%!important;
}
.menos-item{
    display: inline-block;
    background: #e6e6e6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem;
}
.mais-item{
    display: inline-block;
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem;
    box-shadow: 0px 0 5px #e4e4e4;
}
.mais-item:hover{
    box-shadow: 0px 0 11px #dbdbdb !important;
}
.mais-item:active{
    box-shadow: 0px 0 0px #e4e4e4;
    background: #00ad97;
    color: #fff;
}
.unid-item{
    width: 3rem;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}
.prod-sel-unid{
    border: 1px solid #e0e0e0;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}
.prod-btn-t-off{
    color: #adadad !important;
    background: #e4e4e4 !important;
    border: 1px solid #e4e4e4 !important;
    cursor: not-allowed;
}
.prod-btn-cor-off{
    opacity: 0.3;
    cursor: not-allowed;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 0px !important;
}
.prod-btn-comprar{
    display: block;
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    border: 0;
    background: #00ad97;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.prod-btn-comprar:hover{
    background:#2ec0ae;
    color: #fff;
}
.prod-seller-verf{
    height: 7px;
    width: 7px;
    background: #03a9f4;
    display: inline-block;
    border-radius: 50%;
}
.prod-btn-store{
    border: 1px solid #00ad97;
    color: #00ad97;
    border-radius: 5px;
    min-height: 32px;
    min-width: 32px;
    text-decoration: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prod-btn-store:hover{
    color: #2ec0ae;
    border: 1px solid #2ec0ae;
}
.prod-seller-reput{
    height: 10px;
    width: 100%;
    display: inline-block;
    border-radius: 7px;
    margin: 2px;
}
.star-aval-off{
    color: #cecece !important;
}
.cat-filt-sel{
    justify-content: space-between;
    background-color: #eeeeee;
    padding: 0.4rem 1rem 0.4rem 1.5rem;
    border-radius: 45px;
}
.cat-filt-tam{
    font-weight: bold;
    font-size: 1.2rem;
}
.cat-filt-clean{
    display: flex;
    background: #ffffff;
    color: #757575;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 3px;
    border-radius: 50%;
    box-shadow: 0px 0 5px #e4e4e4;
    justify-content: center;
    align-items: center;
}

.cat-filt-clean:hover{
    background: #000;
    color: #ffffff;
}
.cat-filt-cor{
    height: 30px;
    width: 30px;
    border-radius: 4px;
}
.box-filtro{
    background: #eeeeee;
    padding: 1rem;
        border-radius: 8px;
}
.box-filtro div{
    flex-wrap: wrap;  
}
.box-filtro .col{
    display:flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.op-filt-tam{
    padding: 0.1rem;
    width: 60px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.op-filt-tam:hover{
    color: #fff;
    background: #000;
}
.op-filt-cor{
    padding: 0.5rem;
    width: 31px;
    height: 31px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.op-filt-cor:hover{
    border: 2px solid #000;
}
.check-pay-off{
    font-size: 0.8rem;
    color: #ffffff;
    background: #00ad97;
    border-radius: 4px;
    padding: 2px 10px;
    display: inline-block;  
}
.pay-radio:checked + .pay-check{
        border: 2px solid #00ad97;
        color: #00ad97;
    }
.btn-cursor{
    cursor: pointer;
}
.menu-off{
    background: #eeeeee;
    border-radius: 5px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}
.menu-off:hover{
    background: #d4d4d4;
}
.menu-off a{
    color: inherit;
    text-decoration: none;
}
.icon-menu-off{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    padding: 0.5rem;
    margin-right: 0.5rem;
    background: #fafafa;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgb(0 0 0 / 9%);
}
.btn-verde{
    background: #00ad97;
}
.text-verde{
    color: #00ad97 !important;
}
.text-verde2{
    color: #00c76f !important;
}
.text-red{
    color: #f0506e !important;
}
.text-amarelo{
    color: #FF9800;
}
.etapa-desc{
    position: absolute;
    font-size: 0.8rem;
    top: 11px
}
.etapa-item{
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.etapa-on{
    background: #00ad97;
}
.etapa-off{
    border: 2px solid #e0e0e0;
    color: #bdbdbd;
}
.etapa-line{
    width: 60px;
    height: 4px;
    background:#e0e0e0;
}
.etapa-line-on{
    width: 60px;
    height: 4px;
    background: #00ad97;
}
.etapas{
    display: contents;
}
.btn-menu-offcanvas{
    background: #eeeeee;
}
.btn-menu-offcanvas:hover{
    background: #d4d4d4;
}
.prod-tags{
    border: 1px solid #eeeeee;
    background: #eeeeee;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin: 0 0.5rem;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prod-tags:hover{
        background-color: #fff;
}
.fw-9{
    font-size:0.9rem;
}
.fw-8-5{
    font-size:0.85rem;
}
.fw-8{
    font-size:0.8rem;
}
.text-gray{
    color:#757575 !important;
}
.text-gray-2{
    color:#616161 !important;
}
.text-gray-3{
    color:#757575 !important;
}
.text-gray-4{
    color: #9e9e9e !important;
}
.text-gray-5{
    color: #cbcbcb !important;
}
.prod_size_guia{
    background-color: #efefef;
    background-size: cover;
    background-position: center;
}
.prod-btn-frete{
    border: 0;
    font-size: 0.8rem;
    border-radius: 5px;
    padding: 10px;
}
.prod-aval-post {
    padding: 0.5rem 0.8rem;
    background: #f5f5f5;
    border-radius: 5px;
}
.aval-on{
    color:#ff9800
}
.aval-off{
    color:#cecece;
}

.prod-var-color [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.prod-var-color [type=radio] + img {
  cursor: pointer;
  width: 40px;
  margin: 7px 0;
  border: 2px solid #fafafa;
}
.prod-var-color [type=radio]:checked + img {
  outline: 2px solid #000;
}
.prod-var-color [type=radio]:disabled + img {
    opacity: 0.3;
    cursor: not-allowed;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 0px !important;
}

.prod-var-tam [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.prod-var-tam [type=radio] + span {
  cursor: pointer;
}
.prod-var-tam [type=radio]:checked + span {
  background:#000;
  color:#fff;
}
.prod-var-tam [type=radio]:disabled + span {
    color: #adadad !important;
    background: #e4e4e4 !important;
    border: 1px solid #e4e4e4 !important;
    cursor: not-allowed;
}

.select-end [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.select-end [type=radio] + div {
  cursor: pointer;
}
.select-end [type=radio]:checked + div {
  outline: 0px solid #00ad97;
}
.select-end [type=radio]:disabled + div {
    opacity: 0.3;
    cursor: not-allowed;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 0px !important;
}

.d-flex-center{
    display:flex;
    align-items: center;
}
.d-flex-center-c{
    display:flex;
    align-items:center;
    justify-content:center;
}
.d-flex-center-e{
    display:flex;
    align-items: flex-end;
    justify-content:center;
}
.d-flex-center-b{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.code-aut{
    border: 2px solid #c5c5c5;
    color: #222;
    width: 45px;
    height: 45px;
    margin: 0.4rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 5px;
}
.code-aut:focus-visible{
    border: 2px solid #000;
    outline:0;
}

.li-desfocada::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-color: #eaeaea;
}
.li-desfocada video{
    position: relative;
    z-index: 1;
}
.review-nota{
    font-size:0.8rem;
    color:#9e9e9e;
    font-weight:bold
}
.review-total{
    font-size:0.7rem;
    color:#9e9e9e;
}
.down-parcelas{
    border: 1px solid #e0e0e0;padding: 1rem;border-radius: 7px;font-size: 0.8rem;
}
#prodVideo{
  position: relative;
}
#btnPlayPause{
  cursor:pointer;
  z-index: 1;
}
.btn-close-off{
    color: #000 !important;
    background: #d4d4d4;
    border-radius: 4px;
}
.btn-close-off:hover{
    background: #BDBDBD !important;
}
.cat-slide{
    background: #fafafa;
    padding: 0.45rem 0.25rem;
    border-radius: 5px;
}
.uk-alert-danger-2{
    background: #f0506e;
    color: #ffffff;
    border-radius: 8px;
    font-size: 0.9rem;
}
.pg-off{
    padding: 0.2rem 0.9rem;
    border-radius: 6px;
    color: #fff;
    background-image: linear-gradient(90deg, #16cbb4, #009884);
    background-color: #00ad97;
}
.pg-border-b{
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
}
.pg-instr{
    background: #F5F5F5;
    border-radius: 10px;
    padding: 1rem;
}
.pg-box-pix{
    border-radius: 10px;
    padding: 0.3rem;
    border: 3px solid #0cb59f;
}
.btn-verde-2{
    color: #fff;
    border: 0;
    padding: 1rem 2rem;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #16cbb4, #009884);
    background-color: #00ad97;
    cursor: pointer;
    text-decoration: none;
}
.btn-verde-2:hover{
    background-image: linear-gradient(90deg, #2adec7, #0db59f);
    color:#fff;
}
.btn-verde-2:disabled{
    color: #a1a1a1;
    background-image: linear-gradient(90deg, #eeeeee, #eeeeee);
    background-color: #eeeeee;
}
.op-check{
    background: #eeeeee;
    border-radius: 6px;
    padding: 6px;
    color: #00ad97;
}
.pg-icon{
    background: #d9f4f0;
    padding: 6px;
    border-radius: 30%;
    color: #09ad98;
}
.pg-recibo{
    background: #F5F5F5;
    padding: 1rem;
    height: 100%;
    border-radius: 10px;
}
.aval-item{
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
.barra-item{
    min-width: 190px;
    background-color: #eee;
    height: 10px;
    margin: 2px 0 12px 0;
    padding: 0;
    border-radius: 5px;
}
.barra-item div{
    background-color: #000;
    height: 10px;
    margin: 0;
    border-radius: 5px;
}
.box-view-post ul{
    margin-bottom: 0.7rem;
    padding-left: 0;
    list-style-type: none;
}
.box-view-post ul span{
    font-weight: bold;
}
.input-frete-load{
    position: absolute;
    right: 19px;
    top: 15px
}
.box-frete-modal{
    border: 1px solid #e5e5e5;
    padding: 1rem;
    border-radius: 8px;
}
.d-flex-center-b-w{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.icon-bg{
    background: #00000052;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
    color: white;
}
.icon-bg:hover{
    background: #fff;
    color: #222;
}
.icon-zoom{
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 14px;
    background: #00000052;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    pointer-events: none;
}
.icon-zoom:hover{
    background: #fff;
    color: #222;
}
.select-var{
    background-color: #fafafa;
    border: 1px solid #000;
    cursor: pointer;
    font-weight: bold;
}
.select-var:focus{
    box-shadow: 0 0 0 0 #000;
    border: 1px solid #000;
}
.list-atr{
    list-style-type: circle;
    padding-inline-start: 20px;
}
.vend-local{
    font-size: 0.8rem;
    text-align: center;
    border-radius: 5px;
    color: #00ad97;
    border: 1px solid #00ad97;
    padding: 0.2rem 0.1rem;
}
.btn-close-modal{
    background: #00ad97;
    color: #fff;
    border: 0;
    border-radius: 5px;
}
.video-img{
    z-index: -1;
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: center;
}

.unids{
    display: flex;
    align-items: center;
}
.unids button{
    width: 35px;
    height: 35px;
    color: #212529;
    font-size: 1.3rem;
    background-color: #E0E0E0;
    border: none;
    cursor: pointer;
}
.unids .unid-menos{
    border-radius: 5px 0 0 5px;
}
.unids .unid-mais{
    border-radius: 0 5px 5px 0;
}
.unids .unid-menos:hover{
    background-color: #f0506e;
    color: #fff;
}
.unids .unid-mais:hover{
    background-color: #00ad97;
    color: #fff;
}
.unids input{
    width: 100px;
    height: 35px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
}
.btn-del{
    background-color: #e0e0e0;
    color: #212529;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    border: 0;
}
.btn-del:hover{
    background-color: #f0506e;
    color: #fff;
}
.unids input[type="number"]::-webkit-inner-spin-button,
.unids input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.unids input[type="number"] {
  -moz-appearance: textfield;
}

.item-checkout .store {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}
.item-checkout ul{
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
.item-checkout ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 0.5rem;
}
.load-menu{
    height: 42px;
}
.load-menu div{
    background: #BDBDBD;
    height: 15px;
    width: 100px;
    border-radius: 28px;
}
.z0{
    z-index: 0;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.z4{
    z-index: 4;
}

.loader-page{
    background: #00000026;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.loader-page img{
    background-color: #fff;
    border-radius: 50%;
    border: 13px solid #fff;
}
.load-item{
    position: absolute;
    z-index: 3;
}
.load-item svg circle{
    stroke-width: 0.5px !important;
}

.uk-notification-message-primary{
    color: #fff;
    background-color: #16cbb4;
    border-radius: 7px;
}

.uk-notification-message-primary .icon-check{
    background: #fff;
    color: #16cbb4;
    border-radius: 50%;
    padding: 0.2rem;
}

.aba-user .user-img{
    border: 2px solid #fff;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    margin-right: 0.7rem;
    box-shadow: 0px 0px 0px 3px rgb(0 0 0 / 9%);
}
.pac-all{
    display: flex;
    height: 110px;
    width: 110px;
    border-radius: 6px;
    background: #eeeeee;
    font-weight: bold;
    font-size: 0.9rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.pac-all:hover{
    color: #00ad97;
    text-decoration: none;
}
.pacote .acoes{
    max-width: 250px;
    width: 100%;
}
.re-pay .pay-check{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eeeeee;
    padding: 1rem;
    border-radius: 5px;
    cursor: pointer;
}

.refresh-load{
    background: #fff;
    cursor: pointer;
    height: 225px;
    width: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.rastreio li{
    display: flex;
    align-items: center;
    background: #eeeeee;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
}
.rastreio .status{
    font-weight:bold;
}
.rastreio .local{
    font-size: 0.8rem;
    color:#757575;
}
.rastreio .icon{
    background: #00ad97;
    color: #fff;
    padding: 0.4rem;
    border-radius: 6px;
}
.fases{
    display: flex;
    align-items: center;
    margin-right: 1rem;
    margin-top: 1rem;
    border-color: #ccc;
}
.fases{}
.fase{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fase .step{
    display: flex;
    width: 27px;
    height: 27px;
    border: 2px solid;
    border-color: #ccc;
    font-size: 0.8rem;
    color: #ccc;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.fase .step-line{
    width: 55px;
    height: 2px;
    background-color: #ccc;
}
.fase .step-desc{
    position: absolute;
    top: 13px;
    margin-left: -55px;
    font-size: 0.75rem;
    color: #ccc;
}

.fase-on .step{
    background-color: #00ad97;
    border-color: #00ad97;
    color: #fff;
}
.fase-on .step-line{
    background-color: #00ad97;
}
.fase-on .step-desc{
    color: #00ad97;
}

.fase-off .step{
    background-color: #f0506e;
    border-color: #f0506e;
    color: #fff;
}
.fase-off .step-line{
    background-color: #f0506e;
}
.fase-off .step-desc{
    color: #f0506e;
}
.off-canvas-menu{
    font-size: 1.2rem;
    font-weight: bold;
    color: #424242;
    padding-left: 6px;
    border-left: 8px solid #d4d4d4;
    margin-bottom: 12px;
}
.off-user{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #E0E0E0 !important;
    border-radius: 7px;
    margin: 1rem 0;
    margin-top: 1.5rem !important;
    padding: 0.5rem 1rem;
}
.card-gloss{
    height: 100%;
    background-color: #ffffff36;
    backdrop-filter: blur(3px);
    border: 2px solid #ffffff17;
    border-radius: 25px;
}
.badge-off{
    border-radius: 0 0 0 5px;
    background: #00c76f;
    color: #fff;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    height: 27px;
    width: 43px;
}
.stories-title{
    z-index: 2;
    position: absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    padding: 0.7rem 0.5rem;
}
.stories-title-pc{
    z-index: 2;
    position: absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    padding: 0.8rem;
}
.stories {
  position: relative;
  display: inline-block;
}
.stories::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));
    pointer-events: none;
    z-index: 1;
    border-radius: 8px;
}
.stories img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
}
.cat-menu-sup span{
    color: #212121;
    background: #EEEEEE;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
.nav-slid-white{
    background: #ffffff;
    border-radius: 5px;
    color: #000;
}
.lazy-galeria{
    max-height:500px;
    height: 500px;
    background-image: url(/assets/img/static/img-load-g.jpg);
    background-size: cover;
}
.zero-reviews{
    display: flex;
    height: 6rem;
    margin: 0 -1rem;
    font-size: 1.2rem;
    background-color: #efefef;
    color: #585858;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
.tag-new{
    background-color: #ff2b2a;
    color: #fff;
    font-size: 12px;
    padding: 0 0.5rem;
    border-radius: 4px;
}


/* ACEITAR TERMOS */
.cookie-lgpd{
    z-index: 1;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 2rem;
    width: 100%;
}
.cookie-content{
    display:flex;
    align-items: center;
    justify-content: space-between;
    background: #0a0a0a;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-size: 0.9rem;
    width: 90%;
}
.cookie-content a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.cookie-content button{
    background: #fafafa;
    border: 0;
    border-radius: 5px;
    color: #0a0a0a;
    padding: 0.5rem 1rem;
    font-weight:bold;
}
.cookie-content button:hover{
    font-weight:bold;
}
.margin-r-1 img{
    margin-left: 1px;
}