@import url("/exe/cms5/theme/Default/style.css");
@import url("./font/font.css");

@viewport {
  width: device-width;
  zoom: 1;
}

html,
body {
  height: 100%;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "Roboto-r", "Roboto-blk", sans-serif, "mShangShouShuiDiTi";
}
.clearboth {
  clear: both;
}
html {
  display: table;
}
body {
  display: table-row;
}
html,
body {
  height: 100%;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: #fff;
}
textarea,
input[type="text"],
input[type="password"] {
  border: 1px solid #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px;
  color: #000;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #000;
}

#theme {
  display: table-cell;
  height: 100%;
  width: 100%;
  background: #000;
  overflow: hidden;
}

.themetbl {
  display: table;
}
.themetblrow {
  display: block;
}
.themetblcell {
  display: block;
}
.themetblwidth {
  width: 100%;
}
.themetblheight {
  height: 100%;
}
.theme-container-box {
  width: 100%;
  height: 500px;
}
#theme-frame {
  height: 100%;
  margin: auto;
  width: 100%;
  color: rgb(255, 255, 255);
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/background.png) center center /
    cover no-repeat fixed;
}
#theme-header {
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 1px;
  position: relative;
  z-index: 19;
  margin: auto;
  width: 100%;
  padding: 5px 0px;
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/headerbar@2x.png) left center
    no-repeat;
  background-size: cover;
}
#theme-header-content {
  position: relative;
}
#theme-menu {
  height: 32px;
  z-index: 500;
  position: relative;
}
#theme-menu #cmsmenu {
  z-index: 999;
}
#theme-container {
  clear: both;
  position: relative;
}
#theme-title {
  padding-left: 10px;
}
#theme-lang {
  position: absolute;
  left: 0px;
  top: 0px;
}
#theme-header-link {
  position: absolute;
  right: 15px;
  padding: 5px;
  border: 0px solid red;
  top: 50%;
  transform: translateY(-50%);
}
span.glyphicon.glyphicon-bell {
  color: #ba8c32;
  font-size: 20px;
}
#theme-header-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#theme-header-link ul li {
  display: inline;
  border-left: 1px solid #efefef;
}
#theme-header-link ul li:first-child {
  border: 0px;
}
#theme-header-link a,
#theme-header-link a:visited {
  color: #ffffff;
  text-decoration: none;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#theme-header-link a:hover {
  font-weight: bold;
  background: transparent;
  color: #114e86;
}

#theme-header-link i.fa {
  color: #fff;
  font-size: 31px;
}
#theme-header-link a:hover i.fa {
  color: #fda11f;
}

.logo {
  width: 100%;
}
#theme-header-logo img {
  width: 100%;
}
#theme-header-logo {
  border: 0px solid red;
  width: 20%;
  margin: 0px 15px;
}

#theme-nav {
  clear: both;
  padding: 10px;
  background: #efefef;
  display: block;
}
#theme-nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#theme-nav ul li {
  display: inline;
}
#theme-nav ul li a,
#theme-nav ul li a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  background: url(icon/arrow-v.png) left no-repeat;
}

/*--------------------------------MENU------------------------------*/

#divMenu {
  position: fixed;
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  z-index: 999;
  background: #00000061;
}
#divMenu.active {
  width: 100vw;
}
#cssmenu {
  height: 100%;
  position: fixed;
  right: -175px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgb(255 255 255 / 16%),
    0 2px 10px 0 rgb(255 255 255 / 12%);
  overflow: auto;
}
#divMenu.active #cssmenu {
  right: 0;
}

/*div#theme-content.active, div#theme-header-content.active {transform: translateX(87px);transition: 0.6s;}*/

#cssmenu:after {
  content: "";
}
::-webkit-scrollbar {
  display: none;
}

#cssmenu > ul:after {
  content: "";
}
#cssmenu > ul > li {
  float: none;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #000;
}
#cssmenu > ul > li > a {
  text-align: center;
  color: #000;
  border: 0;
  text-transform: capitalize;
  border-bottom: 0px solid #ddd;
  min-width: 100px;
  min-height: 100px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li > a > img {
  display: block;
  width: 45px;
  margin: auto;
}

#cssmenu .submenu-button {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  display: block;
  border-left: 0px solid rgba(120, 120, 120, 0.15);
  height: 100%;
  width: 22px;
  cursor: pointer;
}
#cssmenu .submenu-button::before {
  content: "\f0d7";
  font-family: "fontawesome";
  position: absolute;
  left: 6px;
  top: 15px;
  color: #0054ab;
  display: block;
  z-index: 99;
}

/*===============HAS SUB=================*/

#cssmenu ul li.has-sub ul li {
  border: 0px solid white;
  padding: 10px 0;
}
#menu-button {
  display: none;
}
li.has-sub {
  position: relative;
}
li.has-sub ul {
  display: none !important;
}
li.has-sub ul.open {
  display: block !important;
}
li.has-sub ul li a p {
  font-size: 9px !important;
}

/*===============HAS SUB=================*/

.menu-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
}
#btnMenu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  padding: 5px 10px 0;
  cursor: pointer;
  z-index: 99;
}

#btnMenu span {
  width: 16px;
  height: 2px;
  display: block;
  background: #fff;
  margin: 0 auto 4px;
  border-radius: 30px;
}

#cssmenu ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#cssmenu ul li {
  padding: 8px 20px;
  display: block;
}
#cssmenu ul li:first-child {
  padding-top: 15px;
}

