/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto-Regular.ttf);
} 

@font-face {
    font-family: 'Roboto-Bold';
    src: url(fonts/Roboto-Bold.ttf);
}



:root{
    --family :'Roboto' !important;
    --family-bold :'Roboto-Bold' !important;
    --color: #072d4d;
    --color-hover:#ffa302;
}



body{
    font-size: 15px !important;
    font-family: var(--family) !important;
    overflow: hidden;
    color: #000;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
    color: #000;
    font-family: var(--family) !important;
}


p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
.display-product a.quick-view,
a.quick-view.quick-view-added {
    display: none;
}



/****************************************/
.btn-top {
    background-color: #0d6efd;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.8));
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 10px;
    min-width: 120px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
}
.btn-top:hover {
    background-color: #0b5ed7;
    color: #fff;
}
.btn-top.red:hover {
    background: linear-gradient(90deg,#f7ba22,#f49a25 50%,#f7ba22) 100%/200%;
    color: #fff;
}
.btn-top.red {
    background: linear-gradient(90deg,#f7ba22,#f49a25 50%,#f7ba22) 0/200%;
}

.banner-top {
    margin-bottom: -20px;
}

a.woocommerce-store-notice__dismiss-link-left {
    position: absolute;
    left: 10px;
    top: 0;
    background-color: rgba(51,51,51,.9);
    border-radius: 12px;
    box-shadow: 0 0 2px rgb(0 0 0 / 90%);
    color: #fff;
    font-size: 16px;
    padding: 5px; 
}

/************************************/

.home-date {
    -webkit-box-ordinal-group: 3;
    -webkit-box-pack: end;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    margin: 2px 10px 2px 0;
    order: 2;
    font-size: 20px;
    font-family: var(--family-bold) !important;
}



.header-bottom {
    background-image: linear-gradient(0deg,#fd7900,#feae00);
    position: relative;
    z-index: 9;
}

.header:not(.transparent) .header-bottom-nav > li {
    padding: 5px 6px;
}
.header:not(.transparent) .header-bottom-nav > li a {
  font-size: 14px;
  font-family: var(--family) !important;
}
.header:not(.transparent) .header-bottom-nav > li.active,
.header:not(.transparent) .header-bottom-nav > li:hover{
    background: rgba(0,0,0,.2);
}
.header:not(.transparent) .header-bottom-nav > li.active a,
.header:not(.transparent) .header-bottom-nav > li:hover a {
    color: #fff !important;
    font-family: var(--family-bold) !important;
}


.nav-dropdown-default {
    padding: 0px;
    border: 0px;
}
.nav-dropdown  li {
   border-bottom: 1px solid #eaeaea;
   padding: 5px 0px;

}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a { 
    padding: 5px 10px;
    display: block;
    border-bottom: 0px;
    font-weight: 500;
    color: #000 !important;
    font-family: var(--family) !important;
}



.nav-dropdown-default .nav-column li:hover>a,
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: var(--color) !important;
}


.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

.nav-dropdown>li.nav-dropdown-col{display:block}

.nav-dropdown{border:1px solid #ddd; padding:0;margin-top: 5px;}

.nav-column.nav-dropdown-default>li>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a{
    font-weight:normal !important;
    text-transform:none !important;
    font-size:15px;
    font-weight:500;
    color: var(--color) !important;
}


.nav-dropdown .nav-dropdown-col>ul{
    border: 1px solid #d2d2d2;
    margin-top:-34px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}

.nav-dropdown .nav-dropdown-col .menu-item-has-children {
   margin-top: 0px;
}

.nav-dropdown .nav-dropdown-col>ul li a{
    padding:10px;  text-transform: none;color:black
}

.nav-column.nav-dropdown-default li.menu-item-has-children ul{
    border: 1px solid #d2d2d2;
    margin-top: -40px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;z-index: 9;
    background: white;
    min-width: 240px;
}
.nav-column.nav-dropdown-default li.menu-item-has-children:hover >ul,
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

.header-button a {
    background: var(--color-hover) !important;
    color: #fff;
    font-weight: bold;
}
.sidebar-menu.no-scrollbar {
    background: var(--color);
}

.sidebar-menu.no-scrollbar ul li a{
    font-weight: 500;
    color: #fff;
    font-family: var(--family) !important;
}

/*******************************************************/

.marquee-item {
    display: flex;
    float: left;
    background-color: #f9bb1f;
    border-radius: 50px;
    color: #1c1820;
    font-size: .9rem;
    font-weight: 700;
    margin: 0 10px;
    padding: 8px 15px;
}
.marquee-item:before {
    background-color: #da494b;
    border-radius: 20px;
    color: #fff;
    content: attr(data-content);
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
    padding: 3px 9px;
}

.title-news h3 {
    background-color: #feb000;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    padding: 10px;
    font-weight: 300;
}
.item-icon {
    padding: 30px;
}

.item-icon .icon-inner {
    color: #feb000;
    flex-grow: 2;
}
.item-icon .icon-box-text {
    text-align: justify;
    font-weight: 400;
}

.home-type .item {
    backface-visibility: hidden;
    background-color: #000;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    transition: .3s;
}
.home-type .item:nth-child(2) {
    margin-top: 15px;
}
.home-type .type-title {
    align-items: center;
    background: #e7e7e7;
    color: #000;
    font-size: 19px;
    justify-content: center;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 0px;
}
.home-type .type-title img {
    margin-right: 5px;
}
.home-type .act-btn {
    background: linear-gradient(180deg,#fff,#fdbb2d);
    bottom: 0;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    height: 50px;
    left: 0;
    opacity: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 100%;
}

.home-type .item:hover .act-btn {
    opacity: 1;
}

.main-title {
    color: #fcb913;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 8px;
    margin-left: 10px;
    padding: 15px 0 4px;
    position: relative;
    text-transform: uppercase;
}
.main-title:before {
    background-color: #fcb913;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.home-jackpot .jackpot-item {
    background: #ffb600d6;
    cursor: pointer;
    height: 122px;
    margin-bottom: 14px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.home-jackpot .jackpot-item:before {
    background: rgba(254,228,104,.3);
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 1s;
    width: 0;
    z-index: 2;
}
.home-jackpot .jackpot-item .img {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}
.home-jackpot .jackpot-item .text {
    align-items: flex-end;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 900;
    height: 100%;
    justify-content: center;
    right: 0;
    line-height: 1.3;
    padding: 10px 20px;
    position: absolute;
    text-shadow: 0 1px 0 rgb(100 72 30 / 50%);
    top: 0;
}
.home-jackpot .jackpot-item .text h5 {
    font-size: 25px;
    line-height: 23px;
    margin-bottom: 9px;
    color: #fff;
    text-transform: uppercase;
}
.home-jackpot .jackpot-item .text span {
    font-size: 20px;
}
.champions-box .champions-header {
    align-items: center;
    animation: lightAnimation 3s ease 0s infinite normal none running;
    background: #f90;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    display: flex;
    height: 45px;
    justify-content: center;
    padding: 0 30px;
}
.champions-box .champions-header span {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 26px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    text-transform: uppercase;
}

.champions-box .champions-list {
    background-color: #37353b;
    height: 214px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.champions-box .champions-list::-webkit-scrollbar-track{
    background-color: #000;
}

.champions-box .champions-list::-webkit-scrollbar{
    width: 8px;
    background-color: #000;
}

.champions-box .champions-list::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #eaeaea;
    height:150px;
}

.champions-box .champions-list li {
    list-style: none;
    margin: 0px;
}

.champions-box .champions-list .winner-item {
    align-items: center;
    background: linear-gradient(180deg,#2b2a2e,#252326);
    cursor: pointer;
    display: flex;
    height: 46px;
    justify-content: space-between;
    margin-bottom: 1px;
    padding: 0 80px;
    transition: all .5s ease;
}
.champions-box .champions-list .winner-item:hover {
    background: linear-gradient(180deg,#2f2f31,#09060d);
    transition: all .5s ease;
}
.champions-box .champions-list .winner-item .item-image {
    border: 1px solid #6f6f70;
    border-radius: 50%;
    height: 32px;
    margin-right: 16px;
    overflow: hidden;
    width: 32px;
}
.champions-box .champions-list .winner-item .item-name {
    color: #ccc;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 120px;
}
.champions-box .champions-list .winner-item .item-coin {
    align-items: center;
    background: #1f1f1f;
    border-radius: 4px;
    box-shadow: inset 0 2px 4px rgb(4 4 4 / 40%);
    color: #ffcd57;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 24px;
    justify-content: flex-start;
    line-height: 20px;
    padding: 0 8px;
    text-transform: uppercase;
    width: 184px;
}
.champions-box .champions-list .winner-item .item-coin .img-coin {
    display: block;
    height: 15px;
    margin-right: 9px;
    width: 15px;
}
.nav-line>li:hover>a:before,
.nav-line>li.active>a:before {
    opacity: 0;
}
.home-news .nav-line{
    margin-bottom: -25px
}
.home-news .nav-line>li.active>a {
    color: #fcb913;
}
.home-news .nav-line>li {
    padding: 0px 15px;
}
.home-news .nav-line>li a {
    color: #000;
    font-size: 16px;
    font-family: var(--family) !important;
}
.home-news .nav-line>li:nth-child(1) a span:before{
    content: "\f24e";
    margin-right: 5px;
    font-family: FontAwesome;
}
.home-news .nav-line>li:nth-child(2) a span:before{
    content: "\f1e3";
    margin-right: 5px;
    font-family: FontAwesome;
}
.home-news .nav-line>li:nth-child(3) a span:before{
    content: "\f008";
    margin-right: 5px;
    font-family: FontAwesome;
}

.row.blog-1.large-columns-1.medium-columns-1.small-columns-1 {
    margin-top: 10px;
}
.row.blog-1 .box-text.text-center {
    background: #27376b;
}
.row.blog-1 .box-text.text-center h5 {
    font-size: 16px;
}
.home-news .cot-3 {
    padding-right: 0px;
}
.home-news .cot-3 .col-inner {
    height: 100%;
}

.home-news .col.post-item {
    padding: 0px 15px 0px;
}

.home-news .col.post-item .box-vertical {
    margin-bottom: -3px;
}

.home-news .col.post-item .box-vertical h5 {
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.5px;
    line-height: 20px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    top: auto;
    transition: .3s;
}

.home-news .col.post-item .box-vertical h5:hover{
    color: #fcb913;
}


.home-news .box-badge {
    margin-top: 5px;
}
.home-news .box-badge .box-text {
    background: #27376b !important;
    bottom: 0% !important;
}

.home-news .box-badge .box-text h4 {
    font-size: 13px;
    color: #fff;
}

.tutorial-box-list .tutorial-box-item {
    margin-bottom: 15px;
}
.tutorial-box-list .tutorial-box-item a {
    align-items: center;
    background: linear-gradient(180deg,#fff,#fdbb2d);
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 25px;
    height: 129px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
}
.tutorial-box-list .tutorial-box-item a:hover {
    background: #fcb913;
}
.tutorial-box-list .tutorial-box-item a i {
    font-size: 20px;
}
.tutorial-box-list .tutorial-box-item a p {
    text-transform: uppercase;
    font-size: 20px;
}
/***************************************************/

.footer-1 {
    background-repeat: no-repeat;
    background-position: bottom;
}

.title-footer h3 {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 20px;
    color: #f5dab2;
    font-weight: 500;
}

.logo-footer img {
    width: 128px;
    height: 65px;
}
.content-footer {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

.footer-logo-list img {
    height: 48px;
    width: auto;
    padding: 0px 5px;
}

.content-footer p {
    margin: 20px 0px;
    color: #fff;
}
.menu-footer li {
    margin-bottom: 15px;
}
.menu-footer li a {
    font-size: 16px;
    color: #fff !important;
}
.menu-footer li:hover a{
    color: #faa011; !important;
}

.menu-footer.menu-name {
    margin-top: 35%;
}
.logo-bank .item {
    cursor: pointer;
    float: left;
    list-style: none;
}
.logo-bank .item .img-card {
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    filter: grayscale(1) opacity(.8);
    margin: 10px;
    transition: all .2s ease-in;
}
.logo-bank .item .img-card:hover {
    filter: grayscale(0) opacity(1);
}

.provider-list-box img {
    display: block;
    height: 42px;
    margin-bottom: 2px;
    margin-right: 20px;
}
.provider-list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.absolute-footer {
    display: none;
}

.nav-social {
    position: fixed;
    right: 10px;
    top: 200px;
    width: 70px;
    z-index: 25;
}
.nav-social li {
    list-style: none;
}
.nav-social li a {
    background-image: linear-gradient(90deg,#f8e72b,#f0a21c);
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px #ffdd4b, 0 2px 5px 0 rgb(0 0 0 / 60%);
    color: rgba(255,255,255,.9);
    display: block;
    font-size: 12px;
    height: 70px;
    line-height: 1.4;
    overflow: initial;
    text-decoration: none;
    transform: translateZ(0);
    transition: transform .3s linear;
    transition: .3s ease;
    width: 70px;
    margin-bottom: -8px;
}
.nav-social li a:hover {
    background-image: linear-gradient(90deg,#f0a21c,#cc850a);
    box-shadow: inset 0 0 0 1px #cc850a, 0 0 3px 0 rgb(0 0 0 / 30%);
    height: 70px;
    transform: translateX(0);
}

.nav-social li a>img {
    height: 40px !important;
    width: 40px !important;
    margin-top: 5px;
}
.nav-social li a>h2 {
    align-items: center;
    color: #e6001d;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    font-weight: 400;
    height: 24px;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
    transform: scale(.75);
    width: 100%;
}

.event-qmenu {
    animation: aqm 1.8s ease infinite;
    bottom: 10px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.8));
    left: 0;
    min-height: auto!important;
    position: fixed;
    transition: .3s ease;
    width: 110px;
    z-index: 21;
}

.event-qmenu.menu-close {
  transform: translateX(-83px);
}


/*@keyframes aqm{
    0%{filter:drop-shadow(0 2px 8px rgba(0,0,0,.8))}
    55%{filter:drop-shadow(0 2px 6px #ffc84c)}
    70%{filter:drop-shadow(0 2px 6px #ffd065)}
    100% {filter: drop-shadow(0 2px 8px rgba(0,0,0,.8))}
    to{filter:drop-shadow(0 2px 8px rgba(0,0,0,.8))}}
    .event-qmenu.menu-close{transform:translateX(-83px)}
    .event-qmenu.menu-close .handle:after{
        left:-13px;
        text-shadow:0 1px 3px #cb8d00;
        transform:translateY(-50%) rotate(0deg)
    }
}*/

.event-qmenu .handle {
    bottom: 5px;
    cursor: pointer;
    position: absolute;
    right: 2px;
    width: 30px;
}

.event-qmenu .handle::after {
    speak: none;
    color: rgb(255, 255, 255);
    content: "\f0d9";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    left: -5px;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-shadow: rgb(203, 141, 0) 0px -1px 3px;
    text-transform: none;
    top: 30%;  
    width: 30px;
    font-family: FontAwesome;
    font-variant: normal;
}
.event-qmenu .handle path {
    fill: #feb000;
}

.event-qmenu .cont {
    align-items: center;
    background-color: rgba(0,0,0,.8);
    border: 3px solid #feb000;
    border-bottom-right-radius: 15px;
    border-left: 0;
    border-top-right-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    min-height: 103px;
    padding: 10px;
    width: 80px;
}

.event-qmenu .cont .event-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 5px 0;
    position: relative;
    transition: .3s ease;
    width: 60px;
}
.event-qmenu .cont .event-item:hover {
    transform: scale(1.2);
}
.event-qmenu .cont .event-item img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}


.mobile .btn-top {
    min-width: 50%;
    margin: 0px;
    float: left;
    border-radius: 0px;
    background: #cc001b;
    font-size: 20px;
    filter: drop-shadow(0px 0px 0px black);
}
.mobile .btn-top.red {
    background-color: #f89c21;
}
.home-mobile-menu {
    margin-top: 15px;
}
.tab-wrapper li {
    list-style: none;
}
.home-mobile-menu .item:hover{
     background-color: #f89c21;
}
.home-mobile-menu .item img {
    display: block;
    filter: brightness(500%) grayscale(100%);
    height: 28px;
    margin-bottom: 8px;
    width: 28px;
    margin: 0px auto;
}
.home-mobile-menu .item h3 {
    font-size: 11px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.owl-next,
.owl-prev {
  position: absolute;
  top: 30%;
}
.owl-next i,
.owl-prev i{
  color: #fff;
  font-size: 17px;
}
.owl-next {
    right: -10px;
}
.owl-prev {
    left: -10px;
}

h3.home-footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

h3.home-footer-title img {
    margin-right: 10px;
}

.home-mobile-game-hot .item {
    padding: 10px;
}


.bottom-contact-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
    background: #000;
}
.bottom-contact-mobile ul li {
    width: 20%;
    float: left;
    list-style: none;
    text-align: center;
    font-size: 13.5px;
}
.bottom-contact-mobile ul li  img {
    height: 23px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.bottom-contact-mobile ul li span {
    color: #fff;
    font-size: 12px;
}

.menu-footer-mobile {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
}
.menu-footer-mobile a {
    color: #fb0;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 2px;
    transform: scale(.95);
    width: 33.333%;
}


@media (min-width: 992px) {
    .mobile{display: none;}
}


@media only screen and (max-width: 991px) {
   
   .PC{display: none;}

}

@media only screen and (max-width: 767px) {
   
 
}

@media only screen and (max-width: 500px) { 
    .footer-logo-list img {
        margin-bottom: 35px;
    }
    .menu-footer.menu-name {
        margin-top: 0%;
    }
    .event-qmenu {
        bottom: 80px;
    }
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

