/* Estilos barra de progreso delivery cost */

.progress-delivery {
  margin-bottom: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 10px 20px;
}

.progress-delivery-container {
  height: 3px;
  background: #e0dddd;
  border-radius: 5px;
  position: relative;
}

/* texto */
.progress-delivery-text {
  /*font-weight: bold;*/
  font-size: 12px;
}

.progress-delivery-text-bold {
  color: #03c167;
}

/* Barra */
.progress-delivery-bar {
  height: 100%;
  border-radius: 5px;
  width: 0%;
  /* Inicialmente en 0 */
  /* animation: cambiarTamano 1.5s ease-in-out; */
  /* animation: fill-progress 5s linear; /* Ajusta el tiempo en segundos */
}

.progress-delivery-bar-green {
  background-color: #03c167;
}

.progress-delivery-bar-blue {
  background-color: #1fa9e6;
}

/* point */
.progress-point {
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  right: 3;
  top: -100%;
  left: 0%;
  /* Inicialmente a la izquierda */
}

.progress-point-green {
  background: #03c167;
  /* Color del punto */
}

.progress-point-blue {
  background: #1fa9e6;
  /* Color del punto */
}

.progress-delivery-value {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}

.progress-delivery-start {
  left: 5px;
  font-weight: bold;
  font-size: 16px;
}

.progress-delivery-end {
  /*
  right: 5px;
  font-weight: bold;
  font-size: 16px;
  */
}

/* Estilos para el separador */

.divisor {
  display: flex;
  /* Utilizar flexbox para alinear elementos */
  align-items: center;
  /* Centrar verticalmente */
  margin-top: 10px;
  /* Espacio entre elementos */
  margin-bottom: 10px;
  /* Espacio entre elementos */
}

.divisor .linea {
  flex-grow: 1;
  /* Hace que la línea ocupe todo el espacio disponible */
  border-top: 1px solid #ccc;
  /* Línea divisoria gris arriba */
  border-bottom: 1px solid #ccc;
  /* Línea divisoria gris abajo */
  margin: 0 10px;
  /* Espacio entre las líneas y el texto */
}

.divisor .texto {
  margin: 0;
  /* Ajustar el margen del texto */
}

/* Fin Estilos para el separador */

.btn.up {
  text-transform: uppercase;
}

.simple-list,
ul {
  list-style: none;
}

#product-accordion .panel-heading:hover,
.amount-buttons span,
.caja_opiniones,
.filter-item__image:hover,
.footer_hidden h4,
.form-checkbox label:hover,
.menu-selector .dropdown .dropdown-toggle:hover,
.navbar-default a,
.panel-detail .table-pagos label:hover,
.switch-list-item label:hover,
a.buy-result__item__delete {
  cursor: pointer;
}

table.no-border td {
  border: 0 !important;
}