#cssmenu ul li p {
  font-size: 10px;
  letter-spacing: 0px;
  margin: 2px 0 0 0;
  text-transform: uppercase;
}
#cssmenu ul li.has-sub ul li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.flexslider {
  margin: 0;
  background: #fff;
  border: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 4px;
  border-radius: 15px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
ol.flex-control-nav.flex-control-paging {
  display: none;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  color: #ffffff00;
  font-size: 0;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 18px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
}
/*===============MENU BOTTOM=================*/

.nav-btm {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 1px 9px #d4d4d4;
}
.nav-btm ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.nav-btm ul li {
  width: 15%;
  display: inline-block;
  padding: 0px;
  margin: 8px 5px 0;
  text-align: center;
}
.nav-btm p {
  margin-top: 2px;
  font-size: 0.8em;
  color: #858385;
}
.nav-btm a {
  text-decoration: none;
}

.mb-icn {
  display: block;
  width: 23px;
  height: 23px;
  margin: 4px auto;
}

.mb-home {
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/footericon-home-inactive.png)
    no-repeat 0 0;
  background-size: cover;
}
.mb-promo {
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/footericon-promo-inactive.png)
    no-repeat 0 0;
  background-size: cover;
}
.mb-vip {
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/footericon-vip-inactive.png)
    no-repeat 0 0;
  background-size: cover;
}
.mb-redeem {
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/footericon-redeem-inactive.png)
    no-repeat 0 0;
  background-size: cover;
}
.mb-login {
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/footericon-login-inactive.png)
    no-repeat 0 0;
  background-size: cover;
}

.webpage-home .mb-home {
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/footericon-home-active.png)
    no-repeat 0 0;
  background-size: cover;
}
.webpage-promotion .mb-promo {
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/footericon-promo-active.png)
    no-repeat 0 0;
  background-size: cover;
}
.webpage-vip .mb-vip {
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/footericon-vip-active.png)
    no-repeat 0 0;
  background-size: cover;
}
.webpage-prod .mb-redeem {
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/footericon-redeem-active.png)
    no-repeat 0 0;
  background-size: cover;
}
.webpage-login .mb-login {
  background: url(/exe/cms5/theme/_g3m-mobile/imgs/footericon-login-active.png)
    no-repeat 0 0;
  background-size: cover;
}

.webpage-home .mbone p {
  color: #ed0306;
}
.webpage-promotion .mbtwo p {
  color: #ed0306;
}
.webpage-vip .mbthree p {
  color: #ed0306;
}
.webpage-prod .mbfour p {
  color: #ed0306;
}
.webpage-login .mbfive p {
  color: #ed0306;
}

