@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap);

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 34px;
  font: 14px Poppins, sans-serif;
  color: #010303;
  line-height: 24px
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important
}

#frm_modal_complementos .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
  transition: border .15s ease-in-out, color .15s ease-in-out;
  outline: 0 !important;
  top: 0
}

#frm_modal_complementos .checkbox input[type=checkbox]:checked+label:before,
.checkbox input[type=radio]:checked+label:before {
  background: #2ba143
}

#frm_modal_complementos .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: .2em;
  top: .3em;
  margin-left: -2px;
  padding-left: 6px;
  padding-top: 3px;
  color: #fff;
  line-height: 1.5;
  font-size: 9px;
  outline: 0 !important
}

.owl-dots {
  position: absolute !important;
  bottom: 5px !important
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  left: 0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
  transition: border .15s ease-in-out, color .15s ease-in-out;
  outline: 0 !important;
  top: .5em
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 1.2em;
  top: 1em;
  margin-left: -2px;
  padding-left: 6px;
  padding-top: 3px;
  color: #555;
  line-height: 1.5;
  font-size: 12px;
  outline: 0 !important
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute
}

.checkbox input[type=checkbox]:focus+label::before,
.checkbox input[type=radio]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+label::after,
.checkbox input[type=radio]:checked+label::after {
  font-family: market;
  content: "\e91d";
  font-weight: 700;
  color: #16ae87
}

.checkbox input[type=checkbox]:indeterminate+label::after,
.checkbox input[type=radio]:indeterminate+label::after {
  display: block;
  content: "\e91d";
  width: 10px;
  height: 3px;
  background-color: #555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px
}

.checkbox input[type=checkbox]:disabled,
.checkbox input[type=radio]:disabled {
  cursor: not-allowed
}

.checkbox input[type=checkbox]:disabled+label,
.checkbox input[type=radio]:disabled+label {
  opacity: .65
}

.checkbox input[type=checkbox]:disabled+label::before,
.checkbox input[type=radio]:disabled+label::before {
  background-color: #eee;
  cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%
}

.checkbox.checkbox-inline {
  margin-top: 0
}

.checkbox input[type=checkbox]:checked+label::before,
.checkbox input[type=radio]:checked+label::before {
  background-color: #fff;
  border-color: #2ba143;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
  border-radius: 50%
}

.checkbox input[type=checkbox]:checked+label::after,
.checkbox input[type=radio]:checked+label::after {
  color: #16ae87;
  font-size: .8em
}

.checkbox-primary input[type=checkbox]:checked+label::before,
.checkbox-primary input[type=radio]:checked+label::before {
  background-color: #337ab7;
  border-color: #337ab7
}

.checkbox-primary input[type=checkbox]:checked+label::after,
.checkbox-primary input[type=radio]:checked+label::after {
  color: #fff
}

.checkbox-danger input[type=checkbox]:checked+label::before,
.checkbox-danger input[type=radio]:checked+label::before {
  background-color: #d9534f;
  border-color: #d9534f
}

.checkbox-danger input[type=checkbox]:checked+label::after,
.checkbox-danger input[type=radio]:checked+label::after {
  color: #fff
}

.checkbox-info input[type=checkbox]:checked+label::before,
.checkbox-info input[type=radio]:checked+label::before {
  background-color: #5bc0de;
  border-color: #5bc0de
}

.checkbox-info input[type=checkbox]:checked+label::after,
.checkbox-info input[type=radio]:checked+label::after {
  color: #fff
}

.checkbox-warning input[type=checkbox]:checked+label::before,
.checkbox-warning input[type=radio]:checked+label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e
}

.checkbox-warning input[type=checkbox]:checked+label::after,
.checkbox-warning input[type=radio]:checked+label::after {
  color: #fff
}

.checkbox-success input[type=checkbox]:checked+label::before,
.checkbox-success input[type=radio]:checked+label::before {
  background-color: #5cb85c;
  border-color: #5cb85c
}

.checkbox-success input[type=checkbox]:checked+label::after,
.checkbox-success input[type=radio]:checked+label::after {
  color: #fff
}

.checkbox-primary input[type=checkbox]:indeterminate+label::before,
.checkbox-primary input[type=radio]:indeterminate+label::before {
  background-color: #337ab7;
  border-color: #337ab7
}

.checkbox-primary input[type=checkbox]:indeterminate+label::after,
.checkbox-primary input[type=radio]:indeterminate+label::after {
  background-color: #fff
}

.checkbox-danger input[type=checkbox]:indeterminate+label::before,
.checkbox-danger input[type=radio]:indeterminate+label::before {
  background-color: #d9534f;
  border-color: #d9534f
}

.checkbox-danger input[type=checkbox]:indeterminate+label::after,
.checkbox-danger input[type=radio]:indeterminate+label::after {
  background-color: #fff
}

.checkbox-info input[type=checkbox]:indeterminate+label::before,
.checkbox-info input[type=radio]:indeterminate+label::before {
  background-color: #5bc0de;
  border-color: #5bc0de
}

.checkbox-info input[type=checkbox]:indeterminate+label::after,
.checkbox-info input[type=radio]:indeterminate+label::after {
  background-color: #fff
}

.checkbox-warning input[type=checkbox]:indeterminate+label::before,
.checkbox-warning input[type=radio]:indeterminate+label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e
}

.checkbox-warning input[type=checkbox]:indeterminate+label::after,
.checkbox-warning input[type=radio]:indeterminate+label::after {
  background-color: #fff
}

.checkbox-success input[type=checkbox]:indeterminate+label::before,
.checkbox-success input[type=radio]:indeterminate+label::before {
  background-color: #5cb85c;
  border-color: #5cb85c
}

.checkbox-success input[type=checkbox]:indeterminate+label::after,
.checkbox-success input[type=radio]:indeterminate+label::after {
  background-color: #fff
}

.radio {
  padding-left: 7px
}

#cont_login .row {
  justify-content: center
}

.icons-direccion-lista-map {
  position: relative;
  top: 1.8em;
  left: 7.5em;
  padding-bottom: 1em;
  padding-top: 1em
}

.container-maps-zonas-data {
  background: #fff !important
}

.address-box .address p {
  color: #000
}

#frm_direccion_seleccionar .nav-link {
  display: flex !important;
  justify-content: center !important;
  background: 0 0 !important
}

#frm_direccion_seleccionar .nav-link label {
  margin-top: -1em;
  width: 100%;
  text-align: center;
  font-weight: 700 !important
}

#frm_direccion_seleccionar .nav-link.active label {
  color: #2ba143 !important
}

#frm_direccion_seleccionar .nav-link.active .card_link_icon {
  border: 2px solid #2ba143;
  background: #fff
}

#frm_direccion_seleccionar .nav-tabs .nav-link {
  border-color: transparent
}

#frm_direccion_seleccionar .tab-content {
  border-color: transparent !important
}

.card_link_icon {
  width: 13em;
  height: 13em;
  display: grid;
  justify-content: center;
  border-radius: 20px;
  padding: 2em;
  background: #f6f4f4
}

.card_link_icon img {
  width: 8em;
  height: 8em
}

#frm_direccion_seleccionar.checkbox input[type=checkbox]:checked+label:before,
.checkbox input[type=radio]:checked+label:before {
  border-radius: 50% !important;
  width: 2.3em !important;
  height: 2.3em !important
}

#frm_direccion_seleccionar .checkbox input[type=checkbox]:checked+label:before,
.checkbox input[type=radio]:checked+label:before {
  background-color: #fff !important
}

#frm_modal_register .checkbox input[type=checkbox]:checked+label::after,
.checkbox input[type=radio]:checked+label::after {
  color: #fff !important;
  font-size: .8em;
  left: 3em;
  top: .7em
}

.icon-tienda img {
  width: 100%;
  height: 3.2em !important;
  border-radius: 5px !important
}

#modalSearchAddress .modal-header {
  padding-bottom: 1.2em
}

#cont_tiendas_zona_reparto {
  padding: .5em;
  border-radius: 15px;
  background-color: #eeeeec
}

#cont_tiendas_zona_reparto {
  display: flex;
  border-bottom: 0 solid #000;
  flex-direction: row-reverse;
  background-color: #eeeeec
}

#cont_tiendas_zona_reparto .address-box .icon,
#cont_tiendas_zona_reparto h5 {
  display: none
}

#cont_tiendas_zona_reparto .checkbox label::before {
  border: 1px solid #ccc
}

#cont_tiendas_zona_reparto .address-box {
  padding: .5em;
  background-color: #eeeeec !important
}

#cont_tiendas_zona_reparto .address-actions {
  background-color: #eeeeec !important
}

#cont_tiendas_zona_reparto .checkbox input[type=checkbox]:checked+label:before,
.checkbox input[type=radio]:checked+label:before {
  width: 1.75em !important;
  height: 1.75em !important;
  border-radius: 5px !important
}

#cont_tiendas_zona_reparto .checkbox input[type=checkbox]:checked+label:before,
.checkbox input[type=radio]:checked+label:before {
  background: #2ba143
}

#cont_tiendas_zona_reparto .checkbox label::after {
  top: 1.3em;
  left: 1.5em
}

#cont_tiendas_zona_reparto .checkbox input[type=checkbox]:checked+label::after,
.checkbox input[type=radio]:checked+label::after {
  font-size: .6em;
  color: #fff
}

.tab-items-map {
  display: grid;
  justify-content: center
}

.tab-items-map .nav-link {
  padding: 0;
  padding-right: 1em;
  padding-top: .5em;
  color: #000
}

.tab-items-map .nav-link:hover {
  border: 0 solid transparent
}

.tab-items-map .nav-tabs .nav-item.show .nav-link,
.tab-items-map .nav-tabs .nav-link.active {
  background-color: #eeeeec;
  color: #000;
  font-weight: 700;
  border: 0 solid transparent;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem
}

.map_data {
  height: 400px
}

.map_data .address-search-form {
  margin-top: -28em
}

.btn-success {
  border-radius: 15px !important
}

.map_data .btn-search-data {
  border-radius: 50% !important;
  background: #2ba143 !important;
  color: #fff !important;
  height: 2em !important;
  width: 2em !important;
  margin: .25em
}

.map_data .icon-search:before {
  margin-left: -.2em
}

.item_mas_info {
  padding: .2em;
  background: #fff
}

.item_mas_info p {
  text-align: right;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  width: 80%
}

.products-interest-data {
  background: #faf8f8
}

.content-sliders-categorias-card .store-menu {
  background: #faf8f8
}

.contact-info,
.social-networks {
  display: flex;
  column-gap: 1em
}

.product-details .product-details .btn-agregar {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0
}

.container-tienda-home {
  background: #faf8f8;
  padding: .5em
}

.tienda-cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  align-items: center;
  padding: 1em;
  background: #fff;
  border-radius: 10px;
  height: 70.6px;
  margin-top: 10px
}

.tienda-cont img {
  height: 43px
}

.tienda-cont p {
  flex: 1;
  margin: 0;
  font-family: Poppins, sans-serif;
  color: #000
}

.tienda-cont a {
  width: 120px;
  height: 30px;
  background: #2ba143;
  border: 0;
  font: 600 15px/26px Poppins, sans-serif;
  color: #fff;
  padding: .15rem .75rem;
  border-radius: 6px
}

._footer-apps {
  margin-left: 2em
}

.fa-trash-alt:before {
  color: #bbb !important
}

.container-page-footer-info h6 {
  font-family: Poppins;
  font-weight: 600
}

.container-page-footer-info {
  font-family: Poppins
}

.active_footer_info {
  display: block !important
}

.active_footer_info_div {
  display: flex !important;
  justify-content: center
}

.lits-apps-f {
  display: flex;
  align-items: center
}

.phone-icon-data {
  margin-right: 1em
}

.code-form {
  margin-top: 1em
}

.footer_final_info {
  background: #eeeeec;
  padding-bottom: .1px
}

.cont-footer-page a {
  color: #6c6c6c;
  font-size: 14px
}

.footer_final_info hr {
  margin: 0;
  padding-bottom: 1em;
  max-width: 100%;
  border-color: #929eaf
}

.footer-apps-pago ul li .btn-app {
  width: 48px;
  height: 48px;
  background: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 10px;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 0
}

.list-apps {
  display: grid;
  grid-template-columns: 48px 48px 48px;
  gap: 1em
}

.btn-yape img {
  margin: -.6em;
  width: 50px;
  height: 50px
}

.card_apps_footer {
  width: 190px;
  height: 48px;
  display: flex;
  background: #171919;
  border-radius: 8px;
  align-items: center
}

._legales {
  max-width: 20%
}

.footer_final_info p {
  font-family: Poppins;
  color: #6c6c6c
}

.footer_icons_text_info {
  display: grid
}

.card_apps_footer a {
  margin: 0;
  font-family: Poppins;
  line-height: 1em;
  text-align: start;
  color: #fff
}

.text-apps {
  font-size: 10px !important;
  font-weight: 400 !important
}

.title_apple {
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1em
}

.title_google {
  font-size: 20px !important;
  font-weight: 500
}

.list-apps-f {
  display: flex;
  align-items: center
}

.container-page-footer-info h6 {
  font-size: 14px
}

.cash-payment label {
  display: none
}

.carousel_promociones ._btn-minus {
  margin-top: -3.1em;
  position: absolute;
  right: 10em;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  line-height: 26px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 2px 12px rgb(0 0 0 / 12%)
}

.carousel_promociones ._btn-plus {
  margin-top: -3.1em;
  position: absolute;
  right: 8em;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 26px;
  padding: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12)
}

.container-btn-promociones {
  background: #fff
}

.promociones-content .category-title h2 {
  border-color: #faf8f8;
  margin: .1em;
  display: grid;
  grid-template-columns: 6em 75%;
  align-items: center
}

.promociones-content .category-title hr {
  min-width: 100%;
  margin: .5em;
  border: 1.2px solid #eeeeec;
  background: #eeeeec
}

.owl-theme .owl-dots .owl-dot {
  outline: 0
}

.gm-ui-hover-effect {
  outline: 0 !important
}

.card-information .price-quantity .btn {
  border-radius: 0 !important;
  background: #fff !important
}

.card-information .cart-plus-minus-box {
  background: #fff !important;
  border-radius: 0 !important;
  border-top: 2px solid #eeeeec !important;
  border-bottom: 2px solid #eeeeec !important
}

.card-information .price-quantity .button-up {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top: 2px solid #eeeeec !important;
  border-bottom: 2px solid #eeeeec !important;
  border-left: 2px solid #eeeeec !important
}

.card-information .price-quantity .button-down {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top: 2px solid #eeeeec !important;
  border-bottom: 2px solid #eeeeec !important;
  border-right: 2px solid #eeeeec !important
}

.price-data .prod-action {
  border-radius: 5px;
  border: 2px solid #e8e8e8
}

.product-gallery__featured .owl-thumbs {
  display: none
}

.description-parrafo {
  white-space: none !important
}

.purchase-box .fa-trash-alt:before {
  color: #000 !important
}

.list_menu_nav {
  display: none
}

.header-control-mobile>ul>li .menu_nav_header .dropdown-menu::after,
.header-control>ul>li .menu_nav_header .dropdown-menu::after {
  border-bottom: 11px solid #fff !important;
  display: none !important
}

.header-control-mobile>ul>li .menu_nav_header .dropdown-menu::after,
.header-control-mobile>ul>li .menu_nav_header .dropdown-menu::before,
.header-control>ul>li .menu_nav_header .dropdown-menu::after,
.header-control>ul>li .menu_nav_header .dropdown-menu::before {
  display: none !important
}

.header-control-mobile>ul>li .menu_nav_header .dropdown-menu,
.header-control>ul>li .menu_nav_header .dropdown-menu {
  right: auto !important
}

.contact-box {
  background: #f3f3f4;
  padding: 20px;
  border-radius: 10px;
  min-height: 250px;
  margin-bottom: 26px
}

.contact-box h3 {
  font: 18px Gibson-Regular, sans-serif;
  color: #272d4c;
  text-align: center;
  margin-bottom: 30px
}

.contact-box .social-networks {
  list-style-type: none;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center
}

.contact-box .social-networks li {
  display: inline-block;
  margin: 0 10px
}

.contact-box .social-networks li .btn-social {
  width: 68px;
  height: 68px;
  line-height: 52px;
  background: #fff;
  text-align: center;
  border-radius: 100%
}

.contact-box .social-networks li .btn-social img {
  vertical-align: middle
}

.contact-box .contact-info {
  display: flex;
  align-items: center;
  justify-content: center
}

.contact-box .contact-info .icon {
  width: 68px;
  height: 68px;
  line-height: 66px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  margin-right: 20px
}

.contact-box .contact-info .icon img {
  vertical-align: middle
}

.contact-box .contact-info p {
  font: 24px Gibson-Regular, sans-serif;
  color: #272d4c;
  margin: 0
}

.contact-box .contact-info p.text-sm {
  font-size: 18px
}

.contact-box-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d5db;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 26px
}

.contact-box-outline .icon {
  margin-right: 15px
}

.contact-box-outline .icon img {
  vertical-align: middle
}

.contact-box-outline p {
  font: 18px Gibson-Regular, sans-serif;
  color: #272d4c;
  margin: 0
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 12px;
  line-height: 20px
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out
}

.radio label::before:focus {
  outline: 0
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 14px;
  height: 14px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #2ba143;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
  transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
  transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
  transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

#frm_direccion_seleccionar .radio label::after {
  background-color: transparent !important
}

.radio label::after:focus {
  outline: 0
}

.radio label:focus {
  outline: 0
}

.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer
}

.radio input[type=radio]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.radio input[type=radio]:checked+label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.radio input[type=radio]:disabled {
  cursor: not-allowed
}

.radio input[type=radio]:disabled+label {
  opacity: .65
}

.radio input[type=radio]:disabled+label::before {
  cursor: not-allowed
}

.radio.radio-inline {
  margin-top: 0
}

.radio-primary input[type=radio]+label::after {
  background-color: #337ab7
}

.radio-primary input[type=radio]:checked+label::before {
  border-color: #337ab7
}

.radio-primary input[type=radio]:checked+label::after {
  background-color: #337ab7
}

.radio-danger input[type=radio]+label::after {
  background-color: #d9534f
}

.radio-danger input[type=radio]:checked+label::before {
  border-color: #d9534f
}

.radio-danger input[type=radio]:checked+label::after {
  background-color: #d9534f
}

.radio-info input[type=radio]+label::after {
  background-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::before {
  border-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::after {
  background-color: #5bc0de
}

.radio-warning input[type=radio]+label::after {
  background-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label::before {
  border-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label::after {
  background-color: #f0ad4e
}

.radio-success input[type=radio]+label::after {
  background-color: #5cb85c
}

.radio-success input[type=radio]:checked+label::before {
  border-color: #5cb85c
}

.radio-success input[type=radio]:checked+label::after {
  background-color: #5cb85c
}

input[type=checkbox].styled:checked+label:after {
  font-family: market;
  content: "\e91d"
}

input[type=radio].styled:checked+label:after {
  font-family: FontAwesome
}

input[type=checkbox] .styled:checked+label::after,
input[type=checkbox] .styled:checked+label::before,
input[type=radio] .styled:checked+label::after,
input[type=radio] .styled:checked+label::before {
  color: #fff
}

@font-face {
  font-family: aileronblack;
  src: url("fonts/aileron-black-webfont.woff2") format("woff2"), url("fonts/aileron-black-webfont.woff") format("woff"), url("fonts/aileron-black-webfont.ttf") format("truetype"), url("fonts/aileron-black-webfont.svg#aileronblack") format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: aileronbold;
  src: url("fonts/aileron-bold-webfont.woff2") format("woff2"), url("fonts/aileron-bold-webfont.woff") format("woff"), url("fonts/aileron-bold-webfont.ttf") format("truetype"), url("fonts/aileron-bold-webfont.svg#aileronbold") format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: aileronlight;
  src: url("fonts/aileron-light-webfont.woff2") format("woff2"), url("fonts/aileron-light-webfont.woff") format("woff"), url("fonts/aileron-light-webfont.ttf") format("truetype"), url("fonts/aileron-light-webfont.svg#aileronlight") format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: aileronregular;
  src: url("fonts/aileron-regular-webfont.woff2") format("woff2"), url("fonts/aileron-regular-webfont.woff") format("woff"), url("fonts/aileron-regular-webfont.ttf") format("truetype"), url("fonts/aileron-regular-webfont.svg#aileronregular") format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: akrobatblack;
  src: url("fonts/akrobat_-_black-webfont.woff2") format("woff2"), url("fonts/akrobat_-_black-webfont.woff") format("woff"), url("fonts/akrobat_-_black-webfont.ttf") format("truetype"), url("fonts/akrobat_-_black-webfont.svg#akrobatblack") format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: market;
  src: url("fonts/market.eot?bijp4d");
  src: url("fonts/market.eot?bijp4d#iefix") format("embedded-opentype"), url("fonts/market.ttf?bijp4d") format("truetype"), url("fonts/market.woff?bijp4d") format("woff"), url("fonts/market.svg?bijp4d#market") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

@font-face {
  font-family: phenomena;
  src: url("fonts/phenomena_-_black-webfont.woff2") format("woff2"), url("fonts/phenomena_-_black-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
  font-family: market !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-arrow-next:before {
  content: "\e900"
}

.icon-arrow-prev:before {
  content: "\e901"
}

.icon-button-arrow:before {
  content: "\e902";
  font-size: 3.5em
}

.icon-dropdown-arrow:before {
  content: "\e903"
}

.icon-shop-cart:before {
  content: "\e904"
}

.icon-user:before {
  content: "\e905"
}

.icon-bag:before {
  content: "\e906"
}

.icon-card:before {
  content: "\e907"
}

.icon-help:before {
  content: "\e908"
}

.icon-logout:before {
  content: "\e909"
}

.icon-point:before {
  content: "\e90a"
}

.icon-tool:before {
  content: "\e90b"
}

.icon-watch:before {
  content: "\e90c"
}

.icon-plus:before {
  content: "\e90d"
}

.icon-trash:before {
  content: "\e90e"
}

.icon-delivery:before {
  content: "\e90f"
}

.icon-help2:before {
  content: "\e910"
}

.icon-home:before {
  content: "\e911"
}

.icon-logout2:before {
  content: "\e912"
}

.icon-payment:before {
  content: "\e913"
}

.icon-point2:before {
  content: "\e914"
}

.icon-shop-cart2:before {
  content: "\e915"
}

.icon-watch2:before {
  content: "\e916"
}

.icon-pen:before {
  content: "\e917"
}

.icon-point3:before {
  content: "\e918"
}

.icon-search:before {
  content: "\e919"
}

.icon-arrow-left:before {
  content: "\e91a"
}

.icon-arrow-right:before {
  content: "\e91b"
}

.icon-calendar:before {
  content: "\e91c"
}

.icon-check:before {
  content: "\e91d"
}

.icon-driver:before {
  content: "\e91e"
}

.icon-message:before {
  content: "\e91f"
}

.icon-card-payment:before {
  content: "\e920"
}

.icon-cash-payment:before {
  content: "\e921"
}

.icon-pos-payment:before {
  content: "\e922"
}

.icon-arrow-prev2:before {
  content: "\e923"
}

.icon-arrow-next2:before {
  content: "\e924"
}

.icon-happy-face:before {
  content: "\e925"
}

.icon-clock:before {
  content: "\e926"
}

.icon-cutlery:before {
  content: "\e927"
}

.icon-category:before {
  content: "\e928"
}

.icon-register-1:before {
  content: "\e929"
}

.icon-register-2:before {
  content: "\e92a"
}

.icon-register-3:before {
  content: "\e92b"
}

.icon-register-4:before {
  content: "\e92c"
}

.icon-register-5:before {
  content: "\e92d"
}

.icon-home-2:before {
  content: "\e92e"
}

.icon-map-point:before {
  content: "\e92f"
}

.icon-book:before {
  content: "\e930"
}

.icon-info:before {
  content: "\e931"
}

.icon-more:before {
  content: "\e932"
}

html {
  width: 100%;
  height: 100%
}

body {
  width: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #353f4e
}

.btn,
a {
  -webkit-transition: all .35s;
  transition: all .35s
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, .1)
}

hr.light {
  border-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif
}

p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px
}

ul {
  list-style-type: none;
  padding: 0
}

.btn,
a {
  -webkit-transition: all .35s;
  transition: all .35s
}

.base {
  color: #ff3c00
}

.btn-primary {
  height: 42px;
  background: #2ba143;
  font: 700 16px/28px Poppins, sans-serif;
  color: #fff;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
  min-width: 142px;
  padding: .375rem 1.75rem
}

.btn-primary i {
  margin-left: 5px
}

.btn-primary:hover {
  background: #fff;
  color: #000
}

.btn-primary:active,
.btn-primary:focus {
  background: #fff;
  color: #000
}

.my-orders .btn-cancelar {
  color: #fff !important
}

.btn-pink {
  height: 42px;
  background: #2ba143;
  font: 700 16px/28px Poppins, sans-serif;
  color: #fff;
  border-radius: 6px;
  padding: .375rem 1.85rem
}

.checkbox-terminoscondiciones {
  padding: 0 !important
}

.btn-pink:hover {
  background: #2ba143;
  color: #fff
}

.btn-outline {
  height: 42px;
  border: 2px solid #dbdce0;
  border-radius: 6px;
  font: 700 16px/26px Poppins, sans-serif;
  color: #000;
  padding: .375rem 1.75rem
}

.btn-outline:hover {
  border-color: #2ba143;
  background: #2ba143;
  color: #fff
}

.txt_efectivo_monto_pagar {
  display: none
}

.row-gutters8 {
  margin-right: -8px;
  margin-left: -8px
}

.row-gutters8>[class*=col-] {
  padding-right: 8px;
  padding-left: 8px
}

.row-gutters9 {
  margin-right: -9px;
  margin-left: -9px
}

.row-gutters9>[class*=col-] {
  padding-right: 9px;
  padding-left: 9px
}

.row-gutters13 {
  margin-right: -13px;
  margin-left: -13px
}

.row-gutters13>[class*=col-] {
  padding-right: 13px;
  padding-left: 13px
}

.row-gutters14 {
  margin-right: -14px;
  margin-left: -14px
}

.row-gutters14>[class*=col-] {
  padding-right: 14px;
  padding-left: 14px
}

.home-section {
  padding: 60px 0;
  position: relative
}

.home-section.bg-white {
  background: #fff !important
}

.home-section.featured-category {
  padding: 60px 0 34px
}

.home-section.featured-product {
  padding: 60px 0 0
}

.home-section.most-requested {
  padding-bottom: 0
}

.home-section .section-title {
  margin-bottom: 20px
}

.home-section .section-title h2 {
  font: 28px/33px akrobatblack, sans-serif;
  color: #000;
  position: relative
}

.home-section .section-title h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #dde1ec
}

.home-section .section-title h2 span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 20px
}

@media (min-width:576px) {
  .container {
    max-width: 100%
  }
}

@media (min-width:768px) {
  .container {
    max-width: 100%
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

@media (max-width:767px) {}

@media (max-width:500px) {
  body {
    padding-top: 0
  }

  .tienda-cont {
    margin-top: 10px !important;
    flex-wrap: wrap;
    gap: .5em;
    padding: .7em
  }

  .tienda-cont p {
    font-size: .6em
  }
}

.col-15,
.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xl-15 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

@media (min-width:540px) {
  .col-sm-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

@media (min-width:720px) {
  .col-md-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

@media (min-width:960px) {
  .col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

@media (min-width:1140px) {
  .col-xl-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .sliderpanel {
    margin-top: 80px
  }
}

#topbar {
  font-size: 14px;
  color: #fff !important;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #2ba143;
  padding: 0 !important;
  z-index: 1050;
  height: 85px;
}

#topbar.topbar-scrolled {
  top: -60px
}

#topbar .navbar-brand {
  padding-top: 0;
  margin-left: 1rem !important
}

#topbar .navbar-brand img {
  -webkit-transition: all .35s;
  transition: all .35s
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none
}

#topbar .contact-info li {
  display: inline-block;
  padding: 0;
  color: #161616
}

#topbar i {
  color: #161616
}

#topbar .contact-info li+li {
  margin-left: 18px
}

#topbar .contact-info a {
  color: #000;
  -webkit-transition: .3s;
  transition: .3s
}

