﻿#registration-form input {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-background-clip: text !important;
    background-clip:  text !important;
  }
::placeholder {
    color: #fff;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #fff;
}
span.iti__country-name {
    color: #000;
}
.section-carousel-products .modal-body::-webkit-scrollbar {
    width: 5px;
}
.section-content-page {
    background: #F2F2F2;
}
.section-carousel-products .modal-content {
    padding: 20px;
    padding-bottom: 40px;
}
.section-carousel-products .modal-title {
    font-size: 34px;
    font-weight: 500;
}
.section-carousel-products .modal-header .btn-close {
    color: #000;
    font-size: 20px;
    opacity: 1;
}
.section-carousel-products .modal-header {
    border: 0;
}
.section-content-page .navbar .navbar-brand {
    font-weight: bold;
    font-size: 32px;
    outline: none;
}
.section-content-page .navbar .dropdown-toggle:not(.userData) {
    color: #000;
    font-size: 18px;
    background: #fff;
    padding: 8px 16px;
}
.section-content-page .navbar .container {
    width: 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.section-reset-pass .col-12 {
    max-width:600px;
}
.section-content-page .card.authentication-left-box {
    border-radius: 0;
}
.section-content-page .card {
    background-color: transparent;
    color: #fff;
}
.section-content-page .navbar .dropdown-toggle.userData:after{
    content:none;
}
.section-reset-pass h1 {
    font-size:50px;
}
.section-boxes .boxItem .item-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
main.inner-page {
    background: url(/content/images/lines.svg);
    background-repeat: no-repeat;
    background-position-y: 100vh;
}
.list-dark-boxes .text-item:last-child {
    margin: 0;
}
.list-dark-boxes .text-item span {
    font-size: 50px;
    color: #E5BD94;
    font-weight: 300;
    display: flex;
    align-items: center;
    line-height: normal;
    min-width: 110px;
}
.list-dark-boxes .text-item p {
    max-width: 50%;
    margin: 0;
    font-size: 20px;
}
.list-dark-boxes .text-item span .bi {
    font-size: 40px;
}
.list-dark-boxes .text-item {
    height: 33.3%;
    padding: 20px;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}
.section-win-points .list-dark-boxes {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.section-win-points .dark-box .tltItem {
    color: #E5BD94;
    font-size: 75px;
    font-weight: 300;
}
.section-win-points .dark-box .txtItem {
    font-size: 20px;
    margin-top: 15px;
}
.section-win-points {
    padding-top: 150px;
    padding-bottom:100px;
}
.section-win-points .section-tlt {
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 55px;
}
.section-win-points .dark-box {
    height: 100%;
    padding: 50px;
}
.availablePoints .bi {
    font-size: 30px;
}

.availablePoints {
    background: linear-gradient(118.25deg, #F7DDC4 -7.78%, #E5BD94 92.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    display: flex;
    align-items: center;
    gap: .3rem;
    line-height: normal;
    justify-content: center;
}
.userData .bi-chevron-down {
    color: #fff;
    width: 15px;
}
.welcome-section {
    margin-top: 50px;
}
.list-cards .card {
    border-radius: 0;
}
.list-cards .card .icon-and-txt {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 100px;
}
.list-cards .card h2.card-title {
    font-weight: bold;
    margin-bottom: 40px;
}
.list-cards .card .card-text {
    font-size: 16px;
    margin-bottom: 80px;
    font-weight: 300;
}
.authentication-boxes input:focus {
    background: transparent;
}
.toggle-password {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    font-size: 18px;
}
.user-and-lang .dropdown-menu ul {
    padding: 0;
    list-style: none;
}
.user-and-lang .dropdown-menu ul a {
    color: #AFAFAF;
    display: flex;
    align-items: center;
    gap:1rem;
    text-decoration: none;
    margin-bottom: 15px;
}
.user-and-lang .dropdown-menu ul a span {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}
.user-and-lang .dropdown-menu ul a span.left-icon {
    width: 55px;
    justify-content: center;
    font-size: 18px;
}
.section-content-page .card-body h2 {
    color: #000;
    margin-bottom: 15px;
    font-size: 28px;
}
.checkbox-contact-with {
    display: flex;
    gap: 0.3rem;
}
#registration-form .checkbox-contact-with input {
    width: 17px;
    height: 17px;
}
#registration-form .checkbox-contact-with label {
    margin: 0;
    font-size: 17px;
    color: #fff;
    padding-left: 5px;
}
#otp-form .btn-resend button:focus,
#otp-form .btn-resend button:hover,
#otp-form .btn-resend button:active {
    outline: none;
    border: 0;
    background-color: transparent !important;
}
#otp-form input.pincode-input-text.last {
    margin-right: 0;
}

