textarea {
  resize: none !important;
}

html,
body {
  height: 100vh;
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'BogleWeb-Regular';
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body main {
  transition: 0.3s;
  flex: 1;
}
@media (min-width: 501px) {
  body main.active {
    margin-right: 345px;
  }
}

.ui-datepicker {
  z-index: 99999 !important;
}

.nl2br {
  white-space: pre;
  white-space: pre-line;
}

.modal::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.pagination {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  border-radius: 10px;
  border: 2px solid #fff !important;
}
.pagination a,
.pagination li,
.pagination .page-link,
.pagination .page-item {
  outline: 0px !important;
  box-shadow: none !important;
  border: 0px !important;
  font-family: 'Segoe Bold';
}

[v-cloak] {
  display: none;
}

select {
  box-shadow: none !important;
  outline: 0px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-size: 16%;
  background: url('../img/select_arrow.png') calc(100% - 10px) / 10px no-repeat
    #eee;
}

select::-ms-expand {
  display: none;
}

.sa-confirm-button-container button {
  background: #ef4f25 !important;
  color: #fff;
  font-family: 'BogleWeb-Bold';
}

.sa-button-container .cancel {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  color: #fff;
  font-family: 'BogleWeb-Bold';
}

input,
textarea {
  box-shadow: none !important;
  outline: 0px !important;
}

.contenido:not(.contenido-no-padding) {
  padding: 40px;
  padding-top: 152px;
}

button {
  outline: 0px !important;
  box-shadow: none !important;
}

#terminos {
  background-color: #fbfbfb;
}

.title-terms {
  text-transform: uppercase;
  text-align: center;
  font-family: 'BogleWeb-Bold';
  font-size: 20px;
  color: #000 !important;
}

.title {
  text-transform: uppercase;
  text-align: center;
  font-family: 'BogleWeb-Bold';
  font-size: 35px;
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  -webkit-background-clip: text;
  color: transparent !important;
}
.title.title-line::after {
  content: '';
  height: 2px;
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  width: 100%;
  display: inline-block;
}

.text-degradado {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  -webkit-background-clip: text;
  color: transparent !important;
}

@media (max-width: 991px) {
  .responsive-table {
    width: 100%;
    overflow-x: auto;
  }
  .responsive-table table {
    width: 1000px;
  }
}

header .navbar-toggler i {
  color: #debc61 !important;
}
@media (max-width: 600px) {
  header .form-no-responsive {
    display: none;
  }
}
header .container-form-header {
  position: relative;
  width: 63%;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .container-form-header ul {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  list-style: none;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding-left: 0px;
  overflow: hidden;
}
header .container-form-header ul li:last-child a {
  border-bottom: 0px !important;
}
header .container-form-header ul li.close-item {
  text-align: right;
}
header .container-form-header ul li.close-item a {
  color: #d32f2f !important;
  font-size: 16px;
  padding: 0px;
  padding-right: 10px;
  display: inline-block;
  border: 0px !important;
  position: absolute;
  top: 3px;
  right: 3px;
}
header .container-form-header ul li.close-item a:hover {
  background-color: #fff;
}
header .container-form-header ul li.loading-item {
  text-align: center;
  padding-bottom: 10px;
  margin-top: 15px;
}
header .container-form-header ul li.no-items {
  font-size: 12px;
  text-align: center;
  padding-bottom: 5px;
}
header .container-form-header ul li a {
  display: block;
  color: #000 !important;
  font-size: 12px;
  text-decoration: none !important;
  padding: 8px;
  border-bottom: 0.5px solid #c8c8c8;
}
header .container-form-header ul li a:hover {
  background-color: #e1e1e1;
}
header .container-form-header ul li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
header .container-form-header ul li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 600px) {
  header .dropdown-login {
    margin: 0px !important;
  }
  header .dropdown-login .container-items {
    margin-right: 10px !important;
    margin-top: 5px !important;
  }
}
@media (max-width: 600px) and (max-width: 390px) {
  header .dropdown-login .container-items {
    margin-right: 0px !important;
  }
}