.no-underline:hover {
  text-decoration: none;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.lato-regular {
  font-family: Lato;
}

.lato-bold {
  font-family: Lato;
}

.lato-black {
  font-family: Lato;
}

.lato-light {
  font-family: Lato;
}

.circle-border {
  line-height: 32px;
  width: 35px;
  height: 35px;
  background: 0 0;
  border: 3px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.circle-border-delete {
  line-height: 14px;
  width: 15px;
  height: 15px;
  background: 0 0;
  border: 1px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-color: #d9534f !important;
  color: #d9534f;
  display: inline-block;
  font-size: 11px;
  vertical-align: text-bottom;
  margin-left: 10px;
}

.circle-amount,
.circle-amount-small {
  line-height: 17px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  color: #fff;
  font-family: Lato;
}

.circle-amount {
  width: 17px;
  height: 17px;
  background: #ff3b3b;
  border: 0 solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -7px;
  left: -7px;
}

.circle-amount-small {
  width: 18px;
  height: 18px;
  background: #f8d71c;
  border: 0 solid #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 1px;
  color: #333;
  font-weight: 700;
}

.circle-amount-small.right {
  right: -4px;
  top: -5px;
}

.circle-amount-small.left {
  left: -4px;
}

.circle-amount-small.blue {
  background-color: #1fa9e7;
}

.center-abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.line-on-sides {
  margin-bottom: 12px;
  margin-top: 12px;
  height: auto;
}

div.line-on-sides span {
  font-size: 15px;
  vertical-align: middle;
}

div.line-on-sides div {
  height: 1px;
  border: 0.5px solid #d2d2d2;
  display: inline-block;
  width: 47%;
}

.ul-table {
  display: table;
  width: 100%;
}

.ul-table li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.ul-table li img {
  display: inline-block;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-radio [type="radio"] {
  display: none;
}

.custom-radio [type="radio"]+span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #ccc;
  vertical-align: -0.15em;
}

.custom-radio [type="radio"]:checked+span:before {
  background: #1fa9e7;
}

.custom-radio label {
  margin: 0;
  display: inline;
}

.custom-radio.alone {
  text-align: center;
}

.custom-radio.alone [type="radio"]+span:before {
  margin-right: 0;
}

.center-radio {
  position: relative;
  width: 40px;
}

.center-radio .custom-radio span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.w-100 {
  width: 100% !important;
}

.ib-m {
  display: inline-block;
  vertical-align: middle;
}

.ib-m-sm {
  display: block;
}

@media only screen and (min-width: 768px) {
  .ib-m-sm {
    display: inline-block;
    vertical-align: middle;
  }
}

.ib-t {
  display: inline-block;
  vertical-align: top;
}

.d-t {
  display: table;
  width: 100%;
}

.d-t__item {
  display: block;
}

@media only screen and (min-width: 768px) {
  .d-t__item {
    display: table-cell;
    vertical-align: middle;
  }
}

.d-b {
  display: block;
}

.img-center {
  margin: 0 auto;
}

.color-white {
  color: #fff !important;
}

.color-gray {
  color: #080808ab !important;
}

.color-blue-light {
  color: #22aeec !important;
}

.color-green {
  color: #90d14e !important;
}

.color-red {
  color: red !important;
}

.text-center-with-span {
  position: relative;
  display: block;
}

.text-center-with-span span {
  position: absolute;
  right: 0;
}

tr.first-mobile {
  border-top: 1px solid #f4f4f4;
}

.product-form {
  min-width: 175px;
}

@media only screen and (max-width: 767px) {
  .Desplegable {
    width: 95% !important;
  }

  .product-form {
    font-size: 11px;
    min-width: 135px;
  }

  .compra_direccion_container .d-t__item {
    width: 48%;
  }

  .d-t__item {
    float: left;
  }

  .text-right-xs {
    text-align: right !important;
  }

  .list_fechas li {
    width: 42% !important;
  }

  .carousel-inner h1 {
    font-size: 22px;
  }

  .carousel-inner h2 {
    font-size: 16px;
    margin: 5% 13% !important;
  }

  .shipments-detail {
    padding: 8px !important;
    font-size: 11px;
  }
}

.helper-align {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.padding-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-md {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-lg {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .padding-sm--xs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .padding-none--xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.switch-list {
  margin-right: -7px;
}

.switch-list li {
  float: left;
  width: 25%;
  text-align: center;
  padding-right: 7px;
  margin-top: 5px;
}

h1,
h2,
h3,
h4,
h6,
ul {
  margin: 0;
}

.switch-list-item {
  position: relative;
}

.switch-list-item input {
  display: none;
}

.switch-list-item label {
  border: 1px solid #d3d3d3;
  font-size: 14px;
  color: #080808ab;
  display: block;
  padding: 4px 10px;
  /* white-space: nowrap; */
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 400;
}

.switch-list-item input[type="checkbox"]:checked+label,
.switch-list-item input[type="radio"]:checked+label {
  border: 2px solid #1fa9e7;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  .switch-list-item label:hover {
    border: 1px solid #1fa9e7;
  }
}

.switch-list-item .icon-check {
  position: absolute;
  top: -8px;
  right: -3px;
  display: none;
}

.switch-list-item input[type="radio"]:checked~.icon-check {
  display: block;
}

.icon-check {
  background-image: url(../images/icons/green-tick-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 18px;
  width: 18px;
}

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table;
    width: 100%;
  }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
}

body {
  font-size: 14px;
  background-color: #fafafa;
  line-height: 20px;
  font-family: Lato;
  color: #bbb;
}

.gray {
  background: #efefef !important;
}

#btn-select-addres,
.select-address select {
  background-image: url(/public/web/images/icons/gpspin-blue-desktop.png);
  background-repeat: no-repeat;
}

.white {
  background-color: #fff;
}

a:hover {
  color: inherit;
}

a:focus {
  outline: 0;
}

ul {
  padding: 0;
}

strong {
  font-family: Lato;
}

h1,
h2 {
  font-family: Lato, sans-serif;
}

h1 {
  font-size: 27px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

h4 {
  font-size: 17px;
}

h6 {
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.header-section {
  margin-bottom: 20px;
}

.form-control,
input {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-family: Lato;
  color: #777;
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
}

@media only screen and (min-width: 992px) {
  .container-visible-mobile {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-section {
    margin-bottom: 5px;
  }

  .container-visible-desktop {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }

  .padding-visible-desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.list-group-item {
  border-color: #f4f4f4;
  padding-left: 25px;
  color: #22aeec !important;
}

.list-group-item.active {
  background-color: #22aeec !important;
  border-color: #22aeec !important;
  color: #fff !important;
}

.list-group-item img {
  margin-right: 10px;
}

.list-group.full {
  margin: 0 -15px;
}

.list-group.border-bottom .list-group-item {
  border-left: 0;
  border-right: 0;
}

.form-group {
  margin-bottom: 12px;
}

.form-group input {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-color: #ddd;
}

.form-group label {
  margin-bottom: 0;
  font-family: Lato;
}

.btn-default,
.btn-outline,
.panel-heading .active {
  font-family: Lato;
}

.form-group label.required:after {
  content: "*";
  color: red;
}

.form-group label.small {
  color: #777 !important;
}

.btn-default,
.btn-primary.btn-outline {
  color: #1fa9e7;
}

.btn {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.btn-default {
  border-color: #fff;
}

.btn-primary,
.btn-primary.btn-outline:hover {
  background-color: #1fa9e7;
  border-color: #1fa9e7;
}

.btn-primary.btn-outline:hover {
  text-decoration: none;
  color: #fff !important;
}

.btn-primary.padding-xs {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-success {
  background-color: #01c167;
  box-shadow: 0 2px 1px 0 #01c167;
  border-color: transparent;
}

.btn-success.no-box {
  box-shadow: none;
}

.danger {
  color: red !important;
}

.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #d9534f !important;
  border-color: #d9534f !;
}

.amount-buttons .add:hover,
.amount-buttons .subtract:hover,
.close:hover {
  text-decoration: none;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-danger.btn-outline:hover {
  background-color: #d9534f;
  border-color: #d9534f;
  text-decoration: none;
}

.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all 0.3s;
  border-width: 2px;
}

.btn-danger.btn-outline:active,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:hover,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
  color: #fff;
}

.panel-default {
  border-color: #ddd;
}

.panel-body {
  border: none;
}

.panel-default .panel-footer,
.panel-default .panel-heading {
  background-color: #fff;
  color: #aaa;
  font-size: 15px;
}

.panel-heading {
  padding: 0;
  border: none;
  height: 45px;
}

.panel-heading div {
  background-color: #f0f0f0 !important;
  height: 45px;
  padding-top: 10px;
  color: #777;
}

.panel-heading .active {
  color: #01c167;
  border-top: 2px solid #01c167 !important;
  background-color: #fff !important;
  font-weight: 700;
  padding-bottom: 8px;
}

.panel-default .panel-footer.blue,
.panel-default .panel-heading.blue {
  background-color: #1fa9e7;
  color: #fff;
}

.panel-default .panel-footer.blue h2,
.panel-default .panel-heading.blue h2 {
  font-family: Lato;
}

.panel-default .panel-footer.transparent,
.panel-default .panel-heading.transparent {
  background-color: transparent !important;
}

.panel-default table {
  border-color: #f4f4f4;
}

.panel-default table td {
  border-color: #f4f4f4 !important;
}

.panel-perfil .panel-heading {
  color: #22aeec;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .panel-mobile {
    border: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .panel-pedidos__title {
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .panel-pedidos .panel-heading {
    font-size: 15px;
    padding-bottom: 0;
  }

  .panel-pedidos .panel-footer {
    padding-top: 0;
    font-size: 15px;
  }
}

.panel-detail .table-products {
  font-family: Lato;
  border: 0;
  margin-bottom: 0;
}

.panel-detail .table-products__product {
  margin: 0 -10px;
  font-family: Lato;
}

.panel-detail .table-products__product tr {
  margin-left: -10px;
  margin-right: -10px;
}

.panel-detail .table-products__product td {
  padding: 0 10px;
}

.panel-detail .table-products>thead {
  background-color: #f4f4f4;
}

.panel-detail .table-products>thead th {
  white-space: nowrap;
  color: #1fa9e7;
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.panel-detail .table-products>tbody tr td {
  vertical-align: middle;
}

.panel-detail .table-products>tbody tr td:first-child {
  border-left: 0;
  border-right: 0;
}

.panel-detail .table-products>tbody tr.total {
  font-size: 18px;
  font-family: Lato;
  color: #1fa9e7;
}

.panel-detail .table-products>tbody tr.total td {
  border: 0;
}

@media only screen and (min-width: 768px) {
  .panel-detail .table-products>tbody tr.total {
    background-color: #f4f4f4;
    color: #777;
  }
}

.panel-detail .table-products>tbody tr>td:last-child {
  border-right: 0;
}

.panel-detail .table-products p {
  margin-bottom: 0;
}

.panel-detail .table-products .v-m {
  vertical-align: middle;
}

.panel-detail .table-products .cupon {
  display: inline-block;
  vertical-align: middle;
}

.panel-detail .table-products .cupon .btn-primary,
.panel-detail .table-products .cupon input {
  height: 28px !important;
  font-family: Lato;
}

.panel-detail .price,
.table-pedidos {
  font-family: Lato;
}

.panel-detail .table-products .cupon input {
  width: 150px;
  display: inline-block;
}

.panel-detail .btn-primary {
  border-width: 1px;
}

.panel-detail .btn-primary:active .circle-border,
.panel-detail .btn-primary:focus .circle-border,
.panel-detail .btn-primary:hover .circle-border {
  color: #fff;
  border-color: #fff;
}

.panel-detail .circle-border {
  height: 20px;
  width: 20px;
  color: #1fa9e7;
  border: 2px solid #1fa9e7;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  transition: all 0.3s;
}

.panel-detail .form-group label {
  color: #aaa;
}

.panel-detail .price {
  font-size: 45px;
  margin-bottom: 12px;
}

.panel-detail .table-pagos {
  margin-bottom: 10px;
  border: 1px solid #1fa9e7;
  border-collapse: separate;
}

.panel-detail table,
.panel-fpagos .form-group,
.panel-fpagos p {
  margin-bottom: 0;
}

.panel-detail .table-pagos tr td:first-child {
  border-left: 0;
  border-top: 0;
}

.panel-detail .table-pagos tr td:last-child {
  border-right: 0;
  border-top: 0;
}

.panel-detail .table-pagos tr td {
  border-right: 1px solid #ddd;
  padding-left: 8px;
  padding-right: 8px;
}

.panel-detail .table-pagos tr:last-child td {
  border-bottom: 0;
}

.panel-detail tr:first-child td {
  border-top: 0;
}

@media only screen and (max-width: 767px) {
  .panel-detail.wide-xs {
    border: 0;
    box-shadow: none;
  }

  .panel-detail.wide-xs .panel-heading {
    display: none;
  }

  .panel-detail.wide-xs .panel-body {
    padding-left: 0;
    padding-right: 0;
  }

  .panel-detail.wide-xs .btn-add-products {
    display: block;
    width: 100%;
  }

  .panel-detail.wide-xs .table-products td {
    border-left: 0;
    border-right: 0;
  }

  .panel-detail.wide-xs .table-products .first-mobile td {
    border-top: 0;
  }

  .panel-fpagos .text-left {
    text-align: center;
  }

  .panel-fpagos img {
    margin: 0 auto;
  }
}

.panel-detail .list-group-item {
  color: #080808ab !important;
}

.panel-fpagos .panel-body {
  padding: 15px 40px 12px;
}

.table-pedidos tr td:first-child {
  padding-left: 20px;
  color: #777;
  vertical-align: middle;
}

.table-pedidos tr td:last-child {
  color: #22aeec;
  text-align: right;
}

.avoid-padding {
  margin: 0 -15px;
}

.table-products-mobile .date {
  background-color: #f4f4f4;
  padding: 5px 15px;
  font-size: 12px;
}

.table-products-mobile .d-t__item {
  display: table-cell;
  vertical-align: middle;
}

.table-products-mobile .details {
  position: relative;
  padding: 10px 0;
  width: 100%;
  text-align: left;
}

.table-products-mobile .details .image {
  padding: 5px 10px;
  height: 90px;
}

.table-products-mobile .details .image .image-wrapper {
  position: relative;
  height: 100%;
}

.table-products-mobile .details .image img {
  max-height: 100%;
}

.table-products-mobile .details .circle-amount {
  display: inline-block;
  padding: 0;
  text-align: center;
}

.table-products-mobile .details span,
.table-products-mobile .details strong {
  display: block;
  text-align: left;
}

.table-products-mobile .details strong {
  color: #777;
}

.table-products-mobile .details .description {
  padding-right: 40px;
}

.table-products-mobile .details .delete,
.table-products-mobile .details .price {
  position: absolute;
}

.table-products-mobile .details .delete {
  top: 8px;
  right: 12px !important;
}

.table-products-mobile .details .price {
  bottom: 37px;
  font-size: 16px !important;
  color: #1fa9e7;
  font-family: Lato !important;
  right: 12px !important;
}

#btn-select-addres,
.search-result__item__description .title,
.sidebar .panel-heading {
  font-family: Lato;
}

.navbar-default {
  background-color: #1fa9e7;
  color: #fff;
  min-height: 55px;
  padding: 14px 15px 0;
  border-radius: 0;
  border: 0;
  margin: 0;
  position: relative;
}

.navbar-default a {
  color: #fff;
  width: auto;
  height: auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .navbar-default .btn-addres-wrapper {
    overflow: hidden;
    padding: 0 10px 5px;
  }

  .navbar-default #btn-addres {
    font-size: 14px;
  }

  .wrapper-btn-select-address {
    height: 34px;
    padding: 0 15px;
  }
}

.wrapper-btn-select-address small {
  font-size: 8px;
  line-height: 10px;
}

#btn-select-addres {
  background-position: 8px center;
  background-color: transparent;
  color: #fff;
  display: inline-block;
  position: relative;
}

#btn-select-addres .wrapper-caret {
  border-left: 1px solid #22aeec;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 3px;
  line-height: 30px;
  font-size: 12px;
}

.select-address {
  position: relative;
}

.select-address select {
  background-position: 10px center;
  padding-left: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-address .wrapper-caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 10px;
  border: 2px solid #1fa9e7;
  background-color: #fff;
}

.select-address .wrapper-caret span {
  color: #1fa9e7;
  top: 0;
  line-height: 34px;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}

.navbar-right {
  margin-right: 0;
}

.navbar-form {
  margin-top: 0;
  padding: 0;
  border: 0;
}

.navbar-form .form-group {
  display: inline;
}

.navbar-form .input-group {
  display: table;
}

.navbar-form .input-group-addon {
  background-color: #fff;
  border: 0;
  width: 1% !important;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 0 2px 2px 0;
}

@media only screen and (max-width: 767px) {
  .product-form__description-list {
    font-size: 11px;
  }

  .product-form__footer .btn {
    padding: 5px;
  }

  .navbar-form {
    position: relative;
  }

  .navbar-form .input-group {
    width: 100%;
    margin-top: 10px;
  }
}

#input-search {
  height: 100%;
  font-size: 13px;
  border: 0;
}

.buy-result {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 5px #ccc;
  -webkit-box-shadow: 0 2px 5px #ccc;
  -moz-box-shadow: 0 2px 5px #ccc;
  color: #777;
}

.buy-result {
  width: 100%;
  visibility: hidden;
  z-index: 1002;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.buy-result>ul>li {
  padding: 15px 15px 0;
}

.buy-result__item {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.buy-result__item__delete {
  position: absolute;
  top: 0;
  right: 0;
}

.buy-result__item__image {
  position: relative;
}

.buy-result__item__body__description {
  margin-right: 20px;
}

.buy-result__item__body__amount,
.buy-result__item__body__description {
  display: inline-block;
  vertical-align: middle;
}

.buy-result__footer {
  padding: 15px;
}

.buy-result__subtotal {
  font-size: 16px;
  margin-bottom: 15px;
}

.buy-result.open {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .buy-result {
    width: 300px;
    margin: 0 15px;
    top: 36px;
  }
}

.sidebar,
.sidebar-heading {
  position: fixed;
  width: 250px;
}

.sidebar {
  background-color: #fff;
  top: 0;
  bottom: 0;
  z-index: 1001;
  left: -250px;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-heading {
  background-color: #22aeec;
  padding: 10px 15px;
  height: 55px;
  top: 0;
  z-index: 9999999;
}

.sidebar-heading img {
  height: 28px;
}

.sidebar-body {
  padding-top: 55px;
}

.sidebar.open {
  left: 0 !important;
}

.sidebar-back {
  color: #aaa;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.sidebar-back i {
  color: #ddd;
  margin-right: 10px;
}

.sidebar .panel-default {
  margin-bottom: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.sidebar .panel-heading {
  height: 40px;
  padding: 8px 5px;
  text-align: left;
  color: #444;
  background-color: #f4f4f4 !important;
}

.sidebar .list-group-item {
  color: #aaa !important;
  padding-left: 15px;
  font-size: 13px;
  font-family: Lato;
  letter-spacing: 0.5px;
}

.sidebar .list-group-item i {
  color: #ddd;
}

.sidebar .list-group-item.active-sidebar {
  color: #22aeec !important;
  font-family: Lato;
}

.list-group-icons i {
  margin-right: 5px;
}

@media screen and (max-height: 600px) {
  .sidebar .list-group-item {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}

.sidebar .close {
  opacity: 0.9;
  line-height: 28px;
}

.list-group-icons .list-group-item {
  line-height: 1;
  padding: 12px 15px 12px 12px;
}

.list-group-icons .list-group-item img {
  left: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 19px;
  margin-right: 8px;
}

.list-group-icons.top .list-group-item img {
  top: 12px;
  bottom: auto;
}

.close {
  color: #fff;
  font-family: Lato;
  font-size: 20px;
}

#carousel-header .item h2,
.shipments-detail span {
  font-family: Lato;
}

.sidebar-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #000;
  opacity: 0.5;
}

.menu-selector .container {
  position: relative;
}

.menu-selector .row [class*="col-dropdown"]:nth-child(1) {
  position: static;
}

.menu-selector .dropdown .dropdown-toggle {
  color: #fff;
  display: block;
  line-height: 0;
  height: 28px;
  font-size: 16px;
  width: 100%;
  padding-top: 9px;
}

.menu-selector .dropdown .dropdown-menu {
  margin: 0 auto;
  left: 5%;
  padding: 30px;
  right: 5%;
}

@media only screen and (min-width: 992px) {
  .menu-selector .dropdown .dropdown-menu {
    left: 20%;
    right: 20%;
  }
}

.menu-selector .dropdown .dropdown-menu .list-title {
  color: #22aeec;
  display: block;
  margin-bottom: 10px;
}

.menu-selector .dropdown .dropdown-menu .list-items {
  list-style-type: none;
  line-height: 30px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .menu-selector .dropdown .dropdown-menu .list-items.with-border {
    border-right: 1px solid #f4f4f4;
  }
}

.menu-selector .dropdown .dropdown-menu .list-items a {
  color: #a0a0a0;
  font-family: Lato;
}

#carousel-header {
  text-align: center;
  background-repeat: space repeat;
}

#carousel-header .container {
  position: relative;
}

#carousel-header .carousel-indicators li {
  background-color: #e1e1e1;
  border: 0;
  margin: 0 5px 0 0;
  width: 10px;
  height: 10px;
}

#carousel-header .carousel-indicators li.active {
  background-color: #c6c6c6;
  width: 10px;
  height: 10px;
}

#carousel-header .carousel-control {
  background: 0 0;
  width: auto;
}

#carousel-header .carousel-control .glyphicon-menu-left {
  left: 50%;
  margin-left: 15px;
}

#carousel-header .carousel-control .glyphicon-menu-right {
  right: 50%;
  margin-right: 15px;
}

#carousel-header .carousel-control .glyphicon-menu-left,
#carousel-header .carousel-control .glyphicon-menu-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  text-shadow: none;
  color: #d3d3d3;
}

.product-form,
.swiper-hold,
.wrapper-products-seen .container {
  position: relative;
}

#carousel-header .item {
  color: #179bd5;
  padding-top: 0;
  padding-bottom: 0;
}

#carousel-header .item h1 {
  margin-bottom: 10px;
}

#carousel-header .item h2 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {

  #carousel-header .carousel-control .glyphicon-menu-left,
  #carousel-header .carousel-control .glyphicon-menu-right {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  #carousel-header .item {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.list-brands {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}

.list-brands li {
  display: inline-block;
}

.list-brands li:not(:last-child) {
  margin-right: 15px;
}

.shipments-detail {
  font-size: 12px;
}

.shipments-detail p {
  color: #22aeec;
  line-height: 1;
  margin: 0;
}

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

  .shipments-detail .text-left,
  .shipments-detail .text-right {
    text-align: center;
  }

  .shipments-detail img {
    display: block;
    margin: 0 auto 5px;
  }

  .shipments-detail .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .shipments-detail div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrapper-products-seen .swiper-products {
    margin-left: 5px;
    margin-right: 5px;
  }

  .wrapper-products-seen h2 {
    font-size: 14px;
    font-family: Lato;
    text-transform: uppercase;
  }
}

.wrapper-products-seen {
  background-color: #f4f4f4;
  color: #22aeec;
}

.wrapper-products-seen h2 {
  text-align: center;
  margin-top: 0;
}

