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: Helvetica, Arial, sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #fff;
  color: #5F5F5F;
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cont-flotante {
  margin-bottom: 0px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  visibility: visible;
  -webkit-animation: slideUp 1.7s ease-in 1 forwards;
  animation: slideUp 1.7s ease-in 1 forwards;
  bottom: -200px;
  animation-delay: 1.5s;
  height: 50px;
  width: 100%;
}
.cont-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: -12px;
  width: 24px;
  height: 24px;
  background-color: #585858;
  border-radius: 50%;
  z-index: 2147483647;
}
.close {
  fill: #fff;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: 1000;
}
.cont-banner {
  width: 100%;
  height: 50px;
  left: auto;
  right: auto;
  transform: none;
  pointer-events: auto;
  position: absolute;
  z-index: 10002;
  display: block;
  bottom: 0px;
}
.animate-button {
  display: none;
  position: absolute;
  cursor: pointer;
  bottom: 13px;
  right: -80px;
  z-index: 1;
}
.animate-button button {
  background-color: #fff;
  border: none;
  color: #ED1925ff;
  cursor: pointer;
  padding: 8px 8px;
  font-size: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.cont-productos {
  background-color: rgb(217 0 45 / 80%);
  display: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 180px;
  bottom: 0;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.animate-productos {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.animate-productos .cont-close {
  top: 8px !important;
}
.head {
  display: block;
  width: 300px;
  height: 70px;
  box-shadow: 0px 1px 10px 0px #d8d8d8;
  background: #EB2325;
  position: relative;
  z-index: 1;
  text-align: center;
}
.head img {
  height: 100%;
}
.products {
  width: 300px;
  height: 530px;
  position: relative;
  z-index: 0;
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
.product {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.cont-image {
  height: 130px;
  display: flex;
  align-items: center;
}
.cont-image img {
  max-height: 100%;
}
.name {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  margin: 5px 0;
  font-weight: bold;
}
.row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price {
  font-size: 14px;
  margin: 0 5px;
  color: #030303;
  font-weight: bold;
}
.discount {
  font-size: 13px;
  margin: 1px 5px 5px 5px;
  color: #ff0000;
  font-weight: bold;
}
.enlace {
  background: #ff0029;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.products::-webkit-scrollbar-thumb {
  background-color: #d9002d;
  border-radius: 5px;
  outline: 1px solid #00c0ff;
}
.products::-webkit-scrollbar {
    width: 0.3em;
}
.products::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}


@-webkit-keyframes slideUp {
    0% {
        bottom: 0;
        transform: translate3d(0, 300px, 0);
        padding-bottom: 0;
    }
    80% {
        bottom: 0;
        transform: translateZ(0);
        padding-bottom: 4px;
    }
    83% {
        bottom: 0;
        transform: translate3d(0, 7px, 0);
        padding-bottom: 0;
    }
    90% {
        bottom: 0;
        transform: translateZ(0);
        padding-bottom: 1px;
    }
    95% {
        bottom: -2px;
        transform: translate3d(0, 1px, 0);
        padding-bottom: 0;
    }
    to {
        bottom: -1px;
        transform: translateZ(0);
        padding-bottom: 0;
    }
}
@keyframes slideUp {
    0% {
        bottom: 0;
        transform: translate3d(0, 300px, 0);
        padding-bottom: 0;
    }
    80% {
        bottom: 0;
        transform: translateZ(0);
        padding-bottom: 4px;
    }
    83% {
        bottom: 0;
        transform: translate3d(0, 7px, 0);
        padding-bottom: 0;
    }
    90% {
        bottom: 0;
        transform: translateZ(0);
        padding-bottom: 1px;
    }
    95% {
        bottom: -2px;
        transform: translate3d(0, 1px, 0);
        padding-bottom: 0;
    }
    to {
        bottom: -1px;
        transform: translateZ(0);
        padding-bottom: 0;
    }
}