header .dropdown-login a span {
  white-space: nowrap;
}
@media (max-width: 390px) {
  header .dropdown-login a span {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  header .dropdown-login a.register {
    font-size: 10px !important;
  }
}
header .dropdown-login a:not(.register) span {
  font-family: 'BogleWeb-True-Bold' !important;
}
@media (min-width: 601px) {
  header .dropdown-login .container-items {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start !important;
  }
  header .dropdown-login .container-items img {
    display: none;
  }
  header .dropdown-login .container-items a {
    padding: 0px !important;
    justify-content: flex-start !important;
  }
  header .dropdown-login .container-items a.register {
    font-size: 11px;
  }
}
header .container-navbar-top {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  header .container-navbar-top {
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 390px) {
  header .container-navbar-top {
    margin-left: 5px;
  }
}
@media (min-width: 601px) {
  header .container-navbar-top .container-categories {
    display: none;
  }
}
header .container-navbar-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #168ac4;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 56px;
}
@media (max-width: 600px) {
  header .container-navbar-bottom {
    height: 45px;
    padding: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 390px) {
  header .container-navbar-bottom .container-links {
    margin-top: -5px;
  }
}
header .container-navbar-bottom .container-links a {
  color: #fff !important;
  font-family: 'BogleWeb-True-Bold' !important;
  text-decoration: none !important;
  border-radius: 5px;
  padding: 7px;
  padding-top: 10px;
  height: 43px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 18px !important;
}
header .container-navbar-bottom .container-links a img {
  width: 20px;
  margin-right: 5px;
  margin-top: -5px;
}
header .container-navbar-bottom .container-links a:hover {
  border: 1px solid #fff;
}
@media (max-width: 600px) {
  header .container-navbar-bottom .container-links a {
    height: auto;
    padding: 0px;
    font-size: 14px !important;
    margin: 0px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
}
@media (max-width: 390px) {
  header .container-navbar-bottom .container-links a {
    font-size: 11px !important;
  }
}
@media (max-width: 600px) {
  header .container-navbar-bottom .container-categories {
    display: none;
  }
}
header .container-navbar-bottom .container-categories a span {
  font-size: 18px;
  /*position: fixed;*/
  top: 2.5px;
  font-family: 'BogleWeb-True-Bold' !important;
}
header .container-navbar-bottom .container-icons {
  display: flex;
}
header .container-navbar-bottom .container-icons img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (max-width: 600px) {
  header .container-navbar-bottom .container-icons img {
    width: 25px;
    height: 25px;
  }
}
header .container-navbar-bottom .container-icons a {
  padding: 0px !important;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
}
header .container-navbar-bottom .container-icons .dropdown {
  margin: 0px !important;
}
@media (max-width: 600px) {
  header .container-navbar-bottom .container-icons .dropdown {
    margin-top: -3px !important;
    margin-left: 5px !important;
  }
}
@media (min-width: 601px) {
  header .form-responsive {
    display: none;
  }
}
header .form-responsive {
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
header .form-responsive ul {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 999;
  list-style: none;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding-left: 0px;
  overflow: hidden;
}
header .form-responsive ul li:last-child a {
  border-bottom: 0px !important;
}
header .form-responsive ul li.close-item {
  text-align: right;
}
header .form-responsive ul li.close-item a {
  color: #d32f2f !important;
  font-size: 16px;
  padding: 0px;
  padding-right: 10px;
  display: inline-block;
  border: 0px !important;
  position: absolute;
  top: 3px;
  right: 3px;
}
header .form-responsive ul li.close-item a:hover {
  background-color: #fff;
}
header .form-responsive ul li.loading-item {
  text-align: center;
  padding-bottom: 10px;
  margin-top: 15px;
}
header .form-responsive ul li.no-items {
  font-size: 12px;
  text-align: center;
  padding-bottom: 5px;
}
header .form-responsive ul li a {
  display: block;
  color: #000 !important;
  font-size: 12px;
  text-decoration: none !important;
  padding: 8px;
  border-bottom: 0.5px solid #c8c8c8;
}
header .form-responsive ul li a:hover {
  background-color: #e1e1e1;
}
header .form-responsive ul li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
header .form-responsive ul li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .form-responsive ul {
  left: 5%;
  width: 90%;
}
header .form-responsive ul li.close-item {
  text-align: right;
}
header .form-responsive ul li.close-item a {
  color: #d32f2f !important;
  font-size: 20px;
  padding: 0px;
  padding-right: 10px;
  display: inline-block;
}
header .form-responsive ul li.close-item a:hover {
  background-color: #fff;
}
header .form-responsive ul li.loading-item {
  text-align: center;
  padding-bottom: 10px;
}
header .form-responsive ul li.no-items {
  font-size: 12px;
  text-align: center;
  padding-bottom: 5px;
}
header .form-responsive ul li a {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}
header .navbar {
  padding: 0px !important;
  display: block;
  z-index: 999;
  flex-wrap: inherit;
  background-color: #0f76b6;
}
@media (min-width: 426px) {
  header .navbar .hidden-lg {
    display: none;
  }
}
@media (max-width: 425px) {
  header .navbar .hidden-sm {
    display: none;
  }
}
header .navbar-left {
  display: flex;
  align-items: center;
}
header .navbar-left-filter {
  color: #fff;
  text-decoration: none;
}
header .navbar-left-filter span {
  font-size: 17px;
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
}
@media (max-width: 1075px) {
  header .navbar-left-filter img {
    display: block;
    margin-right: 1rem;
  }
  header .navbar-left-filter span {
    display: none;
  }
}
header .navbar-center {
  flex-grow: 1;
  padding-right: 1rem;
}
@media (max-width: 640px) {
  header .navbar-center {
    padding-right: 0;
  }
}
@media (max-width: 578px) {
  header .navbar-center {
    padding-right: 0;
  }
}
header .navbar-right {
  display: flex;
  padding-right: 1.1rem;
}
@media (max-width: 600px) {
  header .navbar-right {
    padding-right: 0;
    position: absolute;
    right: 10px;
    top: 5px;
  }
}
@media (max-width: 804px) {
  header .navbar-right {
    justify-content: center;
  }
  header .navbar-right-ocult {
    display: none !important;
  }
}
@media (max-width: 750px) {
  header .navbar-right-concealable {
    display: none !important;
  }
}
header .navbar-right-social {
  display: flex;
}
header .navbar-right-social a {
  padding: 0.3rem !important;
}
header .navbar-right a {
  padding: 1rem;
  color: #fff;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
}
@media (max-width: 998px) {
  header .navbar-right a {
    padding: 0px;
  }
}
header .navbar-right-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 13.5px;
  height: 13.5px;
  border-radius: 50%;
  font-size: 0.6rem;
  color: #0f76b6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'BogleWeb-Regular';
}
@media (max-width: 640px) {
  header .navbar-right-subtotal {
    display: none;
  }
}
header .navbar-right .cart-subtotal {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-top: 5px;
}
header .navbar-right .cart-header {
  text-decoration: none !important;
}
@media (max-width: 600px) {
  header .navbar-right .cart-header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    border: none;
    cursor: pointer;
    margin-top: 10px;
  }
  header .navbar-right .cart-header img {
    width: 25px;
    height: 25px;
  }
}
header .navbar .dropdown {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}
header .navbar .dropdown span {
  color: #000;
}
header .navbar .dropdown a {
  font-size: 12px !important;
}
header .navbar .dropdown #dropdown-currencies-header {
  min-width: 95px !important;
  z-index: 9999;
  background-color: #fff;
}
@media (max-width: 600px) {
  header .navbar .dropdown #dropdown-currencies-header {
    padding: 10px !important;
  }
}
header .navbar .dropdown #dropdown-currencies-header img {
  margin: 0 auto;
}
header .navbar .dropdown .icon-flag img {
  width: 20px;
}
@media (min-width: 601px) {
  header .navbar .dropdown img.img-monedas {
    display: none;
  }
}
@media (max-width: 600px) {
  header .navbar .dropdown a {
    margin: 0px !important;
    margin-right: 5px !important;
  }
}
@media (max-width: 390px) {
  header .navbar .dropdown a {
    font-size: 12px !important;
    margin-right: 0px !important;
  }
  header .navbar .dropdown .icon-flag img {
    width: 15px;
  }
}
header .navbar .dropdown .badge-pro-seller {
  background-color: #fcb43f;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  position: absolute;
  top: -3px;
  right: -3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
}
@media (max-width: 998px) {
  header .navbar .dropdown .badge-pro-seller {
    top: 0px;
    right: 5px;
  }
}
@media (max-width: 600px) {
  header .navbar .dropdown .badge-pro-seller {
    right: 0px;
    top: -2.5px;
  }
}
header .navbar .dropdown .dropdown-toggle-money-seller {
  position: relative;
}
header .navbar .dropdown .dropdown-money-seller {
  padding: 25px !important;
  padding-bottom: 35px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  left: auto;
  right: 0px;
  background-color: #fff;
  min-width: 300px;
}
header .navbar .dropdown .dropdown-money-seller h3 {
  font-size: 22px;
  font-family: 'BogleWeb-Black' !important;
  white-space: nowrap;
}
header .navbar .dropdown .dropdown-money-seller .container-bar-money {
  display: flex;
  margin-top: 20px;
}
header .navbar .dropdown .dropdown-money-seller .container-bar-money p {
  flex: 0.1;
  margin-top: -2.5px;
  margin-bottom: 0px;
  white-space: nowrap;
}
header
  .navbar
  .dropdown
  .dropdown-money-seller
  .container-bar-money
  .bar-money {
  width: 100%;
  flex: 0.8;
  background-color: #e1e1e1;
  border-radius: 15px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  overflow: hidden;
}
header
  .navbar
  .dropdown
  .dropdown-money-seller
  .container-bar-money
  .bar-money
  .bar-blue {
  background-color: #0088cc;
  height: 20px;
  min-width: 120px;
}
@media (max-width: 600px) {
  header .navbar-brand {
    width: 52px;
    margin-left: -7px !important;
  }
}
header .navbar-brand .logo {
  width: 160px;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 600px) {
  header .navbar-brand .logo {
    width: 100px;
    margin: 0px !important;
  }
}
@media (max-width: 1024px) {
  header .navbar-brand .logo {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 390px) {
  header .navbar-brand .logo {
    width: 90px;
    margin-left: -5px !important;
    margin-right: 5px !important;
  }
}
header .navbar-form {
  background-color: #e1e1e1;
  border-radius: 15px;
  display: flex;
  border: 2px solid #e1e1e1;
}
header .navbar-form:focus-within {
  border: 2px solid #fcc530;
}
header .navbar-form:focus-within button {
  background-color: #fcc530;
}
header .navbar-form-input {
  border-radius: 15px;
  background-color: #e1e1e1 !important;
  padding: 0.32rem 0.95rem;
  border: none;
  font-size: 0.95rem;
}
@media (max-width: 600px) {
  header .navbar-form-input {
    font-size: 12px;
  }
}
header .navbar-form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c8c8c8;
  border-radius: 50%;
  width: 36.44px !important;
  border: none;
  cursor: pointer;
  position: relative;
  right: -2px;
}
header .navbar-form-button-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: yellow;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  width: 30px !important;
  height: 30px;
}
@media (max-width: 600px) {
  header .navbar-form-button-sm {
    background-color: #fff;
  }
}
header .navbar-form-quit-search {
  padding-left: 0.4rem;
  padding-top: 0.2rem;
}
header .navbar .nav-item a {
  font-size: 18px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  header .navbar .nav-item a {
    text-align: center;
    margin-right: 0px !important;
  }
}
header .navbar .nav-item a img {
  width: 20px;
}
header .navbar .nav-item a .container-img {
  display: inline-block;
  position: relative;
}
header .navbar .nav-item a .badge {
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: #debc61;
  color: #000;
  font-size: 9px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar .nav-item.active a {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  -webkit-background-clip: text;
  color: transparent !important;
  font-family: 'Segoe Bold';
  position: relative;
}
@media (min-width: 992px) {
  header .navbar .nav-item.active a::after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    background: #bd8f3e;
    background: -moz-linear-gradient(
      left,
      #bd8f3e 0%,
      #f3e17e 51%,
      #dbbf58 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, #bd8f3e),
      color-stop(51%, #f3e17e),
      color-stop(100%, #dbbf58)
    );
    background: -webkit-linear-gradient(
      left,
      #bd8f3e 0%,
      #f3e17e 51%,
      #dbbf58 100%
    );
    background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
    background: -ms-linear-gradient(
      left,
      #bd8f3e 0%,
      #f3e17e 51%,
      #dbbf58 100%
    );
    background: linear-gradient(
      to right,
      #bd8f3e 0%,
      #f3e17e 51%,
      #dbbf58 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  }
}
header .navbar .nav-item.active a .badge {
  background-color: #fff;
  color: #000;
}
header .navbar .dropdown-menu {
  background-color: transparent;
  border: 0px !important;
  margin-right: 5px;
  padding: 0px !important;
  margin-top: -2px;
}
@media (max-width: 991px) {
  header .navbar .dropdown-menu {
    margin-right: 0px !important;
  }
}
header .navbar .dropdown-menu .dropdown-item {
  text-align: center;
  margin-top: 2px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  transition: 0.1s;
}
@media (max-width: 991px) {
  header .navbar .dropdown-menu .dropdown-item {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media (min-width: 992px) {
  header .navbar .dropdown-menu .dropdown-item {
    border: 1px solid #fff !important;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
header .navbar .dropdown-menu .dropdown-item:hover {
  color: #debc61 !important;
}
header .navbar .dropdown-toggle::after {
  display: none;
}
header .navbar .link-idioma {
  text-align: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  header .navbar .link-idioma {
    display: none;
  }
}
header .navbar .link-idioma img {
  width: 30px !important;
}
header .navbar .link-idioma span {
  display: block;
  font-size: 12px;
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  -webkit-background-clip: text;
  color: transparent !important;
  margin-top: 5px;
  font-family: 'Segoe SemiBold';
}
header .navbar .navbar-responsive {
  margin-right: 5px;
  display: none;
  float: right;
}
@media (max-width: 991px) {
  header .navbar .navbar-responsive {
    display: block;
  }
}
@media (max-width: 991px) {
  header .navbar .container-cart:not(.container-cart-responsive) {
    display: none;
  }
}
header .navbar .counter-cart {
  display: none;
  color: #fff !important;
}
@media (max-width: 992px) {
  header .navbar .counter-cart {
    display: inline-block;
  }
}
header .navbar .link-idioma-responsive {
  display: none;
}
@media (max-width: 991px) {
  header .navbar .link-idioma-responsive {
    display: block;
  }
}

footer.footer {
  background-color: #edeef0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'BogleWeb-Regular';
  bottom: 0px;
  width: 100%;
  text-align: center;
  height: 48px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (max-width: 600px) {
  footer.footer {
    padding-right: 15px;
    padding-left: 15px;
  }
}
footer.footer .col-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.footer img {
  width: 80px;
  height: auto;
  object-fit: contain;
}
footer.footer a {
  font-family: 'BogleWeb-Bold';
  color: #000;
  cursor: pointer !important;
  font-size: 14px;
  text-decoration: none !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.15rem rgba(0, 0, 0, 0.12) !important;
}

.item .shadow,
.row-categories-filter .shadow {
  z-index: 9999999 !important;
  -webkit-box-shadow: 0px 2px 25px 7px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0px 2px 25px 7px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0px 2px 25px 7px rgba(0, 0, 0, 0.5) !important;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 15px;
  padding-top: 15px;
}

[v-cloak] {
  display: none;
}

.form-control.yellow-select {
  padding: 0.375rem 1.5rem 0.375rem 0.75rem;
}

select.yellow-select {
  background-color: #ef4f25 !important;
  border: none !important;
  color: #fff !important;
  font-family: 'BogleWeb-Bold' !important;
  border-radius: 3px !important;
  margin-right: 10px !important;
}
select.yellow-select:active {
  background-color: #ef4f25;
}
select.yellow-select:last-child {
  margin-right: initial;
}
select.yellow-select option {
  background-color: white !important;
  color: black;
}

input.input-gray,
textarea.input-gray {
  background-color: #e1e1e1 !important;
  border: none !important;
}

span.through {
  text-decoration: line-through !important;
}

.tarjeta-spinner {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-black {
  color: #000 !important;
}

@font-face {
  font-family: 'BogleWeb';
  src: url('../fonts/web/BogleWeb-Regular.ttf');
}
@font-face {
  font-family: 'BogleWeb-Bold';
  src: url('../fonts/web/BogleWeb-Bold.ttf');
}
@font-face {
  font-family: 'BogleWeb-True-Bold';
  src: url('../fonts/web/BogleWeb-Bold.otf');
}
@font-face {
  font-family: 'BogleWeb-Black';
  src: url('../fonts/web/BogleWeb-Black.ttf');
}
@font-face {
  font-family: 'BogleWeb-Regular';
  src: url('../fonts/web/BogleWeb-Regular.ttf');
}
@font-face {
  font-family: 'BogleWeb-Bold';
  src: url('../fonts/web/BogleWeb-Regular.ttf');
}
@font-face {
  font-family: 'BogleWeb-Black';
  src: url('../fonts/web/BogleWeb-Black.ttf');
}

@font-face {
  font-family: 'futura-heavy-bt';
  src: url('../fonts/web/futura-heavy-bt.ttf');
}

@font-face {
  font-family: 'futura-medium-bt';
  src: url('../fonts/web/futura-medium-bt.ttf');
}

.font-medium {
  font-family: 'BogleWeb-Regular' !important;
}

.font-bold {
  font-family: 'BogleWeb-Bold' !important;
}

.font-semibold {
  font-family: 'BogleWeb-Bold' !important;
}

.font-black {
  font-family: 'BogleWeb-Bold' !important;
}

.font-extrabold {
  font-family: 'BogleWeb-Black' !important;
}

button.btn,
a.btn {
  border-radius: 15px;
}

.btn-primary {
  background-color: #0f76b6;
  border: none;
  color: #fff;
  font-size: 0.825rem;
  font-family: 'BogleWeb';
  font-weight: 600;
  padding: 0.275rem 0.75rem;
}
.btn-primary:hover {
  background-color: rgba(15, 118, 182, 0.85);
  color: #fff;
}
.btn-primary:active {
  background-color: rgba(15, 118, 182, 0.85) !important;
  color: #fff !important;
}

.btn-viveres {
  min-width: 200px;
}

.filtro {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@media (max-width: 600px) {
  .filtro-say {
    background-color: #0f76b6;
    color: #fff;
    padding: 0.5rem 2rem;
    padding-top: 20px;
  }
  .filtro-say span {
    font-family: 'futura-heavy-bt' !important;
    font-size: 15px;
  }
  .filtro-say button {
    position: absolute;
    top: 14px;
    background-color: transparent !important;
    color: #fff !important;
    right: 23px;
    /*font-size: 20px; */
  }
}

@media (min-width: 750px) {
  .filtro-say {
    background-color: #0f76b6;
    color: #fff;
    padding: 0.5rem 2rem;
    /*padding-top: 20px;*/
  }
  .filtro-say span {
    font-family: 'futura-heavy-bt' !important;
    font-size: 15px;
  }
  .filtro-say button {
    position: absolute;
    top: 0px;
    background-color: transparent !important;
    color: #fff !important;
    right: 5px;
    /*font-size: 20px; */
  }
}

.filtro-favorito-ref {
  text-decoration: none !important;
}
.filtro-favorito,
.filtro-login {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 15px;
  padding-bottom: 5px;
  font-family: 'BogleWeb-Bold';
  color: #000;
  font-size: 18px;
  cursor: pointer;
}
.filtro-favorito img,
.filtro-login img {
  width: 25px;
  margin-right: 5px;
}

.filtro-logout {
  padding-left: 2rem;
  display: block;
  padding-bottom: 10px;
  color: black;
  font-family: 'futura-medium-bt' !important;
}
@media (max-width: 600px) {
  @supports (-webkit-touch-callout: none) {
    .filtro-logout {
      padding-bottom: 90px;
    }
  }
}
.filtro-logout:hover {
  color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 750px) {
  .filtro-login {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .filtro-categorias {
    text-transform: uppercase;
    font-family: 'futura-heavy-bt' !important;
    color: #000;
    font-size: 0.99rem;
    padding-left: 3.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 750px) {
  .filtro-categorias {
    text-transform: uppercase;
    font-family: 'futura-heavy-bt' !important;
    color: #000;
    font-size: 0.99rem;
    padding-left: 3.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.filtro-uppercase {
  text-transform: uppercase;
}

.filtro-container {
  position: fixed;
  left: -525px;
  top: 0px;
  height: calc(100vh - 132px);
  margin-top: 132px;
  width: 350px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 99;
}
@media (max-width: 350px) {
  .filtro-container {
    width: 100vw;
  }
}
@media (max-width: 400px) {
  .filtro-container {
    min-width: 100%;
  }
}

.subcategory-title {
  color: #0f76b6;
  position: relative;
  margin-left: -8px;
}

.filtro-container .filtro-back {
  cursor: pointer;
  margin-top: 20px;
  padding-left: 24px;
  margin-top: 0px;
  background: #eee;
}

.filtro-container .filtro-back i {
  color: rgb(190, 190, 190);
  margin-right: 5px;
}

.filtro-container .filtro-back img {
  width: 15px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.filtro-container ul.filtro-list {
  padding: 0;
}
.filtro-container ul.filtro-list .form-check-label {
  cursor: pointer;
  font-family: 'futura-heavy-bt' !important;
}
.filtro-container ul.filtro-list .filtro-list-category {
  display: flex;
  justify-content: space-between;
  padding-right: 1rem;
  align-items: center;
}

.filtro-container ul.filtro-list .filtro-list-category img {
  width: 12px;
  height: 12px;
}

.filtro-container ul.filtro-list .filtro-list-category .img {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.filtro-container ul.filtro-list .filtro-list-category a {
  display: inline-block;
  width: calc(100% - 50px);
}

.filtro-p {
  margin-bottom: 0px;
  /* font-family: "Futura,Trebuchet MS,Arial,sans-serif"!important;*/
  font-family: 'futura-medium-bt' !important;
  font-weight: bold;
  font-size: 0.9rem;
}
.filtro-container ul.filtro-list li {
  cursor: pointer;
  font-family: 'futura-heavy-bt' !important;
  font-size: 0.97rem;
  color: #000;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  list-style: none;
  transition: 0.6s;
}

.filtro-container
  ul.filtro-list
  li:not(.filtro-favorito):not(.item-socials):not(.item-subcategory):hover {
  background-color: #e1e1e1;
  font-weight: 800;
  color: #0f76b6;
}

.filtro-container ul.filtro-list li.item-principal {
  padding-top: 12px !important;
  /*margin-top: 15px; */
  padding-left: 46px;
  padding-bottom: 12px;
}
.filtro-container ul.filtro-list li.item-principal > div {
  text-transform: uppercase;
  font-family: 'futura-medium-bt' !important;
}

.filtro-container ul.filtro-list li.filtro-list-item {
  padding-left: 2rem;
  /*padding-top: .5rem;
padding-bottom: .5rem;*/
}

.filtro-container ul.filtro-list li .container-socials img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.filtro-container ul.filtro-list ul {
  padding-left: 1rem;
}
.filtro-container ul.filtro-list ul li {
  color: rgba(0, 0, 0, 0.7);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-right: 0.5rem;
}

.filtro-list-category i {
  /*height: 30px;
  width: 30px;
  text-align: center;
  padding: 10px;
  margin: 0px 5px;
  color: rgb(190, 190, 190);
  font-size: 15px;*/
}

.filtro-list-category i:hover {
  border-radius: 50%;
  color: #0f76b6;
  background-color: #cccacaec;
}
.redC {
  background: rgb(52, 19, 235);
}

.container-categories i {
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 10px;
  margin: 0px 5px;
  color: #fff;
  font-size: 30px;
}

.container-categories i:hover {
  border-radius: 50%;
  color: #fff;
  background-color: #0f76b6;
}

.container-categories img {
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 10px;
  margin: 0px 5px;
  color: rgb(190, 190, 190);
  font-size: 15px;
}

.container-categories img:hover {
  border-radius: 50%;
  color: #fff;
  background-color: #0f76b6;
}

#home {
  background-image: none !important;
}
#home .carousel-inner {
  height: 250px !important;
}
@media (max-width: 600px) {
  #home .carousel-inner {
    height: 70px !important;
    margin-top: 12px !important;
  }
}
#home .carousel-item {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

nav .navbar-right .dropdown span {
  text-decoration: none;
  color: #000 !important;
}

nav .navbar-right .dropdown a {
  text-decoration: none;
}

header .navbar .dropdown-menu .dropdown-item {
  text-align: center;
  margin-top: 0;
  transition: 0.1s;
}

header .navbar .dropdown-menu .dropdown-item {
  border: 1px solid transparent !important;
  background-color: #0f76b6;
  padding: 10px 0;
  font-size: 0.7rem;
  font-family: 'Bogle-Bold';
}

.btn-primary img {
  width: 20px;
}

.shop-category-container {
  border-bottom: solid 1px #bbbbbb;
}

.shop-product-price span {
  font-family: 'BogleWeb';
  font-size: 18px;
  background-color: #ffffff;
  color: #000;
  padding: 0;
  border-radius: 3px;
}

.shop-product-button {
  text-align: center;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-pro {
  padding-top: 10px;
  padding-bottom: 10px;
}

#tienda .title-pro img {
  width: 150px;
  height: 50px;
  object-fit: contain;
}

nav .navbar-right .dropdown span {
  text-decoration: none;
  color: #fff !important;
}

.shop-category-container h2 {
  font-size: 18px !important;
}

.shop .carousel-inner {
  height: 350px;
}

header .navbar-right-badge {
  background-color: #ef4f25;
  color: #fff;
}

.shop-cart-container header {
  padding: 0.5rem;
  font-size: 18px;
}

.shop-cart-item-data-price {
  font-size: 18px;
  font-weight: 800;
}

.shop-product-price span {
  background-color: #fff;
}

.shop-cart-item-data-name {
  font-size: 16px;
  font-weight: 800;
}

.shop-cart-subtotal {
  font-size: 16px;
  font-weight: 800;
}

.btn-primary {
  font-size: 16px;
  font-weight: 800;
}

.shop-product-button button.btn {
  font-size: 14px !important;
}

.shop-cart-container header {
  padding: 0.5rem;
  font-size: 18px;
  font-weight: 800;
}

header .navbar-right a {
  font-size: 14px;
}

#ver-producto .producto-container .container-description .nl2br {
  text-transform: initial;
  font-size: 20px;
}

header .navbar .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-family: 'BogleWeb';
}

.well {
  max-height: 100%;
}

.justify-content-between span:last-child {
  font-size: 18px;
}

body {
  font-family: BogleWeb, Helvetica Neue, Helvetica, Arial, sans-serif;
}

#nosotros {
  background-color: #fbfbfb;
}
#nosotros h2,
#nosotros h3 {
  text-transform: uppercase;
  text-align: center;
  font-family: 'BogleWeb-Bold';
  font-size: 20px;
  color: #000 !important;
}
#nosotros p {
  color: #000;
  text-align: justify;
  line-height: 1.3;
  margin-top: 25px;
}
#nosotros .img img {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -75px auto;
}
@media (max-width: 767px) {
  #nosotros .img img {
    margin: -20px auto;
  }
}
@media (max-width: 1024px) {
  #nosotros .img img {
    margin: -40px auto;
  }
}
#nosotros img.logo-nosotros {
  width: 150px;
  margin: 25px auto;
}
#nosotros .margintop {
  margin-top: 80px !important;
}

#mundo {
  background-image: url('../img/fondo-mundo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: calc(100vh - 84px);
}
@media (max-width: 767px) {
  #mundo {
    background-image: url('../img/mundo-wara-responsive.jpg');
  }
}
#mundo p {
  text-align: center;
  color: #fff;
}
#mundo .masonry {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media (max-width: 991px) {
  #mundo .masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  #mundo .masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#mundo .masonry .item-column {
  opacity: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 5px;
}
#mundo .masonry .item-column > a {
  text-decoration: none !important;
}
#mundo .ellipsis {
  line-height: 20px;
  position: relative;
  height: 80px;
  overflow: hidden;
}
#mundo .item {
  background-color: #fff;
  margin-bottom: 10px;
}
#mundo .item h4 {
  color: #debc61;
  font-family: 'Bebas';
  text-align: center;
  font-size: 30px;
}
#mundo .item p {
  text-align: justify !important;
}
#mundo .item .container-text {
  padding: 20px;
}
#mundo .item p {
  color: #000;
}
#mundo .item img {
  width: 100%;
}

