.back-navigation a{
    color: black;
    text-decoration: none;
}

.back-navigation #ico-home{
    margin-right: 2rem;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

.product-color{
    position: absolute;
    display: block;
    width: 100%;
    height: 1rem;
    bottom: 0;
    left: 0;
}

.orange {
    background-color: #F7AA58;
}
.blue {
    background-color: #5B98AE;
}
.pink {
    background-color: #D094B3;
}
.red {
    background-color: #CE1234;
}
.yellow {
    background-color: #F0ED83;
}
.white {
    background-color: #E3E3E6;
}
.brown {
    background-color: #623D32;
}
.green {
    background-color: #009933;
}

.modal-dialog-img{
    width: 100%;
}

.rfid-check{
    display: block;
    height: 3rem;
    width: 100%;
    background-color: #e4e4e4;
    text-align: center;
    padding-top: 0.8rem;
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 600px) {

    .product-color{
        display: none;
    }
}