.wrapper-products-seen .swiper-products {
  padding-left: 0;
  padding-right: 0;
}

.swiper-products {
  padding: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  background: 0 0;
  margin-top: -10px;
  height: auto;
  width: auto;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "\e258";
  color: #bbb;
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  display: block;
  line-height: 1;
}

.swiper-button-prev {
  left: -15px;
}

.swiper-button-prev::before {
  content: "\e257";
}

.swiper-button-next {
  right: -15px;
}

.swiper-button-next::before {
  content: "\e258";
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #e1e1e1;
  height: 10px;
  width: 10px;
}

.swiper-pagination-bullet-active {
  background: #c6c6c6;
}

.product-form,
.product-form__header {
  background-color: #fff;
}

.section-buy,
.section-steps {
  background-image: url(/public/web/images/textura-mishpichos-large.png);
  background-size: 120px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .swiper-button-prev {
    left: -40px;
  }

  .swiper-button-next {
    right: -40px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin-top: -20px;
  }

  .swiper-button-next:before,
  .swiper-button-prev:before {
    font-size: 40px;
  }
}

.product-form {
  color: #bbb;
  font-size: 13px;
  line-height: 14px;
}

.product-form .strong {
  font-weight: 700;
  color: #383838;
}

.product-form__image {
  height: 150px;
  padding: 0 20px;
}

@media only screen and (min-width: 992px) {
  .product_caja .product-form {
    padding-bottom: 10px;
  }

  .product-form__image {
    height: 250px;
  }
}

.product-form__image-wrapper {
  position: relative;
  height: 93%;
}

.product-form__image-wrapper img {
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .product-form .btn-primary {
    display: block;
    width: 100%;
  }
}

.product-form__description-list {
  list-style-type: none;
  padding: 5px;
  margin: 0;
}

.product-form__description-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
}

.product-form__footer {
  padding: 0 15px;
}

.product-form__footer .btn-primary {
  font-size: 10px;
}

.product-form--select {
  background-color: #f4f4f4;
}

.product-form--select:hover {
  background-color: #f4f4f4;
  border-color: #e5e5e5;
}

.product-form--select .product-form__image {
  height: 150px;
}

@media only screen and (min-width: 992px) {
  .product-form--select .product-form__image {
    height: 300px;
  }
}

.product-form--select .product-form__description-list {
  text-align: center;
}

.product-form .oferta-icon {
  display: none;
  position: absolute;
  top: -9px;
  right: -10px;
  z-index: 99;
}

.product-form.oferta .oferta-icon {
  display: block !important;
}

.comment-block {
  display: table;
  color: #1fa9e7;
}

.comment-block__message,
.comment-block__user {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

.comment-block__user {
  height: 100%;
  width: 30%;
}

.comment-block__user__image {
  margin-bottom: 10px;
}

.comment-block__user__image img {
  margin: 0 auto;
  max-width: 90px;
}

.comment-block__user__info-name,
.comment-block__user__info-type {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
}

.comment-block__user__info-name {
  font-weight: 700;
}

.comment-block__message {
  width: 70%;
  padding-left: 25px;
  padding-right: 20px;
}

.comment-block__message__content {
  line-height: 18px;
  position: relative;
}

.comment-block__message__content-quotes-left,
.comment-block__message__content-quotes-right {
  position: absolute;
  top: -12px;
}

.comment-block__message__content-quotes-left {
  left: -25px;
}

.comment-block__message__content-quotes-right {
  right: -20px;
}

.section-brands {
  background-color: #fafafa;
  text-align: center;
  color: #22aeec;
}

.section-brands h1 {
  margin-top: 0;
}

.section-brands h4 {
  font-family: Lato;
}

@media only screen and (max-width: 991px) {
  .section-brands .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .section-brands div[class*="col-"] {
    padding: 5px;
  }

  .section-brands .brands-wrapper {
    margin-bottom: 0;
  }
}

.brands-wrapper {
  min-height: 160px;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  text-align: center;
  display: block;
  box-shadow: 0 2px 5px #ccc;
  -webkit-box-shadow: 0 2px 5px #ccc;
  -moz-box-shadow: 0 2px 5px #ccc;
}

.brands-wrapper img {
  vertical-align: middle;
  display: inline-block;
}

.section-buy {
  color: #fff;
  background-color: #1fa9e7;
}

.section-buy .is-table-row {
  margin: 0 auto;
}

.section-buy h2 {
  margin-top: 0;
}

.buy-card-list {
  list-style-type: none;
  padding: 0;
  margin: 0 -5px;
  display: flex;
}

.buy-card-list li {
  height: 190px;
  width: 50%;
  float: left;
  padding: 5px;
}

.buy-card-list li .buy-card {
  background-color: #fff;
  color: #22aeec;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 1px 2px 10px #257396;
  -webkit-box-shadow: 1px 2px 10px #257396;
  -moz-box-shadow: 1px 2px 10px #257396;
}

.buy-card-list li .buy-card img {
  display: inline-block;
}

.buy-card-list li .buy-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 10px;
  text-align: center;
}

.buy-card-list li .buy-card__content h3 {
  margin: 7px 0 !important;
  font-family: Lato;
}

