@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "CeraRoundPro-Black";
  src: url("/themes/basefv/assets/css/fonts/CeraRoundPro-Black.otf") format("opentype");
  font-style: normal;
  font-weight: bolder;
}
@font-face {
  font-family: "CeraRoundPro-Bold";
  src: url("/themes/basefv/assets/css/fonts/CeraRoundPro-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "CeraRoundPro-Medium";
  src: url("/themes/basefv/assets/css/fonts/CeraRoundPro-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "CeraRoundPro-Regular";
  src: url("/themes/basefv/assets/css/fonts/CeraRoundPro-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: lighter;
}
@font-face {
  font-family: "GothamRnd-Bold";
  src: url("/themes/basefv/assets/css/fonts/GothamRnd-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: bolder;
}
@font-face {
  font-family: "GothamRnd-Medium";
  src: url("/themes/basefv/assets/css/fonts/GothamRnd-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "GothamRnd-Regular";
  src: url("/themes/basefv/assets/css/fonts/GothamRnd-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "GothamRnd-Light";
  src: url("/themes/basefv/assets/css/fonts/GothamRnd-Light.otf") format("opentype");
  font-style: normal;
  font-weight: lighter;
}
@font-face {
  font-family: "Raleway-Bold";
  src: url("/themes/basefv/assets/css/fonts/Raleway-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("/themes/basefv/assets/css/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/themes/basefv/assets/css/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/themes/basefv/assets/css/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: bold;
}
@font-face {
  font-family: "Poppins";
  src: url("/themes/basefv/assets/css/fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/themes/basefv/assets/css/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/themes/basefv/assets/css/fonts/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("/themes/basefv/assets/css/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("/themes/basefv/assets/css/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("/themes/basefv/assets/css/fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("/themes/basefv/assets/css/fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
* {
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  html {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1280px) {
  html {
    font-size: 20px;
  }
}
body#authentication {
  background-image: url("/themes/basefv/assets/img/login_bg_image.jpg");
  background: url("/themes/basefv/assets/img/login_bg_image.jpg"), linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9));
  background-color: #cccccc;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  body#authentication {
    background-image: none;
    background-color: #cccccc;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
  }
}
body#authentication #wrapper {
  background: transparent;
  overflow: visible;
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9));
    height: 100vh;
  }
}
body#authentication #wrapper .container #content-wrapper {
  padding: 0;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper .container #content-wrapper {
    width: 100%;
  }
}
body#authentication #wrapper .container #content-wrapper section#main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper .container #content-wrapper section#main {
    align-items: center;
  }
}
@media only screen and (min-height: 770px) {
  body#authentication #wrapper .container #content-wrapper section#main {
    justify-content: center;
  }
}
@media only screen and (min-height: 770px) and (max-width: 992px) {
  body#authentication #wrapper .container #content-wrapper section#main {
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper .container #content-wrapper section#main div#content {
    margin: 10px auto;
  }
}
body#authentication #wrapper .container #content-wrapper section#main div#content .login-form {
  margin: 20px auto;
}
body#authentication #wrapper .container #content-wrapper section#main div#content .login-form img.logo {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper .container #content-wrapper section#main div#content .login-form img.logo {
    max-width: 260px;
  }
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account {
  background-color: none;
  border-radius: 30px;
  padding-bottom: 5px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account::before {
  content: "";
  display: block;
  width: 30%;
  border-top: 1px solid white;
  height: 0;
  margin: 0 auto;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account h4.title {
  color: #264919;
  background-color: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 10px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 0;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account h4.title .remark {
  color: #264919;
  font-weight: bold;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account p {
  color: white;
  text-align: center;
  margin-bottom: 5px;
  font-family: "GothamRnd-Light", "sans-serif";
  margin: 0 32px 8px 32px;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account input {
  background-color: transparent;
  border: none;
  color: black;
  font-family: "Raleway", "sans-serif";
  text-align: left;
  padding: 0.5rem 0 0.5rem 0;
  font-weight: 400;
  width: unset;
  background-color: white;
  border-radius: 40px;
  position: relative;
  margin: 0.75rem 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  body#authentication #wrapper .container #content-wrapper section#main div.activation-account input {
    width: 100%;
  }
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account input:-webkit-autofill, body#authentication #wrapper .container #content-wrapper section#main div.activation-account input:-webkit-autofill:hover, body#authentication #wrapper .container #content-wrapper section#main div.activation-account input:-webkit-autofill:focus {
  background-color: transparent;
  color: white;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account input::placeholder {
  color: #515C6F;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account input:-webkit-autofill, body#authentication #wrapper .container #content-wrapper section#main div.activation-account input:-webkit-autofill:hover, body#authentication #wrapper .container #content-wrapper section#main div.activation-account input:-webkit-autofill:focus {
  background-color: transparent;
  color: white;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account input:focus-visible {
  box-shadow: none;
  outline: none;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account button {
  margin: 0 auto;
  padding: 0;
  height: 50px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  font-family: "Raleway";
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account button:hover {
  background-color: #659840;
}
@media only screen and (max-width: 480px) {
  body#authentication #wrapper .container #content-wrapper section#main div.activation-account button {
    border-radius: 5rem;
  }
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper {
    height: 100vh;
    display: flex;
    align-items: flex-end;
  }
  body#authentication #wrapper .container {
    padding: 0;
    margin-top: 0;
  }
}
body#authentication #wrapper #content {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
@media only screen and (max-width: 350px) {
  body#authentication #wrapper #content {
    top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  body#authentication #wrapper #content {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  body#authentication #wrapper #content {
    width: 500px;
    padding: 0 10px;
  }
}
body#authentication #wrapper #content #login-form {
  background-color: none;
  border-radius: 30px;
  padding-bottom: 5px;
  margin: 20px auto 0;
  width: 80%;
}
body#authentication #wrapper #content #login-form h4 {
  color: #264919;
  font-family: "Raleway";
  font-weight: 300;
  background-color: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 5px;
  text-transform: none;
  font-size: 1.2rem;
}
body#authentication #wrapper #content #login-form .form-group {
  background-color: white;
  border-radius: 40px;
  position: relative;
  margin: 0.75rem 0;
  overflow: hidden;
}
body#authentication #wrapper #content #login-form .form-group label.form-control-label {
  display: block;
  color: #515C6F;
  opacity: 50%;
  font-size: 0.8rem;
  text-align: left;
  text-transform: uppercase;
  padding-left: 80px;
  padding-top: 0.5rem;
  padding-right: 0;
  font-family: "Raleway";
  font-weight: 400;
}
body#authentication #wrapper #content #login-form .form-group label.form-control-label.required::after {
  display: none;
}
body#authentication #wrapper #content #login-form .form-group .js-input-column {
  padding: 0;
  padding-left: 80px;
}
body#authentication #wrapper #content #login-form .form-group input {
  background-color: transparent;
  border: none;
  color: black;
  font-family: "Raleway", "sans-serif";
  text-align: left;
  padding: 0 0 0.5rem 0;
  font-weight: 400;
  width: unset;
}
@media only screen and (min-width: 992px) {
  body#authentication #wrapper #content #login-form .form-group input {
    width: 100%;
  }
}
body#authentication #wrapper #content #login-form .form-group input:focus {
  background-color: transparent;
}
body#authentication #wrapper #content #login-form .form-group input::placeholder {
  color: white;
}
body#authentication #wrapper #content #login-form .form-group input:-webkit-autofill, body#authentication #wrapper #content #login-form .form-group input:-webkit-autofill:hover, body#authentication #wrapper #content #login-form .form-group input:-webkit-autofill:focus {
  background-color: transparent;
  color: white;
}
body#authentication #wrapper #content #login-form .form-group input#field-rut {
  margin-left: 0;
}
body#authentication #wrapper #content #login-form .form-group input#field-password {
  margin-left: 0;
}
body#authentication #wrapper #content #login-form .form-group input:focus-visible {
  box-shadow: none;
}
body#authentication #wrapper #content #login-form .form-group .form-control-comment {
  display: none;
}
body#authentication #wrapper #content #login-form .form-group::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("../img/ico_user_login.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 25px;
  top: 18px;
}
body#authentication #wrapper #content #login-form .form-group:last-child::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("../img/ico_password_login.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 25px;
  top: 18px;
}
body#authentication #wrapper #content #login-form .forgot-password p a {
  color: #659840;
  text-decoration: underline;
  font-style: italic;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  font-family: "Raleway";
}
body#authentication #wrapper #content #login-form #login_ask {
  color: white;
  text-decoration: underline;
  font-family: "Raleway", "sans-serif";
}
body#authentication #wrapper #content #login-form p {
  color: white;
  margin-bottom: 5px;
  font-family: "Raleway", "sans-serif";
  font-size: 0.8rem;
}
body#authentication #wrapper #content footer .btn {
  height: 50px;
  width: 100%;
  padding: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  font-family: "Raleway";
}
body#authentication #wrapper #content footer .btn:hover {
  background-color: #659840;
}
@media only screen and (max-width: 480px) {
  body#authentication #wrapper #content footer .btn {
    border-radius: 5rem;
  }
}
body#authentication #wrapper #content hr {
  display: none;
}
body#authentication .footer-container-home {
  background: linear-gradient(180deg, rgb(9, 126, 44) 0%, rgb(5, 63, 22) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 11vh;
}
body#authentication footer {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.logo-white {
  background-image: url("/themes/basefv/assets/img/logo_white.svg");
  background-color: transparent;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 60%;
  height: 0;
  padding-top: 40.98%;
  margin: 0 auto;
}

