#thx-games .content {
position:relative;
padding-bottom:5rem;
min-height: 750px;
}
#thx-games h2 {
text-align:left;
color: #999;
font-size: 1.125rem;
font-weight:400;
text-transform: none;
  padding-left: 0;
  margin: 0 0 0.5rem 0;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}
#thx-games .sub-new {
text-align:left;
font-size: 0.75rem;
color: #44d62c;
text-transform:uppercase;
line-height: 0.55rem;
font-weight:400;
padding-bottom:8px;
}
#thx-games .sub-new b {
font-size: 0.75rem;
}
#thx-games .lt1 {
font-size: 0.875rem;
color:white !important;
}
#thx-games .grid-container{
	display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
align-items: center;
}
#thx-games .grid-container div{
background-color: #111;
margin: 1rem 0.8rem 0.2rem;
padding: 0.3rem 0.65rem;
border-radius:25px;
}
#thx-games sup a {
text-decoration:none;
}
/* filter section */
#thx-games .filter-section{
position:relative;
color: #999;
text-align: left;
border-bottom: 1px solid #222;
padding-bottom: 5px;
}
#thx-games .filter-section div.displayinline{
display: inline-block;
  margin-bottom: 0.5rem;
font-size: 0.875rem;
}
#thx-games .filter-applied {
cursor: pointer;
}
#thx-games .filter-applied, #thx-games .game-filter-type{
color: #fff;
}
#thx-games .razer-green, #thx-games .grid-container div b, #thx-games .grid-container div sup {
color:#44d62c; padding-left: 1px;
}
#thx-games .filter-applied {
padding-right: 60px;
font-size: 1rem;
}
#thx-games .game-filter-type{
background-color: #222222;
border-radius:20px;
margin: 0 0.2rem;
padding: 0.2rem 1rem 0.2rem 1.25rem !important;
}
#thx-games .dropdown-icon {
padding-left:2px;
}
#thx-games .dropdown-icon::after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    vertical-align: middle;
}
#thx-games .show-filter .dropdown-icon::after {
    transform: rotate(225deg);
}
#thx-games .game-filter-type-close-icon:hover {
color: #44d62c;
}
#thx-games .game-filter-type-close-icon::after {
content: "×";
cursor: pointer;
padding-left: 5px;
}
@media (max-width: 767px) {
#thx-games .grid-container{
	display: grid;
  grid-template-columns: 1fr 1fr;
}
#thx-games .grid-container div{
margin: 1rem 0.25rem 0;
text-align:center;
}
#thx-games .lt1 {
font-size: 0.75rem;
}
#thx-games div.game-filter-type{ 
display:inline;
}
#thx-games .filter-section div.mdisplayblock, #thx-games .filter-applied {
display:block;
padding-bottom: 10px;
}
#thx-games .filter-section div.mdisplayblock {
font-weight: 400;
}
#thx-games .filter-section{
padding-bottom: 15px;
}
.filter-dropdown-box { 
top: 20px;
}
}
/* search box css*/
#thx-games .search-box-wrapper {
 position: relative;
max-width: 400px;
margin: 2rem auto;
}
#thx-games .search-button {
left: 12px;
background: 0 0;
border: 0;
color: #666;
height: 22px;
min-height: 20px;
position: absolute;
right: 8px;
top: 13px;
width: 22px;
}
#thx-games .search-box-icon {
margin-right: 10px;
}
#thx-games #search-box-input {
background: 0 0;
border: 1px solid #222;
border-radius: 2rem;
color: #fff;
height: 46px;
max-height: 50px;
outline: 0 transparent;
padding: 0 45px;
width: 100% !important;
font-size: 1rem;
font-weight: 300;
}
#thx-games .search-box-icon::before {
font-family: phoenix-icons !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    position: unset;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
    content: "";
    display: block;
    font-weight: 700;
    padding-top: .0625rem;
    text-indent: 0;
color:white;
}
/* filter and checkbox */
.filter-dropdown-box {
display:none;
text-align: left;
background-color: #202020;
padding: 1rem;
min-width: 200px;
border: 1px solid #292929;
height: 145px;
position: absolute;
opacity: 1;
margin-top:5px;
z-index: 9;
}
.filter-dropdown-box input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
position: absolute;
margin-right: 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 0;
background-color: transparent;
border-style:none;
height: 0;
width: 0;
margin-inline-start: 0;
margin-top: 0;
}
.filter-dropdown-box label
{
position: relative;
display: inline-block;
padding-left: 32px;
line-height: 22px;
vertical-align: top;
cursor: pointer;
color:white;
width:100%;
}
.filter-dropdown-box label::after {
    position: absolute;
    top: 5px;
    left: 3px;
    display: table;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
    height: 8px;
    border-left: 2px solid #44d62c;
    border-bottom: 2px solid #44d62c;
}
.filter-dropdown-box label::before {
    border-color: #44d62c;
    background-color: transparent;
position: absolute;
left: 0;
top: 1px;
display: table;
background-color: transparent;
content: "";
width: 20px;
height: 20px;
border: 1px solid #44d62c; 
border-radius: 3px;
}
.filter-dropdown-box label.unchecked::after {
	visibility:hidden;
}
.filter-dropdown-box label.unchecked::before {
border: 1px solid #555; 
}
 @media screen and (max-width:767px){#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_2]{background-image:none;background-color:#000;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 h1[pnxssr_5]{font-weight:500;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_6]{color:#fff;max-width:100%;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_14]{padding-top:3px}} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_2]{background-image:none;background-color:#000;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 h1[pnxssr_5]{font-weight:500;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_6]{color:#fff;max-width:1000px;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_14]{padding-top:3px}} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_2]{background-image:none;background-color:#000;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 h1[pnxssr_5]{font-weight:500;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_6]{color:#fff;max-width:1000px;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_14]{padding-top:3px}} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_2]{background-image:none;background-color:#000;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 h1[pnxssr_5]{font-weight:500;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_6]{color:#fff;max-width:1000px;}#pnxssr_0d4eb179a2c88bec1a63b218d694d8e3 div[pnxssr_14]{padding-top:3px}}