@viewport {
  width: device-width;
  zoom: 1;
}

::-webkit-scrollbar {
  background: #282828;
  width: 11px;
}

::-webkit-scrollbar-thumb {
  background: #282828;
  border: 3px solid #000;
}
https://smart9cam.com/en/home#19720
::-webkit-scrollbar-track {
  background: #000;
  border-radius: 0px;
}
https://smart9cam.com/en/home#19718
html,
body {
  height: 100%;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
  /*overflow-y: auto;*/
}

body {
  font-size: 12px !important;
}

input {
  outline: unset;
}

a {
  color: #ebebeb;
}

a:focus,
a:hover,
a:focus {
  text-decoration: none;
  color: #ec7812;
}

.themetbl {
  display: table;
}

.themetblrow {
  display: block;
}

.themetblcell {
  display: block;
}

.themetblwidth {
  width: 100%;
}

.themetblheight {
  height: 100%;
}

.theme-container-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.container {
  width: 1300px;
  margin: auto;
}

.clearboth {
  clear: both;
}

#redirectaddr {
  padding: 9px;
  text-align: center;
  font-size: 15px;
  background: #fff;
  border-radius: 20px;
  font-weight: bold;
}

#popmsg img{
width: 100%;
}

.btn {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

#theme {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
}

#theme-title,
#theme-frame center {
  display: none;
}

#theme-frame {
  height: 100%;
  background: #000;
  margin: auto;
  width: 100%;
}

#theme-header-logo {
  margin-top: -75px;
  height: 70px;
}

#theme-header-logo a {
  z-index: 9;
  position: relative;
}

#theme-header-logo img {
  width: 200px;
  padding: 0px 0 5px;
}

#theme-menu {
  flex-grow: 1;
  display: none;
}

#theme-header-link {
  padding-bottom: 25px;
  margin-top: -55px;
  position: relative;
}

.header-top {
  float: right;
}

#theme-header-link .container {
  display: block;
}

#theme-header-top {
  background: #252525;
  border-top: 2px solid #000;
}

.header-link {
  background: #393939;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 5px 10px;
  width: 100%;
}

.header-link .header-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  float: left;
}

.header-right {
  display: flex;
  align-items: center;
}

.message-icon {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}

.home-desktop {
  display: block;
}

.mobile-home {
  display: none;
}

.mobile-menu {
  display: none;
}

.d-slide {
  display: block;
}

.m-slide {
  display: none;
}

/*--------------------------------------------------------------------------- MENU CSS ---------------------------------------------------------------------------*/
#divMenu {
  position: relative;
  width: fit-content;
  margin-left: 25%;
  z-index: 9;
}

#divMenu #cssmenu {}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  text-align: left;
  display: flex;
}

#cssmenu>ul>li {
  position: relative;
  margin: 0 10px;
}

#cssmenu>ul>li.active::before,
#cssmenu>ul>li:hover::before {
  content: "";
  position: absolute;
  background-color: #eb8f00;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
  opacity: 1;
}

#cssmenu>ul>li>a {
  padding: 10px 3px 5px;
  text-transform: initial;
  font-size: 16px;
  color: #a2aabd;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
}

#cssmenu>ul>li>a>img {
  width: 35px;
  margin-bottom: 3px;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
  background: transparent;
  color: #ff9b00;
  text-transform: initial;
  font-size: 16px;
  transition: 0.2s;
  font-weight: 600;
}

#cssmenu>ul>li.active a::before {
  display: none;
}

.has-sub {
  position: relative;
}

.has-sub ul {
  display: none !important;
  position: absolute;
  background-color: #1c1c1c;
  min-width: 150px;
  box-shadow: 0px 5px 10px 0px #00000033;
  padding: 5px;
  z-index: 9;
  top: 50px;
  border-bottom: 5px solid #d38e00; 
}

.has-sub:hover ul {
  display: block !important;
}

.has-sub ul li {
  margin: 15px 0;
}

.has-sub ul li {
  display: flex;
  align-items: center;
  padding: 3px 8px;
  font-size: 16px;
}
.has-sub ul li img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

/*------------------------------------------------------------------------------ SUB-MENU------------------------------------------------------------------------------*/
#logo {
  width: 160px;
  padding: 5px;
}

.logo {
  width: 180px;
}

.logo .container {
  width: 100%;
  text-align: center;
}

.logo img {
  width: 100%;
}

.btn-box {
  display: flex;
  align-items: center;
}

.btn-login {
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 10px;
}

.btn-login .btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.btn-login .btn:hover {
  background: #ffffff8c;
  transition: 0.2s;
}

.btn-sign-up {
  border: 0px solid #000;
  border-radius: 5px;
}

.btn-sign-up .btn {
  background: #ffac00;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  animation: move 1.5s linear infinite;
}

.btn-sign-up .btn:hover {
  background: #f37603;
  transition: 0.2s;
}

.currency-detail {
  display: flex;
  align-items: center;
}

.currency-detail img {
  width: 9%;
  float: left;
  margin-right: 8px;
}

.currency-detail h4 {
  font-size: 14px;
  color: #fff;
  float: left;
}

.clock {
  color: #a2aabd;
  font-size: 12px;
  padding-right: 10px;
  border-right: 1px solid #a2aabd;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropdown-content {
  display: block;
  padding: 10px;
}

.dropbtn {
  background: unset;
  color: white;
  border: none;
}

.dropbtn img {
  width: 18px;
  margin-right: 5px;
}

.dropbtn .glyphicon {
  top: 0px;
  left: 2px;
  font-size: 7px;
}

.dropdown-content {
  border-radius: 10px;
  display: none;
  position: absolute;
  background-color: #1c1c1c;
  min-width: 120px;
  z-index: 999;
  padding: 10px;
  right: 0;
}

.dropdown-content img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.dropdown-content a {
  display: inline-block;
  color: #a2aabd;
  padding: 3px 5px;
  text-decoration: none;
  word-break: keep-all;
  margin: 3px 0;
}

.ds-flex {
  display: flex;
  align-items: center;
}

.ds-flex:not(:last-child) {
  margin-bottom: 10px;
}

.dropdown-content-box span {
  color: #fff;
}

.dropdown-content-language {
  display: flex;
}

.mobile-language {
  padding: 0 5%;
}

.mobile-language .ds-flex>img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.dropdown-content-language a {
  color: #a2aabd;
  padding: 3px 5px;
  word-break: keep-all;
  margin: 3px 0;
}

.dropdown-content-language a:first-child {
  padding-left: 0px;
}

.dropdown-content-language a:not(:last-child) {
  border-right: 1px solid #a8551a;
}

.dropdown-content-language a:hover,
.dropdown-content-language a.active {
  color: #a8551a;
}

@keyframes move {
  0% {
    opacity: 0.8;
  }

  10% {
    transform: translate3d(-0.01rem, 0, 0);
  }

  70% {
    transform: scale(0.8);
    box-shadow: #ff800085 0 0 0 0.2rem;
  }

  80% {
    transform: translate3d(-0.01rem, 0, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: #ff9e0175 0 0 0 0.5rem;
    opacity: 1;
  }
}

/*------------------------------------------------------------------------------ BANNER ------------------------------------------------------------------------------*/
.flexslider {
  border: 0;
  margin: 0;
  background: transparent;
}

.flex-control-nav {
  bottom: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flexslider .flex-control-nav li {
  margin: 0 13px;
}

.flexslider .flex-control-paging li a {
  width: 20px;
  height: 5px;
  border-radius: 0px;
  position: absolute;
  margin-top: -0.5%;
  z-index: 9 !important;
  background: #9f9e9e89;
}

.flexslider .flex-control-paging li a.flex-active {
  background: #ec911c;
}

.annouc-txt {
  background: #000;
  padding: 5px 0;
  width: 100%;
}

.annouc {
  display: flex;
  align-items: center;
}

#horizontal-scrolling-msg {
  width: calc(100vw - 28px);
  height: 24px;
  overflow: hidden;
  color: #a2aabd;
}

#horizontal-scrolling-msg ul {
  margin: 5px 0;
  width: 100%;
}

#horizontal-scrolling-msg ul li {
  list-style: none;
  width: 100%;
  display: inline-block;
}

marquee#web_announcement {
  margin-bottom: -4px;
}

/*--------------------------------------------------------------------------- HOME-SPORT ---------------------------------------------------------------------------*/
.sports-section {
  background: #0f181e url(/theme/smart9-2/imgs/sport-bg-football.webp) no-repeat bottom;
  background-size: cover;
}

.step {
  background: url(/theme/smart9-2/imgs/step.webp) no-repeat 50%;
  background-size: cover;
  height: 128px;
  display: flex;
  margin-bottom: 15px;
}

.step h3 {
  color: #fff;
  margin: 3px 0 10px 0;
}

.step p {
  color: #fff;
}

.step ul {
  display: flex;
}

.step ul li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: calc(100% / 3);
}

.step ul li img {
  width: 50px;
  margin-right: 15px;
  filter: hue-rotate(45deg) brightness(3);
}

.step ul li div {
  display: flex;
  flex-direction: column;
}

.step ul li div span:first-child {
  font-size: 15px;
  color: #ff8e00;
  font-weight: bold;
  margin-bottom: 5px;
}

.step ul li div span:nth-child(2) {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.sports-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.sports-sec {
  width: 75%;
}

.item-title {
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 10px 0;
  font-weight: bold;
}

.carousel-indicators li {
  margin: 0;
}

.content-box {
  position: relative;
}

.content-img img {
  width: 100%;
}

.item-content {
  position: absolute;
  right: -30px;
  bottom: 69px;
  z-index: 9;
}

.icon-box {
  width: 70%;
  display: block;
  margin-bottom: 12px;
}

.icon-box img {
  width: 100%;
}

.item-content p {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}

span.btn {
  background: #ffffff;
  color: #c82307;
  cursor: pointer;
  padding: 2px 25px;
  white-space: nowrap;
}

#imageCarousel {
  position: relative;
  background: url(/theme/smart9-2/imgs/red.webp) right -30px bottom -30px no-repeat;
  background-size: contain;
}

#imageCarousel .content-img {
  width: 60%;
  border: none;
  margin: auto;
}

#imageCarousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 280px;
}

#imageCarousel ol.carousel-indicators {
  width: fit-content;
  left: 0%;
  bottom: unset;
  top: 40px;
  right: unset;
  margin: unset;
}

#imageCarousel .carousel-indicators li,
#imageCarousel .carousel-indicators .active {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
  width: 100px;
  height: 35px;
  background: #1e2022;
  border: unset;
  border-radius: 5px;
  z-index: 1;
  text-indent: 0;
  filter: drop-shadow(0px 0px 2px #703b039c);
}

#imageCarousel .carousel-indicators li::before,
#imageCarousel .carousel-indicators li::after {
  transition: background 0.5s;
  content: "";
  position: absolute;
}

#imageCarousel .carousel-indicators li::before {
  height: 2px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ff8e00;
  z-index: 9;
}

#imageCarousel .carousel-indicators li::after {
  width: 60%;
  height: 3px;
  background: #ff8e00;
  bottom: 2px;
  margin-left: 8px;
  z-index: 9;
  transform: perspective(0.5em) rotateX(8deg);
}

#imageCarousel .carousel-indicators li.active::before,
#imageCarousel .carousel-indicators li.active::after,
#imageCarousel .carousel-indicators li:hover::before,
#imageCarousel .carousel-indicators li:hover::after {
  background: #ff8e00;
}

