* {
    padding: 0px;
    margin: 0px;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

h1, h2, h3 {
      font-family: "Roboto Slab", serif;
}

body {
    background: #1A120B;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: .15px;
    font-size: 1rem;

}

.single-post .single-game-post a {
    color: #20B038;
}

a {
    text-decoration: none;
    color: #fff;
}

/* For WebKit-based browsers */
::-webkit-scrollbar {
  width: 6px; /* width of the vertical scrollbar */
  height: 12px; /* height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: #252F45; /* light greenish background */
}

::-webkit-scrollbar-thumb {
  background-color: #20b038; /* green scroll thumb */
  border-radius: 4px;
  /* border: 3px solid #e6f4ec; space around thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #178a2d; /* darker green on hover */
}

.ok_checked_icons{
  display: none;
}

.select_game_plan .price-card-header{
  display: none;
}

.select_game_plan.selected .price-card-header{
  display: block;
}

.selected .ok_checked_icons{
  display: block;
}

.select_game_plan.selected{
  border: 2px solid #D5CEA3;
}

span.select2-dropdown.select2-dropdown--below {
    margin-top: 31px;
}

#game-product-list a.position-relative img,
.loader_container_list .position-relative img {
    background: #FFFFFF;
}

.game-container:hover{
  border-color: #D5CEA3;
}

.ok_user_idajax {
    color: #D5CEA3;
}

.opshow_other_option{
	display: none;
}
.select2-container span.select2-results ul li {
    color: #000;
}
#game_product_filter {
    min-height: 600px;
}
.sub-brand-tabs {
    margin-top: 15px;
}

.sub-brand-tab-list {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 10px;
	border-bottom: 1px solid #3C2A21;
}

.sub-brand-tab {
	padding: 8px 14px;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
	background: #D5CEA3;
	color: #3C2A21;
	font-size: 14px;
}

.sub-brand-tab.active {
    background: #20B038;
    color: #fff;
}
.game-product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.game-product-item {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
}

#load-more-products {
	margin: 40px auto 0;
	display: block;
	border: none;
	cursor: pointer;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: .75px;
	font-weight: 500;
	background-color: #20B038;
	border-radius: 8px;
	width: 140px;
	padding: 9px 15px;
	font-size: 14px;
}

.select2-container--open .select2-dropdown {
    margin-top: 30px !important;
}
.select2-dropdown {
    top: 100% !important;
}
.select2-container--open {
    z-index: 9999 !important;
}

.select2-dropdown {
    z-index: 9999 !important;
}

#load-more-products:hover {
    opacity: 0.9;
}

.select_game_gateway {
    max-height: 85px;
    text-align: left;
}

.select_game_gateway .price-card-header{
  display: none;
}

.select_game_gateway.selected .price-card-header{
  display: block;
}

.selected .ok_checked_icons{
  display: block;
}

.select_game_gateway.selected{
  border: 2px solid #20B038;
}

.single-game-product .payment_icons,
.page-template-page-brand-php .payment_icons {
    background: transparent;
}

span.read-more-up{
	display: none;
}

.price-card {
	position: relative;
	background-color: #3C2A21;
	border: 2px solid transparent;
	border-radius: 6px;
	padding: 0;
	width: 30.2%;
	color: #fff;
	transition: 0.3s ease;
	margin: 10px;
}

/* Selected state */
.price-card.selected {
  border-color: #fff; /* orange border */
}

/* Check icon in top-right */
.price-card-header {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding: 2px 6px;
	width: 25px;
	height: 20px;
	line-height: 0.6;
	border-radius: 0;
}

.check-icon {
  font-size: 14px;
  color: #000;
}

/* Content */
.price-card-body .title {
	font-weight: 500;
	font-size: 12px;
	text-align: left;
}

.price-card-body .price {
  margin-top: 6px;
  font-weight: bold;
  font-size: 15px;
  color: #20B038; /* orange text */
}