#otp-form input {
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #DFDFDF;
    margin-right: 15px;
    height: 70px;
    color: #fff;
    width:100%;
}
#otp-form .btn-resend button {
    text-decoration: underline;
    font-size: 16px;
    height: auto;
    padding: 0;
    padding-left: 6px;
    border:0 !important;
}
#otp-form .btn-section {
    align-items: center;
    font-size: 16px;
}
#otp-form h2,
#registration-form h2,
.authentication-boxes h2.fs-1 {
    font-size: 3rem !important;
}
#registration-form .iti__selected-country {
    padding-left: 0;
}
.name-initials {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.user-and-lang .h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 2px;
}
.user-and-lang p {
    text-align: center;
    color: #AFAFAF;
    margin-bottom: 10px;
}
.footer-botton {
    font-size: 12px;
}
.section-footer ul {
    list-style: none;
    padding: 0;
    margin:0;
}
.section-footer ul a {
    text-decoration: none;
    font-size: 17px;
    margin-bottom: 15px;
    display: inline-block;
}
.section-pager #pagin {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    list-style: none;
}
.section-pager {
    margin-top: 30px;
}
.section-pager #pagin li a {
    color: #E5E4E2;
    text-decoration: none;
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.section-pager #pagin li a.current {
     background: #B48A71;
}
.section-pager #pagin li {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B48A71;
    border-radius: 50%;
    color: #E5E4E2;
    cursor:pointer;
}
.section-pager #pagin li.next {
    background: #242427;
    border-color: #242427;
}
.name-initials span {
    display: flex;
    width: 55px;
    height: 55px;
    background: #222;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    background-color: transparent;
}
.form-group input {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    font-size: 20px;
    font-weight: 300;
}
.section-my-account {
    padding: 120px 0;
}
.new-password .input-group input {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-top: 0;
    height: 40px !important;
}
.new-password .card-body {
    max-width: 550px;
}
.new-password .input-group label.error {
    display: block;
    width: 100%;
    color: red !important;
    margin-top: 10px !important;
}
.new-password .toggle-password .bi {
    color: #fff;
}
.new-password .toggle-password {
    top: 7px;
}
.list-boxes-account .btn-primary {
    height: 55px;
}
.section-history-points .inner-box-item .h2 {
    font-weight: 300;
    margin-bottom: 16px;
}
.section-history-points .inner-box-item .btn-primary {
    height: 55px;
}
.section-history-points {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-carousel-products .modal-body {
    height: 450px;
    overflow-x: auto;
    margin-right:18px;
}
.table-points .row div {
    display: flex;
    align-items: center;
}

.table-points .row div {
    min-height: 70px;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    margin: 0;
}
.table-points .row div:nth-child(4n+3),
.table-points .row div:nth-child(4n+4){
    justify-content: flex-end;
}
.table-points .row.pink-row div {
    font-weight: bold;
}
.table-points .more-items .btn {
    height: 55px;
}
.table-points .more-items {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.section-history-points .inner-box-item p {
    font-size: 20px;
    font-weight: 300;
}
.section-history-points .inner-box-item .fs-text {
    font-size: 84px;
    font-weight: 300;
    line-height: 1;
}
.section-history-points .inner-box-item .text-box {
    margin-bottom: 60px;
    min-height: 115px;
}
.section-history-points .item-icon {
    display: flex;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 24px;
}
.section-content-page .section-transfer-points p {
    font-size: 20px;
}
.section-transfer-points .iti {
    display: block;
}
.section-history-points .inner-box-item {
    height: 100%;
    padding: 25px;
}
.row-boxes-points {
    margin-bottom: 200px;
}
.section-history-points h1 {
    font-size: 74px;
    font-weight: 300;
    margin-bottom: 60px;
}
.section-new-password .new-password input.form-control {
    height: 48px !important;
}
#NewPassword-success h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 300;
}
#NewPassword-success p {
    text-align: center;
    display: flex;
    justify-content: center;
}
#NewPassword-success p a {
    height: 55px;
}
.new-password .error-msg {
    display: none;
    border: 1px solid #AA2B2B;
    margin-top: 15px;
    padding: 20px;
    color: rgba(229, 228, 226, 1);
}
.new-password .error-msg span {
    color: #AA2B2B;
    margin-right: 8px;
    font-weight: bold;
}
.has-error input:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.chart-section {
    position: relative;
}
.section-rewards .section-gift-boxes {
    margin-top: 0;
    width: 100%;
}
.chart-section .earned-points {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section-boxes .boxItem .chart-section .earned-points span {
    margin: 0;
    font-size: 50px;
    font-weight: 300;
}
.section-content {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 20px;
    font-weight:300;
}
.section-content h1 {
    font-size: 74px;
    font-weight: 300;
    margin-bottom: 40px;
}
.new-password .error-list {
    padding-left: 100px;
    padding-top: 100px;
    height: auto;
}
#messageTxtx p {
    margin-top: 30px;
}
.new-password #requirements {
    margin-top: 10px;
    display: inline-flex;
    border: 1px solid #AA2B2B;
    width: 100%;
    padding: 30px;
}
.new-password #requirements li#main {
    padding-top:0;
}
.section-new-password .card-body h1 {
    font-size: 74px;
    margin-bottom: 100px;
}
.section-new-password label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300 !important;
}
.section-transfer-points h1 {
    font-size: 74px;
    font-weight: 300;
}
.section-transfer-points {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-transfer-points .h2 {
    font-size: 50px;
    font-weight:300;
}
.form-group label {
    font-size: 14px;
    text-transform: uppercase;
}
.section-my-account .card-body label.control-label {
    font-size: 17px;
    margin-left: 3px;
}
.section-my-account .list-boxes-account .card p {
    font-size: 20px;
    margin-bottom: 32px;
    color: #959595;
}

.list-boxes-account .card .h3 {
    font-size: 32px;
    font-weight: 300;
}
.section-my-account h1 {
    font-size: 70px;
    font-weight: 300;
}
.list-boxes-account .card {
    border-radius: 0;
    height: 100%;
}
.list-boxes-account {
    padding-left: 200px;
    padding-top: 15px;
}
::placeholder {
    opacity: 1;
}

.userData {
    cursor: pointer;
}
.info-my-account .h2 {
    font-size: 50px;
    font-weight: 300;
}
.user-and-lang .dropdown-menu {
    min-width: 280px;
    border: 0;
    border-radius: 0;
    margin-top: 27px !important;
}
.row-user-data {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 10px;
}
.user-and-lang .dropdown-menu ul li:last-child a {
    margin: 0;
}
.row-user-data .name-and-code .h2 {
    text-align: left;
    font-weight: 300;
    margin-bottom: 5px;
}
.row-user-data .name-and-code p {
    text-align: left;
    font-size: 14px;
}
.form-group.has-error .error {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
    color: red !important;
    text-transform: none;
    font-weight:100;
}
.section-content-page .card-body p {
    color: #9f9f9f;
    font-size: 16px;
}
.btn-section button,
.section-content-page .card-body #submit-btn {
    width: 100%;
    height: 52px;
    font-size: 18px;
    cursor: pointer;
}
.section-content-page .card-body input[type="password"],
.section-content-page .card-body input[type="text"],
.section-content-page .card-body input[type="tel"] {
    height: 52px;
}
.section-content-page .card-body label {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
}
.validation-summary-errors,
.section-content-page .field-validation-error {
    font-size: 14px;
    color: red;
    font-weight: 100;
    line-height: normal;
    margin-top: 8px;
    display: block;
    width: 100%;
    text-align: left;
}
#requirements {
    margin-top: 10px;
}
.height-50 {
    height:50px;
}
.p-6 {
    padding: 40px;
}
.icon-image {
    background: #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 6px;
    width: 50px;
    height: 50px;
}
a.height-50 {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#passwordRequired {
    font-size: 14px;
    color: red;
}
#requirements li#main {
    font-weight: bold;
    border: 0;
    border-bottom: 0;
    padding-left: 0;
    list-style: none;
    padding-right: 0;
    color: #FF9900;
}
#error-msg {
    font-size: 14px;
    color: red;
    margin-top: 8px;
}
.section-content-page footer .list-group {
    justify-content: center;
    padding-bottom: 10px;
}
.section-content-page footer .list-group li {
    background: transparent;
    color: #9f9f9f;
    padding: 0 10px;
}
.form-control:focus {
    box-shadow: none;
    border-color: initial;
}
.chartItem {
    text-align: center;
}
.chartItem .donut {
    max-width: 230px;
}
.chartItem .text-box {
    font-size: 20px;
    padding: 0 100px;
    margin-top: 35px;
}
.form-control:focus {
    background: transparent;
    color:#fff;
}
.section-contactus .form-group .iti--inline-dropdown {
    width: 100%;
}
.section-contactus textarea {
    background: transparent;
    min-height: 100px;
    color: #fff;
}
.section-contactus .form-select option {
    color: #000;
}
.section-content-page footer .list-group li a {
    color: #9f9f9f;
    text-decoration: none;
}
.donut-chart.icon-block {
    width: 10rem;
    height: 10rem;
    position: relative;
    color: #fff;
    border-width: .625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f17298;
    margin: 0 auto 1.125rem;
    border: .375rem solid rgba(255, 255, 255, .4);
}
.section-content-page .card-body h1 {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 50px;
}
.section-contactus .form-select {
    height: 55px;
    background: transparent;
    color: #fff;
    margin-bottom: 30px;
}
#requirements li.list-group-item-success i:before {
    content: "\F270";
}
#requirements li {
    font-size: 15px;
    background: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    gap: .3rem;
    line-height: normal;
}
#requirements li.list-group-item-success {
    color: #87c48c;
    font-weight: 400;
}
#registration-form .iti input {
    padding-left: 52px;
    padding-bottom: 0;
}
main {
    min-height: calc(100vh - 50px);
    padding-top: 50px;
    padding-bottom: 100px;
    overflow-x:hidden;
}
.section-gift-certificates .section-gift-boxes {
    margin-top: 50px;
}
.section-gift-certificates {
    padding: 100px 0;
}
.header-video-item {
    position:relative;
}
.header-video-item video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.header-video-item .header-title img {
    width: 230px;
}
.header-video-item .header-title .h1 {
    font-size:74px;
    font-weight:300;
    margin-bottom:30px;
}
.header-video-item .header-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 35vh;
}
.select-reason:before {
    content: "\f282";
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.select-reason {
    position:relative;
}
.big-container {
    padding: 0 100px;
}
.section-boxes .boxItem {
    height: 100%;
    padding: 25px;
    display: flex;
    justify-content: center;
}
.section-boxes {
    margin-top: -25vh;
    position:relative;
    background:#000;
}
.section-boxes .box-myCard .id-mycard .name-card {
    color: #FFFFFF;
    font-size: 18px;
}
.section-boxes .box-myCard .id-mycard .code-member {
    font-size: 14px;
    color: rgba(255, 255, 255, 50%);
}
.section-boxes .boxItem .item-body span {
    display: block;
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
}
.section-mycard-page h1 {
    font-size: 74px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 40px;
}
.section-mycard-page h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: normal;
}
.section-mycard-page p {
    font-size: 20px;
    font-weight: 300;
}
.section-mycard-page .section-btns {
    display: flex;
    gap: 1rem;
    margin-top: 65px;
}
.pr-200 {
    padding-right:200px;
}
.box-myCard {
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position:relative;
}
.box-myCard .logo-mycard {
    position: absolute;
    top: 43px;
    right: 43px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.box-myCard .id-mycard {
    position: absolute;
    bottom: 42px;
    left: 45px;
}
.box-myCard .id-mycard .name-card {
    color: #fff;
    font-size: 32px;
    line-height: normal;
}
.box-myCard .id-mycard .code-member {
    color: rgba(255, 255, 255, .5);
    font-size: 24px;
    line-height: normal;
}
.section-boxes .boxItem .item-body .logo-mycard {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.icon-person {
    background: #222222;
    color: #f2f2f2;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
}
.icon-person svg {
    width: 18px;
}
.section-content-page .card-body .error {
    color: red;
    margin-top: 5px;
    font-size: 14px;
}
.points-item {
    position: absolute;
    background: #F8C454;
    border-radius: 20px;
    padding: 3px 15px;
    top: 10px;
    left: 10px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 17px;
    z-index:9;
}
.points-item .bi-star-fill {
    color: #fff;
}
.botton-section-gift {
    background: #fff;
    padding: 15px;
    border-radius:0 0 10px 10px;
}
.group-item-rewards .item-card {
    background: #fff;
    height: 100%;
    border-radius: 10px;
}
.available-points {
    padding: 7px 14px;
    border-radius: 20px;
    border: 1px solid #F8C454;
    max-width: max-content;
    color: #222;
    font-size: 14px;
    display: flex;
    gap: 0.4rem;
}
.available-points .bi {
    color: #F8C454;
}
.unavailable-points {
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #DFDFDF;
    max-width: max-content;
    color: #222;
    font-size: 14px;
    display: flex;
    gap: 0.4rem;
}
.unavailable-points .bi {
    color: #959595;
}
.btn-item a {
    padding: 12px 32px 12px 32px;
    border-radius: 10px;
    background: #F8C454;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #222;
    font-weight: 600;
    font-size: 16px;
}
.gift-certificate {
    display: flex;
    justify-content: flex-end;
}
.top-section-gift.full-image {
    padding: 0;
    background: transparent;
}
.top-section-gift.full-image .gift-certificate .item-price {
    max-width: 100%;
}
.item-price {
    max-width: calc(100% - 100px);
    position: relative;
}
.content-price {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 85px;
    bottom: 10px;
    color: #fff;
}
.content-price strong {
    font-size: 40px;
    line-height: normal;
}
.content-price span {
    font-size: 20px;
    line-height: normal;
}
.group-item-rewards {
    border-top: 1px solid #DFDFDF;
    padding-top: 15px;
    margin-bottom: 55px;
}
.top-section-gift {
    background: #5A5A5A;
    border-radius: 10px 10px 0 0;
    padding: 15px;
    padding-bottom: 0;
    position:relative;
}
.switch-item .form-switch {
    display: flex;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
}

.switch-item .form-switch .form-check-input {
    margin: 0;
    height: 30px;
    width: 55px;
}

.switch-item .form-check-label {
    margin-right: 1rem;
    font-size: 17px;
    font-weight: 300;
}


.section-table-banefits {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    transition: background-color 0.5s;
    background:#000;
}
.section-gift-boxes {
    margin-top: -60px;
}
.section-gift-boxes .item-certificate {
    min-height: 480px;
    background: url(/content/images/black-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-gift-boxes .gift-box > span {
    display: flex;
    font-weight: 300;
    gap: .4rem;
    margin-top: 10px;
    margin-bottom: 18px;
}
.section-gift-boxes .gift-box .btn-primary {
    height: 58px;
    margin-top: 38px;
}
.section-gift-boxes .gift-box .h3 {
    font-size: 26px;
    font-weight: 300;
}
.section-gift-boxes .item-certificate .button-price span {
    display: inline-flex;
    font-weight: 300;
    font-size: 50px;
}

.section-gift-boxes .item-certificate .button-price {
    font-size: 70px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1;
}
.gift-points {
    background: linear-gradient(87.58deg, #000000 -64.48%, #B48A71 97.08%);
    display: inline-flex;
    border-radius: 32px;
    min-height: 30px;
    min-width: 60px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: 0 8px;
}
.section-carousel-products .products-carousel .slick-slide .gift-points .bi-star-fill {
    font-size: 16px;
}
.section-gift-boxes .item-certificate .top-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.section-cashout-points .brown-section {
    padding-top: 100px;
    padding-bottom: 120px;
}
.text-with-line-left span:before {
    content: "";
    position: absolute;
    width: 165px;
    height: 1px;
    background: #CE9D7D;
    left: 0;
}

.text-with-line-left span {
    font-size: 14px;
    font-weight: 300;
    padding-left: 180px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
}
.section-cashout-points .brown-section .section-content .h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 30px;
}
.section-cashout-points .brown-section .section-content p {
    font-size: 20px;
    font-weight: 300;
}
.section-cashout-points .brown-section .section-content {
    text-align: center;
    max-width: 50vw;
    margin: auto;
    padding-bottom: 80px;
}
#account-opt-in #error-msg {
    color: #8a7156;
    margin-bottom: 15px;
}
.section-table-banefits .content-table {
    text-align: center;
    max-width: 35%;
    margin: auto;
    margin-bottom: 80px;
    color: #fff;
}
.section-table-banefits .content-table .h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 15px;
}
.section-table-banefits .content-table p {
    font-size: 20px;
    font-weight: 300;
}
.section-table-banefits .pt__title {
    display: flex;
}

.section-table-banefits .pt__title .pt__title__wrap {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: row;
    font-size: 18px;
    text-align: center;
}

.section-table-banefits .pt__title .pt__title__wrap .table-item-row {
    display: flex;
    width: 25%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    min-height: 60px;
    font-size: 20px;
    font-weight: 600;
}

.section-table-banefits .pt__title .pt__title__wrap .table-item-row:nth-child(2) {
    border: 1px solid #0061ff;
    border-bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: rgba(0, 97, 255, 0.15);
}

.section-table-banefits .pt__option {
    position: relative;
}

.section-table-banefits .pt__option .pt__option__mobile__nav {
    position: absolute;
    z-index: 1;
    top: 25px;
    bottom: auto;
    left: 50%;
    right: auto;
    display: none;
    justify-content: space-between;
    width: calc(100% + 30px);
    transform: translateX(-50%);
}


.section-table-banefits .pt__option .pt__option__mobile__nav .mobile__nav__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #0061ff;
    transition: 0.25s;
}

    .section-table-banefits .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
        background-color: #0057e6;
    }

    .section-table-banefits .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
        background-color: #c0beb6;
        pointer-events: none;
    }

    .section-table-banefits .pt__option .pt__option__mobile__nav .mobile__nav__btn:first-child {
        position: relative;
        left: -5px;
    }

    .section-table-banefits .pt__option .pt__option__mobile__nav .mobile__nav__btn:last-child {
        position: relative;
        right: 5px;
    }

    .section-table-banefits .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
        width: 16px;
        color: #faf7f2;
    }

