/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day{
  font-weight: bold;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

body {
    font-size: 16px;
    margin: 0px;
        background: #edf2f9;
}

header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    top: 0px;
}

h1,
h2,
h3,
h4 {
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: normal;
    font-weight: 400;
}

a {
    text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}

*,
::after,
::before {
    box-sizing: inherit;
}

.btn {
   position: relative;
    width: auto;
    color: white;
    border-radius: 3px;
    border: 2px;
    background: #00baa1;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}

.btn-primary {
    background: #00baa1;
}
.btn-secundary {
    background: #eee;
    color: black;
}
.btn-primary:hover {
    color: #fff;
    opacity: 0.8;
}
.btn-secundary:hover {
 opacity: 0.8;
}

 .btn-small {
    padding: 8px 12px;
    font-size: 12px;
        position: absolute;
    right: 20px;
    bottom: 10px;
 }



.container {
    position: relative;
    padding: 0px;
    max-width: 1200px;
    margin: auto;
}

.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
    min-height: 65px;
}

.line-clamp {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.logo {
    padding: 5px 0px;
    display: flex;
}
.logo a {
    text-decoration: none;
    border: none !important;
}
.logo img {
      margin-left: 8px;
    max-width: 75px;
    margin-bottom: 8px;
    max-height: 50px;
}

.col-item {
    text-align: center;
    height: auto;
    flex: 20%;
    line-height: 0px;
}

.col-item-search {
    flex: 45%;
    text-align: center;
    justify-content: center;
}

.form-search {
    display: flex;
    justify-content: center;
}

.searchform {
    width: 100%;
    border: 1px solid transparent;
    background: #edf2f9;
    border-radius: 20px;
    transition: all 0.3s linear;
    padding: 6px 0px;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 30px;
    top: 0px;
}

.search-icon {
    float: left;
    position: relative;
    z-index: 1000;
    left: 20px;
    top: 5px;
}

.searchform::placeholder {
    color: #333;
}

.menu {
    padding-right: 2px;
    display: flex;
    justify-content: center;
    line-height: 3;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    display: inline-flex;
}
.menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    user-select: none;
}

.menu ul li a:hover,
.menu ul li.active a {
    font-weight: bold;
}


.menu ul li a .icon-span {
    position: relative;
    width: 15px;
    margin-right: 5px;
    top: 7px;
}


.menu ul li a .icon-span.icon-user {
    width: 20px;
}


.menu ul li .cart-numnber {
    background: #f44336;
    display: inline;
    padding: 0px 3px;
    line-height: initial;
    text-align: center;
    color: white;
    border-radius: 12px;
    position: relative;
    top: -5px;
    left: -13px;
}

.cart-success {
    position: fixed;
    bottom: 0px;
    z-index: 1001;
    background: #49a949;
    width: 100%;
    color: white;
    padding: 20px;
    text-align: center;
}
.cart-success a {
    color: white;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}

.main-content {
    min-height: calc(100vh - 230px);
    padding-top: 120px;
}

.title {
       margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.section {
    position: relative;
    height: 100%;
    margin: auto;
}

#section-products {
    padding: 10px;
    margin-bottom: 30px;
}

.simple-wrapper {
    padding: 0px;
    min-height: calc(100vh - 300px);
    display: flex;
    justify-content: center;
    
}

.categories-wrapper {
    background: #f8f8f8;
    width: 100%;
    box-shadow: 0 4px 12px 0 #8888882e, inset -10px 0 10px #fff;
    overflow: auto;
    margin-bottom: 20px;
    top: 65px;
    position: fixed;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
}

