.store_game_style a{
    text-decoration: none;
    outline: 0;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.store_game_style img{
    height: auto;
    vertical-align: top;
    max-width: 100%;
}

.store_game_style .store_game-container{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.store_game_style .container__title{
    font-size: 2.5rem;
    display: inline-block;
    margin-bottom: 0.15em;
    color: #1c192c;
    line-height: 1.2em;
    margin: 0;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: -0.7px;
}

.store_game_style .container__title::after{
    color: #28ae4e;
    content: "\\";
    font-weight: 100;
    margin-left: 4px;
}

.store_game_style .vc_empty_space{
    height: 1.8em;
}

.store_game_style .vc_empty_space-footer{
    height: 1.55em;
}

.store_game_style .products__column{
    margin-right: -2em;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.store_game_style .products__item{
    width: 25%;
    margin: 0;
    float: left;
    clear: none;
    padding: 0 2em 2em 0;
    position: relative;
    list-style: none outside;
}

.store_game_style .post__item-thumb{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    color: #727279;
}

.store_game_style .post__featured{
    margin-bottom: 0;
    position: relative;
    display: block;
    overflow: visible;
    transition: box-shadow 0.3s ease;
}

.store_game_style .products__item a{
    text-decoration: none;
}

.store_game_style .products__item img{
    transition: all 0.3s ease;
    border-radius: 5px;
    width: 100%;
    height: auto;
    display: block;
}

.store_game_style .icons{
    position: absolute;
    z-index: 1002;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.store_game_style .button_add_to_cart{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    font-size: 0.75em;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding: 1.1em 1em;
    transition: all 0.3s ease;
    color: #28ae4e;
    box-shadow: 0px 0px 20px 0px rgba(28, 25, 44, 0.05);
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.store_game_style .button_add_to_cart::before{
    content: "\f290";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.4em;
    margin-right: 0.3em;
}

.store_game_style .post__data{
    padding: 1.95em 0;
    text-align: left;
    overflow: hidden;
}

.store_game_style .post__data-header{
    position: relative;
    overflow: visible;
    margin-bottom: 0;
}

.store_game_style .header__title{
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    color: #1c192c;
    font-style: normal;
    letter-spacing: -0.7px;
}

.store_game_style .header__title a{
    color: #1c192c;
    text-decoration: none;
}

.store_game_style .post__data-price{
    font-family: "Roboto", sans-serif;
    font-size: 1.0625em;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0.2em 0px 0px;
    color: #727279;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.store_game_style .price__amount{
    line-height: 1em;
}

.store_game_style .products__item:hover .post__data-price{
    color: #ee5307;
}

.store_game_style .products__item:hover .button_add_to_cart{
    opacity: 1;
    pointer-events: auto;
}

.store_game_style .icons .button_add_to_cart:hover{
    color: #ffffff;
    background-color: #149739;
}
.store_game_style .products__item:hover .post__featured{
    box-shadow: 0px 0px 20px 0px rgba(28, 25, 44, 0.05);
}

@media only screen and (max-width: 767px) {
    .store_game_style .products__item{
        width: 100%;
        padding: 0 0 20px 0;
        margin: 0;
    }
    .store_game_style .icons{
        font-size: 12px;
    }
    .store_game_style .post__data{
        height: 4em;
        padding: 1.5em 1em;
    }
    .store_game_style .products__column{
	margin-right: 0;
    }
    .elementor-37 .elementor-element.elementor-element-78faa5e{
	padding: 0 20px;
    }
}