body#registration select.form-control,
body#registration input.form-control {
  margin-left: 0;
}

body#my-account #header .nav {
  display: none;
}
body#my-account #content #notifications {
  display: none;
}
body#my-account #content .content-customer {
  width: 50%;
  min-width: 280px;
  background-color: white;
  margin: 0 auto;
}
body#my-account #content .content-customer div.detail-customer {
  display: flex;
  flex-direction: column;
  background-color: #659840;
  color: white;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  background-repeat: no-repeat;
  border-radius: 54px;
}
@media (min-width: 768px) {
  body#my-account #content .content-customer div.detail-customer {
    padding: 1rem 0;
    width: 100%;
  }
}
body#my-account #content .content-customer div.detail-customer span {
  font-weight: 900;
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  body#my-account #content .content-customer div.detail-customer span {
    font-size: 1.2rem;
  }
}
body#my-account #content .links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body#my-account #content .links {
    grid-template-columns: repeat(3, 1fr);
  }
}
body#my-account #content .links a {
  background-color: #426A2B;
  vertical-align: middle;
  border-radius: 25px;
  color: white;
  padding: 0.9rem;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 2rem;
}
body#my-account #content .links a .link-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-transform: capitalize;
}
body#my-account #content .links a .link-item i {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding: 0;
  width: 50px;
  height: 50px;
  color: white;
}
body#my-account #content .links a .link-item .link-label {
  display: block;
  font-size: 1rem;
  color: white;
  line-height: 1.2em;
  text-transform: none;
  text-align: left;
  margin-left: 1rem;
}
body#my-account #content .links a:hover {
  transform: scale(1.1);
}
body#my-account #content .links #history-link i {
  background-image: url("/themes/basefv/assets/img/ico_order_history.png");
}
body#my-account #content .links #download-inventory i {
  background-image: url("/themes/basefv/assets/img/ico_download.png");
}
body#my-account #wrapper {
  background-color: white;
}
body#my-account #wrapper .container {
  padding-bottom: 10%;
}
body#my-account #wrapper .container .info-account {
  color: #353535;
  font-weight: 300;
  margin-bottom: 50px;
  font-size: 0.9rem;
  margin-top: 2em;
  text-transform: uppercase;
  font-weight: normal;
}
body#my-account #wrapper .container .info-account span {
  color: #264919;
}
@media (min-width: 768px) {
  body#my-account #wrapper .container .info-account {
    font-size: 1rem;
  }
}
body#my-account #wrapper .container .page-footer {
  display: none;
}
body#my-account footer {
  padding-top: 0;
}

#addresses #content-wrapper .address-footer {
  display: flex;
  justify-content: start;
}
#addresses #content-wrapper .addresses-footer {
  margin-top: 0.5%;
  margin-left: 0.5%;
}

.skeleton {
  height: 18px;
  width: 100px;
  background: linear-gradient(90deg, transparent, rgba(37, 0, 171, 0.2), transparent);
  background-size: 200% 100%;
  animation: carga 1.5s infinite;
  border-radius: 5px;
  overflow: hidden;
}
.skeleton.text-small {
  width: 30px;
}
.skeleton.product {
  width: 100%;
  height: 20px;
}
.skeleton.avatar {
  width: 50px;
  height: 50px;
}
.skeleton.text-large {
  width: 60%;
}

@keyframes carga {
  0% {
    background-position: -200%;
  }
  100% {
    background-position: 200%;
  }
}
#my-account .container-metas {
  width: 100%;
  margin: 20px 0;
}
#my-account .container-metas .header {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  border-radius: 15px;
}
#my-account .container-metas .header h2 {
  color: #416B34;
  font-weight: 700;
  font-size: 32px;
}
#my-account .container-metas .header h6 {
  color: #416B34;
  margin-bottom: 5px;
}
#my-account .container-metas .header p {
  color: white;
  margin-bottom: 5px;
  font-size: small;
}
#my-account .container-metas .content {
  justify-items: center;
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  #my-account .container-metas .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #my-account .container-metas .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
#my-account .container-metas .content .card {
  width: 100%;
}
#my-account .container-metas .content .card .title {
  background-color: #416B34;
  width: 190px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 50px;
  border-radius: 50px;
  transform: translateY(15px);
}
#my-account .container-metas .content .card .title h5 {
  color: white;
  margin: 0;
}
#my-account .container-metas .content .card .body {
  height: 220px;
  background-color: #f8f8ff;
  border-radius: 25px;
  box-shadow: inset 0px -5px 8px 1px rgba(0, 0, 0, 0.07);
  padding: 15px;
  padding-top: 25px;
}
#my-account .container-metas .content .card .footer {
  background-color: #f8f8ff;
  height: 40px;
  width: 80%;
  margin: 0 auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: inset 0px -5px 8px 1px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: small;
  line-height: normal;
}
#my-account .container-metas .content .card.vol .body #content_result_vol {
  height: 142px;
}
#my-account .container-metas .content .card.vol .body #content_result_vol h6 {
  text-align: center;
  margin: 5px 0px 5px;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .bimonthly {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .bimonthly .month {
  text-align: center;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .progress {
  background-color: transparent;
  margin: 15px 0 25px;
  height: auto;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .progress .values {
  display: flex;
  justify-content: space-between;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .progress .progress-bar {
  width: 100%;
  height: 20px;
  background-color: #ebeaf5;
  border-radius: 10px;
  overflow: hidden;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .progress .progress-bar .barra {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgb(98, 85, 198) 0%, rgb(46, 211, 241) 100%);
  transition: width 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
#my-account .container-metas .content .card.vol .body #content_result_vol .progress .progress-bar .barra .progress-text {
  position: absolute;
  color: #2500ab;
  left: 40%;
}
#my-account .container-metas .content .card.vol .body a {
  width: 100%;
}
#my-account .container-metas .content .card.cod .body #content_result_coding {
  height: 136px;
}
#my-account .container-metas .content .card.cod .body #content_result_coding .product {
  border-radius: 25px;
  padding: 0 20px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  margin-top: 5px;
  font-size: smaller;
}
#my-account .container-metas .content .card.cod .body #content_result_coding .product.completed {
  background-color: #e5f9ed;
}
#my-account .container-metas .content .card.cod .body #content_result_coding .product.completed svg {
  fill: #14c629;
  height: 20px;
}
#my-account .container-metas .content .card.cod .body #content_result_coding .product.pending {
  background-color: #cec6ee;
}
#my-account .container-metas .content .card.cod .body #content_result_coding .product.pending svg {
  fill: #8470d0;
  height: 20px;
}
#my-account .container-metas .content .card.cod .body a {
  margin-top: 6px;
  width: 100%;
}
#my-account .container-metas .content .card.mision .body .mision {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-top: 10px;
}
#my-account .container-metas .content .card.mision .body .mision.completed svg {
  fill: #14c629;
  height: 20px;
}
#my-account .container-metas .content .card.mision .body .mision.refused svg {
  fill: #f72121;
  height: 30px;
}
#my-account .container-metas .content .card.mision .body .mision.pending svg {
  fill: #8470d0;
  height: 20px;
}
#my-account .container-metas .content .card.mision .body .mision img {
  width: 50px;
  height: 50px;
  border: 2px solid #2500ab;
  border-radius: 8px;
  margin-right: 20px;
}
#my-account .container-metas .content .card.mision .body .mision span {
  width: 100%;
  font-size: small;
  line-height: normal;
  margin-right: 5px;
}

.customer-page-title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #416B34;
  margin-top: 1em;
  text-align: center;
}

.customer-page-legend {
  color: black;
  margin-bottom: 1.5em;
}

#identity .page-footer {
  display: none;
}

