h1, h2 {
    font-weight: 100;
    font-size: 17px;
    color: #676767;
    padding: 10px 15px;
    -moz-box-shadow: 0 8px 10px 0 rgba(234,240,244,.55);
    box-shadow: 0 8px 10px 0 rgb(234 240 244 / 55%);
}

.title_home {
    font-size: 22px;
    color: #fff;
    font-weight: 100;
}


a {
    color: #29c2d6;
    text-decoration: none;
}
a:hover {
    color: #25aec0;
}

#home_container {
    max-width: 960px;
    background-color: #FFF;
    margin: 0 auto;
    border-radius: 5px;
    padding: 15px;
}
.cart_title {
    box-shadow: none;
    font-size: 17px;
    padding: 0;
}
.cart_title > a, .Admin_panel {
    color: #103f5f;
    font-weight: 600;
    text-decoration: none;
    /* display: block; */
}
.cart_title > a:hover, .Admin_panel:hover {
    color: #29c2d6;
    font-weight: 600;
}
.home_product {

}
.home_carts {align-self: center;padding: 5px;width: 90%;}
.cart_title {

}
.home_carts_item {
    display: flex;
    background: #fbfbfb;
    border: 1px #f0f1f2 solid;
    justify-content: space-between;
}
.home_carts_item:not(:last-child) {
    margin: 0 0 10px 0;
}
.home_carts_info > a {
    text-decoration: none;
    color: #777;
}


.home_carts_info {
    display: flex;
    background: #fff;
    border-left: 1px #f0f1f2 solid;
    width: 150px;
    justify-content: center;
    align-items: center;
}

.format_price {color: #4caf50;}


.footer__items {
    margin: 0 auto;
    max-width: 960px;
    padding: 15px 0;
    text-align: center;
}