#topbar .contact-info a:hover {
  color: #fff
}

#topbar .contact-info i {
  color: #f6b024;
  padding-right: 4px
}

#topbar .cta {
  background: 0 0
}

#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50px
}

#topbar .cta a:hover {
  background: #f1a40a
}

#topbar .logo {
  display: inline-block;
  padding: 0 .43em
}

#bar .owl-prev {
  position: relative;
  top: -55px;
  left: -55%;
  width: 50px;
  font-size: 1.8rem !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #010303;
  background: #fff !important
}

#bar .owl-next {
  position: relative;
  top: -55px;
  right: -55%;
  width: 50px;
  font-size: 1.8rem !important;
  padding: 0 !important;
  margin: 1px !important;
  color: #010303;
  background: #fff !important
}

section.category-content.promociones-content>div>owl-carousel-o>div>div.owl-nav.ng-star-inserted>div.owl-next {
  position: relative;
  top: -180px;
  right: -50%;
  width: 50px;
  font-size: 1.8rem !important;
  padding: 0 !important;
  margin: 1px !important;
  color: #010303;
  background: #fff !important
}

section.category-content.promociones-content>div>owl-carousel-o>div>div.owl-nav.ng-star-inserted>div.owl-prev {
  position: relative;
  top: -180px;
  left: -50%;
  width: 50px;
  font-size: 1.8rem !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #010303;
  background: #fff !important
}

#topbar .navbar-toggler {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  font-size: 12px;
  padding: 8px 10px;
  color: #fff;
  background: #fff;
  border: 0;
  border-radius: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%)
}

#topbar .navbar-toggler span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #d44e2f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

#topbar .navbar-toggler span::after,
#topbar .navbar-toggler span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  background-color: #d44e2f
}

#topbar .navbar-toggler span::after,
#topbar .navbar-toggler span::before {
  content: '';
  display: block;
  -webkit-transition: .2s;
  transition: .2s
}

#topbar .navbar-toggler span::before {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

#topbar .navbar-toggler span::after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

#topbar .navbar-toggler.open span {
  height: 0
}

#topbar .navbar-toggler.open span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#topbar .navbar-toggler.open span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.search-form,
.search-form-mobile {
  display: flex;
  column-gap: 1.5em
}

.search-form .input-group-append,
.search-form-mobile .input-group-append {
  background: #2ba143;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 13px 20px
}

.search-form .form-control,
.search-form-mobile .form-control {
  height: 40px;
  border-radius: 20px;
  font: 14px Poppins, sans-serif;
  color: #929eaf
}

#txt_search_product_mobile {
  border-color: #fff
}

.search-form .btn-search,
.search-form-mobile .btn-search {
  width: 36px;
  height: 36px;
  color: #fff;
  background: #2ba143;
  border: 0;
  border-radius: 100%;
  border-top-left-radius: 100% !important;
  border-bottom-left-radius: 100% !important;
  font-size: 16px;
  padding: 5px
}

.search-form-mobile {
  width: 100%;
  display: block;
  z-index: 999
}

.search_display_mobile {
  top: 70px;
  z-index: 999
}

.search-mobile {
  text-align: center;
  display: inline-block;
  display: none
}

.search-mobile .btn-open {
  padding: 0;
  margin-top: 2px;
  margin-left: 20px
}

.menu-mobile {
  display: inline-block
}

.menu-mobile .navbar-toggler-trigger {
  height: 30px;
  border-radius: 10px;
  padding: 6px 15px 6px 35px;
  line-height: 20px;
  font-size: 12px;
  margin-left: 4.5em;
  width: 0;
  color: transparent !important
}

.menu-mobile .navbar-toggler-trigger div::before {
  content: ''
}

.menu-mobile .navbar-toggler-trigger::before {
  content: none;
  display: none
}

.menu-mobile .navbar-toggler-trigger span {
  margin-left: 0;
  left: 10%
}

@media (min-width:768px) {
  .menu-mobile {
    display: none
  }

  .search-mobile {
    display: none
  }
}

.header-control-mobile>ul,
.header-control>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  margin-bottom: 0
}

.header-control-mobile>ul>li,
.header-control>ul>li {
  position: relative;
  vertical-align: top
}

.header-control-mobile>ul>li .user-acount,
.header-control>ul>li .user-acount {
  position: relative
}

.header-control-mobile>ul>li .user-acount .dropdown-toggle,
.header-control>ul>li .user-acount .dropdown-toggle {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 28px
}

.header-control-mobile>ul>li .user-acount .dropdown-toggle::after,
.header-control>ul>li .user-acount .dropdown-toggle::after {
  content: none
}

.header-control-mobile>ul>li .user-acount .dropdown-menu,
.header-control>ul>li .user-acount .dropdown-menu {
  top: 130% !important;
  left: inherit !important;
  right: 0;
  padding-top: 10px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  min-width: 180px;
  margin: 0;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.header-control-mobile>ul>li .user-acount .dropdown-menu::before,
.header-control>ul>li .user-acount .dropdown-menu::before {
  border-bottom: 12px solid rgba(0, 0, 0, .2);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: "";
  display: inline-block;
  right: 5%;
  position: absolute;
  top: -11px
}

.header-control-mobile>ul>li .user-acount .dropdown-menu::after,
.header-control>ul>li .user-acount .dropdown-menu::after {
  border-bottom: 11px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: "";
  display: inline-block;
  right: 5%;
  position: absolute;
  top: -10px
}

.header-control-mobile>ul>li .user-acount .dropdown-menu .dropdown-item-text,
.header-control>ul>li .user-acount .dropdown-menu .dropdown-item-text {
  font: 700 14px Poppins, sans-serif;
  color: #2ba143
}

.header-control-mobile>ul>li .user-acount .dropdown-menu .dropdown-item,
.header-control>ul>li .user-acount .dropdown-menu .dropdown-item {
  font: 14px/1.5 Poppins, sans-serif;
  color: #2ba143;
  margin-bottom: 5px
}

.header-control-mobile>ul>li .user-acount .dropdown-menu .dropdown-item i,
.header-control>ul>li .user-acount .dropdown-menu .dropdown-item i {
  font-size: 12px;
  width: 20px;
  display: inline-block
}

.header-control-mobile>ul>li .user-acount .dropdown-menu .dropdown-item i.icon-card,
.header-control>ul>li .user-acount .dropdown-menu .dropdown-item i.icon-card {
  font-size: 9px
}

.header-control-mobile>ul>li .user-acount .dropdown-menu .dropdown-item:hover,
.header-control>ul>li .user-acount .dropdown-menu .dropdown-item:hover {
  background: #2ba143;
  color: #fff;
}

.header-control-mobile>ul>li .user-acount.show .dropdown-toggle,
.header-control>ul>li .user-acount.show .dropdown-toggle {
  color: #000
}

.header-control-mobile>ul>li .header-shopcart .dropdown-toggle,
.header-control>ul>li .header-shopcart .dropdown-toggle {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  position: relative
}

.header-control-mobile>ul>li .header-shopcart .dropdown-toggle::after,
.header-control>ul>li .header-shopcart .dropdown-toggle::after {
  content: none
}

.header-control-mobile>ul>li .header-shopcart .dropdown-toggle .items-number,
.header-control>ul>li .header-shopcart .dropdown-toggle .items-number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  line-height: 20px;
  background: #2ba143;
  padding: 0 3px;
  font-size: 10px;
  color: #fff;
  border-radius: 12px;
  border: solid 2px #fff
}

.header-control-mobile>ul>li .header-shopcart .dropdown-menu,
.header-control>ul>li .header-shopcart .dropdown-menu {
  top: 130% !important;
  left: inherit !important;
  right: 0;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.header-control-mobile>ul>li .header-shopcart .dropdown-menu::before,
.header-control>ul>li .header-shopcart .dropdown-menu::before {
  border-bottom: 12px solid rgba(0, 0, 0, .2);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: "";
  display: inline-block;
  right: 5%;
  position: absolute;
  top: -11px
}

.header-control-mobile>ul>li .header-shopcart .dropdown-menu::after,
.header-control>ul>li .header-shopcart .dropdown-menu::after {
  border-bottom: 11px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: "";
  display: inline-block;
  right: 5%;
  position: absolute;
  top: -10px
}

.header-control .address,
.header-control-mobile .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12em
}

.header-control .address .icon,
.header-control-mobile .address .icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: -60px
}

.header-control ._search .icon,
.header-control-mobile ._search .icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 40px
}

.header-control .address p,
.header-control-mobile .address p {
  font: 11px Poppins, sans-serif;
  color: #2ba143;
  margin: 0
}

.header-control-mobile {
  background: #fff;
  border-radius: 10px;
  padding: 10px
}

.header-control-mobile ul {
  text-align: center
}

.header-control-mobile p {
  margin: 0
}

#mainNav {
  border-color: rgba(34, 34, 34, .05);
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: Gibson-SemiBold, sans-serif;
  font-weight: 200;
  padding: 0;
  top: 90px;
  background: #fff
}

#mainNav .container {
  display: inline-block
}

#mainNav .navbar-brand {
  color: #f0c52e;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 26px;
  padding: 0
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #fcbd20
}

#mainNav .navbar-brand img {
  display: block
}

#mainNav .navbar-nav>.nav-item>a {
  font: 700 12px/14px Poppins, sans-serif;
  color: #2ba143;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 40px;
  text-transform: uppercase
}

#mainNav .navbar-nav>.nav-item>a.active {
  color: #2ba143 !important;
  background-color: transparent
}

#mainNav .navbar-nav>.nav-item>a.active:hover {
  background-color: transparent
}

#mainNav .navbar-nav>.nav-item>a:focus {
  color: #fff
}

#mainNav .navbar-nav .dropdown-menu {
  border-radius: 0;
  background: #2ba143;
  width: 100%;
  margin: 0;
  min-width: 142px;
  border: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

#mainNav .navbar-nav .dropdown-menu .dropdown-item {
  font: 14px/1.3 Poppins, sans-serif;
  color: #fff;
  padding: 8px 1rem
}

#mainNav .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: #fff;
  color: #2ba143
}

#mainNav .navbar-nav .dropdown-menu .dropdown-item.active,
#mainNav .navbar-nav .dropdown-menu .dropdown-item:active {
  background: #fff;
  color: #2ba143
}

#mainNav .nav-pills .nav-link.active,
#mainNav .nav-pills .show>.nav-link {
  background: #2ba143;
  color: #fff;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

#mainNav .dropdown-toggle::after {
  font-family: market;
  content: "\e903";
  font-size: 6px;
  border: 0;
  margin-left: 5px;
  color: #2ba143
}

#mega-menu {
  width: 100%
}

.shopping-cartmini {
  width: 265px
}

.shopping-cartmini .shopping-carttotal {
  padding: 20px 12px
}

.shopping-cartmini .shopping-carttotal p {
  margin-bottom: 10px;
  font: 14px/1 Poppins, sans-serif
}

.shopping-cartmini .shopping-carttotal p span {
  float: right
}

.shopping-cartmini .shopping-carttotal p.bold {
  font-family: Poppins, sans-serif;
  font-weight: 700
}

.shopping-cartmini .shopping-carttotal .btn-pay {
  height: 30px;
  background: #2ba143;
  border-radius: 10px;
  font: 700 14px/1 Poppins, sans-serif;
  color: #fff
}

.shopping-cartmini .shopping-carttotal .btn-pay:hover {
  background: #034C8C;
  color: #ffffff
}

.shopping-cartmini .shopping-cartitems {
  text-align: left
}

.shopping-cartmini .shopping-cartitems li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #f2f2f2;
  padding: 12px
}

.shopping-cartmini .shopping-cartitems li .detail {
  padding-right: 10px
}

.shopping-cartmini .shopping-cartitems li .detail p {
  font: 14px/1 Poppins, sans-serif;
  color: #495263;
  margin-bottom: 10px
}

.shopping-cartmini .shopping-cartitems li .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.shopping-cartmini .shopping-cartitems li .actions .delete .btn-delete {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 100%;
  background: #f2f2f2;
  font-size: 10px;
  line-height: 18px;
  color: #495263;
  vertical-align: top;
  margin-left: 5px
}

.shopping-cartmini .shopping-cartitems li .actions .delete .btn-delete:hover {
  background: #ed251b;
  color: #fff
}

.shopping-cartmini .shopping-cartitems li .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.shopping-cartmini .shopping-cartitems li .cart-quantity .btn-quantity {
  width: 22px;
  height: 18px;
  border: 0;
  border-radius: 0;
  font-size: 10px;
  line-height: 18px;
  padding: 0;
  margin-right: 6px
}

.shopping-cartmini .shopping-cartitems li .cart-quantity .form-control {
  width: 22px;
  height: 18px;
  border: 0;
  border-radius: 0;
  font: 700 13px/18px Poppins, sans-serif;
  text-align: center;
  margin-right: 6px;
  padding: 0
}

.navbar_items .title_hover_nav {
  font-weight: 700
}

@media (min-width:992px) {
  #topbar.topbar-shrink {
    height: 74px;
    border-bottom: 1px solid #e6e6e6
  }

  #topbar.topbar-shrink .navbar-brand img {
    height: 60px
  }

  #mainNav {
    border-color: transparent
  }

  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: #2ba143
  }

  #mainNav .navbar-nav {
    width: 100%
  }

  #mainNav .navbar-nav>.nav-item {
    margin-right: 30px
  }

  #mainNav .navbar-nav>.nav-item>a {
    color: #2ba143;
    padding-right: 10px;
    padding-left: 10px
  }

  #mainNav .navbar-nav>.nav-item>a:focus {
    color: #fff;
    outline: 0
  }

  #mainNav .navbar-nav>.nav-item:last-child>a {
    padding-right: 0
  }

  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, .1);
    background-color: #fff;
    -webkit-box-shadow: 0 6px 10px -6px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 10px -6px rgba(0, 0, 0, .1);
    top: 74px
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #222
  }

  #mainNav.navbar-shrink .navbar-brand:focus,
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #000
  }

  #mainNav.navbar-shrink .navbar-nav>li>a {
    color: #2ba143
  }

  #mainNav.navbar-shrink .navbar-nav>li>a:focus {
    color: #fff
  }

  #mainNav.navbar-shrink .navbar-nav>li>a:hover {
    color: #2ba143
  }

  #mainNav.navbar-shrink .navbar-nav>li>a:focus {
    color: #fff
  }
}

@media (min-width:1200px) {
  #topbar .row>.col-lg-3 {
    -ms-flex: 0 0 17%;
    -webkit-box-flex: 0;
    flex: 0 0 17%;
    max-width: 17%
  }

  #topbar .row>.col-lg-5 {
    -ms-flex: 0 0 58%;
    -webkit-box-flex: 0;
    flex: 0 0 58%;
    max-width: 58%
  }

  #topbar .row>.col-lg-4 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
}

@media (min-width:767px) and (max-width:800px) {
  .user-acount.list_menu_nav.menu_nav_header {
    right: 60px
  }

  .header-control .address .icon,
  .header-control-mobile .address .icon {
    top: 0
  }
}

@media (max-width:767px) {

  .header-control .address .icon,
  .header-control-mobile .address .icon {
    position: absolute;
    top: 0;
    left: 0
  }

  #topbar .row {
    margin-right: 0;
    margin-left: 0
  }

  #topbar .row>[class*=col-] {
    padding-right: 0;
    padding-left: 0
  }

  .search-form,
  .search-form-mobile {
    display: none
  }

  .search-form-mobile {
    display: block
  }

  .header-control,
  .header-control-mobile {
    padding: 7px 0 0
  }

  .header-control .address,
  .header-control-mobile .address {
    width: 2.8em
  }

  .header-control ul li .user-acount .dropdown-menu,
  .header-control-mobile ul li .user-acount .dropdown-menu {
    top: 100% !important;
    -webkit-transform: translate3d(0, 13px, 0) !important;
    transform: translate3d(0, 13px, 0) !important
  }

  .header-control ul li .header-shopcart .dropdown-menu,
  .header-control-mobile ul li .header-shopcart .dropdown-menu {
    top: 100% !important;
    -webkit-transform: translate3d(0, 13px, 0) !important;
    transform: translate3d(0, 13px, 0) !important
  }

  #mainNav {
    padding: 0;
    top: 70px
  }

  #mainNav .navbar-brand {
    margin-left: 15px
  }

  #mainNav .navbar-brand img {
    width: 230px
  }

  #mainNav.navbar-shrink {
    background-color: #fff;
    padding: 0
  }

  #mainNav .navbar-collapse {
    min-height: 59px;
    background: #d44e2f;
    padding: 10px 15px 30px 15px
  }

  #mainNav .navbar-nav {
    margin-top: 10px
  }

  #mainNav .navbar-nav>.nav-item>a {
    color: #fff;
    padding: 15px
  }
}

.category-nav {
  position: fixed;
  z-index: 1000;
  top: 67px;
  left: 0;
  width: 100%;
  background-color: #fff
}

.category-nav_img {
  top: 130px
}

.category-nav.category-shrink {
  top: 74px
}

.category-nav .navbar-nav .nav-link {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #2a2d35;
  border-radius: 0
}

.category-nav .navbar-nav .nav-link::after {
  content: none
}

.category-nav .navbar-nav .nav-link i {
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.category-nav .navbar-nav .nav-link.active,
.category-nav .navbar-nav .show>.nav-link {
  color: #2ba143;
  background: 0 0
}

.category-nav .navbar-nav .dropdown-menu {
  border: 0
}

.category-nav .navbar-nav .dropdown-item {
  padding: .5rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #2a2d35
}

.category-nav .navbar-nav .dropdown-item:hover {
  color: #2ba143;
  background: 0 0
}

.btn:hover {
  color: #fff !important;
  text-decoration: none
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(184 16 155) !important
}

@media (min-width:768px) {
  .category-nav .navbar-wrapp {
    padding-left: 120px
  }

  .category-nav .navbar {
    padding: 0
  }

  .category-nav .navbar-nav {
    width: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px 0
  }

  .category-nav .navbar-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 250px;
    width: 1px;
    height: 100%;
    background: #e6e6e6
  }

  .category-nav .navbar-nav .nav-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static
  }

  .category-nav .navbar-nav .nav-link {
    width: 300px;
    position: relative
  }

  .category-nav .navbar-nav .nav-link:hover {
    color: #2ba143;
    background: 0 0
  }

  .category-nav .navbar-nav .dropdown-menu {
    top: 28px;
    left: 150px;
    position: absolute;
    width: calc(100% - 150px);
    margin: 0;
    padding: 0 0 0 20px
  }

  .category-nav .navbar-nav .dropdown-menu .col-group {
    float: left;
    width: 20%
  }
}

.navbar-toggler-trigger {
  display: inline-block;
  position: relative;
  padding: 0 5px 0 20px;
  font: 12px Poppins, sans-serif;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  font-weight: 700
}

.navbar_items,
.navbar_ofertas {
  font: 12px Poppins, sans-serif;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  color: #fff !important;
  column-gap: .5em;
  cursor: pointer;
  font-weight: 600
}

.title_hover_nav:hover,
.title_nav {
  color: #fff
}

._main_content_slide {
  margin-top: -1.65em
}