#imageCarousel img.provider-character {
  width: 86px;
  position: absolute;
  bottom: 0px;
  right: -8px;
  z-index: 2;
  filter: saturate(0);
}

#imageCarousel .carousel-indicators li.active img.provider-character,
#imageCarousel .carousel-indicators li:nth-child(1):hover img.provider-character,
#imageCarousel .carousel-indicators li:nth-child(2):hover img.provider-character,
#imageCarousel .carousel-indicators li:nth-child(3):hover img.provider-character,
#imageCarousel .carousel-indicators li:nth-child(4):hover img.provider-character {
  filter: saturate(1);
  transition: background 0.5s;
}

#imageCarousel .carousel-indicators li.active span,
#imageCarousel .carousel-indicators li:nth-child(1):hover .CMD,
#imageCarousel .carousel-indicators li:nth-child(2):hover .MAXBET,
#imageCarousel .carousel-indicators li:nth-child(3):hover .ME,
#imageCarousel .carousel-indicators li:nth-child(4):hover .BR {
  color: #ff8f00;
}

.BR,
.CMD,
.MAXBET,
.ME {
  position: absolute;
  bottom: 12px;
  left: 8px;
  z-index: 20;
  color: #6a6a6a;
  font-size: 12px;
}

/*--------------------------------------------------------------------------- UPCOMING EVENT ---------------------------------------------------------------------------*/
.event-sec {
  padding: 0 8%;
}

#eventCarousel {
  width: 100%;
  border-radius: 10px;
  margin-top: 25px;
}

#eventCarousel .carousel-indicators {
  bottom: 0;
  margin-bottom: -25px;
}

#eventCarousel .carousel-indicators li {
  background-color: #9f9f9f;
  border: 0px solid #fff;
  margin: 1px;
}

#eventCarousel .carousel-indicators li.active {
  background-color: #ec8f1c;
  width: 10px;
  height: 10px;
  margin: 1px;
}

.up-event {
  background: url(/theme/smart9-2/imgs/bsp-box-match.webp) center center no-repeat;
  background-size: cover;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 20px;
}

.up-event {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}

.up-event img {
  width: 100%;
}

.up-event a {
  position: relative;
  color: #fff;
  font-size: 14px;
  background: #fb2727;
  padding: 10px;
  border-radius: 8px;
}

.up-event table th {
  color: #001b42;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.up-event table tr td {
  text-align: center;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.up-event table img {
  width: 80px;
  padding: 7px;
  background: #edededcc;
  border-radius: 50px;
  box-shadow: 0 0 2px 7px #aaaaaab8;
}

.up-event table tr td a {
  background: #f8ef4a;
  color: #000;
  cursor: pointer;
  border-radius: 5px;
  display: block;
  padding: 3px;
  margin: 3px;
}

.up-event table tbody tr:first-child td:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.up-event table tbody tr:nth-child(2) td,
.up-event table tbody tr:nth-child(5) td {
  text-align: center;
  font-size: 16px;
  color: #001b42;
  font-weight: bold;
}

.up-event table tbody tr:nth-child(5) td span {
  font-size: 12px;
  font-weight: normal;
}

.up-event table tbody tr:first-child td p {
  margin-top: -6px;
  margin-bottom: -10px;
}

.up-event table tbody tr:nth-child(5) td p {
  margin: 0;
  margin-bottom: -11px;
}

.up-event table tbody tr:nth-child(5) td:nth-child(even) {
  background: #ffffffa1;
}

.up-event table tbody tr:nth-child(5) td:nth-child(odd) {
  background: #ffffff5c;
}

#eventCarousel .carousel-control {
  bottom: unset;
  top: 43%;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  background-image: unset !important;
  background: #8b8b8b;
  border-radius: 50px;
}

#eventCarousel .carousel-control.left {
  left: -15px;
}

#eventCarousel .carousel-control.right {
  right: -15px;
}

#eventCarousel .carousel-control .glyphicon-chevron-left,
#eventCarousel .carousel-control .glyphicon-chevron-right,
#eventCarousel .carousel-control .icon-next,
#eventCarousel .carousel-control .icon-prev {
  background: unset;
  border-radius: unset;
  font-size: 15px;
  height: unset;
  margin: unset;
  top: 0;
  transform: translateY(50%);
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

/*--------------------------------------------------------------------------- CONTACT BOX ---------------------------------------------------------------------------*/
.contact-box {
  position: relative;
}

.contact-box img {
  width: 100%;
  filter: hue-rotate(53deg) brightness(1.2) contrast(1.2);
}

.contact-list {
  display: flex;
  position: absolute;
  left: 15%;
  top: 0;
  transform: translateY(50%);
}

.contact-list li {
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.contact-list li svg {
  width: 40px;
}

.contact-list svg path {
  fill: #ff8600 !important;
}

.contact-list li div {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.contact-list li span,
.contact-list a {
  transition: color 0.3s;
  color: #fff;
}

.contact-list li span:nth-child(2):hover,
.contact-list a:hover {
  text-decoration: none;
  color: #eca41c;
}

/*--------------------------------------------------------------------------- HOME-PROMOTION ---------------------------------------------------------------------------*/


.prod-section {
  background: #0a0a0a;
}

.prod-section .prod-box {
  display: flex;
  margin: 30px 0;
  flex-direction: column;
}

ul#tabs {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.select-sec ul {
  border-bottom: 1px solid #2d2d2d;
}

.select-sec ul li {
  padding: 10px 20px;
  background: #eca41c;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid #ec7812;
  color: #fff;
  list-style: none;
}

.select-sec ul li.inactive {
  color: #ffffff40;
  background: #181717;
  border: 1px solid #ffffff40;
}

. vid-sec {
  overflow: hidden;
}

.prod-section ol#faq_modal {
  display: flex;
  margin: 0;
  padding-left: 0;
  justify-content: flex-start;
}

.prod-section ol#faq_modal li.question {
  width: calc(100% / 4);
  list-style: none;
  padding: 3px 0px;
}

/*--------------------------------------------------------------------------- HOME-GAMES ---------------------------------------------------------------------------*/
.slot-section {
  background: #181717;
}

.slot-section .prod-box {
  display: flex;
  margin: 30px 0;
  flex-direction: row;
}

.prod-box .jackpot {
  position: relative;
  width: 30%;
  margin-right: 10px;
}

.prod-box .jackpot .flexslider {
  border-radius: 15px;
}

.prod-box .jackpot .flexslider img {
  border-radius: 15px;
}

.games {
  width: 100%;
}

.games>ul {
  display: flex;
  border-bottom: 1px solid #2d2d2d;
  margin-left: -30px;
}

.games>ul li {
  padding: 10px 20px;
  background: #d56623;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid #d56623;
  list-style: none;
}

.games>ul li.inactive {
  background: #181717;
  border: 1px solid #ffffff40;
}

.games>ul li:hover {
  background: #9d5f00;
  transition: 0.2s;
}

.games>ul li a {
  color: #fff;
  text-decoration: none;
}

.games>ul li.inactive a {
  color: #ffffff40;
}

.games>ul li:hover a {
  color: #fff;
  transition: 0.2s;
}

.more-games {
  flex-grow: 3;
  text-align: right;
  padding: 10px 20px;
  font-weight: bold;
}

.more-games a {
  color: #ec7e1c;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.games-content {
  position: relative;
}

.games-content ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.games-content ul li {
  width: calc(100% / 5.5);
  margin: 4px 7px;
  transition: 0.3s;
  border-radius: 5px;
  overflow: hidden;
}

.games-content ul li:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

.games-content ul li:hover .hover-box {
  transform: translateY(0);
  opacity: 1;
  transition: 0.3s;
}

.img-box {
  position: relative;
}

.img-box img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.hover-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateY(90%);
  opacity: 0;
  justify-content: center;
  background: #000000c7;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.hover-box span {
  width: 52%;
  margin: 5px auto;
  border-radius: 5px;
  padding: 3px;
  font-weight: bold;
  cursor: pointer;
}

.hover-box span:first-child {
  background: #ec7812;
  color: #fff;
}

.hover-box span:last-child {
  background: #a3a3a3;
  color: #000;
}

.txt-box {
  background: #000;
  position: relative;
  display: flex;
  color: #fff;
  padding: 10px 10px 15px;
  justify-content: space-between;
  border-radius: 0 0 15px 15px;
}

.txt-box::before {
  content: "";
  position: absolute;
}

.txt-box::after {
  content: "";
  position: absolute;
}

img.love {
  width: 20px !important;
}

/*-------------------------------------------------------------------------- PLAYNOW SECTION --------------------------------------------------------------------------*/
.playnow-section {
  padding: 30px 0;
}

.playnow-section ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.playnow-section ul li {
  margin: 10px;
  width: 25em;
  height: 21.2em;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
}

.playnow-section span.title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.content {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 10px;
}

.playnow-section ul li .hoverbox {
  position: absolute;
  width: 100%;
  background-size: 100% 0;
  transform-origin: bottom center;
  opacity: 0;
}

.bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0 0 9px 9px;
  overflow: hidden;
}

.playnow-section ul li .bottom {
  opacity: 1;
  transform: translateY(90%);
  margin-top: 20px;
  height: 45px;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 9px 9px;
}

.playnow-section ul li:hover .bottom {
  transform: translateY(0%);
  opacity: 1;
  transition: transform 0.2s, opacity 0.2s;
  transition-delay: 0.3s;
}

.bottom::before {
  height: 5px;
  width: 40%;
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  transform: perspective(10px) rotateX(10deg);
}

.bottom span {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.playnow-section ul li:first-child span.title {
  color: #f1c300;
}

.playnow-section ul li:first-child {
  background: url(/theme/smart9-2/imgs/dmi-img-sl.webp) center center no-repeat;
}

.playnow-section ul li:first-child:hover .hoverbox {
  background: url(/theme/smart9-2/imgs/dmi-hover-sl.webp) bottom center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s;
}

.playnow-section ul li:first-child:hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}

.playnow-section ul li:first-child .bottom::before {
  background: #f1c300;
}

.playnow-section ul li:first-child .bottom {
  background: #f1c300;
}

.playnow-section ul li:nth-child(2) span.title {
  color: #eca41c;
}

.playnow-section ul li:nth-child(2) {
  background: url(/theme/smart9-2/imgs/dmi-img-ca.webp) center center no-repeat;
}

.playnow-section ul li:nth-child(2):hover .hoverbox {
  background: url(/theme/smart9-2/imgs/dmi-hover-ca.webp) bottom center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s;
}

.playnow-section ul li:nth-child(2):hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}

.playnow-section ul li:nth-child(2) .bottom::before {
  background: #eca41c;
}

.playnow-section ul li:nth-child(2) .bottom {
  background: #eca41c;
}

.playnow-section ul li:nth-child(3) span.title {
  color: #02c7bd;
}

.playnow-section ul li:nth-child(3) {
  background: url(/theme/smart9-2/imgs/dmi-img-ba.webp) center center no-repeat;
}

.playnow-section ul li:nth-child(3):hover .hoverbox {
  background: url(/theme/smart9-2/imgs/dmi-hover-ba.webp) bottom center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s;
}

.playnow-section ul li:nth-child(3):hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}

.playnow-section ul li:nth-child(3) .bottom::before {
  background: #02c7bd;
}

.playnow-section ul li:nth-child(3) .bottom {
  background: #02c7bd;
}

.playnow-section ul li:nth-child(4) span.title {
  color: #b401e2;
}

.playnow-section ul li:nth-child(4) {
  background: url(/theme/smart9-2/imgs/dmi-img-lot.webp) center center no-repeat;
}

