﻿#titleGames {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#providers-slider .owl-item {
    margin: 0px 10px !important;
    display: flex;
    align-items: center;
}

/*.picture img {
    object-fit: inherit !important;
}*/

.carousel-item {
    max-height: 450px;
    position: relative;
    min-height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.searchbar {
    display: flex;
    align-items: center;
}

    .searchbar form {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

h4.tipo-filtro {
    color: white;
    margin-top: 16px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    width: 100%;
    flex-direction: row;
    gap: 7px;
    display: none;
}

    h4.tipo-filtro:after {
        content: "";
        flex: 1 1;
        border-bottom: 0.1rem solid #fff;
        margin: auto;
    }

    h4.tipo-filtro:before {
        content: "";
        width: 20px;
        border-bottom: 0.1rem solid #fff;
        margin: auto;
    }

@media (max-width: 576px) {
    h4.tipo-filtro {
        /*display: flex !important;*/
    }
}

#actionbar-left {
    background: transparent !important;
}


#providers-slider .owl-item {
    border: 1px solid #222;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 2px 3px 2px 0px transparent;
    /* filter: grayscale(1); */
    cursor: pointer;
    /* background: #097136; */
}

    #providers-slider .owl-item:hover {
        border: 1px solid #000;
        box-shadow: 2px 2px 3px 0px #222;
        filter: grayscale(0);
        background: #097136;
    }

    #providers-slider .owl-item.selected {
        box-shadow: 2px 2px 2px 0px #222 inset;
        background: #555;
        filter: grayscale(0);
    }


.summary-games {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 1rem;
    border: 1px solid #999;
    margin: 0rem 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    display: none;
}

    .summary-games .category {
        display: flex;
        align-content: center;
    }

    .summary-games .title {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding-left: 0.5rem;
        text-transform: uppercase;
        font-weight: bold;
    }

    .summary-games .counter .brand {
        text-transform: uppercase;
        text-decoration: dotted;
        font-weight: 800;
        margin-right: 0.5rem;
    }

.count-games {
    padding-left: 0.5rem;
}

@media screen and (max-width: 750px) {
    .summary-games {
        display: flex;
    }

    #titleGames {
        display: none;
    }
}