.header_main_css {
  margin-top: 2.8em
}

.navbar_items a:link,
a:active,
a:visited {
  text-decoration: none
}

.navbar-toggler-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #2ba143;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.menu_nav_header span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #2ba143;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.menu_nav_header span::after,
.menu_nav_header span::before,
.navbar-toggler-trigger span::after,
.navbar-toggler-trigger span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  width: 16px;
  height: 2px;
  background-color: #2ba143
}

.menu_nav_header span::after,
.menu_nav_header span::before,
.navbar-toggler-trigger span::after,
.navbar-toggler-trigger span::before {
  content: '';
  display: block;
  -webkit-transition: .2s;
  transition: .2s
}

.menu_nav_header span::before,
.navbar-toggler-trigger span::before {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.menu_nav_header span::after,
.navbar-toggler-trigger span::after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

.menu_nav_header:hover,
.navbar-toggler-trigger:hover {
  text-decoration: none;
  color: #2ba143
}

.menu_nav_header:hover span,
.navbar-toggler-trigger:hover span {
  background-color: #2ba143
}

.menu_nav_header:hover span:after,
.menu_nav_header:hover span:before,
.navbar-toggler-trigger:hover span:after,
.navbar-toggler-trigger:hover span:before {
  background-color: #2ba143
}

.menu,
.navbar-toggler-trigger.open {
  color: #2ba143
}

.menu_nav_header .open span,
.navbar-toggler-trigger.open span {
  height: 0
}

.menu_nav_header .open span:before,
.navbar-toggler-trigger.open span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #2ba143
}

.menu_nav_header .open span:after,
.navbar-toggler-trigger.open span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #2ba143
}

@media (max-width:767px) {
  .navbar-toggler-trigger {
    padding: 0;
    margin-top: 6px
  }

  .category-nav {
    top: 71px
  }

  .category-nav.navbar-shrink {
    top: 71px
  }

  .category-nav .navbar-nav .nav-link i {
    top: 14px;
    -webkit-transform: none;
    transform: none
  }
}

.banner-section {
  position: relative;
  padding: 0 !important
}

.home-carousel {
  position: relative
}

.home-carousel .container {
  position: static;
  height: 100%
}

.home-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0
}

.home-carousel .slide-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  top: 0;
  right: 0;
  z-index: 1
}

.home-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.home-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%
}

.home-carousel .content-box h1 {
  position: relative;
  display: block;
  opacity: 0;
  font: 50px/60px akrobatblack, sans-serif;
  color: #fff;
  margin-bottom: 4px;
  text-transform: uppercase;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease
}

.home-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.home-carousel .content-box p {
  position: relative;
  display: block;
  font: 700 35px Poppins, sans-serif;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease
}

.home-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s
}

.banner-section .home-carousel .content-box a.theme-btn {
  padding: 14px 47px
}

.home-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease
}

.home-carousel .content-box .btn-box .btn-comprar {
  width: 204px;
  height: 46px;
  background: #fff;
  font: 700 14px Poppins, sans-serif;
  color: #2ba143;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0
}

.home-carousel .content-box .btn-box .btn-comprar i {
  font-size: 14px;
  margin-left: 10px
}

.home-carousel .content-box .btn-box .btn-comprar:hover {
  background: #2ba143;
  color: #fff
}

.home-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.home-carousel .owl-nav {
  margin-top: 0
}

.home-carousel .owl-nav button.owl-next,
.home-carousel .owl-nav button.owl-prev {
  font-size: 20px;
  height: 50px;
  border-radius: 50%;
  left: 45px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  background: #2ba143;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  opacity: 0;
  visibility: hidden
}

.home-carousel .owl-nav button.owl-next:focus,
.home-carousel .owl-nav button.owl-prev:focus {
  outline: 0
}

.home-carousel:hover .owl-nav button.owl-next,
.home-carousel:hover .owl-nav button.owl-prev {
  opacity: 1;
  visibility: visible
}

.home-carousel:hover .owl-nav button.owl-prev {
  left: 15px
}

.home-carousel:hover .owl-nav button.owl-prev:hover {
  background: #fff
}

.home-carousel:hover .owl-nav button.owl-prev:hover i {
  color: #2ba143
}

.home-carousel:hover .owl-nav button.owl-next {
  right: 15px
}

.home-carousel:hover .owl-nav button.owl-next:hover {
  background: #fff
}

.home-carousel:hover .owl-nav button.owl-next:hover i {
  color: #2ba143
}

.home-carousel .owl-nav button.owl-next {
  left: auto;
  right: 45px
}

.home-carousel .owl-nav button i {
  color: #fff
}

.home-carousel .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: right;
  padding: 0 15px
}

.home-carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: 0 0;
  border: 1px solid #fff
}

.home-carousel .owl-dots .owl-dot:hover span {
  background: #fff
}

.home-carousel .owl-dots .owl-dot.active span {
  background: #fff
}

.home-carousel .owl-dots .owl-dot:focus {
  outline: 0
}

.header_superior {
  background: #fff
}

@media (max-width:768px) {
  .header_main_css {
    margin-top: 1.4em
  }

  .navbar-toggler-trigger {
    display: none
  }

  .list_menu_nav {
    display: block
  }

  .navbar_items {
    display: none
  }

  .home_slider_background {
    background-position: revert !important;
    height: 540px !important
  }

  section {
    padding-top: 10px !important
  }

  .container-page-footer-info {
    grid-template-columns: 1fr
  }

  .container-page-footer-info {
    text-align: center
  }

  .container-page-footer-info h6 {
    border-bottom: 1px solid #dedede;
    padding-bottom: 1em
  }

  .container-page-footer-info h6::after {
    content: "";
    position: absolute;
    right: 21px;
    top: 4px;
    width: 10px;
    background: url("../assets/img/icon_right.png") no-repeat;
    height: 10px;
    background-size: 100%;
    transform: rotate(360deg);
    transition: all .2s
  }

  h6.active_info:after {
    transform: rotate(90deg)
  }

  .container-page-footer-info .list {
    display: none
  }

  ._list_apps {
    display: grid !important;
    justify-content: center
  }

  .lits-apps-f {
    justify-content: center
  }

  .list-apps_pago {
    justify-content: center;
    gap: .5em
  }

  ._legales {
    max-width: 100% !important
  }

  ._footer-apps {
    margin-left: 0 !important;
    display: grid
  }

  .menu-mobile .navbar-toggler-trigger span,
  .menu_nav_header span {
    left: 29%
  }

  .menu-mobile .navbar-toggler-trigger {
    background: #fff;
    padding: 0;
    margin-left: 4em;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center
  }
}

@media (max-width:767px) {
  .home-carousel .content-box h1 {
    font-size: 28px;
    margin-bottom: 10px
  }

  .home-carousel .content-box p.discount {
    font-size: 20px
  }
}

.swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap
}

#carousel-home .carousel-indicators {
  width: 100%;
  max-width: 1170px;
  padding: 0 16px;
  margin: 0 auto;
  -ms-flex-pack: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 40px
}

#carousel-home .carousel-indicators li {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #fff;
  background: 0 0
}

#carousel-home .carousel-indicators li.active {
  width: 16px;
  height: 16px;
  background: #fff
}

.carousel-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  background: no-repeat center center scroll;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover
}

.carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3)
}

.slide-item {
  height: 400px;
  background: no-repeat center center scroll;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover
}

.masthead {
  position: relative;
  width: 100%;
  color: #fff;
  background-position: center;
  background-size: cover
}

.masthead .carousel-control-next,
.masthead .carousel-control-prev {
  font-size: 30px
}

.masthead .carousel-item {
  position: relative;
  height: 400px
}

.masthead .carousel-item .img-fluid {
  width: 100%
}

.masthead .carousel-item img {
  display: block;
  width: 100%
}

.masthead .carousel-caption {
  top: 50%;
  bottom: inherit;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  text-align: left;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 1140px;
  left: 0;
  right: 0;
  margin: 0 auto
}

.masthead .carousel-caption .caption {
  width: 100%;
  max-width: 500px
}

.masthead .carousel-caption h1 {
  font: 700 40px/48px Poppins, sans-serif;
  color: #fff;
  margin-bottom: 4px;
  text-transform: uppercase
}

.masthead .carousel-caption p.offer {
  font: 700 18px Poppins, sans-serif;
  color: #034C8C;
  margin-top: 4px;
  margin-bottom: 64px
}

.masthead .carousel-caption p.offer span {
  font-weight: 400;
  color: #fff
}

.masthead .carousel-caption p.flash {
  font-family: aileronblack, sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 37px
}

.masthead .carousel-caption p.flash span {
  font-size: 30px;
  color: #034C8C;
  margin-left: 10px
}

.masthead .carousel-caption p.discount {
  font: 700 35px Poppins, sans-serif;
  color: #fff
}

.masthead .carousel-caption .btn-comprar {
  width: 204px;
  height: 46px;
  background: #2ba143;
  font: 700 14px Poppins, sans-serif;
  color: #fff;
  border-radius: 15px
}

.masthead .carousel-caption .btn-comprar i {
  font-size: 14px;
  margin-left: 10px
}

.masthead .carousel-caption .btn-comprar:hover {
  background: #034C8C;
  color: #000
}

.home_slider_container {
  display: block;
  width: 100%;
  height: 410px;
  z-index: 10;
  position: relative
}

.home_slider_container .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%
}

.home_slider_container .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background: 0 0;
  margin: 5px 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)
}

.home_slider_container .owl-theme .owl-dots .owl-dot.active span {
  background: #fff
}

.home_slider,
.home_slider_item {
  width: 100%;
  height: 100%
}

.home_slider_item {
  position: relative
}

.home_slider_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .35)
}

.home_slider_background {
  width: 100%;
  height: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.home_slider_content {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11
}

.home_slider_content h1 {
  font-family: rf_rufobold, sans-serif;
  font-size: 55px;
  color: #fff
}

.home_slider_content p {
  font-family: rf_rufobold, sans-serif;
  font-size: 32px;
  color: #fff
}

.home_slider_content .btn-comprar {
  background: #fff;
  border: 2px solid #2ba143;
  font-family: rf_rufobold, sans-serif;
  font-size: 53px;
  text-transform: uppercase;
  color: #2ba143;
  line-height: 28px;
  font-family: phenomena;
  padding: .2em .8em .2em .8em;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0
}

.home_slider_content .btn-comprar i {
  font-size: 10px;
  margin-left: 10px
}

.home_slider_button {
  margin-top: 70px
}

.flipInX {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.home_slider_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  color: #fff
}

.home_slider_prev {
  left: 50px
}

.home_slider_next {
  right: 50px
}

.home_slider_prev:hover .nav_arrow,
.home_slider_prev:hover .nav_path {
  fill: url(#home_grad_prev)
}

.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path {
  fill: url(#home_grad_next)
}

.featured-home {
  background-color: #faf8f8;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover
}

section .section-heading {
  text-align: center;
  margin-bottom: 50px
}

section .section-heading h2 {
  font: 400 40px/48px Poppins, sans-serif;
  color: #253566
}

section .section-heading p {
  font: 400 15px/1 Poppins, sans-serif;
  color: #666
}

section.why-hire-us {
  background: #edf5fd
}

section.feature {
  background: #fff;
  padding-top: 54px
}

.feature-single .icon {
  width: 100px;
  height: 100px;
  line-height: 94px;
  border-radius: 100%;
  border: 3px solid #c1e2ff;
  background: #fff;
  color: #3f6ec0;
  font-size: 35px;
  display: inline-block;
  margin-bottom: 30px
}

.feature-single .caption {
  position: absolute
}

.feature-single .caption h4 {
  margin: 0;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(0, 20%);
  z-index: 1
}

.feature-single .btn_box_card {
  position: absolute;
  border-radius: 40%;
  top: 73%;
  left: 75%;
  transform: translate(0, -20%);
  z-index: 1;
  background: #fff
}

.feature-single .caption h4 a {
  width: 100%;
  padding: 8px 15px;
  font-family: phenomena;
  font-family: Poppins, sans-serif;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 37.3px
}

.feature-single p {
  font: 400 14px/1.5 Poppins, sans-serif;
  color: #777776
}

.feature-single.orange {
  background: #fde9b6;
  background: -webkit-gradient(linear, left top, right top, from(#fde9b6), to(#fad882));
  background: linear-gradient(90deg, #fde9b6 0, #fad882 100%)
}

.feature-single.orange .caption {
  background: #fad882
}

.feature-single.green {
  background: #94c75e
}

.feature-single.light-blue {
  background: #e4f8ff;
  background: -webkit-gradient(linear, left top, right top, from(#e4f8ff), to(#b4d8e6));
  background: linear-gradient(90deg, #e4f8ff 0, #b4d8e6 100%)
}

.feature-single.light-blue .caption {
  background: #b4d8e6
}

.feature-single.tomato {
  background: #f9edd7;
  background: -webkit-gradient(linear, left top, right top, from(#f9edd7), to(#f5cdc6));
  background: linear-gradient(90deg, #f9edd7 0, #f5cdc6 100%)
}

.feature-single.tomato .caption {
  background: #f5cdc6
}

.feature-single.white {
  background: #fff
}

.feature-single.white .caption h4 a {
  color: #d44e2f
}

.feature-single.white .image {
  text-align: right
}

.featured-product {
  padding-bottom: 0
}

.featured-product .feature-single {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  margin: 0
}

.featured-product .feature-single .caption {
  padding-left: 30px;
  background: 0 0
}

.featured-product .feature-single .caption p {
  font: 700 20px/24px Poppins, sans-serif;
  color: #000;
  margin-bottom: 0
}

.featured-product .feature-single .caption h3 {
  font: 700 28px/34px Poppins, sans-serif;
  color: #000;
  margin-bottom: 10px
}

.featured-product .feature-single .caption .btn {
  height: 42px;
  font: 700 16px/30px Poppins, sans-serif;
  color: #fff;
  border: 0;
  padding: .375rem 1.25rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0
}

.featured-product .feature-single .caption .btn:hover {
  color: #000
}

.featured {
  padding-top: 30px;
  padding-bottom: 25px
}

.promotion {
  background: #fff;
  padding-bottom: 0;
  padding-top: 50px
}

.promotion .section-title h2 {
  margin-bottom: 0
}

.home-products1 .nav-tabs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 90px;
  border: 0;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  background: #fff;
  position: relative;
  z-index: 1
}

.home-products1 .nav-tabs .nav-link {
  font: 400 14px Poppins, sans-serif;
  color: #353f4e;
  padding: .3rem 4px;
  background: #fff;
  border-radius: 10px
}

.home-products1 .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #2ba143
}

.home-products1 .nav-tabs .nav-link.active {
  color: #2ba143;
  border-color: transparent
}

.home-products1 .owl-carousel .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%
}

.home-products1 .owl-carousel .owl-nav {
  position: absolute;
  top: -48px;
  right: 20px
}

.home-products1 .owl-carousel .owl-nav .owl-next,
.home-products1 .owl-carousel .owl-nav .owl-prev {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all .5s;
  transition: all .5s
}

.home-products1 .owl-carousel .owl-nav .owl-next:hover,
.home-products1 .owl-carousel .owl-nav .owl-prev:hover {
  background: #2ba143;
  color: #fff
}

.home-products1 .owl-carousel .owl-nav .owl-next:focus,
.home-products1 .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0
}

.home-products1 .owl-carousel .owl-nav .owl-next {
  margin-left: 6px
}

.home-products1 .card-item {
  background: #fff;
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12)
}

.home-products1 .card-item .discount {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 18px;
  background: #2ba143;
  font: 700 14px/18px Poppins, sans-serif;
  color: #fff;
  padding: 0 5px 0 2px
}

.home-products1 .card-item .discount::before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  border-color: transparent #2ba143 transparent transparent
}

.home-products1 .card-item .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: #034C8C;
  border-radius: 100%;
  color: #2ba143;
  text-align: center;
  line-height: 36px;
  font-size: 16px
}

.home-products1 .card-item .card-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px
}

.home-products1 .card-item .card-image img {
  max-height: 202px;
  width: auto;
  margin: 0 auto;
  border-radius: 12px
}

.home-products1 .card-item .card-body {
  padding: 0 20px
}

.home-products1 .card-item .card-body .title {
  text-align: center;
  line-height: 16px
}

.home-products1 .card-item .card-body .title a {
  font: 400 14px/16px Poppins, sans-serif;
  color: #010303
}

.home-products1 .card-item .card-body .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 11px
}

.home-products1 .card-item .card-body .price p {
  margin: 0;
  font: 700 18px/20px Poppins, sans-serif;
  color: #ed251b
}

.home-products1 .card-item .card-body .old-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.home-products1 .card-item .card-body .old-price p {
  font: 400 12px/14px Poppins, sans-serif;
  color: #504f4f;
  text-decoration: line-through
}

.home-products1 .card-item .card-body .discount {
  position: relative;
  height: 18px;
  background: #2ba143;
  font: 700 14px/18px Poppins, sans-serif;
  color: #fff;
  padding: 0 5px 0 2px
}

.home-products1 .card-item .card-body .discount::before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  border-color: transparent #2ba143 transparent transparent
}

.home-products1 .card-item .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  border: 0;
  padding: 0 15px 20px
}

.home-products1 .card-item .card-footer .btn-buy {
  height: 30px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #2ba143;
  font: 700 14px/16px Poppins, sans-serif;
  padding: .3rem .75rem
}

.home-products1 .card-item .card-footer .btn-buy i {
  font-size: 12px;
  margin-left: 5px
}

.home-products1 .card-item .card-footer .btn-buy:hover {
  background: #2ba143;
  color: #fff;
  border-color: #2ba143
}

.home-products1 .card-item .card-footer .btn-heart {
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #c7c9cb;
  padding: 0;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.home-products1 .card-item .card-footer .btn-heart.active {
  color: #ed251b
}

.most-requested {
  background: #fff
}

.most-requested .section-title h2 {
  margin-bottom: 0
}

.home-products2 .nav-tabs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 90px;
  border: 0;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  background: #fff;
  position: relative;
  z-index: 1
}

.home-products2 .nav-tabs .nav-link {
  font: 400 14px Poppins, sans-serif;
  color: #353f4e;
  padding: .3rem 4px;
  background: #fff;
  border-radius: 10px
}

.home-products2 .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #2ba143
}

.home-products2 .nav-tabs .nav-link.active {
  color: #2ba143;
  border-color: transparent
}

.home-products2 .owl-carousel .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%
}

.home-products2 .owl-carousel .owl-nav {
  position: absolute;
  top: -48px;
  right: 20px
}

.home-products2 .owl-carousel .owl-nav .owl-next,
.home-products2 .owl-carousel .owl-nav .owl-prev {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all .5s;
  transition: all .5s
}

.home-products2 .owl-carousel .owl-nav .owl-next:hover,
.home-products2 .owl-carousel .owl-nav .owl-prev:hover {
  background: #2ba143;
  color: #fff
}

.home-products2 .owl-carousel .owl-nav .owl-next {
  margin-left: 6px
}

.home-products2 .card-item {
  background: #fff;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12)
}

.home-products2 .card-item .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: #034C8C;
  border-radius: 100%;
  color: #2ba143;
  text-align: center;
  line-height: 36px;
  font-size: 16px
}

.home-products2 .card-item .badge-info {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #2ba143;
  font: 700 12px/14px Poppins, sans-serif;
  color: #fff;
  padding: 2px 7px
}

.home-products2 .card-item .badge-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  border-color: transparent #2ba143 transparent transparent
}

.home-products2 .card-item .card-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px
}

.home-products2 .card-item .card-image img {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
  border-radius: 12px
}

.home-products2 .card-item .card-body {
  padding: 10px 24px 10px
}

.home-products2 .card-item .card-body .title {
  text-align: center;
  line-height: 14px
}

.home-products2 .card-item .card-body .title a {
  font: 400 14px/16px Poppins, sans-serif;
  color: #010303
}

.home-products2 .card-item .card-body .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px
}

.home-products2 .card-item .card-body .price p {
  margin: 0;
  font: 700 20px/24px Poppins, sans-serif;
  color: #ed251b
}

.home-products2 .card-item .card-body .price p span {
  font: 400 12px/14px Poppins, sans-serif;
  color: #a4a4a4;
  text-decoration: line-through
}

.home-products2 .card-item .card-body .old-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px
}

.home-products2 .card-item .card-body .old-price p {
  font: 400 12px/14px Poppins, sans-serif;
  color: #a4a4a4;
  text-decoration: line-through
}

.home-products2 .card-item .card-footer {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0;
  padding: 6px 26px 30px
}

.home-products2 .card-item .card-footer .btn {
  width: 112px;
  height: 30px;
  border: 2px solid #2ba143;
  border-radius: 10px;
  color: #2ba143;
  font: 700 14px/16px Poppins, sans-serif
}

.home-products2 .card-item .card-footer .rating-stars {
  text-align: center
}

.home-products2 .card-item .card-footer .rating-stars .fa-star {
  color: #a4a4a4;
  font-size: 16px
}

.home-products2 .card-item .card-footer .rating-stars .fa-star+.fa-star {
  margin-left: 10px
}

.home-products2 .card-item .card-footer .rating-stars .fa-star.fas {
  color: #034C8C
}

.other-products .card-item {
  position: relative;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: #faf8f8
}