.playnow-section ul li:nth-child(4):hover .hoverbox {
  background: url(/theme/smart9-2/imgs/dmi-hover-lot.webp) bottom center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s, margin-top 0.2s;
}

.playnow-section ul li:nth-child(4):hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}

.playnow-section ul li:nth-child(4) .bottom::before {
  background: #b401e2;
}

.playnow-section ul li:nth-child(4) .bottom {
  background: #b401e2;
}

/*-------------------------------------------------------------------------- APP DOWNLOAD --------------------------------------------------------------------------*/
.app-download {
  position: relative;
  overflow: hidden;
}

.app-download .app-download-container {
  display: flex;
  border-radius: 15px;
  background: url(/theme/smart9-2/imgs/download-bg.webp) right bottom no-repeat;
  background-size: cover;
  filter: drop-shadow(0px 0px 6px #494949);
  margin: 60px 0;
}

.app-download .app-download-container .section-qr {
  padding: 60px;
  width: 55%;
}

.app-download .brand-container {
  position: relative;
  display: flex;
  margin: 30px 0 60px;
}

.app-download .brand-logo {
  position: relative;
  width: 80px;
}

.app-download .brand-logo img {
  width: 100%;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 2px #564542);
}

.app-download .brand-detail {
  margin-left: 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.app-download .brand-quote {
  font-size: 24px;
}

.app-download .brand-quote span {
  color: #eca41c;
  font-weight: bold;
}

.app-download .brand-title {
  font-size: 40px;
  display: flex;
  align-items: center;
  font-weight: bolder;
}

.app-download .brand-title span {
  color: #eca41c;
}

.app-download .brand-title img {
  display: inline;
  height: 50px;
  margin: 0 15px;
}

.app-download .qr-container {
  position: relative;
  padding-top: 0.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.app-download .qr-block {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  float: left;
  background: #3e3e3e85;
  padding: 15px;
  border-radius: 10px;
}

.app-download .qr-code {
  line-height: 0;
  width: 90px;
  display: none;
}

.app-download .qr-code img {
  width: 100%;
  border-radius: 5px;
}

.app-download .qr-platform {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.app-download .qr-platform-icon {
  height: 30px;
  margin-bottom: 10px;
}

.app-download .qr-platform-icon img {
  height: 100%;
}

.app-download .qr-platform-instruction {
  position: relative;
  font-size: 12px;
  color: #eca41c;
  cursor: pointer;
  margin-left: 5px;
}

.app-download .app-download-container .section-slider {
  width: 40%;
  padding: 30px;
}

.app-download .section-slider #mainslider {
  width: 100%;
}

.app-download .flexslider .flex-control-paging li a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: -2%;
}

.app-download .flex-control-nav {
  margin-left: 50%;
}

/*------------------------------------------------------------------------------ FOOTER ------------------------------------------------------------------------------*/
#theme-footer {
  background: #191919;
  padding: 30px 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ft-1 {
  display: flex;
}

.ft-1 ul {
  display: flex;
  flex-direction: column;
  margin: 0 40px 0 0;
  padding: 0;
}

.ft-1 ul li {
  padding: 0px 10px 10px 0;
  margin: 0;
  list-style: none;
}

.ft-1 ul li a {
  color: #808080;
}

.ft-1 ul li a:hover {
  color: #eca41c;
}

.ft-2,
.ft-3 {
  display: flex;
  flex-direction: column;
}

.ft-1 img,
.ft-2 img,
.ft-3 img {
  width: auto;
  height: 35px;
  padding: 5px;
  margin: 10px 5px 0 0;
}

.ft-1 ul li:first-child,
.ft-2 ul li:first-child,
.ft-3 ul li:first-child,
.ft-4 ul li:first-child {
  color: #fff;
}

.ft-4 {
  display: flex;
  flex-direction: column;
}

.ft-4 ul {
  display: flex;
  flex-direction: column;
  margin: 0 60px 0 0;
  padding: 0;
}

.ft-4 ul li a {
  color: #808080;
  margin-left: 10px;
}

.follow-us ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 3px 0;
}

.follow-us svg {
  fill: #eca41c;
}

.certs {
  margin-bottom: 30px;
}

.certs ul,
.payment ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.certs ul li,
.payment ul li {
  filter: grayscale(1);
}

.certs ul li:hover,
.payment ul li:hover {
  filter: grayscale(0);
  transition: filter 0.3s;
}

.certs ul li:first-child,
.payment ul li:first-child,
.social ul li:first-child,
.g-license ul li:first-child {
  flex-grow: 2;
  width: 100%;
}

.social {
  margin-right: 15px;
}

.social ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 10px 0 0;
}

.social ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 5px 0;
  color: #fff;
}

.social svg {
  fill: #656565;
  width: 30px;
  margin-right: 5px;
}

.movie {
  display: flex;
  flex-direction: column;
}

.movie-box {
  position: relative;
  background: #2e3035;
  margin-top: 20px;
}

.movie-box img {
  width: 100%;
  margin-top: -20px;
}

.movie-box p {
  position: absolute;
  top: 50%;
  left: 5%;
}

.copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  margin: 20px 0;
}

.copyright p {
  margin: 0;
  color: grey;
}

.copyright img {
  margin-left: 15px;
}

/*------------------------------------------------------------------------------ FOOTER-LINE ------------------------------------------------------------------------------*/
.footer-line {
  width: 100%;
  border-bottom: 1px solid #252526;
}

.footer-mid {
  padding: 20px 0;
}

.footer-mid h3 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.footer-mid p {
  margin: 0;
  color: grey;
}

.footer-mid button#myBtn {
  background: unset;
  margin: 0;
  padding: 15px 0;
  color: #eca41c;
  font-size: 10px;
  outline: none;
  border: 0;
}

#more {
  display: none;
}

/*------------------------------------------------------------------------------ GAMES ------------------------------------------------------------------------------*/
.slot-banner {
  position: relative;
}

.slot-banner img {
  width: 100%;
}

.slot-container {
  display: flex;
  width: auto;
}

.slot-side {
  background: transparent;
  border-radius: 10px 0 0 10px;
}

.slot-game,
.battle-game,
.sport-game,
.casino-game {
  padding: 15px 0px 15px 20px;
  width: 100%;
}

.hot-provider,
.new-provider,
.live-provider,
.promo-provider {
  position: absolute;
  width: 56px;
  height: 50px;
  transform: translate(-35%, -20%);
}

.hot-provider {
  background: url(/theme/smart9-2/imgs/hot-icon.webp);
  background-size: 100% 100%;
}

.new-provider {
  background: url(/theme/smart9-2/imgs/new-icon.webp);
  background-size: 100% 100%;
}

.live-provider {
  background: url(/theme/smart9-2/imgs/live-icon.webp);
  background-size: 100% 100%;
}

.promo-provider {
  background: url(/theme/smart9-2/imgs/promo-icon.webp);
  background-size: 100% 100%;
}

ul#slot-tabs {
  display: flex;
  padding: 0;
  flex-direction: column;
  border-radius: 5px 0 0 0;
  margin: 0;
}

ul#slot-tabs li {
  padding: 10px 20px;
  list-style: none;
  background: #101010;
  border-radius: 5px 0 0 5px;
}

ul#slot-tabs li:not(:last-child) {
  border-bottom: 1px solid #3f4143;
}

ul#slot-tabs li img {
  width: 100px;
}

ul#slot-tabs li.inactive {
  background: #282828;
  border-radius: 5px;
}

ul#slot-tabs li.inactive img {
  filter: grayscale(1);
}

.banner-desc {
  position: absolute;
  width: 35%;
  top: 20%;
  right: 5%;
  color: #fff;
  font-size: 16px;
}

.banner-desc h2 {
  font-weight: bold;
}

.banner-desc p {
  line-height: 2.3rem;
}

.slot-more {
  margin: 10px 0;
}

.slot-more h3 {
  color: #fff;
}

.slot-more ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.slot-more ul li {
  width: calc(100% / 6);
  padding: 5px;
  list-style: none;
}

.slot-more ul li img {
  width: 100px;
}

/*------------------------------------- SPORTSBOOK -------------------------------------*/
.sport-container {
  width: 100%;
}

.sport-pc {
  text-align: left;
}

.sport-pc iframe {
  width: 100%;
  min-height: 580px;
}

/*------------------------------------- CASINO & SLOT -------------------------------------*/
#theme-contain-slot {
  background: #1d1d1d;
}

.slot-jackpot {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 22%;
}

.slot-jackpot .jackpot-title {
  color: #353535;
  font-weight: bold;
}

.slot-jackpot .jackpot {
  position: unset;
  width: 100%;
}

.slot-jackpot .jackpot span {
  color: #eca41c;
  font-size: 35px;
}

/*------------------------------------------------------------------------- LOTTERY-BANNER -------------------------------------------------------------------------*/
.lottery-tab {
  margin-top: -30px;
}

.prod-page {
  background: #000;
}

.prod-page .container {
  margin-top: -5%;
}

.prod-page .games-content img {
  width: 100%;
}

.games-box {
  position: absolute;
  top: 20%;
  right: 15%;
  width: 30%;
  text-align: center;
}

.game-logo {
  width: 60%;
  margin: auto;
}

.game-log img {
  width: 100%;
}

.game-desc {
  padding: 0px 0 30px;
}

.game-desc span {
  font-size: 20px;
  color: #fff;
}

.game-btn a {
  cursor: pointer;
  background: #eca41c;
  padding: 5px 30px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
}

ul#game-tabs {
  display: flex;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 30px 30px;
}

ul#game-tabs::after {
  content: "";
  flex: auto;
}

ul#game-tabs li {
  border: 0px solid red;
  list-style: none;
  padding: 7px;
  width: 15%;
  margin: 5px 10px;
  background: #2e2d2d;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

ul#game-tabs li:hover {
  transform: translateY(-10%);
  transition: 0.3s;
  transition-delay: 0.1s;
}

ul#game-tabs li img {
  width: 100%;
}

ul#game-tabs li::before {
  content: "";
  height: 3px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ec7812;
  position: absolute;
  z-index: 9;
}

ul#game-tabs li::after {
  content: "";
  width: 60%;
  height: 5px;
  background: #ec7812;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: auto;
  z-index: 9;
  transform: perspective(0.5em) rotateX(8deg);
}

/*---------------------------------------------------------------------------------- LOTTERY ----------------------------------------------------------------------------------*/
.webpage-lottery .panel-body {
  padding: 0px 15px;
}

.webpage-lottery .panel {
  padding: 0px 0px;
}

.webpage-lottery .panel-default>.panel-heading {
  border-color: transparent;
}

.webpage-lottery .liveresult-template .btn {
  margin: 20px;
}

.lottab ul {
  padding: 5px;
}

.lottab ul li table {
  width: 100%;
}

.lottab ul li table tr th,
.lottab ul li table tr td {
  padding: 2px 1px;
  border: 1px solid #d5b144;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
}

.lottab ul li table tr th {
  background: #d5b144;
}

.lottery-new {
  width: 100%;
  padding: 5px;
}

.lottery-new .row {
  margin: unset;
}

.lottab {
  color: #fff;
}

.lottery-new button.btn.btn-primary.btnReload.Timer {
  margin: 5px auto;
  display: block;
}

.lotto-drawresult .panel-heading {
  font-size: 15px;
}

.lottery-new .panel-heading {
  color: #000;
  border: 0px solid red;
}