.section-table-banefits .pt__option .pt__option__slider {
    overflow: visible;
}

.section-table-banefits .pt__option .pt__option__slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.section-table-banefits .pt__option .pt__option__item {
    width: 100%;
    margin-right: 0;
}

    .section-table-banefits .pt__option .pt__option__item .pt__item .pt__item__wrap {
        display: flex;
        flex-direction: row;
        font-size: 1.375rem;
        line-height: 1.4;
        position: relative;
    }


.section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 20%;
    min-height: 65px;
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid #CE9D7D;
}
.section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row p {
    font-size: 20px;
    margin: 0;
}
.section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row:first-child {
    width: 40%;
}
.section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row.selected {
    background: rgba(180, 138, 113, 50%);
}
.section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row:first-child {
    align-items: flex-start;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    padding-left:0;
}
.section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row.fs-2 {
    justify-content: flex-end;
    font-weight: 400;
}
.section-table-banefits .pt__option .pt__option__item:last-child .table-item-row {
    border: 0;
}
.section-table-banefits .pt__option .pt__option__item .pt__item.selected .table-item-row {
    display: inline-flex;
    padding: 20px 15px;
}

.section-table-banefits .pt__option .pt__option__item .pt__item.selected a {
    padding: 15px 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    background-color: #0061ff;
    transition: 0.25s;
}

