@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap);@charset "UTF-8";
.badge {
  font-size: 100%;
}

body {
  min-height: 100vh;
}

.title01 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.title02 {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.title03 {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.body01 {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.body02 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.body03 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.body04 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

.body05 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.body06 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5C6574;
  margin-bottom: 0;
}

.caption01 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #5C6574;
  margin-bottom: 0;
}

.caption02 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

.caption03 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.color-gray01 {
  color: #1E2126;
}

.color-gray02 {
  color: #5C6574;
}

.color-gray03 {
  color: #828B9A;
}

.color-gray04 {
  color: #B4BCC7;
}

.color-gray05 {
  color: #CAD1D9;
}

.color-gray06 {
  color: #E4E9ED;
}

.color-gray07 {
  color: #F0F3F8;
}

.title-separator {
  position: relative;
}
.title-separator::after {
  display: block;
  content: "";
  position: absolute;
  top: -1rem;
  height: 5px;
  width: 70px;
  background-color: #FBC401;
  border-radius: 5px;
}

@media (max-width: 768px) {
  h2, .h2 {
    font-size: 20px;
  }
}
.btn {
  font-weight: 600 !important;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
.btn.btn-primary {
  color: #1E2126;
}
.btn.btn-outline-primary {
  color: black;
}

.action-button span {
  transition: all 0.3s;
}
.action-button:hover span {
  transform: scale(0.9);
}

.navi-link {
  color: #1E2126;
}

.text-muted {
  color: #64676a !important;
}

.shadow-1 {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
}

.cursor-pointer {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
}

.fuego {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1.2em;
  background-image: url(/img/elementos/fuego.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.fuego-stroke {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1.2em;
  background-image: url(/img/elementos/fuego-stroke.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.redes li {
  list-style: none;
  padding-left: 1.5rem;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 10px;
  background-size: auto 1rem;
}
.redes li:hover a {
  color: #FBC401;
}
.redes li.facebook {
  background-image: url(/img/iconos/naranja/facebook.svg);
}
.redes li.twitter {
  background-image: url(/img/iconos/naranja/twitter.svg);
}
.redes li.instagram {
  background-image: url(/img/iconos/naranja/instagram.svg);
}

.favorite {
  z-index: 15;
  transition: all 0.3s;
  padding: 10px;
  opacity: 0.8;
}
.favorite:hover {
  opacity: 1;
}
.favorite:hover i {
  font-size: 25px;
}
.favorite:hover:not(.added) i {
  color: black;
}
.favorite.added {
  opacity: 1;
  color: #F84D27;
}
.favorite i {
  transition: all 0.3s;
  font-size: 20px;
}

.see-more {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #FBC401;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/img/elementos/mas.svg);
  background-size: 1.25rem;
  border-radius: 50%;
  transition: transform 0.25s ease;
}
@media (max-width: 768px) {
  .see-more {
    width: 20px;
    height: 20px;
    background-size: 15px;
  }
}

.card {
  border: none;
  border-radius: 12px;
}

.floating-header {
  position: relative;
  top: -50px;
}

.rounded {
  border-radius: 12px;
}

.flex-all-center {
  justify-content: center;
  align-items: center;
}

.media {
  cursor: pointer;
  display: block;
  padding-top: 100%;
  position: relative;
}
.media span {
  transition: all 0.3s;
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  background-color: #F0F3F8;
}
.media span i {
  transition: all 0.3s;
  font-size: 25px;
  color: #5C6574;
}
.media:hover span {
  top: 11px;
  left: 11px;
  bottom: 11px;
  right: 11px;
}
.media:hover i {
  color: #1E2126;
}

.pswp {
  z-index: 10000 !important;
}

@media (max-width: 991px) {
  .mobile-overflow-x-scroll {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    padding-bottom: 20px;
    max-width: 100%;
  }
}
.border-default {
  border-color: #E4E9ED;
}

hr {
  border-color: #E4E9ED;
}

.bg-secondary {
  background-color: #F0F3F8 !important;
}

.color-warning {
  color: #EE37A3;
}

.dropdown ul.dropdown-menu {
  border-color: #CAD1D9;
  border-radius: 12px;
}

.pagination {
  border: none;
}
.pagination .pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .pages li {
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #DFE3E8;
  margin-right: 2px;
  margin-left: 2px;
}
.pagination .pages li a {
  color: #1E2126;
  font-weight: 700;
}
.pagination .pages li.active {
  background-color: #FBC401;
  border-color: #FBC401;
}
.pagination .pages li.active span {
  color: white;
  font-weight: 700;
}
.pagination .pages li.arrow-disabled {
  cursor: not-allowed;
  background-color: #64676a;
  opacity: 0.5;
}
.pagination .pages li.arrow-disabled > * {
  color: white;
}
.pagination .pages li:not(.active):not(.disabled):not(.arrow-disabled):hover, .pagination .pages li:not(.active):not(.arrow-disabled):not(.disabled) a:hover {
  background-color: #FBC401;
  border-color: #FBC401;
}
.pagination .pages li:not(.active):not(.disabled):not(.arrow-disabled):hover a, .pagination .pages li:not(.active):not(.arrow-disabled):not(.disabled) a:hover a {
  color: white;
}

label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.form-control {
  background-color: #F0F3F8;
  border-radius: 12px;
  border: none;
  color: #5C6574;
}
.form-control:focus, .form-control:active, .form-control:visited {
  background-color: #E4E9ED;
  border: none;
  outline: none;
}
.form-control::-moz-placeholder {
  color: #5C6574;
}
.form-control::placeholder {
  color: #5C6574;
}
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #5C6574;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-group {
  text-align: left;
}
.form-group label {
  padding-left: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

form.validate-inputs .validate {
  position: relative;
}
form.validate-inputs .validate::after {
  display: block;
  content: "";
  position: absolute;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
  background-image: url(/img/elementos/input-check.svg);
  bottom: 8px;
  right: 4%;
  opacity: 0;
}
form.validate-inputs .validate:not(.form-group)::after {
  right: 27px;
  bottom: 12px;
}
form.validate-inputs .validate.ok::after {
  opacity: 1;
}

.f-medium {
  font-size: 13px;
}

.placeholder-black:valid {
  color: black;
}

.password-visible span {
  display: block;
  content: "";
  cursor: pointer;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
  background-image: url(/img/elementos/password-visible.svg);
}
.password-visible.visible span {
  background-image: url(/img/elementos/password-invisible.svg);
}

.custom-checkbox.badge-checkbox input[type=checkbox],
.custom-checkbox.badge-checkbox input[type=radio],
.custom-radio.badge-radio input[type=checkbox],
.custom-radio.badge-radio input[type=radio] {
  display: none !important;
}
.custom-checkbox.badge-checkbox input[type=checkbox]:checked + label,
.custom-checkbox.badge-checkbox input[type=radio]:checked + label,
.custom-radio.badge-radio input[type=checkbox]:checked + label,
.custom-radio.badge-radio input[type=radio]:checked + label {
  color: white;
  background-color: #FBC401;
}
.custom-checkbox.badge-checkbox input[type=checkbox] + label,
.custom-checkbox.badge-checkbox input[type=radio] + label,
.custom-radio.badge-radio input[type=checkbox] + label,
.custom-radio.badge-radio input[type=radio] + label {
  cursor: pointer;
  background-color: #F0F3F8;
  color: #5C6574;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 13px;
  border-radius: 12px;
  transition: all 0.1s;
}

.custom-control.custom-checkbox label,
.custom-control.custom-radio label {
  cursor: pointer;
}

.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1DD460;
  border-color: #1DD460;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  opacity: 0.5;
}

.custom-control .custom-control-input:checked ~ .custom-control-label.checkbox-primary::before,
.custom-control .custom-control-input:checked ~ .custom-control-label.radio-primary::before {
  background-color: #FBC401;
  border-color: #FBC401;
}

.custom-control .custom-control-label::before {
  background-color: #E4E9ED;
  border-color: #F0F3F8;
}

.custom-control.input-right {
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
}
.custom-control.input-right .custom-control-label::before,
.custom-control.input-right .custom-control-label::after {
  left: unset;
  right: -1.5rem;
}

.switcher {
  display: flex;
  align-items: center;
}
.switcher .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
  margin-right: 10px;
}
.switcher .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switcher .switch input:checked + .slider {
  background-color: #FBC401;
}
.switcher .switch input:checked + .slider:before {
  transform: translateX(21px);
}
.switcher .switch input:focus + .slider {
  box-shadow: 0 0 0 3px rgba(251, 196, 1, 0.2);
  outline: none;
}
.switcher .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CAD1D9;
  transition: 0.4s;
  border-radius: 24px;
}
.switcher .switch .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default--focus {
  border: none !important;
}

span.select2-selection.select2-selection--single,
span.select2-selection.select2-selection--multiple,
.select2-container .select2-search--inline .select2-search__field,
.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-selection__rendered {
  min-height: 60px !important;
}

span.select2-selection.select2-selection--single,
span.select2-selection.select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
}

.select2-search.select2-search--dropdown {
  background-color: #F0F3F8;
}

.select2-dropdown.select2-dropdown--above {
  border-radius: 12px;
}

.select2-dropdown.select2-dropdown--below {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.select2-selection__rendered {
  background-color: #F0F3F8;
  border-radius: 12px;
  border: none;
  color: #5C6574;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-radius: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  align-items: center;
}

.select2-container {
  z-index: 0;
}

.select2-results__option.select2-results__option--highlighted {
  background-color: #FBC401;
  color: white;
}

.select2-dropdown {
  border: none !important;
}

.select2-results {
  background-color: #F8F9FC;
  border: none !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-top: 0.875rem !important;
}

.select2-results__option[aria-selected] {
  margin-top: 4px;
  margin-bottom: 4px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #F0F3F8;
  font-weight: 700;
  color: #1E2126;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
  background-color: #CAD1D9;
}
.select2-container--default .select2-results__option--highlighted[aria-selected=true]:hover {
  background-color: #64676a;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F0F3F8;
  color: #1E2126;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 12px;
  background: #FBC401;
  border-color: #FBC401;
  color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: white;
  border-color: white;
  transition: all 0.3s;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #5C6574;
}

.select2-search__field {
  border: none;
  border-radius: 12px;
  box-shadow: none;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #FBC401;
  border-radius: 5px;
}

.select2-search.select2-search--dropdown {
  display: none;
}

.select2-search--dropdown:before {
  content: "\E9C1";
  position: absolute;
  left: 1.875rem;
  top: 1.475rem;
  color: #64676a;
  font-family: feather !important;
  font-style: normal;
  text-transform: none;
}

.product-card {
  border: none;
  margin: 10px 0;
}
.product-card .content {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 12px;
  height: 100%;
}
.product-card .image {
  border-radius: 12px;
  padding-top: 110%;
  position: relative;
}
.product-card .product-badge {
  display: none;
  font-size: 14px;
}
.product-card .product-badge.product-promotion {
  right: 12px;
  left: unset;
}
.product-card .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}
.product-card .favorite {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-card .product-name {
  max-height: 8em;
  overflow: hidden;
}
.product-card .product-name .web-title {
  display: block;
}
.product-card .product-name .mob-title {
  display: none;
}
.product-card .product-name .minUnit {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product-card .thumb,
.product-card .hover-h,
.product-card .product-name {
  transition: all 0.3s;
}
.product-card:hover .thumb {
  width: 95%;
  height: 95%;
}
.product-card:hover .product-name {
  color: #FBC401;
}

.pricing .discount {
  color: #97a1a9;
  font-weight: 500;
  padding: 0 0.25rem;
  position: relative;
  font-size: 0.75rem;
}
.pricing .discount:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  background-color: #97a1a9;
}
.pricing .price {
  color: #1E2126;
  font-size: 20px;
  font-weight: 700;
  font-family: "DM Sans", serif;
}

.list-publications .product-badge {
  display: block;
  z-index: 1;
}

@media (max-width: 991px) {
  .product-card .product-name {
    overflow: hidden;
  }
  .product-card .product-name .web-title {
    display: none;
  }
  .product-card .product-name .mob-title {
    display: block;
  }
  .list-publications .product-card .content .info {
    display: flex;
  }
  .list-publications .product-card .content .info .product-name {
    margin-left: 1.5em;
    overflow: visible;
  }
  .list-publications .product-card .content .image {
    padding-top: 30%;
    width: 35%;
  }
  .list-publications .product-card .content .image .badge {
    display: none;
  }
  .list-publications .product-card .content .pricing {
    position: absolute;
    bottom: 12px;
    left: 0;
    text-align: left !important;
    padding-left: calc(35% + 1.5em - 0.6em);
  }
  .list-publications .product-card .favorite {
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 600px) {
  .product-card .badge {
    display: block !important;
  }
  .product-card .product-badge {
    top: 0;
  }
}
.product-card.horizontal .image {
  padding: 0;
  height: 100%;
  min-width: 100px;
  max-width: 130px;
}
.product-card.horizontal .image .see-more {
  position: absolute;
  bottom: -5px;
  right: -10px;
}
.product-card.horizontal .image .thumb {
  border-radius: 12px;
  position: absolute;
  width: 100%;
  padding: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
.product-card.horizontal:hover .see-more {
  transform: scale(0.9);
}
.product-card.horizontal:hover .thumb {
  border: none;
  padding: 5px;
}

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.product-detail hr {
  border-color: #E4E9ED;
}
.product-detail .gallery-product.mobile {
  display: none;
}
.product-detail .product-thumbnails {
  background-color: transparent;
  padding-top: 0;
  border: none;
  overflow-y: scroll;
  max-height: 500px;
}
.product-detail .product-thumbnails li {
  width: 100%;
  display: block;
  background-color: white;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding-top: 100%;
}
.product-detail .product-thumbnails li:first-child {
  margin-top: 0;
}
.product-detail .product-thumbnails li div {
  position: absolute;
  border-color: white;
  padding: 0.75rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.product-detail .product-thumbnails li.active div {
  border-color: #FBC401;
}
.product-detail .product-thumbnails::-webkit-scrollbar {
  width: 8px;
}
.product-detail .product-thumbnails::-webkit-scrollbar-thumb {
  background: #CAD1D9;
  border-radius: 5px;
}
.product-detail .gallery-item {
  border-radius: 12px;
}
.product-detail .gallery-item:not(.video-btn) {
  background-color: #F0F3F8;
}
.product-detail .gallery-item a {
  padding: 0em;
}
.product-detail .accordion .card {
  border-bottom: none !important;
}
.product-detail .accordion .card-header {
  border: none;
}
.product-detail .accordion .card-header:hover {
  background-color: white;
}
.product-detail .accordion .card-header span {
  background-color: #F0F3F8;
  border-radius: 8px;
  padding: 8px;
}
.product-detail .caracteristics .caracteristic p {
  width: 50%;
}
.product-detail .questions .question img {
  width: 30px;
}
@media (max-width: 991px) {
  .product-detail .gallery-product.mobile {
    display: block;
  }
  .product-detail .product-gallery {
    display: none;
  }
  .product-detail .gallery-product {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  .product-detail .gallery-product::before {
    content: "";
    position: absolute;
    left: -1.25rem;
    right: -1.25rem;
    top: -1.25rem;
    bottom: 0;
    background-color: #F0F3F8;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .product-detail .gallery-product .gallery-item {
    margin-bottom: 0;
  }
  .product-detail .caracteristics .caracteristic p {
    width: auto;
  }
  .product-detail h3.fw-600 {
    font-size: 16px;
  }
  .product-detail .questions .question img {
    width: 18px;
  }
  .product-detail .questions .question h4 {
    font-size: 14px;
  }
}

.related-products {
  background-color: #F8F9FC;
  position: relative;
}
.related-products::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  background-color: #F8F9FC;
  height: 70px;
  z-index: 0;
  right: 0;
}
.related-products .product-card .discount {
  display: none;
}

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

.breadcrumbs {
  text-align: unset;
}
.breadcrumbs > li {
  font-size: unset;
  color: unset;
}
.breadcrumbs > li:first-child a::before {
  content: none;
}

.modal-backdrop.show {
  z-index: 10000;
}

.modal-open .modal {
  z-index: 10001;
}

.modal .modal-header {
  background-color: white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: block;
  text-align: center;
  position: relative;
}
.modal .modal-header .close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 22px;
}
.modal .modal-footer {
  display: flex;
  justify-content: center;
  border-top: none;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.modal .modal-footer > * {
  flex-grow: 1;
}
.modal .modal-dialog.modal-lg .modal-footer {
  width: 80%;
  margin: auto;
}

table.table {
  font-size: 14px;
}
table.table thead tr th {
  border: none;
  font-weight: 500;
  color: #64676a;
  padding-top: 30px;
  padding-bottom: 30px;
}
table.table tbody tr.no-border td {
  border: none;
}
table.table tbody tr.no-padding td {
  padding-top: 10px;
  padding-bottom: 10px;
}
table.table tbody tr.no-padding-top td {
  padding-top: 10px;
}
table.table tbody tr.no-padding-bottom td {
  padding-bottom: 10px;
}
table.table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #E4E9ED;
  vertical-align: middle;
}
table.table tbody tr td.table-img {
  padding-right: 20px;
  width: 1%;
}
table.table tbody tr td.table-img img {
  border: 1px solid #E4E9ED;
  max-width: 50px;
  border-radius: 5px;
}

.img-table {
  max-width: 100px;
  border-radius: 5px;
}

.bootbox-body {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.1px;
}

.bootbox-close-button {
  position: absolute;
  right: 0;
  padding-right: 20px;
}

.bootbox.modal .modal-content {
  min-height: 24vh;
}

.slick-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0.4s ease-in-out;
}
.slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-next {
  background-image: url(/img/elementos/slider-siguiente.svg);
  right: 1%;
}

.slick-prev {
  background-image: url(../img/elementos/slider-anterior.svg);
  left: 1%;
}

.slick-prev, .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 800;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40%;
  border: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button:before {
  font-size: 37px;
  opacity: 0.75;
  color: black;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 26px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rating span {
  float: right;
  position: relative;
}

.rating span input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.rating span label {
  display: inline-block;
  color: #333;
  font-size: 22px;
  margin-right: 2px;
  line-height: 30px;
  border-radius: 50%;
}

.rating:not(.rated) span label {
  cursor: pointer;
}

.rating:not(.rated) span:hover ~ span label,
.rating:not(.rated) span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
  color: #EE37A3;
}

.favorite-message {
  opacity: 0;
}
.favorite-message.favoriteAdded {
  animation-name: fadeInOut;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-duration: 4s;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 100%;
  }
  25% {
    opacity: 100%;
  }
  50% {
    opacity: 100%;
  }
  75% {
    opacity: 100%;
  }
  80% {
    opacity: 75%;
  }
  100% {
    opacity: 0;
  }
}
footer {
  background-color: white;
  border: 1px solid #ccc;
  position: relative;
  margin-top: 40px;
}
footer .main-info {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .main-info .logo {
  max-width: 78px;
}
footer .more {
  display: block;
  position: absolute;
  width: 160px;
  text-align: center;
  cursor: pointer;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  background-color: white;
  font-size: 13px;
  color: #555;
  line-height: 36px;
  transition: background-color 0.25s ease;
}
footer .more:after {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 5px;
  background-image: url(/img/elementos/desplegar-u.svg);
  transition: transform 0.25s ease;
}
footer .more-info {
  display: none;
  background-color: #E4E9ED;
  border-bottom: 2px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer.displaying .more {
  background-color: #E4E9ED;
}
footer.displaying .more:after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  footer .content {
    display: block;
  }
  footer .content > a {
    display: block;
    margin-top: 25px;
  }
  footer .content > div p {
    margin-bottom: 10px;
  }
  footer .content > div p:last-child {
    margin-bottom: 20px;
  }
}

.img-seller-acepted {
  width: 135px;
}

@media (max-width: 768px) {
  .img-seller-acepted {
    width: 100px;
  }
}
header.site-header {
  background-color: #FBC401;
  z-index: 10000;
}
header.site-header .topbar {
  background-color: #FBC401;
  border: none;
}
header.site-header .topbar .toolbar .toolbar-item {
  position: static;
  border: none;
  width: auto;
}
header.site-header .topbar .toolbar .toolbar-item.active {
  background-color: transparent;
}
header.site-header .topbar .toolbar .toolbar-item > a {
  color: black;
}
header.site-header .topbar .toolbar .toolbar-item:hover {
  background-color: transparent;
}
header.site-header .topbar .toolbar .toolbar-item .action-button {
  height: 60px;
  border: 2px solid black;
  border-radius: 12px;
  margin: 18px auto;
  width: 100%;
}
header.site-header .topbar .toolbar .toolbar-item .action-button span {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.1px;
}
header.site-header .topbar .search-box-wrap .input-group .form-control {
  border: none;
  border-radius: 12px;
  background-color: white;
}
header.site-header .topbar .search-box-wrap .input-group i {
  color: #333;
}
header.site-header .navbar {
  background-color: #FBC401;
  transition: all 0.3s;
  border: none;
}
header.site-header .site-branding {
  border: none;
}
header.site-header .site-branding img.isologo {
  width: 32px;
  margin-right: 10px;
}
header.site-header .site-branding img.logo {
  flex-grow: 1;
  width: auto;
  max-height: 28px;
}
header.site-header .site-menu > ul {
  display: flex;
}
header.site-header .site-menu > ul:nth-child(2) {
  justify-content: flex-end;
}
header.site-header .site-menu > ul > li:not(.has-submenu):not(.isologo):not(.icon) > a:after {
  opacity: 0;
  content: "";
  width: 0%;
  display: block;
  height: 1px;
  background-color: black;
  transition: all 0.3s;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
}
header.site-header .site-menu > ul > li:not(.has-submenu):not(.isologo):not(.icon):hover a::after {
  width: 100%;
  opacity: 1;
}
header.site-header .site-menu > ul > li.has-submenu:hover > a::after {
  content: none;
}
header.site-header .site-menu ul.sub-menu {
  top: 88%;
  z-index: 5;
  border-radius: 12px;
  border: none;
}
header.site-header .site-menu ul.sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -3.5px;
  left: 25px;
  width: 7px;
  height: 7px;
  background: white;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: white;
}
header.site-header .site-menu ul.sub-menu.sub-menu-right {
  left: unset;
  right: 0;
}
header.site-header .site-menu ul.sub-menu.sub-menu-right::before {
  left: unset;
  right: 15px;
}
header.site-header .site-menu ul li.active > a {
  font-weight: 600;
  color: black;
}
header.site-header .site-menu ul li.has-submenu:hover a {
  border: none;
  background-color: transparent;
}
header.site-header .site-menu ul li a {
  color: black;
  font-weight: 400;
  position: relative;
  display: block;
  transition: all 0.3s;
  border: none;
}
header.site-header .site-menu ul li a:hover {
  color: inherit;
}
header.site-header .site-menu ul li:hover a {
  color: black;
}
header.site-header .navbar .isologo img {
  opacity: 0;
  width: 0;
  transition: opacity 0.3s;
}
header.site-header.navbar-stuck .navbar .isologo img {
  opacity: 1;
  width: 100%;
}
header.site-header.navbar-stuck .navbar {
  background-color: white;
}
header.site-header.navbar-stuck .navbar .site-menu ul li .sub-menu {
  border: 1px solid #CAD1D9;
}
header.site-header.navbar-stuck .navbar .site-menu ul li .sub-menu::before {
  border-color: #CAD1D9;
}
header.site-header.navbar-stuck .navbar .site-menu ul li.has-submenu:hover > a::before {
  content: "";
}
header.site-header.navbar-stuck .navbar .site-menu ul li.has-submenu:hover > a::after {
  background-color: #FBC401;
}
header.site-header.navbar-stuck .navbar .site-menu ul li.active > a {
  color: #FBC401;
}

body.mobile-menu-open {
  overflow: hidden;
}
body.mobile-menu-open .topbar {
  background-color: white;
}
body.mobile-menu-open .mobile-icons > .toolbar-item {
  display: none !important;
}

.mobile-menu {
  padding-top: 0;
  height: calc(100vh - 62px);
  background-color: white;
  top: 99%;
  box-shadow: none;
  overflow: scroll;
}
.mobile-menu .welcome img {
  width: 64px;
}
.mobile-menu .slideable-menu {
  border: 0;
}
.mobile-menu .slideable-menu .menu:not(.off-view) {
  height: auto !important;
  overflow-y: scroll;
}
.mobile-menu .slideable-menu .menu li.back-btn > a {
  background-color: #FBC401;
  color: white;
}
.mobile-menu .slideable-menu .menu li:not(.has-children) {
  position: relative;
}
.mobile-menu .slideable-menu .menu li:not(.has-children) a {
  z-index: 5;
}
.mobile-menu .slideable-menu .menu li a {
  border-color: white;
  position: relative;
}
.mobile-menu .slideable-menu .menu li a.active {
  color: black;
  font-weight: 600;
}
.mobile-menu .slideable-menu .menu li .sub-menu-toggle {
  border: none;
}
.mobile-menu .slideable-menu .menu li .toggle {
  border: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  height: calc(100% - 1px);
  transition: background-color 0.3s;
  color: #5C6574 !important;
  cursor: pointer;
  z-index: 0;
}
.mobile-menu .slideable-menu .menu li .toggle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -11px;
  font-family: feather;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  content: "\E930";
}
.mobile-menu .slideable-menu .menu li img.icon {
  width: 40px;
}

.search-mobile .form-control {
  border-radius: 12px;
  border: none;
  background-color: white;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
.search-mobile .back {
  position: absolute;
  top: -2px;
  width: 100%;
  background-color: #FBC401;
  z-index: 0;
  left: 0;
  height: 50%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.notifications {
  width: 350px !important;
  max-height: 50vh;
  overflow-y: scroll;
}
.notifications::-webkit-scrollbar {
  width: 8px;
}
.notifications::-webkit-scrollbar-thumb {
  background: #CAD1D9;
  border-radius: 5px;
}
.notifications .notification {
  transition: all 0.3s;
}
.notifications .notification:hover {
  background-color: #F0F3F8;
}

.notification-icon.has-notifications {
  position: relative;
}
.notification-icon.has-notifications::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #F84D27;
  border-radius: 50%;
  top: -5px;
  right: -5px;
}

.notification-icon-mobile.has-notifications {
  position: relative;
}
.notification-icon-mobile.has-notifications::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #F84D27;
  border-radius: 50%;
  top: -5px;
  right: 7px;
}

.noti-mob {
  background: #f1f3f8;
  border-radius: 9px;
}
.noti-mob .iconn {
  width: 39px;
  padding: 6px;
}

.clean-header {
  height: 200px;
}

.header-logo img {
  height: 31px;
  width: auto;
  max-width: unset;
}

.widget-categories ul > li,
.widget-links ul > li {
  color: #5C6574;
  padding-left: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5C6574;
}
.widget-categories ul > li::before,
.widget-links ul > li::before {
  content: none;
}

@media (max-width: 1024px) {
  .section_banner {
    height: 90px !important;
  }
}
.filters-title {
  margin: 0;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #004808;
}

.filters-input {
  border-radius: 6px;
  border: solid 1px #E4E9ED;
  color: #A1A9B8;
  padding: 0.5rem;
  font-size: 14px;
  width: 100%;
}

.filters-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  background-color: #E4E9ED;
  font-size: 1.75rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin-left: 8px;
  padding: 16px;
}

.sidebar-toggle {
  display: none;
}

.filters-mobile-show {
  display: none;
}

.filters-mobile {
  display: none;
}

.toggle {
  --width: 50px;
  --height: calc(var(--width) / 2);
  --border-radius: calc(var(--height) / 2);
  display: inline-block;
  cursor: pointer;
}

.toggle__input {
  display: none;
}

.toggle__fill {
  position: relative;
  width: var(--width);
  height: var(--height);
  border-radius: var(--border-radius);
  background: #dddddd;
  transition: background 0.2s;
}

.toggle__input:checked ~ .toggle__fill {
  background: #009578;
}

.toggle__fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: var(--height);
  width: var(--height);
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius);
  transition: transform 0.2s;
}