.other-products .card-item.green {
  background: #caea8b;
  background: linear-gradient(49deg, #caea8b 0, #88be4c 100%)
}

.other-products .card-item.pink {
  background: #ffc3d2;
  background: linear-gradient(49deg, #ffc3d2 0, #e77c89 100%)
}

.other-products .card-item .caption {
  padding-left: 32px;
  max-width: 236px;
  position: relative;
  z-index: 5
}

.other-products .card-item .caption p {
  font: 400 20px/24px Poppins, sans-serif;
  color: #000;
  margin-top: 3px;
  margin-bottom: 6px
}

.other-products .card-item .caption h3 {
  font: 24px/28px akrobatblack, sans-serif;
  color: #000;
  margin-bottom: 15px
}

.other-products .card-item .caption .btn {
  height: 42px;
  font: 700 16px/30px Poppins, sans-serif;
  color: #fff;
  border: 0;
  padding: .375rem 1rem;
  background: #2ba143
}

.other-products .card-item .caption .btn i {
  margin-left: 10px
}

.other-products .card-item .caption .btn:hover {
  background: #2ba143;
  color: #fff
}

.other-products .card-item .image {
  position: absolute;
  top: 0;
  right: 0
}

.home-blog {
  padding-bottom: 45px
}

.home-blog .section-title h2 {
  margin-bottom: 50px
}

.home-blog .blog-post .image img {
  border-radius: 10px;
  width: 100%
}

.home-blog .blog-post .caption {
  padding: 27px 0 20px
}

.home-blog .blog-post .caption h4 {
  margin-bottom: 6px
}

.home-blog .blog-post .caption h4 a {
  font: 700 20px/24px Poppins, sans-serif;
  color: #495263
}

.home-blog .blog-post .caption p {
  font: 400 14px/22px Poppins, sans-serif;
  color: #495263
}

.home-blog .blog-post .caption p.post-date {
  color: #a4a4a4;
  margin-bottom: 10px
}

.home-blog .blog-post .caption .btn-link {
  font: 700 16px/19px Poppins, sans-serif;
  color: #2ba143;
  padding: 2px 0
}

.home-blog .blog-post .caption .btn-link i {
  margin-left: 10px;
  font-size: 14px
}

.featured-category {
  background: #f2f3f7
}

.featured-category .btn-category {
  padding: 0;
  width: 100%;
  margin-bottom: 4px
}

.featured-category .btn-category .image {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 25px;
  padding: 10px
}

.featured-category .btn-category .title {
  text-align: center;
  padding: 16px 0 10px
}

.featured-category .btn-category .title p {
  font: 400 20px Poppins, sans-serif;
  color: #495263;
  letter-spacing: .02em
}

.featured-category .btn-category.btn-lightgreen .image {
  background: #79e9a8
}

.featured-category .btn-category.btn-palegreen .image {
  background: #72dc79
}

.featured-category .btn-category.btn-royalblue .image {
  background: #71a4f1
}

.featured-category .btn-category.btn-violet .image {
  background: #eca6f8
}

.featured-category .btn-category.btn-lightblue .image {
  background: #b7f2ff
}

.featured-category .btn-category.btn-blue .image {
  background: #658cf1
}

.featured-category .btn-category.btn-turquoise .image {
  background: #92e6ff
}

.featured-category .btn-category.btn-yellow .image {
  background: #ffd040
}

.featured-category .btn-category.btn-green .image {
  background: #ccd93d
}

.featured-category .btn-category.btn-orange .image {
  background: #fcb460
}

.nav-tabs {
  border-bottom: 0 !important
}

@media (min-width:992px) {
  .home-products1 .nav-tabs .nav-link {
    padding: .3rem 18px
  }

  .home-products2 .nav-tabs .nav-link {
    padding: .3rem 18px
  }
}

@media (min-width:1200px) {
  .home-blog .row>.col-lg-5 {
    -ms-flex: 0 0 44.5%;
    -webkit-box-flex: 0;
    flex: 0 0 44.5%;
    max-width: 44.5%
  }

  .home-blog .row>.col-lg-7 {
    -ms-flex: 0 0 55.5%;
    -webkit-box-flex: 0;
    flex: 0 0 55.5%;
    max-width: 55.5%
  }
}

@media (min-width:1200px) {
  .masthead .carousel-caption {
    padding-left: 36px
  }

  .home-products1 .container {
    max-width: 1180px
  }

  .home-products1 .nav-tabs {
    margin-top: -52px
  }

  .home-products2 .container {
    max-width: 1180px
  }

  .home-products2 .nav-tabs {
    margin-top: -52px
  }
}

@media (max-width:767px) {

  .masthead .carousel-control-next,
  .masthead .carousel-control-prev {
    display: none
  }

  .masthead .carousel-indicators {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 10px
  }

  .masthead .carousel-caption {
    padding: 20px 15px
  }

  .masthead .carousel-caption h1 {
    font-size: 28px;
    margin-bottom: 10px
  }

  .masthead .carousel-caption p.discount {
    font-size: 20px
  }

  .masthead .carousel-caption p.offer {
    margin-bottom: 20px
  }

  .featured-product .feature-single .caption {
    padding: 20px 0 0 20px
  }

  .other-products .card-item {
    margin-bottom: 30px
  }

  .other-products .card-item .caption {
    padding: 20px 0 0 20px
  }

  .home-products1 .nav-tabs {
    padding-right: 50px
  }

  .home-products2 .nav-tabs {
    padding-right: 50px
  }
}

@media (max-width:480px) {
  .featured-category .btn-category .image {
    height: 140px
  }
}

footer {
  padding: 25px 0;
  color: #585858;
  background-color: #eeeeec
}

footer p.copy {
  font: 700 14px Poppins, sans-serif;
  color: #fff;
  margin-bottom: 10px
}

footer .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

footer .list-inline li {
  font: 14px Poppins, sans-serif;
  color: #fff
}

footer .list-info li {
  display: inline-block;
  font: 14px Poppins, sans-serif
}

footer .list-info li+li {
  margin-left: 20px
}

footer .list-info li .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #3b4048;
  margin-right: 5px;
  text-align: center;
  border-radius: 100%;
  font-size: 11px;
  line-height: 22px
}

footer .list-nav li {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #fff
}

footer .list-nav li+li {
  margin-left: 10px
}

footer .list-nav li a {
  font: 13px/17px Poppins, sans-serif;
  color: #fff
}

footer .list-nav li a:hover {
  color: #fff
}

footer .payment-cards {
  text-align: right
}

footer .payment-cards ul li {
  display: inline-block
}

footer .payment-cards ul li+li {
  margin-left: 6px
}

footer .social-buttons {
  text-align: right
}

footer .social-buttons ul {
  margin-bottom: 0
}

footer .social-buttons ul li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, .07);
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 100%
}

footer .social-buttons ul li a.active,
footer .social-buttons ul li a:active,
footer .social-buttons ul li a:focus,
footer .social-buttons ul li a:hover {
  text-decoration: none
}

footer .social-buttons ul li a:hover {
  background: #c82326
}

.footer-apps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.footer-apps ul li {
  font: 700 17px Poppins, sans-serif;
  color: #fff
}

.footer-apps ul li:first-child {
  text-align: right
}

.footer-apps ul li+li {
  margin-left: 18px
}

.footer-apps ul li .btn-app {
  width: 52px;
  height: 52px;
  background: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 50%
}

@media (min-width:768px) {
  footer .list-inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  footer .list-inline li+li {
    margin-left: 15px
  }
}

@media (max-width:767px) {
  footer p.copy {
    text-align: center
  }

  footer .payment-cards {
    text-align: center
  }

  footer .list-nav li+li {
    margin-left: 8px
  }

  .footer-apps ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

header.heading {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 79px 0
}

header.heading h1 {
  text-align: center;
  font: 40px/1 Poppins, sans-serif;
  color: #fff;
  margin: 0
}

section.content {
  padding: 24px 0 40px;
  min-height: 530px;
  background: #f9f7f8
}

section.content.catalog {
  background: #faf8f8
}

section.content.product {
  padding-top: 42px
}

section.content.categories,
section.content.rubros {
  padding-top: 0 !important
}

section.content.account {
  padding-top: 44px;
  padding-bottom: 80px
}

section.content.login {
  padding-top: 65px
}

section.content.register {
  padding-top: 0
}

section.content.contact {
  padding-top: 56px
}

section.content .page-title {
  padding: 30px 0 30px
}

section.content .page-title h1 {
  font: 700 22px/1 Poppins, sans-serif;
  color: #495263
}

.contacto-title {
  text-align: center
}

section.content .page-title h1 span {
  font-family: Poppins, sans-serif
}

.breadcrumb-wrapper {
  background: #faf8f8;
  padding: 8px 0
}

.breadcrumb-nav .breadcrumb {
  padding: 0;
  background: #faf8f8;
  margin: 0
}

.breadcrumb-nav .breadcrumb .breadcrumb-item {
  font: 12px/24px Poppins, sans-serif;
  color: #353f4e;
  position: relative
}

.breadcrumb-nav .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 30px
}

.breadcrumb-nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -3px;
  content: '';
  width: 5px;
  height: 5px;
  padding-right: 0;
  border-top: 1px solid #353f4e;
  border-left: 1px solid #353f4e;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.breadcrumb-nav .breadcrumb .breadcrumb-item img {
  margin-right: 10px;
  vertical-align: top
}

.breadcrumb-nav .breadcrumb .breadcrumb-item a {
  font: 12px/24px Poppins, sans-serif;
  color: #353f4e;
  display: inline-block
}

.arrow-left,
.arrow-right,
.long-arrow-left,
.long-arrow-right {
  width: 25px;
  height: 25px;
  border-top: 2px solid #000;
  border-left: 2px solid #000
}

.arrow-right,
.long-arrow-right {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.arrow-left,
.long-arrow-left {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.long-arrow-left::after,
.long-arrow-right::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #000;
  -webkit-transform: rotate(-45deg) translate(15px, 4px);
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0
}

.accordion .btn {
  width: 100%;
  cursor: pointer;
  position: relative;
  text-align: left;
  font: 700 16px/1 Poppins, sans-serif;
  color: #000;
  padding: 17px 36px 17px 10px;
  text-decoration: none
}

.accordion .btn .icon-pm {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 9px;
  height: 9px
}

.accordion .btn .icon-pm:before {
  background: #2ba143;
  content: '';
  height: 10px;
  width: 2px;
  position: absolute;
  left: 4px;
  top: 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  border-radius: 2px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.accordion .btn .icon-pm:after {
  background: #2ba143;
  content: '';
  height: 2px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  border-radius: 2px
}

.accordion .btn.collapsed .icon-pm:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.accordion .card {
  border: 0;
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 15px
}

.accordion .card .card-header {
  margin-bottom: 0;
  border: 0;
  background: 0 0;
  padding: 0
}

.accordion .card .card-body p {
  font: 14px/16px Poppins, sans-serif;
  color: #353f4e
}

.accordion .card .card-body ul {
  list-style-type: none;
  padding: 0
}

.accordion .card .card-body ul.decimal {
  list-style-type: decimal;
  padding-left: 20px
}

.accordion .card .card-body ul li {
  font: 14px/16px Poppins, sans-serif;
  color: #353f4e;
  margin-bottom: 15px
}

.modal {
  z-index: 1070
}

.modal-backdrop {
  z-index: 1060;
  background-color: #000;
  opacity: .85
}

.modal-backdrop.show {
  opacity: .85
}

.modal-dialog .modal-content {
  border: 0;
  border-radius: 15px
}

.modal-dialog .modal-header {
  background: #2ba143;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px
}

.modal-dialog .modal-header .modal-header-content {
  width: 100%;
  position: relative
}

.modal-dialog .modal-header .modal-header-content h5 {
  font: 600 21px/1 Poppins, sans-serif;
  margin: 0
}

.modal-dialog .modal-header .modal-header-content .close {
  position: absolute;
  top: -.3em;
  right: -20px;
  width: 36px;
  height: 36px;
  background: #2ba143;
  border-radius: 100%;
  padding: 0;
  font-size: 18px;
  margin: 0;
  color: #fff;
  opacity: 1 !important
}

.modal-dialog .modal-header .modal-header-content .back {
  position: absolute;
  top: 0;
  left: -20px;
  width: 36px;
  height: 36px;
  background: #2ba143;
  border: 0;
  border-radius: 100%;
  padding: 0;
  font-size: 18px;
  margin: 0;
  color: #fff
}

.modal-dialog .modal-body {
  padding: 10px 30px 40px
}

.modal-dialog .modal-body .form-control {
  height: 32px;
  border-color: #adb5c0;
  border-radius: 5px;
  font: 15px Poppins, sans-serif;
  color: #000
}

.modal-dialog .modal-body .checkbox label {
  font: 12px/26px Poppins, sans-serif;
  color: #353f4e
}

.modal-dialog .modal-body .checkbox label a {
  color: #353f4e;
  text-decoration: underline
}

.modal-dialog .modal-body .button {
  text-align: center
}

.modal-dialog .modal-body .btn-popup {
  width: 100%;
  max-width: 122px;
  height: 30px;
  font: 600 13px Poppins, sans-serif;
  background: #66bddd;
  color: #fff;
  border-radius: 5px;
  line-height: 18px
}

.modal-dialog .modal-body .btn-popup.btn-resend {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}

.modal-dialog .modal-body .btn-full {
  width: 100%;
  height: 30px;
  font: 600 13px Poppins, sans-serif;
  background: #2ba143;
  color: #fff;
  border-radius: 5px;
  line-height: 18px
}

.modal-dialog.modal-codigo .modal-body {
  text-align: center
}

.modal-dialog.modal-codigo .modal-body .code-info p.phone {
  font: 400 30px/1 Poppins, sans-serif;
  color: #000;
  margin-bottom: 30px
}

.modal-dialog.modal-codigo .modal-body .code-info p.message {
  font: 14px/1 Poppins, sans-serif;
  color: #010303;
  margin-bottom: 30px
}

.modal-dialog.modal-cellphonenumber .modal-header h5 {
  text-align: center
}

.modal-dialog.modal-stores .modal-header h5 {
  text-align: center
}

.modal-dialog.modal-stores .store-address {
  background: #fff;
  border: 1px solid #e1e0e1;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 30px
}

.modal-dialog.modal-stores .store-address p {
  margin: 0;
  font: 16px/1 Poppins, sans-serif;
  color: #353f4e
}

.modal-dialog.modal-stores .store-address p span {
  color: #f15a24
}

.modal-dialog.modal-stores .store-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px 15px;
  min-height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px
}

.modal-dialog.modal-stores .store-box .store-brand {
  min-height: 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.modal-dialog.modal-stores .store-box .store-caption {
  padding-top: 15px
}

.modal-dialog.modal-stores .store-box .store-caption p {
  margin-bottom: 10px;
  font: 700 17px/1 Poppins, sans-serif;
  color: #000
}

.modal-dialog.modal-stores .store-box .store-caption p.address {
  font-weight: 400;
  font-size: 13px;
  color: grey
}

.modal-dialog.modal-search-address .modal-header h5 {
  text-align: center
}

.carousel-stores .carousel-control-next,
.carousel-stores .carousel-control-prev {
  color: #000;
  font-size: 30px;
  width: 32px;
  margin-top: -26px
}

.carousel-stores .carousel-control-prev {
  left: -32px
}

.carousel-stores .carousel-control-next {
  right: -32px
}

.modal-cellphonenumber .login-form .form-group.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.modal-cellphonenumber .login-form .form-control {
  height: 50px;
  border-radius: 15px;
  border: 2px solid #e1e0e1;
  font: 16px Poppins, sans-serif;
  color: #171919
}

.modal-cellphonenumber .login-form .button {
  margin: 20px 0 30px
}

.modal-cellphonenumber .login-form .form-info {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  text-align: center
}

.modal-cellphonenumber .login-form .form-info p {
  margin-bottom: 20px;
  font: 14px Poppins, sans-serif;
  color: #010303
}

.modal-search-address .address-search-form {
  padding: 15px 0
}

.modal-search-address .address-search-form .form-control {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 0;
  background: #faf8f8;
  font: 16px Poppins, sans-serif;
  color: #000;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.modal-search-address .address-search-form .input-group {
  padding-right: 40px
}

.modal-search-address .address-search-form .input-group-append {
  position: absolute;
  top: 0;
  right: 0
}

.modal-search-address .address-search-form .btn-search {
  color: #2ba143;
  background: #faf8f8;
  border: 0;
  border-left: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 40px
}

.modal-search-address .reference-form {
  padding-top: 40px
}

.modal-search-address .reference-form .form-control {
  height: 46px;
  border-radius: 10px;
  font: 16px Poppins, sans-serif;
  color: #000;
  border: 0;
  background: #faf8f8
}

.modal-search-address .reference-form .btn {
  height: 40px;
  font: 700 14px Poppins, sans-serif
}

.modal-ingresa-codigo .code-form .form-group {
  text-align: center
}

.modal-ingresa-codigo .code-form .form-control {
  width: 50px;
  height: 60px;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  font: 36px Poppins, sans-serif;
  color: #000;
  border: 0;
  border-radius: 10px;
  background: #faf8f8
}

.modal-ingresa-codigo .code-form .button {
  padding-top: 20px
}

.modal-ingresa-codigo .code-message {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px
}

.modal-ingresa-codigo .code-message p {
  font: 13px Poppins, sans-serif;
  color: #010303
}

.modal-ingresa-codigo .code-message p.pink {
  color: #2ba143
}

.modal-ingresa-codigo .code-message .btn-link {
  display: inline-block;
  font: 13px Poppins, sans-serif;
  color: #2ba143;
  text-decoration: underline;
  margin-bottom: 20px
}

.modal-complementos .modal-header .modal-header-content h5 {
  max-width: 80%;
  margin: 0 auto
}

.modal-complementos .modal-body h6 {
  font: 700 16px/1 Poppins, sans-serif;
  color: #000
}

.modal-complementos .modal-body p {
  font: 15px/1 Poppins, sans-serif;
  color: #949494;
  font-style: italic
}

.modal-complementos .modal-body p.orange {
  color: #ff7400
}

.modal-complementos .modal-body .store h6 {
  font: 700 22px Poppins, sans-serif;
  color: #000;
  margin-bottom: 15px
}

.modal-complementos .modal-body .radio label {
  font: 16px/20px Poppins, sans-serif;
  color: #000;
  margin-bottom: 12px
}

.modal-complementos .modal-body .radio label span {
  color: #2ba143
}

.modal-complementos .modal-body .button .btn {
  font: 700 14px Poppins, sans-serif;
  height: 40px;
  width: 142px
}

.modal-complementos .modal-body .button .btn i {
  margin-left: 10px
}

.modal-complementos .form-group {
  margin-bottom: 0
}

.modal-complementos .form-item {
  background: #f5f5f5;
  border-radius: 25px;
  padding: 20px;
  margin-bottom: 20px
}

.btn-send {
  height: 42px;
  background: #1bd741;
  font: 700 14px/1 Poppins, sans-serif !important;
  color: #fff !important;
  border-radius: 5px;
  padding-top: .85em;
  margin-right: 1em
}

.btn-send i {
  margin-right: 6px
}

.modal-login .modal-body,
.modal-login-celular .modal-body,
.modal-login-codigo .modal-body {
  padding: 0
}

.modal-login .modal-body .close,
.modal-login-celular .modal-body .close,
.modal-login-codigo .modal-body .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  background: #f2f2f2;
  border-radius: 100%
}

.modal-addcart .modal-header {
  position: relative
}

.modal-addcart .modal-header .close {
  margin: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  padding: 0;
  line-height: 38px;
  color: #fff;
  opacity: 1
}

.modal-location .modal-body {
  padding: 42px 32px 32px 32px
}

.modal-location .modal-body .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  background: #f2f2f2;
  border-radius: 100%
}

.modal-location .modal-body h3 {
  font: 28px/1 aileronbold, sans-serif;
  color: #353f4e;
  margin-bottom: 20px;
  text-align: center
}

.modal-location .modal-body p {
  font: 14px/1 Poppins, sans-serif;
  color: #353f4e;
  margin-bottom: 20px
}

.location-form .form-group {
  margin-bottom: 25px
}

.location-form label {
  font: 12px aileronbold, sans-serif;
  color: #495263
}

.location-form .form-control {
  font: 14px Poppins, sans-serif;
  color: #353f4e
}

.location-form .locations-map {
  margin-bottom: 25px
}

.location-form .button {
  padding-bottom: 20px
}

.location-form .button .btn-continue {
  width: 124px;
  height: 38px;
  background: #ed251b;
  font: 16px aileronbold, sans-serif;
  color: #fff;
  border-radius: 10px
}

.location-form .button .btn-continue:hover {
  background: #d44e2f
}

.modal-login-celular .modal-body {
  padding: 30px 96px
}

.modal-register .modal-body {
  padding: 10px 42px 40px
}

.modal-register .modal-body .form-group {
  margin-bottom: 24px
}

.modal-register .modal-body .form-control {
  height: 46px;
  border-radius: 10px;
  border: 0;
  background: #faf8f8
}

.modal-register .modal-body .checkbox label {
  padding-left: 34px;
  font: 14px/24px Poppins, sans-serif;
  color: #353f4e
}

.modal-register .modal-body .checkbox label::before {
  margin-left: 0
}

.modal-register .modal-body .checkbox label::after {
  margin-left: -2px
}

.modal-register .modal-body .button .btn {
  width: 142px
}

@media (min-width:576px) {

  .modal-login,
  .modal-login-codigo {
    max-width: 885px
  }

  .modal-location {
    max-width: 885px
  }

  .modal-login-celular {
    max-width: 542px
  }

  .modal-dialog .modal-header {
    padding: 10px;
    background: #2ba143;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
  }

  .modal-content {
    border-radius: 10px
  }

  .modal-register {
    max-width: 600px
  }

  .modal-register .modal-header {
    padding: 10px 30px
  }

  .modal-codigo,
  .modal-ingresa-codigo {
    max-width: 600px
  }

  .modal-codigo .modal-header h5,
  .modal-ingresa-codigo .modal-header h5 {
    text-align: center
  }

  .modal-codigo .modal-body,
  .modal-ingresa-codigo .modal-body {
    padding: 0 50px 50px
  }

  .modal-stores {
    max-width: 920px
  }

  .modal-stores .modal-body {
    padding: 0 50px 50px
  }

  .modal-cellphonenumber {
    max-width: 600px
  }

  .modal-cellphonenumber .modal-body {
    padding: 20px 50px 50px
  }

  .modal-search-address {
    max-width: 920px
  }

  .modal-search-address .modal-body {
    padding: 0 50px 50px
  }

  .modal-complementos {
    max-width: 648px
  }
}

@media (max-width:767px) {
  .modal-dialog .modal-header .modal-header-content .close {
    top: -10px;
    right: -10px
  }

  .modal-dialog .modal-header .modal-header-content .back {
    top: -10px;
    left: -10px
  }

  .modal-dialog .modal-body {
    padding: 20px 15px 30px
  }
}

.title-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.title-order h2 {
  font: 700 28px/32px akrobatblack, sans-serif;
  color: #000;
  margin: 0
}

.products-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.products-order .result-location {
  margin: 0
}

.products-order .result-location li {
  display: inline-block;
  font: 13px Poppins, sans-serif;
  color: #000
}

.products-order .result-location li:first-child {
  font: 700 13px Poppins, sans-serif
}

.products-order .nice-select {
  width: 148px;
  height: 32px;
  border-radius: 16px;
  background: #fff;
  border: 0;
  font: 14px/32px Poppins, sans-serif;
  color: #495263
}

.products-order .nice-select::after {
  right: 18px;
  width: 7px;
  height: 7px
}

.products-order .nice-select .current {
  color: #000
}

.products-order .nice-select .option {
  text-align: center;
  color: #000
}

.products-area {
  padding-top: 27px
}

.product-item {
  background: #fff;
  border-radius: 15px;
  position: relative;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.product-item .discount {
  position: absolute;
  top: 18px;
  right: 16px;
  height: 18px;
  background: #2ba143;
  font: 700 14px/18px Poppins, sans-serif;
  color: #fff;
  padding: 0 5px 0 2px
}

.product-item .discount::before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  border-color: transparent #2ba143 transparent transparent
}

.product-item .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: #034C8C;
  border-radius: 100%;
  color: #2ba143;
  text-align: center;
  line-height: 36px;
  font-size: 16px
}

.product-item .card-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 8px 8px 4px;
  height: 262px;
  text-align: center
}

.product-item .card-image img {
  max-height: 218px;
  border-radius: 12px
}

.product-item .card-body {
  padding: 0 20px 28px
}

.product-item .card-body .title {
  text-align: center;
  line-height: 18px
}

.product-item .card-body .title a {
  font: 15px/1 Poppins, sans-serif;
  color: #010303
}

.product-item .card-body .price-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 11px
}

.product-item .card-body .price-button p {
  margin: 0;
  font: 700 18px/20px Poppins, sans-serif;
  color: #2ba143
}

.product-item .card-body .price-button p.old-price {
  font: 12px/14px Poppins, sans-serif;
  color: #a4a4a4;
  text-decoration: line-through
}

.product-item .card-body .price-button .button .btn {
  width: 112px;
  height: 32px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #2ba143;
  font: 700 14px/16px Poppins, sans-serif
}

.product-item .card-body .price-button .button .btn:hover {
  background: #2ba143;
  border-color: #2ba143;
  color: #fff
}

.product-item .card-body .price-button .button .btn i {
  margin-left: 8px
}

.product-item .card-body .price {
  text-align: center
}

.product-item .card-body .price p {
  margin: 0;
  font: 700 20px/24px Poppins, sans-serif;
  color: #ed251b
}

.product-item .card-body .price p.old-price {
  font: 12px/14px Poppins, sans-serif;
  color: #a4a4a4;
  text-decoration: line-through
}

.product-item .card-footer {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  border: 0;
  padding-top: 33px;
  padding-bottom: 34px
}

.product-item .card-footer .btn {
  width: 112px;
  height: 30px;
  border: 2px solid #2ba143;
  border-radius: 10px;
  color: #2ba143;
  font: 700 14px/14px Poppins, sans-serif
}