.lotto-drawresult .panel-body {
  padding: 0;
  color: #fff;
  font-size: 15px;
  min-height: 425px;
}

.lotto-drawresult .panel-body .logo {
  padding: 10px 0;
  position: unset;
  width: unset;
}

.lotto-drawresult .panel-body .logo .col-sm-4 {
  margin-left: 9px;
  width: 29%;
  border: 0px solid red;
}

.lotto-drawresult .panel.panel-default {
  background-color: #2e2e2e;
}

.lotto-drawresult .panel-body label {
  color: #fff;
  background: #000;
  padding: 4px;
  width: 100%;
}

.lotto-drawresult .panel-body #TopThree .col-sm-4 {
  padding: 1px;
}

#TopThree,
#Consolation {
  padding: 10px 20px;
}

#TopThree {
  padding-top: 20px;
}

#Consolation {
  padding-bottom: 20px;
}

#Consolation div>div {
  width: 24%;
  display: inline-block;
  padding: 5px;
}

.popwin {
  color: #fff;
}

#Perdana-3D,
#Perdana-3D .small {
  color: #fff !important;
}

#Magnumimg {
  background: url(/theme/template_desktop12/imgs/4D_magnum.webp) left no-repeat #383838 !important;
  height: 50px;
  width: 85px;
}

#PMPimg {
  background: url(/theme/template_desktop12/imgs/4D_damacai.webp) left no-repeat !important;
  height: 50px;
  width: 85px;
}

#Totoimg {
  background: url(/theme/template_desktop12/imgs/4D_toto.webp) left no-repeat !important;
  height: 50px;
  width: 85px;
}

#Singaporeimg {
  background: url(/theme/template_desktop12/imgs/4D_sgpool.webp) left no-repeat !important;
  height: 50px;
  width: 85px;
}

#Sabahimg {
  background: url(/theme/template_desktop12/imgs/4D_sabah88.webp) left no-repeat !important;
  height: 50px;
  width: 85px;
}

#Sandakanimg {
  background: url(/theme/template_desktop12/imgs/4D_stc.webp) left no-repeat !important;
  height: 50px;
  width: 85px;
}

#Sarawakimg {
  background: url(/theme/template_desktop12/imgs/4D_cashsweep.webp) left no-repeat !important;
  height: 50px;
  width: 85px;
}

#GDLottoimg {
  background: url(/theme/template_desktop12/imgs/4D_gdlotto.webp) left no-repeat !important;
  height: 50px;
  width: 85px;
}

#Perdanaimg {
  background: url(/theme/template_desktop12/imgs/4D_perdana.webp) left no-repeat !important;
  height: 50px;
  width: 85px;
}

#LuckyHari-Hariimg {
  background: url(/theme/template_desktop12/imgs/4D_luckyharihari.webp) left no-repeat !important;
  height: 50px;
  width: 85px;
}

#GOOD4Dimg {
  background: url(/theme/template_desktop12/imgs/4D_good4d.webp) left no-repeat !important;
  height: 50px;
  width: 85px;
}

#THV88,
#GDLotto,
#Toto-5D,
#Toto-6D {
  display: none;
}

#Magnum .panel-heading,
#Magnum .logo {
  background: #f2bc00;
  color: #000 !important;
}

#PMP .panel-heading,
#PMP .logo {
  background: #148ea4;
}

#Toto .panel-heading,
#Toto .logo {
  background: #dd0000;
}

#Singapore .panel-heading,
#Singapore .logo {
  background: #12689a;
}

#Sabah .panel-heading,
#Sabah .logo {
  background: #eee;
  color: #000 !important;
}

#Sandakan .panel-heading,
#Sandakan .logo {
  background: #2f9405;
}

#Sarawak .panel-heading,
#Sarawak .logo {
  background: #094405;
}

#GDLotto .panel-heading,
#GDLotto .logo {
  background: #95650a;
}

#Perdana .panel-heading,
#Perdana .logo {
  background: #777;
}

#LuckyHari-Hari .panel-heading,
#LuckyHari-Hari .logo {
  background: #00aced;
}

#GOOD4D .panel-heading,
#GOOD4D .logo {
  background: #ffd45e;
  color: #000 !important;
}

#Magnum .panel-default {
  border: 3px solid #f2bc00;
  border-radius: 10px;
  overflow: hidden;
}

#PMP .panel-default {
  border: 3px solid #148ea4;
  border-radius: 10px;
  overflow: hidden;
}

#Toto .panel-default {
  border: 3px solid #dd0000;
  border-radius: 10px;
  overflow: hidden;
}

#Singapore .panel-default {
  border: 3px solid #12689a;
  border-radius: 10px;
  overflow: hidden;
}

#Sabah .panel-default {
  border: 3px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

#Sandakan .panel-default {
  border: 3px solid #2f9405;
  border-radius: 10px;
  overflow: hidden;
}

#Sarawak .panel-default {
  border: 3px solid #094405;
  border-radius: 10px;
  overflow: hidden;
}

#GDLotto .panel-default {
  border: 3px solid #95650a;
  border-radius: 10px;
  overflow: hidden;
}

#Perdana .panel-default {
  border: 3px solid #777;
  border-radius: 10px;
  overflow: hidden;
}

#LuckyHari-Hari .panel-default {
  border: 3px solid #00aced;
  border-radius: 10px;
  overflow: hidden;
}

#GOOD4D .panel-default {
  border: 3px solid #ffd45e;
  border-radius: 10px;
  overflow: hidden;
}

#LuckyHari-Hari .col-sm-9 {
  font-size: 14px;
}

#Magnum #datetime label,
#GOOD4D #datetime label,
#Sabah #datetime label {
  color: #000;
}

#datetime {
  text-align: right;
}

#datetime label {
  background: transparent;
}

#datetime .col-sm-12 {
  padding: 0;
}

.panel.panel-default {
  background-color: #2e2e2e;
}

.panel-body label {
  color: #fff;
  background: #000;
  padding: 4px;
  width: 100%;
}

.panel-body #TopThree .col-sm-4 {
  padding: 1px;
}

#TopThree,
#Consolation {
  padding: 10px 20px;
}

.popwin {
  color: #fff;
}

#TopThree {
  padding-top: 20px;
}

#Consolation {
  padding-bottom: 20px;
}



/*------------------------------------------------------------------- PROMOTION -------------------------------------------------------------------*/

#theme-contain-promotion {
  background: #242424;
  background-size: cover;
}

.promo-sec {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
}




ul#promo-tab {
  display: flex;
  margin: 0;
  padding: 0 10px;
}

ul#promo-tab li {
  padding: 5px 15px;
  color: #fff;
  list-style: none;
  font-size: 15px;
  border-right: 1px solid #4b4b4b;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.2s;
}

ul#promo-tab li:not(.inactive),
ul#promo-tab li:hover {
  opacity: 1;
}

span.total {
  padding-left: 7px;
  color: #ec7812;
}

.promo-content ol#faq_modal {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  gap: 25px;
}

.promo-content ol#faq_modal li.question {
  width: calc(100% / 3.2);
  list-style: none;
  margin: 0;
}

.promo a {
  text-decoration: none;
}

.promo-img {
  border-radius: 0;
  overflow: hidden;
}

.promo-img img {
  width: 100%;
}

.promo-txt {
  position: relative;
  color: #5a5a5a;
  background: #000;
  border-radius: 0 0 20px 20px;
  padding: 15px;
}

.promo-txt h3 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.promo-txt::before {
  height: 3px;
  background: #ec7812;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}

.promo-txt::after {
  height: 3px;
  background: #ec7812;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  width: 30%;
  margin: auto;
  transform: perspective(0.5em) rotateX(354deg);
  content: "";
}

.promo-btn {
  display: flex;
  padding-bottom: 5px;
}

.promo-btn span {
  color: #ec7812;
}

.promo-btn a,
.pbtn-apply a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.pbtn-info,
.pbtn-apply {
  padding: 5px 10px;
  background: #474547;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 10px;
}

.pbtn-apply {
  background: #ec7812;
}

.reward-table-container {
  width: 100%;
  overflow-x: auto;
}

.reward-table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  border-collapse: collapse;
  background: linear-gradient(to right, #000000, #7d4310, #000000);
  border-radius: 8px;
  overflow: hidden;
  font-size: 18px;
  color: #ccc;
}

.reward-table th,
.reward-table td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #a36320;
}

.reward-table th {
  background: rgba(163, 80, 32, 0.3);
  color: white;
  text-transform: uppercase;
}

.reward-table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.6);
}

.reward-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
  .reward-table {
    font-size: 14px;
    max-width: 100%;
  }

  .reward-table th,
  .reward-table td {
    padding: 6px;
  }
}

/*------------------------------------------------------------------- PROMOTION- FANCYOX -------------------------------------------------------------------*/
.fancybox-wrap {
  width: 60% !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
}

.fancybox-skin {
  border-radius: 20px;
}

.fancybox-inner {
  width: 100% !important;
  background-color: #1f1f1f;
}

.fancybox-inner p {
  color: #9a9a9a;
  margin-bottom: 0;
  font-size: 14px;
}

.fancybox-inner h4 {
  margin: 0;
  display: none !important;
}

.fancybox-inner .promo-header {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #ec7812;
  border-radius: 20px 20px 0 0;
}

.fancybox-inner .promo-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 20px;
  border-bottom: 1px solid #313131;
}

.fancybox-inner .promo-img,
.fancybox-inner .promo-txt {
  border-radius: 0;
  width: 100%;
}

.fancybox-inner .promo-txt {
  color: #5a5a5a;
  background: #000;
  font-size: 12px;
}

.fancybox-inner .promo-txt h3 {
  font-size: 14px;
}

.fancybox-inner .promo-txt::before,
.fancybox-inner .promo-txt::after {
  display: none;
}

.fancybox-inner .promo-btn {
  padding-bottom: 10px;
}

.fancybox-inner>div>div {
  padding: 20px;
}

.fancybox-inner>div>h4,
.fancybox-inner>div>p {
  margin: 0;
}

.fancybox-inner strong {
  font-size: 15px;
  color: #fff;
}

.fancybox-inner ol li {
  color: #9a9a9a;
  font-size: 14px;
}

.fancybox-inner table {
  width: 100%;
}

.fancybox-close {
  top: -11px;
  right: -1px;
}

@media (max-width: 768px) {
.fancybox-inner .promo-sec {
  flex-direction: column; 
  padding: 0px;
 }
}


/*=================================== PROMOTION DETAIL===================================*/
.promo-wrapper {
  width: 100%;
  border-top: 1px solid #666;
}

#promobox ol#faq_modal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  justify-content: space-between;
  gap: 25px;
}

#promobox ol#faq_modal li.question {
  width: calc(100% / 3.2);
  list-style: none;
  margin: 0;
}

#promobox ol#faq_modal::after {
  content: "";
  flex: auto;
}

/* Promo item list — scroll horizontally, safe for mobile */
.prod-section #cms5faq_modal_template_list ol#faq_modal  {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-x !important;
  gap: 25px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Each promo item container (list item) */
.prod-section #cms5faq_modal_template_list ol#faq_modal>li.question {
  flex: 0 0 auto !important;
  width: 300px !important;
  margin: 0 !important;
}

/* Show filtered items */
.prod-section #cms5faq_modal_template_list ol#faq_modal>li.question.show {
  display: block !important;
}


/* Override items width */
@media (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .prod-section .tab {
    width: 100%;
  }
}




/*--------------------------------------------------------------------------- LOGIN ---------------------------------------------------------------------------*/
.modal-dialog {
  width: 40%;
  margin: 6% auto;
}

