body{
    font-family: "Noto Sans", sans-serif;
} 

.d-none {
    display: none !important;
}
.no-small{
    display: initial;
}
.no-medium{
    display: initial;
}
.input-group{
    flex-wrap: nowrap
}
.no-large{
    display: none;
}
#printableArea .dash-container{
    margin-left:0px;
}
.btn{
    border-radius: 20px;
}
.card-float{ 
    padding:0px 1em 1em ;
    position: relative; 
    border-radius: 25px;
        margin-top: -100px;
    z-index: 1;
}

/*Menu rodape*/
.menu-mobile-footer  {  
    position: fixed;
    left:0px;
    right:0px;
    bottom: 0px;
     /*background:rgb(87 41 176);*/
     z-index: 1;
}
.menu-mobile-footer ul{ 
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    
    justify-content: space-between; 
    align-items: center; 
    /*box-shadow: -3px -3px 20px rgb(87 41 176);*/
}
.menu-mobile-footer li{
    display: block; 
    padding: 10px;
    border-radius: 100%; 
    height: 45px;
    width: 45px;
   
    text-align: center;
}
 
.menu-mobile-footer li i{
    font-size: 1.1em;
    color:#FFF
}
.menu-mobile-footer li:hover{   
     /*box-shadow: -3px -3px 20px rgb(87 41 176);*/
}
/*menu site*/
.navbar {
   display: block;
    justify-content: space-between;
    align-items: center;
    background-color: #000; 
    position: fixed;
    left:-300px;
    bottom: 0px;
    top:0px;
    z-index: 1000;
    box-shadow: 5px 0px 15px #464646;
     transition: left 0.3s ease-out;
    overflow: hidden;
     width: 300px;
}
.navbar .menu-close{
    position: absolute;
    right:10px;
    color:#FFF 
}
 .navbar .menu-close:hover{ 
    color:#3acc5d  
}
 
.navbar .navbar-brand {
    color: #fff;
    font-size: 24px; 
}

.navbar .navbar-menu {
    display: block;
   
}

.navbar .navbar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.navbar .navbar-menu ul li {
    padding-left: 10px;
    padding: 10px;
    border-bottom: 1px solid #000
}

.navbar .navbar-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.navbar .navbar-menu ul li:hover a {
  color: #999999;
}
.navbar .navbar-menu ul li a span {
    margin-left: 10px;
}
.navbar .navbar-toggle {
    display: none; 
    color: #fff;
    cursor: pointer;
}
.navbar .nav-footer{
    position: absolute;
    bottom: 0px;
    color:#FFF;
    text-align: center;
    width:100%;
    padding: 0px 20px;
}

.links-social ul{
    display: initial
}
.links-social .btn{
    border:1px solid #444;
    width:100%;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .navbar-menu {
        flex-direction: column;
        max-height: 0;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-menu ul {
        flex-direction: column;
    }

    .navbar-menu ul li {
        margin: 10px 0;
    }
}

.navbar.show {
    left:0vw; /* Ajuste conforme necessário */
     
}

@media (min-width:992px){
    .header-right .user-drp > a{
        width:180px;
    }

}
.pdp-summery .cart-variable .price {
    font-size: 17px !important;
}
.pdp-main-slider {
    height:400px;
    max-width: 400px;
}
.pdp-thumb-slider{
    height:100px
}
.pdt-description {
    max-height:400px;
    overflow: auto
}
@media screen and (max-width:1680px) {
    .single-page-wrapper .side-menu-wrapper.active-menu {
        overflow: scroll !important;
    }
}

.product-view-body .login-title {
    margin-bottom: 0px !important;
}

.coupon-box {
    border-top: 1px solid var(--light-theme-border);
    padding: 15px;
}

.coupon-box div {
    display: flex;
}

.coupon-box div .input-wrapper {
    flex: 1;
}

.icone-store .nav {
    display: flex;
    align-items: center;
}

.icone-store .nav li:not(:last-of-type) {
    margin-right: 16px;
}

.nav-item a svg {
    width: 15px;
    height: 15px;
}

.nav-item a svg path {
    fill: #6a6a6a;
}

.text-uppercase {
    text-transform: uppercase !important;
}
.main-navigation .logo-col,.main-navigation .header-menu-icon{
    height: 70px;
    display: flex;
    align-items: center;
    padding: 15px;
}
@media (max-width:992px){

    .no-small{
        display: initial;
    }
    .no-medium{
        display: none;
    }
    .no-large{
        display: initial;
    }
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before{
        background-color: var(--cc-btn-primary-bg);
    }
    .menu-toggle-btn{
        background: transparent;
        box-shadow: none;
    }
}
@media (max-width:640px){

    .no-small{
        display: none;
    }
    .no-medium{
        display: none;
    }
    .no-large{
        display: initial;
    }
    .main-navigation .logo-col,.main-navigation .header-menu-icon{
        padding: 10px;
        height: 60px;
    }
    .header-right .header-search .search-drp-btn {
        color: var(--cc-btn-primary-bg);
        background: transparent;
    }
    .header-right  .user-drp a {
        background: transparent;
        box-shadow: none;
    }
    .header-right  .user-drp a path{

        fill: var(--cc-btn-primary-bg)!important;

    }
}

.modal .close{
    background: #FFF;
    border:none;
}

#loadingSystem {
    background: rgba(206, 206, 206, 0.5) url("../../assets/img/loading.gif") no-repeat scroll center center;
    background-size: 150px 150px;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}


/* *************************************************************** 
/* Card Rifa em Destaque */
/* *************************************************************** */
.campaings {
    background: #e4e4e4;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin:0em 0px 5em;
}