#history .page-footer {
  display: none;
}
#history .table-labeled .label {
  display: contents;
  color: unset;
}

.page-order-detail .order-infos .box {
  color: #416B34;
  font-weight: 700;
  font-size: 1.6rem;
}

section.featured-products {
  background-color: white;
  padding: 0 50px;
  position: relative;
}
section.featured-products h2 {
  color: #416B34;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 900;
}
section.featured-products .swiperfeature {
  padding: 15px 30px 0 30px;
}
section.featured-products .swiperfeature article div.thumbnail-container {
  padding-bottom: 2.3rem;
  position: relative;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-70 {
  width: 70%;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-70 div.product-description .product-title {
  min-height: 39px;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-70 div.product-description .product-price-and-shipping .price {
  color: #416B34;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-70 div.product-actions button.add-to-cart {
  height: auto;
  padding-top: 8px;
  line-height: normal;
  width: 152px;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-30 {
  width: 30%;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-30 .product-flags {
  position: initial;
  padding: 0;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-30 .product-flags li {
  min-height: auto;
  font-size: smaller;
  text-align: center;
}
section.featured-products .swiperfeature article div.thumbnail-container .product-description {
  transition: opacity 0.3s;
}
section.featured-products .swiperfeature article div.thumbnail-container .thumbnail-top {
  transition: opacity 0.3s;
  padding: 0.5rem;
}
section.featured-products .swiperfeature article div.thumbnail-container:hover .product-description {
  opacity: 0.1;
}
section.featured-products .swiperfeature article div.thumbnail-container:hover .thumbnail-top {
  opacity: 0.1;
}
section.featured-products .swiperfeature article div.thumbnail-container:hover .ul.product-flags.js-product-flags li {
  font-size: 0.9rem;
}
section.featured-products .swiperfeature .swiper-button-next:after,
section.featured-products .swiperfeature .swiper-button-prev:after {
  color: black;
  font-size: 24px;
  background-color: white;
  padding: 10px 15px;
  margin: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
}
section.featured-products .swiperfeature .swiper-pagination {
  bottom: 0;
}
section.featured-products .swiperfeature .swiper-pagination .swiper-pagination-bullet-active {
  background: #264919;
}
section.featured-products .swiper .swiper-slide {
  overflow: visible;
}

.best-seller-products h2 {
  color: #264919;
  text-align: left;
}
.best-seller-products .product-miniature .thumbnail-container {
  height: 220px;
}
.best-seller-products .product-miniature .thumbnail-container .products-section-title {
  margin: 1.5rem 0;
  font-weight: 800;
  font-size: x-large;
  text-align: left;
}
.best-seller-products .product-miniature .thumbnail-container .product-description {
  background-color: transparent;
}
.best-seller-products .product-miniature .thumbnail-container .product-description .product-title a {
  color: white !important;
}
.best-seller-products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .price {
  color: white;
}
.best-seller-products .product-miniature .thumbnail-container .product-actions {
  text-align: center;
}
.best-seller-products .product-miniature .thumbnail-container .product-actions .add-to-cart {
  margin: 0;
}
.best-seller-products .product-miniature .thumbnail-container .wishlist-button-add {
  position: absolute;
  bottom: 50px;
  right: 20%;
}
@media only screen and (max-width: 480px) {
  .best-seller-products .product-miniature .thumbnail-container .wishlist-button-add {
    bottom: 20px;
  }
}

section.featured-products.new_products h2 {
  color: #264919;
}
section.featured-products.new_products button.wishlist-button-add {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  /*padding: 6px 20px;*/
  border-radius: 5rem;
  cursor: pointer;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s all;
  font-weight: 600;
  text-transform: initial;
  font-size: 0.8rem;
}
@media only screen and (max-width: 480px) {
  .btn {
    padding: 5px 10px;
    border-radius: 25px;
  }
}

.btn-primary {
  background-color: #659840;
  color: white;
}
.btn-primary i,
.btn-primary span {
  color: white;
}

.btn-primary:hover {
  background-color: #416B34;
  color: white;
}
.btn-primary:hover i,
.btn-primary:hover span {
  color: white;
}

.btn-primary:active {
  background-color: #264919;
  opacity: 0.5;
}

.btn-primary:focus {
  background-color: #264919;
}

.btn-primary:active:hover {
  background-color: #264919;
}
.btn-primary:active:hover i,
.btn-primary:active:hover span {
  color: #264919;
}

.btn-secondary {
  background-color: #416B34;
  border: 1px solid #416B34;
  color: white;
}
.btn-secondary span {
  color: white;
}

.btn-secondary:hover {
  background-color: #264919;
  color: white;
}
.btn-secondary:hover span {
  color: white;
}

.btn-breadcumb {
  background-color: #659840;
  color: white;
  padding: 0.5rem 0.8rem;
  font-weight: 400;
}
.btn-breadcumb span {
  color: white;
}

.btn-breadcumb:hover {
  opacity: 0.7;
}

button.continue {
  background-color: #659840;
  color: white;
}

button.continue:hover {
  background-color: #264919;
  color: white;
}

button.center-block {
  background-color: #659840;
  color: white;
}

.btn-bright {
  background-color: #426A2B;
}

.btn-xl {
  padding: 15px 40px;
}

#show_password_ {
  position: absolute;
  right: 0px;
  padding: 0 0.5rem;
  z-index: 99;
  background-color: white;
}

.swiper-slide article.product-miniature form {
  text-align: center;
}
.swiper-slide article.product-miniature form button.add-to-cart {
  margin-left: 0;
  width: 30%;
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.swiper-slide article.product-miniature .product-title {
  text-align: left;
}
.swiper-slide article.product-miniature .product-title a {
  color: #353535;
}
.swiper-slide article.product-miniature .product-price-and-shipping {
  text-align: left;
}
.swiper-slide article.product-miniature .product-price-and-shipping span {
  color: #416B34;
}
.swiper-slide article.product-miniature button.wishlist-button-add {
  display: none;
}

article.product-miniature form {
  text-align: center;
}
article.product-miniature form button.add-to-cart {
  height: 40px;
  width: 90%;
  font-size: 0.9rem;
  line-height: 40px;
  padding: 0;
}
article.product-miniature .product-title {
  text-align: center;
  font-weight: 500;
}
article.product-miniature .product-title a {
  color: #416B34;
  font-weight: 500;
  font-size: 0.8rem;
}
article.product-miniature .product-price-and-shipping {
  display: none;
  text-align: center;
}
article.product-miniature .product-price-and-shipping span {
  color: #416B34;
  font-size: 0.9rem;
}
article.product-miniature button.wishlist-button-add {
  display: none;
}

.products.row {
  width: 100%;
}

.spacer {
  height: 35px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-center {
  justify-content: center;
}

.col-100 {
  width: 100%;
}

.col-50 {
  width: 50%;
}

.text-align-center {
  text-align: center;
}

.color-primary {
  color: #264919;
}

.color-secondary {
  color: #416B34;
}

.color-grey {
  color: #515C6F;
}

.bg-transparent {
  background-color: transparent;
}

.bg-color-header {
  background-color: #659840;
}

.font-bold {
  font-weight: bold;
}

.font-medium {
  font-size: medium;
}

.w-80 {
  width: 80%;
}

.text-center {
  text-align: center;
}

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

.divider-right {
  border-right: 2px solid white;
}

#header {
  overflow: auto;
}
#header .logo {
  width: 90%;
  margin-right: 15px;
  /*position: absolute;*/
  /*top: -30px;*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .logo {
    width: 45%;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #header .logo {
    width: 45%;
    margin-right: 10px;
  }
}

.margin-top-slider {
  padding-top: 110px;
}
@media (max-width: 767px) {
  .margin-top-slider {
    padding-top: 95px;
  }
}

.boxptos {
  color: white;
}

header.content {
  padding: 5px 0px 0px 0px;
  height: 110px;
}
@media (max-width: 767px) {
  header.content {
    display: none;
  }
}
header.content .row {
  min-height: 45px;
}
header.content .row.user-login {
  display: flex;
  align-items: normal;
}
header.content .row.user-login img {
  width: 100%;
  transform: translateX(20px);
}
header.content .row.user-login .account-name {
  text-transform: uppercase;
}
header.content .row.user-login a.btn.btn-primary.btn-bright {
  padding-left: 40px;
}
header.content .row.user-login a.btn.btn-primary.btn-bright::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/themes/basefv/assets/img/ico_account_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateX(-25px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header.content .row.user-login > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  header.content .row.user-login > div img {
    transform: unset;
  }
}
header.content .row .w-logo {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header.content .user-login .isMobile .content-personal-mobile img {
    display: inline-block;
    vertical-align: top;
  }
  header.content .user-login .isMobile .content-personal-mobile .descriptions {
    display: inline-block;
    vertical-align: top;
  }
  header.content .user-login .isMobile .content-personal-mobile .descriptions .boxptos {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  header.content .user-login .isMobile .content-personal-mobile img {
    display: inline-block;
    vertical-align: top;
  }
  header.content .user-login .isMobile .content-personal-mobile .descriptions {
    display: inline-block;
    vertical-align: top;
  }
  header.content .user-login .isMobile .content-personal-mobile .descriptions .boxptos {
    display: block;
  }
}

@media (min-width: 768px) {
  header#header header.content_mobile {
    display: none;
  }
}
header#header header.content_mobile div.row {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
header#header header.content_mobile div.row .hamburgerMenu {
  width: 47px;
  height: 47px;
  margin: 0 10px;
}
header#header header.content_mobile .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  transition: opacity 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
header#header header.content_mobile .overlay.active {
  opacity: 50;
}
header#header header.content_mobile .sidebar {
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  height: 100vh;
  overflow-x: hidden;
  background-color: #FFE5B2;
  z-index: 60;
  transition: left 0.3s ease;
}
header#header header.content_mobile .sidebar.open {
  left: 0;
}
header#header header.content_mobile .sidebar.open .toggle-btn:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header#header header.content_mobile .sidebar.open .toggle-btn:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
header#header header.content_mobile .sidebar a {
  display: flex;
  justify-content: center;
}
header#header header.content_mobile .sidebar a img.logo {
  position: initial;
  z-index: 9;
  max-width: 220px;
  margin: 20px 0;
}
header#header header.content_mobile .sidebar div.user-login .boxptos {
  line-height: 30px;
}
header#header header.content_mobile .sidebar div.user-login .isMobile .content-personal-mobile {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
header#header header.content_mobile .sidebar div.user-login .isMobile .content-personal-mobile img {
  width: 48px;
  height: 50px;
  margin-right: 5px;
}
header#header header.content_mobile .sidebar div.user-login .isMobile .content-personal-mobile .descriptions a span {
  font-size: 16px;
  font-weight: normal;
}
header#header header.content_mobile .sidebar div.user-login .isMobile .content-personal-mobile .descriptions span {
  font-size: 16px;
}
header#header header.content_mobile .sidebar .menu ul.top-menu {
  display: flex;
}
@media screen and (max-width: 360px) {
  header#header header.content_mobile .sidebar .menu ul.top-menu li {
    margin: 0 2px !important;
    padding: 1px 10px !important;
  }
}
header#header header.content_mobile .sidebar .menu ul.top-menu li.category a::before {
  transform: translateY(4px);
}
header#header header.content_mobile .sidebar .menu ul.top-menu li.link a::before {
  transform: translateY(2px);
}
header#header header.content_mobile .sidebar .links-nav {
  text-align: left;
  color: #264919;
  font-size: 0.9rem;
  line-height: 24px;
  font-weight: 100;
  padding: 5px 20px;
}
header#header header.content_mobile .sidebar .links-nav a {
  justify-content: left;
  color: #264919;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  padding: 5px 0;
}
header#header header.content_mobile .sidebar .links-nav .logout {
  color: #264919;
  text-decoration: underline;
  font-style: italic;
}
header#header header.content_mobile .sidebar .bg-bottom {
  position: absolute;
  opacity: 0.2;
  bottom: 0;
  right: 0;
}
header#header header.content_mobile .sidebar .bg-top {
  transform: rotate(180deg);
  width: 60%;
  opacity: 0.2;
  position: absolute;
}
header#header header.content_mobile .toggle-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}
header#header header.content_mobile .toggle-btn:before, header#header header.content_mobile .toggle-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s ease;
}
header#header header.content_mobile .toggle-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
header#header header.content_mobile .toggle-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bg_banner_desktop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

header#header .header-top {
  height: 110px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0 0 25px 25px;
  opacity: 1;
  height: 110px;
  backdrop-filter: 14;
}
@media (max-width: 767px) {
  header#header .header-top {
    height: 95px;
  }
}
header#header .header-top .menu.js-top-menu {
  padding: 20px 5px 5px;
  margin-left: 368px;
  z-index: 1000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header#header .header-top .menu.js-top-menu {
    margin-left: 150px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  header#header .header-top .menu.js-top-menu {
    margin-left: 150px;
  }
}
header#header .header-top .menu.js-top-menu ul#top-menu {
  padding: 0;
  display: flex;
}
header#header .header-top .menu.js-top-menu ul#top-menu li {
  background-color: white;
  color: #416B34;
  padding: 1px 1rem;
  transition: 0.3s all;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  header#header .header-top .menu.js-top-menu ul#top-menu li {
    padding: 1px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header#header .header-top .menu.js-top-menu ul#top-menu li {
    padding: 1px 0.5rem;
  }
}
header#header .header-top .menu.js-top-menu ul#top-menu li:hover {
  background-color: white;
}
header#header .header-top .menu.js-top-menu ul#top-menu li:hover a {
  color: #416B34;
}
header#header .header-top .menu.js-top-menu ul#top-menu li a {
  color: #416B34;
  padding: 4px 0;
  font-weight: normal;
  font-size: 0.9rem;
}
header#header .header-top .menu.js-top-menu ul#top-menu li a:hover {
  font-weight: 900;
}
header#header .header-top .menu.js-top-menu ul#top-menu li a:active {
  font-weight: 900;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .navbar-toggler {
  display: none;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover {
  position: absolute;
  top: 40px;
  margin: 0;
  padding: 5px;
  width: min-content;
}
@media (max-width: 767px) {
  header#header .header-top .menu.js-top-menu ul#top-menu li .popover {
    display: none;
  }
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover::after, header#header .header-top .menu.js-top-menu ul#top-menu li .popover::before {
  display: none;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover .top-menu {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover .top-menu .category {
  margin: 5px;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  margin: 0 5px;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover .top-menu .category .dropdown-item {
  color: black;
  font-size: 14px;
  transition: 0.3s;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover .top-menu .category .dropdown-item:hover {
  color: #416B34;
}
header#header .header-top #_desktop_user_info {
  margin-top: 0;
}
header#header .header-top .user-info {
  width: 130px;
  margin-left: auto;
  margin-right: 0;
}
header#header .header-top .user-info .account-name span {
  color: #264919;
  font-size: 16px;
}
header#header .header-top .user-info .boxptos {
  color: #264919;
  font-size: large;
  font-weight: lighter;
}
header#header .header-top .user-info .btn {
  background-color: #264919;
  width: 100%;
}
header#header .header-top .user-info .btn span {
  color: #659840;
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (min-width: 1280px) {
  header#header .header-top .user-info .btn span {
    font-size: 16px;
  }
}
@media (min-width: 641px) {
  header#header .header-top .user-info .btn {
    padding: 5px;
  }
}
@media only screen and (min-width: 1280px) {
  header#header .header-top .user-info .btn {
    padding: 6px 20px;
  }
}
header#header .header-top a.logout {
  color: #659840;
  font-style: normal;
  margin-top: 5px;
  text-decoration: underline;
}
@media (min-width: 641px) {
  header#header .header-top a.logout {
    font-size: 13px;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 1280px) {
  header#header .header-top a.logout {
    font-size: 16px;
  }
}
header#header .header-top > .container > .row:first-of-type {
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  header#header .header-top > .container.content {
    display: flex;
  }
  header#header .header-top > .container > .row:first-of-type {
    margin-top: 0;
  }
}
header#header .header-top header > .row > div {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  header#header .header-top header > .row > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header#header .header-top header > .row > div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  header#header .header-top header > .row > div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
header#header .header-top .nav {
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
}
header#header .header-top .cart {
  border-left: 1px solid #264919;
}

header#header .header-top .sidebar.open .menu.js-top-menu {
  padding: 0;
  margin-left: 0;
}
header#header .header-top .sidebar.open .menu.js-top-menu ul#top-menu {
  display: block;
  padding-left: 5px;
  line-height: 1.5rem;
}
header#header .header-top .sidebar.open .menu.js-top-menu ul#top-menu li {
  display: block;
  background-color: unset;
  text-align: left;
  padding: 0;
}
header#header .header-top .sidebar.open .menu.js-top-menu ul#top-menu li a {
  justify-content: left;
  white-space: unset;
}

#_desktop_cart .blockcart .header .cart-display .shopping-cart {
  width: 40px;
}
#_desktop_cart .blockcart .header .cart-display .cart-products-count {
  background-color: white;
  color: #264919;
  border-radius: 50%;
  border: 1px solid #264919;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
@media only screen and (max-width: 480px) {
  #_desktop_cart .blockcart .header .cart-display .cart-products-count {
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper-top {
    top: 230px;
  }
}
@media (min-width: 641px) {
  .wrapper-top {
    top: 160px;
  }
}

#wrapper {
  padding: 0;
  min-height: 64.5vh;
}

.overflow-hidden {
  overflow: hidden;
}

ul.product-flags.js-product-flags li {
  border-radius: 5rem;
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 10;
  margin: 0;
  padding: 0.3rem 0.6rem;
  font-size: 13px;
}
ul.product-flags.js-product-flags li.new {
  background-color: #22DD56;
}
ul.product-flags.js-product-flags li.out_of_stock {
  background-color: #659840;
}
ul.product-flags.js-product-flags li.product-flag {
  min-width: unset;
  min-height: unset;
  width: auto;
}

.modal-header .close {
  background-color: #6b6b6b;
  color: white;
  border-radius: 25px;
  height: 25px;
  width: 25px;
  font-weight: 100;
  position: absolute;
  opacity: 1;
  right: -11px;
  top: -15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.modal-header .close i.material-icons {
  font-size: 20px;
  line-height: 14px;
  color: white !important;
}

.js-show-details {
  text-transform: capitalize;
}

@media only screen and (max-width: 480px) {
  .tabs {
    padding: 0;
  }
}
/**
*  Ajuste de Required Formularios en los label
*/
label.required::after {
  content: "*";
  color: red;
  margin-left: 2px; /* Ajusta el espacio entre el texto y el asterisco según sea necesario */
}

/**
*  Ajuste de Required Formularios en los label
*/
#main ul.footer_links {
  padding-left: 0;
}

.alert-info {
  background-color: #FFE5B2;
  border-color: #FFE5B2;
  color: #659840;
}

#header .header-top {
  padding: 0;
}

.swal2-backdrop-show {
  backdrop-filter: blur(5px);
}
.swal2-backdrop-show .swal2-show {
  background-color: white;
  border-radius: 30px;
}
.swal2-backdrop-show .swal2-show .swal2-title {
  color: #264919;
}
.swal2-backdrop-show .swal2-show .swal2-html-container {
  color: #515C6F;
}
.swal2-backdrop-show .swal2-show .swal2-actions button {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 5rem;
  border: none;
  box-shadow: 0px 3px 7px 0px rgb(158, 158, 158);
  transition: 0.3s all;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 0.9rem;
}
.swal2-backdrop-show .swal2-show .swal2-actions button.swal2-confirm {
  background-color: #264919;
  color: white;
}
.swal2-backdrop-show .swal2-show .swal2-actions button.swal2-confirm:hover {
  background-color: #416B34;
  color: white;
}
.swal2-backdrop-show .swal2-show .swal2-actions button.swal2-cancel {
  background-color: #416B34;
  color: white;
}
.swal2-backdrop-show .swal2-show .swal2-actions button.swal2-cancel:hover {
  background-color: #264919;
  color: white;
}
.swal2-backdrop-show .swal2-show .swal2-actions .swal2-loader {
  border-color: #264919 rgba(0, 0, 0, 0) #264919 rgba(0, 0, 0, 0);
}

a {
  color: #426A2B;
}

.send-renew-password-link {
  padding-left: 0;
  padding-right: 0;
}

#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link {
  color: #426A2B;
  font-size: 0.8rem;
}

.swiper-slide .product-miniature .highlighted-informations {
  width: 50%;
  text-align: left;
  backdrop-filter: unset;
}
.swiper-slide .product-miniature .highlighted-informations .quick-view {
  color: #416B34;
}
.swiper-slide .product-miniature .highlighted-informations .quick-view:hover {
  color: #416B34;
}
.swiper-slide .product-miniature .highlighted-informations.no-variants {
  left: 50%;
  top: calc(50% - 2.5rem);
  display: none;
  transition: display 0.3s;
  background-color: transparent;
}
.swiper-slide .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants {
  display: block;
  left: 50%;
  top: calc(50% - 2.5rem);
}
.swiper-slide .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
  display: block;
  left: 50%;
  top: calc(50% - 2.5rem);
}
.swiper-slide .product-miniature .thumbnail-container {
  overflow: visible;
}

.product-miniature .highlighted-informations {
  backdrop-filter: unset;
}
.product-miniature .highlighted-informations .quick-view {
  color: #416B34;
}
.product-miniature .highlighted-informations .quick-view:hover {
  color: #416B34;
}
.product-miniature .highlighted-informations.no-variants {
  display: none;
  transition: display 0.3s;
  background-color: transparent;
}
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants {
  display: block;
  top: 100%;
}
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
  display: block;
  top: 100%;
}
.product-miniature .thumbnail-container {
  overflow: visible;
}
.product-miniature .thumbnail-container .thumbnail-top {
  overflow: visible;
}
.product-miniature .thumbnail-container .product-description {
  transition: opacity 0.3s;
}
.product-miniature .thumbnail-container:hover .product-description {
  opacity: 0.1;
}
.product-miniature .thumbnail-container:hover .ul.product-flags.js-product-flags li {
  font-size: 0.9rem;
}

.product-actions .control-label {
  margin-top: 1rem;
}

.quickview .modal-content {
  background-color: white;
}

.product-actions .add-to-cart {
  margin: 1rem 0 1rem 0;
  width: 220px;
  height: unset;
}
.product-actions .add-to-cart i {
  display: none;
}

#blockcart-modal {
  color: #353535;
  font-size: 0.8rem;
}
#blockcart-modal .modal-title {
  color: #416B34;
  font-weight: 700;
  font-size: 0.8rem;
}
#blockcart-modal .modal-title i {
  display: none;
}
#blockcart-modal .modal-header {
  border-bottom: 1px solid #dddddd;
  margin: 1rem;
}
#blockcart-modal .modal-body {
  padding-top: 0;
}
#blockcart-modal .modal-body .row {
  overflow: auto;
}
#blockcart-modal .product-name {
  font-size: 0.9rem;
  color: #353535;
}
#blockcart-modal .product-price {
  display: none;
}
#blockcart-modal .btn {
  width: auto;
}
#blockcart-modal .btn i {
  display: none;
}
#blockcart-modal .cart-content .subtotal.value {
  color: #416B34;
}
#blockcart-modal .cart-content .product-total .value {
  color: #416B34;
}
#blockcart-modal .cart-content p {
  font-size: 0.8rem;
}
#blockcart-modal .cart-content p:not(:first-of-type) {
  display: none;
}

