body { font-family: 'robotoregular';font-weight: 400;font-style: normal;font-size: 14px;width: 100%;}
img{  max-width: 100%;}
li{ list-style: none;}
a:hover{ text-decoration: none !important;}
p:hover{ text-decoration: none !important; }
h1, h2, h3, h4, h5, h6, ol, li, ul, a, img, p, span, strong{ padding: 0px; margin: 0px;}
a:hover,a:focus{ outline: none; text-decoration: none}
*{ padding: 0; margin: 0; box-sizing: border-box}

section{ float:left; width:100%}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'glacial_indifferencebold';
    src: url('fonts/glacialindifference-bold-webfont.woff2') format('woff2'),
         url('fonts/glacialindifference-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('fonts/glacialindifference-regular-webfont.woff2') format('woff2'),
         url('fonts/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.woff2') format('woff2'),
         url('vroboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a { margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
/*------------Header---------------*/
.home-main{float:left; width:100%; position:relative; /* background: url(../../img/front/banner-bg.png) no-repeat left top; background-size: cover; */ }
/*.inner-main{float:left; width:100%; position:relative;background: url(../../img/front/inner-header-bg.png) no-repeat left top; background-size: cover;}*/
.inner-main {float: left;width: 100%;position: relative; background: #f35971; border-bottom: 1px #f35971 solid;}
.menu_header .navbar {padding: 0;}
header {float:left;width: 100%;}
header .menu_header .navbar-nav li{ display: inline-flex; padding: 1px; margin-right: 30px;}
header .menu_header .navbar-nav li:hover,
header .menu_header .navbar-nav li.active{ font-family: 'glacial_indifferencebold';}
.menu_header .navbar-nav .nav-link { color: #000; font-size: 17px;  font-family: 'glacial_indifferenceregular'; padding:3px 14px; text-transform:uppercase;
 font-weight: normal; position: relative}
.menu_header .navbar-nav .nav-item .nav-link:hover,
.menu_header .navbar-nav .nav-item.active .nav-link { color: #fff ; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef7c8d+0,ef2f4c+100 */
background: rgb(239,124,141); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(239,124,141,1) 0%, rgba(239,47,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(239,124,141,1) 0%,rgba(239,47,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(239,124,141,1) 0%,rgba(239,47,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c8d', endColorstr='#ef2f4c',GradientType=1 ); /* IE6-9 */

border-radius: 4px
}
.menu_header .navbar-nav .nav-item.active .nav-link {  font-family: 'glacial_indifferencebold';}
.menu_header .navbar-nav .nav-item.active .nav-link:before,
.menu_header .navbar-nav .nav-item .nav-link:hover:before{ position: absolute; left: -60px; top: -47px; content: ""; 
/* background: url(../../img/front/star.png) no-repeat left top;width: 120px; */ height: 120px;background-size: 100%; }
.menu_header .navbar-nav .nav-item:hover,
.menu_header .navbar-nav .nav-item.active {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffee86+0,8e6d2a+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef7c8d+0,ef2f4c+100 */
background: rgb(239,124,141); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(239,124,141,1) 0%, rgba(239,47,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(239,124,141,1) 0%,rgba(239,47,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(239,124,141,1) 0%,rgba(239,47,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7c8d', endColorstr='#ef2f4c',GradientType=1 ); /* IE6-9 */

 border-radius: 5px
}

.menu_header {display: inline-block;width: 100%; padding: 10px 0 }
.menu_header .navbar-nav .nav-link.btn-primary {background: #ef534e;border-color: #ef534e;padding-left: 25px;padding-right: 25px;line-height: 24px;}
.show-mobile{ display:none !important}
.mobile-logo {text-align: center;}


.header__secondary {background-color: #f1f1f1;float: left;width: 100%;padding: 5px 0;}
.right_p0 { float: right;}
.menu_header.fixed-me {padding: 0px 20px !important;margin-bottom: 5px;	position: fixed;top: 0;z-index: 888;width: 100%;border-bottom: none !important;
left: 0;box-shadow: 0 0 10px 0 #333;border-radius: 0;border-color: #fff;color: #000;}

header .menu_header .mobile_sh{ display: none}
#toTop {background: #1c1c1c;border-radius: 50%;bottom: 70px;cursor: pointer;display: none;font-weight: bold;height: 40px;line-height: 37px;padding: 0;position: fixed;right: 10px;
text-align: center;transition: transform 0.5s ease 0s;width: 40px;z-index: 999999;}

.banner-text {width: 100%;padding: 0px 0 60px;float:left; text-align: center}
.banner-text h1 {color: #fde2a3;font-size: 40px;font-family: 'robotolight'; text-transform:uppercase}

.banner-text-box {display: inline-block;padding: 40px;text-align: center;}
.menu_header.fixed-me .navbar-brand {display: block;margin: 0;padding: 0;width: 36px;}
.slide-img {display: inline-block;width: 100%; position: relative}
.flower-img {position: absolute;left: 0;top: 29%;left: 26%;transform-origin: 139.8px 167.8px;animation: rotate 4s linear infinite;}
.slide-img img {max-width: 90%;}
.goodluck-img {float: left;width: 100%;margin-top: -110px;}
.cart-bx {float: right;}
.search-bx {display: inline-block;margin-right: 20px;}
.cart-icon {border-left: 1px #4f574f solid;padding-left: 30px;margin-left: 9px;display: inline-block;}
.play-game-section {background: #020b00;text-align: center;padding: 14px 0;}
.play-game-section .slide-title h2 {color: #fff;font-size: 30px;font-family: 'robotolight';}
.mobile-hide {display: inline-block;}
.typed{ color: #fde2a3; font-family: 'robotoregular';}
.typed-cursor{ padding: 0 3px}


.menu_header .navbar-nav li.Credits-Dropdown:hover .dropdown-menu {
    display: block;
}
.Credits-Dropdown > a {
	border: 1px #f25a71 solid;
	border-radius: 4px;
}
.Credits-Dropdown > a:hover {
	border:  1px transparent solid;
	border-radius:4px;
}
.slider-top {
	width: 100%;
	float: left;
}
.slider-top .carousel-control-prev, .slider-top .carousel-control-next {width: 40px;color: #f1f1f1;opacity: 1;height: 40px;background: transparent;
 font-size: 50px;border-radius: 5px;box-shadow:none;top: 50%;transform: translate(0,-50%);}
.slider-top .carousel-control-prev {left: 10px;}
.slider-top .carousel-control-next {right: 10px;}
/*--------------about-section-----------*/
.about-section{ /* background: url(../../img/front/about-bg.png) no-repeat left top; */ background-size: cover; padding: 70px 0}
.about-text {display: inline-block; padding-top: 35px;}
.about-text h2 {color: #444;font-size:47px;font-family: 'robotoregular'; text-transform:uppercase}
.about-text h3 {color: #646464;font-size: 47px;font-family: 'robotobold';}
.about-text p {color: #7b7b7b;font-size: 15px;font-family: 'robotolight'; padding: 5px 0 20px}
.about-video {float: right;width: 90%;border-radius: 20px;overflow: hidden; position: relative}
.play-icon {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.GatewayMarketServicesMobileSection .btn-primary,
.GatewayMarketplaceSection .btn-primary,
.GatewayMarketServicesSection .btn-primary,
.about-text .btn-primary{ background-color: transparent; border: none; /*background-image: url(../../img/front/play-button.png); background-repeat: no-repeat;*/
background-position: left top; color: #fff; font-size: 25px;font-family: 'robotobold';padding: 11px 34px;
text-align: center;margin-left: 0px; box-shadow: none; outline: none;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed5e71+0,ef2f4c+100 */
background: rgb(237,94,113); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(237,94,113,1) 0%, rgba(239,47,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(237,94,113,1) 0%,rgba(239,47,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(237,94,113,1) 0%,rgba(239,47,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5e71', endColorstr='#ef2f4c',GradientType=1 ); /* IE6-9 */

}
.GatewayMarketplaceSection .btn-primary:hover,
.GatewayMarketServicesSection .btn-primary:hover,
.portable-gaming-middel .btn-primary:hover,
.about-text .btn-primary:hover{ opacity: 0.8}
.burma-bif-slide > img,
.burma-bif > img {   transition: 0.5s all ease-in-out;  } 
.burma-bif-slide:hover > img,       
.burma-bif:hover > img {    transform: scale(1.2);  } 
/*------------------games-section----------------*/
.games-section{/* background: url(../../img/front/game-bg.png) no-repeat center top; */ background-size: cover; padding: 70px 0; position: relative}
.game-bg-left{ position: absolute; left: 0; top: 0; width: 20%; display: none;}
.game-bg-right{ position: absolute; right: 0; bottom: 0;width: 20%; display: none;}
.games-section h2 {color: #fde2a3;font-size:53px;font-family: 'robotoregular'; text-transform:uppercase; text-align: center; position: relative}
.game-bxs {display: inline-block;width: 100%;margin-top: 70px;}
.game-img {/*display: inline-block;*/width: 100%;overflow: hidden;border-radius: 17px 17px 0 0;height: 310px;background: transparent;}
.game-bxs .card {border: none;border-radius: 20px; background: #f0eeee; margin-bottom: 30px;}
.game-bxs .card .card-title{ text-align: center}
.game-bxs .card .card-title a {color: #1f1f1f;font-size: 25px;font-family: 'robotomedium';width: 100%;overflow: hidden;text-overflow: ellipsis;
 white-space: nowrap;display: inline-block;}
.game-bxs .card .card-title a:hover {color: #024f01;}
.game-bxs .card .card-body {border-top: 1px #ddd solid;}
.game-bxs .card ul {display: inline-block;width: 100%;margin: 20px 0 2px; text-align: center}
.game-bxs .card ul li {display: inline-block;width: 22.2%;margin-right: 1%;margin-bottom: 5px;}
.game-bxs .card ul li:last-child {margin-right: 0;}
.game-bxs .card ul li a {display: block;background: #edeae5;color: #000000;font-size: 16px;font-family: 'robotomedium';box-shadow: 0 0 0 1px #b6b5b5;
border-radius: 3px;text-align: center;padding: 5px 2px;}
.game-bxs .card ul li a:hover { color: #000; box-shadow: 0 0 0 1px #bc9b48;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bc9b48+0,f8e073+29,f4d45d+100 */
background: #bc9b48; /* Old browsers */
background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); /* IE6-9 */
}
/*------------------portable-gaming-section----------------*/
.portable-gaming-section{background: url(../../img/front/portable-gaming-bg.png) no-repeat left top; background-size: cover; padding: 40px 0; position: relative}
.portable-gaming{ display: inline-block; width: 440px;}
.portable-gaming-top{background: url(../../img/front/portable-gaming-top.png) no-repeat left top; float: left;width: 100%;height: 33px;background-size: contain;}
.portable-gaming-middel{background: url(../../img/front/portable-gaming-middel.png) repeat-y left top;background-size: contain;padding: 17px 40px 0;text-align: center; 
display: inline-block; width: 100%}
.portable-gaming-bottom{background: url(../../img/front/portable-gaming-bottom.png) no-repeat left top; float: left;width: 100%;height: 90px;background-size: contain;}
.portable-gaming-middel h2 {color: #fde2a3;font-size: 40px;font-family: 'robotoregular';text-transform: uppercase;}
.portable-gaming-middel h2 span {font-family: 'robotomedium';}
.portable-gaming-middel p {color: #fff;font-size: 22px;font-family: 'robotolight';padding: 10px 0 20px;}
.portable-gaming-middel .btn-primary {background-color: transparent;border: none;background-image: url(../../img/front/play-button.png);background-repeat: no-repeat;
background-position: left top;color: #000000;font-size: 25px;font-family: 'robotobold';padding: 23px 0 0 28px;height: 76px;width: 248px;text-align: center;
margin-left: -14px; box-shadow: none; outline: none}
/*----------------gaming-signup-section------------------*/
.gaming-signup-section{background:#ffffff url(../../img/front/signup-bg.png) no-repeat 90% top; padding: 70px 0; position: relative; text-align: center}
.gaming-signup-section h2 {color: #020c00;font-size: 48px;font-family: 'robotoregular';text-transform: uppercase;}
.gaming-signup-section p {color: #020c00;font-size: 25px;font-family: 'robotolight';padding: 10px 0 20px;}
.gaming-signup {max-width: 550px;margin: 0 auto;padding-top: 30px;}
.gaming-signup input[type="tel"],
.gaming-signup .form-control {padding: 3px 10px;font-size: 23px;color: #747773;border: none;border-radius: 0;border-bottom: 1px #ddd solid;
font-family: 'robotolight'; box-shadow: none; outline: none}
.gaming-signup .btn-primary {color: #fff;background-color: #27ae60;border-color: #27ae60;font-size: 28px;font-family: 'robotobold';width: 69%;
 padding: 12px 15px;border-radius: 2px;margin-top: 40px;}
.gaming-signup .btn-primary:hover {color: #fff;background-color: #0b150a;border-color: #0b150a;}
/*------------Footer-and--------------*/
footer {float:left;width: 100%; border-top: 1px solid #404040; text-align: center; padding: 20px; background: #efefef; }
footer p { color: #000; font-size: 16px;font-family: 'robotolight';}
.cart-boxes {position: fixed;right: 20px;top: 50%;transform: translate(0,-50%); text-align: right;width: 210px;display: none;
 transition: transform 0.5s ease 0s;z-index: 999999;}
.add-cart {display: inline-block;width: 54px;position: relative;}
.count {position: absolute;background: #135f0e;width: 25px;height: 25px;border-radius: 50%;color: #fff;right: -8px;top: -7px;font-size: 14px;line-height: 23px;
font-family: 'robotomedium'; text-align: center;}
.cart-product {display: inline-block;width: 100%;padding: 3px; border-radius: 7px; margin-top: 10px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fce19b+0,fffba1+35,665126+67,e3e191+100 */
background: #fce19b; /* Old browsers */
background: -moz-linear-gradient(left,  #fce19b 0%, #fffba1 35%, #665126 67%, #e3e191 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #fce19b 0%,#fffba1 35%,#665126 67%,#e3e191 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #fce19b 0%,#fffba1 35%,#665126 67%,#e3e191 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce19b', endColorstr='#e3e191',GradientType=1 ); /* IE6-9 */
}
.cart-product-box {width: 100%;background: #0b150a;border-radius: 5px;padding: 0px 10px;text-align: left;max-height: 200px;overflow-y: auto;float: left;}
.cart-product-box ul {display: inline-block;width: 100%;}
.cart-product-box ul li {display: inline-block;width: 100%;color: #fff;border-top: 1px #3c443b solid;padding: 5px 0; float: left}
.cart-product-box ul li:first-child {border-top: none;}
.cart-product-box ul li span {display: inline-block;font-size: 14px;font-family: 'robotolight';float: left;width: 70%;overflow: hidden;
	text-overflow: ellipsis;white-space: nowrap;}
.cart-product-box ul li b{ display: inline-block; font-size: 14px;font-family: 'robotomedium'; font-weight: normal; float: right}

/*==========================================================*/
/*------------------product-checkout-section-------*/
.product-checkout-section{ padding: 70px 0}
.product-checkout-section h2 {color: #fde2a3;font-size: 40px;font-family: 'robotoregular'; border-bottom: 1px #354433 solid; padding-bottom: 15px;}
.product-checkout {display: inline-block;width: 100%;margin-top: 30px;}
.product-checkout label {color: #fff;font-size: 16px;font-family: 'robotolight';}
.product-checkout .form-group .form-control {height: 50px;font-family: 'robotolight';font-size: 16px;;color: #fff;background-color: #021200;border: 1px solid #ffe79e;}
.street-address {display: inline-block;width: 100%;margin-top: 20px;}
.select-contry { display: inline-block; width: 100%; padding-bottom: 0; vertical-align: top }
.select-contry span { display: inline-block; float: left; overflow: hidden; width: 100%; padding: 0; text-transform: none; position:relative }
.select-contry span:after {   background-color: #021200; color: #fff; height: 46px; padding: 3px 20px; position: absolute; right: 1px; top: 1px; border-radius: 0 5px 5px 0; 
 content: "\f107"; font-family: 'FontAwesome'; font-size: 27px }
.select-contry span:after { z-index: 0;  bottom: 0; pointer-events: none }
.select-contry select option { padding: 0 5px; color: #333; background: #fff }
.select-contry select { -moz-appearance: none;
 appearance: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none }
.select-contry .form-control { box-shadow: none; height: 50px !important}
.form-group-left {float: left;width: 48%;}
.form-group-right {float: right;}
.product-checkout .form-group {display: inline-block;width: 100%;}
.product-checkout .form-group textarea.form-control{ height: 154px;}
.your-orders-main {display: inline-block;width: 100%;border: 4px #fce19b solid;padding: 10px 20px;border-radius: 6px;background: rgba(16,48,15,0.4);}
.your-orders-main h4 {color: #fde2a3;text-align: center;padding: 10px 0;font-size: 26px;font-family: 'robotomedium';}
.your-orders {display: inline-block;width: 100%;border-bottom: 1px #364135 solid;padding: 8px 0;float: left;}
.your-orders:last-child{ border-bottom: none}
.your-orders strong {color: #fde2a3;font-size: 18px;font-weight: normal;display: inline-block;width: 70%;float: left;}
.your-orders span {float: right;color: #fff;font-size: 17px;font-family: 'robotolight';}
.choose-payment {display: inline-block;width: 100%;margin-top: 0px;}
.choose-payment h3 {color: #fde2a3;font-size: 25px;margin-bottom: 20px;}
.form-check-left {float: left;background: #fff;padding: 10px;border-radius: 3px;min-height: 55px;}
.form-check-left.form-check-right {float: right;min-width: 150px;}
.form-check-left.form-check-right .form-check-label {color: #020c00;font-size: 20px;padding-left: 5px;}
.choose-payment p {display: inline-block;color: #b8b9b8;width: 100%;font-size: 19px;font-family: 'robotolight';line-height: 22px;margin-top: 10px;}
.order-btn {display: inline-block;width: 100%;margin-top: 30px;}   
.order-btn .btn-primary { color: #000;display: inline-block; border-radius: 4px; text-align: center; font-size: 20px;font-family: 'robotobold'; 
 padding: 10px 30px; border: none; text-transform: uppercase;
 background: #bc9b48; /* Old browsers */
 background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); /* IE6-9 */
}
/*---------------cart-page------------*/
.cart-main {display: inline-block;width: 100%;}
.cart-table {display: table;width: 100%;}
.cart-table-tr {display: table-row;width: 100%; position: relative}
.cart-table-th {display: table-cell;font-size: 18px;color: #fff;font-family: 'robotolight';border-bottom: 1px #354233 solid;padding: 8px 10px;}
.cart-table-td {display: table-cell;font-size: 18px;color: #fff;font-family: 'robotolight';border-bottom: 1px #354233 solid;padding: 15px 10px;
 vertical-align: middle;}
.delete-product {position: absolute;right: 10px;top: 50%;transform: translate(0,-50%);height: 18px;}
.delete-product a {float: left;line-height: 6px;}
.cart-product-img {width: 80px;overflow: hidden;border-radius: 5px;height: 80px;float: left;}
.cart-product-img img {width: 100%;height: 100%;object-fit: cover;}
.cart-table-td strong a,
.cart-table-td strong {color: #fde2a3;font-weight: normal;font-size: 16px;font-family: 'robotomedium';}
.cart-table-td .form-control {  width: 70px;}
.cart-table-tr:last-child .cart-table-td{ border-bottom: none }
.order-summary { display: inline-block; width: 100%; border: 4px #fce19b solid; padding: 10px 20px; border-radius: 6px; background: rgba(16,48,15,0.4);}
.order-summary h3 { color: #fde2a3; text-align: center; padding: 10px 0; font-size: 26px; font-family: 'robotomedium';}
.order-summary-bx { display: inline-block; width: 100%; border-top: 1px #364135 solid; padding: 15px 0; float: left;}
.order-summary-bx:first-child{ border-top: none}
.order-summary-bx strong { color: #fde2a3; font-size: 18px; font-weight: normal; display: inline-block; width: 70%; float: left;}
.order-summary-bx span { float: right; color: #fff; font-size: 17px; font-family: 'robotolight';}
.order-summary-btn{ padding-bottom: 20px;}
.order-summary-btn .btn-primary{ width: 100%}
.continue-shopping{ display: inline-block; width: 100%; padding-top: 30px; margin-top: 20px; border-top:1px #354233 solid }
.continue-shopping .btn-primary { color: #fff; background-color: #27ae60; border-color: #27ae60; padding: 8px 30px;font-family: 'robotobold';}
.continue-shopping .btn-primary i {  margin-right: 10px;}
/*-----------Detail-page----------------*/
.product-detail-section{ padding: 40px 0; /* background:#020c00 url(../../img/front/detail-bg.png) no-repeat center top; */ }
.product-detail-section h2 {color: #fde2a3;font-size: 40px;font-family: 'robotoregular';display: inline-block;}
.product-img {display: inline-block;width: 100%;border-radius: 10px;overflow: hidden;}
.product-img img {width: 100%;}
.detail-slide-product {margin-top: 50px;}
.product-detail {padding-left: 50px;}
.product-detail h3 {color: #fde2a3;font-size: 40px;font-family: 'robotoregular';}
.product-detail h4 {color: #fff;font-size: 35px;font-family: 'robotobold'; margin: 10px 0}
.product-detail h6 {color: #fff;font-size: 18px;font-family: 'robotolight'; margin-bottom: 20px}
.product-detail h6 a {color: #fff;font-size: 18px;font-family: 'robotolight';}
.product-item-detal {display: inline-block;width: 100%;border-bottom: 1px #353d33 solid;border-top: 1px #353d33 solid;padding: 10px 0;}
.product-item-detal ul {display: inline-block;width: 100%;padding-left: 17px;}
.product-item-detal ul li {float: left;width: 50%;padding: 3px 0;color: #fff;font-size: 16px;font-family: 'robotolight';list-style-type: disc;}
.product-item-price {display: inline-block;width: 100%;border-bottom: 1px #353d33 solid;padding: 12px 0;}
.product-item-price label {color: #fff;font-size: 20px;vertical-align: middle;margin: 0;}
.product-item-price ul {display: inline-block;width: 70%;margin:0; float: right}
.product-item-price ul li {float: left;width: 21.2%;margin-left: 3%;}
.product-item-price ul li a {display: block;background: #ffffff;color: #000000;font-size: 16px;font-family: 'robotomedium';
 border-radius: 3px;text-align: center;padding: 5px;}
.product-item-price ul li a.activeprice,
.product-item-price ul li a.activesize,
.product-item-price ul li a:hover { color: #000; 
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bc9b48+0,f8e073+29,f4d45d+100 */
 background: #bc9b48; /* Old browsers */
 background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); /* IE6-9 */
}
.quantity-block {margin: auto;font-size: 20px; position: relative}
.quantity-arrow-minus {cursor: pointer;font-size: 20px;padding: 5px 12px;width: 30px;box-sizing: border-box;border-radius: 4px;outline: none;position: absolute;left: 2px;top: 1px;
 background: #020c00;border: none;color: #fff; outline: none}
.quantity-arrow-plus {cursor: pointer;font-size: 20px;padding: 5px 7px;width: 30px;box-sizing: border-box;border-radius: 4px;outline: none;position: absolute;right: 2px;top: 1px;
 background: #020c00;border: none;color: #fff;outline: none}
 .quantity-arrow-plus:focus,
.quantity-arrow-minus:focus{ outline: none}
.quantity-num {font-size: 20px;padding: 5px 10px;border-radius: 4px;outline: none;width: 100%;text-align: center;background: #020c00;color: #fff;border: 1px #fff solid;}
.quantity-block input[type="number"]::-webkit-inner-spin-button,
.quantity-block input[type="number"]::-webkit-outer-spin-button {  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  margin: 0;}
.quantity-block input[type="number"] {  -moz-appearance: textfield;}
.product-item-quantity {display: inline-block;width: 100%;padding: 10px 0;}
.product-item-quantity label {color: #fff;font-size: 20px;vertical-align: middle;margin: 0;display: block;padding-bottom: 5px;}
.quantity-number {display: inline-block;width: 25%;}
.addcart-btn {float: right;width: 68%;}
.addcart-btn .btn-warning,
.addcart-btn a { color: #000; width: 48%; display: inline-block; border-radius: 4px; text-align: center; font-size: 22px;font-family: 'robotomedium'; 
                 padding: 4px 10px; border: none; margin: 0 1%;
background: #bc9b48; /* Old browsers */
background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); /* IE6-9 */
}
.related-product.games-section { padding-top: 10px}
.detail-slide-title .breadcrumb {background: transparent;padding: 0; margin: 0}
.detail-slide-title .breadcrumb a {color: #fde2a3;}
.detail-slide-title .breadcrumb-item.active {color: #fff;}
.nav.nav-tabs.luck-tab {padding-left: 20px;border-bottom: 1px solid #353d33;}
.luck-tab .nav-item.show .nav-link, .luck-tab .nav-link.active { color: #000; border: none;
background: #bc9b48; /* Old browsers */
background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); /* IE6-9 */
}

.luck-tab .nav-link{color: #fff; width: 100%; display: inline-block; border-radius: 4px 4px 0 0; text-align: center; font-size: 22px;
 font-family: 'robotomedium';  padding: 6px 30px; border: none;}
.luck-tab-section h3 {color: #fff;font-size: 20px;}
.variaton-info {display: inline-block;width: 100%;padding-top: 10px;color: #fff;}
.info-var {display: inline-block;width: 100%;}
.variation-label {display: inline-block;width: 130px;}
.luck-tab-section p {color: #fff;padding-top: 10px;  }

/*--------------------------------------/*/
.srch-tab-line {margin-top: 13px;float: right;width: 26%;}
.categoryes-select {float: left;width: 100%;}
.produst-left-part {float: left;}
.paging-product {margin-bottom: 5px;width: 100%;display: inline-block;}
.game-bxs.game-bxs-product {margin-top: 10px;}
.categoryes-select span { display: inline-block; float: left; overflow: hidden; width: 100%; padding: 0; text-transform: none; position:relative }
.categoryes-select span:after {   background-color: #021200; color: #fff; height: 38px; padding:0px 15px; position: absolute; right: 1px; top: 1px; border-radius: 0 5px 5px 0; 
content: "\f107"; font-family: 'FontAwesome'; font-size: 27px; line-height: 34px }
.categoryes-select span:after { z-index: 0;  bottom: 0; pointer-events: none }
.categoryes-select select option { padding: 0 5px; color: #333; background: #fff }
.categoryes-select select { -moz-appearance: none;
 appearance: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none }
.categoryes-select .form-control {height: 40px !important;font-family: 'robotolight';font-size: 16px;color: #fff;background-color: #021200;
 border: 1px solid #ffe79e; box-shadow: none;}
.countpaging {display: inline-block;}
.paging-product .pagination li {margin-left: 8px;}
.paging-product .pagination li span, .paging-product .pagination li a {background: #021200;border: 1px solid #ffe79e;padding: 4px 10px;color: #fff;font-size: 16px;display: inline-block;
                 line-height: 20px;}
.paging-product .pagination li.active span {background: #ffe79e;color: #021200;}
/*--------------------20210201-------------------------*/
.selected-price-block {display: inline-block;width: 100%;border-bottom: 1px #353d33 solid;padding: 4px;}
.select-text-success {color: #fde2a3;font-size: 40px;font-family: 'robotoregular';}
.product-item-size ul li {float: left;width: 16.2%;margin-left: 3%;}
.cetegory-selected {display: inline-block;width: 100%;border-top: 1px #353d33 solid;padding-top: 12px;margin-top: 10px;}
.cetegory-selected span {color: #fff;font-size: 20px;vertical-align: middle;margin: 0;display: inline-block;padding-bottom: 5px;}
.cetegory-selected a {color: #fde2a3;font-size: 20px;vertical-align: middle;margin: 0;display: inline-block;padding-bottom: 5px;}
.luck-tab-section {display: inline-block;width: 100%;margin-top: 40px;}
.paywithcard-bx {display: inline-block;width: 100%;margin-top: 20px;}
.ex-dat {display: inline-block;width: 100%;}
.paywithcard-input {display: inline-block;width: 100%;}
.ex-dat .paywithcard-input {margin-top: 10px;}
.expiry-date {float: left;width: 48%;}
.expiry-nonth {float: right;width: 48%;}
.cvv-num {float: left;width: 48%;}
.paywithcard-input .card-img {width: 48%;float: right;}
.card-img img {width: 60px;}
.paywithcard {float: left;width: 65%;background: #020c00;padding: 25px;border-radius: 10px;border: 1px #6c6c6c solid;}
.product-detail-section .paywithcard h2 {font-size: 20px;}
/*------------------------Order-List-------------------------*/
.cart-table-td strong.delivered::before {position: absolute;left: -20px;top: 7px;content: "";width: 13px;height: 13px;background: #04a100;border-radius: 50%;
 border: 3px #fff solid;}
.cart-table-td strong.delivered {color: #fff;font-size: 20px;font-family: 'robotoregular';position: relative;}
.product-stets {font-size: 14px;}
.form-left-btn .btn-primary,
.cart-table-td .btn-primary { color: #000;display: inline-block; border-radius: 4px; text-align: center; font-size: 17px;font-family: 'robotobold'; 
 padding: 7px 16px; border: none; text-transform: uppercase;
 background: #bc9b48; /* Old browsers */
 background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); /* IE6-9 */}
/*------------signup-section--------------*/
.signup-section{ padding: 70px 0}
.container-signup {max-width: 580px;margin: 0 auto; padding: 0 15px}
.signup-bx {display: inline-block;width: 100%;}
.signup-title {text-align: center;}
.signup-title h1 {color: #000;font-size: 40px;font-family: 'robotoregular';padding-bottom: 15px;}
.signup-form {display: inline-block;width: 100%;margin-top: 30px;}
.signup-form h2 {color: #8f8f8f;font-size: 24px;font-family: 'robotoregular';padding-bottom: 15px;}
.signup-form .form-group {display: inline-block;width: 100%; position: relative}
.signup-form .form-group .form-control {height: 50px;font-family: 'robotolight';font-size: 16px;color: #000; /* background-color: #021200; */ border: 1px solid #404040;}
.form-group-btn {display: inline-block;width: 100%; margin-top: 20px;}
.form-left-btn {float: left; position: relative}
.form-right-sign {float: right;color: #000;font-size: 16px;margin-top: 11px;}
.form-right-sign a{ color: #27ae61; font-family: 'robotobold';}
.form-left-btn .btn-primary {font-size: 20px;padding: 10px 50px;}
.remember_secsd{margin: 0; min-height: 28px; overflow: hidden;  position: relative; text-align:left; float: left; width: 100%;}
.remember_secsd .in-label a{color: #ef534e;}
.remember_secsd input[type="checkbox"] {position:absolute; top:-50px; left:-50px;}
.remember_secsd label.in-label {display: inline-block;cursor: pointer;position: relative;padding-left: 34px; padding-top: 4px;font-weight: normal; font-size:16px; 
 color:#fff; float: left; line-height: 19px}
.remember_secsd label.in-label a{color: #27ae61;font-family: 'robotobold'; }
.remember_secsd label.in-label a:hover{ color:#070709} 
.remember_secsd label.in-label:before {content: ""; display: inline-block; width: 24px; height: 24px; margin-right: 10px; position: absolute; left: 1px; top:2px;     padding-top: 3px;
 background-color: #fff; border: 1px solid #404040; -webkit-transition: 0.3s; transition: 0.3s; border-radius:3px;}      
.remember_secsd input[type=checkbox]:checked + label:before,
.remember_secsd input[type=checkbox]:checked:not(old) + label + label:before { font: normal normal normal 14px/1 FontAwesome; content: "\f00c"; 
         font-size: 12px; color: #27ae61; text-align: center; line-height: 18px;}    
.remember_secsd input[type=checkbox]:not(old) + label.error{font-size:0 !important; margin:0 ; display: block}
.remember_secsd input[type=checkbox]:not(old) + label.error:before{    content: ""; width: 24px; height: 24px;top: 2px;
 background: transparent; float: left; position: absolute; left: 1px; border-radius: 3px; z-index: 1; border: solid 1px #ff0000; pointer-events: none;}
.loginbtnloader {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); display: none}
.stena-input .rebrs.remember_secsd {width: 50%;}
.forgot {float: right;}
.forgot a {color: #27ae61;font-family: 'robotobold';font-size: 16px;border-bottom: 1px #27ae61 solid;}
.forgot a:hover {color: #27ae61;border-bottom: 1px transparent solid;}
.showpassword {position: absolute;right: 9px;top: 6px;border: none;background: transparent;color: #fff;font-size: 22px;cursor: pointer;outline: none;}
.signup-form .form-group textarea.form-control{ height: 150px}
.signup-form .form-group .select-file .form-control {height: auto;padding: 9px;}
.help-text {color: #666;font-size: 13px;padding-top: 2px;display: inline-block;width: 100%;}
.stena-input.gcpaatcha {padding: 10px 10px 3px;text-align: center;}
.stena-input.gcpaatcha #recaptchaQ {display: inline-block;}
.signup-form .form-group label {color: #000;}
.forgotpassword-bx{ padding: 60px 0}

/*====================04022021============================*/
/*================================================*/
/*-----------------Order-details----------------*/
.detail-address-product {display: inline-block;width: 100%;margin-top: 10px;border-bottom: 1px #354233 solid;padding-bottom: 30px;}
.address-detail {margin-top: 10px;display: inline-block;width: 100%;}
.address-detail-right p,
.address-detail p{ font-size: 20px; color: #fff;font-family: 'robotolight'; float: left; width: 40%}
.address-detail-right h3,
.address-detail h3{ font-size: 20px; color: #fff; margin-top: 4px;float: left; width: 50%}
.address-detail-right {float: right; margin-top: 30px}
.order-processing {display: inline-block;width: 100%;margin-top: 30px;}
.order-processing ul {display: inline-block;width: 100%;margin-top: 30px; text-align: center; position: relative}
.order-processing ul::before {position: absolute;left: 50%;top: 0;content: "";width: 90%;height: 4px;background: #97742b;box-shadow: 0 0 0 4px #e2e2e2;
 transform: translate(-50%,0);}
.order-processing ul li{ display: inline-block; margin-top: 35px; position: relative}
.order-processing ul li i{ display: inline-block; width: 45px; height: 45px; border-radius: 50%;margin-top: 0;position: absolute;left: 50%;top: -55px;
 transform: translate(-50%,0);border: 5px #e2e2e2 solid; line-height: 31px;
 background: #bc9b48; /* Old browsers */
 background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); /* IE6-9 */
 }
.order-processing ul li span{ display: block; color: #fff; font-size: 18px;}
.order-processing ul li.order-processing-left{ ;float: left}
.order-processing ul li.order-processing-right{ float: right}
.cart-table-td.cart-table-td-img {width: 120px;}

/**----------Profile-------*/
.profile-section {padding: 40px 0;background: #f5f5f5;}
.account-menu {min-height: 450px;background: rgba(0,12,2,0.9);width: 100%;display: inline-block;padding: 25px 0;border: 1px #222 solid;border-radius: 18px;}
.profile-bx {display: inline-block;width: 100%;text-align: center;padding: 20px 0;border-bottom: 1px #222 solid;}
.account-menu ul {display: inline-block;width: 100%; text-align: left}
.account-menu ul li {display: inline-block;width: 100%;}
.account-menu ul li a {display: inline-block;padding: 12px 20px;box-sizing: border-box;border-bottom: 1px #222 solid;width: 100%;color: #fff;
 border-left: 3px transparent solid}
.account-menu ul li a strong {font-size: 16px;font-weight: normal;letter-spacing: -.5px;margin-bottom: 5px;}
.account-menu ul li a span {font-size: 13px;font-weight: normal;letter-spacing: -.4px;display: block;}
.account-menu ul li a:hover,
.account-menu ul li a.active {color: #42d93f; border-left-color: #42d93f}
.my-profile-part{ display: inline-block; width: 100%;}
.my-profile-part h2 {color: #fff; font-size: 17px;}
.edit-info-sec{ display: inline-block; width: 100%; background: transparent; margin-top: 10px; padding: 30px; border-radius: 3px;  margin-bottom: 30px; position: relative}
.profile-info{ display: inline-block; width: 100%; padding-bottom: 15px;}
.profile-info label{ color: #222; font-size: 15px; width: 25%;vertical-align: top;}
.profile-info span{ color: #686868; font-size: 15px; width: 74%; vertical-align: top;}
.edit-info {position: absolute;right: 20px;top: 10px;}
.edit-info a{ color: #257523; font-size: 19px; position: relative}
.edit-info a:before{ position: absolute; left: 50%; top: 27px; content: "Edit Profile"; background: #c2a24c; color: #fff; font-size: 13px; padding: 5px;
 transform: translate(-50%,0);width: 100px;text-align: center;border-radius: 5px; opacity: 0}
.edit-info a:after{ position: absolute; left: 50%; top: 20px; content: ""; transform: translate(-50%,0); border-bottom: 8px #c2a24c solid;
 border-left: 8px transparent solid;border-right: 8px transparent solid; opacity: 0}

.edit-info a:hover:before,
.edit-info a:hover:after{ opacity: 1}
.profile-img {display: inline-block;width: 160px;height: 130px;border-radius: 10px;overflow: hidden;position: relative; border: 3px #ddd solid}
.profile-img img, .ploader img {position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.new-image-add {position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;opacity: 0;background: rgba(0,0,0,0.5);}
.new-image-add input[type="file"] {width: 100%;height: 100%;opacity: 0;cursor: pointer;}
.new-image-add a {position: absolute;left: 50%;top: 50%;color: #fff;font-size: 25px;transform: translate(-50%,-50%);pointer-events: none;}
.ploader {position: absolute;left: 0;top: 0;z-index: 999;text-align: center;width: 100%;background: rgba(255,255,255,0.9);height: 100%;display: none;}
.profile-img:hover .new-image-add {opacity: 1;}
.my-menu {display: none;}
.passloader {   position: absolute;display: none;left: 50%;transform: translate(-50%,0);top: 0;}
.loginbtnloader{ position: absolute; top: 9px; left: 50%; transform: translate(-50%,0); display: none}
/*Order listing*/
.cart-table-td strong.delivered::before {position: absolute;left: -20px;top: 7px;content: "";width: 13px;height: 13px;background: #04a100;border-radius: 50%;
 border: 3px #fff solid;}
.cart-table-td strong.delivered {color: #fff;font-size: 20px;font-family: 'robotoregular';position: relative;}
.product-stets {font-size: 14px;}
.form-left-btn .btn-primary,
.cart-table-td .btn-primary { color: #000;display: inline-block; border-radius: 4px; text-align: center; font-size: 17px;font-family: 'robotobold'; 
    padding: 7px 16px; border: none; text-transform: uppercase; width: auto;
    background: #bc9b48; /* Old browsers /
    background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); / FF3.6-15 /
    background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); / Chrome10-25,Safari5.1-6 /
    background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); / W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ /
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); / IE6-9 */}
.myaccount-section .detail-slide-title {margin-top: 0;border-bottom: 1px #222 solid;padding-bottom: 9px;}
.myaccount-section h2 {font-size: 20px;}
.myaccount-section .edit-info-sec {padding: 30px 0px 0;margin-bottom: 0;}
.setting-btn .succbtn { color: #000; display: inline-block; border-radius: 4px; text-align: center; font-size: 18px;font-family: 'robotomedium'; 
 padding: 7px 30px; border: none; cursor: pointer;
background: #bc9b48; /* Old browsers */
background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); /* IE6-9 */}    
.myacc-bx {width: 100%;display: inline-block;}
.account-menu .profile-img {display: inline-block;width: 130px;height: 130px;border-radius: 50%;overflow: hidden;box-shadow: none;position: relative; border: 3px #ddd solid;}
/*.deshboard-right {background: rgba(0,12,2,0.9);padding: 20px;}*/
.deshboard-right {background: rgba(0,12,2,0.9);padding: 20px;border: 1px #222 solid;border-radius: 18px;}
.product-checkout .setting-input .form-group textarea.form-control{ height: 100px;}
.deshboard-right .detail-slide-product {margin-top: 0;}

/*----------------------20210109---------------------------*/
.notification-b a i {color: #000;font-size: 18px;}
.notification {width: 240px;left: auto;right: -31px; max-height: 500px;overflow-y: auto;}
.notification li{ height: auto;border-bottom: 1px solid rgba(150,150,150,0.15); padding: 10px;}
.notification li a {border-bottom: none;padding: 0;width: 100%;font-size: 14px; color: #555;line-height: 18px;}
.notification li h3{font-size: 14px; color: #555;}
.notification li a:hover{}
.job-tatle{ display: inline-block; width: 100%; padding-top: 10px; font-size: 12px; font-weight: bold}
.job-tatle span{ float: right; color: #b2b2b2; font-size: 12px; font-weight: normal}
.notification-b > a {padding-right: 0;}
.notification-b > a::after,
.notification-b > a::before{ display: none !important}
.green-dots {width: 5px;height: 5px;background: #1dbf73;display: inline-block;border-radius: 50%;vertical-align: top;}
.notification li a:hover {color: #1dbf73;}
.dashdate{ width: 125px;}
.notification-b:hover .notification{ display:block}
.notification::before {position: absolute;right: 36px;top: -8px;content: "";border-left: 8px transparent solid;border-right: 8px transparent solid;border-bottom: 8px #ddd solid;}
.notification::after {position: absolute;right: 36px;top: -7px;content: "";border-left: 8px transparent solid;border-right: 8px transparent solid;border-bottom: 8px #fff solid;}

/*---------Contact-------------*/
.contact_page {display: inline-block;width: 100%;margin-top: 50px;}
.stp_left {float: left;width: 100%;}
.stp_right {float: left;width: 90%;}
.cost_pages_title {color: #fde2a3;font-size: 30px;font-family: 'glacial_indifferencebold';margin-bottom: 20px;}
.stp_left_r {display: inline-block;width: 100%;padding: 5px 0;}
.stp_left_r i {width: 32px;color: #fde2a3;font-size: 15px;text-align: center;margin-right: 10px;}
.cart-table-td-action .btn-primary {padding: 1px 5px;font-size: 15px;width: 25px;height: 25px;}
.cart-table-th-message{ width: 68%}
.stp_left_r span {display: inline-block;width: 70%;vertical-align: top;color: #fff;}
.stp_left_r span br {display: none;}
.belly_march {display: inline-block;width: 100%;margin-top: 20px;border-radius: 10px;overflow: hidden;}
.gcerror,
 label.error {color: #f00 !important;font-size: 12px; margin-bottom: 0}
.pass-loader {position: fixed;width: 100%;height: 100%;text-align: center;z-index: 999;background: rgba(0,0,0,0.7); display: none}
.pass-loader img {position: absolute;left: 0;right: 0;bottom: 0;top: 0;margin: auto;width: 140px;}
.displaynonenot {display: none !important;}
.verification-block {margin-top: 9px;float: left;width: 100%; position: relative}
.verification-block .form-control {width: 74%;float: left;height: 40px;}
.verification-block .btn-outline-secondary {float: right;height: 39px;color: #000;border-radius: 4px;text-align: center;font-size: 15px;font-family: 'robotobold';padding: 4px 21px;
border: none;text-transform: uppercase;background: #fff; opacity: 1;
background: #bc9b48; /* Old browsers */
background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); /* IE6-9 */
}
.confirm-apply-block .btn-outline-primary {font-family: 'robotomedium';font-size: 15px;padding: 4px 21px;}
.confirm-apply-block {float: left;width: 100%;margin-bottom: 10px;}
.max-save-block {color: #fde2a3;font-size: 18px;font-weight: normal;}
.confirm-apply-block .btn-outline-danger {margin-left: 10px;font-family: 'robotomedium';font-size: 15px;padding: 4px 21px;}
.product-detail-section .checkout-slide-product h2 {color: #fde2a3;font-size: 25px;font-family: 'robotoregular';}
.verification-block .text-success {position: absolute;bottom: -20px;left: 3px;}
.verification-block .text-danger {position: absolute;bottom: -20px;left: 3px;}
.cart-table-orderlist .cart-product-img {width: 50px;height: 50px;}
.cart-table-orderlist .cart-table-td strong {font-size: 15px;}
.cart-table-orderlist .cart-table-td .product-price {font-size: 15px;}
.cart-table-orderlist .cart-table-td strong.delivered::before {top: 4px;}
.cart-table-orderlist .cart-table-td .btn-primary {font-size: 15px;padding: 7px 11px;;}
.edit-info-sec.identity-proof {width: 170px;}
.login-sections{padding: 120px 0 200px;}

/*---------------------------------------------------*/
.detail-card-title{ display: inline-block; width: 100%}
.detail-card-title span {padding-top: 7px;display: inline-block;vertical-align: top;}
.detail-card-title .btn-primary{ float: right;  color: #3b2314;border: none;font-size: 14px; margin-left: 5px;
 background: #bc9b48; /* Old browsers */
 background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); /* IE6-9 */}
.detail-card-title .btn-primary:hover{ opacity: 0.8}
.no-record-found {text-align: center;font-size: 29px;font-family: 'glacial_indifferenceregular';color: #fde2a3;font-weight: normal;padding: 100px 0;}
.choose-payment p a {color: #fde2a3;text-decoration: underline;}
.paywithcard-bx label {color: #fff;}
.custom-radio-button {display: inline-block;padding: 5px;margin-bottom: 10px;}
.custom-radio-button [type="radio"]:checked,
.custom-radio-button [type="radio"]:not(:checked) {position: absolute;left: -9999px;}
.custom-radio-button [type="radio"]:checked + label,
.custom-radio-button [type="radio"]:not(:checked) + label{position: relative;padding-left: 28px;cursor: pointer;line-height: 20px;display: inline-block;color: #fde2a3;}
.custom-radio-button [type="radio"]:checked + label:before,
.custom-radio-button [type="radio"]:not(:checked) + label:before {content: '';position: absolute;left: 0;top: 0;width: 18px;height: 18px;border:none;border-radius: 100%;
 background: #fde2a3;}
.custom-radio-button [type="radio"]:checked + label:after,
.custom-radio-button [type="radio"]:not(:checked) + label:after {content: '';width: 12px;height: 12px;background: #071B06;position: absolute;top: 3px;left: 3px;border-radius: 100%;
-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.custom-radio-button [type="radio"]:not(:checked) + label:after {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.custom-radio-button [type="radio"]:checked + label:after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.deshboard-right .paywithcard {width: 100%;max-width: 360px;}
.ex-dat .paywithcard-input {margin-top: 0;}
.ex-dat {margin-bottom: 15px;}
 footer p span {display: inline-block;padding-left: 40px;}
 footer p span a {color: #000;}
.main_dashboard_terms {display: inline-block;width: 100%;padding: 70px 0;}
.terms-use {display: inline-block;width: 100%;}
.terms-use h1 {color: #fde2a3;font-size: 40px;font-family: 'robotoregular';}
.terms-use h2 {color: #fde2a3;font-size: 24px;font-family: 'robotoregular';padding-top: 30px;}
.terms-use {display: inline-block;width: 100%;}
.terms-links {display: inline-block;width: 100%;padding: 20px 30px;}
.terms-links li {float: left;width: 100%;margin: 5px 0;list-style-type: decimal;color: #fff;font-size: 15px;}
.terms-links li a {display: inline-block;color: #fff;font-size: 15px;}
.terms-description {display: inline-block;width: 100%;}
.terms-description h3 {color: #fff;font-size: 21px;padding: 10px 0;}
.terms-description h4 {color: #fff;font-size: 18px;padding: 10px 0;}
.terms-description p {font-size: 15px;color: #cecece;line-height: 26px;padding-bottom: 15px;}
.terms-li {display: inline-block;width: 100%;padding: 20px 30px;}
.terms-li li {float: left;width: 100%;margin: 5px 0;list-style-type: disc;color: #fff;font-size: 15px;}
.offer-modal .modal-dialog {max-width: 700px;}
.offer-modal .modal-dialog {max-width: 700px;}
.offer-modal .modal-content {border: 6px solid rgba(255,255,255,.3);border-radius: 30px;}
.offer-description {display: inline-block;width: 100%;padding: 25px 0 10px;}
.offer-description p {font-size: 16px;color: #000;font-family: 'robotolight';opacity: 0.8;}
.special-offer-img {display: inline-block;width: 100%;text-align: center;}
.modal-title {color: #0d3e03;font-family: 'glacial_indifferencebold';font-size: 22px;}
.usercredits strong{font-size: 20px;color: #fff;padding-bottom: 10px;}
.usercredits h2{font-size: 40px;}
.detail-slide-title.detail-card-title {border-bottom: none;padding-bottom: 0;}
.deshboard-right {margin-bottom: 15px;}
.custcredits {font-size: 30px;font-family: 'robotobold';color: #fff; margin-bottom: 10px}
.CreditsPaymentBx label {color: #333;font-family: 'robotoregular';}
.CreditsPaymentBx {padding-top: 14px;}
.order-processing-left p {color: #fff;}
.order-processing-left h3 {font-size: 16px;color: #fff;}
.deshboard-right .paging-product {margin-top: 10px;}
 p.dubhub-note {color: #000;background: #e8ce67;padding: 10px;margin-bottom: 10px;border-radius: 7px;font-weight: 700;font-size: 14px;border-left: 8px solid #ff0505;}
.check{text-align: center;padding: 10px;margin-bottom: 15px;animation: zoom-in-zoom-out 1s ease infinite;}

@keyframes check {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.check img {width: 100px;margin: 0 auto;}
p.balance-email {text-align: center;font-size: 16px;color: #d1d1d1;}
p.balance-label {color: #e7e7e7;text-align: center;font-size: 20px;text-transform: uppercase;}
p.balance-amt {text-align: center;font-size: 36px;color: #edce62;}
.New-detail-card-title .btn-primary {float: left;margin-bottom: 5px;}
.deshboard-right .paywithcard .paywithcard-input {margin-bottom: 20px;}
.choose-payment.ChoosePaymentType {margin-top: 30px;}
.ChoosePaymentType h3 {margin-bottom: 10px;}
.ChoosePaymentType .form-check-left {min-height: 40px;padding: 10px 25px;}
.DeshboardTokanBx{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7399fe+0,b27aff+100 */
 background: rgb(115,153,254); /* Old browsers */
 background: -moz-linear-gradient(left,  rgba(115,153,254,1) 0%, rgba(178,122,255,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(left,  rgba(115,153,254,1) 0%,rgba(178,122,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to right,  rgba(115,153,254,1) 0%,rgba(178,122,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7399fe', endColorstr='#b27aff',GradientType=1 ); /* IE6-9 */
 border: none}
.UserTokanBalanceBx {display: inline-block;width: 100%;padding-bottom: 20px;}
.UserTokanBalance {display: inline-block;width: 100%;padding: 5px 0 0;line-height: 19px;}
.UserTokanBalance label {margin: 0;color: #272826;font-size: 20px;font-family: 'robotobold';display: inline-block;width: 40%;}
.UserTokanBalance span {margin: 0;color: #272826;font-size: 20px;font-family: 'robotobold';display: inline-block;width: 50%;}
.DeshboardMyaccountBx {background: #f3f3ff;border-radius: 0; position: relative}
.UserNameDetails {display: inline-block;width: 100%;padding: 25px 0;}
.UserNameDetails {width: 100%;padding: 25px 0;color: #555;font-size: 17px;font-family: 'robotoregular';display: inline-block;}
.UserNameDetails span {font-family: 'robotobold';}
.DeshboardProfileBxRight {display: inline-block;width: 92%;background: #fff;margin-top: 30px;border-radius: 10px;padding: 20px;}
.DeshboardProfileBx {display: inline-block;width: 100%;padding: 0px 0 20px;text-align: center;border-bottom: 1px #ddd solid;}
.DeshboardProfileBx h3 {font-size: 20px;font-family: 'robotomedium';color: #404040;}
.DeshboardProfileImg {display: inline-block;width: 120px;margin-top: 20px;background: #fff;box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.2);border-radius: 8px;overflow: hidden;height: 120px;}
.DeshboardProfileBx h4 {font-size: 15px;font-family: 'robotomedium';color: #404040;margin: 20px 0 10px;}
.DeshboardProfileBx h5 {font-size: 14px;color: #666;}
.DeshboardProfileBx h5 i {vertical-align: top;display: inline-block;}
.DeshboardProfileBtn {display: inline-block;width: 100%;margin-top: 20px;}
.DeshboardProfileBtn .btn-primary {color: #007bff;background-color: #fff;border-color: #007bff;}
.YourTransaction {display: inline-block;width: 100%;padding-top: 20px;}
.YourTransaction h3 {font-size: 20px;font-family: 'robotomedium';color: #404040;margin-bottom: 5px;}
.YourTransactionBx {display: inline-block;width: 100%;margin-top: 10px;}
.YourTransactionLeft {float: left;width: 54%;}
.YourTransactionRight {float: right;width: 46%;text-align: right;font-size: 13px;color: #666;padding-top: 9px;}
.YourTransactionBx .YourTransactionLeft label {margin: 0;font-size: 14px;width: 100%;font-family: 'robotoregular';}
.YourTransactionLeft a {color: #3942cc;font-size: 13px;}
.SeeMoreTransaction {display: inline-block;width: 100%;text-align: right;margin-top: 10px;}
.SeeMoreTransaction a {float: right;color: #3b2314;border: none;font-size: 14px;margin-left: 5px;background: #fecd2a;border-radius: 8px;}
.SeeMoreTransaction a:hover{ opacity: 0.8; color: #3b2314;}
.PopUpTokanBtn {display: inline-block;width: 100%;}
.PopUpTokanBtn a {color: #3b2314;border: none;font-size: 16px;margin-left: 5px;background: #fecd2a;border-radius: 9px;padding: 10px 21px;box-shadow: none;outline: none;}
.BuyTokenForm {padding: 5px 20px;}
.PayWithCard .form-control {height: 46px;}
.PayWithCard label {font-size: 17px;}
.Informetion {display: inline-block;width: 100%;margin: 10px 0 20px;}
.AdminFormNews {float: left;width: 100%;background: #fff;min-height: 200px;border-radius: 18px;box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);}
.FeaturedProductsBx,
.RedeemGameCreditsBx {float: left;width: 100%;background: #fff;min-height: 200px;border-radius: 18px;box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);padding: 10px 0;}
.RedeemGameCreditsBx .PayWithCard .form-control {height: 40px !important;}
.RedeemGameCreditsBx .PayWithCard label {font-size: 15px;}
.FeaturedProductsBx h4,
.RedeemGameCreditsBx .PayWithCardBx h2 {font-size: 18px;font-family: 'robotomedium';margin-bottom: 12px;  color: #020c00;}
.HelpTag {text-align: right;font-size: 13px;}
.FeaturedProductsBx {padding: 20px;text-align: center;}
.DeshboardMyaccountLeftBar .profile-bx {display: none;}
.SlotsofMoneyLogo {display: inline-block;width: 100%;padding: 20px 20px 40px;text-align: center;}

/*--------Deshboard-Page-new-Design--------*/
.DeshboardMyaccountLeftBar {min-height: 450px;width: 100%;display: inline-block;padding: 25px 0;border-radius:0px;height: 100%;min-height: 740px; background: #f25a71; border: none}
.DeshboardProfileImg .profile-img {display: inline-block;width: 120px;height: 120px;border-radius: 0;overflow: hidden;position: relative;border: none;}
.DeshboardMyaccountLeftBar ul {display: inline-block;width: 100%; text-align: left}
.DeshboardMyaccountLeftBar ul li {display: inline-block;width: 100%;padding-left: 30px;padding-bottom: 5px;}
.DeshboardMyaccountLeftBar ul li a {display: inline-block;padding: 12px 20px;box-sizing: border-box;width: 100%;color: #fff;border-radius: 40px 0 0 40px; border: none}
.DeshboardMyaccountLeftBar ul li a strong {font-size: 16px;font-weight: normal;letter-spacing: -.5px;margin-bottom: 5px;}
.DeshboardMyaccountLeftBar ul li a span {font-size: 13px;font-weight: normal;letter-spacing: -.4px;display: block;}
.DeshboardMyaccountLeftBar ul li a:hover,
.DeshboardMyaccountLeftBar ul li a.active {color: #fff;background: #ffb5c1;border-radius: 40px 0 0 40px;}
.category-product-brand-banner h3 {color: #fde2a3;font-size: 30px;font-family: 'robotoregular';display: inline-block;}
.woo-bxs-product {display: inline-block;width: 100%;margin-top: 30px;}
.woo-bxs-product .card {border: none;}
.Informetion .card,
.woo-bxs-product .card {border: none;overflow: hidden;margin-bottom: 25px;}
.woo-img {display: inline-block;width: 100%;height: 300px;overflow: hidden; text-align: center}
.RelatedProductSection .card .category-card-title,
.Informetion .card .category-card-title,
.woo-bxs-product .card .category-card-title {color: #333;margin: 0;text-align: center;}
.RelatedProductSection .card .card-body
.Informetion .card .card-body
.woo-bxs-product .card .card-body {border-top: 1px #ddd solid;}
.AdminFormNews h3 {font-size: 18px;font-family: 'robotomedium';color: #020c00;padding: 12px 20px;margin: 0;}
.NewsList {display: inline-block;width: 100%;padding-bottom: 20px;}
.NewsList ul {display: inline-block;width: 100%;}
.NewsList ul li {display: inline-block;width: 100%;border-top: 1px #ddd solid;padding: 5px 20px;}
.NewsList ul li label a,    
.NewsList ul li label {font-size: 14px;color: #333; width: 100%}
.NewsList ul li span {color: #606060;}
.ersu_message button.close {line-height: 13px;}
.ersu_message button.close i {font-size: 15px;}
.show-btn {cursor: pointer;}
.HideTextBx {font-size: 15px;}
.MyaccountSectionNew .container{ max-width: 100%; padding: 0}
.NotificationDashboard {display: inline-block;width: 92%;text-align: center;padding-top: 23px;}
.NotificationDashboard .notification-b a i {color: #939393;font-size: 22px;}
.NotificationDashboard .search-bx {vertical-align: top;}
.DashboardFooter .footer {background: #e9e9f4;}
.DashboardFooter footer p {color: #626262;}
.DashboardFooter footer p span a {color: #626262;}
.MyaccountSectionNew{ padding: 0}
.DeshboardMyaccountBx .deshboard-right {background: rgba(255, 255, 255, 0.9);border: 1px #c8c8c8 solid;}
.DeshboardMyaccountBx .deshboard-right h2 {color: #555;}
.DeshboardMyaccountBx .product-checkout .form-group .form-control {color: #959595;background-color: #fff;border: 1px solid #ccc;}
.MyaccountSectionNew .detail-slide-title {border-bottom: 1px #b5b5b5 solid;}
.MyaccountSectionNew .setting-btn .succbtn {background: #fecd2a;}
.MyaccountSectionNew .cart-table-td,
.MyaccountSectionNew .cart-table-td strong a, 
.MyaccountSectionNew .cart-table-td strong {color: #555;}
.MyaccountSectionNew .form-left-btn .btn-primary, .MyaccountSectionNew .cart-table-td .btn-primary {background: #f0c028;}
.MyaccountSectionNew .paging-product .pagination li span, 
.MyaccountSectionNew .paging-product .pagination li a {background: #fff;border: 1px solid #c4c4c4;color: #757474;}
.MyaccountSectionNew .paging-product .pagination li.active span {background: #cacaca;color: #021200;}
.YourTransactionBx label {width: 100%;font-family: 'robotomedium';font-size: 15px;}
.MenuBarShow {
 webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
 -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
 -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
 transition: transform .3s ease-in-out, margin .3s ease-in-out;
 width: 0 !important;max-width: 0; display: none}
/*---------------------*/
.menu-toggle {position: absolute;top: 29px;left: 20px;transform-origin: center center;height: 17px;width: 26px;display: flex;flex-direction: column;justify-content: space-between;
 cursor: pointer;transition: transform 300ms ease;z-index: 99;}
.menu-toggle span {height: 3px;width: 120px;background-color: #403531;transition: width 200ms ease;}
.menu-toggle span:nth-child(1) {width: 80%;transition-delay: 200ms;}
.menu-toggle span:nth-child(2) {width: 100%;}
.menu-toggle span:nth-child(3) {width: 60%;transition-delay: 400ms;}
.menu-toggle span:nth-child(4) {position: absolute;top: -5px;left: 50%;transform: translateX(-50%);display: block;width: 3px;height: 0;transition: height 400ms;}
.menu-toggeled {transform: rotate(45deg);transition-delay: 400ms;}
.menu-toggeled span:nth-child(1) {width: 0;transition: 200ms ease;}
.menu-toggeled span:nth-child(3) {width: 0;transition: 200ms ease;transition-delay: 150ms;}
.menu-toggeled span:nth-child(4) {height: 27px;transition: height 200ms ease;transition-delay: 200ms;}
.DashboardMiddelBarShow .UserNameDetails {padding-left: 50px;}
.DeshboardMyaccountLeftBar ul li a i {display: inline-block;vertical-align: top;margin-right: 7px;line-height: normal;}
.DeshboardMyaccountLeftBar ul li a i img {width: 17px;}
.DeshboardMyaccountLeftBar ul li a strong {margin-bottom: 0;vertical-align: middle;display: inline-block;line-height: 19px;}
.menu-toggeled span {background-color: #fff;}
.BuyTokensModal .modal-dialog {max-width: 700px;}
.BuyTokensModal .modal-content {border: 6px solid rgba(255,255,255,.3);border-radius: 30px;}
.BuyTokensModal .PayWithCard {display: inline-block;width: 100%;margin-bottom: 15px;}
.BuyTokensModal .form-group-btn {margin-top: 10px;}
.GameNewsList .gallery li {display: inline-block;width: 100px;height: 100px;border: 1px #ddd solid;border-radius: 10px;overflow: hidden;}
.GameNewsList .gallery li img {width: 100%;height: 100%;}
.GameNewsList {display: inline-block;width: 100%;margin-bottom: 11px;font-size: 16px;}
.NewsListBx {padding: 5px 18px;}   
.BuyTokensModal .modal-title {padding-left: 17px;}
.RelatedProductSection .card,
.Informetion .card {margin-bottom: 30px;border: 1px #ddd solid;border-radius: 20px; overflow: hidden}
.Informetion .card .card-body {border-top: 1px #ddd solid;display: inline-block;width: 100%;}
.ProductCategoryMAin{ overflow: hidden} 
.RelatedProductSection .game-img,
.ProductCategoryMAin .game-img {height: 210px;}
.RelatedProductSection .game-bxs .card .card-title a,
.ProductCategoryMAin .game-bxs .card .card-title a {font-size: 18px;font-family: 'Jost Medium';-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
 text-overflow: ellipsis;display: -webkit-box;white-space: initial;min-height: 44px;}
.Informetion .card .woo-img {height: 210px;float: left;}
.ProductCategoryMAin .game-bxs .card .card-title {margin: 0;}
/*.ProductCategoryMAin .game-bxs .card ul li {width: 17.2%;}*/
.ProductCategoryMAin .game-bxs .card ul li {width: auto;}
.ProductCategoryMAin .game-bxs .card ul li a {font-size: 15px;padding: 5px 5px;}
.ProductDetailsPages .detail-slide-product {margin-top: 10px;}
.ProductDetailsPages .product-detail h3 {color: #373737;font-size: 30px;}
.ProductDetailsPages .product-detail h4 {color: #272826;font-size: 30px;}
.ProductDetailsPages .product-detail h6 a {color: #757575;}
.ProductDetailsPages .product-item-detal ul li {color: #737171;}
.ProductDetailsPages .product-item-price label {color: #444;}
.ProductDetailsPages .select-text-success {color: #272826; font-size: 32px;font-family: 'robotomedium';}
.ProductDetailsPages .product-item-quantity label {color: #444;}
.ProductDetailsPages .addcart-btn .btn-warning, .ProductDetailsPages .addcart-btn a {font-size: 18px;padding: 7px 0px;}
.ProductDetailsPages .luck-tab .nav-link {color: #626262;}
.ProductDetailsPages .luck-tab-section h3 {color: #2b2b2b;}
.ProductDetailsPages .variaton-info ,
.ProductDetailsPages .luck-tab-section p {color: #444;}
.ProductDetailsPages .product-detail {padding-left: 0;}
.ProductDetailsPages .luck-tab .nav-item.show .nav-link, .ProductDetailsPages .luck-tab .nav-link.active {color: #000;}
.ProductDetailsPages .luck-tab .nav-item {margin-bottom: 0;}
.RelatedProductSection {margin-top: 20px;border-top: 1px #d2d2d2 solid;padding-top: 20px;}
.RelatedProductSection .game-bxs {margin-top: 30px;}
.RelatedProductSection h2 {font-size: 28px; color: #333}
.ProductDetailsPages .nav.nav-tabs.luck-tab {border-bottom: 1px solid #d2d2d2;}
.RelatedProductSection .card .card-body {background: #fff;}
.NotificationDashboardTopMenu {display: none;}
.DashboardCartBx .cart-table-th {color: #202020;border-bottom: 1px #b5b5b5 solid;}
.DashboardCartBx .cart-table-td{border-bottom: 1px #b5b5b5 solid;}
.DashboardCheckoutMainBx .your-orders-main,
.DashboardCartBx .order-summary {border: 4px #ccc solid;background: rgba(255,255,255,0.4);}
.DashboardCheckoutMainBx .ChoosePaymentType h3,
.DashboardCheckoutMainBx .custcredits,
.DashboardCheckoutMainBx .your-orders-main h4,
.product-detail-section .DashboardCheckoutMainBx .detail-slide-title h2,
.DashboardCartBx .order-summary h3 {color: #444;}
.DashboardCheckoutMainBx .your-orders strong,
.DashboardCartBx .order-summary-bx strong {color: #626262;}
.DashboardCheckoutMainBx .product-checkout label,
.DashboardCheckoutMainBx .your-orders span,
.DashboardCartBx .order-summary-bx span {color: #575757;}
.DashboardCartBx .order-summary-bx {border-top: 1px #b5b5b5 solid;}
.DashboardCheckoutMainBx .your-orders{border-bottom: 1px #b5b5b5 solid;}
.DashboardCheckoutMainBx .your-orders:last-child {border-bottom: none;}
.DashboardCheckoutMainBx .verification-block .form-control,
.DashboardCheckoutMainBx .form-group-left .form-control,
.DashboardCheckoutMainBx .ChoosePaymentType .form-check-left {border: 1px #ddd solid;}
.DashboardCheckoutMainBx .your-orders span,
.DashboardCheckoutMainBx .your-orders strong{ font-size: 15px}
.DashboardCheckoutMainBx .detail-slide-title h2{font-size: 26px;}
.DashboardCheckoutMainBx .choose-payment h3{font-size: 20px;}
.DashboardCheckoutMainBx .custcredits {font-size: 26px;}
.DashboardCheckoutMainBx .custcredits .form-group-left {width: 100%;}
.DashboardCheckoutMainBx .ChoosePaymentType .form-check-left {width: 100%;}
.DashboardCheckoutMainBx .verification-block .form-control {width: 65%;float: left;height: 40px;}
.DashboardCheckoutMainBx .max-save-block {color: #5b5b5b;font-size: 16px;font-weight: normal;}
.DashboardCheckoutMainBx .confirm-apply-block .btn-outline-danger,
.DashboardCheckoutMainBx .confirm-apply-block .btn-outline-primary {padding: 4px 12px;}
.DashboardCartBx .cart-table-td .remove-icon {filter: contrast(0%);}
.DashboardCheckoutMainBx {margin-top: 20px;}
.DashboardMiddelBar p.dubhub-note {margin-top: 20px;}
.DashboardOrderDetails .order-processing ul li span {color: #444;font-size: 16px;}
.DashboardOrderDetails .order-processing-left p {color: #444;}
.DashboardOrderDetails .order-processing-left h3 {font-size: 16px;color: #444;}
.DashboardOrderDetails .detail-address-product {border-bottom: 1px #cacaca solid;}
.DashboardMiddelBarShow .dubhub-note {margin-left: 50px;}
.ProductCategoryMAin .card .game-img img {width: 100%;height: 100%;object-fit: cover;}
.GatewayMarketServicesSection{float:left; width:100%; position:relative; /*background: url(../../img/front/gatewayservices-bg.jpg) no-repeat left top; background-size: cover; 
 position: relative;background-attachment: fixed;*/padding: 140px 0;}
.GatewayMarketServicesLeftbg{background: url(../../img/front/services.jpg) no-repeat left top; background-size: cover; position: absolute;width: 50%;height: 100%;
 top: 0;left: 0;}
.GatewayMarketServicesrightbg{background: url(../../img/front/marketplace.jpg) no-repeat left top; background-size: cover;  position: absolute;width: 50%;height: 100%;
 top: 0;right: 0;}
.GatewayMarketServicesSection h2 {color: #000;font-family: 'robotomedium';text-transform: uppercase;font-size: 50px; }
.GatewayMarketServicesSection p {color: #fff;font-size: 20px;padding: 20px 0;max-width: 860px;margin: 0 auto;text-shadow: 0 0 5px rgba(0,0,0,0.8);}
/*.GatewayMarketServicesSection::before {position: absolute;left: 0;top: 0;content: "";width: 50%;height: 100%;background: rgba(255,255,255,0.2); z-index: 1}*/
.GatewayMarketServicesLeft{ padding-right: 30px; position: relative; z-index: 9}
.GatewayMarketServicesRight{ padding-left: 30px}
.GatewayMarketServicesMobileSection{ display: none}


.game-bxs .card ul li button {display: block;background: #edeae5;color: #000000;font-size: 16px;font-family: 'robotomedium';box-shadow: 0 0 0 1px #b6b5b5;
  border-radius: 3px;text-align: center;padding: 5px;
  border: none;
}

.game-bxs .card ul li button:hover { color: #000; box-shadow: 0 0 0 1px #bc9b48;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bc9b48+0,f8e073+29,f4d45d+100 */
  background: #bc9b48; /* Old browsers */
  background: -moz-linear-gradient(top,  #bc9b48 0%, #f8e073 29%, #f4d45d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #bc9b48 0%,#f8e073 29%,#f4d45d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b48', endColorstr='#f4d45d',GradientType=0 ); /* IE6-9 */
  border: none;
  cursor: pointer;
}

.game-bxs .card ul li button:active {
  border: none;
}

.RelatedProductSection .game-bxs .card ul li {width: auto;}

.terms {
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}

.terms h2 {
  font-size: 24px;
  padding: 10px;
}

.terms-list {
  display: inline-block;
  width: 100%;
  padding: 20px 0 20px 20px;
  font-size: 18px;
}

.terms-list li {
  padding: 3px 0;
  list-style: auto;
  color: #007BFF;
  margin-left: 10px;
}

.terms h3 {
  font-size: 18px;
  padding: 15px 0 10px 20px;
}

.terms p {
  font-size: 16px;
  text-indent: 20px;
  padding-bottom: 10px;
}

.terms-sublist li {
  padding: 3px 0;
  font-size: 16px;
  padding-left: 20px;
}

.terms-sublist li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.terms h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
}