@media (max-width: 991px) {
  #carrito table.table-no-responsive {
    display: none;
  }
}
#carrito table td.empty {
  border-top: 0px !important;
}
#carrito table thead th {
  color: #fff;
  font-family: 'BogleWeb';
  font-weight: normal;
  border-top: 0px !important;
}
#carrito table tbody td {
  color: #fff;
}
#carrito table button {
  padding: 0px !important;
  font-size: 22px;
  color: #fff !important;
  background-color: transparent;
  margin-top: -5px;
}
#carrito .container-responsive {
  display: none;
}
@media (max-width: 991px) {
  #carrito .container-responsive {
    display: block;
  }
}
#carrito .ui-accordion-content {
  height: auto !important;
  border: 0px !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 14px !important;
  display: flex;
  justify-content: center;
  padding-left: 0px !important;
  flex-direction: column;
}
#carrito .ui-accordion-content p {
  margin-bottom: 5px !important;
}
#carrito .ui-accordion-content .container-accordion {
  width: 90%;
  margin-left: 0px;
}
#carrito .ui-accordion-content .item-cantidad {
  display: inline-block;
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#carrito .ui-accordion-content button.btn-delete {
  padding: 0px !important;
  font-size: 22px;
  color: #fff !important;
  background-color: transparent;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 10%;
}
#carrito .ui-accordion-header-active {
  color: #fff !important;
}
#carrito .ui-accordion-header {
  outline: 0px !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  border: 0px !important;
  border-bottom: 2px solid #fff !important;
  font-size: 16px !important;
  font-family: 'Segoe Bold';
  color: #fff !important;
}
#carrito .almayor {
  font-size: 11px;
  margin-bottom: 0px;
  position: relative;
  font-style: italic;
}
#carrito .almayor.almayor-responsive {
  margin-bottom: 20px;
  margin-top: 0px;
}
#carrito .item-cantidad {
  display: inline-block;
  background-color: #fff;
  color: #000;
}
#carrito .item-cantidad .add,
#carrito .item-cantidad .remove {
  padding: 0px !important;
  border-radius: 0px !important;
  margin-top: -7.5px;
  background-color: transparent !important;
  position: relative;
}
#carrito .item-cantidad .add img,
#carrito .item-cantidad .remove img {
  width: 15px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -1.5px;
  cursor: pointer;
}
#carrito .item-cantidad .add {
  right: 1.5px;
}
#carrito .item-cantidad .remove {
  left: 1.5px;
}
#carrito .item-cantidad span {
  font-size: 20px;
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  width: auto;
  min-width: 35px;
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
  text-align: center;
}
#carrito .envio {
  font-size: 15px;
}
#carrito .envio i.circle-gold {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  border-radius: 30px;
  margin-right: 5px;
}
#carrito .total {
  font-family: 'Segoe Bold';
  font-size: 20px;
}
#carrito .total.total-gold {
  color: #debc61;
}
#carrito .btn-pagar {
  display: block;
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  font-size: 20px;
  font-family: 'Segoe Bold';
  border-radius: 40px;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  width: 135px;
  margin: 0 auto;
  margin-top: 30px;
}
#carrito button.regresar {
  display: none;
  font-size: 16px !important;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  box-sizing: border-box;
  border-radius: 10px !important;
  padding: 0px !important;
  border-width: 2px !important;
  position: absolute;
  top: 40px;
  left: 40px;
  height: 46px;
}
#carrito button.regresar span {
  align-items: center;
  border-radius: 10px !important;
  background-color: #000;
  color: #fff;
  font-style: italic;
  display: flex;
  justify-content: center;
  width: calc(100% - 4px);
  padding: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0 auto;
  height: 42px;
}
#carrito button.regresar span img {
  width: 10px;
  padding: 0px;
  margin-right: 10px;
}
#carrito .bold {
  font-family: 'Segoe Bold';
}
#carrito .footer-carrito h3 {
  font-style: italic;
  font-size: 20px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
#carrito .footer-carrito a {
  font-style: italic;
  font-family: 'Segoe SemiBold';
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 10px;
}
#carrito .modal {
  color: #fff;
  text-align: center;
  padding: 10px;
}
#carrito .modal .modal-container {
  background-color: #000;
  padding: 25px;
}
#carrito .modal .modal-container p {
  font-size: 15px;
}
#carrito .modal .modal-container a img {
  width: 80px;
}
#carrito .modal .modal-body {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  padding: 8px;
}
#carrito .modal button {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  border: 0px !important;
  font-family: 'Segoe SemiBold';
  font-size: 20px;
  min-width: 150px;
  font-size: 15px !important;
}
#carrito .modal#modal-pago > .modal-dialog {
  min-width: 80% !important;
}
@media (max-width: 767px) {
  #carrito .modal#modal-pago > .modal-dialog {
    width: 100%;
  }
}
#carrito .modal#modal-pago > .modal-dialog p {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
}
#carrito .modal#modal-pago > .modal-dialog .img-pago {
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#carrito .modal#modal-proceder .modal-container {
  border-radius: 5px;
  background-color: #edeef0 !important;
}
#carrito .modal#modal-proceder .modal-container p {
  color: #000;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#carrito .modal#modal-proceder .modal-container button {
  border-radius: 10px !important;
  font-family: 'Segoe Bold';
  font-style: italic;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #carrito .modal#modal-proceder .modal-container button {
    margin-bottom: 10px;
    width: 100%;
  }
}