@media only screen and (min-width: 992px) {
  .buy-card-list li {
    width: 100%;
    padding: 12px;
  }

  buy-card-list li .buy-card-list {
    margin: 0 -15px;
  }

  .section-buy .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.section-information {
  text-align: center;
  padding: 40px 0 60px;
}

@media only screen and (min-width: 768px) {
  .section-information .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-information .information-content {
  width: 100%;
  padding: 15px 0 50px;
  position: relative;
  height: 100%;
}

.section-information .information-header {
  color: #22aeec;
}

.section-information .information-header h2 {
  margin-bottom: 0;
}

.section-information .information-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section-information .information-body img {
  margin: 0 auto;
}

.section-information .information-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .section-information .information-content {
    padding: 0;
  }

  .section-information .information-header {
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    margin-right: -15px;
    margin-left: -15px;
  }

  .section-information .information-header img {
    margin-bottom: 15px;
  }
}

.section-steps {
  background-color: #1fa9e7;
}

@media only screen and (min-width: 992px) {
  .section-steps .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.wrapper-step {
  position: relative;
  color: #fff;
}

.wrapper-step__number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-family: Lato;
}

.wrapper-step__content {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-top: 30px;
}

.wrapper-step__content img {
  margin: 0 auto;
}

.wrapper-step__content h2 {
  margin: 10px 0 0;
}

.wrapper-step__content p {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .wrapper-step__content {
    width: 80%;
    margin-bottom: 20px;
  }
}

.swiper-comments {
  padding-bottom: 30px;
}

.section-register {
  background-color: #f3f3f3;
}

.section-register__left {
  color: #22aeec;
}

.section-register__left .helper-height {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.section-register__left h2 {
  display: inline-block;
  vertical-align: middle;
}

.section-register__left .form-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0;
}

.section-register__left .form-checkbox span {
  vertical-align: top;
}

.section-register__left .form-checkbox label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.section-register__left .form-checkbox:not(:last-child) {
  margin-right: 15px;
}

.section-register__right {
  width: auto;
  margin: 0;
  padding: 0;
}

.section-register__right .form-group {
  display: inline;
  margin-bottom: 0;
}

.section-register__right .input-group-addon {
  border: 0;
  padding: 0 0 0 10px;
  background: 0 0;
}

.section-register__right .form-control {
  height: 36px;
  margin-right: 10px;
  min-width: 150px;
}

.section-register__right .button-primary {
  width: auto;
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

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

  .section-register__right .form-group,
  .section-register__right .input-group {
    display: block;
  }

  .section-register__right .form-control {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .section-register__left {
    height: 36px;
    float: left;
    padding-right: 30px;
  }

  .section-register__left h2 {
    margin-right: 30px;
  }

  .section-register .form-checkbox {
    margin: 0;
  }
}

.section-register:after {
  clear: both;
  display: table;
  content: " ";
}

.form-checkbox input {
  display: none;
}

.form-checkbox label {
  margin-bottom: 0;
}

.form-checkbox input:checked+label span,
.form-checkbox input:checked+span {
  background-color: #1fa9e7;
}

.form-checkbox label span {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
  vertical-align: sub;
}

.footer-menu-container {
  background-color: #a0a0a0;
}

.footer-menu-container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-menu {
  text-align: center;
  vertical-align: top;
  margin-bottom: 15px;
  padding: 0 15px;
  width: 50%;
}

.footer-menu__title {
  color: #fff;
  font-weight: 700;
  margin: 0 0 5px;
}

.footer-menu__list {
  list-style-type: none;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

.footer-menu__list a {
  color: #ddd;
}

.footer-nosotros {
  background-color: #f3f3f3;
}

@media only screen and (min-width: 768px) {
  .footer-menu {
    width: 16.66667%;
    margin-bottom: 0;
  }

  .footer-menu:not(:last-child) {
    border-right: 1px solid #ddd;
  }

  .footer-nosotros .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-nosotros p {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .footer-menu:nth-child(odd) {
    border-right: 1px solid #ddd;
  }

  .footer-nosotros,
  .footer-nosotros .text-right {
    text-align: center;
  }

  .footer-nosotros .ul-table {
    margin-bottom: 20px;
  }
}

.footer-nosotros .ul-table li {
  width: 33.3333%;
}

.simple-list {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.simple-list li {
  display: inline-block;
}

.simple-list li:not(:last-child) {
  margin-right: 10px;
}

.simple-list--table {
  display: table;
  width: 100%;
}

.simple-list--table li {
  display: table-cell;
}

.modal-fullscreen .modal-dialog {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.modal-fullscreen .modal-dialog .modal-content {
  border-radius: 0;
  height: 100%;
  border: 0;
}

.modal-footer,
.modal-header {
  border: 0;
  text-align: center;
}

.modal a.blue {
  color: #22aeec;
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    margin-right: 10px;
  }
}

.modal-content {
  position: relative;
  font-size: 12px;
  color: #000;
}

.modal-header {
  color: #424242;
  font-size: 16px;
}

.modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

.modal-body label {
  font-weight: 300;
}

.modal-close {
  position: absolute;
  top: 0;
  right: -20px;
}

.modal-close a {
  color: #fff;
  font-size: 20px;
}

#modal-medio-pago .modal-body {
  padding: 15px;
}

#modal-medio-pago p {
  font-size: 11px;
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  #modal-medio-pago .modal-dialog {
    width: 500px;
  }
}

.modal-filter {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-filter .list-group-item {
  padding-left: 15px;
}

.modal-filter .modal-header {
  top: 0;
  background-color: #444;
  z-index: 1050;
  color: #fff;
}

.modal-filter .modal-footer,
.modal-filter .modal-header {
  position: absolute;
  width: 100%;
}

.modal-filter .modal-content {
  height: 100%;
  overflow: auto;
}

.modal-filter .modal-body {
  height: 100%;
  padding: 60px 15px;
  overflow-y: scroll;
}

.modal-filter .modal-footer {
  bottom: 0;
}

.modal-filter .modal-footer .btn-success {
  position: absolute;
  top: -20px;
  left: 50px;
  right: 50px;
  width: 72%;
}

.modal-filter .circle-amount {
  position: static;
  display: inline-block;
  margin-left: 5px;
  background-color: #90d14e;
}

#modal-filter-marcas .modal-body-header {
  background-color: #f4f4f4;
  font-size: 14px;
  margin: 0 -15px 10px;
  padding: 10px 15px;
}

.filter-brands {
  font-size: 0;
  margin-right: -5px;
  margin-left: -5px;
}

.filter-brands li {
  width: 50%;
  padding: 5px;
  display: inline-block;
  position: relative;
}

.filter-brands li label {
  display: block;
  margin: 0;
}

.filter-brands li input {
  display: none;
}

.filter-brands li input:checked+label .brands-wrapper {
  border: 3px solid #1fa9e7;
}

.filter-brands li .icon-check {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.filter-brands li input:checked~.icon-check {
  display: block;
}

.filter-brands .brands-wrapper {
  height: 70px;
  margin-bottom: 0;
}

.filter-brands .brands-wrapper img {
  max-height: 100%;
}

.site-map {
  background-color: #f4f4f4;
  padding: 8px 0;
}

.site-map h2 {
  color: #080808ab;
  margin-top: 10px;
  font-family: Lato;
  margin-bottom: 10px;
}

.buy-step {
  margin-bottom: 0;
}

.buy-step__steps li {
  float: left;
  width: 33.333%;
  text-align: center;
  position: relative;
  line-height: 1;
}

.buy-step__steps li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto auto auto 5px;
  height: 1px;
  background: #ccc;
  width: 100%;
}

.buy-step__steps li.active .buy-step__steps-item span:before,
.buy-step__steps li.active:not(:last-child):after {
  background: #8ac836;
}

.buy-step__steps-item span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #ccc;
  vertical-align: -0.15em;
  background: #f4f4f4;
}

.buy-step__titles {
  display: table;
  width: 100%;
  padding-top: 5px;
}

.buy-step__titles li {
  display: table-cell;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.filter .filter-type,
.result-button {
  display: inline-block;
}

.result-brands {
  background-color: #fafafa;
  margin: 30px 0;
  padding: 15px 0;
}

.result-brands li {
  margin: 0 5px 5px 0;
  width: auto !important;
}

.result-brands li label {
  font-weight: 300;
  padding: 3px;
  height: 28px;
}

@media only screen and (max-width: 991px) {
  .result-brands li {
    width: 16.66667%;
  }
}

.filter,
.result-products .product-form .is-table-row {
  width: auto;
}

.result-products .product-form {
  margin-bottom: 15px;
}

.result-products__more {
  text-align: center;
  margin-bottom: 30px;
}

.result-button {
  border: 1px solid #1fa9e7;
  color: #1fa9e7;
  margin: 0 auto;
  padding: 7px 10px;
  background: 0 0;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.result-button:hover {
  cursor: pointer;
  color: inherit;
}

.filter {
  margin-bottom: 0;
}

.filter .separator {
  border-right: 1px solid #ddd;
}

.filter tr td:first-child,
.filter tr td:first-child .filter-type:first-child {
  padding-left: 0;
}

.filter tr:first-child>td {
  border-top: 0;
}

.filter-type {
  font-size: 13px;
  padding: 0 10px;
}

.filter-type__title {
  display: block;
  color: #b3b3b3;
  margin-bottom: 5px;
}

.filter-type__wrapper {
  display: table;
  table-layout: fixed;
  padding-bottom: 10px;
  margin: 0 -10px;
}

.filter-type__filter {
  display: table-cell;
}

.filter-type.text-center .filter-type__wrapper {
  margin: 0 auto;
}

.filter-item {
  padding: 0 10px;
}

.filter-item__image {
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: 0 -42px;
  background-size: cover;
  display: block;
  position: relative;
  margin: 0 auto;
}

.filter-item__image .icon-check {
  position: absolute;
  top: -2px;
  right: -4px;
  display: none;
  height: 15px;
  width: 15px;
}

.filter-item input {
  display: none;
}

input:checked~.filter-item__text {
  color: #1fa9e7;
}

input:checked+.filter-item__image {
  background-position: 0 0;
}

input:checked+.filter-item__image .icon-check {
  display: block;
}

.filter-item__text {
  padding-top: 5px;
  text-align: center;
  color: #b3b3b3;
}

.product-buy {
  padding-top: 10px;
}

.product-buy .panel-body {
  padding: 10px 15px;
}

.product-buy__name {
  color: #777;
}

.product-buy__detail {
  font-size: 11px;
  line-height: 14px;
  color: #777;
  text-align: center;
  padding-top: 10px;
}

.product-buy__wrapper {
  padding: 20px 30px 0;
}

.product-buy__price {
  margin-top: 10px;
}

.product-buy__price h2 {
  font-family: Lato;
  margin: 0 0 10px;
  color: #1fa9e7;
}

@media only screen and (max-width: 767px) {
  .product-buy__panel {
    box-shadow: none;
    margin-bottom: 0;
  }
}

.product-buy__panel .panel-footer {
  border-top: 0;
  background-color: transparent;
}

.product-buy__panel .panel-footer h1,
.product-buy__price h1 {
  font-family: Lato;
  margin-top: 0;
  color: #080808ab;
  margin-bottom: 8px;
  margin-right: 18px;
}

.product-buy__panel .panel-footer a {
  display: block;
  width: 100%;
}

.product-buy__panel .panel-footer strong {
  float: right;
}

@media only screen and (min-width: 992px) {
  .product-buy__panel .panel-footer {
    text-align: center;
    background-color: transparent;
    padding-left: 50px;
    height: 95px;
  }

  .product-buy__panel .panel-footer strong {
    float: none;
  }

  .product-buy__panel .panel-footer a {
    display: inline-block;
    width: auto;
  }
}

.product-buy__panel__content .simple-list {
  text-align: center;
  margin: 20px 0 5px;
}

.product-buy__panel__content .simple-list li:not(:first-child) {
  padding-left: 10px;
}

.product-buy__panel__content .simple-list li:not(:last-child) {
  margin: 0;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}

@media only screen and (max-width: 991px) {
  .product-buy__panel__content .simple-list li {
    width: 50%;
  }

  .product-buy__panel__content .simple-list li img {
    margin: 0 auto;
  }
}

.product-buy__panel__content:not(:last-child) {
  margin-bottom: 30px;
}

.product-buy__panel__title {
  margin-bottom: 5px;
}

.product-buy__panel__title p {
  margin: 0 30px 0 0;
  font-weight: 700;
  color: #777;
}

.product-buy__panel__title span {
  color: #424242;
  font-weight: 700;
}

.product-buy__panel__info a {
  color: #bbb;
}

@media only screen and (max-width: 767px) {
  .product-buy__panel__info {
    background-color: #f4f4f4;
    display: table;
    width: 100%;
    margin-top: 15px;
  }

  .product-buy__panel__info li {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    font-family: Lato;
  }

  .product-buy__panel__info li:not(:last-child) {
    border-right: 1px solid #ccc;
  }

  .product-buy__panel__info li a {
    color: #777;
    font-size: 85%;
  }

  .product-buy__panel__info li img {
    display: inline-block;
  }
}

.product-buy__panel .separator-horizontal {
  border-left: 1px solid #ddd;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .product-buy {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .product-buy .with-border-r {
    border-right: 1px solid #ddd;
  }
}

.info-icon {
  line-height: 12px;
  width: 12px;
  height: 12px;
  background: #1fa9e7;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 8px;
  color: #fff !important;
}

.size-list {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .info-icon {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }

  .size-list {
    padding: 0;
  }

  .size-list li {
    width: 50%;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .time-list {
    padding: 0 10px;
  }
}

.time-list li {
  width: 33.33333%;
}

.date-switch input {
  padding: 7px 10px;
  border: 1px solid #d3d3d3;
  font-family: Lato;
  color: #424242;
}

.icon-check {
  position: absolute;
  top: -8px;
  right: -3px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .date-switch {
    padding-right: 10px;
    float: left;
    position: relative;
  }

  .date-switch input {
    max-width: 140px;
  }

  .date-switch label {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .date-switch input {
    width: 100%;
    margin-bottom: 10px;
  }
}

#product-accordion .panel {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#product-accordion .icon-toggle {
  display: table-cell;
  vertical-align: middle;
  font-size: 8px;
  color: #1fa9e7;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#product-accordion .icon-toggle.open {
  background: #1fa9e7;
  color: #fff !important;
}

#product-accordion .panel-heading {
  background-color: #f4f4f4;
}

#product-accordion .panel-heading .panel-title {
  font-size: 14px;
  font-weight: 700;
  color: #777;
}

.status-form {
  margin-bottom: 20px;
}

.compra_finalizada .status-form {
  margin-bottom: 15px;
}

.status-form__check {
  padding-right: 0;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}

.status-form__content h2 {
  color: #777;
  font-size: 12px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .status-form__check {
    border-right: 1px solid #ddd;
    padding-right: 20px;
    margin-right: 20px;
  }

  .status-form__content h2 {
    font-size: 15px;
  }
}

.status-list {
  background: #fff;
  border: 1px solid #1fa9e7;
  font-family: Lato;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}

.status-list li {
  float: left;
  width: 33.3333%;
  margin-right: 0 !important;
  padding: 0.5em 1em;
  color: #22aeec;
  position: relative;
  background-color: #fff;
}

.status-list li:not(:first-child) {
  padding-left: 2em;
}

@media only screen and (min-width: 768px) {
  .status-list li.active .icon-check {
    display: inline-block !important;
  }
}

.status-list li.blue {
  background-color: #1fa9e7;
  color: #fff;
}

.status-list li.blue:after {
  border-left-color: #1fa9e7 !important;
}

.status-list li.blue .info-icon {
  background-color: #fff;
  color: #1fa9e7 !important;
}

.status-list li.none:after,
.status-list li.none:before {
  display: none;
}

.status-list li .content {
  font-size: 10px;
  letter-spacing: 0.5px;
}

.status-list li .icon-check {
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}

.status-list li .info-icon {
  vertical-align: middle;
  font-family: Lato;
  line-height: 14px;
  background-color: #1fa9e7;
  color: #fff;
  display: none;
}

.status-list li::after,
.status-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

.status-list li::after {
  z-index: 2;
  border-left-color: #f0f0f0;
}

.status-list li::before {
  border-left-color: #fff;
  right: -1.1em;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .status-list li .info-icon {
    display: inline-block !important;
  }

  .status-list li {
    width: auto;
    padding: 0.7em 1em;
  }

  .status-list li:last-child {
    padding-right: 2em;
  }

  .status-list li .content {
    font-size: 12px;
  }
}

.amount-buttons li {
  vertical-align: middle;
  margin-right: 0 !important;
}

.amount-buttons .add,
.amount-buttons .subtract {
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0 0 1px 1px #ddd;
  height: 15px;
  width: 15px;
  display: block;
  line-height: 16px;
  color: #1fa9e7;
  text-align: center;
}

.amount-buttons .add.blue,
.amount-buttons .subtract.blue {
  background-color: #1fa9e7;
  color: #fff;
  border: 0;
  box-shadow: none;
}

.amount-buttons .result {
  padding: 0 3px;
  color: #777;
}

.miperfil-container {
  padding-top: 20px;
}

.wrapper-action-buttons {
  margin: 20px 0;
}

.wrapper-action-buttons ul {
  display: block;
  margin-right: -15px;
}

.wrapper-action-buttons ul li {
  width: 50%;
  float: left;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) {
  .wrapper-action-buttons {
    padding: 0 150px;
  }

  .wrapper-action-buttons ul li {
    width: auto;
  }
}

@media only screen and (max-width: 991px) {
  .section-buy .buy-card-list {
    display: block;
  }

  .wrapper-action-buttons {
    margin-top: 0;
  }

  .wrapper-action-buttons ul li {
    margin-bottom: 15px;
  }

  .wrapper-action-buttons ul li.last {
    margin-left: 25%;
  }

  .wrapper-action-buttons .btn {
    font-size: 11px;
  }
}

.float-chat {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.float-chat__image img,
.rate_box {
  display: inline-block;
}

.float-chat__image {
  padding-bottom: 50px;
  text-align: center;
}

.float-chat__button {
  height: 44px;
}

.float-chat__button__icon {
  background-color: #ddd;
}

.float-chat__button__text {
  background-color: #f4f4f4;
  color: #1fa9e7;
  font-family: Lato;
}

.float-chat__button__icon,
.float-chat__button__text {
  float: left;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}

.pac-container {
  z-index: 99999;
}

.align_center {
  text-align: center;
}

a.buy-result__item__delete {
  position: absolute;
  z-index: 88888;
}

.border-green {
  border-color: #22aeec !important;
}

.ficha_tecnica h6 {
  font-weight: 700;
  font-size: 13px;
}

.ficha_tecnica span {
  font-size: 12px;
}

.ficha_tecnica {
  margin-bottom: 12px;
}

.color_white {
  color: #fff !important;
}

a.list-group-item.list-group-item-action.active.color_white {
  color: #fff !important;
  font-weight: 700;
}

.loading {
  text-align: center;
}

.loading img {
  width: 150px;
}

.container_calificar {
  text-align: center;
}

.btn {
  padding: 10px 12px;
}

.btn-yellow {
  background-color: #fff059;
  color: #000;
  font-weight: 700;
}

.btn-yellow:focus,
.btn-yellow:hover {
  background-color: #fff059 !important;
  box-shadow: 0 2px 1px 0 #4d8614 !important;
  color: #000 !important;
  font-weight: 700 !important;
}

.jq-ry-container {
  display: inline-block !important;
}

.carousel-indicators {
  bottom: 0 !important;
}

.connectors {
  width: 50px;
  height: 155px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 15px;
}

.panel-heading a {
  color: #fff;
}

#product-accordion a {
  color: #000;
}

.caja_fitros {
  color: #000;
  margin-top: 22px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .product-buy .product-form__header {
    box-shadow: none !important;
  }

  .caja_fitros {
    color: #000;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .background_gray {
    background: #f3f2f2 !important;
  }

  #caja_resultados .product-form {
    border: none;
  }

  #caja_resultados .product-form__image-wrapper {
    position: initial;
  }

  #caja_resultados>.col-xs-12 {
    border-top: 1px solid #eee;
    margin-bottom: 5px;
  }

  #caja_resultados .product-form__image {
    float: left;
  }

  .site-map {
    background: #fff;
    margin-bottom: 0;
  }

  #caja_resultados .result-products .product-form {
    margin: 8px 0;
  }

  #caja_resultados .product-form .d-t__item {
    padding: 5px;
    font-size: 14px;
  }

  #caja_resultados .product-form .d-t__item span {
    font-size: 24px !important;
    font-family: Lato;
    font-weight: 400;
  }

  #caja_resultados .product-form__description-list {
    font-size: 14px;
    line-height: 22px;
  }

  #caja_resultados .product-form__description-list li {
    white-space: inherit;
  }

  #caja_resultados .product-form__description {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-buy .list_fechas li {
    margin-bottom: 8px;
  }

  .product-buy .size-list li {
    margin-bottom: 0;
    width: 33%;
  }

  .product-buy .product-buy__panel__content:not(:last-child) {
    margin-bottom: 15px;
  }

  .product-buy .product-buy__wrapper {
    padding-top: 0;
  }

  .connectors {
    right: -10px;
    bottom: 22%;
  }

  .product-buy .size-list .variaciones {
    margin-top: 5px;
  }

  .product-buy h1 {
    font-size: 22px;
  }

  .product-buy .product-form {
    border: none;
  }

  .product-buy .product-form--select .product-form__image {
    height: 200px;
  }

  .product-buy .precio_variacion_span {
    color: brown;
    display: block;
    font-size: 12px;
  }

  .product-buy .date-switch input,
  .product-buy .list_fechas .switch-list-item label {
    padding: 14px 10px;
  }

  .product-buy .product-buy__panel .panel-footer h1 {
    margin-bottom: 40px;
  }

  .product-buy .date-switch {
    position: relative;
  }

  .caja_btn_comprar {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 12px #888;
    z-index: 999;
    height: 65px;
    padding: 9px 10px;
  }

  .product-buy .product--quantity-selector.pull-left {
    width: 100%;
  }

  .product-buy .product--quantity-selector.pull-left button,
  .product-buy .product--quantity-selector.pull-left span {
    width: 33.33% !important;
  }

  .product-buy .switch-list li {
    min-width: 50%;
    width: auto !important;
    min-height: 60px;
  }

  .caja_precio_btn_comprar {
    width: 43%;
    color: #080808ab !important;
    line-height: 16px;
    margin-top: 6px;
    padding-left: 15px;
  }

  span.btn_bottom_cant_label {
    font-size: 12px;
  }

  span.btn_bottom_label {
    font-size: 16px;
  }

  .caja_sumar_cant_producto {
    padding-top: 0;
  }

  div.caja_btn_comprar a.pedir_producto {
    padding: 10px !important;
    display: block;
    width: 50%;
    height: 45px;
    font-size: 16px;
    float: right;
  }

  .product-buy .product-buy__panel__content ul.list_fechas li.fecha_custom {
    width: 168px !important;
  }

  .product-buy .producto_medio_pago p {
    display: inline-block;
  }

  .product-buy .producto_medio_pago img {
    display: inline-block;
    margin-right: 8px;
  }

  .product-buy .panel-footer>div {
    border: none !important;
    padding: 0 !important;
    background: 0 0 !important;
  }

  .result-products .product-form__description-list {
    height: auto !important;
  }

  .btn_ver_bolsas {
    font-size: 16px;
    height: 45px;
    background: #3fb34f;
    border: 2px solid #3fb34f;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .product-buy .product-form__image-wrapper img {
    max-height: 100%;
  }
}