.product-item .card-footer .btn:hover {
  background: #2ba143;
  color: #fff
}

.product-card {
  background: #fff;
  border-radius: 15px;
  position: relative;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.product-card .discount {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 18px;
  background: #2ba143;
  font: 700 14px/18px Poppins, sans-serif;
  color: #fff;
  padding: 0 5px 0 2px
}

.product-card .discount::before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  border-color: transparent #2ba143 transparent transparent
}

.product-card .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: #034C8C;
  border-radius: 100%;
  color: #2ba143;
  text-align: center;
  line-height: 36px;
  font-size: 16px
}

.product-card .card-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 16px 16px 4px;
  height: 242px
}

.product-card .card-image img {
  max-height: 218px;
  border-radius: 10px
}

.product-card .card-body {
  padding: 0 20px 24px
}

.product-card .card-body .title {
  text-align: center;
  line-height: 18px
}

.product-card .card-body .title a {
  font: 15px/1 Poppins, sans-serif;
  color: #495263
}

.product-card .card-body .price-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 11px
}

.product-card .card-body .price-button p {
  margin: 0;
  font: 700 18px/20px Poppins, sans-serif;
  color: #ed251b
}

.product-card .card-body .price-button p.old-price {
  font: 12px/14px Poppins, sans-serif;
  color: #a4a4a4;
  text-decoration: line-through
}

.product-card .card-body .price-button .button .btn {
  width: 112px;
  height: 32px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 10px;
  color: #2ba143;
  font: 700 14px/16px Poppins, sans-serif
}

.product-card .card-body .price-button .button .btn:hover {
  background: #2ba143;
  border-color: #2ba143;
  color: #fff
}

.product-card .card-body .price-button .button .btn i {
  margin-left: 8px
}

.product-card .card-body .price {
  text-align: center
}

.product-card .card-body .price p {
  margin: 0;
  font: 700 18px/20px Poppins, sans-serif;
  color: #ed251b
}

.product-card .card-body .price p.old-price {
  font: 12px/14px Poppins, sans-serif;
  color: #a4a4a4;
  text-decoration: line-through
}

.product-card .card-body .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product-card .card-body .quantity .btn-quantity {
  width: 33px;
  height: 32px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font-size: 10px;
  line-height: 30px;
  padding: 0;
  color: #000
}

.product-card .card-body .quantity .form-control {
  width: 42px;
  height: 32px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font: 700 16px Poppins, sans-serif;
  text-align: center;
  padding: 0;
  color: #000
}

.pagination-nav {
  margin-top: 30px
}

.pagination-nav .pagination .page-item {
  font: 15px/1 Poppins, sans-serif;
  line-height: 36px
}

.pagination-nav .pagination .page-item+.page-item {
  margin-left: 15px
}

.pagination-nav .pagination .page-item .page-link {
  border-radius: 100%;
  padding: 5px;
  width: 36px;
  height: 36px;
  font: 15px/1 Poppins, sans-serif;
  line-height: 26px;
  color: #000;
  text-align: center;
  background: #fff;
  border-color: #e6e6e6
}

.pagination-nav .pagination .page-item .page-link:hover {
  background: #2ba143;
  color: #fff;
  border-color: #2ba143
}

.pagination-nav .pagination .page-item.active .page-link {
  background: #2ba143;
  color: #fff;
  border-color: #2ba143
}

.filter-box {
  width: 100%;
  max-width: 192px;
  background: #fff;
  padding: 15px 14px;
  border-radius: 10px;
  margin-bottom: 15px
}

.filter-box h3 {
  font: 700 18px/1 Poppins, sans-serif;
  color: #000
}

.filter-box h3.red {
  color: #2ba143;
  font-size: 14px
}

.filter-box .navbar-nav .nav-link {
  display: block;
  font: 700 14px/1 Poppins, sans-serif;
  color: #495263;
  position: relative;
  border-top: 1px solid #fff
}

.filter-box .navbar-nav .nav-link i {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all .35s;
  transition: all .35s
}

.filter-box .navbar-nav .nav-link.collapsed i {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0)
}

.filter-box .navbar-nav .collapse-item {
  display: block;
  font: 14px Poppins, sans-serif;
  color: #495263
}

.filter-box .navbar-nav .collapse-item+.collapse-item {
  margin-top: 10px
}

.filter-box .collapse-inner {
  padding: 6px 0 10px
}

.filter-box .collapse-inner.wpadding {
  padding-left: 16px
}

.filter-box .form-control {
  height: 28px;
  border: 0;
  background: #f2f3f7
}

.filter-box label {
  width: 100%;
  text-align: center
}

.filter-box .button {
  padding-top: 10px
}

.filter-box .button .btn-filter {
  width: 68px;
  height: 28px;
  background: #2ba143;
  font: 700 12px/1 Poppins, sans-serif;
  color: #fff;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0
}

.filter-box .button .btn-filter:hover {
  background: #fff;
  color: #2ba143
}

.product-wrapper {
  background: #fff;
  padding: 32px;
  border-radius: 15px
}

.product-image {
  text-align: center
}

.product-image img {
  border-radius: 12px
}

.owl-thumbs {
  text-align: center
}

.owl-thumbs .owl-thumb-item {
  height: 6em;
  width: 6em;
  max-width: 130px;
  background: 0 0;
  border: 3px solid #fff;
  overflow: hidden;
  margin-top: 1em;
  border-radius: .5em
}

.owl-thumbs .owl-thumb-item img {
  max-width: 100%;
  height: auto
}

.owl-thumbs .owl-thumb-item+.owl-thumb-item {
  margin-left: 20px
}

.product-details .code {
  font: 400 15px/1 Poppins, sans-serif;
  color: #666;
  margin-bottom: 9px;
  margin-top: 2px
}

.product-details h2 {
  color: #000;
  line-height: 1em;
  font-size: 22px
}

.product-details .brand {
  font: 400 13px/1 Poppins, sans-serif;
  color: #929eaf
}

.product-details .rating-stars {
  margin-bottom: 30px
}

.product-details .rating-stars .fa-star {
  color: #a4a4a4;
  font-size: 16px
}

.product-details .rating-stars .fa-star+.fa-star {
  margin-left: 15px
}

.product-details .rating-stars .fa-star.fas {
  color: #ff8f00
}

.product-details .price p {
  font: 700 24.66px Poppins, sans-serif;
  color: #2ba143;
  display: inline-block;
  margin-bottom: 0
}

.product-details .price p.old-price {
  font: 900 16px Poppins, sans-serif;
  color: grey;
  text-decoration: line-through
}

.product-details .price p+p {
  margin-left: 5px
}

.product-details .button {
  padding: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product-details hr {
  max-width: 100%
}

.product-details .button .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product-details .button .cart-quantity .btn-quantity {
  width: 33px;
  height: 32px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font-size: 10px;
  line-height: 30px;
  padding: 0;
  margin-right: 6px
}

.product-details .button .cart-quantity .form-control {
  width: 42px;
  height: 32px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font: 700 13px Poppins, sans-serif;
  text-align: center;
  margin-right: 6px;
  padding: 0
}

.product-details .btn-agregar {
  height: 42px;
  background: #fff;
  font: 700 14px/1 Poppins, sans-serif;
  color: #fff;
  border-radius: 5px;
  padding-left: 2em;
  padding-right: 2em
}

.product-details .btn-agregar i {
  margin-left: 6px
}

.product-details .btn-agregar:hover {
  background: #2ba143;
  color: #fff
}

.product-details .description h4 {
  font: 700 14px/1 Poppins, sans-serif;
  color: #495263;
  margin-bottom: 20px
}

.product-details .description h4 span {
  color: #2ba143
}

.product-details .description p {
  font: 400 14px/20px Poppins, sans-serif;
  color: #000
}

.product-details .product-data .navbar-nav.accordion .nav-link {
  background: #e9e9f7;
  border-radius: 10px;
  height: 32px;
  padding: 0 18px;
  font: 700 14px/32px Poppins, sans-serif;
  color: #495263;
  position: relative
}

.product-details .product-data .navbar-nav.accordion .nav-link i {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all .35s;
  transition: all .35s
}

.product-details .product-data .navbar-nav.accordion .nav-link.collapsed i {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0)
}

.product-details .product-data .navbar-nav.accordion .collapse-inner {
  padding: 15px 15px 0
}

.product-details .returns-exchanges {
  padding-top: 20px
}

.product-details .returns-exchanges .btn-link {
  font: 400 13px Poppins, sans-serif;
  color: #606060;
  padding: 6px 0;
  text-decoration: underline
}

.product-custom h2 {
  font: 400 35px/50px Poppins, sans-serif;
  color: #000;
  margin-bottom: 20px
}

.product-custom .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px
}

.product-custom .block p {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  color: #000
}

.product-custom .block p.base {
  color: #2ba143;
  margin-left: 15px
}

.product-custom .block .btn-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2)
}

.product-custom .block .btn-favorite:hover {
  color: #2ba143
}

.product-custom .description p {
  font: 400 15px Poppins, sans-serif;
  color: #010303
}

.product-custom .quantity-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px
}

.product-custom .quantity-price .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product-custom .quantity-price .cart-quantity .btn-quantity {
  width: 33px;
  height: 32px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font-size: 10px;
  line-height: 30px;
  padding: 0;
  margin-right: 6px
}

.product-custom .quantity-price .cart-quantity .form-control {
  width: 42px;
  height: 32px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font: 700 13px Poppins, sans-serif;
  text-align: center;
  margin-right: 6px;
  padding: 0
}

.product-custom .quantity-price p {
  font: 700 26px/1 Poppins, sans-serif;
  color: #2ba143;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px
}

.product-custom .custom-block {
  padding-top: 20px;
  border-top: 2px solid #e4e2e2
}

.product-custom .custom-block h3 {
  font: 700 18px Poppins, sans-serif;
  color: #000;
  margin-bottom: 0
}

.product-custom .custom-block p {
  font: 400 12px Poppins, sans-serif;
  color: grey
}

.product-custom .buttons {
  padding-top: 20px;
  border-top: 2px solid #e4e2e2
}

.product-custom .buttons .btn+.btn {
  margin-left: 15px
}

.product-custom .buttons .btn-outline i {
  margin-left: 10px
}

.product-custom .buttons .btn-order {
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 20px
}

.product-custom .buttons .btn-order:hover {
  background: #2ba143;
  color: #fff
}

.products-interest {
  padding-top: 20px
}

.products-interest .title {
  padding: 12px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.products-interest .title h3 {
  font: 700 28px/1 Poppins, sans-serif;
  color: #000;
  margin-bottom: 18px
}

.products-interest .products-interest-wrapp {
  padding: 30px 28px
}

.products-interest .product-item .card-image {
  height: auto
}

.products-interest .product-item .card-body .title a {
  font-size: 13px
}

.modal-addcart .modal-title {
  font: 700 25px Poppins, sans-serif;
  color: #fff
}

.modal-addcart .modal-title .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #3bb54a;
  border-radius: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  vertical-align: top;
  margin-right: 6px
}

@media (min-width:576px) {
  .modal-addcart {
    min-width: 600px
  }
}

.product-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 3px solid #f2f2f2;
  padding-top: 30px
}

.product-modal .prod-image img {
  max-width: 95px
}

.product-modal .prod-info {
  padding: 0 15px
}

.product-modal .prod-info h5 {
  font: 700 16px Poppins, sans-serif;
  color: #495263
}

.product-modal .prod-info p {
  font: 400 14px/1.4 Poppins, sans-serif;
  color: #495263
}

.product-modal .prod-quantity .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product-modal .prod-quantity .cart-quantity .btn-quantity {
  width: 33px;
  height: 32px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font-size: 10px;
  line-height: 30px;
  padding: 0;
  margin-right: 6px
}

.product-modal .prod-quantity .cart-quantity .form-control {
  width: 42px;
  height: 32px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font: 700 13px Poppins, sans-serif;
  text-align: center;
  margin-right: 6px;
  padding: 0
}

.product-modal .prod-quantity .button {
  padding-top: 18px
}

.product-modal .prod-quantity .button .btn-view {
  height: 32px;
  background: #ea0000;
  font: 700 13px/20px Poppins, sans-serif;
  color: #fff;
  border-radius: 10px
}

.form-control:focus{
  border-color: #3da247 !important;
  box-shadow: 0 0 0 0.2rem rgb(61 162 71 / 25%) !important;
}

.product-modal .prod-quantity .button .btn-view:hover {
  background: #034C8C;
  color: #000
}

@media (max-width:501px) {
  .product-wrapper {
    padding: 15px;
    margin-top: 10px
  }
}

@media (max-width:767px) {
  .filter-box {
    max-width: 100%
  }

  .product-wrapper {
    padding: 15px
  }

  .owl-thumbs .owl-thumb-item {
    height: 108px;
    max-width: 98px
  }

  .owl-thumbs .owl-thumb-item+.owl-thumb-item {
    margin-left: 10px
  }

  .product-details {
    padding-top: 30px
  }

  .product-details .btn-agregar {
    width: 100%
  }

  .pagination-nav .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.category-bar {
  background: #faf8f8;
  padding: 19px 0 0
}

.category-bar .carousel-wrapp {
  padding-right: 110px;
  position: relative
}

.category-bar .carousel-wrapp .btn-more {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  text-decoration: none
}

.category-bar .carousel-wrapp .btn-more .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  background: #2ba143;
  color: #fff;
  border-radius: 100%;
  margin-bottom: 12px;
  font-size: 28px;
  -webkit-transition: all .35s;
  transition: all .35s
}

.category-bar .carousel-wrapp .btn-more p {
  color: #000;
  -webkit-transition: all .35s;
  transition: all .35s
}

.category-bar .carousel-wrapp .btn-more:hover .icon {
  background: #fff;
  color: #2ba143
}

.category-bar .carousel-wrapp .btn-more:hover p {
  color: #2ba143
}

.category-bar .carousel-wrapp .btn-more.focus,
.category-bar .carousel-wrapp .btn-more:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.category-list {
  margin-bottom: 0;
  margin-left: -16px;
  margin-right: -16px;
  text-align: center
}

.category-list li {
  display: inline-block;
  margin: 0 16px
}

.category-list li a {
  text-align: center;
  text-decoration: none
}

.category-list li a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  background: #fff;
  color: #c7c9cb;
  border-radius: 100%;
  margin-bottom: 12px;
  font-size: 38px;
  -webkit-transition: all .35s;
  transition: all .35s
}

.category-list li a p {
  color: #000;
  -webkit-transition: all .35s;
  transition: all .35s
}

.category-list li a:hover .icon {
  color: #2ba143
}

.category-list li a:hover p {
  color: #2ba143
}

.carousel-category .btn-category {
  text-align: center;
  text-decoration: none
}

.carousel-category .btn-category .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  background: #2ba143;
  color: #666;
  border-radius: 100%;
  margin-bottom: 12px;
  font-size: 38px;
  -webkit-transition: all .35s;
  transition: all .35s
}

.carousel-category .btn-category p {
  color: #000;
  -webkit-transition: all .35s;
  transition: all .35s;
  margin-bottom: 14px
}

.carousel-category .btn-category:hover .icon {
  background: #2ba143;
  color: #fff
}

.carousel-category .btn-category:hover p {
  color: #2ba143
}

.carousel-category .btn-category.focus,
.carousel-category .btn-category:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.product-gallery__featured .owl-item img {
  object-fit: fill !important;
  height: 425.0977px
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-radius: 100%
}

.carousel-category .owl-item img {
  width: auto
}

.category-content {
  padding: 47px 0 20px
}

.category-title h2 {
  font: 28px/33px akrobatblack, sans-serif;
  color: #000;
  position: relative;
  margin-bottom: 33px;
  padding-bottom: 10px;
  border-bottom: 3px solid #e6e6e6
}

.category-title h2 span {
  position: relative;
  z-index: 2;
  background: #faf8f8;
  padding-right: 20px
}

.category-restaurant {
  margin-bottom: 44px
}

.category-restaurant .restaurant-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.category-restaurant .restaurant-item img {
  border-radius: 20px
}

.product-category {
  margin-bottom: 38px
}

.product-category .card-image {
  text-align: center
}

.product-category .card-image img {
  border-radius: 25px
}

.product-category .card-body {
  text-align: center;
  padding: 16px 19px 6px 19px
}

.product-category .card-body .title a {
  font: 700 20px/24px Poppins, sans-serif;
  color: #000
}

.product-category .card-body p {
  font: 16px/19px Poppins, sans-serif;
  color: #504f4f;
  margin-bottom: 10px
}

.product-category .card-body .timing-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.product-category .card-body .timing-price-rating p span.price {
  font-size: 20px;
  font-weight: 700;
  color: #ed251b
}

.product-category .card-body .timing-price-rating .fa-star {
  color: #ffc107
}

.product-category .card-body .button {
  text-align: center;
  background: #fff;
  padding-top: 6px
}

.product-category .card-body .button .btn {
  height: 42px;
  border-radius: 21px;
  width: 206px
}

.product-category .card-body .button .btn.btn-outline {
  border-color: #e6e6e6;
  font: 400 16px/26px Poppins, sans-serif;
  color: #000;
  padding: 6px 10px
}

.product-category .card-body .button .btn.btn-outline img {
  vertical-align: middle
}

.product-category .card-body .button .btn.btn-outline:hover {
  border-color: #2ba143;
  color: #fff
}

.product-category .card-body .button .btn.btn-service {
  border-color: #f5f5f5;
  background: #f5f5f5;
  font: 400 16px/30px Poppins, sans-serif;
  color: #000;
  border-radius: 7px
}

.product-category .card-body .button .btn.btn-service img {
  vertical-align: middle
}

.product-category .card-body .button .btn.btn-off {
  border-color: #2ba143;
  background: #2ba143;
  font: 700 16px/30px Poppins, sans-serif;
  color: #fff
}

.product-category .card-body .button .btn.btn-discount {
  border-color: #fff;
  background: #fff;
  font: 400 16px/30px Poppins, sans-serif;
  color: #000;
  border-radius: 7px
}

.category-banners {
  margin-bottom: 40px
}

.category-banners .owl-carousel .owl-nav {
  position: absolute;
  top: -86px;
  right: 0
}

.category-banners .owl-carousel .owl-nav .owl-next,
.category-banners .owl-carousel .owl-nav .owl-prev {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all .5s;
  transition: all .5s
}

.category-banners .owl-carousel .owl-nav .owl-next:hover,
.category-banners .owl-carousel .owl-nav .owl-prev:hover {
  background: #2ba143;
  color: #ffff
}

.category-banners .owl-carousel .owl-nav .owl-next:focus,
.category-banners .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0
}

.banner-link img {
  border-radius: 20px
}

@media (max-width:767px) {
  .category-restaurant .restaurant-item {
    margin-bottom: 20px
  }
}

@media (max-width:576px) {
  .product-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .product-category .card-image img {
    max-height: 130px
  }

  .product-category .card-body {
    padding: 0 15px 6px 15px
  }

  .product-category .card-body .title {
    margin-bottom: 0
  }

  .product-category .card-body .title a {
    font-size: 18px
  }
}

.rubros-bar {
  background: #faf8f8;
  padding: 20px 0 20px
}

.rubros-bar .carousel-wrapp {
  padding-left: 30px
}

.rubros-bar .carousel-wrapp {
  padding-right: 30px;
  position: relative
}

.rubros-bar .carousel-wrapp .btn-plus {
  position: absolute;
  right: 0;
  top: -2px;
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  border-radius: 100%;
  color: #000;
  line-height: 26px;
  padding: 0
}

.rubros-bar .carousel-wrapp ._btn-plus {
  position: absolute;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 26px;
  padding: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
  top: 1.6em
}

.rubros-bar .__carousel_items {
  max-width: 100% !important
}

.carousel_promociones_ {
  max-width: 100% !important
}

.card_slide_item_cat {
  display: flex;
  align-items: center;
  padding: .5em 1em;
  background-color: #fff;
  border-radius: 5%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12)
}

.card_slider_map {
  border-radius: 5%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12)
}

#card_map h6,
#card_map p,
#card_map span {
  font-size: .85em
}

#card_map p {
  margin-bottom: 0;
  padding-bottom: 0;
  background: #fff
}

#card_map .btn-map-card {
  height: 30px;
  background: #f6f7f8;
  border: 0;
  font: 700 13px/26px Poppins, sans-serif;
  color: #000;
  padding: .15rem .75rem;
  border-radius: px;
  margin-top: 2em
}

#card_map .btn-map-card:hover {
  background: #fff
}

.card_slider_map {
  color: #000
}

#card_map .btn-map-card-active {
  background: #fff
}

.title-horario {
  margin-top: 1em
}

#card_map hr {
  max-width: 100%;
  margin: 0
}

#card_map .card-data-text {
  margin-top: 1em;
  display: flex;
  column-gap: .5em
}

#card_map .card-data-text i {
  margin-top: .2em;
  color: #16ae87
}

#card_map ._btn-minus,
#card_map ._btn-plus {
  top: 9em
}

.purchase-block .checkbox label::after {
  top: 1.3em;
  left: 4.3em
}

.horario-item .checkbox label::after {
  left: 4.9em;
  top: 1.2em
}

#cont_direcciones .checkbox label::after {
  top: 1.3em;
  left: 1.5em
}

#card_map ._btn-minus {
  left: -3em
}

#card_map ._btn-plus {
  right: -2.8em
}

#card_map .carousel-wrapp {
  padding: 0
}

#card_map .store-menu {
  background-color: #eeeeec;
  border-radius: 15px;
  border: 1px solid #eeeeec
}

.rubros-list {
  margin-bottom: 0;
  margin-left: -11px;
  margin-right: -11px;
  text-align: center
}

.rubros-list li {
  display: inline-block;
  margin: 0 11px
}

.rubros-list li .btn {
  background: #2ba143;
  text-align: center;
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 11px;
  font: 700 13px/14px Poppins, sans-serif;
  color: #fff
}

.rubros-list li .btn.active {
  background: #fff;
  color: #2ba143
}

.rubros-list li .btn.btn-plus {
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: 22px
}

.carousel-rubros .btn {
  background: 0 0;
  text-align: center;
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 10px;
  font: 500 13.5px Poppins, sans-serif;
  color: #171919
}

.carousel-rubros .btn.active {
  background: #fff;
  color: #000;
  font-weight: 700
}

.rubros-content {
  padding: 47px 0 20px
}

.rubros-title h2 {
  font: 28px/33px akrobatblack, sans-serif;
  color: #000;
  position: relative;
  margin-bottom: 33px;
  padding-bottom: 15px
}

.rubros-title h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dde1ec
}

.rubros-title h2 span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 20px
}

.product-rubro {
  padding-bottom: 24px;
  border-bottom: 2px solid #dbdce0;
  margin-bottom: 24px
}

.product-rubro .card-image img {
  border-radius: 16px
}

.product-rubro .card-body {
  padding: 8px 0 0
}

.product-rubro .card-body .title a {
  font: 700 20px/24px Poppins, sans-serif;
  color: #010303
}

.product-rubro .card-body p {
  font: 14px/18px Poppins, sans-serif;
  color: #010303;
  margin-bottom: 10px
}

.product-rubro .card-body .timing-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-rubro .card-body .timing-price-rating p span {
  margin-left: 8px
}

.product-rubro .card-body .timing-price-rating p span.price {
  font: 700 16px Poppins, sans-serif;
  color: #2ba143
}

.product-rubro .card-body .timing-price-rating p.rating {
  margin-left: 20px
}

.product-rubro .card-body .timing-price-rating .fa-star {
  color: #ffc107
}

.product-rubro .card-body .btn {
  height: 42px;
  border-radius: 21px;
  width: 206px
}

.product-rubro .card-body .btn.btn-outline {
  border-color: #dde1ec;
  font: 16px/28px Poppins, sans-serif;
  color: #000;
  padding: 6px 10px
}