.payment_gateway_option .tab-container {
  display: flex;
  max-width: 900px;
  margin: auto;
}

/* Sidebar Tabs */
.payment_gateway_option .tab-menu {
  flex: 1;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
#custom_payment .select_game_gateway {
  margin: 0;
}

.payment_gateway_option .tab-menu button {
  background: none;
  border: none;
  color: #ccc;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.payment_gateway_option .tab-menu button.active {
  background: #325b38;
  color: #fff;
  border-left: 4px solid #20B038;
}

.tab-menu button:hover {
  background: #333;
}

.getway_type_option {
    background: transparent;
    border: 0;
    color: #FFFFFF;
}

.payment_gateway_option i {
  font-size: 20px;
  margin-right: 8px;
  color: #ffb347; /* orange highlight */
}

/* Tab Content */
.payment_gateway_option .tab-content {
  flex: 3;
  margin-left: 20px;
  display: none;
  /*grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));*/
  gap: 15px;
}

.payment_gateway_option .tab-content.active {
  display: grid;
}

.payment_gateway_option .tab-item {
  background: #222836;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

.payment_gateway_option .tab-item img {
  width: 40px;
  margin-bottom: 8px;
}

.payment_gateway_option .tab-item:hover {
  background: #2e354a;
}

.payment_gateway_option .under-maintenance {
  background: #111 !important;
  color: #aaa;
}
.footer_Block {
	border-top: solid 1px #D5CEA3;
}

.main_store_login {
	display: flex;
	gap: 20px;
	padding: 60px 0;
	justify-content: center;
  margin-bottom: 200px;
}
.main_store_login .reviewer-wrapper {
    padding: 20px;
}

/* Tabs */
.main_store_login .reviewer-wrapper .tabs-header {
    display: flex;
    margin-bottom: 0;
}

.main_store_login .reviewer-wrapper .tab-btn {
    padding: 8px 14px;
    border: none;
    background: #3C2A21;
    color: #FFF;
    font-size: 13px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
}

.main_store_login .reviewer-wrapper .tab-btn.active {
    background: #20B038;
    border: 1px solid #20B038;
    border-bottom: none;
}

/* Content */
.main_store_login .reviewer-wrapper .tab-content {
    display: none;
}

.main_store_login .reviewer-wrapper .tab-content.active {
    display: block;
}
.first_login_settion, .second_login_settion {
	margin-bottom: 20px;
	background: #3C2A21;
	padding: 15px;
	border-radius: 0 8px 8px 8px;
	display: flex;
	width: 500px;
  background-color: #3C2A21; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, #3C2A21, #1A120B);
  flex-direction: column;
}
.main_store_login label, .wdt-tab-content label {
	font-size: 13px;
	width: 100%;
	float: left;
	margin: 0;
	color: #D5CEA3;
}
.main_store_login input, .main_store_login select, .wdt-tab-content input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	background: #fff;
	border: none !important;
	width: 100% !important;
	padding: 7px 15px !important;
	height: 38px;
	border-radius: 4px !important;
	max-width: 100% !important;
	text-transform: inherit;
	font-size: 15px;
}
.main_store_login input:focus, .main_store_login select:focus, .wdt-tab-content input:focus {
  border: none;
  box-shadow: none;
  outline: none;
  background: #D5CEA3;
}
.main_store_login  #rememberme {
	float: left;
	width: 24px !important;
	height: 24px !important;
	margin-bottom: 15px;
	margin-right: 10px;
}
.main_store_login input[type="submit"], .wdt-tab-content input[type="submit"] {
	background: #D5CEA3;
	font-size: 15px;
	height: auto;
	padding: 10px 15px !important;
	width: 100% !important;
	max-width: 160px !important;
	margin: 30px auto 0 !important;
	display: block;
}
.main_store_login input[type="submit"]:hover,
.main_store_login input[type="submit"]:hover:focus,
.wdt-tab-content input[type="submit"]:hover,
.wdt-tab-content input[type="submit"]:focus  {
	background: #20B038;
	display: block;
  color: #fff !important;
}
.first_login_settion form, .second_login_settion form, .wdt-tab-content form, .wdt-tab-content #profile, .wdt-tab-content #password, .wdt-tab-content #orders {
  width: 100%;
}
.wdt-dashboard {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 30px 0;
	margin-bottom: 150px;
}
table.orders_ordedata {
    width: 100%;
}
table.orders_ordedata tr td, table.orders_ordedata tr th {
    padding: 10px;
}
.wdt-tab-content {
	margin-bottom: 20px;
	background: #3C2A21;
	padding: 15px;
	border-radius: 8px;
	display: flex;
	width: 100%;
	background-color: #3C2A21;
	background-image: linear-gradient(to bottom, #3C2A21, #1A120B);
	max-width: 700px;
} 
.wdt-tab-content h3 {
	color: #D5CEA3;
	font-size: 24px;
	border-bottom: solid 1px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	width: 100%;
}
.wdt-tabs a, .wdt-tabs input.logout-btn {
	background: #D5CEA3 !important;
	font-size: 14px !important;
	padding: 10px 15px !important;
	color: #1A120B;
	align-items: center;
	display: flex;
	justify-content: center;
}
.wdt-tabs a.active, .wdt-tabs input.logout-btn:hover {
	background: #20B038 !important;
	color: #fff !important;
}
.wdt-tabs {
	align-items: center;
  margin-bottom: 25px !important; 
}
.wdt-tab-content p {
  font-size: 14px;
}

.grds_Row {
  padding: 30px 0;
}
#order_received {
	padding: 60px 0;
}
#order_received .card{
  background:var(--card);
}
.thanks_rw {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 650px;
}
.stripe_payment_func .field::placeholder, .ElementsApp .InputElement::placeholder {
	font-size: 15px !important;
}