@media (max-width: 320px) {
  .product-buy .product-buy__panel__content ul.list_fechas li.fecha_custom {
    width: 130px !important;
  }

  .switch-list li {
    margin-top: 0;
  }

  .product-buy .list_fechas li {
    margin-top: 0 !important;
  }

  .date-switch input {
    margin-bottom: 0 !important;
  }

  .product-buy .product-form--select .product-form__image {
    height: 150px;
  }

  .product-form__image-wrapper {
    height: 93%;
  }

  .product-buy h1 {
    font-size: 16px;
  }
}

.producto_medio_pago {
  background: #e2e2e2;
  padding: 10px 13px;
}

.product-buy .horarios_disponibles label,
.product-buy .list_fechas .switch-list-item label {
  padding: 14px 10px;
}

.producto_medio_pago p {
  color: #000;
}

.producto_medio_pago a {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.product-buy .date_con_background {
  background-color: #1fa9e7;
  color: #fff;
}

.product-buy .precio_variacion_span {
  color: #ff5722;
  display: block;
  font-size: 13px;
}

.product-buy .date-switch input {
  padding: 14px 10px;
  font-family: Lato;
  text-align: center;
  font-size: 16px;
}

.product-buy span.precio_kilo {
  color: #9e9e9e;
  font-weight: 400;
  font-size: 11px;
}

.product-buy .product--quantity-selector.pull-left button:hover {
  background: #1fa9e7;
  color: #fff;
}

.product-buy .product--quantity-selector.pull-left button {
  border: none;
  font-size: 30px;
  color: #424242;
  height: 100%;
  width: 40px;
  background: #fff;
}

.product-buy .product--quantity-selector.pull-left {
  border: 1px solid #d3d3d3;
  display: flex;
  height: 40px;
}

.product-buy span#product-quantity-mp {
  color: #424242;
  text-align: center;
  font-size: 26px;
  width: 40px;
  padding-top: 8px;
  background: #fff;
}

.product-buy .precio_final_producto {
  margin-left: 40px;
}

.product-buy .panel-default {
  border: none;
  box-shadow: none;
}

.product-buy .panel-footer>div {
  border: 1px dashed #1fa9e7;
  padding: 12px;
  background: #f3f2f6;
}

.product-buy h1.precio_final_producto {
  padding-top: 4px;
  margin-right: 0 !important;
}

button.btn.btn-primary.btn-block.up.alta_domicilio_navbar {
  margin-top: 7px !important;
  box-shadow: 0 2px 1px 0 #0a628a;
}

.modal_container_loading h4 {
  text-align: center;
  vertical-align: middle;
  top: 43%;
  position: absolute;
  z-index: 999999999;
  color: #fff;
  font-weight: 700;
  left: 41%;
  font-size: 25px;
}

.modal_container_loading {
  background: #000;
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.footer_hidden h4 {
  background: gray;
  width: fit-content;
  display: inline-block;
  padding: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #000;
  font-family: Lato;
}

.footer_hidden {
  text-align: center;
}

@media only screen and (max-width: 555px) and (min-width: 100px) {
  .zsiq_theme1 div.zsiq_cnt {
    display: none;
  }
}

button.picker__button--clear {
  display: none !important;
}

.caja_opiniones h5 {
  margin-top: 0;
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  margin-bottom: 0;
}

.caja_opiniones i {
  float: left;
  font-size: 12px;
  color: #efc712;
  margin-top: 3px;
}

.site-map {
  background: 0 0;
  margin-bottom: 0;
}

#form_buscar {
  background: #fff;
}

.container_busqueda {
  background: #f5f5f5 !important;
}

.product-form__description-list li.product_title {
  overflow: auto;
  text-overflow: initial;
  white-space: initial;
  margin-top: 6px;
  margin-bottom: 6px;
  min-height: 30px;
}

.product-form__description {
  padding: 0 8px;
}

.product_precio_container span.product_precio_valor {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 700;
  display: inline-block;
  color: #383838 !important;
}

.product_precio {
  margin-top: 5px;
  display: inline-block;
  font-weight: 400 !important;
  font-size: 13px;
}

.product_caja {
  padding-right: 7px;
  padding-left: 7px;
}

.product_precio_container span {
  color: #777 !important;
  font-weight: 400;
}

.product-form__bottom {
  position: absolute;
  z-index: 100;
  bottom: -50px;
  display: none;
  background: #fff;
  padding: 10px 15px;
  width: 100%;
}

.product_btn_ver {
  width: 100%;
}

.product-form:hover>div.product-form__bottom {
  display: block;
  border-bottom: 1px solid #c6c6c6;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16),
    0 -1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16), 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
}

.product_envio_gratis {
  margin-top: 5px;
  font-size: 14px;
}

.nowrap {
  white-space: initial !important;
}

.btn-gris {
  color: #fff !important;
  background: gray;
  border: 1px solid gray;
}

.product-buy h1 {
  margin: 5px;
}

.clear {
  clear: both;
}

.clearfix {
  clear: both;
}

.disabled_btn {
  padding: 12px 40px;
  background: #d3d3d3 !important;
  box-shadow: none;
  border-color: #d3d3d3 !important;
}

.compra_direccion_container label {
  color: #1fa9e7;
}

@media only screen and (min-width: 992px) {
  .product-form__image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 10px;
  }

  .product-form__image-wrapper img.no-responsive {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
  }

  img.img_loading {
    width: 100px;
    height: auto;
  }

  .product-form:hover {
    -webkit-box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.16),
      0 -1px 2px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.16),
      0 -1px 2px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .mini_imagen li:hover {
    border-color: #f5a623;
    box-shadow: inset 0 0 0 1px #f5a623;
  }

  .mini_imagen li img {
    height: 100%;
    margin: auto;
  }

  .mini_imagen li {
    height: 60px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
  }

  .product-buy img.img_loading {
    position: absolute;
    top: 40%;
    margin: auto;
    left: 42%;
  }

  .product-buy .caja_imagen_detail_desktop {
    height: 400px;
  }

  .product-buy .caja_imagen_detail_desktop img.img-responsive {
    height: 100%;
  }

  .product-form:hover>div.product-form__bottom {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  }

  .compra_direccion_container {
    padding: 0;
  }

  .header-section {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .swiper-recientes .product_caja {
    padding: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  }

  .result-products .product-form {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  }
}

.carousel-inner ul li img {
  margin: auto;
}

ul.variaciones_busqueda {
  display: inline-block;
}

ul.variaciones_busqueda li {
  float: left;
  background: #1fa9e7;
  padding: 10px 5px;
  margin-right: 5px;
  color: #fff;
  opacity: 0.4;
  margin-top: 5px;
  border-radius: 3px;
}

ul.variaciones_busqueda li.selected {
  opacity: 1;
}

.linea_separa_entrega_mobile {
  border: 0.5px dashed;
  margin-bottom: 8px;
}

.caja_entrega_mobile {
  text-align: center;
  margin-bottom: 6px;
}

div.listado_caja_precios {
  margin-top: 19px;
}

div.listado_caja_precios h3,
div.listado_caja_precios h4 {
  display: inline-block;
  color: #000;
  font-style: normal;
}

h4.listado_precio_anterior {
  text-decoration: line-through;
  color: #777 !important;
  font-size: 12px;
}

h3.listado_precio_mostrar {
  font-size: 19px;
}

.cada_fila {
  width: 100%;
  display: inline-block;
}

#modal-address .button-primary {
  background-color: #ccc;
  color: #fff;
}

#modal-addres-cuenta .table {
  margin-bottom: 15px;
}

#modal-addres-cuenta .address-name {
  color: #333;
  font-weight: 700;
}

#modal-addres .modal-footer {
  padding-bottom: 0 !important;
}

#modal-addres .modal-dialog {
  margin: auto;
  border: none;
  border-radius: 0 !important;
  height: 100%;
}

#modal-addres .modal-content {
  border: none;
  border-radius: initial;
  height: 100%;
}

#modal_address_mapa_domicilio {
  height: 290px !important;
}

@media (max-height: 568px) {
  #modal_address_mapa_domicilio {
    height: 200px !important;
  }
}

@media (max-height: 667px) {
  #modal_address_mapa_domicilio {
    height: 240px !important;
  }
}

@media (max-height: 500px) {
  #modal_address_mapa_domicilio {
    height: 150px !important;
  }
}

#modal-addres span.close_modal {
  position: absolute;
  right: 15px;
  font-weight: 700;
  top: 4px;
  font-size: 20px;
}

#modal-addres input[type="text"] {
  height: 45px;
  font-size: 16px;
  padding-right: 45px;
}

.pac-item {
  height: 55px !important;
  font-size: 16px !important;
  padding: 13px 5px !important;
}

#modal-addres .modal-header {
  font-weight: 700;
}

.caja_carrito_agregar_producto {
  color: #080808ab;
  border: 1px dashed #080808ab;
  width: 100%;
  height: 110px;
  padding: 44px;
  margin-bottom: 25px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.caja_carrito_agregar_producto:focus,
.caja_carrito_agregar_producto:hover {
  background: #01c1672e;
}

@media only screen and (min-width: 768px) {
  .direccion_entrega_desktop {
    background: #fff;
    border-radius: 3px;
    border: none;
    border-top: 2px solid #01c167 !important;
    cursor: pointer;
    font-size: 15px;
    padding: 20px 10px;
  }

  .direccion_entrega_desktop a:hover {
    color: #337ab7;
    font-weight: 400 !important;
  }

  html {
    height: 100%;
  }

  .caja_carrito_agregar_producto span {
    display: inline-block;
  }

  footer {
    position: absolute;
    width: 100%;
  }

  footer.bottom {
    bottom: 0;
  }

  body {
    position: relative;
    min-height: 100%;
  }

  .no-pseudo:after,
  .no-pseudo:before {
    content: none !important;
  }

  .navbar .menu-selector .dropdown .dropdown-menu {
    width: 600px;
  }

  #modal-addres .modal-content {
    height: auto !important;
    margin: 20px;
    border-radius: 3px;
  }

  .swiper-pagination.swiper-pagination-bullets {
    text-align: center !important;
    position: relative;
    z-index: 3;
  }

  .swiper-pagination-bullet {
    margin-right: 5px !important;
  }
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.position_relative {
  position: relative;
}

.agrega_mas_productos {
  position: absolute;
  bottom: 15px;
  font-size: 22px;
  right: 12px;
  z-index: 999;
  padding: 2px;
}

.agrega_mas_productos>.amount-buttons .subtract,
.amount-buttons .add {
  height: 20px !important;
  width: 20px !important;
}

.error_page {
  margin-top: 20px;
  text-align: center;
}

.error_page h1 {
  margin-bottom: 20px;
}

.caja_recientes {
  padding: 10px 0 !important;
}

.navbar-mobile {
  margin-bottom: 4px;
}

.navbar_mobile_icon_menu {
  font-size: 20px;
}

.navbar_mobile_separador {
  height: 1px;
  background: #1fa9e79e;
}

.navbar-mobile .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  height: 34px;
  display: block !important;
  text-align: center;
}