.modal-content {
  background: linear-gradient(180deg, #471c06, #ff8200);
  box-shadow: 0 0 15px rgb(157 80 0 / 50%);
}

.modal-header {
  padding: 0;
  border: unset;
  height: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.modal-header .close {
  padding: 8px 13px;
  background: #ec7812;
  opacity: 1;
  border-radius: 50%;
  color: #fff;
  text-shadow: none;
}

.modal-body {
  color: #aaaaaa;
}

.login .logo {
  width: 50%;
  margin: auto;
  padding: 10px 0;
}

.login .logo img {
  width: 100%;
}

.login #customform {
  width: 50%;
  margin: auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.login #customform dl {
  margin: 0;
}

.login-btm {
  text-align: center;
  padding: 30px;
}

.login #customform #customform_UserName,
.login #customform #customform_Password {
  width: 100%;
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid white;
  padding: 10px;
  margin: 0 0 5px;
  color: #fff;
  background: transparent;
  outline: unset;
}

.login #registerform_btnSubmit,
.login input#customform_submit {
  background: #ffffff;
  color: #000;
  padding: 5px 30px;
  border: 0px solid #ec7812;
  border-radius: 10px;
  outline: unset;
  float: right;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

/*--------------------------------------------------------------------------- REGISTER ---------------------------------------------------------------------------*/
.register {
  display: flex;
  background: linear-gradient(135deg, #2d1500, #db6e03);
  border-radius: 10px;
  justify-content: space-evenly;
  width: 70%;
  margin: 20px auto;
  flex-wrap: wrap;
}

.reg-txt {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  background: #ec7812;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
}

.regis-box {
  width: 35%;
}

.register #registerform {
  width: 100%;
  border: 0px solid red;
  overflow: auto;
}

.register #registerform dl {
  margin-bottom: 5px;
}

.register #registerform dt {
  width: 100%;
  color: #393939;
  font-size: 10px;
  display: none;
}

.register #registerform dd {
  text-align: left;
}

.register #registerform textarea,
.register #registerform input[type="text"],
.register #registerform input[type="text"],
.register #registerform input[type="password"] {
  width: 100%;
  color: #000;
  font-size: 13px;
  padding: 10px;
  background: white;
  border: 1px solid #9a9a9a !important;
  border-radius: 5px;
  margin: 5px 0;
}

.register #registerform .btnCheckUser,
#registerform_btnSubmit {
  color: #fff;
  font-weight: bold;
  background: #ec7812;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 11px;
  outline: 0;
  border: 0;
}

.register #registerform dl#groupCurrency {
  width: 100%;
}

.register #registerform #registerform_Currency {
  background: #fff;
  border-radius: 0px;
  width: 100%;
  color: #757575;
  border: 1px solid #9a9a9a !important;
  padding: 10px;
  border-radius: 5px;
  outline: unset;
}

dl#groupVerifyCode {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.register #registerform #groupSubmit dd {
  float: left;
  width: 100%;
}

.reg p {
  font-size: 10px;
  color: grey;
  margin-top: 20px;
}

#reg-title1 {
  font-size: 36px;
  color: #fff;
  font-weight: 900;
}

#reg-title1 img {
  border-radius: 15px;
}

.small,
small {
  color: #ffe4e4 !important;
  margin-top: 5px;
}

.small.w3-text-green {
  color: green !important;
}

.small.w3-text-red {
  color: red !important;
}

/*--------------------------------------------------------------------------- TOURNAMENT---------------------------------------------------------------------------*/
.special-page {
  margin: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  height: auto;
}

.tournament-container {
  max-width: 100%;
  max-height: 100%;
}

.special-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.phone-container,
.phone-container2,
.phone-container3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.phone,
.phone-container2 img {
  max-width: 75%;
  height: auto;
}

.phone-text-content,
.phone2-text-content {
  padding: 20px;
  text-align: center;
  color: white;
  /* 在这里设置字体颜色 */
}

.phone-text-content h1,
.phone-text-content h2,
.phone-text-content p,
.phone2-text-content h2,
.phone2-text-content p {
  margin: 0 0 10px 0;
}

.phone-text-content h1,
.phone2-text-content h2 {
  font-size: 4em;
  /* 标题字体大小 */
  color: #white;
  /* 标题颜色 */
  margin-bottom: 20px;
  /* 标题下方的间距 */
}

.phone-text-content h2,
.phone2-text-content h2 {
  font-size: 2.5em;
  /* 副标题字体大小 */
  color: #white;
  /* 副标题颜色 */
  margin-bottom: 15px;
  /* 副标题下方的间距 */
}

.phone-text-content p,
.phone2-text-content p {
  font-size: medium;
  /* 段落字体大小 */
  line-height: 1.5;
  /* 段落行高 */
  margin-bottom: 10px;
  /* 段落下方的间距 */
}

@media (min-width: 768px) {

  .phone-container,
  .phone-container2 {
    flex-direction: row;
    max-width: 1200px;
    margin: auto;
  }

  .phone {
    flex: 1;
  }

  .phone-text-content,
  .phone2-text-content {
    flex: 2;
    text-align: left;
  }

  .phone-container img {
    order: 1;
    max-width: 300px;
    height: auto;
  }

  .phone-text-content {
    order: 2;
  }

  .phone-container2 img {
    flex: 0;
    max-width: 300px;
    height: auto;
    order: 2;
  }

  .phone-container3 img {
    order: 1;
    max-width: 300px;
    height: auto;
  }

  .phone2-text-content {
    order: 1;
  }

  .phone-container3 {
    flex-direction: row;
    max-width: 1200px;
    margin: auto;
  }

  .phone-container3 .phone-vedio {
    order: 2;
    flex: 1;
    max-width: 300px;
  }

  .phone-container3 .text {
    order: 1;
    flex: 2;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .phone-container2 {
    flex-direction: column-reverse;
  }

  .phone-container3 {
    flex-direction: column;
  }
}

.prizes-list {
  list-style-type: disc;
  /* 你可以使用 disc, circle, square, none 等 */
  padding-left: 20px;
  /* 适当调整列表的内边距 */
  font-size: large;
  /* 调整字体大小 */
  color: #ffffff;
  /* 调整字体颜色 */
  line-height: 1.5;
  /* 调整行高 */
  margin-bottom: 20px;
  /* 调整下方的间距 */
}

.prizes-list li {
  margin-bottom: 10px;
  /* 调整每个列表项下方的间距 */
}

/*--------------------------------------------------------------------------- TERMS---------------------------------------------------------------------------*/
.sub-box {
  margin: 20px 20px 0;
  background: #393939;
  padding: 30px;
  border-radius: 10px 10px 0 0;
  color: #959595;
}

.sub-title {
  font-size: 30px;
  font-weight: bold;
  padding: 0 20px;
}

.sub-txt {
  font-size: 16px;
  padding: 0 20px;
}

.accordion {
  background: transparent;
  color: #979797;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.2s;
}

.accordion:hover {
  background-color: #000000;
  color: #fff;
}

.panel {
  padding: 0 18px;
  background-color: #393939;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*------------------------------------------------- MALL -------------------------------------------------*/
#offer-strike {text-decoration: line-through;}

#cms5-prodcatlist {
  clear: both;
  display: block;
}

#cms5-prodcatlist ul {
  margin: 3px;
  list-style: none;
  padding: 0;
  text-align: center;
}

#cms5-prodcatlist ul li {
  display: inline-block;
  margin: 5px 2px;
  width: 13%;
  background: #d76f00;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}

#cms5-prodcatlist ul li a {
  text-transform: capitalize;
  color: #fff;
}

div#search-bar {
  position: relative;
  border: 1px solid #4c4c4c52;
  padding: 16px;
  border-radius: 6px;
  background: #393939;
  filter: drop-shadow(0px 2px 3px grey);
}

#search-bar {
  width: 90%;
  max-width: 1250px;
  margin: 25px auto 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  font-size: 24px;
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

#keyword {
  display: none;
  width: 40%;
}

label {
  font-size: 18px;
  margin: 8px 0;
  color: #ffffff;
  display: inline-block;
}

label {
  font-weight: 500;
}

#keyword input.alphanumeric {
  color: black;
  border-radius: 4px;
  padding: 0 3px;
  height: 38px;
  font-size: 15px;
  width: 79%;
  border: 1px solid #1e3365;
  display: inline-block;
}

div#price-range {
  display: inline-block;
  width: 44%;
}

#price-range input#price-min {
  border-radius: 3px;
  display: inline-block;
  width: 23%;
  padding: 0px 4px;
  height: 38px;
  border: 1px solid #7a5410;
}

input#price-max {
  display: inline-block;
  border-radius: 3px;
  width: 23%;
  padding: 0 4px;
  height: 38px;
  border: 1px solid #7a5410;
}

div#price-range input#stock {
  margin-left: 12px;
}

#search-form input#submit-btn {
  background: linear-gradient(to bottom, #d7850a 0%, #f1b73f 100%);
  color: white;
  padding: 15px 1px;
  border: 4px #d76f00 solid;
  border-radius: 11px;
  font-size: 14px;
  box-shadow: inset 0 0 5px #000000;
  width: 14%;
  position: absolute;
  bottom: 24px;
  right: 2%;
  left: unset;
}

a#clear-btn {
  display: none;
  color: red;
  border-radius: 5px;
  padding: 5px 10px;
  border: unset;
  font-size: 12px;
  background: #4c4c4c45;
}

div#sort {
  float: right;
  position: absolute;
  top: 48%;
  right: 39%;
}

select#sortlist {
  border-radius: 4px;
  height: 38px;
  border: 1px solid #9f7e04;
}

#cms5-pagenum {
  clear: both;
  display: block;
  background: transparent;
  padding: 1px;
  border: 0 solid red;
}

div#cms5-pagenum ul {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

div#cms5-pagenum ul li {
  display: inline-block;
  width: 3%;
  vertical-align: top;
  color: #c66c06;
  margin: 30px 0;
  font-weight: bold;
}

#cms5-prod-list {
  width: 92%;
  max-width: 1250px;
  margin: 25px auto 0;
  text-align: center;
  padding-bottom: 20px;
}

#cms5-prod-list {
  clear: both;
  display: block;
}

#cms5-prod-list ul {
  background: #000;
  border-radius: 10px;
  margin: 4px;
  padding: 10px 5px;
  display: inline-block;
  transition: 0.3s;
  width: 200px;
  height: 300px;
  border: 2px solid #383838;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  list-style: none;
}

#cms5-prod-list ul li {
  list-style: none;
  clear: both;
}

#cms5-prod-list ul #photo {
  display: block;
  text-align: center;
}

.effect-photogrp #piclayer {
  position: absolute;
  right: 0;
  z-index: 10;
}

#cms5-prod-list ul #title {
  display: block;
  height: 20px;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

#cms5-prod-list ul #title .caption {
  display: none;
}

#cms5-prod-list ul #title a,
#cms5-prod-list ul #title a:visited {
  color: #fff;
  text-decoration: none;
}

#cms5-prod-list ul #code {
  display: none;
  overflow: hidden;
}

#cms5-prod-list ul #price {
  color: #a5a5a5;
  display: block;
  clear: both;
  text-align: center;
  font-weight: 600;
  list-style: none;
}

#cms5-prod-list ul #price .caption {
  display: none;
}

#cms5-prod-list ul #desc {
  display: none;
  height: 85px;
  overflow: hidden;
}

#cms5-prod-list ul #addcart {
  padding-top: 10px;
}