.banner_notification_section {
	background: #fff4e5;
	color: #9c4b00;
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 600;
	border-left: 5px solid #ff9800;
	border-radius: 6px;
	margin: 12px 0 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

#order_received .header {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding: 14px;
	align-items: center;
	background: #3C2A21;
	border-radius: 15px;
	color: #fff;
}
#order_received .brand {
  display:flex;
  gap:12px;
  align-items:center;
}
#order_received .logo {
  width:56px;
  height:56px;
  border-radius:8px;
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:white;
  font-size:20px;
}
#order_received .order-status {
  text-align:right;
}
#order_received header.header .brand .order-meta {
	font-size: 13px;
	color: #155724;
	background-color: #d4edda;
	border: solid 1px #c3e6cb;
	padding: 5px 10px;
	border-radius: 4px;
}
#order_received .order-status h1{ margin:0; font-size:18px; }
#order_received .order-meta {
	color: #D5CEA3;
	font-size: 14px;
	margin-top: 5px;
}

#order_received .grid{
  display:grid;
  grid-template-columns: 1fr 360px;
  gap:var(--gap);
}

/* Left: products & summary */
#order_received .left .section { margin-bottom:16px; }
#order_received .products{ border-radius:10px; overflow:hidden; }
#order_received .product-row{
  display:flex;
  gap:12px;
  padding:14px;
  align-items:center;
  border-bottom:1px solid #f1f5f9;
  background: #D5CEA3;
}
#order_received .product-row:last-child{ border-bottom:none; }
#order_received .thumb{
  width:84px;
  height:60px;
  border-radius:6px;
  background:#D5CEA3;
  object-fit:cover;
  flex-shrink:0;
}
#order_received .pmeta{ flex:1; }
#order_received .pmeta h4{ margin:0 0 6px 0; font-size:15px; }
#order_received .pmeta .meta{ color:var(--muted); font-size:13px; }
#order_received .pqty{ width:86px; text-align:right; font-weight:600; }

