a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:active {
    color: black;
    text-decoration: none;
}

.my-sidebar {
    top: 0px;
}
@media (max-width: 500px) {
    .my-sidebar {
        top: 0px;
    }
}

.search-text-div{
    width: 75%;

    @media (max-width: 500px) {
        width: 100%;
    }
}

.item-div {
    padding-bottom: 10px;
}

.item-div .item-card {
    width: 155px;
}

.item-div .item-card .item-img {
    width: 110px;
    height: 110px;
    align-self: center;
    align-content: center;
}

.item-div .item-card .item-card-title {
    height: 55px;
    font-size: small;
}

.item-div .item-card .item-image-bag-loja {
    width: 45px;
    height: 45px;
}

.item-div .item-card .item-price-text {
    font-size: smaller;
}

.item-div .item-card .item-button-go {
    margin-top: 5px;
    font-size: small;
}

/* Media Queries */
@media (max-width: 500px) {
    .item-div {
        padding: 3px;
    }

    .item-div .item-card {
        width: 110px;
    }

    .item-div .item-card .item-card-body {
        padding: 3px;
    }

    .item-div .item-card .item-img {
        width: 80px;
        height: 80px;
        align-self: center;
    }

    .item-div .item-card .item-card-title {
        height: 36px;
        font-size: 11px;
    }

    .item-div .item-card .item-image-bag-loja {
        width: 30px;
        height: 30px;
    }

    .item-div .item-card .item-price-text {
        font-size: 10.5px;
    }

    .item-div .item-card .item-button-go {
        margin-top: 2px;
        font-size: 11px;
    }
}

.item-card-ind {
    width: 250px;
    border: black;
    border-width: thin;
    padding-top: 3px;
    padding-bottom: 10px;
    justify-items: center;
    justify-self: center;

    .item-image-ind {
        margin-top: 0px;
        margin-bottom: 5px;
        width: 250px;
        height: 250px;
        justify-items: center;
    }

    .item-card-title-ind {
        height: 55px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }

    .item-image-bag-loja-ind {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }

    .item-price-text-ind {
        font-size: 16px;
        margin-top: 10px;
    }

    .item-button-go-ind {
        margin-top: 5px;
        font-size: 16px;
        font-weight: bold;
    }
}