#tienda {
  margin-top: 132px;
}
@media (max-width: 1024px) {
  #tienda {
    margin-right: 0;
  }
}
#tienda .owl-carousel-promotions .owl-stage {
  margin: 0 auto;
}
#tienda .Title__titleContainer___2-MJY,
#tienda .styles__title___2AgBB {
  cursor: pointer;
}
#tienda .productTile__productNameContainer___3wOJS {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
#tienda .title-pro a {
  text-decoration: none !important;
  color: #000 !important;
}
#tienda .title-pro img {
  width: 150px;
  height: 50px;
  object-fit: contain;
}
#tienda .row-title {
  margin-bottom: 20px;
}
#tienda .row-title::after {
  content: '';
  height: 2px;
  background-color: #debc61;
  display: block;
  margin-top: 15px;
  width: 100%;
}
#tienda .row-title a {
  display: inline-block;
  margin-right: 10px;
}
#tienda .row-title a img {
  width: 50px;
}
#tienda .row-title h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Bebas';
  font-size: 25px;
}
#tienda .row-title select {
  max-width: 250px;
}
@media (min-width: 768px) {
  #tienda .row-title select {
    float: right;
  }
}
@media (max-width: 767px) {
  #tienda .row-title select {
    margin-top: 20px;
  }
}
#tienda .image-modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  #tienda .image-modal {
    min-height: 500px;
  }
}
#tienda .image-modal .close {
  display: none;
  position: absolute;
  top: 5px;
  right: 20px;
}
@media (max-width: 767px) {
  #tienda .image-modal .close {
    display: inline-block !important;
  }
  #tienda .image-modal .close i {
    display: inline-block !important;
    font-size: 30px;
  }
}
#tienda .image-modal i {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
#tienda .image-modal i.fa-chevron-right {
  margin-right: 10px;
  order: 2;
}
#tienda .image-modal i.fa-chevron-left {
  margin-left: 10px;
}
#tienda .shop-product-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 600px) {
  #tienda .shop-product-image {
    height: 30%;
  }
}
#tienda .almayor {
  font-size: 11px;
  margin-bottom: 0px;
  position: relative;
  top: -15px;
  font-style: italic;
}
#tienda .row-productos {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  #tienda .row-productos .col-6 {
    padding: 2px !important;
  }
}
@media (max-width: 767px) {
  #tienda .row-productos h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #tienda .row-productos {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
#tienda .modal img.img-principal {
  width: 100%;
  display: none;
}
#tienda .modal .modal-content {
  border: 0px !important;
  background-color: #edeef0;
  margin: 0 auto;
}
#tienda .modal .image-modal {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#tienda .modal .modal-dialog,
#tienda .modal .modal-body,
#tienda .modal .modal-content {
  border-radius: 0px !important;
  padding: 0px !important;
}
#tienda .modal .modal-dialog {
  min-width: 80% !important;
  background-color: #edeef0;
  border: 0px !important;
}
@media (max-width: 767px) {
  #tienda .modal .modal-dialog {
    width: 100% !important;
  }

  #tienda #modalInfo.modal .modal-dialog {
    width: 80% !important;
  }

  #tienda #modalInfo.modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 3rem;
    pointer-events: none;
  }
}

.modal {
  text-align: center;
  padding: 0 !important;
}

@media (max-width: 767px) {
  #tienda .modal .modal-dialog {
    width: 100% !important;
  }

  #tienda #modalInfo.modal .modal-dialog {
    width: 80% !important;
  }

  #tienda #modalInfo.modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 2.5rem;
    pointer-events: none;
  }
}

#tienda .modal .row,
#tienda .modal [class*='col-md-'],
#tienda .modal [class*='col-lg-'] {
  padding: 0px !important;
  margin: 0px !important;
}
#tienda .modal label {
  font-family: 'Segoe Bold';
}
#tienda .modal .container-description {
  border-top: 1px solid #debc61;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
#tienda .modal .container-description h5 {
  margin-bottom: 20px;
  font-size: 16px;
}
#tienda .modal .container-description h4 {
  font-family: 'Segoe Bold';
  font-size: 15px;
}
#tienda .modal .container-description .precio {
  color: #debc61;
  font-size: 20px;
  font-family: 'Segoe Bold';
}
#tienda .modal .container-description .strong {
  line-height: 0.8;
  font-size: 14px;
}
#tienda .modal .container-description .ellipsis {
  line-height: 20px;
  position: relative;
  height: 40px;
  overflow: hidden;
}
#tienda .modal .container-description a {
  font-family: 'Segoe Bold';
  font-style: italic;
  color: #debc61;
  display: inline-block;
}
#tienda .modal .container-description .descripcion {
  margin-bottom: 5px;
}
#tienda .modal .container-texto {
  overflow: auto;
}
#tienda .modal .container-add {
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
#tienda .modal .container-add .btn-add {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  border-radius: 0px !important;
  border: 0px !important;
  min-width: 100px;
  height: 32px;
  position: relative;
  top: -4px;
}
#tienda .modal .container-add .btn-add img {
  width: 18px;
  position: relative;
  top: -3px;
}
#tienda .modal .container-add select {
  max-width: 300px;
}
#tienda .modal .item-cantidad {
  border: 1px solid #c0c0c0;
  display: inline-block;
  background-color: #fff;
  color: #000;
}
#tienda .modal .item-cantidad .add,
#tienda .modal .item-cantidad .remove {
  padding: 0px !important;
  border-radius: 0px !important;
  margin-top: -7.5px;
  background-color: #fff !important;
  position: relative;
}
#tienda .modal .item-cantidad .add img,
#tienda .modal .item-cantidad .remove img {
  width: 15px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -1.5px;
  cursor: pointer;
}
#tienda .modal .item-cantidad .add {
  right: 1.5px;
}
#tienda .modal .item-cantidad .remove {
  left: 1.5px;
}
#tienda .modal .item-cantidad span {
  font-size: 20px;
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  width: auto;
  min-width: 35px;
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
  text-align: center;
}
#tienda .container-item {
  border: 1.5px solid #d9d9d9;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  max-width: 300px;
}
#tienda .container-item a {
  text-decoration: none !important;
  color: #000 !important;
}
#tienda .container-item .container-text {
  padding: 20px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  #tienda .container-item .container-text {
    padding: 10px;
  }
}
#tienda .container-item .container-text h4 {
  font-family: 'Segoe Bold';
  font-size: 15px;
}
#tienda .container-item .container-text p {
  font-size: 15px;
}
@media (max-width: 767px) {
  #tienda .container-item .container-text p {
    margin: 0px !important;
  }
}
#tienda .container-item > a > img {
  width: 100%;
}
#tienda .container-item button {
  width: 100%;
  border-radius: 0px !important;
  background-color: transparent !important;
  border-top: 2px solid #debc61;
  border-bottom: 2px solid #debc61;
}
#tienda .container-item button img {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#tienda .container-item p {
  margin-bottom: 0.5rem;
}
#tienda .container-item select.form-control {
  font-size: 0.9rem !important;
  height: 1.7rem !important;
  padding: 0.1rem 0.75rem !important;
}
#tienda .container-item .relleno {
  height: 1.7rem;
}
#tienda .etiqueta {
  font-size: 25px;
  font-style: italic;
  font-family: 'BogleWeb';
  color: #fff;
  margin-left: 20px;
}
#tienda .etiqueta i {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  font-size: 30px;
}
.row.row-categories-filter > .col-md-2.col-6 {
  margin-top: 20px;
}