#order_received .order-totals{
  background: #D5CEA3;
  padding:14px;
  border-radius:8px;
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:10px;
}
#order_received .tot-row{ display:flex; justify-content:space-between; color:var(--muted); }
#order_received .tot-row.total {
	font-weight: 600;
	color: #0b1220;
	font-size: 15px;
}

/* Right: customer & voucher */
#order_received .box { background:#D5CEA3; border-radius:8px; padding:14px; }
#order_received .box h3 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: 600;
}
#order_received .info p { margin:6px 0; font-size:14px; color:var(--muted); }
#order_received .info p strong{ color:#0b1220; font-weight:600; }

#order_received .badge {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 999px;
	background: #202125;
	color: #D5CEA3;
	font-weight: 400;
	font-size: 13px;
}

#order_received .voucher {
	border: 1px dashed #3C2A21;
	padding: 12px;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	font-size: 14px;
}
#order_received .voucher th {
  padding: 5px;
}
#order_received .voucher .left{ flex:1; }
#order_received .voucher code{ background:#0b1220; color:white; padding:6px 10px; border-radius:6px; font-weight:700; letter-spacing:0.3px; }

#order_received footer.actions{
  margin-top:18px;
  display:flex;
  gap:10px;
  justify-content:flex-end;
}
#order_received .btn{ background:var(--accent); color:white; padding:10px 14px; border-radius:8px; border:none; cursor:pointer; font-weight:700; }
#order_received .btn.secondary { background:transparent; border:1px solid #d6e7ea; color:var(--accent-2); }
#order_received .grid .left{
	padding-right: 15px;
}
.stripe_payment_func label {
	margin-top: 10px !important;
	margin-bottom: 15px !important;
}

.flex_Custom .checkout-text {
	color: #D5CEA3;
}
.flex_Table {
	display: flex;
	justify-content: space-between;
	margin-bottom: 7px;
	background: #000;
	padding: 10px;
}
.payment_icons {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 10px;
	flex-direction: column;
	align-items: center;
	background-color: #fafafa;
	padding: 15px;
	border: solid 1px #fafafa;
}
.payment_icons img {
	max-width: 100%;
	width: 240px;
}
.payment_icons p {
	margin-bottom: 7px;
	font-size: 15px;
}

.surferproductmetapara_content,
 .surferproductmetapara_term{
    overflow: hidden;
    max-height: 4.5em;
    line-height: 1.5em;
    transition: max-height .6s ease, opacity .3s ease;
    position: relative;
}

.read_more_wrapper,
.read_more_wrapper_term {
    width: 100%;
    text-align: right;
}
.read_more_wrapper a,
.read_more_wrapper_term a {
    font-size: 13px;
    font-weight: 500;
    color: #20B038;
    text-decoration: underline;
}
.surferproductmetapara_content.expanded,
.surferproductmetapara_term.expanded {
    max-height: 1000px;
    transition: max-height .8s ease;
}

.surferproductmetapara_content ul li span, .information-card ul li span {
	color: #fff !important;
	font-size: 13px;
}
.surferproductmetapara_content ul, .information-card ul {
	padding-left: 15px;
} 
.flex_inn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}


.surferproductmetapara_content,
.surferproductmetapara_term,
.surferproductmetapara_disclaimer{
	overflow: hidden;
	max-height: 4.5em;
	line-height: 1.5em;
	transition: max-height .6s ease,opacity .3s ease;
	position: relative;
}

.surferproductmetapara_content::after,
.surferproductmetapara_term::after,
.surferproductmetapara_disclaimer::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2em;
	/*background: linear-gradient(to top,#000,#fff0);*/
	pointer-events: none;
}

.read_more_wrapper a span, 
.read_more_wrapper_term a span, 
.read_more_wrapper_disclaimer a span {
    font-size: 24px;
    font-weight: bold;
}

