@font-face {
    font-family: 'helveticabold';
    src: url('helvetica-bold-webfont.woff2') format('woff2'),
         url('helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: white;
    color: #121212;
    font-family: 'Roboto', sans-serif;
}

img {
    width: 82% !important;
    margin: 0 auto;
}

.img{
    position: relative;
}

.title {
    color: #121212;
    padding: 7px 18px;
}

.subtitle {
    color: grey;
    font-family: 'Roboto', sans-serif;
    font-size: 300;
    display: none;
}

.ui.card .image>.ui.ribbon.label, .ui.image>.ui.ribbon.label {
    opacity: 0;
    transition: .3s ease-in-out;
}

.card-product:hover .ribbon {
    opacity: 1 !important;
    transition: .3s ease-in-out;
}

.gruppo {
    background-color: initial !important;
    border: 1px solid gray !important;
}


.ui.card .image>.ui.ribbon.label, .ui.image>.ui.ribbon.label {
    left: calc(.05rem - -0.7em);
}

.image {
    margin-bottom: 40px;
}



.punti {
    color: gray;
   /* position: absolute;
    right: 18px;
    bottom: 38px; */
    border-radius: 4px;
    padding: 3px 7px;
    margin-left: 18px;
    border: 1px solid gray;
}

.punti-euro {
    color: gray;
  /*  position: absolute;
    right: 18px;
    bottom: 5px; */
    border-radius: 4px;
    padding: 3px 7px;
    border: 1px solid gray;
}

.product-images{
    margin-bottom: 10px !important;
}

.titleprimary {
    font-family: 'Libre Franklin', sans-serif;
    margin-bottom: 4px !important;
    font-size: 14px;
    letter-spacing: 1px;
}

.docTitle {
    color: white;
    font-family: 'Roboto', sans-serif;
}

hr {
    margin: 10px;
    color: white;
}

.my-points {
    position: absolute;
    top: 0;
}

.footer-menu {
    position: absolute;
    bottom: 0;
    border-top: 1px solid white;
    min-height: 57px;
    z-index: 100;
    position: fixed;
    background-color: #141414;
}

.row-footer {
    min-height: 57px;
    justify-content: center;
    align-content: center;
}

.icon-footer {
    font-size: 2.5vh !important;
}

.footer-menu-text {
    font-weight: 300;
}

.docTitle {
    padding: 10px;
}

html,
body {
    overflow-x: hidden;
} 

@media screen and (max-width: 765px) {
    .fake-hr {
        width: auto;
        height: 1px;
        background-color: rgba(255,255,255, 0.5);
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 570px) {
    .footer-menu {
       display: none !important;
    }   

    .img {
        max-height: 100%;
        background-color: white !important;
    }

    .product-images {
        object-fit: scale-down;
        max-height: 280px;
    }

    .card-product{
        margin-bottom: 110px;
    }
}

.container-filtri::-webkit-scrollbar {
     background-color: #888888 !important;
}
     
.container-filtri::-webkit-scrollbar-thumb {
    background-color: gray !important;
}

body ::-webkit-scrollbar-thumb {
    background: gray !important;
}

body ::-webkit-scrollbar-track {
    border: 1px solid gray !important;
    border-radius: 5px;
    background-color: none !important;
}

.plus{
    margin-left: 10px !important;
}

.feather {
    background: linear-gradient(to right, white, transparent 90%);
}

.gruppo:hover > .plus {
    color: green;
}

.gruppo:hover > .delete {
    color: red;
}