.product-rubro .card-body .btn.btn-outline img {
  vertical-align: text-bottom
}

.product-rubro .card-body .btn.btn-outline:hover {
  border-color: #2ba143;
  color: #fff
}

.product-rubro .card-body .btn.btn-service {
  border-color: #f5f5f5;
  background: #f5f5f5;
  font: 400 16px/30px Poppins, sans-serif;
  color: #000;
  border-radius: 7px
}

.product-rubro .card-body .btn.btn-service img {
  vertical-align: middle
}

.product-rubro .card-body .btn.btn-off {
  border-color: #ffdc19;
  background: #ffdc19;
  font: 700 16px/28px Poppins, sans-serif;
  color: #000
}

.product-rubro .card-body .btn.btn-off:hover {
  background: #2ba143
}

.product-rubro .card-body .btn.btn-discount {
  border-color: #fff;
  background: #fff;
  font: 400 16px/30px Poppins, sans-serif;
  color: #000;
  border-radius: 7px
}

.rubros-products>.row div:nth-last-child(1) .product-rubro,
.rubros-products>.row div:nth-last-child(2) .product-rubro {
  border-bottom: 0
}

@media (min-width:1200px) {
  .product-rubro>.row .col-lg-4 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
    flex: 0 0 40%;
    max-width: 40%
  }

  .product-rubro>.row .col-lg-8 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    flex: 0 0 60%;
    max-width: 60%
  }
}

@media (max-width:991px) {
  .product-rubro {
    text-align: center
  }

  .product-rubro .card-image img {
    margin: 0 auto
  }

  .product-rubro .card-body {
    text-align: center
  }

  .product-rubro .card-body .timing-price-rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.store-heading {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.store-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .35)
}

.store-heading .heading-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 228px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.store-heading .heading-content h1 {
  font: 700 42px/50px Poppins, sans-serif;
  color: #fff
}

#bar>div>div>div>div.prod-price>p {
  display: inline-block;
  font: 300 16px Poppins, sans-serif;
  color: red;
  margin-bottom: 10px
}

.store-heading .heading-content .text p span.price {
  color: #ffdc19;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  padding-left: 20px
}

.store-heading .heading-content .text p.horary {
  padding-left: 20px
}

.store-heading .heading-content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.store-heading .heading-content .buttons .btn-favorite {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 30px;
  padding: 0;
  color: #c7c9cb;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2)
}

.store-heading .heading-content .buttons .btn-favorite:hover {
  color: #2ba143
}

.store-heading .heading-content .buttons .badge-status {
  height: 26px;
  background: #2ba143;
  font: 700 14px/18px Poppins, sans-serif;
  color: #fff;
  border-radius: 13px;
  padding: 4px 15px;
  margin-left: 20px
}

.information-bar {
  background: #fff
}

.information-bar .information-content {
  text-align: right;
  padding-right: 170px;
  position: relative
}

.information-bar .information-content .btn-link {
  font: 700 16px Poppins, sans-serif;
  color: #000
}

.information-bar .information-content .store-brand {
  position: absolute;
  right: 0;
  top: -80px
}

.information-bar .information-content .store-brand img {
  border-radius: 100%;
  border: 10px solid #fff
}

.store-menu {
  background: #fef6ec;
  padding: 15px
}

.store-menu .nav-item .icon {
  font-size: 26px;
  line-height: 26px;
  margin-right: 20px;
  color: #2b2929
}

.store-menu .nav-link {
  font: 700 15px Poppins, sans-serif;
  color: #2b2929;
  height: 26px;
  border-radius: 13px;
  padding: 2px 20px
}

.store-menu .nav-link.active {
  background: #2ba143
}

.popular-products {
  padding-top: 26px
}

.store-section {
  padding-top: 40px
}

.store-section.second {
  padding-top: 14px
}

.store-section .section-title h2 {
  font: 28px/33px akrobatblack, sans-serif;
  color: #2ba143;
  position: relative
}

.store-section .section-title h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #dde1ec
}

.store-section .section-title h2 span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 20px
}

.popular-item {
  margin-bottom: 20px
}

.popular-item .card-image {
  text-align: center
}

.popular-item .card-image img {
  border-radius: 20px
}

.popular-item .card-body {
  text-align: center;
  padding: 15px 15px
}

.popular-item .card-body p {
  margin-bottom: 5px;
  font: 300 16px Poppins, sans-serif;
  color: #2b2929
}

.popular-item .card-body p.price {
  font: 700 22px Poppins, sans-serif;
  margin-bottom: 0
}

.popular-item .card-body .button {
  padding-top: 10px
}

.popular-item .card-body .btn-add {
  width: 134px;
  height: 30px;
  background: #fff;
  border: 0;
  font: 700 15px/26px Poppins, sans-serif;
  color: #2ba143;
  padding: .15rem .75rem;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0
}

.popular-item .card-body .btn-add:hover {
  background: #2ba143;
  color: #fff
}

.popular-item .card-body .btn-add i {
  font-size: 12px;
  margin-left: 5px
}

.store-products {
  padding-top: 30px;
  padding-bottom: 20px
}

.store-products .row div:last-child,
.store-products .row div:nth-last-child(2) {
  border-bottom: 0
}

.old-price {
  text-decoration-line: line-through
}

.food-item {
  margin-bottom: 28px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
  border-radius: 10px;
  height: 362px;
  background: #fff
}

.card-image {
  text-align: center
}

.card-image img {
  width: 100% !important;
  border-radius: 8px;
  height: 200px;
  object-fit: fill;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.card-body {
  padding: 15px;
  position: relative;
  display: grid
}

.card-body h4 {
  font-size: 22px;
  text-align: center
}

.btn_link_title,
.card-body .btn-link {
  padding: 0;
  font: 600 24px Poppins, sans-serif;
  color: #000;
  line-height: 1em;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em
}

.btn_link_title:hover {
  color: #2ba143 !important
}

.card-body p {
  font: 400 13.5px Poppins, sans-serif;
  color: #000;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.card-body p.popular {
  color: #2ba143
}

.card-body p.popular .fa-star {
  color: #034C8C
}

.card-body p.price {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2ba143
}

.card-body .btn-favorite {
  position: absolute;
  top: -12em;
  right: .7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
  color: #c7c9cb
}

.card-body .btn-favorite:hover {
  color: #2ba143 !important
}

.price-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.col-md-8 {
  display: grid !important
}

.btn-add {
  width: 120px;
  height: 30px;
  background: #fff !important;
  border: 0;
  font: 700 15px/26px Poppins, sans-serif;
  color: #2ba143;
  padding: .15rem .75rem;
  border-radius: 6px;
  margin-top: 2em
}

.price-button .btn-add:hover {
  background: #2ba143 !important;
  color: #fff
}

.price-button .btn-add i {
  font-size: 12px;
  margin-left: 5px
}

@media (max-width:576px) {
  .store-heading .heading-content h1 {
    font-size: 32px;
    line-height: 40px
  }

  .store-heading .heading-content .text p {
    font-size: 14px
  }

  .information-bar .information-content {
    padding-right: 0
  }

  .information-bar .information-content .store-brand {
    right: inherit;
    left: 0;
    top: -40px
  }

  .information-bar .information-content .store-brand img {
    max-height: 80px;
    border-width: 3px
  }

  .store-menu .nav-link {
    padding: 4px 8px
  }

  .popular-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .popular-item .card-image img {
    max-height: 120px
  }

  .popular-item .card-body {
    text-align: right
  }

  .popular-item .card-body p.price {
    font-size: 18px
  }

  .card-body .btn-link,
  .card-body h4 {
    font-size: 16px
  }

  .card-body .price-button .btn-add {
    width: auto;
    font-size: 14px
  }

  .card-body p.price {
    font-size: 22px
  }
}

.account .account-title {
  font: 700 20px Poppins, sans-serif;
  color: #272d4c;
  text-align: center
}

.account-wrapp {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #f2f2f2
}

.account-menu {
  border-top-left-radius: 64px;
  border-bottom-left-radius: 15px;
  padding: 0 0 10px 10px
}

.account-menu .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.account-menu .profile .image {
  border-radius: 100%;
  border: 3px solid #fff
}

.account-menu .profile .image img {
  border-radius: 100%
}

.account-menu .profile .data {
  padding-left: 12px
}

.account-menu .profile .data h5 {
  font: 700 12px/14px Poppins, sans-serif;
  color: #2ba143
}

.account-menu .profile .data p {
  font: 16px/18px Poppins, sans-serif;
  color: #495263;
  margin: 0
}

.account-menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 30px
}

.account-menu ul .nav-item {
  margin-bottom: 14px
}

.account-menu ul .nav-item a {
  padding: 6px 18px;
  font: 14px Poppins, sans-serif;
  color: #2ba143;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding-left: 2.5em
}

.account-menu ul .nav-item a::after {
  content: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent
}

.account-menu ul .nav-item a i {
  margin-right: 4px;
  font-size: 16px
}

.account-menu ul .nav-item a:hover {
  color: #2e2e2e;
  background: #eeeeec
}

.account-menu ul .nav-item.active a {
  color: #000 !important;
  background: #eeeeec;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1rem
}

.account-menu-mobile .btn-dropdown {
  background: #000;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font: 16px/1 Poppins, sans-serif;
  color: #fff;
  text-align: left;
  height: 40px;
  position: relative
}

.account-menu-mobile .btn-dropdown::after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.account-menu-mobile .dropdown-menu {
  width: calc(100% - 30px);
  background: #000
}

.account-menu-mobile .dropdown-menu .dropdown-item {
  padding: 6px 18px;
  font: 14px Poppins, sans-serif;
  color: #fff
}

.account-menu-mobile .dropdown-menu .dropdown-item:hover {
  background: 0 0;
  color: #2ba143
}

.account-menu-mobile .dropdown-menu .dropdown-item.active {
  background: 0 0;
  color: #2ba143
}

.card-information {
  padding: 30px 15px
}

.card-information .title-card {
  margin-bottom: 28px;
  position: relative;
  text-align: center
}

.card-information .title-card h2 {
  font: 700 22px/1 Poppins, sans-serif;
  color: #000;
  margin-bottom: 20px
}

.card-information .title-card .number-order {
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  background: #e9e9f7;
  border-radius: 124px;
  padding: 0 23px;
  font: 700 14px/28px Poppins, sans-serif;
  color: #2ba143
}

.card-information .profile {
  text-align: center;
  padding: 10px 0 30px
}

.card-information .profile .avatar {
  display: inline-block;
  position: relative
}

.card-information .profile .avatar img {
  border-radius: 100%
}

.card-information .profile .avatar .btn-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 10px;
  background: #171919;
  color: #fff;
  padding: 0
}

.card-information .monitoring-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px
}

.card-information .monitoring-detail .block1 {
  width: 100%
}

.card-information .monitoring-detail .block2 {
  width: 100%
}

.card-information .monitoring-detail .block3 {
  width: 100%
}

.card-information .monitoring-detail .block {
  position: relative;
  padding-left: 58px;
  padding-top: 3px;
  margin-bottom: 20px
}

.card-information .monitoring-detail .block .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #171919
}

.card-information .monitoring-detail h5 {
  font: 700 12px Poppins, sans-serif;
  color: #495263;
  margin: 0
}

.card-information .monitoring-detail p {
  font: 13px Poppins, sans-serif;
  color: #495263;
  margin: 0
}

.card-information .monitoring-detail .table tbody td {
  padding: 0;
  border: 0
}

.card-information .purchase-detail .navbar-nav .nav-link {
  font: 700 14px Poppins, sans-serif;
  color: #495263
}

.card-information .purchase-detail .navbar-nav .nav-link i {
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .35s;
  transition: all .35s
}

.card-information .purchase-detail .navbar-nav .nav-link.collapsed i {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.card-information .button-wrapp {
  text-align: right;
  padding-top: 20px
}

.perfil-form .form-group {
  margin-bottom: 25px
}

.perfil-form label {
  font: 14px Poppins, sans-serif;
  color: #495263
}

.perfil-form .form-control {
  font: 18px Poppins, sans-serif;
  color: #000;
  background: #faf8f8;
  border: 0;
  border-radius: 10px
}

.perfil-form .button {
  padding-top: 10px;
  text-align: right
}

.perfil-form .button .btn-save {
  width: 124px;
  height: 42px;
  background: #2ba143;
  font: 700 16px Poppins, sans-serif;
  color: #fff;
  border-radius: 10px
}

.perfil-form .button .btn-save:hover {
  background: #034C8C;
  color: #000
}

.shopping-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px
}

.shopping-item+.shopping-item {
  border-top: 1px solid #f2f2f2;
  padding-top: 25px
}

.shopping-item .product-thumb {
  width: 15%
}

.shopping-item .product-thumb img {
  border-radius: 10px
}

.shopping-item .product-descrip {
  width: 60%
}

.shopping-item .product-descrip h4 {
  font: 18px Poppins, sans-serif;
  color: #272d4c
}

.shopping-item .product-descrip p {
  font: 14px Poppins, sans-serif;
  color: #929eaf;
  margin-bottom: 10px
}

.shopping-item .product-descrip p.brand {
  color: #272d4c
}

.shopping-item .product-price {
  width: 25%;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.shopping-item .product-price p {
  font: 18px Poppins, sans-serif;
  color: #d44e2f;
  text-align: center
}

.shopping-item .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.shopping-item .input-group {
  border: 1px solid #d4d5db;
  border-radius: 5px;
  width: 120px
}

.shopping-item .input-group .form-control {
  text-align: center;
  font: 700 16px Poppins, sans-serif;
  color: #272d4c;
  border: 0
}

.shopping-total {
  border-top: 1px solid #f2f2f2
}

.shopping-total .cart-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.shopping-total .cart-subtotal span {
  font: 18px Poppins, sans-serif;
  color: #272d4c;
  padding: 10px 0
}

.shopping-total .cart-subtotal span.price {
  padding-right: 30px
}

.shopping-total .cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.shopping-total .cart-total span {
  font: 700 18px Poppins, sans-serif;
  color: #272d4c;
  padding: 10px 0
}

.shopping-total .cart-total span.price {
  padding-right: 30px
}

.shopping-total .table {
  border-top: 1px solid #f2f2f2
}

.shopping-total .table td {
  border: 0;
  font: 18px Poppins, sans-serif;
  color: #272d4c
}

.shopping-buttons {
  text-align: right;
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  padding-top: 20px
}

.shopping-buttons .btn {
  font: 700 16px Poppins, sans-serif;
  height: 36px;
  border-radius: 5px;
  line-height: 22px
}

.shopping-buttons .btn+.btn {
  margin-left: 15px
}

.shopping-buttons .btn-seguir {
  width: 185px;
  background: #f3f3f4;
  color: #272d4c
}

.shopping-buttons .btn-seguir:hover {
  background: #66bddd;
  color: #fff
}

.shopping-buttons .btn-continuar {
  width: 178px;
  background: #66bddd;
  color: #fff
}

.shopping-buttons .btn-continuar:hover {
  background: #d44e2f
}

.payment-methods h3 {
  font: 18px Poppins, sans-serif;
  color: #000
}

.address-list .divider {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 35px 0
}

.address-list .button-add {
  padding: 10px 0 46px 0
}

.address-list .button-add .btn {
  font: 700 16px Poppins, sans-serif;
  width: 124px;
  height: 32px;
  background: #2ba143;
  color: #fff;
  border-radius: 10px
}

.address-list .address-buttons {
  text-align: right
}

.address-list .address-buttons .button {
  padding: 5px 0
}

.address-list .address-buttons .btn {
  font: 700 16px Poppins, sans-serif;
  height: 36px;
  border-radius: 5px;
  line-height: 22px
}

.address-list .address-buttons .btn-guardar {
  width: 185px;
  background: #f3f3f4;
  color: #272d4c
}

.address-list .address-buttons .btn-agregar {
  width: 202px;
  height: 36px;
  background: #66bddd;
  color: #fff;
  border-radius: 5px;
  line-height: 22px
}

.my-orders.voucher .btn-pedido-detalle {
  background: #2ba143 !important;
  color: #fff !important
}

.btn-stripe-paymet {
  background: #2ba143 !important;
  color: #fff !important
}

.address-box {
  width: 100%;
  max-width: 90%;
  display: inline-block;
  border-radius: 10px;
  padding: 15px 18px
}

.address-box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 20px;
  color: #353f4e;
  background: #fff;
  border-radius: 5px;
  padding: 0 !important
}

.address-box .address {
  padding-left: 10px
}

.address-box .address h5 {
  font: 16px Poppins, sans-serif;
  color: #000;
  margin-bottom: 3px
}

.address-box .address p {
  font: 14px Poppins, sans-serif;
  color: #929eaf;
  margin-bottom: .2em
}

.address-box .btn-edit {
  width: 94px;
  height: 32px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #dde1ec;
  font: 700 14px/1.2 Poppins, sans-serif;
  color: #000;
  margin-right: 20px
}

.address-box .btn-edit i {
  font-size: 9px;
  margin-left: 10px
}

.address-box .btn-edit:hover {
  background: #2ba143;
  border-color: #2ba143;
  color: #fff
}

.address-box .checkbox {
  margin-top: 7px
}

.address-box .checkbox label::before {
  margin-left: 0;
  border-width: 2px
}

.address-box .checkbox label::after {
  margin-left: -2px
}

.address-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px
}

.address-actions .checkbox {
  padding-top: 6px
}

.address-actions .checkbox label {
  padding-left: 10px
}

.actions {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center
}

.actions .btn-trash {
  font-size: 18px;
  padding: 3px .75rem
}

.actions .btn-trash:hover {
  color: #ed251b
}

.address-form .form-group {
  margin-bottom: 25px
}

.address-form label {
  font: 14px Poppins, sans-serif;
  color: #000
}

.address-form .form-control {
  font: 18px Poppins, sans-serif;
  color: #000;
  background: #faf8f8;
  border: 0;
  border-radius: 10px
}

.address-form .locations-map {
  margin-bottom: 25px
}

.address-form .button .btn-save {
  width: 124px;
  height: 32px;
  background: #2ba143;
  font: 700 16px Poppins, sans-serif;
  color: #fff;
  border-radius: 10px
}

.address-form .button .btn-save:hover {
  background: #034C8C;
  color: #000
}

.address-form .buttons {
  text-align: right;
  padding-top: 16px
}

.address-form .buttons .btn {
  height: 32px;
  width: 168px;
  font: 700 13px/18px Poppins, sans-serif;
  border-radius: 10px
}

.address-form .buttons .btn+.btn {
  margin-left: 10px
}

.address-form .buttons .btn.btn-red {
  background: #2ba143;
  color: #fff
}

.address-form .buttons .btn.btn-red:hover {
  background: #034C8C;
  color: #000
}

.address-form .buttons .btn.btn-red-outline {
  background: #fff;
  border: 1px solid #2ba143;
  color: #2ba143
}

.address-form .buttons .btn.btn-red-outline:hover {
  background: #2ba143;
  color: #fff
}

.card-list .btn-addcard {
  width: 168px;
  height: 32px;
  background: #2ba143;
  font: 700 16px Poppins, sans-serif;
  color: #fff;
  border-radius: 10px
}

.card-list .btn-addcard i {
  margin-left: 6px
}

.card-list .btn-addcard:hover {
  background: #034C8C;
  color: #000
}

.my-orders .driver-box {
  background: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  position: relative
}

.my-orders .driver-box .icon {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  text-align: center;
  line-height: 37px;
  background: #000;
  display: inline-block;
  color: #fff;
  font-size: 18px
}

.my-orders .driver-box .driver {
  padding-left: 16px
}

.my-orders .driver-box .driver p {
  margin: 0;
  font: 13px Poppins, sans-serif;
  color: grey
}

.my-orders .driver-box .driver h5 {
  margin: 0;
  font: 700 16px Poppins, sans-serif;
  color: #000
}

.my-orders .driver-box .btn-message {
  position: absolute;
  top: -24px;
  right: 40px;
  width: 48px;
  height: 48px;
  line-height: 40px;
  background: #fff;
  border-radius: 100%;
  color: #2ba143;
  font-size: 23px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25)
}

.my-orders .address-box {
  padding: 30px 25px 20px 25px
}

.my-orders .address-box p {
  font: 14px Poppins, sans-serif;
  color: #171919;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px
}

.my-orders .address-box p.text-gray {
  font-size: 13px;
  color: grey
}

.my-orders .address-box p i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #000
}

.my-orders .address-box p i.icon-card {
  font-size: 10px
}

.my-orders .address-box p i.icon-calendar {
  font-size: 13px
}

.my-orders .address-box p i.icon-point3 {
  font-size: 14px
}

.my-orders .address-box p.payment {
  padding-left: 0;
  padding-right: 25px
}

.my-orders .address-box p.payment i {
  left: inherit;
  right: 0;
  top: 5px
}

.my-orders .orders-list .list-group-item {
  border: 1px solid rgba(0, 0, 0, .05)
}

.my-orders .orders-list .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.my-orders .orders-list .order-item .descript {
  position: relative;
  padding: 0 25px
}

.my-orders .orders-list .order-item .descript .icon-check {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 10px;
  color: #75ac40
}

.my-orders .orders-list .order-item .descript p {
  font: 14px Poppins, sans-serif;
  color: #929eaf;
  margin: 0
}

.my-orders .orders-list .order-item .descript p.title {
  color: #272d4c;
  margin-bottom: 5px
}

.my-orders .orders-list .order-item .price {
  width: 90px;
  text-align: right
}

.my-orders .orders-list .order-item .price p {
  font: 700 16px Poppins, sans-serif;
  color: #000
}

.purchases-list ul li+li {
  margin-top: 24px
}

.purchases-list .divider {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 35px 0
}

.purchases-list .button-add {
  padding: 10px 0 46px 0
}

.purchases-list .button-add .btn {
  font: 700 16px Poppins, sans-serif;
  width: 124px;
  height: 32px;
  background: #2ba143;
  color: #fff;
  border-radius: 10px
}

.purchase-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2
}

.purchase-box .image {
  border-radius: 10px
}

.purchase-box .image img {
  border-radius: 10px;
  object-fit: cover !important
}

.purchase-box .icon {
  width: 32px;
  font-size: 24px;
  color: #000;
  margin-right: 5px
}

.purchase-box .purchase h5 {
  font: 14px Poppins, sans-serif;
  color: #000;
  margin-bottom: 10px
}

.purchase-box .purchase p {
  font: 14px Poppins, sans-serif;
  color: #171919;
  margin-bottom: 10px
}

.purchase-box .purchase p.label {
  font-family: Poppins, sans-serif;
  font-weight: 700
}

.purchase-box .button {
  text-align: right
}

.purchase-box .button .btn-view {
  width: 94px;
  height: 32px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #2ba143;
  font: 700 14px/1.4 Poppins, sans-serif;
  color: #2ba143
}

.purchase-box .button .btn-view i {
  font-size: 9px;
  margin-left: 10px
}

.purchase-box .button .btn-view:hover {
  background: #2ba143;
  color: #fff
}

.purchase-box .details {
  padding-left: 20px;
  padding-top: 10px
}

.purchase-box .details h5 {
  font: 700 16px Poppins, sans-serif;
  color: #000;
  margin-bottom: 6px
}

.purchase-box .details p {
  font: 13px Poppins, sans-serif;
  color: #000;
  margin-bottom: 6px
}

.purchase-box .details p.added {
  color: grey
}

.purchase-box .price-quantity {
  margin-left: auto;
  padding-top: 20px
}

.purchase-box .price-quantity .price {
  font: 700 17px Poppins, sans-serif;
  color: #000;
  margin-bottom: 10px;
  text-align: right
}

.purchase-box .price-quantity .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center
}