.read_more_wrapper,
.read_more_wrapper_term,
.read_more_wrapper_disclaimer {
    width: 100%;
    text-align: center;
}
.read_more_wrapper a,
.read_more_wrapper_term a,
.read_more_wrapper_disclaimer a {
    font-size: 13px;
    font-weight: 500;
    color: #20B038;
    text-decoration: underline;
}
.surferproductmetapara_content.expanded,
.surferproductmetapara_term.expanded,
.surferproductmetapara_disclaimer.expanded {
    max-height: 1000px;
    transition: max-height .8s ease;
}

.loader-container {
  margin: 0 auto;
  width: 400px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
 
@keyframes placeholder {
    0% { background-position: -600px 0 }
    100% { background-position: 600px 0 }
}
 
.animated-background {
	position: relative;
}
.animated-background::after {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholder;
	animation-timing-function: linear;
	background: rgba(255,255,255,0.3);
	background: linear-gradient(to right, rgba(255,255,255,0.2) 8%, rgba(255,255,255,0.3) 18%, rgba(255,255,255,0.2) 33%);
	background-size: 1200px 100px;
	height: 100%;
	width: 100%;
	border-radius: 8px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
}
.select2-container span.select2-results ul li {
	font-size: 14px;
}
.stripe_payment_func {
	padding: 0px;
	margin-top: 15px;
	border-radius: 4px;
}
/*******Stripe*********/
.main_stripe_payment_img{
	height: 22px;
	margin-left: 10px;
}
.main_stripe_payment .payment_box {
  position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #fafafa;
	color: #1A120B;
}
.main_stripe_payment .payment_box::before {
  content: "";
	display: block;
	border: 1em solid #fafafa;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}

label[for="payment_method_ag_opayo_direct"]{
	  color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 400;
}

.stripe_payment_func label {
  height: 35px;
	position: relative;
	color: #1A120B;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}

.stripe_payment_func label > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 300;
  line-height: 32px;
  color: #1A120B;
  border-bottom: 1px solid #D5CEA3;
  transition: border-bottom-color 200ms ease-in-out;
  cursor: text;
  pointer-events: none;
  font-size: 13px;
}

.stripe_payment_func label > span span {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0% 50%;
  transition: transform 200ms ease-in-out;
  cursor: text;
}

.stripe_payment_func label .field.is-focused + span span,
.stripe_payment_func label .field:not(.is-empty) + span span {
  transform: scale(0.68) translateY(-30px);
  cursor: default;
}

.stripe_payment_func label .field.is-focused + span {
  border-bottom-color: #34D08C;
}

.stripe_payment_func .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #1A120B;
  outline: none;
  cursor: text;
  display: block;
  width: 100%;
  line-height: 32px;
  padding-bottom: 3px;
  transition: opacity 200ms ease-in-out;
}

.stripe_payment_func .field::-webkit-input-placeholder { color: #8898AA; }
.stripe_payment_func .field::-moz-placeholder { color: #8898AA; }


.stripe_payment_func .field:-ms-input-placeholder { color: #424770; }

.stripe_payment_func .field.is-empty:not(.is-focused) {
  opacity: 0;
}

.stripe_payment_func button {
  float: left;
  display: block;
  background: #34D08C;
  color: #1A120B;
  border-radius: 2px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 47px;
  line-height: 45px;
  outline: none;
}

.stripe_payment_func button:focus {
  background: #24B47E;
}

.stripe_payment_func button:active {
  background: #159570;
}

.stripe_payment_func .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 20px;
  text-align: center;
}

.stripe_payment_func .success, .stripe_payment_func .error {
  display: none;
  font-size: 15px;
}

.stripe_payment_func .success.visible, .stripe_payment_func .error.visible {
  display: inline;
}

.stripe_payment_func .error {
  color: #E4584C;
}

.stripe_payment_func .success {
  color: #34D08C;
}

.stripe_payment_func .success .token {
  font-weight: 500;
  font-size: 15px;
}

/****Stripe*******/
.main_store_login h4 {
	text-align: center;
	margin: 0;
}
.login_r_hr {
	height: 2px;
	margin-bottom: 20px;
	background: #3C2A21;
	display: none;
}
.select2-container--default .select2-selection--single {
	background-color: #D5CEA3;
	border: 1px solid #D5CEA3;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
}
.main-product-filter {
	background: #000;
	padding: 15px 20px;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 8px;
	margin-bottom: 30px !important;
}
.purchase-btn {
  box-shadow:0 0 0 0 #20B038;
  animation:pulse 2s infinite;
  -webkit-animation:pulse 2s infinite;
  color: #fff !important;
}
@keyframes pulse {
  0% {
    box-shadow:0 0 0 0 rgba(32,176,56,.7)
  }
  70% {
    box-shadow:0 0 0 15px rgba(255,150,45,0)
  }
  to {
    box-shadow:0 0 0 0 rgba(255,150,45,0)
  }
}
@keyframes slide {
  to {
    opacity:1;
    transform:translate(0)
  }
}

.select2-container--default .select2-selection--single {
	background-color: #D5CEA3 !important;
	border: 1px solid #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent !important;
}
.original-price.discountatm_percent {
    text-decoration: auto;
}
.price-card-body .title_Denomination {
    font-size: 13px;
    text-align: left;
}




.payment_cancel {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin: 20px auto 100px auto;
}

.payment_cancel .icon {
    font-size: 60px;
    color: #e74c3c;
    margin-bottom: 15px;
}

.payment_cancel h1 {
    margin: 0 0 10px;
    color: #333;
}

.payment_cancel p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.payment_cancel .btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 22px;
    background: #e74c3c;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
}

.payment_cancel .btn.secondary {
    background: #6c757d;
    margin-left: 10px;
}

.small_order_processing_fee span {
    color: #fff;
    font-size: 13px;
    width: 100%;
    float: left;
}
.small_order_processing_fee small{
	color: #D5CEA3;
    line-height: 1;
}

.loader-container1 .animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholder;
  animation-timing-function: linear;
  background: #eeeeee;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 1200px 100px;
  min-height: 20px;
  width: 100%;
  margin: 10px 0 10px 0;
  border-radius: 3px;
}

.select_game_plan.selected {
    border: 2px solid #D5CEA3 !important;
}

.text-capitalize{
	text-align: capitalize;
}

.single-game-product{
	margin-top: 150px;
}


.site_tips_blog .tips-wrapper {
    padding: 40px 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.site_tips_blog .tips-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.site_tips_blog .tips-card {
    background: #1f1410;
	border-radius: 14px;
	overflow: hidden;
	color: #fff;
	transition: 0.3s ease;
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	display: flex;
	flex-direction: column;
	border: solid 1px #D5CEA3;
}

.site_tips_blog .tips-card:hover {
    transform: translateY(-6px);
}

.site_tips_blog .tips-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.site_tips_blog .tips-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.site_tips_blog .tips-img {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;   /* Keeps images consistent */
    overflow: hidden;
}

.site_tips_blog .tips-content h3 {
  font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
	color: #D5CEA3;
}

.site_tips_blog .tips-content p {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 15px;
    flex-grow: 1;
}

.site_tips_blog .read-more {
    display: inline-block;
    padding: 8px 14px;
    background: #1e6f3d;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
    align-self: flex-start;
}

.site_tips_blog .read-more:hover {
    background: #27ae60;
}

.site_tips_blog .tips-load-more-wrap {
    text-align: center;
    margin-top: 40px;
}

.site_tips_blog #tips-load-more {
    padding: 12px 30px;
    background: #1e6f3d;
    border: none;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
}

.site_tips_blog #tips-load-more:hover {
    background: #27ae60;
}

