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

.d-none {
    display: none !important;
}
.no-small{
    display: initial;
}
.no-medium{
    display: initial;
}
.no-large{
    display: none;
}
#printableArea .dash-container{
    margin-left:0px;
}
@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:6em 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;
}
.campaings-master .badge{
    padding: 4px;
    border-radius: 5px;
    font-size: 12px;
}
.campaings .campaing-header {
    padding-top: 5px;
    padding-left: 10px;
}

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

.campaings .campaing-header p {
    color: rgba(0, 0, 0, .7);
    font-size: .75em;
    max-width: 96%;
    margin: 0;
}

/* *************************************************************** */


/* *************************************************************** */
/* 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: 10px;
    display: flex;
    width:100%;
}

.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 .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{
    font-family: "DM Sans",sans-serif;
}
.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: 10px;
    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: 50px;
    font-size: 20px;
}
.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: 4px 0px 0px 4px;
}
.body-compra-auto .btn-amount-qtd:last-child{
    border-left:none;
    border-radius: 0px 4px 4px 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;
}

.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;
}

