.sidebar-nav-item-title > a {
    display: block;
    color: inherit;
    text-shadow: inherit;
    text-decoration: none;
}
.sidebar-nav-item-title {
    position: relative;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
    cursor: pointer;
    padding: 0.4rem 0rem;
    transition: 0.4s;
}

.sidebar-nav-item {
    border-bottom: 1px solid rgb(239, 239, 239);
}

.address-select input[type=radio] {
    display: none;
}
.address-select input[type=radio]:checked + .address-wrapper {
    /* background-color: #241009; */
    border-color: #00b3c3;
    transition: 0.4s;
}
.address-wrapper a {
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    text-decoration: none;
    font-size: 0.7rem;
    margin: 0.2rem;
    /* color: #00b5fe; */
    color: #999999;
    background-color: inherit;
    transition: 0.4s;
}
.address-wrapper {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 0.25rem;
    border: 2px solid #dedede;
    background-color: #fcfcfc;
    font-size: 0.8rem;
    color: #333333;
    transition: 0.4s;
}
.product {
    height: 250px;
}
.red{
    color: red;
}
.product-grid{
    height: 250px !important;
}
.product-item {
    height: 100%;
}
.content-header-title-small {
    font-size: 0.8rem;
}
.content-header-title {
    font-size: 1rem;
    font-weight: bold;
}