.modal.quickview {
  font-size: 0.8;
}
.modal.quickview h1 {
  font-size: 1.1rem;
}
.modal.quickview #product-description-short {
  display: none;
}
.modal.quickview .product-add-to-cart .control-label {
  font-size: 0.8rem;
}

.products-selection {
  margin-bottom: 3rem;
  font-size: 0.85rem;
  color: #353535;
  overflow: auto;
}

.pagination a {
  color: #353535;
  font-weight: 500;
}

.pagination .current a {
  color: #426A2B;
}

.block-categories .h6 {
  font-size: 1.5rem;
  color: #416B34;
  font-family: "Raleway";
  font-weight: 900;
}

#search_filters .h6 {
  font-size: 1.5rem;
  color: #416B34;
  font-family: "Raleway";
  font-weight: 900;
}

#search_filters .facet .h6.facet-title {
  display: none;
}

#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
  font-size: 0.8rem;
}

#wrapper .breadcrumb {
  font-size: 12px;
  color: #666666;
  font-style: italic;
}
#wrapper .breadcrumb a span {
  color: #666666;
}

.block-categories a, .facets-title {
  color: #353535;
  font-weight: 400;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  font-weight: 400;
  font-size: 0.8rem;
}

.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title, .products-selection .sort-by-row .select-title {
  color: #353535;
  font-size: 0.8rem;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  border-bottom-color: #416B34;
}