.shop {
  position: relative;
  display: flex;
}
.shop-cart-container {
  -webkit-box-shadow: -2px 3px 5px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -2px 3px 5px 3px rgba(0, 0, 0, 0.09);
  box-shadow: -2px 3px 5px 3px rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  border-radius: 0px;
  top: 137.22px;
  right: -345px !important;
  bottom: 0px;
  width: 345px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  z-index: 99;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .shop-cart-container {
    right: -100% !important;
  }
}
@media (max-width: 500px) {
  .shop-cart-container {
    width: 100%;
  }
}
.shop-cart-container.active {
  right: 0px !important;
}
.shop-cart-container .btn-close {
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  background-color: #0088cc !important;
}
.shop-cart-container .btn-close i.fa {
  color: #fff;
}
.shop-cart-container h2 {
  margin-bottom: 0px !important;
}
.shop-cart-container .container-close {
  display: flex;
  margin-top: 2px;
}
.shop-cart-container .cant-items {
  margin-right: 10px;
}
.shop-cart-container header {
  padding: 1rem;
  font-size: 20px;
}
.shop-cart-container section {
  flex: 1 1 auto;
  overflow-y: auto;
}
.shop-cart-container footer {
  -webkit-box-shadow: -2px 8px 11px 3px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: -2px 8px 11px 3px rgba(0, 0, 0, 0.53);
  box-shadow: -2px 8px 11px 3px rgba(0, 0, 0, 0.53);
  border-top: 1px solid #d9d9d9d9;
  background-color: #fff;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.shop-cart-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 1rem;
  position: relative;
}
.shop-cart-item-photo {
  width: 4.7em;
  height: 4.7em;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.shop-cart-item-photo img {
  border-radius: 50%;
  object-fit: contain;
}
.shop-cart-item-quit {
  background-color: white;
  font-size: 0.95rem;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 15px;
  font-family: 'BogleWeb-Regular';
}
.shop-cart-item-quit button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.shop-cart-item-data {
  margin-left: 0.7rem;
  flex: 1;
}
.shop-cart-item-data-name {
  font-size: 16px;
  font-family: 'BogleWeb-Regular';
  line-height: 1;
}
.shop-cart-item-data-unitary {
  margin-top: 0.1rem;
  font-family: 'BogleWeb-Regular';
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.8rem;
}

.shop-cart-item-data-unitary > .saving {
  color: #d61f2f;
}
.shop-cart-item-data-price {
  font-family: 'BogleWeb-Regular';
  font-size: 18px;
  background-color: #fff;
  border-radius: 3px;
  padding: 0.1rem 0.4rem;
  margin-left: auto;
  color: #000;
}
.shop-cart-item-data-buttons {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
.shop-cart-item-data-controls {
  border-radius: 15px;
  background-color: #0f76b6;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
.shop-cart-item-data-controls button,
.shop-cart-item-data-controls input {
  font-family: 'BogleWeb-Regular';
  background-color: #0f76b6;
  text-align: center;
  border: none;
  color: #ffffff;
}
.shop-cart-item-data-controls button {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.shop-cart-item-data-controls--add {
  padding-left: 1rem;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.shop-cart-item-data-controls--sub {
  padding-right: 1rem;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.shop-cart-item-data-controls input {
  padding-left: 2px;
  width: 25px;
  text-align: center;
}
.shop-cart-item-data-controls input[type='number']::-webkit-inner-spin-button,
.shop-cart-item-data-controls input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop-cart-item-data-controls input[type='number'] {
  -moz-appearance: textfield;
}
.shop-cart-item-data-controls--error {
  border-color: #f03e3e;
  box-shadow: 0px 0px 5px rgba(240, 62, 62, 0.53);
}
.shop-cart-item-data-error {
  font-size: 0.7rem;
  color: #f03e3e !important;
}
.shop-cart-item-data-discount {
  font-family: 'BogleWeb-Bold';
  font-size: 0.85rem;
  color: #ef4f25;
}
.shop-cart-item-data-taxe {
  font-size: 0.7rem;
}
.shop-cart-saving-text,
.shop-cart-saving-price {
  color: #d61f2f !important;
}
.shop-cart-subtotal {
  padding-right: 1rem;
  font-size: 15px;
}
.shop-cart-subtotal-price {
  font-size: 16px;
}
.shop-cart-discount {
  color: #ef4f25;
  padding-right: 1rem;
  font-size: 15px;
}
.shop-cart-discount-price {
  color: #ef4f25;
  font-size: 16px;
}
.shop-cart-minimum {
  font-size: 0.85rem;
  font-family: 'BogleWeb-Bold';
}
.shop-products-container {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  height: calc(100vh - 133.22px);
}
@media (max-width: 1025px) {
  .shop-products-container {
    margin-right: 0;
  }
}
.shop-category-container h2 {
  font-size: 18px;
}
.shop-category-container:nth-child(odd) {
  background-color: #fff;
}
.shop-category-container:nth-child(odd).shop-category-container-view {
  background-color: #fff;
}
.shop-category-remove-filters a {
  color: black;
  background-color: #e1e1e1;
  margin-left: 5rem;
  border-radius: 10px;
  padding: 0.8rem;
}
.shop-category-products {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  /*margin-left: 1rem;
  margin-right: 1rem;*/
  padding-bottom: 15px;
}
@media (max-width: 600px) {
  .contenido:not(.contenido-no-padding) {
    padding: 10px;
    padding-top: 152px;
  }
  .shop-category-products {
    margin-right: 2.5px;
    margin-left: 2.5px;
    padding-left: 0;
    padding-right: 0;
  }

  .category-item {
    padding: 2px !important;
    text-align: center;
  }

  .category-item h6 {
    font-size: 11px !important;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap;*/
  }

  .slider-title {
    margin-left: 0px !important;
    margin-bottom: 0px;
  }
}

.slider-title {
  margin-left: 50px;
  margin-bottom: 0px;
}

.shop-category-products-arrow {
  position: absolute;
  top: 48%;
  cursor: pointer;
}
.shop-category-products-arrow--left {
  left: 0;
}
@media (max-width: 575px) {
  .shop-category-products-arrow--left {
    left: 10px;
    z-index: 9;
    display: none;
  }
}
.shop-category-products-arrow--right {
  right: 0;
}
@media (max-width: 575px) {
  .shop-category-products-arrow--right {
    right: 10px;
    z-index: 9;
    display: none;
  }
}
.shop-product-container {
  background-color: #fff;
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 0px;
  height: 470px;
}
.shop-product-container.in-cart {
  border: 2px solid #0088cc;
}
@media (max-width: 600px) {
  .shop-product-container {
    margin: 2px;
    height: 310px;
  }
}
.shop-category-container .shop-product-button {
  position: absolute !important;
  margin-bottom: -30px;
  bottom: 27px !important;
}
.shop-category-container .row.row-categories-filter .shop-product-button,
.shop-category-container .row .shop-product-button {
  bottom: 27px !important;
  margin: 0 8px !important;
}
@media (max-width: 600px) {
  .shop-category-container .row.row-categories-filter .shop-product-button,
  .shop-category-container .row .shop-product-button {
    bottom: -20px !important;
    margin: 0 8px !important;
  }
}
@media (max-width: 1024px) {
  .shop-category-container .row.row-categories-filter .shop-product-button,
  .shop-category-container .row .shop-product-button {
    bottom: -20px !important;
    margin: 0 8px !important;
  }
}
.shop-product-favorite {
  width: 17px;
  cursor: pointer;
}
.shop-product-image {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .shop-product-image {
    height: 120px;
  }
}
.shop-product-name {
  font-size: 16px;
  font-family: 'BogleWeb-Regular';
  line-height: 1;
  height: 72px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .shop-product-name {
    height: auto;
  }
}
.shop-product-offer {
  width: 100px;
  position: absolute;
  top: -2px;
  right: -25px;
}
.shop-product-offer-percent {
  font-family: 'futura-heavy-bt' !important;
  position: absolute;
  top: 13px;
  font-size: 15px;
  color: white;
  font-weight: bold;
  right: 30px;
  text-align: center;
  background: #d61f2f;
  border-radius: 20px;
  width: 45px;
  margin-right: 15px;
}
.shop-product-offer-dias {
  position: absolute;
  right: 37px;
  font-size: 12px;
  background: #ff4f25;
  color: white;
  top: 14px;
  padding-right: 10px;
  padding-left: 4px;
  border: 1px solid #f1ba2b;
  border-radius: 4px;
}
@media (max-width: 412px) {
  .shop-product-offer-by {
    display: none;
  }
}
.shop-product-price {
  text-align: center;
  margin-top: 5px;
  height: 48px;
}
@media (max-width: 600px) {
  .shop-product-price {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.shop-product-price span {
  font-family: 'BogleWeb-Black';
  font-size: 18px;
  background-color: #fff;
  color: #000;
  padding: 0.2rem 1rem;
  border-radius: 3px;
}
@media (max-width: 600px) {
  .shop-product-price span {
    font-size: 14px !important;
    padding: 0 !important;
  }
}
.shop-product-price--old {
  margin-top: 0 !important;
  height: 24px !important;
}
.shop-product-price--old span {
  background-color: transparent;
  text-decoration: line-through;
}
.shop-product-price--offer {
  height: 40px !important;
}
.shop-product-presentations {
  font-size: 0.7rem;
  margin-top: 0.9rem;
}
.shop-product-relleno {
  height: 31px;
  margin-top: 0.9rem;
}
.shop-product-button {
  text-align: center;
  margin-top: 0.9rem;
  /* margin-bottom: -1rem; */
  /* position: relative; */
}
@media (max-width: 390px) {
  .shop-category-container .shop-product-button {
    bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .shop-product-button {
    margin: 0px;
    margin-top: 40px;
    /* position: relative; */
  }

  .shop-category-container .shop-product-button {
    bottom: 0px !important;
  }
}
.shop-product-button button.btn {
  font-size: 14px !important;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.shop-product-button button.btn span {
  max-width: 70%;
  text-overflow: ellipsis;
}
.shop-product-button button.btn span.text-responsive {
  display: none;
}
.shop-product-taxe {
  font-size: 0.7rem;
  text-align: center;
  margin-top: -12px;
}
.shop .carousel-indicators {
  bottom: 0;
  margin-right: 0;
  margin-left: 0;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0.4) 0%,
    rgba(218, 213, 213, 0) 100%
  );
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.shop .carousel-indicators li {
  background-color: white;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}
.shop .carousel-control-prev-icon,
.shop .carousel-control-next-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  opacity: 1 !important;
}
@media (max-width: 600px) {
  .shop .carousel-control-prev-icon,
  .shop .carousel-control-next-icon {
    display: none;
  }
}
.shop .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.shop .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.shop .banner-category {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 250px;
}
@media (max-width: 600px) {
  .shop .banner-category {
    height: 70px !important;
    margin-top: 12px !important;
  }
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(44, 70, 218, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#carrito-modal .modal-dialog {
  width: auto;
  display: inline;
}
#carrito-modal .modal-content {
  width: 0px;
  height: 0px;
  position: absolute;
  background-color: transparent !important;
  border: 0px !important;
}

#contacto {
  min-height: calc(100vh - 0px);
  background-color: #fbfbfb;
  display: flex;
}
#contacto .dato {
  font-size: 0.84rem;
  word-break: break-word;
}
#contacto .right-line-container {
  position: relative;
}
#contacto .right-line {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 3px;
  background-color: #ef4f25;
}
@media (max-width: 767px) {
  #contacto .right-line {
    display: none;
  }
}
#contacto form {
  margin-left: 30px;
}
@media (max-width: 767px) {
  #contacto form {
    margin-left: 0px;
  }
}
#contacto form input.form-control,
#contacto form select.form-control,
#contacto form textarea.form-control {
  border-radius: 2px;
  font-family: 'BogleWeb-Bold';
  font-size: 0.95rem;
  border: none;
  color: #000 !important;
}
#contacto form input.form-control::placeholder,
#contacto form select.form-control::placeholder,
#contacto form textarea.form-control::placeholder {
  color: #000;
}
@media (max-width: 767px) {
  #contacto .row,
  #contacto .col-md-6 {
    padding: 0px !important;
    margin: 0px !important;
  }
  #contacto form {
    margin-top: 30px;
  }
}
#contacto > .row {
  width: 100%;
}
#contacto a {
  text-decoration: none !important;
  text-align: center;
  font-family: 'Segoe Bold Italic';
  font-size: 20px;
}
#contacto p {
  font-size: 18px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left !important;
}
@media (max-width: 767px) {
  #contacto p {
    width: 100%;
  }
}
#contacto h2 {
  font-family: 'BogleWeb-Black';
  color: #ef4f25;
  text-transform: uppercase;
  font-size: 30px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left !important;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #contacto h2 {
    font-size: 30px;
    width: 100%;
  }
}
#contacto label {
  width: 100%;
  text-align: left;
}
#contacto button {
  font-family: 'BogleWeb-Bold';
  height: 34px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 200px;
  text-transform: uppercase;
}
#contacto .item-right {
  text-align: center;
  font-family: 'Segoe Bold Italic';
  font-size: 20px;
  color: #fff;
  text-decoration: none !important;
}
#contacto .item-right img {
  width: 15px;
  margin-right: 10px;
}

#aliados .title {
  margin-bottom: 20px;
}
#aliados button.close {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 999999;
  opacity: 1 !important;
}
@media (max-width: 829px) {
  #aliados button.close {
    right: 10px;
  }
}
#aliados button.close img {
  width: 25px;
}
#aliados .modal {
  padding: 0px !important;
}
#aliados .modal .modal-body {
  padding: 0px !important;
}
#aliados .modal .container-item,
#aliados .modal .item {
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
}
#aliados .modal .carousel {
  position: relative;
}
@media (max-width: 829px) {
  #aliados .modal .controls-inside {
    display: block;
  }
}
#aliados .modal .controls-outside {
  display: none;
}
@media (max-width: 829px) {
  #aliados .modal .modal-dialog {
    margin-top: 100px;
  }
}
@media (min-width: 830px) {
  #aliados .modal .modal-dialog {
    min-width: 80vw;
  }
}
#aliados .masonry {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media (max-width: 991px) {
  #aliados .masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  #aliados .masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#aliados .item-column {
  opacity: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 5px;
}
#aliados .container-item {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#aliados .container-item a {
  text-decoration: none !important;
}
#aliados .container-item h2 {
  font-family: 'Bebas';
  font-size: 35px;
  color: #debc61;
}
#aliados .container-item table {
  margin: 0 auto;
  margin-bottom: 10px;
}
#aliados .container-item table img {
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
}
#aliados .container-item .bold {
  font-family: 'Segoe Bold';
  margin-bottom: 0px !important;
}
#aliados .container-item .container-text {
  padding: 10px;
}

#condiciones p:not(.item-right) {
  color: #fff;
  text-align: justify;
  padding: 20px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 992px) {
  #condiciones p:not(.item-right) {
    column-count: 2;
    column-gap: 40px;
  }
}
#condiciones .item-right {
  text-align: center;
  font-family: 'Segoe Bold Italic';
  font-size: 20px;
  color: #fff;
}
#condiciones .item-right img {
  width: 15px;
  margin-right: 10px;
}

#register {
  background-image: url('../img/fondo-login.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  #register .left {
    display: none;
  }
}
#register .right-line-container {
  position: relative;
  padding-top: 30px;
}
#register .right-line {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 3px;
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
}
@media (max-width: 767px) {
  #register .right-line {
    display: none;
  }
}
#register .form-check {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
}
#register .form-check .form-check-label,
#register .form-check .form-check-label a {
  font-size: 16px !important;
}
#register form {
  margin-left: 30px;
}
@media (max-width: 767px) {
  #register form {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  #register form .form-group {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#register .form-group:not(.opcional) {
  position: relative;
}
#register .form-group:not(.opcional)::after {
  content: '*';
  color: #e53935;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 0px;
  display: inline-block;
}
@media (max-width: 767px) {
  #register .row,
  #register .col-md-6 {
    padding: 0px !important;
    margin: 0px !important;
  }
  #register form {
    margin-top: 30px;
  }
}
#register > .row {
  width: 100%;
}
#register p,
#register a,
#register label {
  color: #fff !important;
}
#register a {
  text-decoration: none !important;
  text-align: center;
  font-family: 'Segoe Bold Italic';
  font-size: 20px;
  color: #fff;
}
#register p {
  font-size: 18px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  #register p {
    width: 100%;
  }
}
#register h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  #register h2 {
    font-size: 30px;
  }
}
#register label {
  width: 100%;
  text-align: left;
}
#register button {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  border: 0px !important;
  font-family: 'Segoe SemiBold';
  font-size: 20px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 200px;
  font-size: 18px !important;
}
#register .item-right {
  text-align: center;
  font-family: 'Segoe Bold Italic';
  font-size: 20px;
  color: #fff;
  text-decoration: none !important;
}
#register .item-right img {
  width: 15px;
  margin-right: 10px;
}

#login {
  background-color: black;
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  #login .right {
    display: none;
  }
}
#login .right-line-container {
  position: relative;
}
#login .right-line {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 3px;
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
}
@media (max-width: 767px) {
  #login .right-line {
    display: none;
  }
}
#login form {
  margin-left: 30px;
}
@media (max-width: 767px) {
  #login form {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  #login form .form-group {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #login .row,
  #login .col-md-6 {
    padding: 0px !important;
    margin: 0px !important;
  }
  #login form {
    margin-top: 30px;
  }
}
#login > .row {
  width: 100%;
}
#login p,
#login a,
#login label {
  color: #fff !important;
}
#login a {
  text-decoration: none !important;
  text-align: center;
  font-family: 'Segoe Bold Italic';
  font-size: 20px;
  color: #fff;
}
#login p {
  font-size: 18px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  #login p {
    width: 100%;
  }
}
#login h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  #login h2 {
    font-size: 30px;
  }
}
#login label {
  width: 100%;
  text-align: left;
}
#login button {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  border: 0px !important;
  font-family: 'Segoe SemiBold';
  font-size: 20px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 200px;
  font-size: 18px !important;
}
#login .item-right {
  text-align: center;
  font-family: 'Segoe Bold Italic';
  font-size: 20px;
  color: #fff;
  text-decoration: none !important;
}
#login .item-right img {
  width: 15px;
  margin-right: 10px;
}

