/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2') format('woff2');
}

.material-icons{
    vertical-align: middle;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#float-alerts{
    position: fixed;
    top: 10px;
    right: 10px;
}

body{
    background: #ebeaef;
    font-family: "Roboto", sans-serif;
}

.rounded-10{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.badge-bonifique{
    color: #fff;
    background-color: #6E00B8;
}

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

.card-offer{
    background-color: #f8f8fa;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.card-offer .card-header{
    border: none;
    background-color: transparent;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 10px 0px 10px;
}
.card-offer .card-header .card-title{
    font-size: 16px;
    font-weight: 700;
    color: #232129;
    margin-bottom: 0px;
}
.card-offer .card-body{
    padding: 10px;
}
.card-offer .card-footer{
    background-color: transparent;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
}

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

.offer-row{
    margin-right: -10px;
    margin-left: -10px;
}
.offer-row .offer-column{
    padding-right: 5px;
    padding-left: 5px;
}

.offer-item{
    background: #F8F8FA;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 5px;
}
.offer-item a,
.offer-item a:link,
.offer-item a:visited,
.offer-item a:hover,
.offer-item a:active{
    text-decoration: none !important;
}
.offer-item .offer-wishlist{
    position: absolute;
    top: 10px;
    right: 10px;
}
.offer-item .offer-image{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    object-fit: cover;
    margin-bottom: 8px;
    width: 100%;
}
.offer-item .offer-reward{
    font-size: 14px;
    font-weight: 500;
    color: #59A202;
    margin-bottom: 8px;
}
.offer-item .offer-reward .reward-win{
    font-size: 14px;
    font-weight: 400;
    color: #F8F8FA;
    background: #59A202;
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.offer-item .offer-title{
    font-size: 14px;
    font-weight: 500;
    color: #4C4957;
    margin-bottom: 8px;
}
.offer-item .offer-resume{
    font-size: 12px;
    font-weight: 400;
    color: #AFACBD;
    margin-bottom: 8px;
}
.offer-item .offer-price .from-price{
    font-size: 10px;
    text-decoration: line-through;
    margin-bottom: 0px;
    line-height: 10px;
    color: #232129;
}
.offer-item .offer-price .current-price{
    font-size: 24px;
    font-weight: 400;
    color: #232129;
    margin-bottom: 0px;
}
.offer-item .offer-price .current-price .current-cents{
    font-size: 14px;
}
.offer-item .btn-wishlist{
    width: 40px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 999;
}

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

.offer-item-resume{
    margin-bottom: 15px;
}
.offer-item-resume .offer-image{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    object-fit: cover;
    width: 150px;
    margin-right: 7px;
}
.offer-item-resume .offer-reward{
    font-size: 14px;
    font-weight: 500;
    color: #59A202;
    margin-bottom: 8px;
}
.offer-item-resume .offer-reward .reward-win{
    font-size: 14px;
    font-weight: 400;
    color: #F8F8FA;
    background: #59A202;
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.offer-item-resume .offer-title{
    font-size: 14px;
    font-weight: 500;
    color: #4C4957;
    margin-bottom: 8px;
}
.offer-item-resume .offer-resume{
    font-size: 12px;
    font-weight: 400;
    color: #AFACBD;
    margin-bottom: 8px;
}
.offer-item-resume .offer-price .from-price{
    font-size: 10px;
    text-decoration: line-through;
    margin-bottom: 0px;
    line-height: 10px;
    color: #232129;
}
.offer-item-resume .offer-price .current-price{
    font-size: 24px;
    font-weight: 400;
    color: #232129;
    margin-bottom: 0px;
}
.offer-item-resume .offer-price .current-price .current-cents{
    font-size: 14px;
}

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

.offer-item-checkout{
    
}
.offer-item-checkout .offer-image{
    background: #fff;
    object-fit: cover;
    width: 50px;
    height: 50px;
}

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

.btn-green,
.btn-green:hover,
.btn-green:active,
.btn-green:visited{
    font-size: 14px;
    font-weight: 700;
    color: #59A202;
    padding: 0
}

.bg-bonifique{
    background: #3D0066;
    color: #fff;
}

.btn-round{
    aspect-ratio: 1 / 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn-bonifique-secondary,
.btn-bonifique-secondary:hover,
.btn-bonifique-secondary:active,
.btn-bonifique-secondary:visited{
    background: #EFD6FF80;
    color: #3D0066;
}

.btn-green-primary,
.btn-green-primary:hover,
.btn-green-primary:active,
.btn-green-primary:visited{
    background: #59A202;
    color: #fff;
    font-weight: 700;
}

.btn-green-secondary,
.btn-green-secondary:hover,
.btn-green-secondary:active,
.btn-green-secondary:visited{
    background: #E3FEC2;
    color: #386501;
    font-weight: 700;
}