.tabs .nav-tabs .nav-link.active {
  color: #416B34;
}

.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
  border: #264919 3px solid;
}

#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover {
  color: #416B34;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #416B34;
}

#header a:hover {
  color: #416B34;
}

#main .page-header {
  display: none;
}

.custom-radio input[type=radio]:checked + span {
  background-color: black;
}

#customer-form button {
  width: 270px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 0.9rem;
  font-family: "Raleway";
  font-weight: 600;
  float: none;
}

.thead-default th {
  color: #426A2B;
  background-color: white;
  font-size: 0.9rem;
  font-weight: 500;
}

.page-customer-account #content {
  color: #426A2B;
  font-size: 0.9rem;
  font-weight: 500;
}
.page-customer-account #content table {
  border-spacing: 1rem;
}
.page-customer-account #content .table-striped tbody tr:nth-of-type(odd) {
  background-color: none;
}
.page-customer-account #content .table-striped tbody tr:nth-of-type(odd) td {
  color: white;
  border-radius: 25px;
  background-color: #659840;
}
.page-customer-account #content .table-striped tbody tr:nth-of-type(even) {
  background-color: none;
}
.page-customer-account #content .table-striped tbody tr:nth-of-type(even) td {
  color: #416B34;
  border-radius: 25px;
  background-color: #FFE5B2;
}
.page-customer-account #content td {
  text-align: center;
  padding: 0.3rem;
}
.page-customer-account #content td.invoice {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.page-customer-account #content th {
  font-weight: normal;
  color: white;
  border-radius: 25px;
  background-color: #416B34;
  margin: 0 0.5rem;
  text-align: center;
}
.page-customer-account #content .view-order-details-link {
  display: block;
}