.categories {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.categories li {
    width: 100%;
}

.categories li ul.children {
    display: none;
}

.categories li a {
    padding: 15px 8px;
    display: block;
    font-size: 13px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #e9eef4;
}

.categories li a:hover {
    background-color: transparent;
}

.hover-thumbnail {
    opacity: 0;
    transition: opacity ease-in-out 0.4s;
    height: 1px;
}

.box-product:hover .hover-thumbnail + .main-thumbnail {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.box-product:hover .hover-thumbnail {
    opacity: 1;
    height: auto;
}

.selected {
    color: #00baa1;
    font-weight: bold;
}

#footer {
    padding: 40px;
    background: #ececec;
    color: white;
    text-align: center;
}
#footer .row > div {
    padding: 10px 0px;
}
#footer a {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 0px;
    display: inline-block;
}
#footer ul {
    list-style: none;
    padding: 0px;
}

.footer-logo img {
    max-width: 180px;
}

#footer .copyright {
    border-top: 1px solid #ffffff24;
    padding-top: 15px;
}

#footer li.info {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 0px;
}

.products-wrapper {
    width: 100%;
    margin: 10px 20px;
    justify-content: center;
}

.single-product {
    margin:-20px 0px 15px 0px;
    box-sizing: border-box;
}

.main-picture {
    width: 100%;
}

.product-content {
    position: relative;
    top: -90px;
    width: 100%;
    max-width: 820px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px;
}

.product-image {
    width: 100%;
}

.product-single {

  width: 100%;
    min-height: 90px;
    background: rgba(255,255,255,.85);
    box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px;
}

.product-single .title-container {
    font-weight: 600;
}

.product-description {
    background: #fff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 7%);
    border-radius: 4px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 10px 0px 10px;
    margin-top: 15px;
}

.desc-title {
    font-weight: 500;
}

.desc-body {
   font-size: 15px;
}

.recomendations-container {
    min-height: 50px;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 7%);
    border-radius: 4px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 10px 0px 10px;
}

.product-mini {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.thumb img {
      width: 75px;
    height: 75px;
    object-fit: cover;
}

.content-mini {
    position: relative;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;

    padding: 7px;
}

.content-mini h4 {
    font-size: 13px;
    max-width: 180px;
    margin: 0px;
}

.single-show {
    top: 60%;
}

.main-thumbnail {
    opacity: 1;
    transition: opacity ease-in-out 0.4s;
}

.cat-slider-wrapper {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}

.list-products {
    width: 100%;
}

.flex {
    display: flex;
}

.box-product {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 3%);
    border-radius: 4px;
    position: relative;
    background: white;

}

.col-item-product {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.product-desc-lopp {
    display: flex;
    padding: 7px;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

.product-desc-lopp h2 {
    margin-bottom: 10px;
}

.product_title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
}
.product_title a {
  color: #282828;
}




.w-100 {
    width: 100%;
}

.pl-5 > div {
    padding-left: 5px;
}

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

.add-cart-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.add-cart {
     align-items: center;
    color: #fff;
    max-width: 100%;
    background: #ff710a;
    font-size: 14px;
    width: 42px;
    border-radius: 50%;
    font-weight: 700;
    box-shadow: 0 4px 4px rgb(0 0 0 / 19%);
    position: absolute;
    right: 20px;
    bottom: 10px;
    text-align: center;
    height: 42px;
    display: flex;
    justify-content: center;
}

.single-product-add {
    bottom: 30px;
}

.recomendation-product-add {
    right: 5px;
}

.no-stock {
    font-weight: 400;
    font-size: 13px;
    color: orange;
}

.product-image-loop {
    float: left;
    min-width: 120px;
}

.product-category {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px;
    text-align: left;
    max-width: 150px;
}

.price-header {
    font-size: inherit;
    color: #00baa1;
}
.price-header .price {
    position: relative;
    font-weight: bold;
    text-align: left;
}
.price-header .price.big {
    font-weight: bold;
    font-size: 26px;
}
.price-header .old-price {
    position: relative;
    color: red;
    text-align: left;
    text-decoration: line-through;
    padding-right: 10px;
}

.cart-wrapper {
    max-width: 900px;
    border-radius: 4px;
    background: #fff;
    padding: 20px;
    width: 100%;
    margin-bottom: 40px;
    height: 100%;
}

.cart-item {
    font-size: 14px;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 7px 0;
    margin-bottom: 10px;
    justify-content: space-between;
}

.cart-image-loop {
    float: left;
    min-width: 60px;
    max-width: 60px;
}

.image {
    width: 100%;
}

.cart-quantity {
    color: #cac3c3;
    text-align: center;
    width: 50px;
    height: 33px;
}

.cart-productc-desc {
    display: flex;
    padding: 0px 0px 0px 5px;
    width: 100%;
    position: relative;
    max-height: 100%;
    align-items: center;
    justify-content: space-between;
}

.cart-title-product {
    max-width: 70px;
    width: 30%;

}


.cart-subitem {
  font-size: 12px;
  padding-left: 20px;
}

.cart-bottom {
    width: 100%;
    justify-content: space-between;
}

.cart-border {
    border-radius: 4px;
    border: 1px solid #cac3c3 !important;
}

.quantity-wrapper {
    max-width: 25%;
        margin-right: 40px;
}




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

.quantity input {
    width: 100%;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #d2d2d2!important;
    -webkit-appearance: none!important;
    box-shadow: none;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #d2d2d2;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #d2d2d2;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.row-summary {
  text-align: right;
  padding: 10px 0px;
}


.total-container {
   position: relative;
    text-align: right;
    width: 100%;
    padding-right: 10px;
}
.total-container .total {
    font-size: 22px;
    margin-bottom: 10px;
}

.delivery-container {
    padding: 10px;
    text-align: left;
    background: #f8f8f8;
    width: 100%;
    box-sizing: border-box;
}

.content-msg {
    font-size: 14px;
}

#delivery_date {
    width: 0px;
    height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    border: none;
    position: absolute;
}