#cms5-prod-list ul #addcart a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  padding: 6px 17px;
  text-align: center;
  border: 0px;
  background: linear-gradient(to bottom, #c77d0c 0%, #d76f00 100%);
  background-size: 100%;
  width: 126px;
  height: 30px;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 1px #a35f5f;
  font-weight: 700;
  text-decoration: none;
  margin: auto;
}

#addcart {
  text-align: center;
  margin-top: 10px;
}

#cms5-prod-list ul #details {
  display: none;
}

#cms5-prod-list ul #enquiry {
  display: none;
}

#cms5-prod-list ul #photo .caption {
  display: none;
}

#cms5-prod-list ul #photo img {
  border-radius: 5px;
}

/*------------------------------------------------- PRODUCT -------------------------------------------------*/
#theme-nav {
  display: none;
}

.gcontent {
  color: #777;
  width: 250px;
  margin: 0;
}

#cms5-prod-view {
  clear: both;
  display: block;
}

div#back-btn {
  position: relative;
  top: 31px;
  left: 20px;
}

#back-btn a {
  border: 0px solid #ff8d00;
  padding: 8px 15px;
  background: #9f6100;
  margin-top: 33px;
  color: white;
}

#cms5-prod-view>table>tbody>tr {
  direction: rtl;
}

#cms5-prod-view>table>tbody>tr>td {
  width: 47%;
  direction: ltr;
  display: inline-block;
}

#cms5-prod-view table#particular {
  padding-top: 0px;
  margin: 50px auto;
}

#cms5-prod-view #particular #caption {
  display: none;
}

#cms5-prod-view table#particular tr td {
  vertical-align: top;
}

#cms5-prod-view table#particular tr td#caption {
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
  width: 80px;
}

#cms5-prod-view table#particular tr#title {}

#cms5-prod-view table#particular tr td#title {
  font-size: 30px !important;
  font-weight: 600 !important;
  text-align: left;
  color: #c5c5c5;
}

#cms5-prod-view #particular #price {
  font-size: 20px !important;
}

#cms5-prod-view table#particular tr td#price {
  color: #797979;
}

#addcart {
  text-align: left;
  margin-top: 10px;
}

#cms5-prod-view table#particular tr td#addcart a {
  padding: 10px;
  text-align: center;
  background: linear-gradient(to bottom, #9f6e00 0%, #9f7a00 100%);
  background-size: 100%;
  width: 126px;
  height: 35px;
  border: 0px;
  color: #d0b361;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 1px #9f5f00;
}

#cms5-prod-view #desc {
  border-top: 0px solid #d4d4d4;
  padding-top: 10px;
}

#cms5-prod-view #desc td#content {
  padding-top: 40px;
}

/*------------------------------------------------- ADD TO CART-------------------------------------------------*/
#prod-cart {
  width: 90%;
  margin: 0px auto;
  padding: 36px 0;
}

.tbllist {
  padding: 0px;
  background: #ffffff;
  clear: both;
}

.tbllist.rounded.spacer tr th {
  background: #cd7d00 !important;
  border: 1px solid #bb7900;
  text-align: center;
  width: 14%;
  color: white;
}

.tbllist.rounded.spacer tr td {
  border: 1px solid #cccccc;
  color: #000;
}

.tbllist.rounded.spacer tr td a {
  color: #000;
}

.tbllist .tbl td {
  border-top: 1px solid #5ae;
  padding-left: 8px;
  padding-right: 8px;
  color: #000;
}

#prod-cart .tbllist form table {
  border: 1px solid #cccccc;
}

#prod-cart .tbllist form table tr {
  border-bottom: 1px solid #000;
}

#prod-cart .tbllist form table tr:first-child {
  background: #ffffff;
}

#prod-cart .tbllist form table tr td,
#prod-cart .tbllist form table tr th {
  border-right: 1px solid;
  text-align: left;
  padding: 10px;
  background: #fbfbfb;
  font-weight: 600;
  border-right: 0px solid !important;
}

#prod-cart .tbllist form table tr td {
  text-align: left;
}

#prod-cart .tbllist form table tfoot tr:first-child {
  border: 0;
}

.tbllist.rounded.spacer input[type="button"] {
  background: #a13d00;
  color: white;
  border-radius: 4px;
  font-size: 12px;
  padding: 3px 12px;
  border: 0px solid;
}

.ctrllist.iconx32 ul {
  margin: 0;
}

.ctrllist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#icon-delete {
  list-style: none;
}

.ctrllist ul li {
  display: inline;
}

.iconx32 li {
  border: 0 solid red;
}

.iconx32 li#icon-delete a {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  text-indent: -3000px;
  overflow: hidden;
  text-decoration: none;
  background: url(/theme/smart9-2/imgs/icon-delete.webp) 0 0 no-repeat;
}

#icon-delete a {
  color: #f00;
}

#continue-shopping {
  padding: 7px;
  background: linear-gradient(to left, #d08009 0%, #733800 100%);
  border-radius: 10px;
  border: 3px #7b2e00 solid;
  color: #ffffff;
  box-shadow: inset 0 0 5px #000000;
  width: 14%;
  text-align: center;
  margin-top: 7px;
}

#continue-shopping:hover {
  background: linear-gradient(to right, #d07309 0%, #734300 100%);
}

#continue-shopping a:hover {
  color: #ffffff;
}

.alert-warning {
  color: #ff450a;
  background-color: transparent;
  border-color: #faebcc;
}

#theme-contain-prod #remoteloginform,
#theme-contain-prod #customform {
  width: 26%;
  margin: 25px auto 0;
  text-align: center;
  background: #d6d6d6;
  border-radius: 15px;
  padding: 40px 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#theme-contain-prod #remoteloginform input,
#theme-contain-prod #customform input {
  width: 100%;
  border-bottom: 2px solid #735a00 !important;
  border: 0px;
  border-radius: 0;
  background: transparent;
  color: #1b2e60;
  max-width: unset;
}

#customform input {
  width: 100%;
  padding: 5px 10px;
  background: transparent;
  border-bottom: 0px solid #fff;
  border-radius: 8px;
  color: #fff;
  margin-top: 15px;
}

#theme-contain-prod #customform dl:nth-of-type(3) dd {
  display: inline-block;
  vertical-align: bottom;
  width: 49%;
}

#theme-contain-prod #customform .caption {
  display: none !important;
}

#theme-contain-prod #customform dl:nth-of-type(3) dd img {
  width: 100px !important;
  margin-top: 10px;
}

#theme-contain-prod #remoteloginform input#remoteloginformsubmit,
#theme-contain-prod #customform input#customform_submit {
  color: #fff;
  background: linear-gradient(to left, #b16200 0%, #c66509 100%);
  border-radius: 10px;
  border: 1px #7c4000 solid;
  padding: 8px;
  width: 100%;
}

#theme-contain-prod input#customform_submit {
  position: unset;
}

input#customform_submit {
  background: #fff;
  color: #9f2200;
  text-transform: uppercase;
}

#prod-cart #remoteloginform dl,
#prod-cart #customform dl {
  display: block;
}

table#apimeminfo a, table#apimeminfo {
    max-width: 90%;
    margin: 0 auto;
    color: #fff;
}

/*=========================================================================*/
/*------------------------------------------------------ BIG SCREEN ------------------------------------------------------*/
/*=========================================================================*/
@media screen and (max-width: 1920px) and (min-width: 1800px) {
  #divMenu {
    margin-left: 32%;
  }
}

/*=========================================================================*/
/*------------------------------------------------------ MOBILE VIEW ------------------------------------------------------*/
/*=========================================================================*/
@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .d-slide {
    display: none;
  }

  .m-slide {
    display: block;
    width: 100%;
  }

  .mobile-menu {
    display: block !important;
  }

  #divMenu #cssmenu,
  .step,
  .clock {
    display: none;
  }

  .home-desktop {
    display: none !important;
  }

  .mobile-home {
    display: block !important;
  }

  .theme-container-box {
    width: 100%;
  }

  .annouc {
    width: 100%;
  }

  #theme-frame,
  .container {
    width: 100%;
    flex: 100%;
  }

  #theme-header,
  #theme-header-link .container {
    display: flex;
    flex-direction: column;
  }

  #theme-header-logo {
    position: relative !important;
    float: left;
    height: 55px;
    margin-top: 0px;
    width: 50%;
  }

  #theme-header-logo img {
    width: auto !important;
    height: 100% !important;
    padding: 12px 0;
  }

  #theme-header-content {
    order: -1;
  }

        #theme-header {
          width: 100%;
          background: #161616;
          border-bottom: 0;
        }

  #theme-container {
    /*overflow-x: hidden;*/
    margin-bottom: 20px;
  }

  #theme-contain-home .promo-tab button {
    color: #a1aabc;
    background: transparent;
  }

  #theme-contain-home .promo-tabcontent img {
    margin-bottom: 0;
  }

  #theme-contain-home .promo-tab {
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 0px 10px 0;
  }

  #theme-header-link {
    float: right;
    padding: 10px;
    margin-top: 0px;
    width: 50%;
  }

  #theme-header-link ul li {
    display: flex !important;
    line-height: 1.42857143 !important;
  }

  #logo {
    background: #252525;
    width: 100%;
  }

  .logo {
    width: 60%;
    margin: auto;
  }

  .header-link {
    flex-direction: column;
    display: none;
  }

  label {
    font-size: 12px;
  }

        .home-promocontainer .container {
          display: flex;
          flex-direction: column;
          padding-left: 0px;
          padding-right: 0px;
        }
.home-promocontainer #promotion-filter form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
        .home-promocontainer .promo-tablinks {
          display: flex;
          flex-direction: row;
          align-items: center;
          padding: 5px;
        }