.form-control:focus {
  color: #353535;
  outline: 0.1875rem solid #416B34;
}

.form-control:focus {
  border-color: #416B34;
}

#header .top-menu a[data-depth="0"]:hover, a:hover {
  color: #416B34;
}

.block-promo .promo-input + button {
  border: 0;
}

.modal-dialog {
  margin-top: 20px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus-visible, .btn:focus {
  outline-color: #659840;
}

.sort-by {
  font-size: 0.85rem;
  color: #353535;
}

.products-selection .total-products p {
  font-size: 0.85rem;
  color: #353535;
}

.page-content.page-cms ul, p {
  font-size: 1rem;
  color: black;
  font-weight: 500;
  line-height: 1.5rem;
}

.page-content.page-cms ol li {
  font-size: 0.9rem;
  color: #416B34;
  font-weight: 400;
  margin: 2rem 0;
}

.page-content.page-cms#content {
  max-width: 1024px;
  margin: 0 auto;
}

#products .up .btn-secondary, #products .up .btn-tertiary {
  color: white;
}

.brands-sort .select-list, .products-sort-order .select-list, .suppliers-sort .select-list {
  font-size: 0.9rem;
}

.brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover {
  background-color: #22DD56;
  color: white;
}

.pagination > div:first-child {
  color: #353535;
  font-size: 0.85rem;
}

.table-responsive {
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .table-responsive {
    overflow-x: visible;
  }
}

#block_myaccount_infos .myaccount-title a, #header a, #wrapper .breadcrumb li a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a {
  color: #416B34;
}

.container-fluid::after, .container::after, .row::after {
  display: none;
}

.product-prices .tax-shipping-delivery-label {
  display: none;
}

.btn.disabled, .btn.disabled:hover {
  background-color: #659840;
  opacity: 0.8;
}

body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 0;
}

#category .pst_sliders_wrp {
  display: none;
}
@media (min-width: 768px) {
  #category .pst_sliders_wrp {
    display: block;
  }
}

.h1, .h2, .h3, .h4, body {
  color: #353535;
}

ul {
  padding-left: 0;
}

.price {
  color: #416B34;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 92%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .container {
    width: 92%;
  }
}
#header #_desktop_cart {
  margin-top: 0;
}
#header #_desktop_cart .blockcart {
  box-shadow: none;
  margin-top: 0;
}

.login-password {
  background: #416B34;
}

.thumbnail-container {
  border: 1px solid;
  border-color: #F4F4F4;
  border-radius: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

#field-rut-pass, .form-pass {
  margin-left: 0;
}

#send-reset-link.btn {
  width: auto;
  max-width: unset;
}

.product-price {
  color: #416B34;
  font-size: 0.9rem;
}

.product-reference {
  color: #353535;
  font-size: 0.9rem;
}

.product-information {
  color: #353535;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.product-description {
  color: #353535;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.group-span-filestyle {
  background-color: #416B34;
}
.group-span-filestyle .btn-default {
  background-color: #416B34;
}

.button-address-create {
  background-color: #264919;
}

.product-price {
  display: none;
}

.account-name > span {
  font-weight: lighter;
}

h4.title-account-cartola {
  color: #416B34;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0;
  margin: 0.5em 0;
}

.table .title-account-cartola .color-primary {
  color: #426A2B;
  font-weight: 500;
  font-size: 22px;
}
.table .title-account-cartola tr {
  border: 0;
}
.table .title-account-cartola th {
  border-left: 2px solid #F4F4F4;
  border-right: 2px solid #F4F4F4;
  border-top: 0;
  border-bottom: 0;
}

.table .table-account-cartola td {
  color: black;
  font-size: 20px;
}
.table .table-account-cartola tr {
  border-bottom: 1px solid #F4F4F4;
}

footer#footer {
  padding-top: 20px;
  margin-top: 10rem;
}
footer#footer #web-footer {
  background-color: #F4F4F4;
}
footer#footer #web-footer .container .row .left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 110px;
}
footer#footer #web-footer .container .row .left img {
  max-width: 220px;
  margin-right: 30px;
  padding-right: 70px;
}
footer#footer #web-footer .container .row .right .p-footer-info {
  color: #666666;
}
footer#footer #web-footer .container .row .right .p-footer-info .comment {
  color: #666666;
  margin-bottom: 0.5rem;
  font-family: "Poppins", "sans-serif";
  font-size: 0.8rem;
}
footer#footer #web-footer .container .row .right .p-footer-info .comment a {
  color: #666666;
  font-weight: 500;
  text-decoration: underline;
  font-size: 0.8rem;
}
footer#footer #web-footer .container .row .right .p-footer-info p.comment {
  font-weight: 500;
  font-family: "Poppins", "sans-serif";
  font-weight: lighter;
}
footer#footer #web-footer .container h4 {
  font-weight: 300;
  font-size: 1rem;
}

.gradient-bottom-footer {
  width: 100%;
  position: absolute;
}

body#checkout header .checkout img.logo {
  top: 20px;
}
body#checkout section#wrapper #content-wrapper .cart-grid-body section h1 span.step-number {
  background-color: #264919;
  color: #264919;
}
body#checkout section.checkout-step .address-item > header {
  min-height: unset;
}
body#checkout #checkout-personal-information-step {
  display: none;
}
body#checkout #checkout-delivery-step {
  display: none;
}
body#checkout #checkout-payment-step .cart-payment-step-not-needed-info {
  display: none;
}

#order-items hr {
  display: none;
}
#order-items .order-line {
  clear: both;
  border-bottom: 1px solid #bababa;
}
#order-items .order-line > div {
  margin-top: 1rem;
}
#order-items .details, #order-items #order-items .qty {
  margin-top: 1rem;
}

#delivery-address .row > div:has(input#field-alias) {
  display: none;
}
#delivery-address .row > div:has(input#field-address1) {
  display: none;
}
#delivery-address .row > div:has(input#field-postcode) {
  display: none;
}
#delivery-address .row > div:has(input#field-city) {
  display: none;
}
#delivery-address .row > div:has(select#field-id_country) {
  display: none;
}
#delivery-address .row > div:has(input#use_same_address) {
  display: none;
}
#delivery-address footer {
  margin-bottom: 1rem;
}
#delivery-address footer .cancel-address {
  display: none;
}
#delivery-address .footer_links {
  display: none;
}