.login-modal .modal-content {
  border: 1px solid #ef4f25;
  padding: 2rem 2rem 1rem 2rem;
}
.login-modal-tabs {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.login-modal-border {
  border-bottom: 2px solid #e1e1e1;
  position: relative;
  top: -2px;
  z-index: 1;
}
.login-modal-tab {
  font-size: 1.15rem;
  font-family: 'BogleWeb-Bold';
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  z-index: 2;
  padding-bottom: 0.45rem;
}
.login-modal-tab.selected {
  border-bottom: 3px solid #ef4f25;
  color: #ef4f25;
  font-family: 'BogleWeb-Bold';
}
.login-modal-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.login-modal-text .text-center {
  color: #000 !important;
  font-family: 'BogleWeb-Bold';
}
.login-modal-link,
.login-modal-link:hover {
  color: #000;
}
.login-modal .recovery-option-tabs {
  border-bottom: none;
}
.login-modal .recovery-option-tabs .recovery-option {
  padding-left: 3rem;
  font-weight: bold;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) calc(50% - 1px),
    black calc(50%),
    rgba(0, 0, 0, 0) calc(50% + 1px)
  );
}
.login-modal .recovery-option-tabs .recovery-option .nav-link {
  padding: 0.75rem 1rem;
  width: 50px;
  height: 50px;
  background: #ef4f25;
  border-radius: 50%;
}
.login-modal .recovery-option-tabs .recovery-option .nav-link:hover,
.login-modal .recovery-option-tabs .recovery-option .nav-link:focus {
  border-color: transparent;
}
.login-modal .recovery-option-tabs .recovery-option .nav-link.isActive {
  padding: 1rem 1rem;
  width: 60px;
  height: 60px;
}

#perfil {
  padding-top: 132px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #perfil {
    margin-bottom: 0px;
  }
}
#perfil .bold {
  font-family: 'BogleWeb-Bold' !important;
}
#perfil .bold-gold {
  font-family: 'BogleWeb-Bold' !important;
  color: #0088cc;
}
#perfil .talla_small {
  font-size: 11px;
  display: block;
}
#perfil .bold-red {
  color: #d32f2f !important;
}
#perfil .bold-green {
  color: #388e3c !important;
}
#perfil .bold-status {
  margin-bottom: 0px !important;
}
#perfil .table td {
  vertical-align: middle !important;
}
#perfil table.table-bordered {
  border: 1px solid #0088cc;
}
#perfil table thead th {
  color: #000;
  font-family: 'BogleWeb';
  font-weight: normal;
  border: 0px !important;
}
#perfil table tbody td {
  color: #000;
  border: 0px !important;
}
#perfil table tbody tr.borderGold > td {
  border-top: 2px solid #0088cc !important;
}
#perfil table tbody td.borderWhite {
  border-top: 1px solid #fff !important;
}
#perfil .no-items {
  font-style: italic;
  font-size: 30px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
}
#perfil h2 {
  font-family: 'BogleWeb-Black';
  text-transform: uppercase;
  font-size: 40px !important;
  text-align: center;
}
#perfil h2 img {
  width: 50px;
}
#perfil .row,
#perfil [class*='col-md-'],
#perfil [class*='col-lg-'] {
  padding: 0px !important;
  margin: 0px !important;
}
#perfil .separacion {
  min-height: calc(100vh - 84px - 70px);
}
@media (min-width: 992px) {
  #perfil .separacion {
    border-right: 2px solid #0088cc;
  }
}
@media (max-width: 991px) {
  #perfil .separacion {
    min-height: auto !important;
  }
}
#perfil .separacion h2 {
  padding-top: 20px;
  border-bottom: 2px solid #0088cc;
  margin-bottom: 0px !important;
}
#perfil .separacion ul {
  list-style: none;
  padding-left: 0px !important;
}
@media (max-width: 991px) {
  #perfil .separacion ul {
    display: none;
  }
}
#perfil .separacion ul li a {
  text-decoration: none !important;
  display: block;
  padding: 15px;
  padding-left: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-size: 16px !important;
}
#perfil .separacion ul li a.bold {
  font-family: 'BogleWeb-Bold' !important;
}
#perfil .filtro-button {
  width: 40px;
  float: left;
  margin-left: 20px;
  margin-right: -60px;
}
@media (min-width: 992px) {
  #perfil .filtro-button {
    display: none;
  }
}
#perfil .seccion {
  padding: 40px;
  padding-top: 57.5px !important;
}
@media (max-width: 767px) {
  #perfil .seccion {
    padding: 20px;
  }
}
#perfil .seccion h3 {
  font-family: 'BogleWeb-Bold';
  font-style: italic;
  font-size: 25px;
  text-indent: 20px;
}
@media (max-width: 767px) {
  #perfil .seccion h3 {
    font-size: 25px;
    text-align: center;
  }
}
#perfil .seccion h3::after {
  content: '';
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #perfil .seccion h3::after {
    display: none;
  }
}
#perfil .seccion label {
  margin-top: 10px;
}
#perfil .seccion .form-group {
  width: 90%;
  margin: 0 auto;
}
#perfil form button {
  font-family: 'BogleWeb-Bold';
  margin-top: 30px;
  font-size: 18px !important;
}
#perfil .filtro {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#perfil .filtro-say {
  background-color: #0f76b6;
  font-family: 'futura-heavy-bt' !important;
  color: #fff;
  padding: 1rem 2rem;
}
#perfil .filtro-container {
  position: fixed;
  left: -500px;
  top: 0px;
  height: calc(100vh - 69px);
  margin-top: 132px;
  width: 350px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 99;
}
#perfil .filtro-container ul.filtro-list {
  padding: 0;
}
#perfil .filtro-container ul.filtro-list .form-check-label {
  cursor: pointer;
}
#perfil .filtro-container ul.filtro-list .filtro-list-category {
  display: flex;
  justify-content: space-between;
  padding-right: 1rem;
}
#perfil .filtro-container ul.filtro-list .filtro-list-category a {
  color: #000;
}
#perfil .filtro-container ul.filtro-list .filtro-list-category img {
  width: 12px;
}
#perfil .filtro-container ul.filtro-list li {
  cursor: pointer;
  font-family: 'BogleWeb-Bold';
  font-size: 0.97rem;
  color: #000;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  list-style: none;
}
#perfil .filtro-container ul.filtro-list li.filtro-list-item {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#perfil .filtro-container ul.filtro-list ul {
  padding-left: 1rem;
}
#perfil .filtro-container ul.filtro-list ul li {
  color: rgba(0, 0, 0, 0.7);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-right: 0.5rem;
}
@media (max-width: 400px) {
  #perfil .filtro-container {
    min-width: 100%;
  }
}

#intro {
  min-height: 100vh;
  background-image: url('../img/intro.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  #intro {
    background-image: url('../img/intro-responsive.jpg');
  }
}
#intro img {
  display: block !important;
  width: 400px;
}
@media (max-width: 600px) {
  #intro img {
    width: 90%;
    margin: 0 auto;
  }
}
#intro h2 {
  font-family: 'Segoe Bold Italic';
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
  margin-top: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#intro button {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  border: 0px !important;
  font-family: 'Segoe SemiBold';
  font-size: 20px;
  border-top-right-radius: 30px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 30px !important;
  min-width: 170px !important;
  font-size: 25px;
  font-family: 'Segoe Bold';
  font-style: italic;
}

#ver-blog {
  padding-top: 70px;
}
@media (max-width: 991px) {
  #ver-blog {
    padding-top: 62.88px !important;
  }
}
#ver-blog .container-text {
  background-color: #fff;
  padding: 30px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  #ver-blog .container-text {
    margin-bottom: 0px !important;
  }
}
#ver-blog .container-text h2 {
  color: #debc61;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Bebas';
}

#myCarousel {
  justify-content: center;
  display: flex;
}
#myCarousel .span3 {
  border: 2px solid #ef4f25;
  border-radius: 8px;
  padding: 10px;
  margin: 10px auto;
}
#myCarousel .span3 img {
  border-radius: 8px;
  height: 100%;
}

#ver-producto {
  font-family: 'BogleWeb-Regular';
}
#ver-producto .container-category span {
  font-family: 'BogleWeb-black' !important;
  font-weight: 800;
  font-size: 14px;
}
#ver-producto .shop-product-container {
  height: 480px;
}
@media (max-width: 600px) {
  #ver-producto .shop-product-container {
    margin: 2px;
    height: 490px;
  }
}
#ver-producto .row-title {
  margin-bottom: 20px;
}
#ver-producto .row-title a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
}
#ver-producto .row-title a img {
  width: 15px;
  margin-right: 10px;
  position: relative;
  top: -2.5px;
}
#ver-producto .row-title h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Bebas';
  font-size: 25px;
}
#ver-producto .row-title select {
  max-width: 250px;
}
@media (min-width: 768px) {
  #ver-producto .row-title select {
    float: right;
  }
}
@media (max-width: 767px) {
  #ver-producto .row-title select {
    margin-top: 20px;
  }
}
#ver-producto .image-modal img {
  max-width: 70%;
  margin: 0 auto;
}
#ver-producto .image-modal i {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
#ver-producto .image-modal i.fa-chevron-right {
  margin-right: 10px;
  order: 2;
}
#ver-producto .image-modal i.fa-chevron-left {
  margin-left: 10px;
}
#ver-producto .agregado {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Segoe Bold';
}
#ver-producto .agregado img {
  width: 20px;
  position: relative;
  top: -2.5px;
  left: 2.5px;
}
#ver-producto .almayor {
  font-size: 11px;
  margin-bottom: 0px;
  position: relative;
  top: -15px;
  font-style: italic;
}
#ver-producto .producto-container {
  margin: 0 auto;
  padding-top: 65px;
  margin-right: 40px;
  margin-left: 40px;
  position: relative;
}
@media (max-width: 767px) {
  #ver-producto .producto-container {
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 525px) {
  #ver-producto .producto-container {
    margin-top: 25px;
  }
}
#ver-producto .producto-container img.img-principal {
  width: 100%;
}
@media (max-width: 768px) {
  #ver-producto .producto-container tr {
    display: inline;
    margin-right: 1rem;
  }
}
@media (max-width: 320px) {
  #ver-producto .producto-container tr {
    margin-right: 0;
  }
}
#ver-producto .producto-container .image-modal {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
#ver-producto .producto-container .row,
#ver-producto .producto-container [class*='col-md-'],
#ver-producto .producto-container [class*='col-lg-'] {
  padding: 0px !important;
  margin: 0px !important;
}
#ver-producto .producto-container .container-price {
  padding-top: 0.9rem;
}
#ver-producto .producto-container .container-price .precio {
  font-family: 'BogleWeb-Black';
  font-size: 0.94rem;
  background-color: #fff;
  color: #000;
  padding: 0.2rem 1rem;
  border-radius: 3px;
}
@media (max-width: 600px) {
  #ver-producto .producto-container .container-price .precio {
    font-size: 14px !important;
    padding: 0 !important;
  }
}
#ver-producto .producto-container .container-price--old .precio {
  background-color: white;
  text-decoration: line-through;
}
#ver-producto .producto-container .container-description .nl2br {
  text-transform: initial;
  font-size: 20px;
}
#ver-producto .producto-container .container-shop {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
#ver-producto .producto-container .container-shop button {
  padding: 0.475rem 1.2rem !important;
  border-radius: 7px !important;
}
#ver-producto .producto-container .container-texto {
  margin-left: 30px;
  overflow: auto;
}
#ver-producto .producto-container .container-add {
  border-bottom: 1px solid #debc61;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
#ver-producto .producto-container .container-add .btn-add {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  border-radius: 0px !important;
  border: 0px !important;
  min-width: 100px;
  height: 32px;
  position: relative;
  top: -4px;
}
#ver-producto .producto-container .container-add .btn-add img {
  width: 18px;
  position: relative;
  top: -3px;
}
#ver-producto .producto-container .container-add select {
  max-width: 90%;
}
@media (max-width: 767px) {
  #ver-producto .producto-container .container-add select {
    max-width: 100%;
  }
}
#ver-producto .producto-container .container-add a {
  display: block;
  font-family: 'Segoe Bold';
  color: #000 !important;
  margin-top: 5px;
  text-decoration: none !important;
}
#ver-producto .producto-container .container-add label {
  font-family: 'Segoe Bold';
}
#ver-producto .producto-container .item-cantidad {
  border: 1px solid #c0c0c0;
  display: inline-block;
  background-color: #fff;
  color: #000;
}
#ver-producto .producto-container .item-cantidad .add,
#ver-producto .producto-container .item-cantidad .remove {
  padding: 0px !important;
  border-radius: 0px !important;
  margin-top: -7.5px;
  background-color: #fff !important;
  position: relative;
}
#ver-producto .producto-container .item-cantidad .add img,
#ver-producto .producto-container .item-cantidad .remove img {
  width: 15px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -1.5px;
  cursor: pointer;
}
#ver-producto .producto-container .item-cantidad .add {
  right: 1.5px;
}
#ver-producto .producto-container .item-cantidad .remove {
  left: 1.5px;
}
#ver-producto .producto-container .item-cantidad span {
  font-size: 20px;
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  width: auto;
  min-width: 35px;
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
  text-align: center;
}
#ver-producto .shop-product-price {
  margin-top: 40px !important;
}

#recuperar {
  min-height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#recuperar form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