.alert {
    width: auto;

    margin-top: 10px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success,.alert-primary {
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-danger {
    background: #ed9999;
}

.cart-date:hover {
    font-weight: bold;
    background-size: 100% 2px;
}

.cart-date {
    cursor: pointer;
    font-weight: 500;
}

.cart-total {
    padding: 10px 0px;
    font-weight: bold;
}

.coupon-row {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
}
.coupon-item {
    padding-right: 5px;
}

.checkout-button-container {
    margin: 10px 0;
}

.checkout-button {
    padding: 8px 0;
    width: 100%;
    border-radius: 4px;
}

.apply-code {
    margin: 0;
    background-color: #cac3c3;
    font-size: 10px;
    min-height: 23px;
}

.btn.loading::after {
    border-color: #059a0b transparent #059a0b transparent;
}

.coupon-success {
    font-size: 15px;
    color: #00baa1;
    font-weight: 500;
}

.coupon-message {
    display: none;
}

.coupon-success .striked {
    font-weight: bold;
}

.coupon-box {
    box-sizing: border-box;
    align-items: center;
    display: flex;
}

.coupon-code {
    box-sizing: content-box;
    min-height: 20px;
    font-size: 10px;
}

.striked {
    text-decoration: line-through;
}

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
}

.single-badge-offer {
    background: #e75353;
    padding: 5px 10px;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.loop-badge-offer {
  color: #e75353;
    border-radius: 20px;
    font-size: 15px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    right: 10px;
    top: 10px;
    z-index: 2;
    font-weight: bold;
}

.box-product img {
    width: 116px;
    display: block;
    transition: all ease-in-out .2s;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 116px;
    object-fit: cover;
}

.wasap {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 30px;
    right: 0px;
    left: 15px;
    padding: 5px;
    color: #fff;
    text-align: center;
    z-index: 100;
    background: #1cd741 url(/img/whatsapp.png) no-repeat center;
    display: block;
    text-indent: -99999px;
    border-radius: 50%;
    background-size: 90%;
    box-shadow: 2px 2px 3px #0000004d;
}

.wasap-top img {
    max-width: 20px;
}

.movil-info {
    display: block;
    -webkit-box-flex: 0;
}

.desktop-info {
    display: none;
}

.book {
    position: relative;
    top: 4px;
}

.social-icons {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.social-icons .social-icon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    display: inline-block;
    margin: 0px 10px;
}

.float-right {
    text-align: right;
    float: right;
}




.pagination {
    justify-content: center;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}



.box-generic{
  max-width: 600px;
margin: auto;
background: white;
padding: 30px;
box-shadow: 0px 0px 30px #d2d2d28a;
border-radius: 4px;
border: 1px solid #e4e4e4ee;
}


.card-message {
      text-align: center;
    margin: 20px;
    font-size: 18px;
    font-weight: 400;
}
.menu-account{
      display: inline-block;
      margin-left: 10px;
      margin-top: 5px;
}

.payment-method-detail {
    padding: 10px 2px;
    margin: 15px auto;
    background: #f1f0f0;
    border-radius: 2px;
    font-size: 14px;
}
.payment-method-detail .flex > div {
padding: 10px;
flex-shrink: 1;
   flex-grow: 1;
}
.payment-method-detail .payment-logo img {
max-width: 160px;
width: 100%;
}
.payment-method-detail .transaction-id .code{
font-size: 32px;
font-weight: bold;
}
.payment-method-detail .time-message{
width: 100%;
text-align: center;
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
}
.payment-method-detail .amount{
font-size: 16px;
margin-bottom: 10px;
}


/* MODAL */
.modal-background {
    width: 100%;
    z-index: 10000;
    background: #fff;
    background: #00000082;
    position: inherit;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: none;
    opacity: 0;
}
.smodal {
    box-sizing: border-box;
    opacity: 0;
    display: none;
    padding: 20px;
    width: 100%;
    max-width: 600px;
    z-index: 1000;
    height: auto;
    position: fixed;
    top: 120px;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: ease-in-out 0.5s all;
}

.smodal.show {
    opacity: 1;
    display: block;
}
.smodal.show .modal-background {
    opacity: 1;
    display: block;
}

.smodal .modal-content {
    width: 100%;
    background: white;
    box-shadow: 0 0 10px #00000030;
    z-index: 10001;
    border: none;
    border-radius: 2px;
    position: relative;
    max-width: fit-content;
}

.smodal h2 {
    font-size: 16px;
    font-weight: 600;
}

.smodal hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.close {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 25px;
    height: 25px;
    opacity: 0.3;
}
.close:hover {
    opacity: 1;
}
.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 26px;
    width: 2px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}

.delete {
    position: absolute;
    right: 1px;
    top: -5px;
    width: 25px;
    height: 25px;
    opacity: 0.3;
}
.delete:hover {
    opacity: 1;
}
.delete:before,
.delete:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #333;
}
.delete:before {
    transform: rotate(45deg);
}
.delete:after {
    transform: rotate(-45deg);
}