/* Sección de Ranking */
.ranking-content {
  margin-top: 50px;
}
.ranking-content .bg-dark {
  background: #2500ab;
}
.ranking-content .ranking-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(/themes/basefv/assets/img/ranking.png);
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .ranking-content .ranking-card {
    width: 150px;
    height: 140px;
  }
}
.ranking-content .label {
  color: #2500ab;
  text-transform: uppercase;
  font-size: medium;
  font-weight: 600;
  position: absolute;
}
.ranking-content .ranking {
  color: white;
  font-size: 6rem;
  line-height: 5rem;
  transform: translateY(10px);
}
.ranking-content .label-redimidos {
  color: white;
  text-transform: uppercase;
  font-size: medium;
  font-weight: 600;
}
.ranking-content .val-ranking {
  color: #c8a431;
  font-size: 1.8rem;
}
.ranking-content .mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .ranking-content .mobile {
    display: none;
  }
}
.ranking-content .desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .ranking-content .desktop {
    display: none;
  }
}
.ranking-content .desktop .ranking-card {
  height: 200px;
  width: 200px;
}
.ranking-content .desktop .label {
  font-size: 1.5rem;
  padding: 5px 0 10px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ranking-content .desktop .label {
    font-size: 1.5rem;
  }
}
.ranking-content .desktop .posicion {
  color: white;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  transform: translateY(10px);
}
.ranking-content .desktop .points {
  color: white;
}
.ranking-content .listing {
  margin-top: 15px;
}
.ranking-content .listing .skeleton {
  height: 20px;
  background: linear-gradient(90deg, #EEEEEE 25%, #DEDEDE 50%, #EEEEEE 75%);
  background-size: 200% 100%;
  animation: loading 2s infinite ease-in-out;
  border-radius: 8px;
  margin-bottom: 20px;
}
.ranking-content .listing .ranking-card {
  height: auto;
  padding: 0;
}
.ranking-content .listing .ranking-card .title {
  width: 100%;
  background: linear-gradient(0deg, #4938d6 0%, #6c5aff 100%);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.ranking-content .listing .ranking-card .title span {
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  line-height: 30px;
}
@media (min-width: 641px) {
  .ranking-content .listing .ranking-card .title span {
    font-size: 28px;
    line-height: 40px;
  }
}
.ranking-content .listing .ranking-card .header {
  width: 100%;
  background: linear-gradient(0deg, #2514ab 0%, #4938d6 100%);
}
.ranking-content .listing .ranking-card .header span {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 641px) {
  .ranking-content .listing .ranking-card .header span {
    font-size: 20px;
    line-height: 40px;
  }
}
.ranking-content .listing .ranking-card .list {
  width: 100%;
  padding: 0px;
  color: #264919;
  max-height: 140px;
  overflow-y: auto;
}
@media (min-width: 641px) {
  .ranking-content .listing .ranking-card .list {
    max-height: 190px;
  }
}
.ranking-content .listing .ranking-card .list::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
}
.ranking-content .listing .ranking-card .list::-webkit-scrollbar-track {
  background: #b7bbca;
  border-radius: 20px;
}
.ranking-content .listing .ranking-card .list::-webkit-scrollbar-thumb {
  background-color: #e9eaef;
  border-radius: 20px;
}
.ranking-content .listing .ranking-card .list .bg-table {
  background-color: #efeffc;
}
.ranking-content .listing .ranking-card .list .unit {
  overflow: hidden;
  height: 28px;
}
@media (min-width: 641px) {
  .ranking-content .listing .ranking-card .list .unit {
    height: 40px;
  }
}
.ranking-content .listing .ranking-card .list div {
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 641px) {
  .ranking-content .listing .ranking-card .list div {
    font-size: 22px;
    line-height: 38px;
  }
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
body#index main header#header div.header-banner {
  transform: translateY(110px);
}
@media (max-width: 767px) {
  body#index main header#header div.header-banner {
    transform: translateY(90px);
  }
}
body#index main section#wrapper div.container div#content-wrapper section#main section#content div.pst_sliders_wrp {
  display: none;
}

body#category #header .nav {
  display: none;
}

.page-order-detail h3 {
  color: #416B34;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: none;
  line-height: 1.5rem;
}
.page-order-detail #order-infos .title {
  color: #416B34;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
}
.page-order-detail .order-message-form h3 {
  color: #416B34;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: none;
}
.page-order-detail .order-message-form .btn {
  width: 270px;
  float: right;
  font-family: "Raleway";
  font-weight: 600;
}
.page-order-detail .order-message-form textarea {
  border-radius: 20px;
}
.page-order-detail .order-message-form select {
  border-radius: 20px;
}
.page-order-detail .order-message-form p {
  color: black;
}
.page-order-detail #main .page-footer {
  display: none;
}

.page-addresses .customer-address-card {
  margin: 0.5%;
  padding: 1%;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  box-sizing: unset;
  height: 250px;
}
.page-addresses .customer-address-card:first-of-type {
  margin-left: 0;
}
.page-addresses .customer-address-card article {
  display: flex;
  flex-direction: row;
}
.page-addresses .customer-address-card article .address-body {
  width: 66%;
  font-size: 0.9rem;
  color: black;
}
.page-addresses .customer-address-card article .address-body h4 {
  font-weight: 500;
  color: #426A2B;
  text-transform: uppercase;
}
.page-addresses .customer-address-card article .address-body address {
  min-height: unset;
  font-weight: 400;
}
.page-addresses .customer-address-card article .address-footer {
  width: 33%;
  flex-direction: column;
  justify-content: start;
  padding: 0;
}
.page-addresses .customer-address-card article .address-footer a {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 0 10px;
  padding: 0;
  margin-left: auto;
  text-align: center;
  line-height: 54px;
}
.page-addresses .customer-address-card article .address-footer .button-address-update {
  background-color: #659840;
  border-radius: 5px;
}
.page-addresses .customer-address-card article .address-footer .button-address-update::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/ico_editar_direccion.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.page-addresses .customer-address-card article .address-footer .button-address-delete {
  background-color: #666666;
  border-radius: 5px;
}
.page-addresses .customer-address-card article .address-footer .button-address-delete::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/ico_eliminar_direccion.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.page-addresses .customer-address-card .btn {
  background-color: #264919;
}
.page-addresses .customer-address-card .btn span {
  font-size: 20px;
  font-weight: 600;
}
.page-addresses .customer-address-card.addresses-footer {
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-addresses .customer-address-card.addresses-footer::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("../img/ico_add.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .page-addresses .col-md-6 {
    width: 45%;
  }
}
@media only screen and (min-width: 1280px) {
  .page-addresses .col-lg-3 {
    width: 21%;
  }
}
.page-addresses #main #content {
  margin-bottom: 2rem;
}
.page-addresses #main .page-footer {
  display: none;
}

.page-contact #content-wrapper.col-xs-12 {
  padding: 0;
}
.page-contact #main .page-content {
  padding: 0;
}
.page-contact .contact-form {
  padding: 0;
}
.page-contact form h3 {
  color: #416B34;
  font-weight: 900;
  font-size: 1.6rem;
}
.page-contact form .btn.contact-form-send {
  width: 270px;
  height: 50px;
  line-height: 50px;
  float: none;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Raleway";
  padding: 0;
  margin: 0;
}
.page-contact form .form-group {
  max-width: 1024px;
  margin: 20px auto;
}
.page-contact form .form-group:first-of-type {
  max-width: 100%;
  margin-bottom: 20px;
}
.page-contact form .form-control-comment {
  margin-left: 0;
}
.page-contact form footer {
  max-width: 1024px;
  margin: 20px auto;
  padding-left: 15px;
}
.page-contact form footer .btn {
  border-radius: 25px;
}
@media (min-width: 641px) {
  .page-contact form footer {
    padding-left: 15px;
  }
}

body#checkout.page-order .cart-grid-right #js-checkout-summary {
  border: solid 1px #dddddd;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-summary-products {
  overflow: hidden;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-summary-products p {
  float: left;
  display: block;
  margin: 0 0 1rem;
  font-size: 1rem;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-summary-products p:last-of-type {
  float: right;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-summary-products .media-list li {
  width: 90%;
  margin-bottom: 10px;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-summary-line span {
  display: inline-block;
  margin: 0;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-summary-line .value {
  text-align: right;
  font-weight: 700;
  font-size: 1.2rem;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-summary-line::after {
  display: none;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-summary-totals {
  padding-top: 0;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-summary-totals .cart-summary-line {
  display: none;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary #cart-subtotal-products .value {
  display: none;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-total .label {
  font-size: 1.4rem;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-total .value {
  display: none;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-detailed-subtotals #cart-subtotal-shipping {
  display: none;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .cart-detailed-subtotals .value {
  display: none;
}
body#checkout.page-order .cart-grid-right #js-checkout-summary .card-block .cart-summary-subtotals-container {
  display: none;
}
body#checkout.page-order .js-show-details {
  color: #426A2B;
}
body#checkout.page-order .block-promo {
  background-color: #F4F4F4;
  margin-bottom: 0;
}
body#checkout.page-order .block-promo .promo-code form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body#checkout.page-order .block-promo .promo-code form::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../img/ico_label.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  vertical-align: middle;
}
body#checkout.page-order .block-promo .promo-code form input {
  width: 55%;
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  font-size: 0.8rem;
  border-color: #bababa;
  margin: 0 8px;
  color: #353535;
}
body#checkout.page-order .block-promo .promo-code form input::placeholder {
  opacity: 0;
}
body#checkout.page-order .block-promo .promo-code form input:focus {
  outline: 0;
}
body#checkout.page-order .block-promo .promo-code form button {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 112px;
  max-width: 35%;
  vertical-align: middle;
}
body#checkout.page-order .block-promo .promo-code form button:focus {
  outline: 0;
}
body#checkout.page-order .block-promo .promo-code .promo-code-button.cancel-promo {
  color: #426A2B;
}
body#checkout.page-order .block-promo .promo-code button {
  border: 0;
}

