/* Minification failed. Returning unminified contents.
(218,26): run-time error CSS1039: Token not allowed after unary operator: '-contentvh'
 */
@keyframes zoominout {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.title-product {
  color: rgba(255, 255, 255, 0.5) !important;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #542db5;
  margin: 5px auto 1rem;
  padding: 5px 0;
}
.filter-label {
  height: 40px;
  overflow: hidden;
}
.filter-label .filter-label-group {
  transition: transform 0.2s;
}
.filter-label .filter-label-group .label-title {
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
}
.has-provider-filter .filter-label .filter-label-group {
  transform: translateY(-40px);
}
.product-filter .filter-label {
  margin-left: 1rem;
}
.product-filter .button-filter {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 40px;
  line-height: 38px;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  margin: 0 5px 0.5rem 0;
}
.product-filter .is-active .button-filter i.fa-filter::before {
  content: "\f053";
}
.product-filter .has-filter .button-filter::after {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: red;
}
.product-filter .accordion-content {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: inherit;
  border-radius: 10px !important;
}
/* Sportbook */
.sport-gamepanel a img {
  transition: all 0.2s ease-in-out;
  filter: brightness(0.5);
}
.sport-gamepanel a:hover img {
  filter: brightness(1);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
section#product-filter .product-group {
  display: inline-block;
}
section#product-filter #filter-favouriteGame {
  position: relative;
  width: 125px;
  max-width: 300px;
  margin-right: 10px;
  display: none;
}
section#product-filter #filter-favouriteGame .button {
  min-width: 100%;
  border-radius: 16px !important;
}
@media screen and (max-width: 50em) {
  section#product-filter #filter-favouriteGame .button {
    min-width: 100%;
    margin-right: 0px;
  }
}
section#product-filter #filter-favouriteGame .button i {
  margin-right: 0.2rem;
}
section#product-filter #filter-favouriteGame .button i.fa-heart {
  background-color: unset;
  color: red;
  animation: pulse 0.5s infinite;
  -ms-animation: pulse 0.5s infinite;
  -moz-animation: pulse 0.5s infinite;
  -webkit-animation: pulse 0.5s infinite;
  -o-animation: pulse 0.5s infinite;
  border: none;
}
@media screen and (max-width: 50em) {
  section#product-filter #filter-favouriteGame {
    min-width: 100%;
    margin-right: 0px;
  }
}
section#product-filter #filter-name {
  position: relative;
  overflow: hidden;
  max-width: 320px;
  border-radius: 16px;
  border: 1px solid #58595b;
}
@media screen and (max-width: 50em) {
  section#product-filter #filter-name {
    min-width: 100%;
  }
}
section#product-filter #filter-name input {
  padding-left: 0.8rem;
  padding-right: 30px;
}
section#product-filter #filter-name input + i {
  position: absolute;
  top: 0;
  right: 48px;
  padding: 0.4rem 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #FF2A00;
  cursor: pointer;
}
section#product-filter #filter-name button {
  border: none;
  width: 40px;
  min-width: inherit;
  transition: width 0.2s;
}
section#product-filter #filter-name.is-focus {
  margin-left: 1rem;
  width: 100%;
}
section#product-filter #filter-name.is-focus button {
  width: 40px;
}
section#product-filter #filter-name:not(.has-value) input + i {
  display: none;
}
section#product-body {
  margin-bottom: 1rem;
  padding-top: 1rem;
}
section#product-body label {
  color: #58595b;
}
section#product-body .card-favourite {
  position: absolute;
  display: block;
  width: 100%;
  text-align: right;
  z-index: 3;
}
section#product-body .card-favourite .fa-heart {
  font-size: 1.2rem;
  color: #FFFFFF;
  padding: 5px;
  cursor: pointer;
}
section#product-body .card-favourite .fa-heart.active {
  color: red;
}
section#product-body .card-favourite .fa-heart:hover {
  animation: pulse 0.5s infinite;
  -ms-animation: pulse 0.5s infinite;
  -moz-animation: pulse 0.5s infinite;
  -webkit-animation: pulse 0.5s infinite;
  -o-animation: pulse 0.5s infinite;
}
section#product-body .button-loadMore {
  padding: 10px 15px;
}
#filter-provider {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #542db5;
}
#filter-provider button.swiper-slide {
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  margin: 0 0.5rem;
  transition: background 0.2s;
  border-radius: 16px;
}
@media screen and (max-width: 39.9375em) {
  #filter-provider #filter-provider-swiper {
    margin: 0;
  }
  #filter-provider button.swiper-slide {
    min-width: 40vw;
  }
}
#filter-provider-menu-container {
  position: fixed;
  background: radial-gradient(#3000B8, #0A0028);
  width: 50%;
  height: calc(calc(var(--contentvh, 1vh) * 100) - 131px);
  top: 74px;
  right: 0;
  overflow: auto;
  z-index: 10;
  transform: translateX(100%);
  transition: transform 0.6s;
}
#filter-provider-menu-container .title-product {
  border-bottom: none;
}
#filter-provider-menu-container .filter-provider-menu-content .provider-box .provider-img {
  cursor: pointer;
}
#filter-provider-menu-container .filter-provider-menu-content .provider-box .provider-img.is-active {
  border: 1px solid #FF8000;
  border-radius: 10%;
}
#filter-provider-menu-container .filter-provider-menu-content .provider-box .labelText {
  color: #FFFFFF;
  margin: 10px auto;
  line-height: 1.2;
  font-size: clamp(0.75rem, 2.5vw, 0.9rem);
}
#filter-provider-menu-container.is-active {
  transform: translateX(0%);
}
@media screen and (max-width: 39.9375em) {
  #filter-provider-menu-container {
    width: 80%;
  }
}
#filter-category {
  background-color: #1e201f;
  border-radius: 16px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #542db5;
  margin-bottom: 1rem;
}
#filter-category .swiper-slide {
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  margin: 0 0.5rem;
  transition: background 0.2s;
  position: relative;
}
#filter-category .swiper-slide:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #FF8000;
  height: 1px;
  transition: all 0.5s;
}
#filter-category .swiper-slide:hover {
  color: #FF8000;
}
#filter-category .swiper-slide:hover:after {
  width: 100%;
}
#filter-category .swiper-slide.is-active {
  color: #FF8000;
  font-weight: bold;
  border-bottom: 2px solid #FF8000;
}
@media screen and (max-width: 39.9375em) {
  #filter-category #filter-category-swiper {
    margin: 0;
  }
}