#theme-footer {
  margin-top: 64px;
}
/*=============================================================*/
/*=============================================================*/
/*=============================================================*/
/*------------------      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) {
  #theme-frame {
    width: 100%;
  }
  #theme-frame-panel {
    display: block;
    width: 100%;
  }
  #theme-container {
    padding-top: 0px;
  }

  #cssmenu ul.list-menu {
    display: unset !important;
  }
  li.has-sub ul {
    display: none !important;
  }
  li.has-sub ul.open {
    display: block !important;
  }
  /*===============SCROLLING TEXT=================*/
  .scroll-txt {
    background: #ed0306;
    border-radius: 8px;
    margin: 6px 0;
    padding: 6px;
    overflow: hidden;
  }
  .scroll-txt img {
    float: left;
    margin: 5px 6px;
  }
  marquee#horizontal_scrollmsg {
    display: block;
    width: 291px;
  }
  #horizontal_scrollmsg ul {
    margin: 0;
    padding: 0;
  }
  #horizontal_scrollmsg ul li {
    font-size: 12px;
    color: #efefef;
    margin: 2px;
    display: block;
  }

  /*===============HOME=================*/
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  hr {
    margin-top: 8px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #b3b1b3;
  }

  .logreg-section {
    text-align: center;
    border-radius: 15px;
    background: #ffffff90;
    padding: 7px 20px 12px;
    box-shadow: 0px 5px 8px 1px #0003;
    position: relative;
    z-index: 1;
  }
  .logreg-section p {
    color: #898789;
    font-weight: bold;
    font-size: 17px;
    margin: 0;
  }
  .logreg-section strong {
    font-family: "Roboto-blk", sans-serif;
  }

  a.logregbtn {
    display: inline-block;
    width: 40%;
    margin: 0 10px;
  }

  a.logregbtn img {
    width: 100%;
  }
  img.logreg-bg {
    width: 100%;
    margin-top: -30px;
  }

  /*===============HOME PRODUCT=================*/

  .tab {
    background: #ed0306;
  }
  .tabScroll {
    border: 0px solid red;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 12px 10px 2px;
  }
  .tablinks {
    display: inline-block;
    width: 28%;
    color: #d4d4d4;
    text-align: center;
    position: relative;
  }
  .tablinks.active {
    color: #fff;
    text-decoration: unset;
    font-weight: bold;
  }
  .tablinks.active::after {
    content: "";
    width: 60%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .tabcontent {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 8px 1px #0003;
    border: 0px solid red;
    margin: 15px;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }

  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .hp-prodlist {
    background: #f3f2f3;
    width: 75%;
    margin: 17px;
    border-radius: 10px;
    height: 245px;
    padding: 11px 0;
  }
  .hp-prodlist ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .hp-prodlist ul li {
    display: block;
    margin: 0 7px;
  }
  .hp-prodlist ul li img {
    width: 100%;
  }
  .hp-prodlist p {
    color: #858385;
    font-size: 11px;
    font-family: "Roboto-lt";
    font-weight: bold;
    margin-top: 6px;
  }

  .hp-prodimg {
    text-align: center;
  }
  .hp-prodimg img {
    width: 100%;
  }
  .hp-prodimg p {
    font-size: 10px;
    font-family: "Roboto-lt";
    margin-top: 15px;
    color: #ed0306;
  }
  .tabBoxLeft {
    width: 38%;
    vertical-align: middle;
    display: inline-block;
  }
  .tabBoxright {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
  }

  /*==============PAGE MENU=================*/
  .sub-menu {
    background: #2cbdfa;
    position: fixed;
    min-height: 48px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  #backtohome {
    /* display: inline-block; */
    /* vertical-align: middle; */
    float: left;
  }
  #backtohome a {
    padding: 2px;
    margin: 0 10px;
    color: #fff;
    display: block;
    transition: 0.2s;
    font-size: 30px;
    position: relative;
  }
  #subHeader-title {
    width: 100%;
    border: 0px solid red;
    padding: 10px;
    text-align: center;
  }
  #subHeader-title p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
  }
  .scroll-menu {
    background: #fff;
  }
  .scroll-menu ul {
    border: 0px solid red;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 12px 10px 2px;
  }
  .scroll-menu ul li {
    display: inline-block;
    width: 28%;
    text-align: center;
    position: relative;
  }

  .scroll-menu ul li p {  color: #898789; }

  .gamepage-sport .scroll-menu ul li.sportsactive p,
  .gamepage-casino .scroll-menu ul li.casinoactive p,
  .gamepage-slot .scroll-menu ul li.gamesactive p,
  .gamepage-lottery .scroll-menu ul li.lotteryactive p,
  .gamepage-cockfight .scroll-menu ul li.cockfightactive p,
  .gamepage-poker .scroll-menu ul li.pokeractive p {
    color: #2cdbfa;
    font-weight: bold;
  }
  .gamepage-sport .scroll-menu ul li.sportsactive::after,
  .gamepage-casino .scroll-menu ul li.casinoactive::after,
  .gamepage-slot .scroll-menu ul li.gamesactive::after,
  .gamepage-lottery .scroll-menu ul li.lotteryactive::after,
  .gamepage-cockfight .scroll-menu ul li.cockfightactive::after,
  .gamepage-poker .scroll-menu ul li.pokeractive::after {
    content: "";
    width: 50%;
    height: 3px;
    background: #2cdbfa;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }

  /*==============PAGE GAME=================*/

  ul.gameprod {
    margin: 0;
    padding: 0;
  }
  ul.gameprod li {
    display: block;
    margin: 10px 0;
  }
  ul.gameprod li img {
    width: 100%;
  }

  .promo .col-md-9 img {
    width: 100%;
  }
  ol#faq_modal {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  ol#faq_modal li.question {
    width: 49%;
    display: inline-block;
  }
  .webpage-promotion .tabcontent {
    border-radius: unset;
    background: unset;
    box-shadow: unset;
    border: 0px solid red;
    margin: 15px;
  }

  #theme-contain-promotion .tab {
    background: #fff;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #theme-contain-promotion .tablinks {
    display: inline-block;
    border: unset;
    color: #2cbdfa;
    background: unset;
    position: unset;
    position: relative;
    padding: 10px;
  }

  #theme-contain-promotion .tablinks.active::after {
    content: "";
    width: 20%;
    height: 2px;
    background: #2cdbfa;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }

  /*==============PROMOTION=================*/

  .promo-bg {
    position: relative;
  }
  .promo-bg img {
    width: 100%;
  }
  .promo-inside ul {
    margin: 0;
    padding: 0;
  }
  .promo-inside ul li {
    display: block;
  }
  .promo-inside {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
  }
  .promo-count {
    font-size: 11px;
    margin-top: 6px;
  }
  .promo-count div {
    color: #2cbdfa;
    font-weight: bold;
  }
  .seo-frame {  color: #3a3a3a;  padding: 0 30px;  }
  .seo-frame h1 {  font-weight: bold;  color: #ed0306;  text-align: center;  }
  .seo-frame h2, .seo-frame h3 {  font-weight: bold;  color: #555;  }
  .seo-frame p {  color: #858385;  }
  .seo-frame a {  color: #ed0306;  }


  /*==============PROMOTION POPUP=================*/
  .fancybox-wrap .promo {
    display: none;
  }

  .fancybox-skin {
    border-radius: 0;
  }
  .fancybox-wrap {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    height: 100vh !important;
  }

  .fancybox-inner {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    height: 100vh !important;
  }
  .fancybox-close {
    position: fixed;
    top: 10px;
    opacity: 0;
    left: 10px;
  }
  .promo-details {
    padding: 0 30px;
    margin-top: 70px;
  }
  .promo-details h2 {
    font-size: 15px;
    color: #2cbdfa;
    font-weight: bold;
    margin: 0;
  }
  .promo-details span,
  .promo-details ul li {
    color: grey;
    font-size: 11px;
  }
  .promo-details p {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin: 0;
  }
  .fancybox-wrap #subHeader-title p {
    font-size: 12px;
    line-height: 28px;
  }

  .fancybox-wrap .promo-details p {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin: 5px 0;
  }
  .fancybox-wrap .promo-details ul {
    margin: 10px 0;
    padding: 10px 20px;
    list-style: none;
    color: #858385;
  }
  .fancybox-wrap .promo-details ul li {
    padding-bottom: 10px;
  }
  .fancybox-wrap .promo-details ul li::before {
    content: "\26AC";
    color: #2cdbfa;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }

  /*==============VIP=================*/

  #theme-contain-vip {
    background: linear-gradient(180deg, #f2f5fb 40%, white);
  }
  .vip img {
    width: 100%;
  }

  .vip p {
    color: #858385;
    margin: 20px;
    font-size: 10px;
    line-height: 18px;
  }
  .vip-table {
    /* padding: 0px 40px; */
    /* background: #fff; */
    /* filter: drop-shadow(0px 0px 3px #c2c1c250); */
    /* width: 80%; */
    /* border-radius: 10px; */
    /* margin: 60px auto; */
    padding: 20px;
  }
  .vip-table table {
    margin: auto;
    width: 100%;
  }
  .vip-table th:first-child,
  .vip-table td:first-child {
    text-align: left;
  }
  .vip-table th,
  .vip-table td {
    text-align: center;
    padding: 10px 4px;
    border: 1px solid #d4d4d4;
    font-size: 11px;
    color: #838583;
  }
  .vip-table tr:nth-child(even) {
    background: #e9e9e9;
  }
  .vip-table thead tr:nth-child(2) {
    background: unset;
  }
  .vip-table th {
    color: #2cdbfa;
  }

  .vip-table th:first-child {
    background: #2cdbfa;
    color: #fff;
  }
  .vip-table tr td:first-child {
    width: 40%;
  }
  .vip-table tr.table-top th {
    border: unset;
  }
  .vip-table tr.table-top th:first-child {
    vertical-align: bottom;
    background: unset;
    color: #333;
  }

  .vip-table tr th img {
    width: 30px;
  }
  .vip-table tr td img {
    width: 30px;
  }
  .vip-table > p {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #858385;
  }
  ul.vip-info {
    margin: 0;
    padding: 15px;
  }
  ul.vip-info li {
    padding: 10px 5px;
    color: #858385;
    list-style: circle;
    font-size: 11px;
  }

  .vip {
    position: relative;
  }
  .vip-title {
    position: absolute;
    top: 10%;
    left: 5%;
    color: #4c4c4c;
    font-family: "Roboto-blk", sans-serif;
  }
  .vip-title i {
    color: #2cbdfa;
  }

  /*=============JACKPOT=================*/
  #theme-contain-jackpot {
    background: #fff;
    padding: 0 20px;
  }
  .jackpot > img {
    width: 100%;
  }
  .mega-jackpot {
    width: 73%;
    margin: auto;
    position: relative;
  }
  .mega-jackpot img {
    width: 100%;
  }

  .jackpot-txt {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .jackpot-box {
    width: 70%;
    margin: 0 auto 2px;
    border: 2px solid #c6c6c67d;
    border-radius: 5px;
  }
  .jackpot-box > p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #000;
  }
  .jackpot-txt span {
    font-size: 10px;
    color: #858385;
  }

  .webpage-jackpot .vip-table {
    padding: 15px 40px;
  }

  .jackpotPlace {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .jackpotPlace span {
    color: #9b6019;
    font-style: italic;
    font-size: 9px;
  }
  .jackpotPlace {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .jackpot-placement ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .jackpot-placement ul > li {
    display: inline-block;
    color: #858385;
    width: 28%;
    margin: 10px 0;
  }
  ul li .mega-jackpot {
    width: 100%;
  }
  ul li .mega-jackpot .jackpot-txt {
    top: 28px;
  }
  ul li .mega-jackpot .jackpot-box > p {
    margin: 0;
    font-size: 15px;
  }
  ul.page-info {
    padding: 0 15px;
  }
  ul.page-info li {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 11px;
    color: #858385;
    list-style: none;
  }
  ul.page-info li::before {
    content: "\26AC";
    color: #858385;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  #theme-contain-jackpot > p {
    color: #2cdbfa;
    font-weight: bold;
  }
  .result-btn {
    width: 40%;
    margin: auto;
    margin: 20px auto;
  }
  .result-btn img {
    width: 100%;
  }
  .result-btn:hover {
    transform: scale(1.1);
    transition: 0.3s ease-out;
  }

  /*=============JACKPOT RESULT=================*/
  .jackVid {
    text-align: center;
  }
  .jackVid .youtubewidth {
    width: 100%;
    margin: auto;
    display: inline-block;
  }
  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    z-index: 2;
  }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .jackpot-result {
    background: #fff;
  }
  .jackpot-section {
    position: relative;
  }
  .jackpot-section img {
    width: 100%;
  }
  .placement-result {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: brown;
    font-size: 8px;
    padding-top: 7px;
  }

  .jackpot-prize {
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
  }

  .jackpot-prize p {
    margin: 0;
    color: #000;
    font-weight: bold;
    font-style: italic;
  }

  .jackpot-number {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 90%;
    background: #fff;
    border: 1px solid #2cdbfa;
    border-radius: 5px;
    margin: auto;
    text-align: center;
  }
  .jackpot-number p {
    color: #2cdbfa;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    margin: 3px 0;
    display: inline-block;
    width: 20%;
  }

  .jackpot-details #subHeader-title {
    width: 90%;
    border: 0px solid red;
    padding: 14px;
    text-align: center;
  }
  .jackpot-details #subHeader-title p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }
  .jackpot-date {
    text-align: center;
    margin-top: 20px;
  }
  .jackpot-date a {
    display: inline-block;
    width: 40%;
    margin: 5px;
    padding: 8px;
    font-size: 11px;
    background: linear-gradient(0deg, #34b0ff, #e0f1fc);
    border: 1px solid #5ac2ec;
    border-radius: 9px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  .jackpot-date a:hover {
    transform: scale(0.9);
    transition: 0.2s ease-in;
  }

  /*=============PROD=================*/
  #theme-contain-prod {
    background: #fff;
  }

  .prod-page img {
    width: 100%;
  }
  #search-bar {
    margin: 0 20px;
    background: #f5fdff;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #85838530;
    box-shadow: 0px 7px 0px 0px #85838530;
    position: relative;
  }
  #search-bar label {
    color: #858385;
    font-size: 12px;
    margin-right: 10px;
  }
  #search-bar input[type="text"] {
    border-radius: 5px;
    border: 1px solid #5ac2ec;
    font-size: 12px;
    color: #000;
    width: 35%;
    padding: 5px;
  }
  #search-bar input::placeholder {
    color: #d4d4d4;
    font-size: 10px;
  }
  #search-bar legend {
    color: #353d4d;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #search-bar #sort select#sortlist {
    margin-left: 20px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #5ac2ec;
    font-size: 12px;
    color: #000;
  }
  #search-bar #sortlist option {
    font-size: 12px;
    color: #858385;
  }
  #search-bar input#submit-btn {
    padding: 6px 30px;
    border: 1px solid #5ac2ec;
    border-radius: 20px;
    background: linear-gradient(180deg, #e0f1fc, #34b0ff);
    font-size: 11px;
    color: #ffff;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 30%;
    margin: 10px auto;
  }
  input#stock {
    margin-left: 70px;
  }
  div#price-range {
    padding-bottom: 50px;
    color: #2cbdfa;
  }
  div#keyword,
  a#clear-btn {
    display: none;
  }
  div#sort {
    position: absolute;
    bottom: 30%;
  }

  #cms5-prodcatlist ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #cms5-prodcatlist ul > li {
    display: inline-block;
    width: 33%;
    margin: 20px 10px;
  }
  #cms5-prodcatlist ul > li > a {
    font-size: 12px;
    color: #2cbdfa;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    background: linear-gradient(180deg, #ffffff, #d4d4d4);
    padding: 10px 30px;
    text-align: center;
    display: block;
    text-decoration: none;
  }

  #cms5-prod-list {
    margin-top: 30px;
    text-align: center;
  }
  #cms5-prod-list ul {
    margin: 4px;
    padding: 0;
    list-style: none;
    border: 0px solid #444444;
    display: inline-block;
    zoom: 0;
    vertical-align: top;
    width: 47%;
    height: auto;
    overflow: hidden;
    text-align: center;
  }

  #cms5-prod-list ul #addcart a,
  #cms5-prod-view table#particular tr td#addcart a {
    text-align: center;
    display: block;
    width: 60%;
    margin: auto;
    height: 43px;
    background: url(/theme/am99-mobile/imgs/button-addtocart.png) center center no-repeat;
    background-size: cover;
    padding: 0;
    color: #fff0;
    font-weight: bold;
    text-decoration: none;
  }
  #cms5-prod-view table#particular tr td#addcart a {
    width: 38%;
  }
  #cms5-prod-list ul #title {
    display: block;
    height: auto;
    overflow: unset;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
  }

  #cms5-prod-list ul #title a,
  #cms5-prod-list ul #title a:visited {
    color: #858385;
    text-decoration: none;
  }
  #cms5-prod-list ul #price {
    color: #858385;
    font-size: 12px;
  }
  #cms5-prod-list ul #addcart {
    padding-top: 0px;
  }

  #cms5-prod-list #photo img {
    max-width: 100%;
    height: 100%;
  }
  #cartlist table {
    width: 100%;
  }
  #prod-cart .tbllist form {
    overflow-x: scroll;
  }
  #prod-cart {
    width: 350px !important;
    margin: auto;
  }
  #submember-login table {
    margin: auto;
  }
  .tbllist .tbl th {
    font-size: 12px;
    color: #ffffff;
  }
  #continue-shopping {
    width: 100%;
  }

  .webpage-prod #customform img {
    float: right;
    margin-right: 37px;
  }
  .webpage-prod input#customform_submit {
    margin: 20px 0;
  }
  .webpage-prod .tbllist {
    clear: both;
    margin: 20px 0;
  }
  .webpage-prod input#customform_MemberVerifyCode {
    width: 50%;
    display: inline-block;
  }
  .webpage-prod input[type="button"] {
    background: linear-gradient(180deg, white, #f1f1f1);
    padding: 7px 19px;
    color: #2bcdfa !important;
    font-weight: bold;
    font-size: 12px;
    border-radius: 20px;
    border: unset;
    box-shadow: 0px 0 1px 0px #aeaeae;
  }
  .tbllist .tbl tfoot td,
  .tbllist .tbl th {
    background: #2cbdfa;
  }
  #cms5-prod-view {
    clear: both;
    display: block;
    padding: 20px 10px;
  }
  #cms5-prod-view #back-btn {
    width: fit-content;
    background: linear-gradient(180deg, white, #f1f1f1);
    padding: 7px 20px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 20px;
    border: unset;
    box-shadow: 0px 0 1px 0px #aeaeae;
  }
  #cms5-prod-view > table > tbody > tr > td {
    width: 50%;
    direction: ltr;
    display: inline-block;
  }
  #cms5-prod-view > table > tbody > tr {
    direction: rtl;
  }
  #cms5-prod-view #particular #caption {
    display: none;
  }
  #cms5-prod-view #particular td#title {
    font-size: 30px !important;
    font-weight: 600 !important;
  }
  #cms5-prod-view #particular #price {
    font-size: 20px !important;
  }
  #cms5-prod-view #particular #sharelink {
    padding: 0;
  }
  #cms5-prod-view #desc {
    border-top: 2px solid #d4d4d4;
    padding-top: 10px;
  }
  #cms5-prod-view table#particular tr td#code {
    font-size: 19px;
  }
  #cms5-prod-view table#particular tr td#price {
    color: #797979;
    text-align: center;
    font-weight: bold;
  }
  #cms5-prod-view > table > tbody > tr > td {
    width: 47%;
  }
  #cms5-prod-view .gcontent {
    width: 100% !important;
  }
  #cms5-prod-view .galleria-container {
    width: 100% !important;
  }
  #cms5-prod-view > table > tbody > tr > td {
    width: 100%;
  }
  #theme-contain-prod #remoteloginform,
  #theme-contain-prod #customform {
    width: 100%;
  }
  /*==========================AFFILIATE============================*/
  .affiliate {
    background: #fff;
  }
  .affiliate img {
    width: 100%;
  }
  .affiliate ul {
    margin: 0;
    padding: 15px;
  }
  .affiliate ul li {
    color: #858385;
    font-size: 11px;
    margin: 20px 0;
    list-style: circle;
  }
  .affiliate table {
    background: #fff;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    width: 100%;
  }
  .affiliate table thead {
    color: #2cbdfa;
    font-weight: bold;
  }
  .affiliate table tbody tr {
    color: #858385;
  }
  .affiliate table tr:nth-child(even) {
    background: #f3f2f3;
  }
  .affiliate th,
  .affiliate tr,
  .affiliate td {
    border: 1px solid #d4d4d4;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    font-size: 10px;
  }
  .affiliate p {
    color: #858385;
    font-size: 11px;
    margin: 20px 0;
  }
  p.aff-title {
    color: #2bcdfa;
    font-weight: bold;
  }
  p.faq-title {
    color: #353d4d;
    font-weight: bold;
    text-align: center;
  }

  .affiliate h4 {
    color: #2cbdfa;
    font-size: 12px;
    font-weight: bold;
  }
  .affiliate h2 {
    font-size: 17px;
    color: #2cbdfa;
    font-weight: bold;
    text-align: center;
    margin: 7px 0;
  }
  .affiliate h3 {
    font-size: 12px;
    color: #353d4d;
    font-weight: bold;
    text-align: center;
    margin: 7px 0;
  }

  /*=========================ABOUT US/FAQ===========================*/
  .seo {
    padding: 10px 20px 10px;
    background: #fff;
    border-radius: 20px;
    margin: 10px;
  }
  .seo-area {
    padding: 15px;
  }
  .seo-box {
    border-radius: 10px;
    padding: 0 15px;
    background: #ffffff;
    box-shadow: 0 0 4px 0px #d4d4d4;
  }
  .seo h2 {
    color: #2cbdfa;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
  }
  .seo p {
    color: #858385;
    font-size: 11px;
    margin: 10px 0 20px;
  }
  .seo span {
    font-size: 11px;
    line-height: 15px;
    display: block;
    color: #a8a8a8;
    margin-bottom: 20px;
  }
  .seo ul {
    margin: 0;
    padding: 0 15px;
  }
  .seo ul li {
    list-style: circle;
  }

  /*============================HELP=========================*/

  .accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.5s;
    background: unset;
    font-size: 12px;
    border-bottom: 1px solid #f3f2f3;
  }
  .accordion:last-child {
    border: unset;
  }

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

  .accordion:after {
    content: "\f054"; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
  }

  .accordion.active:after {
    content: "\f078"; /* Unicode character for "minus" sign (-) */
    font: normal normal normal 14px/1 FontAwesome;
  }
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    color: #858385;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    border: unset;
  }

  /*==========================SEO SECTION==============================*/
  .webpage-contact-us .seo table {
    margin-bottom: 40px;
  }
  .webpage-contact-us .seo tr,
  .seo td {
    font-size: 10px;
    padding: 10px 15px 5px 0px;
    color: #858385;
  }
  .webpage-contact-us .seo {
    padding: 10px 0 10px;
    background: #fff;
    border-radius: 20px;
    margin: 0;
  }

  /*===========================LANGUAGE============================*/

  #cssmenu > ul > li > a #myBtn img {
    display: block;
    width: 45px;
    margin: auto;
  }

  a .lang-select {
    color: #858485;
  }

  .lang-select {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #f4f4f4;
    font-size: 13px;
  }
  .lang-header {
    background: #2bdcfa;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
  }
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 50% auto;
    padding: 0;
    border: 0px solid #888;
    width: 80%;
    border-radius: 10px;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }
  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  .close {
    position: absolute;
    right: 0;
    color: #aaa;
    float: unset;
    font-size: 20px;
    font-weight: unset;
    padding: 14px;
    color: #fff;
    opacity: 1;
  }

  .close:hover,
  .close:focus,
  .close1:hover,
  .close1:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /*============================ANNOUNCEMENT POPUP==========================*/
  .announce-seo {
    padding: 20px;
  }
  .announce-header {
    position: relative;
  }
  .announce-header p {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 30%;
    left: 7%;
  }
  .announce-header img {
    width: 100%;
  }
  .announce-seo h2 {
    color: #2cbdfa;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
  }
  .announce-seo p {
    color: #a3a3a3;
    font-size: 11px;
    margin: 20px 0;
  }
  .announce-popup .modal-content {
    margin: 30% auto 0;
  }
  .announce {
    overflow: scroll;
    height: 300px;
  }
  .announce-popup .close1 {
    position: absolute;
    bottom: -50px;
    opacity: 1;
    left: 0;
    top: unset;
    right: 0;
    text-align: center;
    background-repeat: no-repeat;
    margin: auto;
  }

  /*
  .fancybox-margin.fancybox-lock .fancybox-wrap {
    height: unset !important;
  }
  .fancybox-margin.fancybox-lock .fancybox-skin {
    width: 78% !important;
    margin: 30% auto !important;
    height: 400px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0 !important;
    position: relative !important;
  }
  .fancybox-margin.fancybox-lock .fancybox-inner {
    height: 400px !important;
    border-radius: 10px !important;
    position: relative !important;
  }
  .fancybox-margin.fancybox-lock .fancybox-inner::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: "Announcement";
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background: url(/theme/am99-mobile/imgs/announcement-header.png) center center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 39px;
    display: block;
    z-index: 99999;
  }
  .fancybox-margin.fancybox-lock .fancybox-close {
    position: absolute;
    bottom: -50px;
    opacity: 1;
    left: 0;
    top: unset;
    right: 0;
    text-align: center;
    background-repeat: no-repeat;
    margin: auto;
  }
  #popmsg {
    margin-top: 50px;
    padding: 10px;
  }
  #popmsg h2 {
    color: #2cbdfa;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
  }
  #popmsg p {
    color: #a3a3a3;
    font-size: 11px;
    margin: 20px 0;
  }
*/
  /*========================REGISTER & LOGIN PAGE========================*/
  .webpage-login #theme-footer,
  .webpage-registration #theme-footer {
    margin: unset;
  }
  .webpage-login #theme-header,
  .webpage-login .nav-btm,
  .webpage-registration #theme-header,
  .webpage-registration .nav-btm {
    display: none;
  }
  .log-reg {
    background: url(/theme/am99-mobile/imgs/background-lr.png);
    background-size: cover;
  }
  .log-reg .logo {
    width: 30%;
    padding: 20px 0 0;
    margin: auto;
  }

  .log-reg .logo img {
    width: 100%;
  }

  .logreg-sec ul li {
    display: block;
    margin: 40px 0;
  }
  .logreg-sec p {
    color: #2bdcfa;
    font-weight: bold;
  }
  .registerform dt {
    display: none;
  }
  #remoteloginform input,
  #customform input,
  #registerform input {
    width: 90%;
    padding: 7px;
    border-radius: 20px;
    border: unset;
    box-shadow: 0px 0 1px 0px #aeaeae;
  }
  select#registerform_Currency {
    width: 90%;
    padding: 7px;
    border-radius: 20px;
    border: unset;
    box-shadow: 0px 0 1px 0px #aeaeae;
    color: #858385;
    font-size: 11px;
    padding: 10px 20px;
  }
  #remoteloginform input::placeholder,
  #customform input::placeholder,
  #registerform input::placeholder {
    padding: 0 20px;
    font-size: 11px;
  }
  input#remoteloginformsubmit,
  input#customform_submit {
    width: 40%;
    background: linear-gradient(180deg, white, #f1f1f1);
    padding: 7px;
    color: #2bcdfa;
    font-weight: bold;
    font-size: 12px;
  }
  input#registerform_btnSubmit {
    width: 40%;
    background: linear-gradient(180deg, white, #f1f1f1);
    color: #2bcdfa;
    font-size: 11px;
    padding: 10px;
  }
  .btnBottom {
    text-align: center;
    color: #2cbdfa;
    padding: 20px 0;
  }
  .btnBottom a {
    margin: 0 20px;
    color: #2cbdfa;
  }
  .small,
  small {
    color: #2cbdfa;
    font-size: 9px;
    margin-top: 5px;
    text-align: left;
    margin-left: 20px;
  }
  .logreg-sec {
    margin: 20px;
    position: relative;
  }
  .logreg-sec img {
    width: 100%;
    position: relative;
    z-index: 5;
  }
  .logreg-sec ul {
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 0%;
    z-index: 9;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
  }
  .logreg-sec::before {
    content: url(/theme/am99-mobile/imgs/image-2.png);
    display: block;
    transform: scale(0.5);
    position: absolute;
    left: -169px;
    bottom: -251px;
    z-index: 3;
  }
  .logreg-sec::after {
    content: url(/theme/am99-mobile/imgs/image-1.png);
    display: block;
    transform: scale(0.5);
    position: absolute;
    right: -144px;
    bottom: -252px;
    z-index: 3;
  }
  input.btnCheckUser {
    width: 30% !important;
    margin: 10px 15px !important;
    text-transform: uppercase;
    font-size: 10px;
    background: #2cbdfa !important;
    color: #fff !important;
    display: inherit;
  }
  dl#groupVerifyCode dd {
    display: inline-block;
    width: 47%;
  }
}