.site_tips_blog #tips-load-more {
    padding: 12px 28px;
    background: #1e6f3d;
    border: none;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
}

.site_tips_blog #tips-load-more:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/*@media screen and (max-width: 1600px) and (max-height: 650px) {
    .select2-container--open .select2-dropdown {
        margin-top: 0 !important;
    }
}*/

/*
@media screen and (max-width: 1351px) and (max-height: 607px) {
    .select2-container--open .select2-dropdown {
        margin-top: 0 !important;
    }
}
*/

/*@media screen and (max-width: 1280px) and (max-height: 600px) {
    .select2-container--open .select2-dropdown {
        margin-top: 0 !important;
    }
}
*/

.payment-option.active_payment {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 10px 0 20px;
	background-color: #D5CEA3;
	color: #1A120B;
	padding: 15px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 400;
}
.paymentbox {
	width: 100%;
	display: flex;
	justify-content: start;
	flex-direction: column;
	gap: 10px;
}
.pay_image {
	background-image: url('/wp-content/themes/gaming-topup/assets/images/bg-main.png');
	background-color: #000;
	padding: 10px;
	border-radius: 8px;
	display: flex;
    justify-content: center;
}
.game-featured-img {
	display: none;
}
.single-game-post {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
.single-post .center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.single-post .image-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
}
.single-post .alignleft {
    float: left;
    margin-right: 1em;
}
.single-post .alignright {
    float: right;
    margin-left: 1em;
}
.single-post .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}
.single-game-post h2, .single-game-post h3, .single-game-post h4, .single-game-post h5, .single-game-post h6 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 24px;
  color: #D5CEA3;
}
.single-game-post h4 {
	font-size: 18px;
}
.single-game-post h5, .single-game-post h6 {
	font-size: 15px;
}
.game-title {
	background: #1A120B;
	background: -webkit-linear-gradient(to left, #1A120B, #D5CEA3, #D5CEA3, #1A120B);
	background: linear-gradient(to left, #1A120B, #D5CEA3, #D5CEA3, #1A120B);
	padding: 20px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1A120B;
	margin-bottom: 35px;
	margin-top: 15px;
}
.single-game-post ul, .single-game-postol {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	float: left;
	width: 100%;
}
.single-game-post ul li, .single-game-post ol li {
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
.single-game-post p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}
.single-post .post-navigation {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 40px;
	border-top: solid 1px #94925a;
	padding-top: 20px;
	margin-top: 20px;
}
.single-post .post-navigation a  {
	padding: 5px 10px;
	background-color: #ecebde;
	color: #0A400C;
	letter-spacing: 1px;
	border-radius: 5px;
	font-size: 12px;
}
.single-post .post-navigation a:hover  {
	color: #1a1a1a !important;
}
.post_time_difference small {  
	font-size: .875em;
	font-weight: 500;
	background: #D5CEA3;
	color: #000;
	padding: 5px 12px;
	margin-bottom: 8px;
	display: inline-block;
	border-radius: 6px;
	font-size: 12px;
} 
@media (max-width: 767px) {
.single-post .single-game-post img {
	max-width: 100%;
	display: block;
	margin: 15px auto;
}
.single-game-product {
	margin-top: 0;
}
}
@media screen and (max-width: 1366px) and (max-height: 641px) {
    .select2-container--open .select2-dropdown {
        margin-top: 30px !important;
    }
}

@media (max-width: 1600px) {
	.select2-container--open .select2-dropdown {
        margin-top: 0;
    }
}


/* responsive */
@media (max-width: 1200px) {
.price-card {
	padding: 25px 12px 15px;
	width: 46.5%;
}
.container {
	max-width: 100%;
}
}

@media (max-width: 992px) {
    .site_tips_blog .tips-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
.ads-grid {
	grid-template-columns: 1fr !important;
}
.ads-container {
	justify-content: start !important;
}
}
@media (max-width: 880px) {
  #order_received .grid{ grid-template-columns: 1fr; }
  #order_received .order-status{ text-align:left; margin-top:8px; }
  #order_received .grid .left {
	padding-right: 0;
}
#order_received {
	padding: 10px 0 30px;
}
}