.modal-cart-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.modal-cart-item a {
    flex: 1;
}
.modal-cart-item .image {
    width: 90px;
    max-width: 90px;
    margin-right: 10px;
    flex: 1;
}
.modal-cart-item .image img {
    width: 100%;
    border-radius: 2px;
}
.modal-cart-item .desc h3 {
    margin: 0px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modal-cart-item .desc {
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.modal-cart-item .desc .price {
    color: #1dc73b;
    font-weight: bold;
    margin-bottom: 1px;
    font-size: 17px;
    margin-block-start: 8px;
}

.modal-header .schedule-close {
    padding: 0;
    margin: 10px 0px -1rem auto;
}

.close-modal-container > div > a {
    text-transform: uppercase;
}



.account-banks {
  list-style: none;
  padding: 0px;
}
.account-banks li {
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0 0 10px #d4d4d4c7;
}
.account-banks li:hover {
  border: 1px solid #b3b3b3;
  background: #eee;
}
.account-banks li.active {
  background: #b6f1c3;
  border: 2px solid #8dd49d;
}

@media (min-width: 370px) {
    .product-category {
        max-width: 190px;
    }

    .btn-primary {
        white-space: nowrap;
    }

    .cart-title-product {
        max-width: 100%;
    }
}

@media (min-width: 540px) {
    .elipsis {
        width: 270px;
    }

    .custom-desc {
        top: 405px;
    }

    .product-category {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .close {
        right: 20px;
        top: 20px;
    }

    .smodal .modal-content {
        top: 160px;
        max-width: 100%;
        min-width: 593px;
    }

    .categories li a {
        padding: 15px 25px;
    }

    .cart-item {
        padding: 10px 0;
        font-size: unset;
    }

    .content-msg {
        font-size: unset;
    }

    .delete {
        position: relative;
        top: 0;
        right: 0;
    }

    .price-remove {
        padding-right: 25px;
    }

    .cart-image-loop {
        max-width: 70px;
    }

    .cart-productc-desc {
        padding: 0px 0px 0px 10px;
    }

    .coupon-code {
        font-size: inherit;
        height: 30px;
    }

    .apply-code {
        padding: 0.375rem 0.75rem;
        font-size: inherit;
        height: 35px;
    }

    .coupon-success {
        font-size: inherit;
    }

    .coupon-item {
        padding-right: 15px;
    }


    .logo img {
        max-width: 180px;
        max-height: 40px;
    }

    .menu ul li a {
        font-size: 15px;
    }

    .menu ul li a .icon-span {
        width: 22px;
    }

    .menu ul li .cart-numnber {
        padding: 0px 6px;
    }

    .social-icons .social-icon {
        margin: 10px 10px;
    }
  

    .product-image img {
        border-radius: 5px;
    }



    .product-description {
        font-size: 18px;
        margin-top: 20px;
    }

    .desktop-info {
        display: block;
        -webkit-box-flex: 0;
    }

    .product-image-loop {
        max-width: 150px;
    }

    .movil-info {
        display: none;
    }

    .wasap {
        bottom: 65px;
        left: auto;
        right: 30px;
    }

    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }


    .single-product {
        margin: 50px 0px 25px 0px;
    }

    .elipsis {
        width: -webkit-fill-available;
    }

    .custom-desc {
        top: 580px;
    }

    .recomendations-container {
        font-size: 18px;
        margin-top: 20px;
    }

    .single-show {
        top: 25%;
    }

    .search-icon {
        top: 10px;
    }

    .box-product img {
        max-width: 135px;
    }

    .cat-slider-wrapper:last-child {
        margin-bottom: 0px;
    }
}

@media (min-width: 1024px) {

    .col-item-product {
    width: 50%;
    padding: 5px;
    
}

.product-content {
       padding: 0px;
}
  
    .main-content {
        padding-top: 100px;
    }

    .categories li ul.children {
        display: block;
        padding-left: 12px;
    }

    .cart .categories-wrapper {
        display: none;
    }
    .simple-wrapper {
        margin-top: 0px;
    }

    .logo img {
        max-width: 200px;
        max-height: 40px;
    }

    .menu ul li .cart-numnber {
        padding: 0px 10px;
    }

    .menu ul li a .icon-span {
        width: 30px;
    }

    .menu ul li a .icon-span.icon-user {
        width: 30px;
    }

    .delete {
        margin-left: 10px;
    }

    .categories-wrapper {
        top: 0px;
        position: relative;
        z-index: 1;
        max-width: 270px;
        height: fit-content;
        max-height: 100%;
        box-shadow: 0 0px;
        margin-bottom: 0px;
        border-radius: 4px;
    }

    .categories {
        flex-direction: row;
        flex-wrap: wrap;
        text-align: left;
    }

    .categories li {
        display: block;
    }

    .categories li a {
      font-size: 14px;
        width: 100%;
        max-width: 249px;
        padding: 16px 15px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
         background: inherit;
    }

    .products-wrapper {
        margin: 0px 20px;
        width: 600px;
        margin-bottom: 50px;
    }

    .product-image-loop {
        max-width: 180px;
    }
 
    .coupon-row {
        line-height: 2;
    }

    .cart-title-product {
        min-width: 500px;
        max-width: 500px;
    }
}
