
/*game-item*/


/*game-slug*/
	



/*footer*/
.footer{
    border-top: solid 3px #fac609;
}
.description{
    padding: 25px 40px;    
    border-top: solid 3px #fac609;
}
.p-des{
    font-size: 12px;
    font-weight: 600;
}
.links{
    min-height: 70px;
    justify-content: center;        
}
.link{
    padding: 8px;
    font-size: 14px;
    color: #fac609;
    text-transform: capitalize;
    transition: all 0.2s;
    position: relative;
    font-weight: 700;
}

.link:last-child:after{
    content: "";
}
.cookies{
    margin: 0 auto;
    padding: 3px 0;
    letter-spacing: .1em;
    text-align: left;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #2e0c52;
    z-index: 9999;
    border-top: 1px solid #191616;
    height: 45px;
}
.inside-cookies{
    padding: 0 15px;
    justify-content: center;
}
.title-cookies{
    font-size: 18px;
    margin-bottom: 5px;
}
.inside-cookies p{
    font-size: 12px;
    font-weight: lighter;
}
#back-to-top{
    position: fixed;
    right: 30px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    z-index: 7;
    font-size: 1.5rem;
    transition: background 450ms cubic-bezier(0.23, 1, 0.32, 1),opacity 0.4s ease; 
    font-family: sans-serif;
    background: #fff;
    color: #591e99;
    transition: 0.1s;
}
/*pagination*/
.paging_section{ 
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
}
.data{
    z-index: 12;
    display: none;
}

.button-cookies{
    line-height: 36px;
    padding: 0 10px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    opacity: 0.9;
    color: #000;
    background-color: #f1d600;
    transition: 0.1s;     
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border-radius: 8px;
}

.s_paging{
    justify-content: center;
}
.go_top{
    display: inline-block;
    box-sizing: border-box;
    color: #f9dc04;
    background-color: transparent;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border-radius: 3px;
    margin-right: 3px;
    cursor: pointer;

}
.new-bg{
    background-color: #52AFFF;
}
/*hover*/


.item-category:hover{
    color: #FAC609;
}
.inside-games:hover .caption{
    bottom: 0;
}
.button-cookies:hover{
    opacity: 1;
    background-color: #fff;
}
.meta:hover{
    transform: translateY(-5px);
}
.pick-field-order:hover{
    background-color: #441774;
    color: #FAC609;
}
.btn-x:hover{
    background: linear-gradient(90deg,#ef0e74,#fc6926);
}
#unset-menu:hover{
    opacity: 1;
}
#back-to-top:hover{
    color: #fff;
    background-color: #591e99;
}