.toggle__input:checked ~ .toggle__fill::after {
  transform: translateX(var(--height));
}

@media (max-width: 991px) {
  .sidebar-offcanvas {
    z-index: 10001;
    width: 100%;
    padding: 0;
  }
  .filters-container-mobile {
    display: flex;
  }
  .display-none {
    display: none;
  }
  .filters-title {
    font-size: 14px;
    font-weight: 600;
    color: #1E2126;
  }
  .filters-hide-mobile {
    display: none !important;
  }
  .filters-mobile {
    display: block;
  }
  .filters-mobile__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    position: sticky;
    top: 0;
  }
  .filters-mobile__footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem;
    position: sticky;
    bottom: 0;
    background-color: #fff;
  }
  .filters-mobile__footer-clean {
    color: #FBC401;
    border: none;
    font-weight: 700;
    background-color: transparent;
    white-space: nowrap;
    font-size: 14px;
  }
  .filters-mobile__body {
    display: flex;
    justify-content: flex-end;
    margin-top: calc(-100vh + 65px);
  }
  .filters-mobile__body-nav {
    display: none;
    flex-direction: column;
    background-color: #F7F7F7;
    width: 32%;
    height: calc(100vh - 65px);
    position: sticky;
    left: 0;
    top: 65px;
  }
  .filters-mobile__body-nav div {
    padding: 1rem;
    border-bottom: #CAD1D9 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
  }
  .filters-mobile__body-nav div.active {
    background-color: #fff;
    border-left: #004808 solid 7px;
    border-bottom: none;
  }
  .filters-mobile__body-nav div.active p {
    font-weight: 600;
    color: #004808;
  }
  .filters-mobile__body-nav div.active img {
    filter: grayscale(0);
  }
  .filters-mobile__body-nav .has-filter img {
    display: block;
  }
  .filters-mobile__body-nav p {
    font-weight: 500;
    font-size: 12px;
    color: #5C6574;
    margin: 0;
  }
  .filters-mobile__body-nav-img {
    filter: grayscale(1);
    display: none;
  }
  .filters-mobile__body-filters {
    width: 68%;
    padding: 1rem;
  }
  .open .filters-mobile .filters-mobile__body-nav {
    display: flex;
  }
  .sidebar-close {
    position: initial;
  }
  .filters-mobile .container-mobile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 0.5rem;
  }
  .filters-mobile .option-mobile {
    border-radius: 14px;
    border: #CAD1D9 1px solid;
    white-space: nowrap;
    padding: 0.5rem;
  }
  .filters-mobile .option-mobile-active {
    border: #FBC401 1px solid;
    color: #FBC401;
  }
  .sidebar-offcanvas.position-left {
    left: -100%;
  }
  #orderSelect-mobile {
    height: 39px !important;
  }
  .sidebar-toggle,
  #orderSelect-mobile {
    display: flex;
    position: initial;
    border-radius: 10px;
    border: #CAD1D9 1px solid;
    background-color: #fff;
    box-shadow: none;
    font-size: 14px;
    gap: 0.3rem;
    line-height: normal;
    height: auto;
    text-align: center;
  }
  .sidebar-offcanvas.open.position-left {
    left: 0;
    z-index: 10001;
  }
}
.filters-title-mobile {
  padding-top: 1rem;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  color: #004808;
}