.purchase-box .price-quantity .cart-quantity .btn-quantity {
  width: 33px;
  height: 32px;
  border: 0;
  background: #ededed;
  font-size: 10px;
  line-height: 30px;
  padding: 0
}

.purchase-box .price-quantity .cart-quantity .btn-quantity.button-up {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.purchase-box .price-quantity .cart-quantity .btn-quantity.button-down {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.purchase-box .price-quantity .cart-quantity .btn-delete {
  width: 32px;
  height: 32px;
  padding: 0
}

.purchase-box .price-quantity .cart-quantity .btn-delete:hover {
  color: #ed251b
}

.purchase-box .price-quantity .cart-quantity .form-control {
  width: 42px;
  height: 32px;
  border: 0;
  background: #ededed;
  font: 13px aileronbold, sans-serif;
  text-align: center;
  padding: 0
}

.purchase-amount {
  border-bottom: 1px solid #f2f2f2
}

.purchase-amount .table tr td {
  font: 16px Poppins, sans-serif;
  color: #171919;
  border: 0;
  padding: 6px 0
}

.purchase-amount .table tr.total td {
  font-family: Poppins, sans-serif;
  font-weight: 700
}

.purchase-item {
  margin-bottom: 16px
}

.purchase-item .purchase-box {
  background: #f2f3f7;
  border-radius: 10px;
  padding: 14px;
  position: relative
}

.purchase-item .purchase-box.outline {
  background: #fff;
  border: 2px solid #e4e2e2
}

.purchase-item .purchase-box .address-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.purchase-item .purchase-box .address-area .address h5 {
  font: 14px Poppins, sans-serif;
  color: #272d4c;
  margin-bottom: 3px
}

.purchase-item .purchase-box .address-area .address p {
  font: 12px Poppins, sans-serif;
  color: #929eaf;
  margin-bottom: 0
}

.purchase-item .purchase-box .address-area .button {
  margin-left: auto
}

.purchase-item .purchase-box .address-area .button .btn-edit {
  width: 92px;
  height: 38px;
  border-radius: 5px;
  background: #fff;
  font: 700 14px Poppins, sans-serif;
  color: #272d4c
}

.purchase-item .purchase-box .address-area .button .btn-edit i {
  font-size: 9px;
  margin-left: 10px
}

.purchase-item .purchase-box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 24px;
  margin-right: 10px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  color: #171919
}

.purchase-item .purchase-box .icon.green {
  background: #7bb087
}

.purchase-item .purchase-box .icon.tomato {
  background: #bd6475
}

.purchase-item .purchase-box .icon.lightblue {
  background: #66bddd
}

.purchase-item .purchase-box .icon i {
  vertical-align: middle
}

.purchase-item .purchase-box .purchase-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.purchase-item .purchase-box .purchase-title h5 {
  font: 700 16px Poppins, sans-serif;
  color: #272d4c;
  margin: 0
}

.purchase-item .purchase-box .purchase-title p {
  font: 12px Poppins, sans-serif;
  color: #929eaf;
  margin-bottom: 0
}

.purchase-item .purchase-box .cash-payment {
  width: 100%;
  max-width: 300px;
  padding-left: 56px;
  padding-top: 5px
}

.purchase-item .purchase-box .cash-payment .form-control {
  height: 32px;
  border-radius: 5px
}

.purchase-item .purchase-box .corner-checkbox {
  position: absolute;
  top: 14px;
  right: 6px
}

.purchase-item .purchase-box .card-payment,
.purchase-item .purchase-box .pos-payment {
  padding-top: 10px
}

.purchase-item .purchase-box .card-payment {
  padding-left: 56px
}

.purchase-item .purchase-box .card-payment .button {
  text-align: right
}

.purchase-item .purchase-box .card-payment .button .btn-agregar {
  height: 30px;
  font: 700 13px Poppins, sans-serif;
  background: #66bddd;
  color: #fff;
  border-radius: 5px;
  padding: .375rem 25px
}

.purchase-item .purchase-box .card-payment .button .btn-agregar i {
  font-size: 8px;
  margin-right: 6px
}

.purchase-item .purchase-box .card-payment .button .btn-agregar:hover {
  background: #d44e2f
}

.purchase-item .purchase-box .voucher-payment {
  padding: 0 50px 0 0
}

.purchase-item .purchase-box .total-table .table {
  border-top: 1px solid #dee2e6
}

.purchase-item .purchase-box .total-table .table tr.sub-total td {
  font: 14px Poppins, sans-serif;
  color: #272d4c;
  text-align: right;
  border: 0
}

.purchase-item .purchase-box .total-table .table tr.sub-total td:first-child {
  padding-left: 56px
}

.purchase-item .purchase-box .total-table .table tr.sub-total td:last-child {
  padding-right: 50px;
  width: 20%
}

.purchase-item .purchase-box .total-table .table tr.total td {
  font: 700 14px Poppins, sans-serif;
  color: #272d4c;
  text-align: right
}

.purchase-item .purchase-box .total-table .table tr.total td:first-child {
  padding-left: 56px
}

.purchase-item .purchase-box .total-table .table tr.total td:last-child {
  padding-right: 50px
}

.purchase-item .buttons {
  text-align: right;
  padding-top: 20px
}

.purchase-item .buttons .btn+.btn {
  margin-left: 15px
}

.purchase-item .buttons .btn-atras {
  width: 185px;
  height: 30px;
  font: 700 13px Poppins, sans-serif;
  background: #f3f3f4;
  color: #272d4c;
  line-height: 20px
}

.purchase-item .buttons .btn-atras:hover {
  background: #66bddd;
  color: #fff
}

.purchase-item .buttons .btn-confirmar {
  width: 202px;
  height: 30px;
  font: 700 13px Poppins, sans-serif;
  background: #66bddd;
  color: #fff;
  border-radius: 5px;
  line-height: 20px
}

.purchase-item .buttons .btn-confirmar:hover {
  background: #d44e2f
}

.purchase-block {
  background: #faf8f8;
  border-radius: 10px;
  padding: 15px
}

.purchase-block.outline {
  background: #fff;
  border: 2px solid #e4e2e2
}

.purchase-block .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 24px;
  margin-right: 10px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  color: #000
}

.purchase-block .icon.green {
  background: #7bb087
}

.purchase-block .icon.tomato {
  background: #bd6475
}

.purchase-block .icon.lightblue {
  background: #66bddd
}

.purchase-block .icon i {
  vertical-align: middle
}

.purchase-block .purchase-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.purchase-block .purchase-title h5 {
  font: 700 16px Poppins, sans-serif;
  color: #000;
  margin: 0
}

.purchase-block .purchase-title p {
  font: 12px Poppins, sans-serif;
  color: #929eaf;
  margin-bottom: 0
}

.purchase-block .cash-payment .form-group {
  margin: 0
}

.purchase-block .cash-payment .form-control {
  font: 14px Poppins, sans-serif;
  color: #000;
  background: #faf8f8;
  border: 0;
  border-radius: 10px
}

.purchase-block .btn-outline {
  height: 32px;
  border: 2px solid #dde1ec;
  border-radius: 10px;
  font: 700 14px/16px Poppins, sans-serif;
  color: #171919;
  background: #fff
}

.purchase-block .btn-outline i {
  margin-left: 5px
}

.purchase-block .btn-outline:hover {
  border-color: #2ba143;
  background: #2ba143;
  color: #fff
}

.purchase-block .total-table {
  width: 100%;
  max-width: 300px
}

.purchase-block .total-table .table tr td {
  font: 14px Poppins, sans-serif;
  color: #171919;
  border: 0;
  padding: 7px 0
}

.purchase-block .total-table .table tr.total td {
  font: 700 14px Poppins, sans-serif;
  color: #171919
}

.voucher-formulario {
  padding-top: 20px
}

.voucher-formulario .form-control {
  height: 42px;
  font: 18px Poppins, sans-serif;
  color: #000;
  border: 0;
  border-radius: 10px
}

.orders-history ul {
  list-style-type: none;
  padding: 0
}

.orders-history ul .order-history-item {
  padding: 20px 0 15px;
  border-bottom: 2px solid #ebebeb
}

.orders-history ul .order-history-item p {
  margin-bottom: 5px;
  font: 14px Poppins, sans-serif;
  color: #272d4c
}

.orders-history ul .order-history-item p.code {
  font-family: Poppins, sans-serif;
  font-weight: 700
}

.orders-history ul .order-history-item p.canceled {
  font-size: 16px;
  color: #d44e2f
}

.orders-history ul .order-history-item p.delivered {
  font-size: 16px;
  color: #66bddd
}

.orders-history ul .order-history-item .date-action {
  text-align: right
}

.progress-bar-box {
  padding: 40px 10px 30px;
  background: #f7f7f7;
  border-radius: 20px;
  margin-bottom: 40px
}

.stepbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0
}

.stepbar li {
  width: 25%;
  text-align: center;
  font: 14px Poppins, sans-serif;
  color: #272d4c;
  position: relative
}

.stepbar li:before {
  content: '';
  width: 23px;
  height: 23px;
  line-height: 17px;
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border: 3px solid transparent;
  background-color: #171919;
  color: #333;
  position: relative;
  z-index: 2
}

.stepbar li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #171919;
  top: 10px;
  left: -50%
}

.stepbar li:first-child:after {
  content: none
}

.stepbar li.active:before {
  background: #2ba143;
  border-color: #171919;
  -webkit-box-shadow: 0 0 0 6px rgba(234, 0, 0, .15);
  box-shadow: 0 0 0 6px rgba(234, 0, 0, .15)
}

.stepbar1 {
  counter-reset: step;
  margin: 0;
  padding: 0
}

.stepbar1 li {
  list-style-type: none;
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
  font-size: 9px;
  color: #fff;
  padding-left: 5px
}

.stepbar1 li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #fff;
  color: #333
}

.stepbar1 li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ddd;
  top: 15px;
  left: -50%;
  z-index: -1
}

.stepbar1 li:first-child:after {
  content: none
}

.stepbar1 li.active:before {
  background: #27ae60;
  border: 1px solid #89e5b0;
  color: #fff
}

.stepbar1 li.active+li.active:after {
  background: #27ae60
}

.stepbar1 li.active:first-child+li:after:not(.active) {
  background: #fff
}

.orders-list .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb
}

.orders-list .order-item .details p {
  font: 16px Poppins, sans-serif;
  color: #3f4251;
  margin: 0
}

.orders-list .order-item .details p.code {
  font-size: 12px;
  color: #2ba143
}

.orders-list .order-item .date-status {
  text-align: right
}

.orders-list .order-item .date-status p {
  font: 14px Poppins, sans-serif;
  color: grey;
  margin-bottom: 10px
}

.orders-list .order-item .date-status p i {
  margin-left: 5px;
  font-size: 12px
}

.orders-list .order-item .date-status .btn {
  height: 20px;
  font: 12px/18px Poppins, sans-serif;
  color: #fff;
  background: grey;
  border-radius: 5px;
  padding: 0 10px
}

.orders-list .order-item .date-status .btn.btn-cancel {
  background: #2ba143
}

.orders-list .order-item .date-status .btn.btn-delivered {
  background: #34baf5
}

.payment-form {
  padding-top: 30px
}

.payment-form .input-group-text {
  border: 0;
  background: #fff
}

.payment-form .icon-card {
  font-size: 14px;
  color: #000
}

.payment-form .form-control {
  height: 42px !important;
  border-radius: 5px;
  border-color: #d4d5db;
  min-width: 286px;
  font: 18px Poppins, sans-serif !important;
  color: #000 !important
}

.payment-form .btn-trash {
  font-size: 14px;
  padding: 3px .75rem
}

.payment-form .button {
  padding-top: 30px
}

.payment-form .btn-agregar {
  width: 164px;
  height: 30px;
  font: 700 13px Poppins, sans-serif;
  background: #66bddd;
  color: #fff;
  border-radius: 5px;
  line-height: 20px
}

.payment-form .btn-agregar:hover {
  background: #d44e2f
}

@media (min-width:768px) {
  .account-menu-mobile {
    display: none
  }

  .card-information {
    padding: 36px 30px 30px 0
  }

  .card-information .monitoring-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .card-information .monitoring-detail .block1 {
    max-width: 30%
  }

  .card-information .monitoring-detail .block2 {
    max-width: 30%
  }

  .card-information .monitoring-detail .block3 {
    max-width: 40%
  }

  .card-information .monitoring-detail .block {
    margin-bottom: 0
  }
}

@media (max-width:767px) {

  .addresses,
  .payment-methods,
  .purchase,
  .shopping-list {
    padding-top: 20px
  }

  .perfil-form .button .btn-save {
    width: 100%
  }

  .shopping-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .shopping-item .product-descrip,
  .shopping-item .product-price,
  .shopping-item .product-thumb {
    width: 100%;
    text-align: center
  }

  .shopping-buttons .btn {
    width: 100%;
    margin-bottom: 10px
  }

  .shopping-buttons .btn+.btn {
    margin-left: 0
  }

  .purchase-item .purchase-box .card-payment {
    padding-left: 0
  }

  .purchase-item .purchase-box .card-payment .button .btn-agregar {
    width: 100%
  }

  .purchase-item .purchase-box .voucher-payment {
    padding: 0
  }

  .purchase-item .purchase-box .total-table .table td:first-child {
    padding-left: 0
  }

  .purchase-item .purchase-box .total-table .table td:last-child {
    padding-right: 0
  }

  .purchase-item .buttons .btn {
    width: 100%;
    margin-bottom: 10px
  }

  .purchase-item .buttons .btn+.btn {
    margin-left: 0
  }

  .account-menu {
    display: none
  }

  .card-information .title-card {
    padding-top: 30px
  }

  .address-actions,
  .address-box {
    width: 100%
  }

  .address-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .address-actions {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .address-list .address-buttons .btn {
    width: 100%
  }

  .payment-form .input-group-text {
    padding: .375rem 10px .375rem 0
  }

  .payment-form .form-control {
    min-width: inherit
  }

  .payment-form .btn-trash {
    position: absolute;
    top: 0;
    right: 0
  }

  .orders-history ul .order-history-item .date-action {
    text-align: left;
    padding-top: 10px
  }
}

.contact-wrapp {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 23px 60px
}

.contact-content h2 {
  font: 700 22px/22px Poppins, sans-serif;
  color: #171919;
  text-align: center;
  margin-bottom: 30px
}

.contact-content h3 {
  font: 700 16px/19px Poppins, sans-serif;
  color: #171919;
  padding-bottom: 10px;
  border-bottom: 3px solid #dde1ec;
  margin-bottom: 30px
}

.contact-content .phone-control {
  margin-bottom: 30px
}

.contact-content .phone-control li {
  position: relative;
  padding-left: 35px;
  font: 18px/22px Poppins, sans-serif;
  color: #353f4e
}

.contact-content .phone-control li+li {
  margin-top: 20px
}

.contact-content .phone-control li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100%;
  color: #2ba143;
  text-align: center;
  font-size: 18px
}

.contact-content .social {
  margin-bottom: 30px
}

.contact-content .social li {
  position: relative;
  padding-left: 35px;
  font: 18px/22px Poppins, sans-serif;
  color: grey
}

.contact-content .social li+li {
  margin-top: 20px
}

.contact-content .social li span {
  color: #353f4e
}

.contact-content .social li .icon {
  position: absolute;
  left: 0;
  top: 0
}

.contact-content .social li .icon .fa-facebook-square {
  color: #1976d2;
  font-size: 22px
}

.contact-content .social li .icon .fa-twitter {
  color: #1da1f2;
  font-size: 22px
}

.contact-content .zones {
  margin-bottom: 30px
}

.contact-content .zones li {
  position: relative;
  padding-left: 100px
}

.contact-content .zones li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 64px;
  color: #2ba143
}

.contact-content .zones li p {
  font: 13px/16px Poppins, sans-serif;
  color: #949494
}

.contact-content .zones li p.title {
  font-size: 18px;
  line-height: 21px;
  color: #010303;
  margin-bottom: 0
}

.contact-content .btn-link {
  background: #f5f5f5;
  border-radius: 15px;
  position: relative;
  color: #353f4e;
  font: 16px/50px Poppins, sans-serif;
  text-decoration: none;
  width: 100%;
  text-align: left;
  margin-bottom: 20px
}

.contact-content .btn-link .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 15px;
  color: #2ba143;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin-right: 14px
}

.contact-content .btn-link .icon i {
  vertical-align: middle
}

@media (max-width:767px) {
  .contact-wrapp {
    padding: 23px 20px
  }

  .contact-content .zones li {
    padding-left: 50px
  }

  .contact-content .zones li .icon {
    font-size: 30px
  }
}

.login-wrapp {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
  padding: 15px 15px 60px 15px
}

.login-wrapp .page-title {
  text-align: center
}

.login-wrapp .page-title h1 {
  font: 700 22px Poppins, sans-serif;
  color: #010303
}

.login-wrapp .inner {
  width: 100%;
  max-width: 790px;
  margin: 0 auto
}

.login-block {
  margin-bottom: 20px
}

.login-block .btn-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f5f5f5;
  height: 187px;
  border-radius: 20px
}

.login-block .btn-login .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.login-block .btn-login p {
  font: 16px Poppins, sans-serif;
  color: #353f4e;
  margin: 0
}

.login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.login-box .image {
  width: 100%;
  max-width: 410px
}

.login-box .image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.login-box .login {
  width: 100%;
  padding: 30px 62px;
  text-align: center
}

.login-box .login h3 {
  font: 700 28px/1 Poppins, sans-serif;
  color: #495263;
  margin-bottom: 50px
}

.login-box .login p {
  font: 16px/1 aileronregular, sans-serif;
  color: #353f4e
}

.login-box .login p.divider {
  margin-top: 40px;
  position: relative
}

.login-box .login p.divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #e6e6e6
}

.login-box .login p.divider span {
  background: #fff;
  padding: 0 12px;
  position: relative
}

.login-box .login .button {
  margin-top: 20px
}

.login-box .login .button .btn {
  border-radius: 10px;
  height: 42px;
  font: 700 16px/1.8 Poppins, sans-serif;
  color: #fff
}

.login-box .login .button .btn i {
  margin-right: 6px
}

.login-box .login .button .btn.btn-facebook {
  background: #2d88ff
}

.login-box .login .button .btn.btn-googleplus {
  background: #ea0000
}

.login-box .login .button .btn.btn-sms {
  background: #353f4e
}

.login-box .login-codigo {
  width: 100%;
  padding: 30px 62px
}

.login-box .login-codigo h3 {
  font: 700 28px/1 Poppins, sans-serif;
  color: #495263;
  margin-bottom: 30px;
  text-align: center
}

.login-box .login-codigo p {
  font: 700 16px/1 Poppins, sans-serif;
  color: #495263
}

.login-box .login-codigo .phone-number {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px
}

.login-box .login-codigo .phone-number p {
  font: 14px/1 aileronregular, sans-serif;
  color: #353f4e
}

.login-box .login-codigo .phone-number p.number {
  font-size: 24px
}

.login-box .login-codigo .phone-number p a {
  color: #ed251b;
  text-decoration: underline
}

.login-box .login-codigo .verification-code {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px
}

.login-box .login-codigo .verification-code .form-control {
  height: 64px;
  background: #f2f2f2;
  border-radius: 10px;
  font: 38px aileronregular, sans-serif;
  color: #353f4e;
  text-align: center;
  border: 0
}

.login-box .login-codigo .verification-code .btn-enter {
  height: 42px;
  background: #ed251b;
  color: #fff;
  font: 700 16px/1 Poppins, sans-serif;
  border-radius: 10px
}

.login-celular h3 {
  font: 700 28px/1 Poppins, sans-serif;
  color: #495263;
  margin-bottom: 30px;
  text-align: center
}

.login-celular p {
  font: 700 16px/1 Poppins, sans-serif;
  color: #495263
}

.login-celular .phone-number {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px
}

.login-celular .phone-number p {
  font: 14px/1 aileronregular, sans-serif;
  color: #353f4e
}

.login-celular .phone-number p.number {
  font-size: 24px
}

.login-celular .phone-number p a {
  color: #ed251b;
  text-decoration: underline
}

.login-celular .verification-code {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px
}

.login-celular .verification-code .form-control {
  height: 64px;
  background: #f2f2f2;
  border-radius: 10px;
  font: 38px aileronregular, sans-serif;
  color: #353f4e;
  text-align: center;
  border: 0
}

.login-celular .verification-code .btn-send {
  height: 42px;
  background: #353f4e;
  color: #fff;
  font: 700 16px/1 Poppins, sans-serif;
  border-radius: 10px
}

.login-celular .verification-code .btn-send i {
  margin-right: 8px
}

.login-celular .verification-code .btn-send:hover {
  background: #ed251b
}

.shopping-cart {
  background: #faf9f7
}

.table-cart .table thead th {
  font: 12px aileronbold, sans-serif;
  color: #495263;
  background: #f2f5f7;
  border: 0
}

.table-cart .table thead th:first-child {
  border-radius: 10px 0 0 0
}

.table-cart .table thead th:last-child {
  border-radius: 0 10px 0 0
}

.table-cart .table tbody tr:first-child td {
  border-top: 0
}

.table-cart .table tbody tr td {
  background: #fff;
  font: 14px aileronregular, sans-serif;
  color: #495263;
  padding: 1.5rem .75rem
}

.table-cart .table tbody tr td p {
  margin-bottom: 10px
}

.table-cart .table tbody tr td a {
  font: 14px aileronregular, sans-serif;
  color: #495263
}

.table-cart .table .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.table-cart .table .cart-quantity .btn-quantity {
  width: 33px;
  height: 32px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font-size: 10px;
  line-height: 30px;
  padding: 0;
  margin-right: 6px
}

.table-cart .table .cart-quantity .form-control {
  width: 42px;
  height: 32px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font: 13px aileronbold, sans-serif;
  text-align: center;
  margin-right: 6px;
  padding: 0
}

.table-cart .table .price {
  line-height: 32px
}

.table-cart .table .btn-remove {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 100%;
  background: #f2f2f2;
  font-size: 10px;
  line-height: 18px;
  color: #495263;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 6px
}

.table-cart .table .btn-remove:hover {
  background: #ed251b;
  color: #fff
}

.sidebar-box {
  background: #fff;
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 15px
}

.sidebar-box h3 {
  font: 16px/1 aileronbold, sans-serif;
  color: #495263
}

.sidebar-box .shopping-subtotal p {
  margin-bottom: 10px;
  font: 15px/1 aileronregular, sans-serif;
  color: #495263
}

.sidebar-box .shopping-subtotal p span {
  float: right
}

.sidebar-box .shopping-total {
  padding-top: 15px
}

.sidebar-box .shopping-total p {
  margin-bottom: 20px;
  font: 15px/1 aileronbold, sans-serif;
  color: #495263
}

.sidebar-box .shopping-total p span {
  float: right
}

.sidebar-box .btn-continue {
  height: 32px;
  background: #ed251b;
  border-radius: 10px;
  font: 14px/1 aileronbold, sans-serif;
  color: #fff
}

.sidebar-box .btn-continue:hover {
  background: #034C8C;
  color: #000
}

.cupon-form .form-control {
  height: 32px;
  border-radius: 6px
}

.cupon-form .btn {
  height: 32px;
  background: #353f4e;
  border: 0;
  border-radius: 6px;
  font: 13px aileronbold, sans-serif;
  color: #fff;
  padding: 0 20px
}

.card-data .card {
  border-radius: 10px;
  border: 0
}

.card-data .card .card-header {
  background: #f7f7f7;
  font: 16px aileronbold, sans-serif;
  color: #495263;
  border: 0
}

.payment-form legend {
  font: 15px aileronbold, sans-serif;
  color: #353f4e;
  margin-bottom: 20px
}

