.btn-group .control {
    padding: 12px 16px 10px 50px;
    color: #0d0d0d!important;
    border-radius: 5px!important;
    font-weight: 600;
    height: 49px;
}

.btn-group-toggle .btn:hover {
    background-color: #f0f0f0;
}
.control-group {
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
}
.control {
    position: relative;
    display: inline-block;
    width: auto;
    height: 2.7rem;
    background: #fff;
    cursor: pointer;
    font-size: 0.1px;
    color: white;
    transition: background 150ms;
}
.control-color:after {
    content: "";
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url(/templates/deadpool/images/sprite.webp) -92px -34px no-repeat;
    position: absolute;
    left: 13px;
    top: 9px;
}
.control:not(.mixitup-control-active):hover {
    background-color: #f0f0f0;
}
.mixitup-control-active {
    background-color: #f0f0f0;
}
.search {
    width: 300px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 12px;
}
.form-control {
    border: 2px solid #f0f0f0;
    box-shadow: none;
    height: 47px;
    padding: 1px 5px 3px 15px;
    color: #0d0d0d;
    font-weight: 600;
}
.form-control:focus{
   box-shadow: 0 0 0 0.2rem rgba(255,155,57,.3);
       border-color: #ffa139;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.item_product{
    padding: 0;
    width: 49%;
    margin-right: 9px;
    display: inline-block;
}
.item-box img {
    opacity: .95;
    transition: .3s ease;
    border-radius: 5px 0 0 5px;
    float: left;
    margin-right: 13px;
    width: 231px;
    height: 121px;
    display: inline-block;
    background-color: #f0f0f0;
}

.item-box:hover .item-name {
    color: #ff772e;
}
.item-box {
    overflow: hidden;
    width: 595px;
    height: 120px;
    font-weight: 600;
    transition: .3s ease;
    margin-bottom: 10px;
    box-shadow: 0 1px 10px 0 rgba(89,89,89,.08);
}

.item-box, .items-wrapper .no-items {
    background-color: #fff;
    border-radius: 5px;
}
.item-box .item-name {
    width: 344px;
    color: #0d0d0d;
    margin-top: 13px;
    display: inline-block;
    white-space: nowrap;
    transition: .2s ease;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-box .item-type {
    margin-top: 2px;
    margin-bottom: 5px;
    color: #878787;
    font-size: 13px;
}
.item-box .price {
    color: #0d0d0d;
    text-decoration: line-through;
    margin-right: 4px;
}
.nav-item{
    width: 50%;
    text-align: center;
}
.item-box .actual-price {
    color: #ff772e;
}
.item-box .discount {
    margin-right: 10px;
    font-size: 11px;
    color: #fff;
    padding: 0 15px 2px;
    position: relative;
    top: -2px;
}
.discount {
    border-radius: 30px;
    padding: 0 8px 1px;
    color: #fafafa;
    background-color: #ff772e;
    float: right;
}
.gb-tag-item {
    font-size: 9px;
    line-height: normal;
    padding: 5px 8px;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 99;
}
button:focus{
    outline: none;
}
#genre_filter{
    font-size: 15px;
}
#genre_filter select{
color: #0d0d0d!important;
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    height: 47px;
    width: 199px;
    text-align: left;
    position: relative;
    top: -1px;
    box-shadow: none!important;
    padding: 0 15px;
}

div.tabs_content {width:100%;background-color: #fff;}

.goods .accs:before {
    background: url(/templates/deadpool/images/sprite.webp) -21px -42px no-repeat;
}
.goods .keys:before{
    background: url(/templates/deadpool/images/sprite.webp) 0 -42px no-repeat;
}
.goods .luck:before {
    background: url(/templates/deadpool/images/sprite.webp) -42px -42px no-repeat;
}
.goods .gta:before {
    background: url(/templates/deadpool/images/sprite.webp) -63px -42px no-repeat;
}

.goods .filter {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
}
.filter {
    padding: 13px 15px;
    margin-bottom: 20px;
}
.welcome a{
    font-size: 15px;
}
.control {

    font-size: 15.1px;

}





@media screen and (max-width: 280px) {
.goods .tabs_content .item_product{
display: inline;
width: 100%;
margin: 0px 5px;
}
}

@media screen and (max-width: 320px) {
.goods .tabs_content .item_product{
display: inlinet;
}
a .item-box{
 height: 275px;
}
}

@media screen and (max-width: 360px) {
.row .goods .tabs_content .item_product{
    display: inline;
}
.item_product .item-box img{
    height: 147px;
}
}

@media screen and (max-width: 375px) {
.tabs_content .item_product{
    width: 46%!important;
    display: inline-block;
}
a .item-box{
height: 275px;
}
}

@media screen and (max-width: 450px) {
.goods .tabs_content .item_product{
    width: 47%!important;
    display: inline-block;
}
.item-box img{
    height: 105px;
}
}

@media screen and (max-width: 567px) {
.container-filter_accs, .container-filter_keys {
 transform: translate(0px, 0px)!important;
}
.tabs_content .item_product:nth-child(2n) {
    margin-left: 5px;
}
}

@media screen and (max-width: 568px) {
.container-filter_accs, .container-filter_keys {
 transform: translate(15px, 0px);
}
.tabs_content .item_product:nth-child(2n){
    margin-left: 0px;
}
.tabs_content .item_product{
    width: 46%!important;
}
}

@media screen and (max-width: 600px) {
.container-filter_accs, .container-filter_keys {
transform: translate(15px, 0px);
padding: 0px 20px;
}
.tabs_content .item_product:nth-child(2n){
    margin-left: 0px;
}
.goods .tabs_content .item_product{
    width: 45%!important;
    display: inline-block;
    margin-left: 8px;
}
}

@media screen and (max-width: 700px) {
a .item-box {
    width: 100%;
}
}

@media screen and (max-width: 736px) {
.item-box .item-name {
    width: 100%!important;
}
}



@media screen and (min-width: 768px) {
.rb-tag-item {
    left: 140px;
    right: auto;
}
}
@media screen and (max-width: 812px) {
.tabs_content .item_product{
    display: inline;
}
}

@media screen and (max-width: 1010px) {
.tabs_content .item_product{
    display: inline;
}
}

@media screen and (max-width: 1200px) {
.goods{
width: -webkit-fill-available;
}
.filter .activations{
    display: none;
}
.item-box .item-name{
    width: 240px;
}
.item_product{
width: 48%;
margin: 0px 5px;
display: inline-block;
}
.item-box{
    width: auto;
}
.search{
    max-width: 540px;
}

}

@media screen and (max-width: 768px) {
.item-box {
   width: 100%!important;
   height: 256px;
}
#genre_filter{
    display: none;
}
.filter .activations{
    display: none!important;
}
.goods .nav-item.active{
    width: 100%;
}
.item_product{
    width: 49%;
    margin-right: 0px;
}
.nav-item{
width: 100%;
text-align: center;
}
.item-box img{
    width: 100%;
}
.game-item .description{
    display: contents;
}
.search{
    width: 100%;
}
.tabs_content .item_product{
    width: 31%;
    display: inline-block;
}


}