.main_divx{
    background-color: #f2f3f5;
}
/* BREADCRUMPS*/
#category_path {
    font-size: 28px;
    text-align: center;
}
#category_path a {
    color: #000;
    text-decoration: none;
}
/* END OF BREADCRUMPS */

/* CATEGORY GRID */
.topPicks {
    background-color: #f2f3f5;
}
@media (min-width:992px) {
    #categories_container .row{
        margin: 60px 0;
    }
}
.each_category, .each_category_greenary {
    background-color: #e5e6e8;
    border-radius: 10px;
    text-align: center;
    position: relative;
    border: 4px solid #e5e6e8;
    height: 100%;
}
.each_category:hover .each_category_but_all {
    background-color: var(--primary);
}
.each_category:hover {
    border: 4px solid var(--primary);
}

.each_category_greenary:hover .each_category_but_all {
    background-color: #064c4a;
}
.each_category_greenary:hover {
    border: 4px solid #064c4a;
}

.each_category_image {
	width: 80%;
	border-radius: 20px;
	background-color: #fff;
	left: 10%;
	right: 10%;
	padding: 20px 0;
	position: absolute;
	top: -60px;
	box-sizing: border-box;
	margin: 0;
}
.ctm{
    margin-top: 95px;
}
.each_category_title {
    font-size: 18px;
    font-weight: 600;
    color: #1a2946;
    min-height: 60px;
}
.each_category_maker {
    font-size: 14px;
}
.each_category_maker:hover {
    font-weight: 900;
}
.each_category a, .each_category_greenary a {
    text-decoration: none;
    color: #1a2946;
}
.each_category_but_all {
    background-color: #7f7f7f;
    color: white;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
}
.category_makers_return{
    height: 115px;
}
/* END OF CATEGORY GRID */
/* RESPONSIVE */

.gaming .topPicks {
	background: black;
}


/*==================*/
/*===category.php===*/
/*==================*/
.title_with_bs {
	text-align: center;
	background: url(/images/mainnew/prosfwhitebr.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: center;
	margin: 0 5% 40px 5%;
	position: relative;
	top: 30px;
}
.title_with_bs_text {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: -12px;
	width: 100%;
}
#cat_pro_btns{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#cat_pro_next {
	cursor: pointer;
}
.displayn {
	display: none;
}
#cat_pro_prev {
	display: none;
	cursor: pointer;
	padding-right: 5px;
}

@media screen and (max-width: 1200px) {
    .each_category_but_all{
        width:60%;
    }
}
@media screen and (max-width: 991px) {
.each_category, .each_category_greenary {
    margin-top: 60px;
}
}


.category-results-container > div {
	max-width: 340px;
}

.super_paginator{
	float: left;
    color: #395b9b;
    font-weight: 100;
}

.bd_uni{
    background-color: #4f3cea !important;
    color: #fff;
}