.campaings-master  img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.campaings-master {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-bottom: 10px;
    background: #fff;
    margin-bottom: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid var(--color_title);
}
.campaings-master .badge{
    padding: 4px;
    border-radius: 5px;
    font-size: 12px;
}
.campaings .campaing-header {
    padding-top: 5px;
    padding-left: 10px;
    text-align: center;
}

.campaings .campaing-header h1 {
    color: #202020;
    -webkit-line-clamp: 2 !important;
    margin-bottom: 1px;
    font-weight: 500;
    font-size: 1.4em;
}

.campaings .campaing-header p {
    color: rgba(0, 0, 0, .7);
    font-size: .75em;
    max-width: 100%;
    margin: 0;
}
.CampainerMaster{
    position: relative;
}
.nav-compartilhar{ 
    justify-content: center;
    display: flex;
    padding-top:10px;
}
.nav-compartilhar a {
    margin-left: 4px;
    border-radius: 100%;
    width:38px;
    height: 38px;
}
/* *************************************************************** */


/* *************************************************************** */
/* Card Rifa Normal */
/* *************************************************************** */
.campaing-list a{
    width:100%;

}
.campaing-list .badge{
    padding: 4px;
    border-radius: 5px;
    font-size: 12px;
}
.card-rifa img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
 
}

.card-rifa {
    background: #fff;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 20px;
    display: flex;
    width:100%;
    border: 1px solid var(--color_title);
}

.title-rifa {
    margin-left: 15px;
    width: 100%;
}

.blink {
    margin-top: 5px;
    animation: animate 1.5s linear infinite;
}
@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}


.logo-center img{
    height: 40px;
}
.logo-center,.header-menu{
    display: flex;
    align-items: center;
    height: 100%;
}
.logo-center {
    justify-content: center;
}
.header-menu{
    padding-left: 1em;
}

main {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    max-width: 600px;
    margin-top: 40px;
    margin-bottom: 50px;
}

main a {
    text-decoration: none;
}

main a:hover {
    text-decoration: none;
}

.app-title {
    display: flex;
    align-items: self-end;
    padding-bottom: 10px;
}

.app-title h1 {
    color: rgba(0, 0, 0, .9);
    padding-right: 5px;
    font-weight: 600;
    font-size: 1.3em;
    margin: 0;
    padding-top: 10px;
}
.app-title small{
    display: block;
    margin-left: 10px;
}
.app-title .app-title-desc {
    color: rgba(0, 0, 0, .5);
    padding-top: 6px;
    font-size: .9em;
}

/*detailes Campanha*/
.campaings .swiper-slide img{
    border-radius: 20px 20px 0px 0px;
    width: 100%;
}

.campaings .campaing-header {
    /*background: #fff;*/
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-bottom: 10px;
}

.campaings .description {
    border: none;
    border-radius: 10px;
    background-color: #fff;
    max-height: 250px;
    padding: 10px;
    margin-bottom: 0px;
    overflow: scroll
}

/*Estilo do compra automatica*/
 
.body-compra-auto {
    /*background-color: #fff;*/
    border: none;
    border-radius: 10px;
}


.title-compra-auto h5 {
    display: none
}

.title-compra-auto span {
    color: #000;
    text-align: center;
    display: block;
    width:100%;
}


.body-compra-auto .btn-add-qtd {
    color: #000;
    background-color: #eee;
    border-radius: 20px;
    padding: 10px;
    margin: 7px 2px;
    border: 1px solid #ccc;
    width: 100%;
    min-width: 50px;
    max-width: 300px;
    text-align: center;
    position: relative;
}
.body-compra-auto .btn-add-qtd.btn-popular {
    border: 2px solid var(--bs-success)!important;
}

.body-compra-auto .btn-add-qtd h2 {
    font-size: 1.6em;
    margin-bottom: 0px!important;
}
.body-compra-auto .btn-add-qtd span {
    color: #aaa;
    font-size: 12px;
}
.body-compra-auto .btn-add-qtd .badge {
    color: #FFF;
    position: absolute;
    top:-10px;
    left:50%;
    margin-left:-50px;
}
.body-compra-auto input{
    text-align: center;
    border:1px solid #333;
    border-radius: 0px;
    border-left:none;
    border-right:none;
    background:#FFF!important;
    height: 40px;
    font-size: 16px;
}
.body-compra-auto .btn-amount-qtd{
    border:1px solid #333;
    width:50px;
    background:#FFF;
    font-size: 1.5em
}
.body-compra-auto .btn-amount-qtd:first-child{
    border-right:none;
    border-radius: 20px 0px 0px 20px;
}
.body-compra-auto .btn-amount-qtd:last-child{
    border-left:none;
    border-radius: 0px 20px 20px 0px;
}
.body-compra-auto .btn-amount{
    width:100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/*Checkout paid*/

.title {
    text-align: center;
    font-size: 16px;
}

.title-payment-container {
    margin-bottom: 15px;
    padding: 0;
}

.title-payment-container .title-payment-content,
.title-payment-container .title-payment-content .title-payment-icon {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 30px;
}

.title-payment-container .title-payment-content .title-payment-texts {
    margin-left: 5px;
}

.title-payment-container .title-payment-content .title-payment-texts .title-payment-text {
    font-size: 16.68px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 3px;
}

.title-payment-container .title-payment-content .title-payment-texts .title-payment-sub {
    font-size: 13px;
}

.card-rifa-destaque {
    padding: 10px;
}
.card-rifa-destaque label {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding: 3px 0px
}
 
.detalhes-compra {
    font-size: 14px;
}

.title-payment-text.dark {
    color: #fff;
}

.title-payment-sub.dark {
    color: #fff
}

.payment-card.dark {
    color: #fff;
}

.detalhes-compra.dark {
    color: #fff;
}