.payment-form .form-control {
  height: 32px;
  border-radius: 5px;
  border-color: #cccfd1;
  font: 12px aileronregular, sans-serif;
  color: #232b3b
}

.payment-form .button {
  padding-top: 30px;
  text-align: right
}

.payment-form .button .btn-finalize {
  width: 124px;
  height: 35px;
  font: 13px aileronbold, sans-serif;
  background: #ed251b;
  color: #fff;
  border-radius: 5px;
  line-height: 20px
}

.payment-form .button .btn-finalize:hover {
  background: #034C8C;
  color: #000
}

.method-box {
  background: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px
}

.method-box ul {
  margin: 0
}

.method-box ul li {
  padding: 10px 10px;
  font: 13px/18px aileronregular, sans-serif;
  color: #495263
}

.method-box ul li:not(:first-child) {
  border-top: 1px solid #e6e6e6
}

.datacard-box {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 24px
}

.payment-detail .table tbody td {
  font: 15px aileronregular, sans-serif;
  color: #495263;
  border: 0;
  padding: .5rem 0
}

.payment-detail .table tbody td.price {
  text-align: right
}

.payment-detail .table tfoot td {
  font: 15px aileronbold, sans-serif;
  color: #495263;
  border-color: #e6e6e6;
  padding: 1rem 0
}

.payment-detail .table tfoot td.price {
  text-align: right
}

.shipping-address .address-box {
  padding: 25px 27px;
  background: #f2f5f7;
  border-radius: 10px;
  margin-bottom: 20px
}

.shipping-address .address-box p {
  margin: 0
}

.shipping-address .address-box .btn-edit {
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 100%;
  padding: 0;
  font-size: 12px;
  line-height: 26px
}

.shipping-address .address-box .btn-edit:hover {
  background-color: #034C8C;
  color: #000
}

.shipping-address .buttons {
  text-align: right;
  padding-top: 16px
}

.shipping-address .buttons .btn {
  height: 32px;
  width: 168px;
  font: 13px/18px aileronbold, sans-serif;
  border-radius: 10px
}

.shipping-address .buttons .btn+.btn {
  margin-left: 10px
}

.shipping-address .buttons .btn.btn-red {
  background: #ed251b;
  color: #fff
}

.shipping-address .buttons .btn.btn-red:hover {
  background: #034C8C;
  color: #000
}

.shipping-address .buttons .btn.btn-red-outline {
  background: #fff;
  border: 1px solid #ed251b;
  color: #ed251b
}

.shipping-address .buttons .btn.btn-red-outline:hover {
  background: #ed251b;
  color: #fff
}

.payment-summary .table tbody td {
  font: 15px aileronregular, sans-serif;
  color: #495263;
  border: 0;
  padding: .75rem .5rem
}

.payment-summary .table tbody td img {
  max-width: 54px
}

.payment-summary .table tbody td p {
  margin-bottom: 10px;
  font: 15px aileronregular, sans-serif;
  color: #495263
}

.payment-summary .table tbody td p.price {
  color: #5f6a82;
  font-size: 13px
}

.payment-summary .table tbody td.quantity {
  text-align: right;
  font-family: aileronbold, sans-serif
}

.payment-summary .table tfoot td {
  font: 15px aileronbold, sans-serif;
  color: #495263;
  border-color: #e6e6e6
}

.payment-summary .table tfoot td.price {
  text-align: right
}

.payment-program {
  padding: 15px 0
}

.payment-program .program-box {
  background: #f2f5f7;
  border-radius: 10px;
  padding: 22px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px
}

.payment-program .program-box p {
  font: 15px aileronregular, sans-serif;
  color: #495263;
  margin: 0
}

.payment-program .program-box .radio {
  background: #fff;
  padding: 5px 15px;
  border-radius: 10px
}

.payment-program .program-box .radio label {
  margin: 0
}

.payment-program .program-box .radio label:after,
.payment-program .program-box .radio label:before {
  margin-left: -17px
}

.payment-program .button {
  text-align: right
}

.payment-program .button .btn-next {
  width: 124px;
  height: 35px;
  font: 13px aileronbold, sans-serif;
  background: #ea0000;
  color: #fff;
  border-radius: 5px;
  line-height: 20px
}

.payment-program .button .btn-next:hover {
  background: #034C8C;
  color: #000
}

.contact-single {
  text-align: center;
  padding: 0 40px;
  margin-bottom: 50px
}

.contact-single .icon {
  width: 100px;
  height: 100px;
  line-height: 94px;
  border-radius: 100%;
  background: #edf5fd;
  color: #3f6ec0;
  font-size: 35px;
  display: inline-block;
  margin-bottom: 30px
}

.contact-single h4 {
  font: 700 20px/1 Gibson-Regular, sans-serif;
  color: #3f6ec0;
  margin-bottom: 20px
}

.contact-single p {
  font: 300 14px/1.5 Gibson-Regular, sans-serif;
  color: #777776
}

.price-features .table {
  border-bottom: 1px solid #e6e6e6
}

.price-features .table thead th {
  text-align: center;
  font: 700 14px/1.5 Gibson-Regular, sans-serif;
  color: #3f6ec0;
  border: 0;
  padding: 15px .75rem
}

.price-features .table thead th:nth-child(2) {
  color: #39b54a
}

.price-features .table tbody td {
  text-align: center;
  font: 700 14px/1.5 Gibson-Regular, sans-serif;
  color: #3f6ec0;
  border-color: #e6e6e6;
  padding: 15px .75rem
}

.price-features .table tbody td:first-child {
  text-align: left;
  font-weight: 300;
  color: #777776
}

.price-features .table tbody td:nth-child(2) {
  color: #39b54a
}

.list-check {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px
}

.list-check li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px
}

.check {
  position: absolute;
  top: 3px;
  left: 4px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 12px;
  width: 7px;
  border-bottom: 2px solid #39b54a;
  border-right: 2px solid #39b54a
}

@media (min-width:992px) {
  header.masthead {
    height: 482px
  }

  .animate {
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }

  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn
}

@media (max-width:767px) {
  #topbar {
    height: 85px;
  }

  #topbar .navbar-brand img {
    max-width: 130px
  }

  header.masthead {
    padding-top: 66px;
    padding-bottom: 20px
  }

  .home_slider_content h1 {
    font-size: 35px
  }

  .home_slider_content p {
    font-size: 18px
  }

  .home_slider_prev {
    left: 10px
  }

  .home_slider_next {
    right: 10px
  }

  .masthead-slider .carousel-item {
    height: 500px
  }

  .masthead-slider .carousel-item .carousel-caption {
    padding: 0 10px 0 10px
  }

  .masthead-slider .carousel-item .carousel-caption h1 {
    font-size: 30px
  }

  .masthead-slider .carousel-item .carousel-caption h3 {
    font-size: 22px;
    margin-bottom: 0
  }

  .masthead-slider .carousel-item .carousel-caption img {
    width: 36%;
    margin: 0 auto;
    display: inherit
  }

  .masthead-slider .carousel-item .carousel-caption p {
    font-size: 16px
  }

  .masthead-slider .carousel-item .carousel-caption .button {
    text-align: center
  }

  .masthead-slider .carousel-item .carousel-caption .button .btn-order {
    padding: 14px 20px;
    font-size: 14px
  }

  .masthead-slider .carousel-control-next,
  .masthead-slider .carousel-control-prev {
    width: 48px;
    height: 48px
  }

  .masthead-slider .carousel-indicators {
    bottom: 0
  }

  section.ready {
    padding: 60px 0 60px !important
  }

  section .section-heading h2 {
    font-size: 28px;
    line-height: 32px
  }

  .feature-single.white .caption h4 a {
    text-align: center
  }

  footer .list-info li {
    width: 100%;
    text-align: center;
    line-height: 28px
  }

  footer .list-info li+li {
    margin-left: 0
  }

  footer .list-nav {
    text-align: center;
    margin-bottom: 25px
  }

  footer .app-area h4 {
    text-align: center;
    margin-bottom: 15px
  }

  footer .list-app {
    text-align: center
  }

  footer .social-buttons ul {
    text-align: center;
    margin-top: 10px
  }

  header.heading {
    padding: 30px 0
  }

  header.heading h1 {
    font-size: 28px
  }

  section.content h2 {
    font-size: 24px;
    margin-bottom: 30px
  }

  .accordion .btn {
    font-size: 16px
  }
}

.register-heading {
  background: #fff;
  position: relative
}

.register-heading::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #ff3645
}

.register-content {
  padding-top: 54px
}

.register-features {
  background: #fff;
  border-radius: 26px;
  padding: 25px
}

.register-features ul li {
  position: relative;
  padding-left: 60px;
  font: 18px/24px Poppins, sans-serif;
  color: #fff;
  margin-bottom: 35px
}

.register-features ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 43px
}

.register-form .form-control {
  height: 38px;
  font: 16px Poppins, sans-serif;
  border: 2px solid #dbdce0;
  border-radius: 6px
}

.register-form .form-control[readonly] {
  background: #fff
}

.register-form .nice-select {
  font: 16px/22px Poppins, sans-serif;
  width: 100%;
  padding-left: .75rem
}

.register-form .nice-select .list {
  width: 100%
}

.register-form .bluelight-box {
  background: #f2f3f7;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 1rem
}

.register-form .white-box {
  background: #fff;
  border: 1px solid #e4e2e2;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 1rem
}

.register-form .white-box label {
  font: 16px/32px Poppins, sans-serif;
  color: #fff;
  margin: 0
}

.register-form legend {
  font: 600 16px Poppins, sans-serif;
  color: #fff
}

.register-form .info {
  font: 13px/16px Poppins, sans-serif;
  color: #fff;
  margin: 0
}

.register-form .button {
  text-align: right
}

.register-form .btn-verify {
  height: 38px;
  line-height: 24px
}

.register-form .label {
  position: relative;
  padding-left: 48px;
  font: 16px/38px Poppins, sans-serif;
  color: #fff;
  margin: 0
}

.register-form .label .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color: #fff
}

.register-box .nav-tabs {
  padding: 0 20px;
  border: 0
}

.register-box .nav-tabs .nav-link {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font: 600 16px Poppins, sans-serif;
  color: #fff;
  background: #e4e8f1;
  border-color: transparent;
  border-bottom: 0;
  padding: .5rem 2rem
}

.register-box .nav-tabs .nav-link.active {
  background: #fff;
  border-color: #e4e2e2
}

.register-box .tab-content {
  padding: 36px 32px;
  border: 1px solid #e4e2e2;
  border-radius: 16px;
  background: #fff
}

.box-content {
  padding: 36px 32px;
  border: 1px solid #e4e2e2;
  border-radius: 16px;
  background: #fff
}

.box-content h2 {
  font: 600 26px/32px Poppins, sans-serif;
  color: #fff;
  margin-bottom: 30px
}

.upload-box input[type=file] {
  display: none
}

.upload-box .form-control {
  height: 32px;
  border: 0;
  background: #fff;
  color: #fff
}

.upload-box .btn-upload-file {
  height: 32px;
  font: 600 16px/18px Poppins, sans-serif;
  border: 2px solid #e4e2e2;
  border-radius: 10px;
  background: #fff;
  color: #fff;
  position: relative
}

@media (max-width:767px) {
  .register-heading::before {
    top: inherit;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 100%
  }

  .register-box {
    margin-top: 20px
  }

  .price-button {
    gap: 1.3em !important
  }
}

@media (max-width:1024px)and (min-width:768px) {
  .price-button {
    padding: 20px 0;
    gap: .5em !important
  }
}

@media (max-width:768px) {
  .price-button {
    gap: 1.3em !important
  }
}

.header-control ul {
  gap: .5em
}

.btn_link_title {
  font-size: 22px !important
}

.category-banners .owl-carousel .owl-nav .owl-next,
.category-banners .owl-carousel .owl-nav .owl-prev {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all .5s;
  transition: all .5s
}

.category-content {
  background: #faf8f8
}

.category-banners .owl-carousel .owl-nav .owl-next:focus,
.category-banners .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0
}

@media(max-width:425px) {
  .btn-send {
    width: 100%;
    margin-bottom: .5em;
    height: 100%
  }

  .header_main_css {
    margin-top: .6em
  }

  .header_superior img {
    width: 100%
  }

  .home_slider_background,
  .home_slider_container {
    height: 270px !important
  }

  section {
    padding-top: 0 !important
  }

  .list_menu_nav {
    display: block
  }

  .header-control div.address #lbl_direccion_entrega {
    display: none !important
  }

  .tienda-cont p {
    font-size: .7em
  }

  .tienda-cont img {
    height: 33px
  }

  .carousel-promociones .item {
    height: 210px !important;
    padding: .3em !important
  }

  .menu-mobile .navbar-toggler-trigger span,
  .menu_nav_header span {
    left: 29%
  }

  .menu-mobile .navbar-toggler-trigger {
    background: #fff;
    padding: 0;
    margin-left: 4em;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center
  }

  #topbar .logo {
    margin-left: -1.2em
  }

  .header-control ul li,
  .header-control-mobile ul li {
    padding: 0 !important
  }

  .carousel_promociones ._btn-minus {
    right: 4em !important
  }

  .carousel_promociones ._btn-plus {
    right: 2em !important
  }

  .promociones-content .category-title hr {
    min-width: 30% !important
  }

  .promociones-content .category-title h2 {
    font-size: 1.2em
  }

  ._main_content_slide {
    margin-top: -.9em
  }

  .direccion_modal_item_chk .checkbox label {
    margin-right: 3em
  }

  .rubros-bar .carousel-wrapp {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .store-menu {
    padding: 0 !important
  }

  .food-item {
    margin-left: 1.5em;
    margin-right: 1.5em
  }

  .text-descri {
    display: none
  }

  .modal-header-content h5 {
    padding-left: 2em;
    padding-right: 2em;
    text-align: center
  }

  .modal-cellphonenumber .login-form .form-control {
    height: 40px
  }

  .modal-cellphonenumber .login-form .form-control {
    font-size: 16px
  }

  .modal-dialog .modal-header .modal-header-content h5 {
    font-size: 15px
  }

  .col-4 {
    padding-right: 0
  }

  .card-body {
    padding: 15px
  }

  .price-button {
    gap: 5.5em !important
  }

  .address-box .address h5 {
    font: 12px Poppins, sans-serif
  }

  .direccion_modal_item {
    width: 12em
  }

  #direcciones_cont .address-actions .checkbox label {
    left: -3.5em
  }

  .icons-direccion-lista-map {
    top: 1.2em;
    left: -7.5em
  }

  .price-button {
    gap: 5.1em
  }

  .locations-map {
    margin-top: 1em;
    height: 30em
  }

  #cont_tiendas_zona_reparto .address-actions {
    width: 3em !important
  }

  .card_link_icon {
    padding: 1em;
    width: 8em;
    height: 8em
  }

  .card_link_icon img {
    width: 6em;
    height: 6em
  }

  #frm_direccion_seleccionar .nav-tabs .nav-link {
    width: 10em !important
  }

  .tab-items-map .tab-content {
    width: 21em
  }

  .container-map-cards {
    display: grid;
    justify-content: center
  }

  .card_slider_map {
    width: 16em !important
  }

  .icons-modal-dir {
    display: grid
  }

  .clock-icon-data {
    margin-left: 0 !important
  }

  .address-box .row {
    width: auto !important
  }

  .container-page-footer-info {
    grid-template-columns: 1fr
  }

  .container-page-footer-info {
    text-align: center
  }

  .container-page-footer-info h6 {
    border-bottom: 1px solid #dedede;
    padding-bottom: 1em
  }

  .container-page-footer-info h6::after {
    content: "";
    position: absolute;
    right: 21px;
    top: 4px;
    width: 10px;
    background: url("../assets/img/icon_right.png") no-repeat;
    height: 10px;
    background-size: 100%;
    transform: rotate(360deg);
    transition: all .2s
  }

  h6.active_info:after {
    transform: rotate(90deg)
  }

  .container-page-footer-info .list {
    display: none
  }

  ._list_apps {
    display: grid !important;
    justify-content: center
  }

  .lits-apps-f {
    justify-content: center
  }

  .list-apps_pago {
    justify-content: center;
    gap: .5em
  }

  ._legales {
    max-width: 100% !important
  }

  ._footer-apps {
    margin-left: 0 !important;
    display: grid
  }

  .navbar-toggler-trigger {
    display: none
  }
}

.banner-link img {
  border-radius: 20px
}

.price-data {
  display: grid
}

.product-modal .prod-image img {
  max-width: 55px;
  border-radius: 6px;
  height: 55px
}

@media (max-width:375px) {
  .modal-addcart .modal-title {
    font-size: 18px
  }

  .product-modal .prod-image img {
    max-width: 55px;
    border-radius: 6px
  }

  .purchase-box .price-quantity .cart-quantity .btn-quantity {
    width: 23px;
    height: 23px;
    display: grid;
    justify-content: center;
    align-items: center
  }

  .purchase-box .price-quantity .cart-quantity .form-control {
    width: 23px;
    height: 23px
  }

  .card-information .title-card h2 {
    font-size: 20px
  }

  .purchase-box .details {
    padding-left: 10px
  }

  .purchase-box img {
    width: 78px !important
  }

  .purchase-box .details h5 {
    font-size: 14px
  }

  .purchase-box .price-quantity .price {
    text-align: center
  }

  .product-details .price p.old-price {
    font-size: 14px
  }

  .product-details .price p {
    font-size: 18px
  }

  .price-data {
    display: flex !important;
    gap: .5em;
    justify-content: center
  }

  .btns-ventas-complements {
    display: inline !important
  }

  .price-button {
    gap: 1em !important
  }

  .btn-send {
    width: 100%;
    margin-bottom: .5em
  }
}

.btn-send {
  margin-bottom: .5em !important
}

.col-8 {
  padding-left: 0
}

@media (max-width:320px) {
  .price-button {
    gap: 1em !important
  }

  .home_slider_content .btn-comprar {
    font-size: 2em
  }

  .icon-button-arrow:before {
    font-size: 1.5em
  }

  #frm_direccion_seleccionar .nav-tabs .nav-link {
    width: 8em !important
  }

  .direccion_modal_item {
    width: 18em
  }

  .direccion_modal_item_chk .checkbox label {
    left: -2.5em
  }
}

#direccion_modal_item_chk .checkbox input[type=checkbox]:checked+label:before,
.checkbox input[type=radio]:checked+label:before {
  background: #2ba143 !important
}

.modal-title-info {
  text-align: center;
  font-weight: 700;
  font-family: akrobatblack, sans-serif;
  font-size: 28px
}

.section-info-invoice {
  background: #fff !important
}

.section-info-invoice h2,
.title-invoice {
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 400;
  color: #000
}

.section-info-invoice h3 {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 600;
  color: #000;
  margin-top: 1.4em
}

.section-form input {
  font-size: 1.1em;
  padding: 1.2em 1em 1.2em 1em
}

.section__content {
  margin-top: 2em
}

.section__content_cards {
  display: grid;
  column-gap: 1em;
  grid-template-columns: 1fr 1fr
}

.content-box {
  background-clip: padding-box;
  border: 1px solid #d1cecb;
  border-radius: 5px;
  color: #545454;
  padding: 1em;
  margin-bottom: 1em
}

.placeholder-line {
  height: 1em;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  margin-top: .5em
}

.placeholder-line--60 {
  width: 60%
}

.placeholder-line--75 {
  width: 75%
}

.placeholder-line--70 {
  width: 70%
}

.placeholder-line--90 {
  width: 90%
}

.order-summary__section__content {
  min-width: 100%
}

.no-js .order-summary__section__content,
.no-touchevents .order-summary__section__content {
  overflow: hidden
}

.section-info-invoice table {
  width: 100%
}

.section-info-invoice table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em
}

td:first-child,
th:first-child {
  padding-left: 0;
  text-align: left
}

.product-thumbnail__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1
}

.product-thumbnail {
  width: 4.6em;
  height: 4.6em;
  border-radius: 8px;
  background: #fff;
  position: relative
}

.product-thumbnail::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  border: 1px rgba(0, 0, 0, .1) solid;
  z-index: 2
}

.product-thumbnail__quantity {
  font-size: .8571428571em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114, 114, 114, .9);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 .5833333333em;
  position: absolute;
  right: -.75em;
  top: -.75em;
  z-index: 3
}

.order-summary__sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - 8em);
  width: 100%
}

.order-summary__section--product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-height: 7em;
  overflow: hidden;
  padding: 0;
  position: relative
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  width: 2px;
  height: 2px;
  margin: -2px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap
}

.order-summary__section--product-list+.order-summary__section {
  border: 0
}

.order-summary__section {
  padding-top: 1.5em;
  padding-bottom: 1.5em
}

.section-info-invoice td,
.section-info-invoice th {
  padding-left: 1em
}

.section-info-invoice td,
.section-info-invoice th {
  font-weight: 400
}

.order-summary__section--product-list::after,
.order-summary__section--product-list::before {
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: background-color .3s cubic-bezier(.3, 0, 0, 1);
  transition: background-color .3s cubic-bezier(.3, 0, 0, 1);
  width: 100%;
  z-index: 4
}

.total-line-table__tbody+.total-line-table__footer .total-line:first-child td::before,
.total-line-table__tbody+.total-line-table__footer .total-line:first-child th::before,
.total-line-table__tbody+.total-line-table__tbody .total-line:first-child td::before,
.total-line-table__tbody+.total-line-table__tbody .total-line:first-child th::before {
  content: '';
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 100%;
  height: 1px
}

.product-table::after {
  background-color: rgba(175, 175, 175, .34);
  bottom: 0
}

.sidebar .total-line-table__tbody+.total-line-table__footer .total-line:first-child td::before,
.sidebar .total-line-table__tbody+.total-line-table__footer .total-line:first-child th::before,
.sidebar .total-line-table__tbody+.total-line-table__tbody .total-line:first-child td::before,
.sidebar .total-line-table__tbody+.total-line-table__tbody .total-line:first-child th::before {
  background-color: rgba(175, 175, 175, .34)
}

.total-line-table__footer td,
.total-line-table__tbody td {
  text-align: end
}

.order-summary__small-text {
  font-size: .8571428571em
}

.sidebar .order-summary__small-text {
  color: #717171
}

.order-summary__section--product-list .product-table {
  margin-top: .75em;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1
}

.payment-due__price {
  font-size: 1.7142857143em;
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1em
}

.order-summary__emphasis {
  font-weight: 500
}

.total-line-table__tbody+.total-line-table__footer .total-line:first-child td,
.total-line-table__tbody+.total-line-table__footer .total-line:first-child th,
.total-line-table__tbody+.total-line-table__tbody .total-line:first-child td,
.total-line-table__tbody+.total-line-table__tbody .total-line:first-child th {
  padding-top: 3em;
  position: relative
}

.payment-due__currency {
  font-size: .8571428571em;
  vertical-align: .2em;
  margin-right: .5em
}

.img-content-invoice {
  display: flex;
  justify-content: center;
  margin-bottom: 2em
}

.bg-theme {
  background-color: #2ba143 !important
}

.btn-theme {
  color: #fff !important;
  background-color: #2ba143 !important;
  border-color: #2ba143
}

.btn-theme-success {
  color: #fff !important;
  background-color: #10b818 !important;
  border-color: #10b818
}

.btn-theme-secondary {
  color: #fff !important;
  background-color: #fff !important;
  border-color: #fff
}

.btn-theme-secondary:hover {
  color: #000 !important
}

.text-theme-primary {
  color: #2ba143 !important
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  top: 3px
}

.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: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: #fff;
  transition: .4s
}

input:checked+.slider {
  background-color: #2ba143
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px)
}

.slider.round {
  border-radius: 34px
}

.slider.round:before {
  border-radius: 50%
}
