.games-list01 {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 15px;
	row-gap: 20px;
}

.games-list01 li {
	background: #eee;
	padding: 2px;
	border-radius: 8px;
	transition: 0.3s;
	max-width: 211px;
}

.games-list01 li.active,
.games-list01 li:hover {
	background: linear-gradient(127deg, #FF1EB9 0%, #FFBA30 100%);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}


.games-list01 li .position-abl {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 0;
	bottom: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 5px;
}

.games-list01 li .position-abl>div img {
	width: 26px;
	height: 26px;
	min-width: 26px;
}


.games-list01 li .position-abl>.PlayStation_console svg {
	fill: #1379dd;
}

.games-list01 li .position-abl>.Xbox_console svg {
	fill: #1fa61f;
}

.games-list01 li .position-abl>.PC_console svg {
	fill: #ea5e00;
}

.games-list01 li .position-abl>div {
	display: flex;
	justify-content: center;
	column-gap: 5px;
	align-items: center;
	transition: 0.3s;
	/* opacity: 0; */
	position: relative;
	right: -10px;
}

.games-list01 li .position-abl>div img,
.games-list01 li .position-abl>div.box-timings {
	opacity: 0;
	transition: 0.3s;
}


.games-list01 li:hover .position-abl>div img,
.games-list01 li.active .position-abl>div img,
.games-list01 li:hover .position-abl>div.box-timings,
.games-list01 li.active .position-abl>div.box-timings {
	opacity: 1;
}

.games-list01 li figure .game-bg-img {
	height: 145px;
	border-radius: 8px 8px 0 0;
}

.games-list01 li .position-abl h3 {
	/* color: #06f569; */
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	margin: 0;
	line-height: 1;
}

.gift-price {
	min-height: 31px;
	background-color: #088d3f;
	width: fit-content;
	padding: 5px 15px;
	margin: 0 auto;
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
}

.position-abl .gift-price img {
	width: 19px !important;
	height: 19px !important;
	min-width: auto !important;
}

figure.position-relative {
	margin: 0;
	transition: 0.3s;
}

.games-list01 li .card-content {
	padding: 20px 16px 16px;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
}

.games-list01 li .card-content h5,
.games-list01 li .card-content h4 {
	font-size: 14px;
	color: #626262;
	line-height: 1;
	padding-bottom: 16px;
	border-bottom: 2px solid #eee;
	margin-bottom: 12px;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.games-list01 li .card-content h5 strong,
.games-list01 li .card-content h4 strong {
	color: #000;
}

.crosPrice {
	font-size: 18px;
	line-height: 1;
	color: #8e8e8e;
	text-decoration: line-through;
}

.prsPrice {
	display: flex;
	justify-content: space-between;
	font-size: 26px;
	color: #222223;
	font-weight: 700;
	line-height: 1;
	margin-top: 6px;
}

.prsPrice .prs0 {
	margin-left: 8px;
	font-size: 13px;
	line-height: 1;
	background-color: #5ac13c;
	min-height: 30px;
	color: #fff;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 6px;
	border-radius: 50px;
	min-width: 51px;
}

.PlayStation_console {
	justify-content: end !important;
	margin: 5px 0;
}

.PlayStation_console svg {
	min-width: 16px !important;
	max-width: 16px !important;
	max-height: 16px !important;
}

.box-timings {
	justify-content: end !important;
	padding-right: 16px;
	margin-top: 12px;
}

.box-timings span {
	color: #c6d6ee;
	font-size: 14px;
	font-weight: 500;
}

.box-timings img {
	max-width: 20px !important;
	max-height: 16px !important;
	min-width: 16px !important;
}

@media (min-width: 0px) and (max-width: 1199px) {
	.games-list01 li figure .game-bg-img {
		height: 125px;
	}

	.games-list01 li .position-abl h3 {
		font-size: 36px;
	}

	.position-abl .gift-price img {
		width: 16px !important;
		height: 16px !important;
	}

	.gift-price {
		min-height: 26px;
		padding: 3px 15px;
		font-size: 14px;
	}

	.prsPrice {
		font-size: 20px;
	}

	.prsPrice .prs0 {
		font-size: 12px;
		min-height: 22px;
		padding: 2px 6px;
		min-width: 46px;
	}

	.games-list01 li {
		max-width: 258px;
	}
}

@media (min-width: 0px) and (max-width: 1099px) {
	.games-list01 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	.games-list01 li .position-abl>div img {
		width: 24px;
		height: 24px;
		min-width: 24px;
	}

	.prsPrice {
		font-size: 18px;
	}

	.games-list01 li .card-content {
		padding: 16px 12px 12px;
		overflow: hidden;
	}

	.box-timings {
		padding-right: 12px;
	}

	.games-list01 li figure .game-bg-img {
		height: 150px;
	}

	.left_side_content {
		flex: unset;
		width: 100%;
	}

	.games-list01 {
		grid-template-columns: repeat(4, 1fr);
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
	}

	.games-list01 li {
		max-width: 32%;
	}

	.games-list01 li .position-abl {
		bottom: 12px;
	}



}

@media (min-width: 0px) and (max-width: 767px) {
	.left_right_col {
		max-width: 575px;
	}

	.games-list01 {
		column-gap: 3%;
	}

	.games-list01 li {
		max-width: 48.5%;
	}

	.games-list01 {
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 0;
	}

	.single-game .categories-nav-tab .nav-item {
		flex: 1;
	}

	.tab-content.games-list-tab-content {
		background-color: #f4f5f9;
		padding: 24px 12px;
		margin: 0 -12px 20px;
	}

	.games-list01 li .card-content {
		padding: 16px 12px 12px;
		overflow: hidden;
	}
}

@media (min-width: 0px) and (max-width: 575px) {
	.tab-content.games-list-tab-content {
		margin: 0 -20px;
		overflow: hidden;
		padding: 24px 20px;
	}

	.gameSec {
		overflow: hidden;
	}

	.games-list01 {
		grid-template-columns: repeat(2, 1fr);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.games-list01 li .card-content {
		max-width: 100% !important;
	}

	.free-gift {
		font-size: 12px;
	}

	.PlayStation_console svg,
	.free-gift svg {
		min-width: 12px !important;
		max-width: 12px !important;
		max-height: 12px !important;
	}
}