#container_recientes h2.header-section.text-left {
  font-size: 19px;
  text-align: left;
}

.navbar-mobile .navbar-brand img {
  display: inline-block;
  width: 55px;
}

.navbar_mobile_direccion a.select-addres {
  margin-top: 0;
  font-size: 12px;
  height: 20px;
  overflow: hidden;
  font-weight: 400;
}

.caja_btn_comprar a {
  font-family: Lato;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.caja_mobile_btn_siguiente_fixed_bottom {
  width: 57%;
  background-color: #01c167;
  box-shadow: 0 2px 1px 0 #01c167;
  border-color: transparent;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  height: 42px;
  font-weight: 400;
  color: #fff;
}

.navbar_mobile_icon_search {
  font-size: 25px;
  position: absolute;
  right: 13px;
  top: 3px;
}

form#form_buscar_navbar {
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
  height: 100%;
}

a.cerrar_busqueda,
a.envia_busqueda {
  width: 10%;
  color: gray;
  float: left;
  border: 0;
  border-radius: 0;
  height: 100%;
  padding: 0;
  background: #fff;
  padding-top: 13px;
  font-size: 20px;
}

#input-search {
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  border-radius: 3px;
  border: 0;
  width: 90%;
  box-shadow: none !important;
  float: left;
  background: #fff;
  color: #080808ab;
}

.no_padding {
  padding: 0;
}

span.precio_variacion_nombre {
  display: block;
}

.product-buy .precio_variacion_span {
  display: inline-block;
  margin-right: 14px;
}

.variaciones label.label_variaciones {
  text-align: left;
}

.navbar-mobile .compra_segura_icon {
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  width: 25%;
}

.navbar-mobile .compra_segura {
  display: inline-block;
  width: 55%;
  line-height: 12px;
  text-transform: lowercase;
}

.navbar-mobile .paso_anterior {
  display: inline-block;
  width: 25%;
}

.navbar-mobile .paso_anterior {
  display: inline-block;
  width: 100%;
  line-height: 13px;
}

.caja_llega_hoy_programado {
  background: #fff;
  border: 1px solid #d3d3d3;
  height: 60px;
  padding: 8px 10px 10px 10px;
  border-radius: 3px;
  -webkit-transition: width 2s;
  -webkit-transition-timing-function: linear;
  transition: width 2s;
  transition-timing-function: linear;
}

.caja_llega_hoy_programado.active {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.caja_llega_hoy_programado i {
  color: #01c167;
}

.caja_llega_hoy_programado.active i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.caja_llega_hoy_programado h4 {
  font-size: 14px;
  color: #01c167;
  font-family: Lato !important;
  display: block;
  width: fit-content;
  float: left;
  margin-top: 12px;
}

.caja_llega_hoy_programado.disabled_btn h4 {
  color: #fff !important;
}

.caja_llega_hoy_programado img.img-responsive {
  display: block;
  float: left;
  width: 35px;
  margin-right: 10px;
}

.caja_llega_hoy_programado span {
  font-size: 11px;
  font-family: Lato !important;
}

.caja_llega_hoy_programado_horarios {
  background: #fff;
  margin-top: 0;
  border-radius: 3px;
  border-top: none;
  padding: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.bloque_horario {
  margin-top: 5px;
  height: auto;
  display: block;
}

.caja_llega_hoy_programado_horarios ul li {
  float: left;
  margin-right: 5px;
  color: #080808ab;
  padding: 5px;
  font-size: 12px;
}

.caja_llega_hoy_programado_horarios li.separador_horarios {
  padding: 5px 0 !important;
  margin: 0 !important;
  padding: 5px;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.caja_llega_hoy_programado_horarios h4 {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  width: 26%;
  color: #080808ab;
  font-family: Lato;
  font-size: 14px;
}

.caja_info_llega_hoy {
  width: 100%;
  color: #080808ab;
}

.caja_info_llega_hoy h4 {
  font-family: Lato;
  font-size: 11px;
  background: #add8e6;
  border-radius: 3px;
  padding: 4px;
  width: 100%;
  color: #080808ab;
}

.panel-heading .accordion-toggle:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  color: grey;
}

.card_form {
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) {
  .caja_fb {
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  button.btn_login_fb {
    width: 50%;
  }

  .modal-body button.btn_login_fb {
    width: 100%;
  }

  .swiper-wrapper {
    z-index: 0;
  }

  .caja_domicilio_actual_mobile .custom_radio {
    width: 100% !important;
    text-align: left;
  }

  .button-buy {
    margin-top: 7px;
  }

  .navbar_dir_entrega_fixed {
    position: fixed;
    top: 61px;
    z-index: 2;
    background: #1fa9e7;
    padding: 5px 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 37%;
    left: 0;
  }

  .buy-card:hover {
    box-shadow: 0 7px 5px #257396 !important;
  }

  .modal-content {
    padding-bottom: 15px;
  }

  .caja_info_llega_hoy h4 {
    font-size: 13px;
    padding: 8px;
  }

  .modal-header h1 {
    text-align: left;
  }

  .modal-header {
    padding-top: 20px;
  }

  .swiper-container {
    margin-bottom: 15px;
    padding-bottom: 48px;
  }

  .contenedor_horario_carousel {
    height: auto;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    padding-top: 12px;
  }

  .caja_llega_hoy_programado img.img-responsive {
    width: 28px;
  }

  .product-buy .tarjetas img {
    height: 20px;
  }

  .forma_pago_desktop_cabezal img {
    width: 25px;
    margin-right: 10px;
  }

  .forma_pago_desktop_cabezal h4 {
    display: inline-block;
    top: 4px;
    position: relative;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #080808ab;
  }

  .container_desktop_llega_hoy {
    background: #e0fff1;
    padding-left: 0;
    text-align: center;
  }

  .forma_pago_desktop_cabezal a {
    margin-left: 15px;
    position: relative;
    top: 4px;
  }

  .caja_llega_hoy_programado {
    height: auto;
  }

  .nav_fixed {
    position: fixed !important;
    top: 0;
    background: #1fa9e7;
    z-index: 2;
    margin-top: 0;
    padding: 10px;
    -webkit-transition: position 1s ease;
    transition: position 1s ease;
    width: 100% !important;
  }

  .product-buy h1 {
    margin: 0;
  }

  .caja_opiniones {
    margin-top: 0 !important;
  }

  .product-buy .panel-footer>div {
    border: none;
    background: 0 0;
  }

  .product-buy h1.precio_final_producto {
    padding-top: 0;
    margin-left: 25px;
  }

  .caja_btn_comprar {
    position: relative;
    width: 100%;
  }

  .pedir_producto {
    width: 100%;
    height: 48px;
    font-size: 17px !important;
    font-weight: 400 !important;
    padding-top: 4px !important;
  }

  .modal-body .carrito_mobile_cada_fila.d-t.position_relative {
    padding-left: 10px;
  }

  .modal-body .table-products-mobile .details .price {
    bottom: 50px;
  }

  .modal-body .table-products-mobile .details .description {
    padding-right: 60px;
  }

  .modal-body .table-products-mobile .details .description>* {
    display: inline-block;
  }

  .caja_btn_comprar::before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0.8rem;
    border-color: transparent #00c167 transparent transparent;
    left: 0;
    margin-top: 0.04rem;
    top: 17px;
    transform: translateX(-1.2rem) scaleY(1.4);
    transition: all 0.2s ease-out;
  }

  .caja_btn_comprar.disabled::before {
    border-color: transparent #d3d3d3 transparent transparent;
  }

  .resumen_producto_comprar_fixed {
    background: #fff;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 999;
    top: 58px;
    margin: 0;
    padding: 10px 15px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  }

  .resumen_producto_comprar_fixed h4 {
    display: block;
    float: left;
    font-weight: 300;
    font-size: 15px;
    width: 69%;
  }

  .resumen_producto_comprar_fixed h4 {
    float: left;
    margin-top: 10px;
  }

  .resumen_producto_comprar_fixed .caja_forma_pago_tipo ul li img {
    width: 65px;
    height: auto;
    margin-right: 0;
  }

  .resumen_producto_comprar_fixed li {
    margin: 0;
    width: auto;
    float: left;
    margin-right: 10px;
  }

  .resumen_producto_comprar_fixed>div {
    border-right: 1px solid #ddd;
  }

  .resumen_producto_comprar_fixed .caja_btn_comprar {
    margin-top: 10px;
    border-right: 0;
  }

  .resumen_producto_comprar_fixed .forma_pago_desktop_cabezal {
    height: 25px;
  }

  .resumen_producto_comprar_fixed .forma_pago_desktop_cabezal img {
    margin-right: 4px;
  }

  .resumen_producto_comprar_fixed ul.tarjetas {
    margin-top: 0;
    float: left;
  }

  .resumen_producto_comprar_fixed .caja_forma_pago_tipo {
    padding: 0;
  }

  .resumen_producto_comprar_fixed .forma_pago_desktop_cabezal img {
    width: 20px;
    height: auto;
  }

  .resumen_producto_comprar_fixed .forma_pago_desktop_cabezal h4 {
    margin-top: 0;
    font-size: 13px !important;
    margin-left: 4px !important;
  }

  .product-buy .precio_final_producto {
    margin: 0;
    width: 100%;
  }

  .product-buy .precio_tachado {
    text-decoration: line-through;
    font-size: 17px;
    display: inline-block;
  }

  .product-buy .precio_producto {
    font-size: 30px;
    margin: 10px 0;
  }

  .tarjetas {
    margin-top: 2px;
  }

  .caja_producto_precio_desktop {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #f0f0f0;
    height: 105px;
    padding: 8px 15px;
  }

  .product-buy .precio_tachado_porcentaje {
    background: #f8d71c;
    border-radius: 3px;
    padding: 5px;
    color: #333;
    font-weight: 700;
    text-align: right;
    margin-left: 15px;
  }

  .resumen_producto_comprar_fixed img {
    width: 45px;
    display: block;
    float: left;
    margin-right: 15px;
  }

  .product-buy .product--quantity-selector.pull-left {
    border: 1px solid #ddd;
    display: flex;
    height: 50px;
    width: 100%;
  }

  .product-buy span#product-quantity-mp {
    padding: 12px;
    width: 60%;
    display: block;
  }

  .product-buy .product--quantity-selector.pull-left button {
    width: 30%;
  }

  .caja_opiniones h5 {
    font-size: 15px;
  }

  .caja_llega_hoy_programado h4 {
    margin-top: 8px;
    font-size: 13px !important;
    color: #01c167;
  }

  .caja_llega_hoy_programado img.img-responsive {
    margin-right: 5px;
  }

  .caja_llega_hoy_programado span {
    font-size: 13px;
  }

  .pedir_producto {
    float: right !important;
  }

  .pedir_producto:hover {
    background: #01c167 !important;
  }

  .switch-list li {
    margin-bottom: 8px;
    width: auto !important;
    margin-top: 0px !important;
  }

  .switch-list-item label {
    padding: 4px;
  }

  .switch-list-item label span.precio_variacion_nombre {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .panel_heading_especial {
    cursor: pointer;
  }

  .panel_heading_especial:hover {
    background-color: #fcfcfc !important;
    box-shadow: inset 0 -3px 15px rgba(0, 0, 0, 0.04);
  }

  .carrito_mobile_cada_fila.d-t.position_relative {
    background: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #efeeee;
  }

  .agrega_mas_productos {
    bottom: 36%;
    right: 14%;
    border: 1px solid #ddd;
    padding: 0;
  }

  .amount-buttons li a {
    border-radius: 0 !important;
  }

  .amount-buttons li:nth-child(2) {
    width: 40%;
  }

  .amount-buttons li:nth-child(2):hover {
    background: 0 0;
  }

  .amount-buttons li {
    text-align: center;
    padding: 6px;
    border: none;
    display: block;
    float: left;
    width: 30%;
    height: 100%;
    font-size: 14px;
  }

  .carrito_mobile_cada_fila.d-t.position_relative:last-child {
    border: none;
    margin-bottom: 0;
  }

  .table-products-mobile .details .delete {
    top: 45px;
    left: 0 !important;
    cursor: pointer;
    width: 16px;
    background: url(../images/icons/icon-close-modal.svg) no-repeat transparent;
    background-size: 16px;
    height: 16px;
  }

  .table-products-mobile .details {
    padding-left: 25px;
  }

  .amount-buttons .add.blue:hover,
  .amount-buttons .subtract.blue:hover {
    color: #fff;
  }

  .amount-buttons li:hover {
    background: #1fa9e7;
    color: #fff;
  }

  .amount-buttons .add.blue,
  .amount-buttons .subtract.blue {
    background: 0 0;
    color: #080808ab;
  }

  form#form_buscar_navbar {
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
    height: 38px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 100;
  }

  a.input-group-addon.envia_busqueda {
    position: absolute;
    top: -8px;
    right: 20px;
    background: 0 0;
  }

  #input-search {
    width: 100%;
    padding-left: 8px;
    margin-left: 12px;
  }

  .caja_carrito_precios {
    background: #fff;
    width: 100%;
    height: 120px;
    display: block;
    padding: 10px;
  }

  .panel_carrito_desktop {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
  }

  .btn-add-products {
    background: #fff;
    border-color: #cacaca;
    color: #999 !important;
    width: 100%;
  }

  .caja_lateral_carrito>.panel-body {
    padding-left: 0;
    padding-right: 0;
  }

  .caja_precio_btn_comprar {
    width: 100%;
    color: #080808;
    text-align: right;
    margin-bottom: 10px;
  }

  span.btn_bottom_label.label_precio_producto {
    font-size: 18px;
  }

  span.btn_bottom_monto.carrito_checkout_total {
    font-size: 20px;
    font-family: Lato;
  }

  .caja_mobile_btn_siguiente_fixed_bottom {
    width: 100%;
    padding: 0;
    margin-top: 5px;
  }

  .pago_seguro_icon {
    width: 50px;
    display: inline-block;
  }

  .panel-detail .price {
    font-size: 25px;
    display: inline-block;
    color: #080808ab;
  }

  .total_final h2 {
    color: #080808ab;
  }

  .checkout_envio_opciones_dia {
    background: #f3f2f2 !important;
  }

  .checkout_envio_opciones_dia .panel-body {
    padding-bottom: 0;
  }

  .checkout_envio_opciones_dia ul li {
    display: block;
    float: left;
    padding: 0 10px;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 25px;
  }

  .checkout_envio_opciones_dia li.active {
    color: #01c167;
    border-top: 2px solid #01c167 !important;
    background-color: #fff !important;
    font-weight: 700;
    font-family: Lato;
    padding-bottom: 8px;
  }

  .checkout_envio_opciones_dia ul {
    display: flex;
  }

  .checkout_envio_opciones_dia.swiper-container {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 80%;
  }

  .caja_fecha_hora {
    background: #e0dddd !important;
  }

  .swiper-horarios .swiper-slide {
    width: 105px;
    text-align: center;

  }

  .swiper-button-next:before,
  .swiper-button-prev:before {
    content: none !important;
  }

  .pill-franjas {
    border-radius: 25px !important;
    margin-top: 5px;
  }

  .text-mobile {
    font-size: 16px;
  }

  .width-mobile {
    min-width: 100px;
  }

  .swiper-button-next {
    background: url(../images/icons/icon-flecha-derecha-blanca.svg) transparent no-repeat;
    width: 35px;
    height: 35px;
    background-size: 35px;
  }

  .swiper-button-prev {
    background: url(../images/icons/icon-flecha-derecha-blanca.svg) transparent no-repeat;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .caja_fecha_hora .swiper-button-next {
    top: 50px;
    background: url(../images/icons/icon-flecha-derecha-blanca.svg) transparent no-repeat;
    right: 0;
    width: 35px;
    height: 35px;
    background-size: 35px;
  }

  .caja_fecha_hora .swiper-button-prev {
    top: 50px;
    background: url(../images/icons/icon-flecha-derecha-blanca.svg) transparent no-repeat;
    left: 0;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .checkout_envio_opciones_horarios {
    color: #000;
    font-family: Lato;
    padding: 0 15px;
    border-top: none;
    border: none;
  }

  .checkout_envio_opciones_horarios .panel-body {
    padding: 0;
  }

  .checkout_envio_opciones_horarios li {
    border-bottom: 0.5px solid #f3f2f2;
    padding: 15px 0;
  }

  .checkout_envio_opciones_horarios li h4 {
    display: inline-block;
    font-family: Lato;
    font-size: 14px;
  }

  .checkout_envio_opciones_horarios span {
    float: right;
    color: #aaa;
  }

  .separador_opciones {
    height: 40px;
    background: #f3f2f2;
  }

  .separador_opciones h3 {
    text-align: left;
    background: #f3f2f2;
    padding: 10px;
    font-family: Lato;
    color: #080808ab;
  }

  span.compra_segura {
    font-size: 15px;
    width: 20px;
    display: inline-block;
    line-height: 13px;
    margin-left: 8px;
  }

  i.compra_segura_icon.glyphicon.glyphicon-lock {
    font-size: 25px;
    display: inline-block;
    width: 20px;
  }

  .btn-success:hover {
    color: #fff;
    background-color: #01c167;
    border-color: #01c167;
  }

  .pedir_producto.disabled_btn:hover {
    background-color: #d3d3d3 !important;
    border-color: #d3d3d3 !important;
    cursor: initial !important;
  }

  .caja_mobile_btn_siguiente_fixed_bottom {
    cursor: pointer;
  }

  .checkout_envio_opciones_dia li {
    cursor: pointer;
  }

  .checkout_envio_opciones_dia li:hover {
    color: #01c167;
    border-top: 2px solid #01c167 !important;
    background-color: #fff !important;
    font-weight: 700;
    font-family: Lato;
    padding-bottom: 8px;
  }

  h3.titulo_seccion {
    color: #080808ab;
    font-family: Lato;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer_hidden {
    position: absolute;
    bottom: 0;
    left: 44%;
  }

  .checkout_envio_opciones_horarios li {
    cursor: pointer;
  }

  span.paso_anterior {
    cursor: pointer;
  }

  .table-products-mobile-summary div.image {
    width: 20%;
    display: block;
    float: left;
    padding-right: 10px;
  }

  .table-products-mobile-summary div.description {
    width: 80%;
    display: block;
    float: left;
  }

  .table-products-mobile-summary div.details div.price {
    font-size: 20px;
    display: block;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .table-products-mobile-summary span.result {
    font-size: 14px;
    margin-right: 8px;
  }

  .table-products-mobile-summary .d-t__item {
    background: #efefef;
    padding: 10px;
  }

  .resumen_compra_direccion {
    margin-bottom: 15px;
    color: #080808ab;
    font-family: Lato;
  }

  .resumen_compra_horario {
    margin-bottom: 15px;
    font-family: Lato;
    color: #080808ab;
  }

  div#dni_container {
    margin-top: 20px;
    width: 50%;
  }

  .custom_radio {
    margin-top: 10px;
    cursor: pointer;
    height: 22px;
    width: 50%;
    float: left;
  }

  .opciones_pago {
    display: block;
    height: 40px;
  }

  .status-list {
    width: auto;
  }

  .navbar-default {
    min-height: 120px;
  }

  .product-buy__panel .panel-footer {
    padding-left: 0;
  }

  .caja_llega_hoy_programado {
    background: 0 0;
    border: none;
    display: block;
    padding: 5px;
  }
}

.swal2-show {
  width: fit-content !important;
}

h2.costo_financiero {
  font-size: 12px;
  font-family: Lato;
  display: inline-block;
  text-align: right;
}

.text-center {
  text-align: center;
}

.cada_producto_comprado {
  margin: 10px 0;
  width: 100%;
  height: 105px;
}

.cada_producto_comprado .description {
  color: #080808ab;
}

.cada_producto_comprado .price {
  font-size: 14px !important;
  font-family: Lato;
  color: #080808ab;
}

.no_disponible_zona .switch-list-item input[type="checkbox"]:checked+label,
.no_disponible_zona .switch-list-item input[type="radio"]+label,
.no_disponible_zona .switch-list-item input[type="radio"]:checked+label {
  border: 2px solid #80808036;
  background: #d3d3d34d;
}

.text-black {
  color: #080808ab !important;
}

.text-naranja {
  color: #ff5722 !important;
}

.wrapper-products-seen h2 {
  text-transform: inherit;
}

@media only screen and (max-width: 500px) {
  .caja_carrito_agregar_producto {
    padding: 20px;
    height: 60px;
  }

  .table-products-mobile .details .delete {
    width: 15px;
    height: 15px;
    background: url(../images/icons/icon-close-modal.svg) no-repeat transparent;
    background-size: 15px;
  }

  #input-search {
    border-radius: 0;
  }

  .product-form__image-wrapper img {
    position: relative;
    top: 12%;
  }

  .product-form__image-wrapper img.img_loading {
    position: absolute;
    top: 30%;
    height: auto !important;
    left: 22%;
    width: 45px;
  }

  .product-form__image {
    padding: 0 5px;
  }

  #carousel-header {
    height: 187px;
    overflow: hidden;
  }

  #carousel-header li {
    height: 187px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 320px) {
  #carousel-header {
    height: 160px;
  }

  #carousel-header li {
    height: 160px;
  }
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.pedir_producto_shake {
  animation: zoominoutsinglefeatured 1s;
}