.filtersAppliedMobile {
  border-color: #FBC401;
  font-weight: 700;
  color: #FBC401;
}

.time-stamp {
  font-size: 0.78125rem;
  margin: 0.25rem 0 0 0;
  margin-bottom: 0px;
  color: #787351;
  font-weight: 300;
}

.chat-segment-get {
  text-align: left;
  position: relative;
}

.chat-segment-get .chat-message {
  background: #f1f0f0;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}

.chat-message {
  padding: 0.75rem 1rem;
  border-radius: 0.625rem;
  position: relative;
  display: inline-block;
}

.chat-segment-sent {
  text-align: right;
  position: relative;
  margin: 0 0 0.5rem 3rem;
}

.chat-message > p {
  padding: 0.75rem 0 0;
  margin: 0;
}

.chat-message > p:first-child {
  padding-top: 0;
}

.chat-segment-sent .chat-message {
  background: #1DD460;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}

.border-faded {
  border: 1px solid rgba(13, 13, 9, 0.07);
}

@media (max-width: 798px) {
  .slider-banners img {
    border-radius: 10px;
    width: 95% !important;
    margin: auto;
  }
}

.section-offers {
  margin-bottom: 80px;
  margin-top: 40px;
}
.section-offers .offers .offer {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 25%;
  margin-right: 15px;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
  background-color: white;
  transition: all 0.3s;
  border-radius: 12px;
  border: 2px solid white;
  position: relative;
}
.section-offers .offers .offer:last-child {
  margin-right: 0;
}
.section-offers .offers .offer img {
  height: 73px;
  transition: all 0.3s;
}
.section-offers .offers .offer:hover {
  background-color: rgba(251, 196, 1, 0.1);
  border: 2px solid #FBC401;
}
.section-offers .offers .offer:hover img {
  transform: scale(0.9);
}
.section-offers .offers .offer:hover::after {
  opacity: 1;
}
.section-offers .offers .offer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  bottom: -30px;
  background-color: #FBC401;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .section-offers {
    margin-bottom: 20px;
  }
  .section-offers .offers {
    flex-wrap: nowrap;
    overflow-y: scroll;
    padding-bottom: 20px;
  }
  .section-offers .offers .offer {
    filter: none;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 140px;
  }
  .section-offers .offers .offer img {
    height: 50px;
    margin: 0 auto;
  }
  .section-offers .offers .offer::after {
    content: none;
  }
  .section-offers .title02 {
    font-size: 11.5px;
  }
}