/* printable tweaks */
@media print {
  #order_received header.header .order-meta { display:none; }
  #order_received .btn, footer.actions { display:none !important; }
  #order_received .container{ max-width:100%;}
  #order_received .card{ box-shadow:none; border-radius:0; padding:0; }
}

@media only screen and (max-width: 767px) {
	span.select2-dropdown.select2-dropdown--below {
	    margin-top: 0px;
	}
	.opshow_other_option a:hover, 
	.opshow_other_option a:focus {
	    color: #20B038;
	}
	.opshow_other_option a{
		background: none !important;
		box-shadow: none !important;
    right: 0 !important;
    position: relative !important;
    color: #FFF;
    font-size: 14px;
    width: auto;
    float: right !important;
    text-transform: uppercase;
	}
	.opshow_other_option {    
    display: block;
}
	.show_other_option{
		display: none;
	}
.main_store_login {
	display: flex;
	margin-bottom: 0;
	flex-direction: column;
}
.footer-copywrite-section {
	margin-top: 15px;
}
.first_login_settion, .second_login_settion {
	width: 100%;
}
.footer-tnc-divider {
	margin-left: 0 !important;
	width: 100%;
}
.footer-copywrite {
	margin-bottom: 15px !important;
}
.wdt-dashboard {
	margin-bottom: 0;
}
.price-card {
	width: 100%;
	margin: 10px 0;
}
.sub-brand-tab {
	padding: 5px 9px;
	font-size: 13px;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub-brand-tabs {
/* 	overflow-x: scroll; */
	width: 100%;
}
.login_r_hr {
	display: flex;
} 
.offer-title {
	font-size: 24px !important;
}
}

@media (max-width: 576px) {
    .site_tips_blog .tips-grid {
        grid-template-columns: 1fr;
    }

    .site_tips_blog .tips-content h3 {
        font-size: 16px;
    }

    .site_tips_blog .tips-content p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 540px) {
	.brand_logo_thankyou {
	    display: none;
	}
	.wdt-tabs {
		flex-direction: column;
		width: 100%;
	}
	.wdt-tabs li {
		width: 100%;
	}
	.wdt-tabs a, .wdt-tabs input.logout-btn {
		width: 100%;
	}
	#order_received header.header {
		align-items: start;
		flex-direction: column;
	}
	#order_received .brand, #order_received .brand div {
		width: 100%;
	}
	#order_received header.header .brand .order-meta {
		text-align: center;
	}
	.information-card .d-flex {
		/*flex-direction: column;*/
		margin-right: 0;
		margin-left: 0;
	}
	.information-card .d-flex .ms-3 {
		margin-left: 0 !important;
		margin-top: 0px;
	}
	.information-card .d-flex .title {
		/*margin-top: 25px;*/
		margin-left: 20px;
	}
	.information-card{
		  padding: 20px 10px !important
	}
	.image_CS {
		margin-right: 5px;
	}
	.amount-card {
		margin-bottom: 0 !important;
	}
.ads-container {
	align-items: center;
	justify-content: center !important;
	flex-direction: column;
	text-align: center;
}
.mobile_section_540 {
	flex-direction: inherit !important;
	gap: 15px;
}	
.mobile_section_540 .mobile_section_540_image {
	width: 100px;
}
.mobile_section_540 .mobile_section_540_image img {
	height: 80px !important;
}	
.mobile_section_540 .mobile-games-details {
	width: calc(100% - 100px);
}	
.mobile_section_540 .product-list.d-grid {
	grid-template-columns: 1fr !important;
}	
.mobile_section_540 .tag-card {
	right: auto;
	top: 3px;
	font-size: 9px;
	padding: 3px 10px;
	left: 55px;
}	
}



