.pedir_producto_transition {
  background: linear-gradient(to right, #01c167 50%, #03a559 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.7s ease-out;
}

@media only screen and (max-width: 767px) {
  .caja_llega_hoy_programado {
    border: none !important;
  }

  .caja_imagen_detail_desktop {
    width: 100px;
    margin: auto;
    padding: 15px 0;
  }

  .buy-card-list {
    display: block;
  }

  .swiper-pagination-bullet {
    margin-right: 3px;
  }

  .product-form .strong {
    color: #080808ab;
    height: 44px;
  }

  div#caja_resultados {
    padding-bottom: 0 !important;
  }

  .swiper-pagination {
    width: 100%;
  }

  .swiper-container .product-form__header {
    border-radius: 3px;
    box-shadow: 0 2px 2px -2px gray;
  }

  div.caja_btn_comprar a.pedir_producto {
    padding: 5px !important;
  }

  .opciones_pago h4 {
    font-family: Lato;
    font-size: 14px;
    color: #080808ab;
    padding-top: 3px;
  }

  .pago_seguro_icon {
    width: 45px;
    display: inline-block;
  }

  .total_final {
    height: 55px;
  }

  h3.subtotal_carrito {
    text-align: center;
    margin-bottom: 20px;
    color: #080808ab !important;
    font-size: 16px;
    margin-top: 15px;
  }

  span.carrito_checkout_total {
    font-family: Lato;
  }

  .btn_bottom_monto {
    font-size: 16px;
    font-weight: 700;
  }

  .panel-heading.text-center.blue.visible-xs {
    background: #f4f4f4;
    color: #aaa;
  }

  .panel>.panel-body+.table,
  .panel>.panel-body+.table-responsive,
  .panel>.table+.panel-body,
  .panel>.table-responsive+.panel-body {
    border: none;
  }

  .carrito_mobile_cada_fila {
    background: #fff;
    margin-bottom: 5px;
  }

  .table-products-mobile {
    background: #f3f2f2 !important;
  }

  body.compra_template .panel {
    background: 0 0;
  }

  .caja_contenedor_checkout_envio .panel {
    margin-bottom: 0;
  }

  .caja_contenedor_checkout .panel {
    border: 1px solid #d2d2d2;
  }

  .panel-detail.wide-xs .btn-add-products {
    background: #fff;
    border-color: #cacaca;
    color: #999;
  }

  .separa_subtotal {
    border-top: 1px solid #ddd;
  }

  .caja_contenedor_checkout {
    background: #f3f2f2;
    padding: 10px;
  }

  .row.caja_contenedor_checkout_envio {
    overflow: hidden;
  }

  .caja_contenedor_checkout .panel-body {
    margin-bottom: 10px;
  }

  .checkout_envio_dir_resumida {
    margin-bottom: 0;
  }

  .titulo_seccion {
    color: #080808ab;
    margin-bottom: 12px;
    text-align: center;
    font-family: Lato;
    padding-top: 15px;
    font-size: 18px;
  }

  .checkout_envio_opciones_dia {
    background: #f3f2f2 !important;
  }

  .checkout_envio_opciones_dia .panel-body {
    padding-bottom: 0;
  }

  .checkout_envio_opciones_dia ul li {
    display: block;
    float: left;
    padding: 0 10px;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 25px;
  }

  .checkout_envio_opciones_dia li.active {
    color: #01c167;
    border-top: 2px solid #01c167 !important;
    background-color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    font-family: Lato;
    padding-bottom: 8px;
  }

  .checkout_envio_opciones_dia ul {
    display: flex;
    overflow-x: scroll;
  }

  .compra_direccion_container .panel-default {
    border: none;
  }

  .caja_contenedor_checkout .panel {
    margin: 0;
    margin-bottom: 10px;
    background: #fff !important;
  }

  .checkout_envio_opciones_horarios {
    color: #000;
    font-family: Lato;
    padding: 0 15px;
  }

  .checkout_envio_opciones_horarios .panel-body {
    padding: 0;
  }

  .checkout_envio_opciones_horarios li {
    border-bottom: 0.5px solid #f3f2f2;
    padding: 15px 0;
  }

  .checkout_envio_opciones_horarios li h4 {
    display: inline-block;
    font-family: Lato;
    font-size: 14px;
  }

  .checkout_envio_opciones_horarios span {
    float: right;
    color: #aaa;
  }

  .separador_opciones {
    height: 40px;
    background: #f3f2f2;
  }

  .separador_opciones h3 {
    text-align: left;
    background: #f3f2f2;
    padding: 10px;
    font-family: Lato;
    color: #080808ab;
  }

  .panel-title {
    font-size: 22px;
  }

  .total_final h1 {
    font-family: Lato !important;
    font-size: 19px !important;
    color: #080808ab !important;
  }

  .total_final h2 {
    font-family: Lato !important;
    font-size: 17px !important;
    color: #080808ab !important;
  }

  .caja_fecha_hora {
    margin: 15px;
    background: #fff;
    border-top: none;
  }

  .opciones_pago .custom_radio {
    display: block;
    height: 24px;
    margin-bottom: 10px;
  }

  .carrito_bottom_mobile .btn_cierra {
    text-align: center;
    color: #080808ab;
    font-size: 20px;
    margin-top: 10px;
  }

  .carrito_bottom_mobile .btn_cierra {
    text-align: center;
    color: #080808ab;
    font-size: 20px;
    margin-top: 10px;
  }

  .carrito_bottom_mobile {
    bottom: 66px;
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 0 -5px 5px -5px #888;
  }

  .carrito_bottom_mobile .image img {
    width: 40px;
  }

  .carrito_bottom_mobile .price {
    font-family: Lato !important;
    font-size: 14px !important;
  }

  .carrito_bottom_mobile .carrito_mobile_cada_fila {
    background: #f3f2f6 !important;
    margin: 15px;
    height: 105px;
    width: 91%;
  }

  .carrito_bottom_mobile .table-products-mobile {
    background: #fff !important;
  }

  .carrito_bottom_mobile .table-products-mobile .details .price {
    bottom: 38px !important;
  }

  .carrito_bottom_mobile .amount-buttons {
    float: right;
  }

  .carrito_bottom_mobile .table-products-mobile-summary {
    width: 90%;
  }

  .carrito_bottom_mobile .image {
    float: left;
    margin-right: 10px;
  }

  .carrito_bottom_mobile .d-t {
    display: flex;
  }

  .carrito_bottom_mobile .description {
    color: #080808ab;
  }

  .panel-group .panel+.panel {
    margin-top: 10px;
  }

  .caja_separador_envio_variaciones {
    padding: 0 !important;
  }
}

