.search-container {
    /* overflow-x: hidden; */
    /* padding: 0 70px; */
}

.search-textBox {
    gap: 20px;
    /* font-size: 22px; */
    font-weight: 500;
}

.product-list.d-grid > div {
	background: #3C2A21;
	padding: 15px;
	border-radius: 8px;
}

.search-text {
    font-size: 22px;
}

.option-container {
	gap: 15px;
	padding: 10px;
	background: linear-gradient(to right, #3C2A21, #1A120B);
}
.option-container a {
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #c3c1ca;
	background: #000;
	border: 1px solid hsla(0, 0%, 100%, .12);
	padding: 4px .8em;
	letter-spacing: .08em;
	line-height: 14px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	border-radius: 50px;
}

.option-container a:hover {
	background-color: #D5CEA3;
	color: #3C2A21;
	border: 1px solid #3C2A21;
}

.gap {
    gap: 10px;
}

.input-group {
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #fff;
	background: #000;
	border: 1px solid hsla(0, 0%, 100%, .12);
	padding: 10px 15px;
	letter-spacing: .08em;
	line-height: 14px;
	cursor: pointer;
	border-radius: 50px;
}

.search-input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding: 0px 50px 0px 0px;
    flex: 1;
    /* width: 100%; */

}

.bi-x {
    font-size: 22px;
}

.custom-dropdown {
	background: #000;
	border: 1px solid hsla(0, 0%, 100%, .12);
	border-radius: 50px;
}

.custom-dropdown button {
    color: #b0b4bc;
    font-weight: 300;
    font-size: 14px;

}

.serach-title {
    font-size: 14px;
}

.custom-dropdown button:focus {
    box-shadow: 0 0 .2rem .2rem rgba(255, 150, 45, .25);
}

.dropdown-menu {
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(45, 150, 255, .08), rgba(45, 150, 255, .08)), #2f2e3c;
    border: 1px solid hsla(0, 0%, 100%, .12);
    padding: 15px;
}

.dropdown-menu a {
    color: #c3c1ca;
}

.dropdown-menu a:hover {
    background-color: transparent;
    color: #fff;
}




/*  */


.games-container {
    position: relative;
    min-height: 517px;
}


.games-sidebar {
    position: absolute;
    right: -15px;
    height: 100%;
    z-index: 10;
}


.games-sidebar-alphabet {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    width: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: none;
    height: calc(100vh - 210px);
    max-height: 540px;
}

a.sidebar-alphabet[disabled="true"] {
    color: gray;
}

.option-container a.active_fbutton {
    background-color: #294a2b;
    color: #fff;
    border: 1px solid #20B038;
}

#search_iocnfilter {
    background: no-repeat;
    box-shadow: none;
    border: 0;
    color: #FFFFFF;
}
.sidebar-alphabet {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	flex-grow: 1;
	min-height: 20px;
	width: 100%;
	transition: .1s;
	background: #3C2A21 !important;
	margin-bottom: 1px;
	justify-content: center;
	padding: 20px !important;
}

.list-group-item {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.list-group-item.active {
	color: #3C2A21;
	font-size: 20px;
	background: #D5CEA3 !important;
}


.sort-letter-caption {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 17px;
}

.product-list.d-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}



.product-list {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 30px;
    position: relative;
    gap: 20px;
    /* background-color: red; */
}


.product-card {
    border-radius: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07), 0 4px 5px rgba(0, 0, 0, .06), 0 1px 10px rgba(0, 0, 0, .1);
    background-color: #252f45;
    position: relative;
    margin-top: 10px;
}




.product-image {
    background-color: #000;
    border-radius: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    top: -10px;
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}

/* .card-game-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.product-publisher {
    word-break: break-all;
    font-weight: 400;
    color: #bec4cf;
    font-size: 12px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-title {
    margin-top: 2px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.tag-card {
	position: absolute;
	right: -7px;
	top: 0px;
	z-index: 10;
	background-color: #20B038;
	box-shadow: rgba(96, 214, 106, 0.3) 0px 3px 4px;
	color: rgb(255, 255, 255);
	font-size: 11px;
	padding: 3px 13px;
	border-radius: 3px 3px 0px;
}

.tag-card::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 2px;
    height: 5px;
    width: 5px;
    border-left: 5px solid #20B038;
    border-bottom: 5px solid #20B038;
    border-top: 5px solid #20B038;
    transform: rotate(45deg);
    border-color: transparent #20B038 transparent transparent;
    border-style: solid;
    border-width: 4px 5px 5px 4px;
}

.product-action {
    display: flex;
    width: 100%;
    padding: 0 8px 8px;
}

.topup-button {
        color: #20B038;
        border: 1px solid #20B038;
        border-radius: 12px;
        text-transform: uppercase;
        cursor: pointer;
        flex-grow: 1;
        padding: 3px;
        width: 100%;
        font-size: 12px;
}

.product-card:hover .topup-button {
        color: #fff;
        border: 1px solid #20B038;
        border-radius: 12px;
        text-transform: uppercase;
        cursor: pointer;
        flex-grow: 1;
        padding: 3px;
        width: 100%;
        font-size: 12px;
        background-color: #20B038;
}





@media (min-width: 576px) {

    .product-list.d-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-info {
        padding: 0 12px;
    }

}

@media (min-width: 768px) {
    .product-list.d-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-info {
        font-size: 14px;
        padding: 0 8px 8px;
    }

}
@media (min-width: 992px) {
    .search-container {
        /* overflow-x: hidden; */
        padding: 0 60px;
    }

    .option-container a {
        width: -moz-fit-content;
        width: fit-content;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .games-sidebar-alphabet {
        top: 150px;
    }

    .product-list.d-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .game-product-list.d-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .product-info {
        padding: 0 15px;
    }

}


.main-product-filter .select2-container--default .select2-selection--single {
	height: 40px;
	padding: 5px;
	margin-top: 5px;
}
.main-product-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
    right: 5px;
}

@media (max-width: 767px) {
.product-list.d-grid {
	grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 480px) {
.product-list.d-grid {
	grid-template-columns: 1fr;
	margin-right: 0;
}
}

