/*-----------------------------------------------------------*/
.rating {
    display: inline-block !important;
    unicode-bidi: bidi-override;
    color: transparent !important;
    font-size: 22px !important;
    /*height: 25px;*/
    width: auto;
    margin: 0 40px 0 0;
    position: relative;
    padding: 0;
    /*margin-right: 40px;*/
}

.rating:before {
    position: absolute;
    right: -27px;
    top: 19px;
    height: 1px;
    width: 4px;
    background: #E1DEDE;
    content: "";
}

.rating-upper {
    color: #F09D17 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex !important;;
    top: 0;
    left: 0;
    overflow: hidden;
    font-size: 22px !important;
}

.rating-lower {
    padding: 0;
    display: flex !important;
    z-index: 0;
    font-size: 22px !important;
}

/*-----------------------------------------------------------*/

a#readMore {
    line-height: 18px;
    margin-top: 10px;
    font-weight: bold;
}

a#readMore:hover {
    cursor: pointer;
}

.share-btn, a {
    transition: all .2s;
}

.share-btn:hover {
    background: rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF;
}

a:hover, a:focus {
    color: #000000;
}

.list-group-item.category-item {
    /*padding: 0.45rem 1.25rem;*/
    padding: 1px;
}

.list-group.category-list {
    line-height: 25px;
}

.category-icon {
    background: rgba(27, 40, 56, 0.95);
    float: left;
}

.category-link {
    margin-left: 30px;
    color: #323232;
}

.most__search__tab-requirements .nav {
    justify-content: normal;
}

.bb_ul {
    text-align: left;
    list-style-type: none;
    font-size: 14px;
}

.bb_tag {
    color: #323232;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 20px;
}

.listing__hero__icon img {
    background-color: rgba(0, 0, 0, 0.6);
}

div.read-more img {
    background-color: rgba(0, 0, 0, 0.6);
}

#game-name-select {
    border-radius: 0;
}

p {
    transition: all .2s;
}

p#showMore {
    color: black;
}

p#showMore:hover {
    cursor: pointer;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-steam-deck {
    padding: 0 0.75rem;
}

.btn-steam-deck:hover {
    cursor: default !important;
}

.game-search-link {
    color: #000000;
}

.easy-autocomplete-container > ul > li {
    border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}

.hero__text .hero__categories__tags li a {
    transition: all .2s;
}

.hero__text .hero__categories__tags li a:hover {
    border: 1px solid #8d8d8d;
}

.breadcrumb__option span {
    color: #000000;
}

.blog__item {
    transition: box-shadow 0.3s ease-in-out;
}

.blog__item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 1px;
}

s, strike {
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-size: 85%;
    color: rgba(180, 180, 180, 0.75);
}

s:after, strike:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid red;
    height: calc(50% + 1px);
    width: 100%;
    transform: rotateZ(-12deg);
}

.game-price {
    color: #FFF;
    margin-bottom: 5px;
    margin-right: 6px;
    font-size: 30px;
}

.row {
    transition: all .2s;
}

.row.game:hover {
    background: #dddddd;
}

.blog__sidebar__recent {
    padding: 25px 25px 10px 25px;
}

.blog__sidebar__recent__item__text p {
    margin-bottom: 15px;
}

.blog__sidebar__recent__item__text span {
    margin-bottom: 5px;
}

.listing__hero__text .label {
    font-size: 13px;
    color: #ffffff;
    background: #f03250;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 15px 4px;
    border-radius: 2px;
}

.listing__hero__text .label .label-bestseller {
    color: #ffffff;
    background: #f03250;
}

.listing__hero__text .label .label-new-and-noteworthy {
    color: #ffffff;
    background: #00a7ea;
}

.listing__hero__text .label .label-popular-upcoming {
    color: #000000;
    background: #D9D137;
}

.game-details-loading {
    opacity: 0.4;
}

.spad {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero {
    padding: 100px 0;
}

.hero__search__form form input {
    width: 100%;
    float: none;
}

/*
.blog__pagination a.active {
    background: #f03250;
    color: #ffffff;
    border-color: #f03250;
}

.blog__pagination span.disabled, .blog__pagination li {
    font-size: 15px;
    color: #707070;
    display: inline-block;
    padding: 12px 20px 10px;
    border: 1px solid #e4e4e4;
    margin-right: -5px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;

    cursor: not-allowed;
}*/