/*---------------------------    MOBILE VIEW  LANDSCAPE   -----------------------------------*/
/*=============================================================*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #theme-header-logo {
    width: 11%;
  }

  a.logregbtn {
    width: 20%;
  }
  .hp-prodlist {
    width: 55%;
    margin: 17px auto;
    height: 309px;
  }
  .tabBoxright {
    width: 48%;
  }
  ul.gameprod li {
    display: inline-block;
    width: 49%;
  }
  ol#faq_modal li.question {
    width: 49%;
    display: inline-block;
    padding: 34px;
  }
  .fancybox-inner {
    height: fit-content !important;
  }
  #cms5-prod-list ul #addcart a {
    width: 41%;
  }

  .mega-jackpot {
    width: 40%;
  }

  .jackpot-placement ul > li {
    width: 18%;
  }
  .result-btn {
    width: 20%;
  }
  .jackpot-section {
    width: 58%;
    margin: auto;
  }
  .modal-content {
    margin: 15% auto;
    width: 40%;
  }
}
/*=============================================================*/
/* ----------------------------------------- Mi 9T PRO ------------------------------------------------ */
/*=============================================================*/
/*----------------Portrait--------------*/
@media only screen and (min-device-width: 491px) /*== 1920 1800 ==*/ and (max-device-width: 491px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .hp-prodlist {
    width: 57%;
  }

  #subHeader-title {
    padding: 16px;
  }
  .jackpot-section {
    width: 82%;
    margin: auto;
  }
  .mega-jackpot {
    width: 56%;
    margin: auto;
    position: relative;
  }
  .jackpot-placement ul > li {
    width: 22%;
  }
  #prod-cart {
    width: 450px !important;
  }
}