.section-table-banefits .pt__option .pt__option__item .pt__item.selected a:hover {
    background-color: #0057e6;
}
.section-table-banefits .logos-row img:first-child {
    width: 100%;
    max-width: 200px;
}

.section-table-banefits .logos-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 15px 40px;
    width: 100%;
}
.section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row .bi-check-circle {
    font-size: 20px;
}
.section-carousel-products {
    padding-top: 170px;
}
.section-carousel-products .wrapper {
    position: relative;
}
.section-carousel-products .products-carousel {
    width: 90%;
    margin: 0px auto;
    margin-right:0;
    margin-bottom: 100px;
}
.toggle-password.top-10 {
    top:10px;
}
label#Password-error {
    float: left;
    width: 100%;
}
.trendingNow-list .products-list .item {
    margin-bottom: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.products-list .gift-points {
    position: absolute;
    right: 25px;
    top: 25px;
}
.rewards-page {
    padding: 100px 0;
}
.rewards-page h1 {
    font-size: 74px;
    font-weight: 300;
    word-break: break-word;
}
.section-carousel-products .products-list .product-subtitle,
.section-carousel-products .products-carousel .slick-slide .product-subtitle {
    font-size: 16px;
    font-weight: 300;
}
.section-carousel-products .products-list .btn-primary,
.section-carousel-products .products-carousel .slick-slide .btn-primary {
    height: 55px;
    margin-top: 40px;
}
.section-carousel-products .products-list .btn-primary {
    position:relative;
}
.section-carousel-products .products-carousel .slick-track {
    display:flex;
}
.section-carousel-products .products-carousel .slick-slide {
    padding-bottom: 100px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    height: auto;
}
.section-carousel-products .products-carousel .slick-slide .gift-points {
    position: absolute;
    right: 15px;
    top: 15px;
}
.section-carousel-products .products-list span,
.section-carousel-products .products-carousel .slick-slide span {
    display: flex;
    font-weight: 300;
    gap: .4rem;
    margin-top: 10px;
    margin-bottom: 18px;
}
.section-carousel-products .products-list .product-title,
.section-carousel-products .products-carousel .slick-slide .product-title {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight:400;
}
.section-carousel-products .more-products .btn-primary {
    height: 55px;
}
.section-carousel-products .section-slick-arrows {
    position: absolute;
    top: 200px;
    left: 8%;
}
.section-carousel-products .list-arrows .slick-arrow .bi:before {
    font-weight:bold !important;
    color:#000;
}
.section-carousel-products .list-arrows {
    background: #fff;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
}
.slick-slide {
    margin: 10px;
}

.slick-list {
    padding: 0 10% 0 0 !important;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.section-carousel-products .wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}
.section-two-boxes {
    padding: 200px 0;
}
.section-two-boxes .row-boxes {
    display: flex;
    gap: 6rem;
    justify-content: center;
    align-items: flex-end;
}
.section-two-boxes .box-item {
    width: 100%;
    max-width:400px;
    padding: 25px;
}
.section-two-boxes .box-item .icon-with-text {
    display: flex;
    align-items: center;
    gap: .7rem;
    font-size: 14px;
    font-weight: 300;
}
.section-two-boxes .title-with-text {
    padding: 80px 0;
}
.section-two-boxes .box-item .icon-with-text .bi {
    font-size: 18px;
}
::placeholder,
::-ms-input-placeholder {
    color: #E5E4E2;
}
#submit-btn,
.btn-primary {
    border: 0;
    font-weight: bold;
}
.section-reset-pass input:focus {
    background: transparent;
    outline: none;
}
.section-qrcode h1 {
    font-size: 74px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 40px;
    word-break: keep-all;
}
.section-qrcode p {
    max-width: 600px;
    margin-bottom: 40px;
}
.section-content-page .navbar .dropdown-toggle:not(.userData):after {
content:none;
}
.section-content-page .header-lang {
font-size: 16px;
display: flex;
align-items: center;
gap: 1rem;
}
.section-content-page .header-lang .dropdown-menu {
right: 0;
margin-top: 10px;
left:auto;
padding:0;
}
.section-content-page .header-lang .dropdown-menu .dropdown-item:hover,
.section-content-page .header-lang .dropdown-menu .dropdown-item:focus,
.section-content-page .header-lang .dropdown-menu .dropdown-item:active {
background: #B48A71;
}
.section-content-page .header-lang .dropdown-menu .dropdown-item {
text-align: right;
padding-top: 15px;
padding-bottom: 15px;
font-size: 20px;
}
.section-content-page .header-lang .dropdown-toggle:not(.userData) {
background: transparent;
padding: 0;
font-size: 14px;
display: flex;
align-items: center;
gap: 0.5rem;
border:0;
}
.section-content-page .header-lang .dropdown-toggle:not(.userData) span {
display: inline-flex;
width: 36px;
height: 36px;
border-radius: 50%;
align-items: center;
justify-content: center;
background: #242427;
font-size: 18px;
}
.btn.btn-primary {
position: relative;
background-color: transparent !important;
width: auto !important;
min-width: 135px;
border-radius: 50px;
color: #fff !important;
font-weight: normal !important;
text-transform: uppercase;
font-size: 14px !important;
transition: background-color 1s;
display: flex;
align-items: center;
justify-content: center;
gap: .5rem;
max-width: max-content;
padding-left: 25px;
padding-right: 25px;
}
.btn.btn-primary:hover i.bi.bi-arrow-right {
transform: translateX(3px);
}
.btn.btn-primary:before {
content: "";
position: absolute;
inset: 0;
border-radius: 50px;
padding: 1px;
background: linear-gradient(45deg, #000, #B48A71);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
transition: background-color 1s;
}
.btn.btn-primary .bi-arrow-right {
transition: all .5s linear;
}
.btn.btn-primary:hover:before{
mask: none;
background: transparent;
}
.btn.btn-primary:hover{
background: linear-gradient(45deg, #000, #B48A71);
}
#error-msg-frm {
    margin-top: 2rem;
}
.pincode-input-container.touch .touchwrapper {
    width:100%;
}
#registration-form input {
    background-color: #000!important;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    padding-left: 0;
    padding-top: 0;
}
.section-content-page .card-body p,
.section-content-page .card-body h2 {
    font-weight: 300;
}
.section-content-page .card-body .item-checkbox label {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    padding: 10px 15px;
    font-size: 18px;
    align-items: center;
    margin: 0;
}
.forgot-password a {
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid;
    margin-top:5px;
}
.forgot-password a:hover {
    color:#fff !important;
}
.section-reset-pass input,
.authentication-boxes input {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-top: 0;
    height: 40px !important;
}
.welcome-text {
    font-size: 20px;
}
.section-reset-pass p,
.section-reset-pass h1 {
    font-weight: 300;
}
.welcome-section h1 {
    font-weight: 300;
    font-size: 70px;
    max-width: 50%;
    word-break:break-word;
}
.section-content-page .card-body label {
    font-size: 14px;
    text-transform: uppercase;
}

.forgot-password {
    justify-content: flex-end;
}

.section-content-page .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-two-boxes .title-with-text .h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
.section-two-boxes .box-item .btn-primary {
    height: 55px;
}
.lang-mobile ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    gap: .5rem;
    color: #fff;
}
.lang-mobile ul .dropdown-item.selected {
    color: #E5BD94;
    font-weight: bold;
}
.section-contactus .iti {
    width: 100%;
}
@media(max-width:1680px) {
    .section-table-banefits .content-table {
        max-width: 60%;
    }
    .section-mycard-page .pr-200 {
        padding-right: 100px;
    }
    .box-myCard {
        padding:20px 0;
    }
    .box-myCard .id-mycard {
        left: 35px;
    }
    .box-myCard .id-mycard .name-card {
        font-size: 26px;
    }
    .box-myCard .id-mycard .code-member{
        font-size:20px;
    }
    .section-mycard-page h1 {
        font-size:70px;
    }
    .section-gift-boxes .item-certificate .button-price span {
        font-size:45px;
    }
}
@media (max-width:1400px){
    .section-carousel-products {
        padding-top: 100px;
    }
    .table-points .row div {
        font-size:18px;
    }
    .new-password .error-list {
        padding-left: 50px;
    }
    .list-cards .card .icon-and-txt {
        margin-bottom: 50px;
    }
    .section-btns {
        flex-wrap: wrap;
        justify-content: center;
    }
    .pr-200 {
        padding-right: 20px;
    }
    .section-mycard-page p {
        font-size: 18px;
    }
    .section-transfer-points h1,
    .section-mycard-page h1 {
        font-size: 65px;
    }
    .section-mycard-page h2 {
        font-size: 28px;
    }
    .box-myCard .id-mycard .name-card {
        font-size: 27px;
    }
    .box-myCard .id-mycard .code-member {
        font-size: 20px;
    }
    .chartItem .text-box {
        padding: 0 10px;
    }
    .availablePoints {
        font-size:70px;
    }
    .header-video-item .header-title .h1 {
        font-size: 65px;
    }
    .header-video-item .header-title img {
        width: 200px;
    }
    .list-dark-boxes .text-item {
        padding: 15px;
        gap: 1rem;
    }
    .list-dark-boxes .text-item p {
        font-size: 17px;
    }
    .section-win-points .dark-box {
        padding: 30px;
    }
    .section-table-banefits {
        margin-top: 50px;
    }
    .section-win-points .section-tlt,
    .section-cashout-points .brown-section .section-content .h2,
    .section-table-banefits .content-table .h2 {
        font-size: 45px;
    }
    .section-cashout-points .brown-section .section-content {
        padding-top:10px;
    }
    .list-boxes-account .card .h3 {
        font-size: 30px;
    }
    .list-boxes-account {
        padding-left: 100px;
    }
    .section-my-account h1 {
        font-size: 65px;
    }
    .info-my-account .h2 {
        font-size: 40px;
    }
    .section-transfer-points h1 {
        font-size: 65px;
    }
    .section-content h1,
    .section-history-points h1,
    .section-mycard-page h1 {
        font-size: 65px;
    }
    .section-transfer-points .h2 {
        font-size: 45px;
    }

    .section-transfer-points .card-body.p-6 {
        padding: 30px;
    }
    .section-mycard-page .pr-200 {
        padding-right: 100px;
    }
    .section-content-page .card-body h1 {
        font-size:40px;
    }
    .section-history-points .inner-box-item .fs-text {
        font-size: 75px;
    }
}
@media(max-width:1200px) {
    .box-myCard {
        padding: 20px 0px;
    }
    .chartItem .text-box {
        font-size: 18px;
    }
    .box-myCard .id-mycard {
        bottom: 35px;
        left: 35px;
    }
    .chartItem .donut {
        max-width: 185px;
    }
    .section-boxes .box-myCard .id-mycard .name-card {
        font-size: 16px;
    }
    .section-boxes .box-myCard .id-mycard .code-member {
        font-size: 12px;
    }
    .welcome-section h1 {
        max-width: 80%;
        font-size: 60px;
    }
    .big-container {
        padding: 0 80px;
    }

    .section-table-banefits .logos-row {
        padding: 15px;
    }
    .section-table-banefits .content-table {
        max-width: 70%;
    }
    .section-my-account {
        padding: 0;
    }

    .big-container {
        padding: 0 40px;
    }
    .list-boxes-account {
        padding-left: 100px;
    }
    .info-my-account .h2 {
        font-size: 40px;
    }
    .box-myCard .id-mycard .name-card {
        font-size: 25px;
    }
    .section-transfer-points h1 {
        font-size:55px;
    }
    .section-transfer-points .h2 {
        font-size:35px;
    }
    .section-transfer-points .card-body.p-6 {
        padding: 20px;
    }
    .section-content h1,
    .section-history-points h1,
    .section-mycard-page h1 {
        font-size: 55px;
    }
    .section-history-points .inner-box-item .fs-text {
        font-size: 65px;
    }
}


