input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus { 
  outline: none !important;
}
.clear{
    clear:both; 
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover, a:focus{
    text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
}
body {
  font-family: 'Montserrat', sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #F9F8F6;
  color: #5F5F5F;
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cont-banner {
  position: relative;
  width: 300px;
  height: 100px;
  max-width: 100%;
}
.cont-banner img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.back {
    width: 33.3%;
    height: 600px;
    position: absolute;
    background: #916199;
    top: 0;
    left: 0;
    z-index: 0;
}
.cont-categorias {
    height: 500px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.cont-productos {
    display: none;
    position: absolute;
    top: 100px;
    left: 300px;
    width: 100%;
    height: 500px;
}
.list-categorias, .list-productos {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    padding: 0 15px;
}
.list-productos {
    display: none;
    padding-top: 70px;
}
.categoria, .producto {
    background: #FFFFFF;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    height: auto;
    color: #5F5F5F;
    text-decoration: none;
    box-shadow: 0px 3px 5px 0px rgb(140 140 140);
    border-radius: 15px;
    margin: 25px 25px 10px 45px;
    position: relative;
}
.producto {
    margin: 25px 5px 25px 20px;
}
.list-categorias .product:hover {  
  background-color: #E7E7EB;
  box-shadow: none;
}
.list-categorias .product:last-child {
  border-bottom: none;
}
.cont-details {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.details {
    padding: 15px;
    font-family: Arial;
    width: 100%;
}
.list-categorias .details {
    margin-left: 25px;
}
.list-productos .details {
    margin-left: 35px;
}
.cont-image {
    text-align: center;
    position: absolute;
    width: 70px;
    border-radius: 50px;
}
.list-categorias .cont-image {
    left: -35px;
    border-radius: 50px;
}
.list-productos .cont-image {
    left: -25px;
    border-radius: 50px;
}
.cont-image img {
    margin: 0 auto;
    width: 100%;
    border-radius: 50px;
}
.name {
    font-size: 18px;
    color: #333A4F;
    font-family: arial black;
    letter-spacing: 0.5px;
}
.producto .name {
    font-size: 13px;
}
.producto .shop {
    bottom: 15px;
    display: none;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    width: 100%;
}
.producto .shop a {
    background: #916199;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}
.items, .weight {
    color: #797979;
    font-size: 11px;
}
.arrow, .sign {
    font-family: monospace;
    color: #916199;
    align-items: center;
    font-weight: bold;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -7px;
    font-size: 18px;
    box-shadow: 1px 2px 4px 0px rgb(140 140 140);
    padding-top: 5px;
    padding-left: 1px;
}
.title {
    font-family: arial black;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 2px;
}
label { 
  color:grey;
}
input[type = "radio"]{ 
  display:none;
}
.clasificacion{
    direction: rtl;/* right to left */
    unicode-bidi: bidi-override;/* bidi de bidireccional */
    margin: 0px 0 5px;
    text-align: left;
}
label:hover{
  color:orange;
}
label:hover ~ label{
  color:orange;
}
input[type = "radio"]:checked ~ label{
  color:orange;
}
.price {
    text-align: right;
    color: #916199;
    font-family: arial black;
    font-size: 12px;
    right: 15px;
    position: relative;
    bottom: 0px;
}
.desc {
    display: none;
    color: #797979;
    text-align: left;
    font-size: 12px;
    padding: 10px 20px 10px 0;
    line-height: 18px;
}
.return {
    cursor: pointer;
    color: #F9F8F6;
    position: absolute;
    display: inline-block;
    top: 15px;
    font-size: 30px;
    font-weight: bold;
}
