.stz-search-bd {
    width: 100%;
    /* height: 50px; */
    position: absolute;
    top: 0;
}

.stz-search {
    height: 55px;
    max-width: 500px;
    border: 1px solid #e8e8e8;
    border-radius: 1rem;
    margin: auto;
    border-right: 8px solid #0d6efd;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 0 10px;
    position: relative;
}

.stz-preload {
    position: absolute;
    top: 250px;
    display: none;
}

.stz-wrapper {
    margin-top: 100px;
    padding: 0px 80px;
}

#productsContainer {
    position: relative;
    margin-top: 100px;
}

.stz-search input {
    height: 30px;
    border: none;
    background-color: transparent;
    padding: 10px;
    outline: none;
    width: 100%;
}

.stz-info-search {
    position: absolute;
    top: -20px;
    background-color: #0d6efd;
    color: #ffff;
    padding: 10px;
    border-radius: 0.5rem;
    font-weight: bolder;
}

.stz-active-sidbar {
    background-color: #fff;
    color: #0D6EFD !important;
}

.stz-active-sidbar a {
    font-weight: bolder;
    color: #0D6EFD !important;
}

.stz-list-category>div>div {
    line-height: 30px;
    display: flex;
    align-items: center;
}

.stz-item-tag {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 0 30px;
}

#openModalBtn {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.stz-list-category {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-bottom: 40px;

}

.stz-loop-item {
    position: relative;
    border-radius: 1rem;
    width: 100%;
    height: 250px;
    background: #f9f9f9;
    border: 2px solid #fbf7f7a8;
    margin: 10px;

}

.stz-item-screen {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    height: 250px;
    background: #ffffff;
    transition: all 0.8s;
    box-shadow: 0 8px 8px 2px #eeeeee69;
    border: 2px solid #fbf7f7a8;
    box-shadow: 0px 0px 58px -33px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 58px -33px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 58px -33px rgba(0, 0, 0, 1);

}

.stz-item-mockup {
    height: 100%;
}

.stz-item-mockup img {
    height: inherit;
}

.stz-item-screen img {
    transform: translate(0, 20px);
    border-radius: 0.5rem;
    width: 120px;
}

.stz-item-screen>span {
    /* transform: translate(0, 25px); */
    font-weight: 900;
    color: #8d8d8d;
}

.stz-loop-item:hover {
    & .stz-item-screen {
        opacity: 0.96;
        transition: all 0.5s;
    }

    & .stz-items-btn {
        animation: toper 1.5s;
    }
}


.stz-item-btn {
    border: none;
    padding: 10px;
    border-radius: 0.5rem;
    margin: 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    min-width: 100px;
}

.stz-item-site {
    animation: top 1s;
    background-color: red;
    opacity: 0.8;
}

.stz-sidebar-right {
    position: sticky;
    top: 50px;
}


.stz-item-show {
    animation: top 1s;
    background-color: blue;
    opacity: 0.8;
}

.stz-item-tarefe {
    animation: top 1s;
    background-color: green;
    opacity: 0.8;
}

@keyframes toper {
    0% {
        transform: translate(-150px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0px);
        opacity: 1;
    }

}

.stz-opacity {
opacity: 0.12;
}

.stz-sidebar-right>div:nth-child(1) {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.stz-list-cat-mobile {
    display: none;
}

.stz-block {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
}

.stz-list-category a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px;
}


#pagination {
    margin-top: 20px;
}

#pagination a,
#pagination span {
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    border-radius: 4px;
    text-decoration: none;
    color: #007bff;
    background: #f1f1f1;
}

#pagination a:hover {
    background: #007bff;
    color: white;
}

#pagination span.current {
    background: #007bff;
    color: white;
}

#pagination a.disabled {
    pointer-events: none;
    color: #999;
    background: #eee;
}

/*  modal  */

.stz-modal {
    display: none;
    position: fixed;
    padding: 50px 20px;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.stz-modal-content {
    background-color: #0d6efd;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    text-align: center;
    border-radius: 1rem;
}

.stz-modal-close {
    color: #fff;
    float: right;
    font-size: 28px;
    cursor: pointer;
}


.stz-modal .stz-modal-title{
    color: var(--stz-warning);
    font-weight: bolder;
}

.stz-modal-close:hover {
    color: #e8e8e8;
}


@media only screen and (max-width: 600px) {
    .stz-item-screen {
        opacity: 1;
    }

    .stz-wrapper {
        padding: 0px;

    }

    .stz-item-mockup {
        opacity: 0;
    }

    .stz-list-cat-mobile {
        display: flex;
    }

    .stz-item-screen .stz-item-grid {
        display: flex;
    }

    .stz-item-screen .stz-items-btn {
        animation: none !important;
    }

    .stz-search-bd {
        position: relative;
    }

    .stz-sidebar-right {
        display: none;
    }

    #productsContainer {
        margin-top: 0px;
    }
}