.caja_forma_pago {
  background: #fff;
  border: 1px solid #d3d3d3;
  height: 60px;
  padding: 12px 10px 10px 10px;
  border-radius: 3px;
  -webkit-transition: width 2s;
  -webkit-transition-timing-function: linear;
  transition: width 2s;
  transition-timing-function: linear;
  text-align: left;
}

.caja_forma_pago i {
  color: #080808ab;
}

.caja_forma_pago h4 {
  display: inline-block;
  font-size: 14px;
  font-family: Lato !important;
  padding-top: 10px;
  color: #080808ab;
}

.caja_forma_pago_formas {
  background: #fff;
  margin-top: 0;
  border-radius: 3px;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.caja_forma_pago_tipo {
  text-align: left;
  padding: 10px;
}

.caja_forma_pago_tipo h4 {
  color: #080808ab;
  font-family: Lato;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
}

.caja_forma_pago_opciones {
  padding: 10px;
}

.caja_forma_pago_opciones h5 {
  text-align: left;
  color: #080808ab;
  font-family: Lato;
}

.caja_forma_pago_opciones ul {
  float: left;
}

.caja_forma_pago_opciones li {
  float: left;
  margin-right: 5px;
}

.caja_forma_promocion {
  width: 100%;
  text-align: left;
  display: block;
}

.caja_forma_methods {
  width: 100%;
  text-align: left;
  display: block;
}

.caja_forma_pago.active {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.caja_forma_pago.active i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotated {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.success_gif_swal .swal2-icon.swal2-success.swal2-animate-success-icon {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#dni_container {
  margin-bottom: 10px;
}

.compra_finalizada .panel-heading h2.panel-title {
  padding-top: 10px;
}

.form-control {
  background: 0 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid;
  padding-left: 0;
  height: 32px;
}

.form-control:hover {
  box-shadow: none;
}

.jp-card {
  min-width: inherit !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
  font-size: 22px !important;
}

.card-wrapper {
  margin-bottom: 15px;
}

.cupon_msj_error {
  font-family: Lato;
  color: red;
}

h3.cupon_carrito {
  text-align: center;
  color: #777;
  margin-bottom: 10px;
  font-family: Lato;
  display: inline-block;
}

h3.credit_carrito {
  text-align: center;
  color: #777;
  margin-bottom: 10px;
  font-family: Lato;
  display: inline-block;
}

.caja_cupon {
  text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #777;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.btn-gray {
  background: #fff;
  color: gray;
  border: 1px solid gray;
}

#modal-carrito .modal-content {
  background-color: #f3f2f6 !important;
}

span.checkmark {
  display: block;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
  padding: 5px;
}

span.checkmark.checked {
  border-color: #01c167;
}

span.check {
  width: 8px;
  height: 8px;
  display: block;
  background: #01c167;
  border-radius: 50%;
}

.container_ancla_top {
  background: #80808042;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 150px;
  border-radius: 50%;
  z-index: 9999999;
  right: 30px;
  text-align: center;
  padding-top: 6px;
}

.container_ancla_top:hover {
  background: #8080809e;
}

.container_ancla_top a {
  text-align: center;
  background: url(../images/icons/icon-flecha-arriba.svg) no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-size: 35px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  #caja_resultados .product-form__image-wrapper {
    height: inherit !important;
  }

  .product-form__image-wrapper img {
    max-height: 150px !important;
  }

  .result-products .header-section {
    font-size: 19px;
    text-align: left;
  }

  .header-section {
    margin-bottom: 5px;
    text-align: center;
    margin: 15px 0;
    color: #080808ab;
  }
}

#product-accordion a {
  color: #080808ab;
  text-transform: uppercase;
  display: inline-block;
  font-family: Lato;
  width: 100%;
}

#product-accordion a i {
  font-size: 15px;
}

#product-accordion .panel-heading {
  padding: 18px 10px;
  background: #fff;
  height: 60px;
}

div#caja_resultados {
  margin-bottom: 15px;
  padding-bottom: 48px;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  font-size: 30px;
}

.swiper-button-prev {
  left: -35px;
  top: 40%;
}

.swiper-button-next {
  right: -35px;
  top: 40%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px;
}

.swiper-pagination-bullet-active {
  background: gray;
}

.product-buy h1 {
  font-family: Lato;
}

.separador_envio_variaciones {
  height: 1px;
  background: #d3d3d3;
}

.panel-heading a img {
  width: 20px;
  margin-right: 13px;
  margin-left: 8px;
  margin-top: -5px;
}

.caja_forma_pago>img {
  width: 20px;
  margin-right: 13px;
  margin-left: 8px;
  margin-top: -5px;
}

#product-accordion .panel-heading .panel-title {
  margin-top: 5px;
}

.panel-heading a:hover {
  text-decoration: none !important;
}

.accordion_caja h4,
.accordion_caja h6 {
  font-family: Lato;
  font-size: 13px;
  color: #080808ab;
}

.caja_opiniones img {
  width: 14px;
}

.caja_opiniones {
  margin: 5px 0;
  margin-top: 12px;
}

.swal2-popup .swal2-content {
  font-size: 15px !important;
}

.swal2-popup .swal2-title {
  font-size: 18px !important;
}

.caja_total_final {
  padding-top: 10px;
}

.dashed_box {
  border-top: 2px dashed #bbb5b5;
  height: 2px;
  width: 100%;
  margin-top: 12px;
}

.li_total_final {
  font-size: 20px;
}

.li_total_final h5 {
  font-size: 22px;
}

.li_total_final span.carrito_checkout_total {
  font-size: 22px;
}

.caja_total_final h5 {
  display: inline-block;
  margin: 0;
}

.caja_total_final li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.li_total_final span {
  display: block;
  font-size: 12px;
  font-weight: 300;
}

.line-on-sides {
  height: 28px;
}

.product_caja>.product-form {
  border-radius: 3px;
}

.product-form__header {
  border-radius: 3px;
}

.caja_fitros a {
  color: #080808ab;
  background: #fff;
  padding: 4px 0 4px 8px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #1fa9e7;
}

span.filtro_nombre {
  margin-right: 5px;
}

span.filtro_cierra {
  background: #1fa9e7;
  padding: 6px 10px;
  color: #fff;
  font-weight: 700;
  border-top-right-radius: 3px;
}

.caja_fitros a:focus {
  text-decoration: none;
}

a.list-group-item.list-group-item-action img {
  position: relative;
  left: 0;
  top: -3px;
}

a.list-group-item.list-group-item-action {
  height: 45px;
  padding-left: 10px;
  padding-top: 16px !important;
  display: block;
}

.shipments-detail {
  padding: 0 !important;
  position: relative;
  box-shadow: 0 2px 2px -2px gray;
}

.shipments-detail>div>div {
  padding: 0 !important;
  height: 70px;
}

.shipments-detail>div>div a {
  height: 38px;
}

.shipments-detail ul {
  text-align: center;
  width: 100%;
  margin-bottom: 4px;
}

.shipments-detail li {
  display: inline-block;
  margin-right: 5px;
}

.shipments-detail li img {
  width: 35px;
}

.shipments-detail img {
  display: inline-block;
  margin-right: 5px;
}

span.tag_discontinuado {
  background: gray;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 62px;
}

.product_out_of_stock {
  background: gray !important;
}

.result-brands li {
  height: inherit !important;
}

.result-brands {
  padding-bottom: 7px;
}

.caja_marca a:hover {
  box-shadow: 0 7px 5px #ddd;
}

.producto_desktop_separador {
  height: 1px;
  background: #ddd;
  margin: 25px 15px;
  margin-bottom: 6px;
}

a.navbar-brand {
  cursor: pointer !important;
}

.pagado {
  color: #3aa93ac7;
  padding: 5px;
  border-radius: 3px;
}

.cancelada {
  background: red;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

.procesando {
  background: #ff0;
  padding: 5px;
  border-radius: 3px;
}

.row.cada_tarjeta_pedido_perfil {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 3px;
  font-family: Lato;
}

.navbar_mobile_search_mini input {
  background-color: #fff;
  padding: 8px;
}

.navbar_mobile_search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}

.navbar_mobile_search #input-search,
.navbar_mobile_search .cerrar_busqueda {
  background-color: #fff !important;
  height: 55px;
}

.search-result {
  background-color: #fff;
  z-index: 1;
}

.search-result li {
  border-top: 1px solid #eee;
  padding: 10px 15px;
}

.search-result__item {
  display: block;
}

.search-result__item__description,
.search-result__item__image {
  display: inline-block;
  vertical-align: middle;
}

.search-result__item__image {
  margin-right: 10px;
}

.search-result__item__image img {
  max-height: 30px;
}

.search-result__item__description {
  color: #777;
}

.search-result:hover,
.search-result__item__description .title,
.search-result__item__description span {
  display: block;
}

.CajaMedicados .btn-medicados {
  margin: 8px 0;
  background-color: rgba(2, 148, 233, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 2px solid #0295e9;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  width: 49%;
}

.CajaMedicados .btn-medicados>img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.CajaMedicados .break {
  height: 8px;
}

.CajaMedicados .RowCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.CajaMedicados {
  border: 2px solid #0295e9;
  padding: 8px;
  border-radius: 8px;
}

.labelDescuento {
  background: #f2fff5;
  box-shadow: -8px 0 0 #f2fff5, 8px 0 0 #f2fff5;
  border-radius: 8px;
}

.labelDescuento h5 {
  color: #01c167;
}

.labelCredit {
  background: #f2fff5;
  box-shadow: -8px 0 0 #f2fff5, 8px 0 0 #f2fff5;
  border-radius: 8px;
}

.labelCredit h5 {
  color: #01c167;
}

.CajaCupon {
  padding: 8px;
}

.CajaCupon input {
  background: #f2fff5;
  border: 1px solid #01c167;
  padding: 8px;
  margin: 0 8px 0 0;
  width: calc(100% - 82px);
  border-radius: 4px;
  outline-color: #01c167;
  text-transform: uppercase;
  color: #01c167;
}

.CajaCupon button {
  background-color: #01c167;
  color: white;
  height: 38px;
  border: none;
  border-radius: 4px;
}

.CajaCupon .errorMessage {
  color: crimson;
  margin: 4px 0 0 0;
}

.CajaCupon .SuccessMessage {
  color: #01c167;
  margin: 4px 0 0 0;
}

.ControladorO {
  margin: 94px 0 -160px 0;
}

.ControladorO .table-products-mobile {
  max-height: 280px;
  overflow-y: scroll;
  overflow-x: hidden;
}

span.pichoweek-icon {
  display: block;
  height: 100%;
  width: 52px;
  position: absolute;
  background-size: 52px;
  right: 0px;
  top: 0px;
}

.wzrk-powered {
  display: none !important;
}

.modal-dialog.modal-sm {
  padding: 0px !important;
}

/*------switch --------*/


.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;

}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #01c167;
}

input:focus+.slider {
  box-shadow: 0 0 1px #01c167;
}

input:checked+.slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;

}

#cardNumber,
#expirationDate,
#securityCode {
  border-bottom: 1px solid #ddd;
  height: 40px;
  padding: 10px;
  margin-bottom: 20px;
}

.bottom-modal .modal-dialog {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  height:30%; 
  min-height: 250px;
}