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;
}
.section {
  position: relative;
  width: 300px;
  height: 600px;
}
.sec1 {
  display: block;
}
.sec2 {
  display: block;
  position: absolute;
  top: 0px;
  left: 300px;
}
.head {
    display: block;
    width: 300px;
    height: 70px;
    box-shadow: 0px 1px 10px 0px #d8d8d8;
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
}
.head img {
    max-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;
}
.name2 {
  font-size: 9px;
  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: #1A1B71;
    font-weight: bold;
}
.discount {
  font-size: 13px;
  margin: 1px 5px 5px 5px;
  color: #ff0000;
  font-weight: bold;
}
.enlace {
    background: #1A1B71;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
    cursor: pointer;
  }
.cont-slider {
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 5%;
    opacity: 0;
}
.cont-slider .ui-slider-handle {
    cursor: pointer;
}
.cont-slider .ui-slider-horizontal {
    height: 32px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%), inset 1px 1px 0px rgb(255 255 255 / 30%);
    overflow: hidden;
    border: none !important;
}
.cont-slider .ui-slider-horizontal .txtfront {
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    height: 32px;
}
.cont-slider .ui-slider-horizontal .back {
    position: absolute;
    left: 0;
    height: 32px;
    width: 0px;
    background: #01E5ED;
    z-index: 1;
    overflow: hidden;
}
.cont-slider .ui-slider-horizontal .back .txtback {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    width: 270px;
    text-align: center;
    height: 32px;
}
.cont-slider .ui-slider .ui-slider-handle {
    background-image: url(../images/arrow.png) !important;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 50px;
    border: none;
}
.cont-slider .ui-state-default, 
.cont-slider .ui-widget-content .ui-state-default, 
.cont-slider .ui-widget-header .ui-state-default, 
.cont-slider .ui-button, 
.cont-slider html .ui-button.ui-state-disabled:hover, 
.cont-slider html .ui-button.ui-state-disabled:active {
    background: #1A1B71;
}
.cont-slider .ui-slider-horizontal .ui-slider-handle {
    top: 0;
    margin: 0;
}
.cont-slider .ui-state-active,
.cont-slider .ui-widget-content .ui-state-active,
.cont-slider .ui-widget-header .ui-state-active,
.cont-slider a.ui-button:active,
.cont-slider .ui-button:active,
.cont-slider .ui-button.ui-state-active:hover {
  border: none;
  background: #1A1B71;
}