#recuperar form label,
#recuperar form p {
  color: #fff;
}
#recuperar form p {
  text-align: center;
  font-size: 18px;
}
#recuperar form button {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  border: 0px !important;
  font-family: 'Segoe SemiBold';
  font-size: 20px;
  min-width: 200px;
}

#terminos p:not(.item-right) {
  color: #000;
  text-align: justify;
  padding: 20px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 992px) {
  #terminos p:not(.item-right) {
    column-count: 2;
    column-gap: 40px;
  }
}
#terminos .item-right {
  text-align: center;
  font-family: 'BogleWeb-Bold';
  font-size: 20px;
  color: #000;
}
#terminos .item-right img {
  width: 15px;
  margin-right: 10px;
}

#transfers button {
  background: #bd8f3e;
  background: -moz-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #bd8f3e),
    color-stop(51%, #f3e17e),
    color-stop(100%, #dbbf58)
  );
  background: -webkit-linear-gradient(
    left,
    #bd8f3e 0%,
    #f3e17e 51%,
    #dbbf58 100%
  );
  background: -o-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: -ms-linear-gradient(left, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  background: linear-gradient(to right, #bd8f3e 0%, #f3e17e 51%, #dbbf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8f3e', endColorstr='#dbbf58', GradientType=1 );
  border: 0px !important;
  font-family: 'Segoe SemiBold';
  font-size: 20px;
  min-width: 150px;
  margin-top: 10px;
}
#transfers form {
  margin-top: 20px;
}
#transfers label {
  color: #fff;
}