.home-promocontainer .tab {
  float: unset;
  width: 100%;
}
 .home-promocontainer #promobox ol#faq_modal {
  width: 100vw;                        /* 容器刚好占满视口 */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  margin: 0;
  padding-left: 0;
  box-sizing: border-box;
}

     .home-promocontainer #promobox ol#faq_modal li.question {
  flex: 0 0 100vw;                     /* 每项固定宽度为一屏 */
  max-width: 100vw;
  box-sizing: border-box;
}




  /*-------------------------------------------------------------------------- FOOTER --------------------------------------------------------------------------*/
  .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .ft-1 {
    display: flex;
    width: 90%;
  }

  .ft-1 .support {
    width: 40%;
  }

  .ft-1 .products {
    display: none;
  }

  .ft-1 ul {
    margin: auto;
  }

  .ft-2,
  .ft-3,
  .ft-4 {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: stretch;
  }

  .ft-4 {
    margin-top: 23px;
  }

  .certs ul,
  .payment ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-start;
    flex-direction: row;
  }

  .certs,
  .payment {
    margin-bottom: 30px;
  }

  .copyright {
    justify-content: space-around;
  }

  .footer-mid {
    padding: 20px;
  }

  /*-------------------------------------------------------------------------- MENU-SIDE--------------------------------------------------------------------------*/
  .currency-img {
    width: 15px;
    margin-right: 5px;
  }

  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 0 12px;
    border: none;
  }

  .mobile-logo img {
    width: 70%;
    margin-left: 15px;
    left: 15%;
    position: relative;
  }

  .sidepanel {
    width: 0;
    position: fixed;
    z-index: 999;
    height: -webkit-fill-available;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
  }

  .sidepanel .closebtn {
    position: absolute;
    top: 5%;
    left: 15px;
    font-size: 30px;
  }

  .sidepanel p {
    text-align: center;
    color: #fff;
    margin-top: 15px;
  }

  .mobile-language p a {
    background: #292b2e;
    padding: 5px;
    border-radius: 3px;
    margin: 0 5px;
  }

  .mobile-language p a img {
    width: 15px;
    margin-right: 5px;
  }

  .popular-submenu1 {
    display: grid;
    justify-content: center;
    grid-template-columns: 30% 30% 30%;
    margin-top: 25px;
  }

  #submenu div {
    background: #212224;
    color: #fff;
    border-radius: 5px;
    margin: 5px;
    position: relative;
    padding: 10px 0;
    text-align: center;
  }

  #submenu .on span {
    color: #eca41c;
    font-weight: bold;
    text-shadow: 0 0 4px #d08411;
  }

  #submenu .on img {
    filter: drop-shadow(0px 2px 5px #d07711) brightness(1.5) sepia(1) contrast(2.5) hue-rotate(4deg) saturate(3);
  }

  #submenu div a.on:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #eca41c;
    border-radius: 5px;
  }

  #submenu img {
    width: 100%;
    max-width: 40px;
    display: block;
    margin: auto;
    padding-bottom: 2px;
    filter: sepia(1) contrast(2.5) hue-rotate(4deg) saturate(3);
  }

  #submenu div span {
    color: #a1aabc;
  }

  .popular-submenu2 {
    display: grid;
    justify-content: center;
    grid-template-columns: 45% 45%;
    margin-bottom: 20px !important;
  }

  /*-------------------------------------------------------------------------- LOGIN --------------------------------------------------------------------------*/
  .btn-login {
    border: 1px solid #e9e9e9;
    cursor: pointer;
    color: #e9e9e9;
    border-radius: 5px;
    padding: 3px;
    font-size: 12px;
  }

  .btn-login .btn {
    font-size: 12px;
    padding: 3px;
  }

  .modal {
    padding: 0;
  }

  .modal-dialog {
    width: 90%;
    margin: 20% auto;
  }

  .modal-backdrop {
    z-index: 1;
  }

  .login #customform {
    width: 75%;
    padding: 10px 0;
  }

  .login-btm {
    text-align: center;
    padding: 0 30px;
  }

  .loginModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
  }

  .modal__wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    background: #1d1e1f;
    min-height: 100vh;
  }

  .closing {
    display: block;
    line-height: 0;
    width: 100%;
    background: #eca41c;
    padding: 10px;
    text-align: right;
  }

  .closing img {
    width: 25px;
  }

  .login .logo {
    width: 100%;
    text-align: center;
  }

  .login .logo img {
    width: 50%;
  }

  body.modal-is-showing {
    overflow: hidden;
  }

  .modal-is-showing .modal__wrapper {
    animation: modal-slide-up 0.3s ease-out;
    top: 0;
  }

  .modal-is-showing .content {
    filter: blur(8px);
    animation: content-blur-in 0.3s ease-out;
  }

  .modal-is-closed .modal__wrapper {
    animation: modal-slide-down 0.3s ease-out;
    top: 100vh;
  }

  .modal-is-closed .content {
    animation: content-blur-out 0.3s ease-out;
  }

  .text-box {
    text-align: center;
    margin-top: 10%;
    background: #2e3035;
    padding: 20px 0;
  }

  .text-box p:first-of-type {
    color: #fff;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  .text-box p:nth-of-type(2) {
    color: #fff;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  .text-box p span {
    color: #eca41c;
    cursor: pointer;
    text-shadow: 0 0 5px #d01118;
  }

  .text-box .line {
    width: 100%;
    max-width: 300px;
    height: 1px;
    background: #9495a4;
    margin: 15px auto;
  }

  /*-------------------------------------------------------------------------- REGISTER--------------------------------------------------------------------------*/
  .btn-sign-up .btn {
    font-size: 12px;
    padding: 3px;
  }

  .btn-sign-up {
    background: #eca41c;
    margin-left: 5px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: bold;
    animation: move 1.5s linear infinite;
  }

  .register {
    width: 90%;
  }

  .regis-box {
    width: 80%;
  }

  .regis-dtl {
    display: none;
  }

  form#customform,
  form#registerform {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  input#registerform_Email,
  input#registerform_Affiliate,
  #remoteloginform input,
  input#customform_UserName,
  input#customform_Password,
  input#customform_varifycode,
  input#registerform_UserName,
  input#registerform_Password,
  input#registerform_CPassword,
  input#registerform_FullName,
  input#registerform_Mobile,
  select#registerform_Currency,
  input#registerform_varifycode {
    border-radius: 5px;
    height: 40px;
  }

  dt {
    text-align: left;
    font-weight: normal;
  }

  input#registerform_varifycode {
    width: calc(100% - 105px);
    float: left;
  }

  img#regcaptcha {
    width: 100px;
    padding: 5px 0;
    background-color: #fff;
    margin-top: 0;
  }

  @keyframes modal-slide-down {

    /*0%   { transform: translate3d(0, 0, 0);  }
  100% { transform: translate3d(0, 100vh, 0);  }*/
    0% {
      top: 0;
    }

    100% {
      top: 100vh;
    }
  }

  @keyframes modal-slide-up {

    /*0%   { transform: translate3d(0, 100vh, 0);   }
  100% { transform: translate3d(0, 0, 0);   }*/
    0% {
      top: 100vh;
    }

    100% {
      top: 0;
    }
  }

  @keyframes content-blur-in {
    0% {
      filter: blur(0px);
    }

    100% {
      filter: blur(8px);
    }
  }

  @keyframes content-blur-out {
    0% {
      filter: blur(8px);
    }

    100% {
      filter: blur(0px);
    }
  }

  /*-------------------------------------------------------------------------- UPCOMING EVENT --------------------------------------------------------------------------*/
  .up-event {
    background: url(/data/2173/uploads/box.webp) center center no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 230px;
    padding: 10px;
    border-radius: 5px;
  }

  .up-event h3 {
    color: #001b42;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 5px 5px 10px 5px;
  }

  .eventtb {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .eventInfo {
    width: 100%;
    text-align: center;
    padding: 5px;
  }

  .eventInfo img {
    max-width: 60px;
    margin: auto;
    padding: 7px;
    background: #edededcc;
    border-radius: 50px;
    box-shadow: 0 0 2px 7px #aaaaaab8;
  }

  .eventInfo p {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
  }

  .eventInfo span {
    color: #001b42;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }

  .eventInfo .team {
    font-size: 10px;
    color: #fff;
    margin: 0;
  }

  #betbtn {
    background: #eca41c;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    padding: 3px 7px;
    font-size: 14px;
  }

  .eventInfo2 {
    width: 100%;
    text-align: center;
  }

  .teamInfo1,
  .teamInfo3 {
    background: #ffffff5c;
    text-align: center;
    font-size: 13px;
    color: #001b42;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    padding: 5px;
  }

  .teamInfo2 {
    background: #ffffffa1;
    text-align: center;
    font-size: 13px;
    color: #001b42;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    padding: 5px;
  }

  .teamInfo1 span,
  .teamInfo2 span,
  .teamInfo3 span {
    font-weight: normal;
  }

  /*-------------------------------------------------------------------------- HOME-TAB --------------------------------------------------------------------------*/
  .tab {
    float: left;
    padding: 10px 0 10px 15px;
    width: 20%;
  }

  #theme-contain-mobile-promotion .tab {
    width: 100%;
    padding: unset;
    float: unset;
  }

  #promobox ol#faq_modal li.question {
    width: calc(100% / 1);
    list-style: none;
    margin: 0;
  }

  .tab button {
    display: block;
    background-color: #292b2e;
    color: #a1aabc;
    padding: 15px 3px;
    width: 100%;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 5px;
    border-radius: 5px;
  }

  .tab button.tab-active {
    background-color: #eca41c;
    display: block;
    color: #000;
    font-weight: bold;
  }

  .owl-theme .owl-dots {
    text-align: right;
    margin-right: 5px;
    position: absolute;
    top: 0;
    right: 5px;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: #787e8c;
    margin: 5px 3px;
  }

  .owl-theme .owl-dots .owl-dot.active span {
    background: #eca41c;
  }

  .hoticon-casino-container {
    width: 34px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 2px;
  }

  .hoticon-casino-container img {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
  }

  /*-------------------------------------------------------------------------- OWL-CAROUSEL --------------------------------------------------------------------------*/
  @keyframes moveToLeft {
    0% {
      transform: translateX(5000px);
    }

    100% {
      transform: translateX(0px);
    }
  }

  .vertical-tab-content {
    float: left;
    padding : 10px;
    width: 80%;
    display: none;
  }

  .item-title {
    color: #fff;
    margin: 0;
    padding-left: 0;
    text-transform: capitalize;
    font-weight: bold;
  }

  .carousel-section {
    animation: moveToLeft 0.7s ease-in-out;
    overflow: hidden;
    width: calc(80vw - 10px);
  }

  .carousel-section .owl-carousel .owl-stage-outer {
    overflow: unset;
    padding-top: 20px;
  }

  .carousel-section .owl-carousel .owl-stage {
    padding-left: 0 !important;
  }

  .carousel-section .owl-carousel .owl-nav .owl-next,
  .carousel-section .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    height: 50px;
    font-size: 30px;
  }

  .carousel-section .owl-carousel .owl-nav .owl-next:focus,
  .carousel-section .owl-carousel .owl-nav .owl-prev:focus {
    outline: 0;
  }

  .owl-theme .owl-nav {
    display: none;
  }

  .owl-item.active {
    max-width: 230px;
  }

  .carousel-item__card1,
  .carousel-item__card2,
  .carousel-item__card3,
  .carousel-item__card4 {
    height: 150px;
    border-radius: 5px;
    width: 100%;
    max-width: 230px;
  }

  .carousel-item__card1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/data/2173/uploads/mobile-h01.webp);
  }

  .carousel-item__card2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/data/2173/uploads/mobile-home-02.webp);
  }

  .carousel-item__card3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/data/2173/uploads/mobile-home-03.webp);
  }

  .carousel-item__card4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/data/2173/uploads/mobile-home-04.webp);
  }

  .ppinner1,
  .ppinner2,
  .ppinner3,
  .ppinner4 {
    background: url(/theme/smart9-2/imgs/red.webp) top right no-repeat;
    background-size: contain;
    height: 100%;
  }

  .ppinner1 img,
  .ppinner2 img,
  .ppinner3 img,
  .ppinner4 img {
    width: 110px !important;
    margin-left: auto;
    padding: 20px 5px 0 10px;
  }

  .ppinner1 p,
  .ppinner2 p,
  .ppinner3 p,
  .ppinner4 p {
    width: 110px;
    margin-left: auto;
    color: #fff;
    font-size: 10px;
    padding: 5px 5px 5px 20px;
  }

  /*-------------------------------------------------------------------------- HOME-PROMOTION --------------------------------------------------------------------------*/
  .item-title2 {
    color: #eca41c;
    padding: 0 15px;
    font-weight: bold;
    text-shadow: 0 0 5px #d01118;
  }

  .more-game {
    display: block;
    position: absolute;
    color: #787e8b;
    font-size: 12px;
    cursor: pointer;
    right: 15px;
    margin-top: -26px;
  }

  .promo-tab {
    display: flex;
    overflow: auto;
    width: 100vw;
    height: 30px;
    border-bottom: 1px solid #666;
    margin: 20px 0px;
    padding-left: 15px;
    scrollbar-width: none;
  }

  .promo-tab button {
    flex: 0 0 auto;
    margin: 0 5px 0 0;
    width: auto;
    background: #1d1d1d;
    border-radius: 5px 5px 0 0;
    border: 1px solid #666;
    border-bottom-color: transparent;
    color: hsla(0, 0%, 100%, 0.25);
    padding: 0 10px;
    text-transform: uppercase;
    visibility: visible !important;
  }

  .promo-tab .tablinks.homeactive {
    color: #fff;
    background: #eca41c;
    border-radius: 5px 5px 0 0;
    border: 1px solid #eca41c;
    border-bottom-color: transparent;
    text-shadow: 0 0 5px #fff;
  }

  .promo-tab .tablinks.active {
    color: #fff;
    background: #eca41c;
    border: 1px solid #eca41c;
    text-shadow: 0 0 5px #fff;
  }

  .promo-tabcontent {
    /*overflow-x: hidden;*/
    width: 100vw;
  }

  #promo-home-container .innertext {
    height: 70px;
    background: #2e3035;
    display: flex;
    padding: 10px 20px;
  }

  #promo-home-container .innertext .p1 {
    color: #a1aabc;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }

  #promo-home-container .bordercolor1,
  #promo-home-container .bordercolor2,
  #promo-home-container .bordercolor3 {
    border-bottom: 3px solid #eca41c;
  }

  .promo-content li .img-box img {
    width: 100%;
    border-radius: 12px;
  }

  .promo-content a:hover {
    text-decoration: none;
  }

  .promo-content a:last-child {
    padding-right: 20px;
  }

  .promo-content a:first-child {
    margin-left: 0px;
  }

  .promo-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .promo-content::-webkit-scrollbar {
    display: none;
  }

  .promo-content-container {
    position: relative;
    width: 100vw;
    list-style: none;
  }

  .promo-content {
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100vw;
    list-style: none;
    visibility: visible !important;
  }

  .promo-content li {
    padding: 0 15px;
    visibility: visible !important;
  }

  .promo-content li .img-box {
    width: 70vw;
    max-width: 250px;
  }

  .promo-content a {
    padding-right: 10px;
    height: 100%;
  }

  /*-------------------------------------------------------------------------- HOME-GAMES --------------------------------------------------------------------------*/
  .home-gamecontainer {
    background: #1e1e1e;
    padding: 40px 0;
  }

  .tabs-stage {
    padding-top: 10px;
    border-top: 1px solid #666;
  }

  #tab-1 {
    visibility: visible !important;
    animation-name: slideInRight !important;
  }

  .activeTab {
    color: #fff !important;
    border: 1px solid #eca41c !important;
    background: #eca41c;
    border-bottom: none !important;
    text-shadow: 0 0 5px #fff;
  }

  .gameTab {
    width: auto;
    display: inline-block;
    border: 1px solid #666;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    color: #a1aabc;
  }

  .gameTab:first-child {
    margin-left: 15px;
  }

  .game-content li .img-box img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }

  .game-content li:last-child {
    padding-right: 20px;
  }

  .game-content li:first-child {
    margin-left: 15px;
  }

  .game-content {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }

  .game-content::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }

  .game-content-container {
    position: relative;
    width: 100%;
    list-style: none;
  }

  .game-content {
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100vw;
    list-style: none;
padding-bottom: 2px;
  }

  .game-content li .img-box {
    width: 112px;
  }

  .game-content li {
    margin-right: 5px;
    height: 100%;
  }

  .game-content li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a2aabd;
    transition: color 0.3s;
    position: relative;
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    background-color: #131313;
    border-radius: 0 0 5px 5px;
    width: 112px;
    border-bottom: 1px solid #eca41c;
  }

  .game-content li>p span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .game-sec {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .game-sec li {
    width: 50%;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
    visibility: visible !important;
    animation-name: fadeIn !important;
  }

  .game-sec li:nth-child(odd) {
    padding-right: 2.5px;
  }

  .game-sec li:nth-child(even) {
    padding-left: 2.5px;
  }

  .game-sec li img {
    width: 100%;
    border-radius: 5px;
  }

  /*-------------------------------------------------------------------------- DON'T MISS IT --------------------------------------------------------------------------*/
  .home-promocontainer {
    padding: 40px 0 0 0;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .innertext {
    margin-top: -12px;
    padding: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 140px;
  }

  .innertext .p1 {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
  }

  .innertext .p2 {
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-size: 13px;
  }

  .innertext .p3 {
    color: #fff;
    text-align: center;
    line-height: 14px;
    margin: 0;
    font-size: 13px;
  }

  .bordercolor1 {
    border-bottom: 3px solid #f1c300;
  }

  .bordercolor2 {
    border-bottom: 3px solid #eca41c;
  }

  .bordercolor3 {
    border-bottom: 3px solid #02c7bd;
  }

  .bordercolor4 {
    border-bottom: 3px solid #b401e2;
  }

  #text1 {
    background: #f1c300;
  }

  #text2 {
    background: #eca41c;
  }

  #text3 {
    background: #02c7bd;
  }

  #text4 {
    background: #b401e2;
  }

  /*-------------------------------------------------------------------------- APP-BOX --------------------------------------------------------------------------*/
  .app-container {
    padding: 40px 0 0 0;
    float: left;
    width: 100%;
    display: block;
  }

  .app-box {
    padding: 0 15px;
    display: flex;
    margin: 30px 0 10px;
  }

  .app-logo {
    width: 80px;
  }

  .app-logo img {
    width: 100%;
    border-radius: 5px;
  }

  .app-detail {
    color: #fff;
    margin-left: 10px;
  }

  .app-quote {
    margin: 0 0 5px;
    font-size: 14px;
  }

  .app-quote span {
    color: #eca41c;
    font-weight: bold;
  }

  .app-title {
    font-size: 18px;
    font-weight: bold;
  }

  .app-title span {
    color: #eca41c;
  }

  .app-title img {
    height: 18px;
    margin: 0 5px;
  }

        .app-block {
          width: 41%;
          padding: 10px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin: 10px 15px;
          float: left;
          background: #3e3e3e85;
          border-radius: 5px;
          justify-content: center;
        }

  .app-code {
    width: 110px;
  }

  .app-code img {
    width: 100%;
    border-radius: 5px;
  }

  .app-platform {
    margin-left: 10px;
  }

  .app-platform-icon {
    margin-bottom: 5px;
    height: 20px;
  }

  .app-platform-icon img {
    height: 100%;
  }

  .app-platform-instruction {
    color: #eca41c;
    font-weight: bold;
  }

  /*-------------------------------------------------------------------------- FANCY-BOX --------------------------------------------------------------------------*/
  @-webkit-keyframes slide {
    0% {
      bottom: -200px;
    }

    100% {
      bottom: 0;
    }
  }

  .fancybox-wrap {
    width: 90% !important;
  }

  .fancybox-skin {
    animation: slide 0.5s;
  }

  .fancybox-outer,
  .fancybox-inner {
    position: relative;
    background: #1f1f1f;
  }

  .fancybox-inner .promo {
    flex-direction: column;
    padding: 0;
  }

  .fancybox-opened .fancybox-skin h4 {
    color: #fff;
    display: none;
  }

  .fancybox-opened .fancybox-skin h3 {
    color: #fff;
    font-weight: bold;
  }

  .fancybox-opened .fancybox-skin p {
    color: #e12c12;
  }

  .fancybox-opened .fancybox-skin ol {
    padding-left: 5px;
  }

  .promo-content-container ol#faq_modal {
    visibility: visible;
    overflow-x: auto;
    scrollbar-width: none;
    display: flex;
    flex-wrap: nowrap;
  }

  .promo-content-container ol#faq_modal li.question {
    min-width: calc(100% - 30px);
  }

  ol#faq_modal {
    /*flex-wrap: wrap;*/
    padding: 0;
  }

  ol#faq_modal li.question {
    border: 0;
    border-radius: 5px;
    margin: 0 15px 30px;
    min-height: auto;
    width: calc(100% - 40px);
    box-shadow: 0 28px 20px -23px #eca41c;
    animation: fadeIn 1s ease-out;
    list-style: none;
  }

  ol#faq_modal li.question h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
  }

  /*-------------------------------------------------------------------------- REDEEM MALL --------------------------------------------------------------------------*/


  #cms5-prodcatlist ul li {
    width: 40%;
  }

  div#price-range {
    width: 100%;
  }

  div#price-range label {
    margin-top: 30px;
  }

  #price-range input#price-min,
  input#price-max {
    width: 33%;
  }

  div#sort {
    top: unset;
    right: unset;
  }

  div#search-bar {
    padding: 10px;
    min-height: 250px;
  }

  #search-form input#submit-btn {
    padding: 8px 1px;
    width: 30%;
    bottom: 10px;
    right: 10px;
  }

  div#cms5-pagenum ul li {
    width: 10%;
  }

  #theme-contain-prod #remoteloginform,
  #theme-contain-prod #customform {
    width: 60%;
  }

  #cms5-prod-view table#particular {
    padding-top: 59px;
    margin: 70px auto;
  }

  #cms5-prod-view>table>tbody>tr>td {
    width: 100%;
  }

  #cms5-prod-view table#particular tr td#title,
  #cms5-prod-view table#particular tr td#price,
  #addcart {
    padding: 10px;
  }
}

