@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap");
.button-primary {
  background-color: #C8232A;
  color: #FFFFFF !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  position: relative;
}
.button-primary:hover, .button-primary:focus {
  background-color: #b21f25;
  color: #FFFFFF;
}
.img-advert img{
  width: 450px;
  margin-bottom: 40px;
}
@media screen and (width: 450px) {
  .img-advert img{
    width: 100%;
    height: 49em;
  }
}
@media screen and (width: 414px) {
  .img-advert img{
    width: 100%;
    height: 49em;
  }
}
@media screen and (width: 411px) {
  .img-advert img{
    width: 100%;
    height: 55em;
  }
}
@media screen and (height: 731px) {
  .img-advert img{
    width: 100%;
    height: 49em;
  }
}
@media screen and (width: 360px) {
  .img-advert img{
    width: 100%;
    height: 42em;
  }
}
@media screen and (width: 320px) {
  .img-advert img{
    width: 100%;
    height: 37em;
  }
}
@media screen and (width: 280px) {
  .img-advert img{
    width: 100%;
    height: 43em;
    margin-bottom: 10px !important;
  }
}
@media screen and (width: 540px) {
  .img-advert img{
    width: 100%;
    height: 50em;
  }
}
@media screen and (width: 1024px) {
  .img-advert img{
    width: 100%;
    height: 95em;
  }
}
@media screen and (width: 768px) {
  .img-advert img{
    width: 100%;
    height: 70em;
  }
}
@media screen and (width: 375px) {
  .img-advert img{
    width: 100%;
    height: 44em;
  }
}
@media screen and (height: 812px) {
  .img-advert img{
    width: 100%;
    height: 54em;
  }
}
.button-grey {
  background-color: #9F9F9F;
  color: #FFFFFF !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  position: relative;
}
.button-grey:hover, .button-grey:focus {
  background-color: #929292;
  color: #FFFFFF;
}
.btn-offer{
  /*position: absolute;
  bottom: 22%;
  right: 37%;*/
  margin-top: -20%;
  margin-right: -60%;
}
.button-purchase {
  padding: 10px 15px;
  border-radius: 10px;
  display: block;
  margin-bottom: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
.button-purchase:last-child {
  margin-bottom: 0;
}
.button-purchase p {
  margin-bottom: 0;
  line-height: normal;
}
.button-purchase .item-price {
  font-size: 12px;
}
.button-purchase.button-purchase-green {
  background-color: #309317;
  color: #FFFFFF;
}
.button-purchase.button-purchase-red {
  background-color: #C8232A;
  color: #FFFFFF;
}

body {
  background-color: #F2F2F2;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

a {
  color: #212529;
  text-decoration: none;
}

[tabindex='-1']:focus:not(:focus-visible){
  outline:0!important
}
button:focus{
  outline:1px dotted;
  outline:5px auto -webkit-focus-ring-color
}
input:focus, textarea:focus, select:focus{
  outline: none !important;
}
.form-control:focus{
    color:#8898aa;
    outline:0;
    background-color:#fff;
    box-shadow:0 3px 9px rgba(50,50,9,0),3px 4px 8px rgba(94,114,228,.1)
}
.page-link {
  color: #C8232A;
  text-decoration: none;
}

.box-wrapper {
  /*max-width: 1366px;*/
  max-width: 576px;
}

.slick-dots li {
  margin: 0;
}
.slick-dots li button::before {
  color: #F8819E;
  font-size: 0.75rem;
}
.slick-dots li.slick-active button::before {
  color: #F8819E;
}

.tab-pane .product {
  margin-bottom: 1rem;
}
.tab-pane .product:last-child {
  margin-bottom: 0;
}

.loading {
  position: fixed;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  display: flex;
}

.avatar {
  display: inline-block;
}
.avatar img {
  border-radius: 50%;
  max-width: 100%;
  width: 50px;
  height: 50px;
}

.header {
  background-color: #f77a22;
  background-image: url("../images/header-shadow.png"), linear-gradient(90deg, #FEBC2C 0%, #f77a22 100%);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header .header-info {
  padding-bottom: 3rem;
}
.header .nav-top {
  position: relative;
  padding-bottom: 1.5rem;
}
.header .header-notif {
  font-size: 1.25rem;
  color: #FFFFFF;
  position: relative;
}
.header .header-notif .icon-notification {
  display: inline-block;
  color: #FFFFFF;
}
.header .header-notif .icon-notification:hover, .header .header-notif .icon-notification:focus {
  color: #FFFFFF;
}
.header .header-notif .notif-box {
  display: inline-block;
  font-size: 10px;
  background: #C8232A;
  padding: 0.15rem 0.25rem;
  border-radius: 50rem;
  font-weight: 700;
  position: absolute;
  right: -5px;
  top: -10px;
}
.header .header-profile {
  color: #FFFFFF;
  font-size: 1rem;
}
.header .header-profile .header-profile-status {
  font-size: 12px;
}
.header .header-profile .header-profile-status span {
  max-width: 20px;
}

.main-banner {
  background-color: #FFF2EF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.main-banner img {
  border-radius: 4px;
  max-width: 100%;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.page-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.login-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #6c6c6c;
}

.login-box .form-group {
  margin-bottom: 1rem;
}
.login-box .form-group input {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

.category-slide .category-slide-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  opacity: 0.5;
  width: 310px;
}
.category-slide .category-slide-item.slick-active {
  opacity: 1;
}
.category-slide .category-slide-item.product .product-title {
  word-break: break-all;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product {
  background-color: #458CF9;
  background-image: url("../images/product-shadow.png"), linear-gradient(90deg, #458CF9 0%, #985CFA 100%);
  border-radius: 4px;
  padding: 0.5rem;
  height: 135px;
  width: 100%;
  position: relative;
  color: #FFFFFF;
  background-position-x: left;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.redeem-item.item-green {
  background-color: #84DA6B;
  background-image: url("../images/product-shadow.png"), linear-gradient(90deg, #f8af2a 0%, #84DA6B 100%);
  color: #212529;
}
.redeem-item.item-blue-sky {
  background-color: #1A9DF4;
  background-image: url("../images/product-shadow.png"), linear-gradient(90deg, #7bc7f9 0%, #f97bd8 100%);
  color: #212529;
}

.product.product-green {
  background-color: #84DA6B;
  background-image: url("../images/product-shadow.png"), linear-gradient(90deg, #a6e494 0%, #84DA6B 100%);
  color: #212529;
}
.product.product-blue-sky {
  background-color: #1A9DF4;
  background-image: url("../images/product-shadow.png"), linear-gradient(90deg, #7bc7f9 0%, #1A9DF4 100%);
  color: #212529;
}

.history-rwd.product-green {
  background-color: #84DA6B;
  background-image: url("../images/product-shadow.png"), linear-gradient(90deg, #a6e494 0%, #84DA6B 100%);
  color: #212529;
}
.history-rwd.product-blue-sky {
  background-color: #1A9DF4;
  background-image: url("../images/product-shadow.png"), linear-gradient(90deg, #7bc7f9 0%, #1A9DF4 100%);
  color: #212529;
}
.product .product-title {
  font-size: 1.25rem;
  margin: 0;
  line-height: normal;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-image {
  padding: 0.5rem;
  text-align: right;
  height: calc(135px - 1rem);
}
.product .product-image img {
  max-width: 100%;
  margin-left: auto;
  height: auto;
  max-height: 100%;
}
.product .product-cta {
  background-color: #309317;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 50rem;
  padding: .25rem .75rem;
  position: absolute;
  bottom: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  min-width: 105px;
}
.product .product-cta-finish {
  background-color: #DC3545;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 50rem;
  padding: .25rem .75rem;
  position: absolute;
  bottom: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  min-width: 105px;
}
.product .product-cta.disabled {
  background-color: #C8232A;
}
.product .product-timer {
  font-size: 1.25rem;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tab-category-nav .tab-category {
  /*background-color: #ececec;*/
  color: #212529;
  border: 1px solid #d2d2d2;
  padding: 0.5rem;
  text-align: center;
  border-radius: 8px;
}
.tab-category-nav .tab-category .tab-category-icon {
  font-size: 2rem;
  height: 48px;
  color: #FB9927;
}
.tab-category-nav .tab-category p {
  margin-bottom: 0;
  font-weight: 600;
  color: #797676;
}
.tab-category-nav .active .tab-category {
  border: 1px solid #000;
  /*background-color: #C8232A;*/
  color: #000;
}

.bottom-nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #FFFFFF;
}
.bottom-nav .col {
  min-width: 20%;
}
.bottom-nav .nav-box {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 4px;
}
.bottom-nav .nav-box a {
  color: #9F9F9F;
  display: block;
  text-decoration: none;
}
.bottom-nav .nav-box .icon {
  font-size: 1rem;
}
.bottom-nav .nav-box .nav-title {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  display: block;
  width: 100%;
}
.bottom-nav .active .nav-box a {
  color: #C8232A;
}

.redeem-item {
  background-color: #84DA6B;
  background-image: url("../images/product-shadow.png"), linear-gradient(90deg, #d66cfa 0%, #ffbf4b 100%);
  height: 100px;
  color: #212529;
  padding: 0.85rem 0.5rem 0.5rem 0.5rem;
  border-radius: 4px;
  display: block;
}
.redeem-item:hover, .redeem-item:focus {
  color: inherit;
}
.redeem-item .redeem-item-title {
  margin-bottom: 0.25rem;
}
.redeem-item .redeem-item-price {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
.redeem-item .redeem-item-image {
  height: calc(100px - 0.85rem - 0.5rem);
  width: auto;
  text-align: right;
}
.redeem-item .redeem-item-image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
}

.header-tabs {
  position: relative;
}
.header-tabs .nav-item .nav-link {
  color: #FFFFFF;
  border-radius: 0;
  font-size: 14px;
  padding: .5rem .25rem;
}
.header-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #C8232A;
}

.reward-item-card {
  background-color: #FFFFFF;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
  display: block;
  color: inherit;
}
.reward-item-card:hover, .reward-item-card:focus {
  color: inherit;
}
.reward-item-card .reward-item-card-content {
  padding: 0.75rem 0.75rem 0 0.75rem;
  height: 400px;
}
.reward-item-card .reward-item-card-footer {
  position: relative;
  padding: 0.35rem 0.75rem 0.35rem 0.75rem;
  font-size: 1.25rem;
  line-height: normal;
  margin-top: 0.25rem;
}
.reward-item-card .reward-item-card-thumb {
  height: 300px;
  text-align-last: center;
  margin-bottom: 0.5rem;
}
.reward-item-card .reward-item-card-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.reward-item-card .reward-item-card-cta {
  width: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C8232A;
  color: #FFFFFF;
  text-align: center;
  right: 0;
  bottom: 0;
  position: absolute;
  font-size: 14px;
  border-bottom-right-radius: 4px;
}

.menu-list {
  padding: 0 20px;
  background-color: #FFFFFF;
  color: #212529;
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.menu-list li {
  list-style: none;
  border-bottom: 1px solid rgba(159, 159, 159, 0.2);
}
.menu-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.menu-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #868686;
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu-list li .ico-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 25px;
  margin-right: 10px;
  font-size: 1.15rem;
}

.header-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  z-index: 99;
  color: #FFFFFF;
  background: transparent;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0.5) 0%, transparent 100%);
  height: 55px;
}
.header-title .header-title-back {
  position: absolute;
  left: 0.75rem;
  color: #FFFFFF;
}
.header-title.header-title-color {
  background-color: #f77a22;
  background-image: url("../images/header-shadow.png"), linear-gradient(90deg, #FEBC2C 0%, #f77a22 100%);
}

.product-detail-thumb {
  position: relative;
}
.product-detail-thumb img {
  width: 100%;
}

.product-badge {
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #C8232A;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: 4px;
  width: 100%;
  font-weight: 700;
}
.product-badge.product-badge-green {
  background-color: #309317;
}

.bidder {
  padding: 0;
  margin: 0;
}
.bidder .bidder-list {
  list-style: none;
  padding: 0.5rem 1rem;
}
.bidder .bidder-list .bidder-list-number {
  background-color: #dfdfdf;
  color: #212529;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-right: 5px;
}
.bidder .bidder-list .bidder-list-name {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 2px;
  font-weight: 700;
}
.bidder .bidder-list .bidder-list-pic {
  position: relative;
}
.bidder .bidder-list .bidder-list-pic img {
  max-width: 55px;
  border-radius: 50%;
}
.bidder .bidder-list.bidder-list-top .bidder-list-number {
  background-color: #FEBC2C;
}
.bidder .bidder-list.bidder-highlight {
  background-color: rgba(132, 218, 107, 0.25);
}

.insert-price {
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  width: auto;
  left: 0;
  right: 0;
  padding: 1rem 0;
}
.insert-price input {
  padding: 0.5rem;
  background-color: rgba(223, 223, 223, 0.5);
  color: #9F9F9F;
  text-align: center;
  font-weight: 700;
}

.simple-card {
  background-color: #FFFFFF;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  display: block;
  color: #212529;
  margin-bottom: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
.simple-card .simple-card-icon {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  color: #f77a22;
  width: 30px;
  text-align: center;
  display: inline-block;
}

.tab-history-nav .nav-item .nav-link {
  background-color: #9F9F9F;
  color: #FFFFFF;
}
.tab-history-nav .nav-item .nav-link.active {
  background-color: #C8232A;
}

.history-rwd {
  background-color: #FFFFFF;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  display: block;
  color: #212529;
  margin-bottom: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
.history-rwd .history-rwd-content {
  max-width: 100%;
  flex-grow: 1;
}
.history-rwd .history-rwd-pic {
  margin-right: 0.5rem;
}
.history-rwd .history-rwd-pic img {
  border-radius: 4px;
  max-width: 130px;
}
.history-rwd .history-rwd-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 700;
}
.history-rwd .history-rwd-date {
  font-size: 10px;
  color: #9F9F9F;
  margin-bottom: 0.25rem;
  text-align: right;
}

.or {
  border-top: 1px solid rgba(33, 37, 41, 0.25);
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}
.or span {
  top: 50%;
  transform: translateY(-50%);
  background: #F2F2F2;
  padding: 0 5px;
}

/*# sourceMappingURL=style.css.map */
.bg-orange{
    background-color:#EE7A30!important
}
.bg-orange-2{
    background-color: #FB9927!important;
}
a.bg-orange:focus,a.bg-orange:hover,button.bg-orange:focus,button.bg-orange:hover{
    background-color:#d76319!important
    /*background-color:#fa3a0e!important*/
}
.toggle-password {
    margin-top: -25px;
    z-index: 2;
    position: absolute;
    right: 37px;
    font-size: 16px;
    cursor: pointer;
    color: #888;
}