.verification {
  background-color: #fbfbfb;
  padding-top: 132px;
}
.verification .row-balance {
  margin-top: 20px;
  margin-bottom: 20px;
}
.verification .reset-balance {
  text-transform: uppercase;
  color: #0f76b6 !important;
  text-decoration: underline;
  font-size: 12px;
  margin-left: 20px;
}
.verification .item-delete {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff !important;
  padding: 0px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.verification .item-delete button {
  background-color: transparent;
  padding: 0px !important;
  font-size: 12px;
}
.verification .container-coupon-verification {
  background-image: url('../img/container-coupon.png');
  width: 400px;
  height: 225px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 20px;
  padding: 20px;
  padding-top: 25px;
}
@media (max-width: 400px) {
  .verification .container-coupon-verification {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .verification .container-coupon-verification {
    padding-top: 40px !important;
  }
}
@media (max-width: 600px) {
  .verification .container-coupon-verification {
    padding-top: 35px;
  }
}
.verification .container-coupon-verification .container-text {
  width: 75%;
}
.verification .container-coupon-verification .form-coupon input {
  padding: 5px;
  border-radius: 0px !important;
  box-shadow: none !important;
  outline: 0px !important;
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
  text-transform: uppercase;
}
.verification .container-coupon-verification .form-coupon button {
  margin-top: 20px;
  background-color: #98bbd3 !important;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 30px;
  font-family: 'BogleWeb-Bold' !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  transition: 0.6s;
}
@media (max-width: 350px) {
  .verification .container-coupon-verification .form-coupon button {
    margin-top: 10px;
  }
}
.verification .container-coupon-verification .form-coupon button.active {
  background-color: #e8a445 !important;
}
.verification .container-coupon-verification .form-coupon button:hover {
  background-color: #e8a445 !important;
}
.verification .container-coupon-verification .container-bar-money {
  display: flex;
  margin-top: 10px;
}
.verification .container-coupon-verification .container-bar-money p {
  flex: 0.1;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
}
.verification .container-coupon-verification .container-bar-money .bar-money {
  width: 100%;
  flex: 0.8;
  background-color: #e1e1e1;
  border-radius: 5px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  overflow: hidden;
}
.verification
  .container-coupon-verification
  .container-bar-money
  .bar-money
  .bar-blue {
  background-color: #98bbd3;
  height: 20px;
}
.verification .container-coupon-verification .row a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 11px;
  font-family: 'BogleWeb-Bold';
  display: inline-block;
  margin-top: 10px;
}
.verification .container-coupon-verification .row input {
  padding: 0px;
  border-radius: 0px !important;
  box-shadow: none !important;
  outline: 0px !important;
  width: 120px;
  font-size: 14px;
  margin-top: 5px;
}
.verification .container-coupon-verification .row button {
  background-color: #98bbd3 !important;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 30px;
  font-family: 'BogleWeb-Bold' !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  transition: 0.6s;
}
.verification .container-coupon-verification .row button.active {
  background-color: #e8a445 !important;
}
.verification .container-coupon-verification .row button:hover {
  background-color: #e8a445 !important;
}
.verification .container-coupon-verification .container-title {
  display: flex;
}
.verification .container-coupon-verification .container-title img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.verification .container-coupon-verification .container-title p {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .verification .container-coupon-verification .container-title p {
    font-size: 14px;
  }
}
.verification .container-coupon-verification .container-title p strong {
  font-size: 15px;
  display: block;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .verification .container-coupon-verification .container-title p strong {
    font-size: 13px;
  }
}
.verification select[disabled]::-ms-value {
  color: #fff !important;
}
.verification-title {
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
}
.verification-title h1 {
  font-size: 2rem;
  flex: 1 auto;
}
.verification .stripe-form .form-check {
  padding-left: 30px;
}
.verification-bg {
  background-color: #e1e1e1;
  height: 160px;
}
.verification-content {
  top: -140px;
  position: relative;
  display: flex;
  justify-content: space-evenly;
}
@media all and (-ms-high-contrast: none) {
  .verification-content *::-ms-backdrop,
  .verification-content-content {
    /* IE11 */
    justify-content: space-around !important;
  }
}
@media (max-width: 680px) {
  .verification-content {
    flex-direction: column;
    align-items: center;
  }
}
.verification-cart {
  border-radius: 5px;
  width: 33%;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .verification-cart {
    width: 45%;
  }
}
@media (max-width: 680px) {
  .verification-cart {
    width: 90%;
  }
}
@media (max-width: 425px) {
  .verification-cart {
    width: 98%;
  }
}
.verification-cart-container {
  overflow-y: auto;
  overflow: hidden;
  max-height: 104vh;
  width: 100%;
}
.verification-cart header {
  padding: 0.3rem;
  background-color: #ef4f25;
  color: #fff;
  padding: 0.5rem 1rem;
  font-family: 'BogleWeb-Bold';
  text-align: center;
  border-radius: 5px;
  margin: 0.4rem;
  margin-bottom: 2rem;
}
.verification-cart section {
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 600px) {
  .verification-cart section {
    max-height: 380px;
  }
}
.verification-cart-item {
  display: flex;
  align-items: center;
  padding: 1rem;
  position: relative;
}
.verification-cart-item.item-separator {
  padding-top: 20px;
  padding-bottom: 20px;
}
.verification-cart-item:nth-child(odd) {
  background-color: #e1e1e1;
}
.verification-cart-item:nth-child(odd) .verification-cart-item-data-price {
  background-color: #fff;
}
.verification-cart-item:nth-child(even) .verification-cart-item-data-price {
  background-color: #e1e1e1 !important;
}
.verification-cart-item-photo {
  width: 4.7em;
  height: 4.7em;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.verification-cart-item-photo img {
  border-radius: 50%;
  object-fit: contain;
}
.verification-cart-item-data {
  margin-left: 1rem;
  flex: 1;
}
.verification-cart-item-data-unid {
  color: #fff;
}
.verification-cart-item-data-name {
  font-size: 0.95rem;
  font-family: 'BogleWeb-Bold';
  line-height: 1.2;
}
.verification-cart-item-data-unitary {
  margin-top: 0.1rem;
  font-family: 'BogleWeb-Bold';
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.8rem;
}
.verification-cart-item-data-price {
  font-family: 'BogleWeb-Bold';
  font-size: 1.1rem;
  border-radius: 3px;
  padding: 0.1rem 0.4rem;
  color: #0088cc;
}
.verification-cart-item-data-buttons {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  justify-content: space-between;
}
.verification-cart-item-data-controls {
  border-radius: 15px;
  background-color: #0f76b6;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
.verification-cart-item-data-controls button,
.verification-cart-item-data-controls input {
  font-family: 'BogleWeb-Bold';
  background-color: #0f76b6;
  text-align: center;
  border: none;
}
.verification-cart-item-data-controls button {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verification-cart-item-data-controls--add {
  padding-left: 1rem;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.verification-cart-item-data-controls--sub {
  padding-right: 1rem;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.verification-cart-item-data-controls input {
  padding-left: 5px;
  width: 50px;
  text-align: center;
}
.verification-cart-item-data-controls
  input[type='number']::-webkit-inner-spin-button,
.verification-cart-item-data-controls
  input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.verification-cart-item-data-controls input[type='number'] {
  -moz-appearance: textfield;
}
.verification-cart-subtotal-free {
  font-size: 0.9rem;
}
.verification-cart-total {
  color: #fff;
  background-color: #ef4f25;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.verification-cart-total-price {
  color: #fff;
}
.verification-send {
  width: 35%;
}
@media (max-width: 1024px) {
  .verification-send {
    width: 45%;
  }
}
@media (max-width: 680px) {
  .verification-send {
    width: 90%;
  }
}
@media (max-width: 425px) {
  .verification-send {
    width: 98%;
  }
}
.verification-send h2 {
  font-size: 1.5rem;
  font-family: 'BogleWeb-Black';
  text-transform: uppercase;
}
.verification-send-card {
  position: relative;
  background-color: #fff;
  padding: 0.4rem 1.8rem;
  margin: 0.2rem;
  border-radius: 5px;
  font-family: 'BogleWeb-Bold';
  cursor: pointer;
}
@media (max-width: 1024px) {
  .verification-send-card {
    padding: 0.4rem 1rem;
  }
}
.verification-send-card--selected {
  background-color: #ef4f25;
  transition-property: background-color;
  transition-duration: 0.2s;
  color: #fff;
}
.verification-send-card-zelle {
  position: relative;
  width: 150px;
  margin-right: 5px;
  border-radius: 5px;
  border: none;
  padding: 0;
}
.verification-send-card-zelle img {
  height: 32px;
  width: 100%;
}
.verification-send-card-paypal {
  position: relative;
  background-color: #e1e1e1;
  width: 150px;
  border-radius: 5px;
  margin-right: 5px;
}
.verification-send-card-paypal img {
  height: 32px;
  width: 100%;
}
.verification-send-card-dot {
  width: 9px;
  height: 9px;
  background-color: #ef4f25;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}
.verification-send-paymentinfo {
  margin-top: 1rem;
  font-size: 0.95rem;
  font-family: 'BogleWeb-Bold';
}
.verification-send-data {
  background-color: #fff;
  padding: 0.7rem;
  margin-top: 1rem;
  border-radius: 4px;
}
.verification-send-data .btn.btn-outline-secondary.border-left-0 {
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.verification-send-data-checks {
  display: flex;
  justify-content: space-evenly;
}
.verification-send-data textarea {
  background-color: #e1e1e1;
  color: #000;
  border-radius: 2px !important;
}
.verification-send-data textarea:active {
  background-color: #e1e1e1;
}
.verification-send-info {
  margin-top: 1rem;
  background-color: white;
  padding: 1rem;
}
.verification-send-info input {
  margin-right: 10px;
  background-color: #e1e1e1 !important;
  font-family: 'BogleWeb-Bold';
}
.verification-send-info input:last-child {
  margin-right: initial;
}

.carousel-indicators-thumbs .active {
  position: absolute;
  top: 12% !important;
  width: 53px;
  height: 53px;
  background: #222;
}

.carousel-control-thumbs {
  position: relative;
  /*top: 8% !important;
  left: 0px!important;*/
  width: 53px;
  height: 53px;
  /*margin-top: -38px !important;*/
  font-size: 30px !important;
  font-weight: 100;
  line-height: 44px !important;
  color: #fff;
  text-align: center;
  background: #222;
  /*border: 3px solid #FFF;*/
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  /*border-radius: 23px;*/
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* --------- END --------- */
.carousel-thumbs {
  height: 100%;
  margin-bottom: 0;
  /*padding: 50px 40px 50px 0px;*/
}

/*.carousel-control {
	left: 107px;
}
.carousel-control.right {
	right: -5px;
	top:79%!important;
}*/
/*For top Indicator*/
.carousel-indicators-top {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

.carousel-indicators-top li {
  background: #333333;
}

.carousel-indicators-top .active {
  background: #333333;
}

/* vertical start*/
.vertical .carousel-inner {
  padding-top: 0px;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
  left: 0;
}

/*Overwriten Bootstrap Classis*/
.small-thumbnail {
  display: block;
  margin-bottom: 1px;
  line-height: 1.428571429;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.custom-carousel-inner {
  overflow: hidden;
  position: relative;
}

.well {
  max-height: 100% !important;
}
@media (max-width: 768px) {
  .well {
    max-height: 100%;
  }
}

.single-container {
  margin-top: 50px;
  width: 75%;
}

.single-container img {
  width: 92.5%;
  margin-left: 12px;
}

.favoritos {
  padding-top: 152px;
  background-color: #e1e1e1;
  min-height: 100vh;
  position: relative;
  padding-bottom: 0px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .favoritos {
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .favoritos-title {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .favoritos .btn-cart-open {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .favoritos .row-title {
    margin-top: 20px;
  }
}
.favoritos-back {
  margin-top: 2px;
  margin-right: 20px;
  display: block;
}
.favoritos .shop-product-container {
  margin: 0;
}
@media (min-width: 601px) {
  .favoritos .shop-product-presentations {
    margin-top: -90px;
  }
}
.favoritos .shop-product-quit {
  float: left;
  cursor: pointer;
}

.productTile__priceContainer___EVVUs {
  display: block;
}

@media (min-width: 1024px) {
  .productTile__priceContainer___EVVUs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.Price__containerPrice___qhIUd {
  font-weight: bold;
}

.productTile__price___HuMLv {
  display: inline-block;
  padding-right: 0.15em;
}

.productTile__previousPrice___3Mfw1 {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  padding-left: 8px;
}

.productTile__previousPrice___3Mfw1 {
  text-decoration: line-through;
  color: #d61f2f;
  font-size: 12px;
  font-weight: 400;
}

.desc-text {
  color: #d61f2f;
  font-size: 12px;
  font-weight: 400;
}

.productTile__priceMetaInfo___AokKf {
  /*padding-left: 4px;*/
  display: inline-block;
  font-size: 12px;
  color: #6d6e71;
  margin-right: 4px;
}

.screenReaderOnlyText {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  overflow: hidden !important;
}

.productTile__productTileDetails___25AJd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0px;
}

.productTile__controlsContainerProductTile___EcgxG {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0px;
}

.productTile__productNameContainer___3wOJS {
  color: #000;
  font-size: 16px;
}

.AddToCart__addToCart___D6vAa {
  width: 102px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 16px;
  line-height: 20px;
}

.productTile__imageLinkChildren___1abjz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  max-width: 90px;
  width: 90px;
}

.styles__blockTitle___3DRab {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

.styles__title___2AgBB {
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  margin: 10px 0px 10px;
}

.styles__viewAllLink___1PFoh {
  position: absolute;
  right: 0;
  margin: 10px 10px 10px 0px;
}

.button-link {
  font-size: 12px;
  text-align: center;
  color: #31a6ff !important;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  padding: 3px 10px;
  border: solid 2px #31a6ff;
  border-radius: 50px;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.button-link:hover {
  background-color: #1353dc;
  color: #fff !important;
  border: solid 2px #1353dc;
}

.Title__titleContainer___2-MJY {
  padding: 16px 0;
}

.Title__titleTextCP___hbjrK {
  font-size: 18px;
}

.CategoryPage__line___jRt4L {
  width: 101%;
  height: 2px;
  background-color: #d3d1d1;
  margin: 0px 0px 10px 1px;
}

.Cart__header___2Hq1T {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 16px;
  font-size: 18px;
  border-bottom-width: 2px;
}

.Cart__footer___1DtIO,
.Cart__header___2Hq1T {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  border: 0 solid #e9e9e9;
  border-bottom-width: 2px;
  color: #000;
  font-weight: 700;
}

.Cart__container___rVW5m {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h2,
h2 {
  font-weight: 700;
  font-size: 20px;
}

/*header*/
.styles__navbar___ADqJH {
  width: 100%;
  height: 96px;
  z-index: 750;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: fixed;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
  .styles__navbar___ADqJH {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  }
}
@media (min-width: 1024px) {
  .styles__navbar___ADqJH {
    height: 69px;
  }
}
@media print {
  .styles__navbar___ADqJH {
    padding: 0;
  }
}
.styles__groceryHeader___2rWEB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin: 0 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .styles__groceryHeader___2rWEB {
    margin: 0 16px;
  }
}
@media (min-width: 1024px) {
  .styles__groceryHeader___2rWEB {
    margin: 0 24px;
    min-height: 52px;
  }
}
.NavigationButton__navigationBtnContainer___zwngv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 24px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.NavigationButton__button___AFDpS {
  border: 0;
  padding: 0;
  margin-top: 12px;
  background: transparent;
}

.NavigationButton__hamburgerIcon___3sjZh {
  width: 20px;
  height: 20px;
}

.NavigationButton__groceryRebrandingLogo___2b-3g {
  width: 120px;
  height: 30px;
  margin: 0 8px 0 16px;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .NavigationButton__groceryRebrandingLogo___2b-3g {
    margin: 0 24px;
  }
}
@media (max-width: 47.9375em) {
  .responsive-effects__hide-below-m___2qbes {
    display: none !important;
  }
}
.NavigationButton__rebrandingSparkIcon___3mrap {
  width: 28px;
  height: 28px;
  fill: #fec223;
  margin: 0 12px;
  vertical-align: middle;
}

@media (min-width: 48em) {
  .responsive-effects__hide-above-m___3Xi4s {
    display: none !important;
  }
}
.Search__rebrandingSearchBtnContainer___22n96 {
  position: relative;
  margin: auto;
}

@media (max-width: 320px) {
  .Search__rebrandingSearchBtnContainer___22n96 {
    width: 160px;
  }
}
@media (min-width: 480px) {
  .Search__rebrandingSearchBtnContainer___22n96 {
    width: 57%;
  }
}
@media (min-width: 768px) {
  .Search__rebrandingSearchBtnContainer___22n96 {
    width: 410px;
  }
}
@media (min-width: 1024px) {
  .Search__rebrandingSearchBtnContainer___22n96 {
    width: 477px;
  }
}
.Search__searchForm___2UBW_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  border: 1px solid #949499;
  border-radius: 22px;
  height: 36px;
  padding: 1px;
}

.Search__searchForm___2UBW_.Search__active___1Ghe7 {
  border-radius: 4px;
}

@media (max-width: 480px) {
  .Search__searchForm___2UBW_.Search__active___1Ghe7 {
    border: none;
    border-radius: 0;
    position: fixed;
    left: 0;
    right: 0;
    height: 48px;
    top: 36px;
    z-index: 1001;
  }
}
@media (min-width: 1440px) {
  .Search__rebrandingSearchBtnContainer___22n96 {
    width: 625px;
  }
}
.Search__clearSearchBtn___23GIj {
  display: none;
  border: none;
  position: static;
  padding-top: 4px;
  padding-right: 16px;
  background: #fff;
}

.Search__clearSearchBtn___23GIj.Search__active___1Ghe7 {
  display: block;
}

.Search__searchBtn___15U4m {
  border: none;
  background-color: #ffc220;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  padding: 7px 14px;
  margin: -0.9px;
}

@media (max-width: 480px) {
  .Search__searchBtn___15U4m {
    padding: 0 9px;
  }
}
@media (max-width: 1024px) {
  .Search__searchBtn___15U4m {
    margin: -1px;
  }
}
@media (min-width: 70em) {
  .Search__searchBtn___15U4m {
    margin: -0.7px;
  }
}
.styles__accountOrSignInLink___3SF2A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 47.9375em) {
  .responsive-effects__hide-below-m___2qbes {
    display: none !important;
  }
}
.styles__title___1CiBK {
  color: #000;
  padding-left: 8px;
  font-size: 14px;
}

.styles__favoritesLink___iEKxr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 63.9375em) {
  .responsive-effects__hide-below-l___1_Xqw {
    display: none !important;
  }
}
.styles__container___2_rH3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .styles__container___2_rH3 {
    margin-left: auto;
  }
}
.styles__cartBadge___hVQ01 {
  height: 26px;
  padding-left: 24px;
  background: transparent;
  border: none;
}

@media (min-width: 320px) {
  .styles__cartBadge___hVQ01 {
    padding-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .styles__cartBadge___hVQ01 {
    margin-left: 16px;
    padding-left: 8px;
  }
}
.screenReaderOnlyText {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  overflow: hidden !important;
}

.styles__iconBadge___3sg-O {
  position: relative;
  display: inline-block;
  height: 48px;
  width: 12px;
}

@media (min-width: 1024px) {
  .styles__iconBadge___3sg-O {
    width: 100%;
  }
}
.styles__iconCart___2GlPY {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: normal;
  width: 18px;
  height: 18px;
}

@media (min-width: 1024px) {
  .styles__iconCart___2GlPY {
    width: 20px;
    height: 20px;
    left: 12px;
  }
}
.styles__itemBadge___21UZM {
  position: absolute;
  height: 20px;
  min-width: 20px;
  background-color: #fced70;
  border-radius: 10px;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  padding: 4px;
  top: 4px;
  left: 12px;
}

@media (min-width: 1024px) {
  .styles__itemBadge___21UZM {
    position: relative;
    top: 0;
    left: 16px;
    margin-left: 8px;
  }
}
.styles__itemBadge___21UZM.styles__is-updated___1qMDe {
  -webkit-animation: styles__pop-out-back___2pFYf 0.24s
    cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation: styles__pop-out-back___2pFYf 0.24s
    cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.styles__priceContainer___3bJPW {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 8px;
}

.styles__priceContainer___3bJPW.styles__is-updated___1qMDe {
  -webkit-animation: styles__fade-in___2UT66 0.24s linear;
  animation: styles__fade-in___2UT66 0.24s linear;
}

@media (min-width: 1024px) {
  .styles__priceContainer___3bJPW {
    display: block;
    font-size: 14px;
    font-weight: 700;
    top: 0;
    margin-left: 16px;
  }
}
.styles__price___J4xwT {
  color: #000;
}

@media (max-width: 1024px) {
  .styles__price___J4xwT {
    font-size: 12px;
  }
}
.styles__price___J4xwT:focus {
  outline: 2px solid #000;
}

@media (min-width: 1024px) {
  .styles__price___J4xwT:after {
    content: '';
  }
}
@media (min-width: 1024px) {
  .styles__price___J4xwT {
    position: relative;
    top: 1px;
    vertical-align: top;
    font-size: 14px;
  }
}
.Search__searchField___3eXaL {
  border: none;
  font-size: 16px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  padding: 8px 0 8px 16px;
  width: 100%;
  line-height: 22px;
}

.Search__searchField___3eXaL::-webkit-input-placeholder {
  color: #414042;
  opacity: 1;
}

.Search__searchField___3eXaL::-moz-placeholder {
  color: #414042;
  opacity: 1;
}

.Search__searchField___3eXaL:-ms-input-placeholder {
  color: #414042;
  opacity: 1;
}

.Search__searchField___3eXaL::-ms-input-placeholder {
  color: #414042;
  opacity: 1;
}

.Search__searchField___3eXaL::placeholder {
  color: #414042;
  opacity: 1;
}

@media (max-width: 320px) {
  .Search__searchField___3eXaL {
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  .Search__searchField___3eXaL {
    padding-left: 24px;
  }
}
.Price__salePrice___3YEJa {
  font-size: 19px;
}

@media screen and (max-width: 980px) {
  .whatsapp {
  display: none;
  }
}

/* whatsapp */
.whatsapp {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 40px;
  left: 40px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.whatsapp img {
  width: 100%;
}

.whatsapp-icon {
  margin-top: 13px;
  background-color: #fff;
}

.submenu {
  position: relative;
  left: 400px;
  top: 0px;
  /*height: calc(70vh - 132px);*/
  /*margin-top: 132px;*/
  /*width: 350px;*/
  /*overflow-y: auto;*/
  background-color: #fff;
  z-index: 99;
}

.categorymenu {
  position: relative;
  left: -400px;
}

.subsubmenu {
  position: relative;
  left: 400px;
  top: 0px;
  /* height: calc(70vh - 132px);*/
  background-color: #fff;
}

/*# sourceMappingURL=main.css.map */

/*#    */

.filtro-list-item i:hover {
  border-radius: 50%;
  color: #0f76b6;
  background-color: #cccacaec;
}

.filtro-list-item img {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.filtro-list-item i {
  /*height: 30px;
  width: 30px;*/
  text-align: center;
  padding: 10px;
  margin: 0px 5px;
  color: rgb(190, 190, 190);
  font-size: 15px;
}

.filtro-list-item a {
  margin-bottom: 0px;
  /* font-family: "Futura,Trebuchet MS,Arial,sans-serif"!important;*/
  font-family: 'futura-medium-bt' !important;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none !important;
  color: #000;
  transition-duration: 0.4s;
}

.filtro-list-item a:hover {
  transition-duration: 0.4s;
  color: #168ac4;
}

.subcategory-title span {
  text-transform: uppercase;
  font-family: 'futura-medium-bt' !important;
}

.shop-category-container .shop-category-products .row .shop-product-button {
  bottom: 0px !important;
  margin: 0 8px !important;
}

.social-links i {
  background-color: #168ac4;
  border-radius: 50%;
  border: 0px solid #909090;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin-right: 7px;
  text-align: center;
  width: 30px;
  /*space between*/

}

.social-links i:hover {
  color: #fff;
  background-color: #1c77aa;
}