/*=========================================MOBILE PORTRAIR===================================*/
@media only screen and (min-device-width: 250px) and (max-device-width: 660px) and (orientation: portrait) {
  #cms5-prod-list ul {
    width: 46%;
    height: 250px;
  }

  #cms5-prod-list ul #photo img {
    width: 100%;
    height: auto;
  }

  #cms5-prod-list ul #addcart a {
    bottom: 5px;
  }
}

/*=========================================MOBILE LANDSCAPE===================================*/
@media only screen and (min-device-width: 375px) and (max-device-width: 932px) and (orientation: landscape) {}

/*=========================================iPad PORTRAIR===================================*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .app-block {
    width: 45%;
    float: left;
  }

  .app-code {
    width: 25%;
  }

  div#search-bar {
    min-height: 200px;
  }

  #cms5-prodcatlist ul li {
    width: 17%;
  }

  div#sort {
    top: 70%;
  }

  .promo-content-container ol#faq_modal li.question {
    width: calc(100% / 3) !important;
  }
}

/*=========================================iPad LANDSCAPE===================================*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .app-block {
    width: 45%;
    float: left;
  }

  .app-code {
    width: 25%;
  }

  div#search-bar {
    min-height: 200px;
  }

  #cms5-prodcatlist ul li {
    width: 15%;
  }

  div#sort {
    top: 70%;
  }

  .promo-content-container ol#faq_modal li.question {
    width: calc(100% / 4) !important;
  }
}

/*-------POPUP------*/
.popup {
  display: none;
  /* Start hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Make background slightly opaque */
  z-index: 9998;
  /* High z-index */
}

.popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  /* Make background slightly opaque */
  z-index: 9999;
  /* High z-index */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #fff;
  opacity: 1;
  background-color: #000;
  padding: 5px 10px;
}

/* Media query for mobile devices */
@media screen and (max-width: 600px) {
  .popup-content {
    width: 90%;
    max-width: 90%;
    padding: 10px;
  }

  .close {
    top: 5px;
    right: 5px;
    font-size: 15px;
    opacity: 1;
    text-shadow: none;
  }

  /* Apply responsive styles to the image */
  .popup-content img {
    max-width: 100%;
    height: auto;
  }
}

/*-------------------------menu ------------------------------ */
.menu-item {
  position: relative;
  display: inline-block;
}

.menu-item img {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}