.banner-slider {
  height: 425px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin: auto;
  background-repeat: no-repeat;
  display: none;
}

.container-offer-time {
  display: flex;
  flex-direction: column;
}

@media (max-width: 425px) {
  .banner-slider {
    height: 150px;
    border-radius: 10px;
    width: 95% !important;
    background-position: center center;
    margin: auto;
    display: block;
  }
  .banner-slider-web {
    display: none;
  }
  .container-offer-time {
    width: 100%;
  }
}
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-slide > div {
  height: 100% !important;
}

.auth-form .down > h6 {
  position: relative;
}
.auth-form .down > h6 > span {
  display: inline-block;
  background-color: white;
  position: relative;
  z-index: 2;
}
.auth-form .down > h6::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #E4E9ED;
  z-index: 1;
}
.auth-form .external-login a {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  padding: 1rem;
  text-align: center;
  color: #5C6574;
  border: 1px solid #E4E9ED;
  border-radius: 10px;
}
.auth-form .external-login a img {
  transition: all 0.3s;
}
.auth-form .external-login a:hover img {
  transform: scale(0.9);
}

@media (min-width: 991px) {
  .checkout .main-card {
    min-height: 500px;
  }
}
.checkout .jp-card-container {
  margin-left: 0;
}
.checkout .checkout-sidebar .cart .items {
  font-size: 14px;
}
.checkout .checkout-sidebar .cart .items .item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout .checkout-sidebar .cart .items .item .description {
  font-weight: 500;
  color: #5C6574;
  display: flex;
  align-items: center;
}
.checkout .checkout-sidebar .cart .items .item .description .label {
  font-size: 12px;
  margin: 0;
  margin-left: 5px;
  color: #64676a;
  font-weight: normal;
}
.checkout .checkout-sidebar .cart .items .item .price {
  font-weight: 500;
  color: #64676a;
}
.checkout .checkout-sidebar .cart h3 {
  font-size: 20px;
  font-weight: 600;
}
.checkout .checkout-sidebar .cart .actions a {
  font-size: 14px;
  font-weight: 600;
  color: #FBC401;
}
.checkout .checkout-sidebar .cart article {
  padding: 10px 0;
}
.checkout .checkout-sidebar .cart article .cols {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.checkout .checkout-sidebar .cart article .image {
  flex-basis: 33.33%;
  margin-right: 20px;
}
.checkout .checkout-sidebar .cart article .info {
  flex-basis: 66.66%;
}
.checkout .checkout-sidebar .cart article .info h4 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
.checkout .checkout-sidebar .cart article .info h4 span {
  font-weight: 400;
  font-size: 16px;
  margin-left: 10px;
}
.checkout .checkout-sidebar .cart article .info .variants {
  padding: 0;
}
.checkout .checkout-sidebar .cart article .info .variants li {
  list-style: none;
  display: block;
  padding: 0;
}
.checkout .checkout-sidebar .cart article .data {
  background-color: #f6f6f6;
  padding: 5px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.checkout .checkout-sidebar .cart article .data:nth-child(2n) {
  background-color: white;
}
.custom-wrap {
  flex-wrap: wrap;
}

.flex-middle-basis {
  flex-basis: 50%;
}

@media (max-width: 410px) {
  .mobile-margin-left {
    margin-left: 0 !important;
  }
}

@media (max-width: 670px) {
  .responsive-flex {
    align-items: center;
    flex-basis: 0;
    justify-content: flex-start !important;
  }
}
@media (max-width: 410px) {
  .responsive-flex {
    flex-wrap: wrap;
  }
}

.my-sales .sale {
  border: 1px solid transparent;
}
.my-sales .sale .image {
  width: 100px;
}
.my-sales .sale .image span {
  background-color: #F0F3F8;
  display: block;
  padding-top: 100%;
  position: relative;
}
.my-sales .sale .image span img {
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.my-sales .sale .image .multiple-items {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #FBC401;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 30px;
  color: white;
  font-weight: 700;
  text-align: center;
}
.my-sales .sale .info {
  flex-grow: 1;
}
.my-sales .sale .info > .no-flex {
  flex: 0;
}
.my-sales .sale .info > * {
  flex-basis: 0;
  flex: 1 1 0px;
  position: relative;
  font-size: 14px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.my-sales .sale .info > * .message-alert {
  position: absolute;
  bottom: -15px;
  width: 100%;
  left: 0;
  font-size: 11px;
}
.my-sales .sale .info > * .action {
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s;
}
.my-sales .sale.selected {
  border-color: #FBC401;
}
.my-sales .sale .dropdown.options {
  top: 0;
  right: 0;
  padding: 7px;
}
.my-sales .sale .dropdown.options .dropdown-toggle {
  font-size: 22px;
  color: #5C6574;
}
.my-sales .sale .dropdown.options .dropdown-toggle::after {
  content: none;
}
.my-sales .sale:hover .action {
  color: #1E2126;
  transform: translateY(-50%) scale(1.2);
}
.my-sales .sale:hover .image span img {
  transform: translateY(-50%) scale(0.9);
}
@media (max-width: 768px) {
  .my-sales .sale .image {
    width: 250px;
  }
  .my-sales .sale .info > * {
    flex-basis: unset;
    flex: unset;
    width: 100%;
    font-size: 12px;
  }
  .my-sales .sale .info > *.w-mobile-50 {
    width: 50%;
  }
  .my-sales .sale .info > *.w-mobile-25 {
    width: 25%;
  }
  .my-sales .sale .info .action {
    display: none;
  }
  .my-sales .sale .info .message-alert {
    bottom: -10px;
  }
  .my-sales .sale .info .dropdown.options {
    position: absolute;
    right: 0;
    width: auto;
  }
}

.isotope-filters {
  list-style: none;
  padding-left: 0;
}
.isotope-filters li {
  background: #F0F3F8;
  border: none;
  border-radius: 12px;
}
.isotope-filters li.active {
  background-color: #FBC401;
  color: white;
}

.sale-detail .image-container {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #F0F3F8;
}
.sale-detail .image-container > div {
  position: relative;
  top: 50px;
}
.sale-detail .image-container .image {
  position: relative;
  display: block;
  padding-top: 100%;
  background-color: white;
}
.sale-detail .image-container .image .border {
  background-color: #F0F3F8;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.sale-detail .image-container .image img {
  height: 100%;
}
.sale-detail .product-badge {
  top: 25%;
  left: 10%;
  z-index: 1;
}
.sale-detail .resume .line {
  padding: 30px 0;
}
.sale-detail .resume .line:not(:last-child) {
  border-bottom: 1px solid #E4E9ED;
}
.sale-detail .resume .line > div {
  padding: 0 30px;
  width: 50%;
}
.sale-detail .actions {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.sale-detail .sale-item-variants > span:not(:last-child):after {
  content: "-";
}
.sale-detail .sale-status .status {
  padding-bottom: 1rem;
}
.sale-detail .sale-status .status:not(:last-child)::before {
  content: "";
  display: block;
  height: calc(100% - 3px);
  width: 1px;
  position: absolute;
  left: 8.5px;
  top: 3px;
  border-left: 3.5px dashed #D2D8F1;
}
.sale-detail .sale-status .status .circle {
  display: flex;
  width: 20px;
  height: 20px;
  background-color: #F0F3F8;
  border-radius: 50%;
  z-index: 2;
  border: 3.5px solid #CAD1D9;
  align-items: center;
  justify-content: center;
  margin-left: -0.7rem;
  margin-top: -0.2rem;
}
.sale-detail .sale-status .status .circle i {
  display: none;
}
.sale-detail .sale-status .status .order {
  border-left: 2.5px dashed #18B52D;
  height: 4rem;
  gap: 0.5rem;
}
.sale-detail .sale-status .status .lastOrder {
  border-left: 2.5px dashed transparent;
  gap: 0.5rem;
  height: 0;
}
.sale-detail .sale-status .status.approved .circle {
  background-color: #18B52D;
  border-color: #97dea0;
}
.sale-detail .sale-status .status.approved .circle i {
  display: block;
}
.sale-detail .sale-status .status.approved:not(:last-child)::before {
  border-color: #18B52D;
}
.sale-detail .detail-list .items {
  font-size: 14px;
}
.sale-detail .detail-list .items .item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5C6574;
}
.sale-detail .detail-list .items .item .description {
  font-weight: 500;
  display: flex;
  align-items: center;
}
.sale-detail .detail-list .items .item .description .label {
  font-size: 12px;
  margin: 0;
  margin-left: 5px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .sale-detail .image-container {
    height: 0;
  }
  .sale-detail .image-container > div {
    top: -40px;
  }
  .sale-detail .product-badge {
    left: 10px;
    top: 20px;
  }
  .sale-detail .resume {
    margin-top: 90px;
    border-radius: 12px;
  }
}

.btn-green {
  color: #1E2126;
  font-weight: 600;
  border: 1px solid #004808;
  border-radius: 12px;
}

.btn-border-yellow {
  border: 1px solid #FBC401 !important;
}

.card-stock {
  background-color: #E4E9ED;
  border-radius: 12px;
  text-align: center;
  padding: 30px 20px 10px;
}
.card-stock p, .card-stock h5 {
  color: #004808 !important;
}

.my-shop .image-container {
  background-color: #E4E9ED;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.my-shop .image-container .image-border {
  border-radius: 12px;
  padding: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 40px;
}
.my-shop .image-container .edit {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: white;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  z-index: 3;
}
.my-shop .image-container .image {
  display: block;
  padding-top: 100%;
  border-radius: 12px;
  z-index: 2;
  background-color: #F0F3F8;
  width: 100%;
  position: relative;
}
.my-shop .image-container .image.has-image {
  background-color: white;
}
.my-shop .image-container .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my-shop .dashboard .metric span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #FBC401;
  font-weight: 700;
  background: #FFFAEB;
  border-radius: 12px;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 5px;
}

.my-publication-card .image {
  border-radius: 12px;
  background-color: #F0F3F8;
  padding-top: 50%;
  position: relative;
}
.my-publication-card .image img {
  height: 100%;
  width: auto;
  padding: 10px 0;
}
.my-publication-card .product-badge {
  display: block;
  z-index: 5;
  top: 20px;
  left: 20px;
}
.my-publication-card.craft .content {
  opacity: 0.5;
}
.my-publication-card:hover .thumb {
  transform: translateY(-50%) scale(0.9);
  width: auto;
}

.create-publication.select-categories .root-category {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.create-publication.select-categories .root-category img {
  height: 73px;
  transition: all 0.3s;
}
.create-publication.select-categories .root-category:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}
.create-publication.select-categories .root-category:hover img {
  transform: scale(0.9);
}
.create-publication.select-categories .slick-prev {
  left: 2%;
}
.create-publication.select-categories .slick-next {
  right: 2%;
}
.create-publication.select-subcategories .subcategory {
  border-color: #E4E9ED;
  transition: all 0.3s;
}
.create-publication.select-subcategories .subcategory.has-children {
  background-image: url(/img/iconos/left-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 2em;
}
.create-publication.select-subcategories .subcategory:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05) !important;
  color: #FBC401;
}

.payments ul li img {
  width: 25px;
}
.payments ul li label {
  color: #5C6574;
}

.variant-card .price {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.2px;
  color: #FBC401;
}
.variant-card .dropdown.options {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
}
.variant-card .dropdown.options .dropdown-toggle {
  font-size: 22px;
  color: #5C6574;
}
.variant-card .dropdown.options .dropdown-toggle::after {
  content: none;
}

.variant-sliders-wrap {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}
.variant-sliders-wrap.open {
  opacity: 1;
}
.variant-sliders-wrap .slick-next {
  right: -10%;
}
.variant-sliders-wrap .slick-prev {
  left: -10%;
}

@media (max-width: 768px) {
  .variant-sliders-wrap .slick-next {
    top: -6%;
    right: 0;
  }
  .variant-sliders-wrap .slick-prev {
    top: -6%;
    left: 0%;
  }
}
.my-publications .publication .image {
  width: 100px;
}
.my-publications .publication .image span {
  background-color: #F0F3F8;
  display: block;
  padding-top: 100%;
  position: relative;
}
.my-publications .publication .image span img {
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.my-publications .publication .info {
  flex-grow: 1;
}
.my-publications .publication .info > * {
  flex-basis: 0;
  flex: 1 1 0px;
  position: relative;
}
.my-publications .publication .info > * .message-alert {
  position: absolute;
  bottom: -100%;
  width: 100%;
  left: 0;
  font-size: 11px;
}
.my-publications .publication .info > * .action {
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s;
}
.my-publications .publication .dropdown.options {
  top: 0;
  right: 0;
  padding: 7px;
}
.my-publications .publication .dropdown.options .dropdown-toggle {
  font-size: 22px;
  color: #5C6574;
}
.my-publications .publication .dropdown.options .dropdown-toggle::after {
  content: none;
}
.my-publications .publication:hover .action {
  color: #1E2126;
  transform: translateY(-50%) scale(1.2);
}
.my-publications .publication:hover .image span img {
  transform: translateY(-50%) scale(0.9);
}
@media (max-width: 768px) {
  .my-publications .publication .image {
    width: 250px;
  }
  .my-publications .publication .info > * {
    flex-basis: unset;
    flex: unset;
    width: 100%;
    font-size: 12px;
  }
  .my-publications .publication .info > *.w-mobile-100 {
    width: 100%;
  }
  .my-publications .publication .info > *.w-mobile-50 {
    width: 50%;
  }
  .my-publications .publication .info > *.w-mobile-25 {
    width: 25%;
  }
  .my-publications .publication .info .dropdown.options {
    position: absolute;
    right: 0;
    width: auto;
  }
}

.isotope-filters {
  list-style: none;
  padding-left: 0;
}
.isotope-filters li {
  background: #F0F3F8;
  border: none;
  border-radius: 12px;
}
.isotope-filters li.active {
  background-color: #FBC401;
  color: white;
}

.publication-detail .image-container {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #F0F3F8;
}
.publication-detail .image-container > div {
  position: relative;
  top: 50px;
}
.publication-detail .image-container .image {
  position: relative;
  display: block;
  padding-top: 100%;
  background-color: white;
}
.publication-detail .image-container .image .border {
  background-color: #F0F3F8;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.publication-detail .image-container .image img {
  height: 100%;
}
.publication-detail .product-badge {
  top: 25%;
  left: 10%;
  z-index: 1;
}
.publication-detail .resume .line {
  padding: 30px 0;
}
.publication-detail .resume .line:not(:last-child) {
  border-bottom: 1px solid #E4E9ED;
}
.publication-detail .resume .line > div {
  padding: 0 30px;
  width: 50%;
}
.publication-detail .actions {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.publication-detail .publication-status .status {
  padding-left: 35px;
  height: 80px;
  position: relative;
}
.publication-detail .publication-status .status:not(:last-child)::before {
  content: "";
  display: block;
  height: calc(100% - 3px);
  width: 1px;
  position: absolute;
  left: 8.5px;
  top: 3px;
  border-left: 3.5px dashed #D2D8F1;
}
.publication-detail .publication-status .status .circle {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #F0F3F8;
  border-radius: 50%;
  z-index: 2;
  border: 3.5px solid #CAD1D9;
}
.publication-detail .publication-status .status .circle i {
  display: none;
}
.publication-detail .publication-status .status.approved .circle {
  background-color: #18B52D;
  border-color: #97dea0;
}
.publication-detail .publication-status .status.approved .circle i {
  display: block;
}
.publication-detail .publication-status .status.approved:not(:last-child)::before {
  border-color: #18B52D;
}
@media (max-width: 991px) {
  .publication-detail .image-container {
    height: 0;
  }
  .publication-detail .image-container > div {
    top: -40px;
  }
  .publication-detail .product-badge {
    left: 10px;
    top: 20px;
  }
  .publication-detail .resume {
    margin-top: 90px;
    border-radius: 12px;
  }
}

.publication-title {
  font-size: 20px;
}

.text-green-bold {
  font-weight: bold;
  color: #004808;
}

@media (max-width: 600px) {
  .mobile-image {
    border-radius: 0.25rem !important;
  }
}
.sidebar-account.sidebar-toggle.position-left {
  top: unset;
}
.sidebar-account .widget-categories > ul > li > a {
  color: #1E2126;
  font-size: 14px;
}
.sidebar-account .widget-categories ul > li.has-children ul li a {
  font-size: 12px;
}
.sidebar-account .widget-categories ul > li.has-children.expanded > ul {
  margin-bottom: 20px;
}

.factura {
  width: 32px;
  margin-right: 5px;
}

.file-close {
  right: 15px;
  top: 9px;
}

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

.text-color-green {
  color: #004808 !important;
}

.address .dropdown.options {
  top: 0;
  right: 0;
}
.address .dropdown.options .dropdown-toggle {
  font-size: 22px;
  color: #5C6574;
}
.address .dropdown.options .dropdown-toggle::after {
  content: none;
}