body#cart.page-cart .cart-grid-right .card {
  border: solid 1px #dddddd;
}
body#cart.page-cart .cart-grid-right .card .cart-summary-products {
  overflow: hidden;
}
body#cart.page-cart .cart-grid-right .card .cart-summary-products p {
  float: left;
  display: block;
  margin: 0 0 1rem;
  font-size: 1rem;
}
body#cart.page-cart .cart-grid-right .card .cart-summary-products p:last-of-type {
  float: right;
}
body#cart.page-cart .cart-grid-right .card .cart-summary-products .media-list li {
  width: 90%;
  margin-bottom: 10px;
}
body#cart.page-cart .cart-grid-right .card .cart-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#cart.page-cart .cart-grid-right .card .cart-summary-line span {
  display: inline-block;
  margin: 0;
}
body#cart.page-cart .cart-grid-right .card .cart-summary-line .value {
  text-align: right;
  font-weight: 700;
  font-size: 1.2rem;
}
body#cart.page-cart .cart-grid-right .card .cart-summary-line::after {
  display: none;
}
body#cart.page-cart .cart-grid-right .card .cart-summary-line div {
  display: none;
}
body#cart.page-cart .cart-grid-right .card .cart-summary-totals {
  padding-top: 0;
}
body#cart.page-cart .cart-grid-right .card .cart-summary-totals .cart-summary-line {
  display: none;
}
body#cart.page-cart .cart-grid-right .card #cart-subtotal-products .value {
  color: #416B34;
}
body#cart.page-cart .cart-grid-right .card .cart-total .label {
  font-size: 1.4rem;
}
body#cart.page-cart .cart-grid-right .card .cart-total .value {
  color: #416B34;
}
body#cart.page-cart .cart-grid-right .card .cart-detailed-actions {
  margin-top: 2rem;
}
body#cart.page-cart .cart-grid-right .card .cart-detailed-subtotals #cart-subtotal-shipping {
  display: none;
}
body#cart.page-cart .cart-grid-right .card .cart-detailed-subtotals .value {
  display: none;
}
body#cart.page-cart .js-show-details {
  color: #426A2B;
}
body#cart.page-cart .block-promo {
  background-color: #F4F4F4;
  margin-bottom: 0;
}
body#cart.page-cart .block-promo .promo-code form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body#cart.page-cart .block-promo .promo-code form::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../img/ico_label.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  vertical-align: middle;
}
body#cart.page-cart .block-promo .promo-code form input {
  width: 55%;
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  font-size: 0.8rem;
  border-color: #bababa;
  margin: 0 8px;
  color: #353535;
}
body#cart.page-cart .block-promo .promo-code form input::placeholder {
  opacity: 0;
}
body#cart.page-cart .block-promo .promo-code form input:focus {
  outline: 0;
}
body#cart.page-cart .block-promo .promo-code form button {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 112px;
  max-width: 35%;
  vertical-align: middle;
}
body#cart.page-cart .block-promo .promo-code form button:focus {
  outline: 0;
}
body#cart.page-cart .block-promo .promo-code .promo-code-button.cancel-promo {
  color: #426A2B;
}
body#cart.page-cart .block-promo .promo-code button {
  border: 0;
}

#module-shopkeepers_campaign-campaigns h4.title_page {
  font-size: 1rem;
  color: black;
  font-weight: 500;
}
#module-shopkeepers_campaign-campaigns div.head_mision, #module-shopkeepers_campaign-campaigns div.head_history_mision {
  background-color: #416B34;
  font-size: 1.2rem;
  font-weight: 700;
}
#module-shopkeepers_campaign-campaigns div.head_mision {
  width: 80%;
}
@media only screen and (min-width: 1280px) {
  #module-shopkeepers_campaign-campaigns div.head_mision {
    width: 423px;
  }
}
#module-shopkeepers_campaign-campaigns .el-card.is-hover-shadow {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 2rem;
  border-radius: 18px;
}
#module-shopkeepers_campaign-campaigns div.el-card__header {
  background-color: #416B34;
  font-size: 0.8em;
  color: white;
}
#module-shopkeepers_campaign-campaigns .el-card__body h4 {
  font-size: 0.9em;
  color: #353535;
  font-weight: 700;
}
#module-shopkeepers_campaign-campaigns .el-card__body p {
  font-size: 0.8em;
  color: #666666;
  font-weight: 500;
}
#module-shopkeepers_campaign-campaigns .el-card__body .block {
  margin-bottom: 2rem;
}
#module-shopkeepers_campaign-campaigns .el-card__body .block p {
  font-size: 0.9em;
  color: #353535;
  font-weight: 700;
}
#module-shopkeepers_campaign-campaigns .el-card__body .status_campaign {
  margin: 1rem 0 2rem;
}
#module-shopkeepers_campaign-campaigns .el-card__body .status_campaign p {
  font-size: 0.9rem;
  color: #353535;
}
#module-shopkeepers_campaign-campaigns .el-card__body .status_campaign .colour {
  font-size: 0.9rem;
  color: #426A2B;
}
#module-shopkeepers_campaign-campaigns .el-card__body .status_campaign svg {
  display: none;
}
#module-shopkeepers_campaign-campaigns .el-card__body .tyc {
  font-size: 0.8em;
  color: #666666;
}
#module-shopkeepers_campaign-campaigns .el-table colgroup {
  display: block;
}
#module-shopkeepers_campaign-campaigns .el-table thead {
  width: inherit;
}
#module-shopkeepers_campaign-campaigns .el-table thead tr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #416B34;
  padding: 0 1rem;
}
#module-shopkeepers_campaign-campaigns .el-table th.el-table__cell {
  background: unset;
  background-color: #416B34;
  font-size: 0.8rem;
  font-weight: bold;
  border: 0;
  flex: 1;
  padding: 0;
}
#module-shopkeepers_campaign-campaigns .el-table th.el-table__cell {
  text-align: center;
}
#module-shopkeepers_campaign-campaigns .el-table tbody {
  background-color: #416B34;
  display: block;
  width: inherit;
  padding: 1rem;
}
#module-shopkeepers_campaign-campaigns .el-table tbody tr {
  background-color: #d94f4f;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  border-radius: 38px;
}
#module-shopkeepers_campaign-campaigns .el-table tbody tr:last-child {
  margin: 0;
}
#module-shopkeepers_campaign-campaigns .el-table tbody tr:nth-child(even) {
  background-color: unset;
}
#module-shopkeepers_campaign-campaigns .el-table--enable-row-transition .el-table__body td.el-table__cell {
  background-color: unset;
  border: 0;
  background-color: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  flex: 1;
}
#module-shopkeepers_campaign-campaigns .el-table td.el-table__cell div {
  font-size: 0.85rem;
  font-weight: 500;
  color: white;
  background-color: unset;
}
#module-shopkeepers_campaign-campaigns .dialog-footer button {
  background-color: #264919;
  border-radius: 20px;
  border-color: #264919;
}
#module-shopkeepers_campaign-campaigns .el-card.is-hover-shadow:last-of-type {
  box-shadow: none;
  border-radius: 0;
}
#module-shopkeepers_campaign-campaigns .el-card.is-hover-shadow:last-of-type:hover {
  box-shadow: none;
  border-radius: 0;
}
#module-shopkeepers_campaign-campaigns div.divider {
  border-left: 2px solid #bababa;
}

#search_widget_basefv {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  #search_widget_basefv {
    width: 60%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #search_widget_basefv {
    width: 90%;
    text-align: center;
  }
}

.searchs-input {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  background: #fff;
  color: #515C6F;
  font-size: 0.9rem;
  height: 30px;
  width: 80%;
  border: 1px solid #F0F0F0;
  box-shadow: none;
  display: inline-block;
  height: 48px;
  vertical-align: top;
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .searchs-input {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .searchs-input {
    font-size: 2vw;
  }
}

.searchs-button {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  border: none;
  background: #659840;
  color: #fff;
  width: 15%;
  padding-top: 1%;
  margin-left: -4px;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 48px;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .searchs-button {
    width: 50px;
    padding: 0.5em 0;
  }
}
@media (max-width: 767px) {
  .searchs-button {
    width: 18%;
    padding: 0.5em 0;
  }
}
@media (max-width: 1024px) {
  .searchs-button {
    width: 18%;
    padding: 0.5em 0;
  }
}
.searchs-button .material-icons.search {
  content: "";
  width: 80%;
  height: auto;
  padding: 0 0 40%;
  background-image: url("../img/ico_search.png");
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  font-family: unset;
  font-size: inherit;
}

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