/*==========================================================*/
/*---------------------------------------------      iPad  --------------------------------------------*/
/*==========================================================*/
/*---------------------Portrait----------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #theme-header-logo {
    width: 10%;
  }
  a.logregbtn {
    width: 25%;
  }
  img.logreg-bg {
    margin-top: -77px;
  }
  .hp-prodlist {
    width: 80%;
    height: 411px;
  }
  ol#faq_modal li.question {
    width: 40%;
    display: inline-block;
  }
  #cms5-prod-list ul #addcart a {
    width: 37%;
  }
  #cms5-prod-list ul {
    width: 20%;
  }

  .logreg-sec {
    width: 50%;
    margin: auto;
  }

  .log-reg .logo {
    width: 20%;
    padding: 20px 0;
  }
  .mega-jackpot {
    width: 35%;
    margin: auto;
    position: relative;
  }
  .jackpot-placement ul > li {
    width: 15%;
    margin: 15px;
  }
  .result-btn {
    width: 25%;
  }
  .jackpot-section {
    width: 55%;
    margin: auto;
  }
}

/*-----------------Landscape---------------------*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #theme-header-logo {
    width: 7%;
  }
  a.logregbtn {
    width: 15%;
  }
  img.logreg-bg {
    margin-top: -77px;
  }
  .hp-prodlist {
    width: 75%;
    height: 501px;
  }
  ol#faq_modal li.question {
    width: 29%;
    display: inline-block;
  }
  #cms5-prod-list ul #addcart a {
    width: 40%;
  }
  #cms5-prod-list ul {
    width: 20%;
  }
  .logreg-sec {
    width: 35%;
    margin: auto;
  }
  .logreg-sec ul li {
    display: block;
    margin: 56px 0;
  }
  .log-reg .logo {
    width: 20%;
    padding: 20px 0;
  }
  .mega-jackpot {
    width: 35%;
    margin: auto;
    position: relative;
  }
  .jackpot-placement ul > li {
    width: 15%;
    margin: 15px;
  }
  .result-btn {
    width: 25%;
  }
  .jackpot-section {
    width: 55%;
    margin: auto;
  }
  .fancybox-margin.fancybox-lock .fancybox-skin {
    width: 80% !important;
    margin: 21% auto !important;
    height: 330px !important;
    border-radius: 10px;
    padding: 0 !important;
  }
}

/*=============================================================*/
/*------------------------------------------------- iPad  PRO ---------------------------------------------*/
/*=============================================================*/

/*------------- Portrait-----------------*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #theme-header-logo {
    width: 10%;
  }
  a.logregbtn {
    width: 25%;
  }
  img.logreg-bg {
    margin-top: -77px;
  }
  .hp-prodlist {
    width: 80%;
    height: 411px;
  }
  ol#faq_modal li.question {
    width: 40%;
    display: inline-block;
  }
  #cms5-prod-list ul #addcart a {
    width: 37%;
  }
  #cms5-prod-list ul {
    width: 20%;
  }

  .logreg-sec {
    width: 50%;
    margin: auto;
  }
  .log-reg .logo {
    width: 20%;
    padding: 20px 0;
  }
  .mega-jackpot {
    width: 35%;
    margin: auto;
    position: relative;
  }
  .jackpot-placement ul > li {
    width: 15%;
    margin: 15px;
  }
  .result-btn {
    width: 25%;
  }
  .jackpot-section {
    width: 55%;
    margin: auto;
  }
}