@media(max-width:991px){
    .section-win-points .list-dark-boxes {
        margin-top:20px;
    }
    .section-carousel-products {
        padding-top: 50px;
    }
    .section-carousel-products .products-list .btn-primary {
        font-size:12px !important;
    }
    .section-transfer-points .card-body.p-6 {
        padding: 0;
    }
    .section-content-page .h-50 {
        height: auto !important;
    }

    #kt_new_password_submit {
        width: 100% !important;
    }

    .copyright {
        text-align: center !important;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .section-content-page footer .list-group {
        justify-content: center !important;
    }
    .welcome-section h1 {
        max-width: 100%;
        font-size: 50px;
    }
    .box-myCard {
        padding: 0;
        margin-bottom: 25px;
    }
    .add-wallet img {
        width: 100%;
    }
    .section-qrcode h1 {
        font-size: 50px;
    }
    .section-qrcode {
        padding: 0 10px;
    }
    .section-cashout-points .brown-section .section-content {
        max-width: 80vw;
        padding-top: 0;
    }
    .rewards-page h1 {
        font-size: 50px;
    }
    .big-container {
        padding: 0 50px;
    }
    .section-table-banefits .logos-row {
        padding: 15px 10px;
    }
    .section-table-banefits .content-table {
        max-width: 80%;
    }
    .table-points .row {
        font-size:17px;
    }
    .table-points {
        overflow-y: auto;
    }
    .table-points .row div {
        width: 50%;
        font-size:16px;
    }
    .section-history-points {
        padding-top:0px;
    }
    .table-points .row {
        flex-wrap: nowrap;
        margin: 0;
    }
    .table-points .row div:nth-child(4n+3), .table-points .row div:nth-child(4n+4) {
        justify-content: flex-start;
    }
    .section-mycard-page .big-container {
        max-width: 600px;
        margin: auto;
    }
    .section-mycard-page .section-btns {
        margin-top: 25px;
        flex-direction: column;
        align-items: center;
    }
    .box-myCard .id-mycard .name-card {
        font-size: 18px;
    }
    .box-myCard .id-mycard .code-member {
        font-size: 14px;
    }
    .section-gift-boxes .item-certificate {
        min-height: 380px;
    }
    .section-gift-boxes .item-certificate .button-price span {
        font-size: 35px;
        display:block;
    }
    .section-gift-boxes .item-certificate .button-price {
        font-size: 50px;
        line-height: 1.4;
    }
    .available-points {
        font-size:12px;
    }
    .section-gift-boxes .gift-box .h3 {
        font-size: 20px;
    }
    .section-gift-boxes .gift-box .btn-primary {
        height: 48px;
        font-size: 10px !important;
        margin-top: 30px;
    }
    .list-boxes-account {
        padding-left: 100px;
        padding-top: 15px;
    }
    .section-mycard-page .pr-200 {
        padding: 0;
    }
}
@media(max-width:768px){
    .authentication-boxes .col-12:first-child .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .section-history-points .inner-box-item .fs-text {
        font-size: 60px;
    }
    .new-password .card-body {
        max-width: 100%;
    }
    .new-password .error-list {
        padding: 0;
    }
    #kt_new_password_submit {
        width: 100% !important;
    }

    .list-boxes-account {
        padding: 0;
        padding-top: 15px;
    }
    .list-boxes-account .card .h3 {
        font-size: 28px;
    }
    .section-my-account h1 {
        padding: 0 12px;
        margin: 0;
    }

    .big-container .row {
        margin: 0;
    }
    .section-transfer-points .h2,
    .info-my-account .h2,
    #registration-form h2,
    #otp-form h2,
    .authentication-boxes h2.fs-1 {
        font-size: 30px !important
    }
    .section-content h1,
    .section-history-points h1,
    .section-qrcode h1,
    .section-mycard-page h1,
    .section-content-page .card-body h1,
    .section-transfer-points h1,
    .rewards-page h1,
    .section-my-account h1,
    .section-reset-pass h1,
    .section-content-page .card-body h1 {
        font-size: 40px !important;
        line-height: 1.2;
    }

    .section-content-page .navbar .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .authentication-boxes .card-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .list-radioBtn {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .section-content-page .card-body .item-checkbox label {
        flex-direction: row !important;
        gap: 1rem !important;
        padding: 12px !important;
        font-size: 17px !important;
        max-width: 200px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .welcome-section .col-md-6 {
        margin-bottom: 50px;
    }
    .section-two-boxes .title-with-text {
        padding: 40px 0;
    }
    .section-cashout-points .brown-section .section-content .h2 {
        font-size: 40px;
    }
    .section-gift-certificates .section-gift-boxes .gift-box {
        margin-bottom: 50px;
    }
    .section-two-boxes .row-boxes {
        flex-direction: column;
        gap: 3rem;
    }
    .section-two-boxes {
        padding-top: 100px;
        padding-bottom: 0;
    }
    .section-two-boxes .box-item {
        margin:auto;
        max-width:100%;
    }
    .big-container {
        padding: 0 20px;
    }
    .section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row:first-child {
        position: sticky;
        left: 0;
        background: #8a7156;
        z-index: 1;
        min-width: 50%;
    }
    .section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row {
        width: 100%;
        min-width: 33%;
    }
    .section-table-banefits .pt__option .pt__option__slider .swiper-wrapper {
        overflow-y: auto;
    }
    .section-table-banefits .logos-row {
        padding: 10px;
    }
    .section-table-banefits .content-table {
        max-width: 100%;
        margin-bottom: 50px;
    }
        .section-win-points .section-tlt,
        .section-cashout-points .brown-section .section-content .h2,
        .section-table-banefits .content-table .h2 {
            font-size: 40px;
        }
    .section-table-banefits {
        margin-top: 0;
        padding-top: 50px;
    }
    .rewards-page h1 {
        font-size: 45px;
    }
    .rewards-page {
        padding: 0px;
    }
    .user-and-lang span {
        display: none;
    }
    .dropdown.header-lang {
        display: none;
    }
    .section-gift-certificates {
        padding-top: 0px;
    }
    .section-pager #pagin {
        gap: 1rem;
    }
    .section-pager #pagin li a{
        font-size:12px;
    }
    .section-pager #pagin li {
        width: 35px;
        height: 35px;
    }
    .section-pager {
        margin-top: 0;
    }
    .section-footer ul a {
        font-size: 15px;
    }
    .section-gift-certificates .section-gift-boxes {
        max-width: 100%;
        justify-content: center;
    }
    .section-gift-boxes .item-certificate .button-price {
        font-size: 40px;
    }
    .section-gift-boxes .item-certificate .button-price span {
        font-size: 30px;
    }
    .section-gift-boxes .gift-box .h3 {
        font-size: 18px;
    }
    .welcome-section {
        margin-top: 0;
    }
}
@media(max-width:560px) {
    .section-mycard-page .section-btns .btn-primary,
    #send-card-email {
        justify-content: space-between;
        width: 100% !important;
        max-width: 100%;
    }
    .section-mycard-page .section-btns .btn-primary .bi:first-child,
    #send-card-email .bi:first-child {
        display: none;
    }
    .add-wallet {
        margin-top: 3rem !important;
        margin-bottom: 2rem;
    }
    .section-carousel-products .section-slick-arrows {
        top: 165px;
        left: 15px;
    }
    .section-carousel-products .list-arrows {
        width:70px;
        height:70px;
    }
    .trendingNow-list .products-list .item img.img-fluid {
        width: 100%;
    }
    .card-body.p-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .card-body.px-4 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #otp-form .btn-section {
        flex-wrap: wrap;
        justify-content: center;
    }

    #registration-form .checkbox-contact-with label {
        font-size: 15px;
    }

    .section-content-page .header-lang > span {
        display: none;
    }
    .section-gift-boxes {
        justify-content:center;
    }
    .section-win-points .section-tlt,
    .section-cashout-points .brown-section .section-content .h2,
    .section-table-banefits .content-table .h2 {
        font-size: 35px;
    }
    .welcome-section h1 {
        font-size: 40px;
    }
    .section-cashout-points {
        padding-bottom: 50px;
    }
    .list-dark-boxes .text-item span {
        font-size: 45px;
    }
    .list-dark-boxes .text-item p {
        font-size: 15px;
    }
    .section-win-points .dark-box {
        padding: 20px;
    }
    .section-cashout-points .brown-section .section-content {
        max-width: 100%;
        padding-bottom: 100px;
        padding-top: 0;
        padding-right: 20px;
        padding-left: 20px;
    }
    .section-cashout-points .brown-section .section-content .h2 {
        margin-bottom: 15px;
    }
    .section-cashout-points .brown-section {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .btn.btn-primary {
        font-size: 12px !important;
        min-width: 160px;
    }
    #requirements li {
        font-size:14px;
    }
    .availablePoints {
        font-size: 65px;
    }
    .section-win-points {
        padding-top: 100px;
    }
    .section-win-points .dark-box .tltItem {
        font-size: 50px;
    }
    .chartItem .text-box {
        padding: 0px;
        margin-top: 25px;
    }
    .header-video-item .header-title .h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .section-boxes .boxItem {
        padding:15px;
    }
    .header-video-item .header-title img {
        width: 160px;
    }
    .section-gift-boxes .item-certificate .button-price {
        font-size: 40px;
    }
    .section-gift-certificates {
        padding-bottom: 20px;
    }
    .section-carousel-products {
        padding-top: 20px;
    }
    .section-gift-boxes .item-certificate .button-price span {
        font-size: 28px;
    }
    .section-carousel-products .products-list .btn-primary, .section-carousel-products .products-carousel .slick-slide .btn-primary {
        height: 48px;
        margin-top: 30px;
        font-size: 10px !important;
    }
    .section-carousel-products .products-list .product-title, .section-carousel-products .products-carousel .slick-slide .product-title {
        font-size: 22px;
    }
    .section-gift-boxes .item-certificate {
        min-height: 380px;
        padding: 15px;
    }
    .text-with-line-left span {
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-with-line-left span:before {
        left: 20px;
        bottom: -3px;
    }
    .userData .username {
        font-size: 15px;
    }
    .section-content-page .navbar .navbar-brand img {
        max-width: 80px;
    }
    div#messageTxtx p {
        font-size:14px;
    }
    .section-table-banefits .logos-row {
        padding: 10px 0px;
    }
        .section-table-banefits .logos-row img:last-child {
            max-height: 20px;
        }
    .section-table-banefits .logos-row img:first-child {
        margin-bottom: 7px;
        max-width: 80px;
    }
    .section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row {
        padding: 15px 10px;
    }
    .section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row.fs-2 {
        font-size: 20px !important;
    }
    .section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row:first-child,
    .section-table-banefits .pt__option .pt__option__item .pt__item .table-item-row p {
        font-size: 15px;
    }
    .switch-item .form-check-label {
        font-size: 15px;
    }
    .box-myCard .logo-mycard {
        top: 20px;
        right: 20px;
    }
    .box-myCard .id-mycard {
        bottom: 20px;
        left: 20px;
        right: auto;
    }
    .box-myCard .id-mycard .code-member {
        text-align: left;
    }
    .box-myCard .id-mycard .name-card {
        font-size: 16px;
        text-align: left;
    }
    .user-and-lang {
        gap: .7rem !important;
    }
}
@media (max-width:480px){
	.pincode-input-container.touch .touchwrapper {
		padding-bottom:2px;
	}
	.pincode-input-container.touch .touchwrapper .touch-flex-cell {
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
	.pincode-input-container.touch .touch-flex-cell {
		border-radius: 14px;
		margin: 0 2px;
	}
    #otp-form input.pincode-input-text {
        background-color: transparent;
        border-radius: 0;
        border: 0;
        margin-right: 0;
        height: 50px;
        color: #fff;
    }
    .username {
        display:none;
    }
    #registration-form .checkbox-contact-with label {
        font-size: 14px;
    }
    .section-mycard-page p {
        text-align: center;
    }
    .user-and-lang .dropdown-menu ul a span.left-icon {
        width: 35px;
        justify-content: flex-end;
    }
    .section-transfer-points {
        padding: 0;
    }
    .section-content {
        padding: 0;
    }
}
@media(max-width:360px){
    .rewards-page h1 {
        font-size: 32px;
    }
    .switch-item .form-check-label {
        font-size: 14px;
    }
    .section-content-page .navbar .navbar-brand img {
        max-width: 70px;
    }
    .userData .username {
        font-size: 14px;
    }
    .icon-person {
        width: 32px;
        height: 32px;
    }
    .icon-person svg {
        width: 14px;
    }
}
 
