:root {
  --first-color: #35a936;
  /* --second-color: #011b69; */
  /* --third-color: #ff9207; */
  --text-color: #fff;
  /* --shadow: 0 0 5px 0 #00000020; */
  --color-hover: #2c8b2e;
}

* {
  font-family: "Roboto", sans-serif;
}

.product-info-main .product-info-price{
    position: relative;
}
.product-item {
    position: relative;
}
.percent-discount {
    position: absolute;
    right: 0;
    top: 0;
    background: #35a936;
    color: white;
    font-size: 20px;
    padding: 5px;
    z-index: 8;
}

span.percent-discount-single {
    background: #35a936;
    color: white;
    font-size: 20px;
    padding: 5px;
    margin-bottom: 15px;
    display: inline-block;
}


.product-item .price-box .price-label {
    display: none;
}
.old-price .price {
    text-decoration: line-through;
}
.product-item .price-box {
    margin: 10px 0 25px;
    display: flex;
    flex-direction: column-reverse;
}
.price-label {
    display: none !important;
}
.column.main .product-info-main .product-info-price .price-box {
    display: flex;
    flex-direction: column-reverse;
}

/* menu */
@media screen and (min-width: 1201px) {
  .nav-sections-item-content > .menu-solano {
    display: block !important;
  }

  .menu-solano {
    float: left;
    position: absolute;
    top: -3px;
    left: 0;
  }

  .nav-sections {
    margin-bottom: 0 !important;
  }

  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }

  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }

  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }

  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }

  #menu__toggle {
    opacity: 0;
    top: 0;
    height: 45px;
    width: 48px;
    left: 0;
    cursor: pointer;
    z-index: 51;
  }

  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }

  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }

  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }

  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: absolute;
    top: 24px;
    left: 11px;
    width: 26px;
    height: 0px;
    cursor: pointer;
    z-index: 60;
  }

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition-duration: 0.25s;
  }

  .menu__btn > span::before {
    content: "";
    top: -8px;
  }

  .menu__btn > span::after {
    content: "";
    top: 8px;
  }

  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -101%;
    /* width: 20%; */
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #000;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
    z-index: 50;
  }

  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }

  .menu__item:hover {
    background-color: #4eb44f;
  }

  .nav-sections-item-content {
    background-color: var(--first-color);
  }

  .menu-solano .navigation {
    background-color: #000 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    position: initial;
  }

  .menu-solano .navigation .level0 > .level-top {
    color: #fff !important;
  }

  .menu-solano .navigation .level0 > .level-top:hover {
    color: lightgrey !important;
  }

  .menu-solano .navigation ul {
    display: flex;
    flex-direction: column;
    position: initial;
    padding: 0;
    margin-top: 20px !important;
  }

  .menu-solano .navigation .level0 {
    margin: 0 !important;
    padding: 10px 50px 10px 20px !important;
  }

  .menu-solano .navigation .level0:hover {
    position: initial;
    background-color: #4eb44f;
  }

  .menu-solano .navigation .level0 .submenu {
    background-color: #000;
    left: 100% !important;
    margin: 0 !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0;
    border-left: 1px solid #ffffff20 !important;
    border-style: none;
    border-right: 1px solid #ffffff20 !important;
    width: 85% !important;
  }

  .menu-solano .navigation .level0 .submenu a {
    color: #fff !important;
  }

  .menu-solano .navigation .level0 .submenu li {
    margin: 0;
    position: initial;
  }

  .menu-solano .navigation .level0 .submenu li:hover {
    background-color: #4eb44f;
  }

  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #4eb44f !important;
  }

  .menu-solano .navigation .level0.parent > .level-top > .ui-icon::after {
    content: "\e608" !important;
  }

  .menu-solano
    .navigation
    .level0.submenu.ui-widget.ui-widget-content.ui-front
    li {
    padding: 10px 50px 10px 20px !important;
  }

  .hamburger__menu {
    background-color: #000;
    width: 48px;
    height: 48px;
    left: 15px;
    position: absolute;
    border-radius: 10px 10px 10px 10px;
  }

  .menu__box .navigation .level0 .submenu .submenu-reverse {
    left: 100% !important;
    width: 105% !important;
  }

  .navigation .level0 .submenu .active > a {
    border-style: none !important;
  }

  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-style: none !important;
  }
}

.nav-toggle::before {
  font-size: 30px !important;
  color: #fff !important;
  content: "\e5d2" !important;
  font-family: "Material Symbols Outlined" !important;
}

.nav-toggle {
  top: 0 !important;
  left: 10px !important;
  background-color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 10px;
  text-align: center;
}
/* menu */

/*  */
.page-header .panel.wrapper {
  background-color: #ffffff20 !important;
  border-bottom: 1px solid #ffffff30 !important;
}

/*  */
.header.content {
  padding: 0 20px !important;
  margin: 5px 0 5px 0 !important;
  max-width: 100% !important;
}

/*  */
.logo {
  width: 190px;
  margin: 5px 0 0 50px !important;
  order: 1;
  z-index: 50;
}

.logo img {
  width: 100% !important;
  height: auto !important;
}

/*  */
.page-header {
  background-color: var(--first-color);
  position: sticky;
  top: 0;
  z-index: 99;
}

/*  */
.header.links {
  padding: 5px 0 !important;
}

/*  */
.minicart-wrapper {
  order: 4;
}
/* Boton presupuesto */
.pagebuilder-button-primary {
  background-color: var(--first-color) !important;
  border-color: var(--first-color) !important;
  color: var(--text-color);
}

.pagebuilder-button-primary:hover {
  background-color: var(--color-hover) !important;
  border-color: var(--color-hover) !important;
}

.pagebuilder-button-secondary {
  background-color: var(--first-color) !important;
  border-color: var(--first-color) !important;
  color: var(--text-color) !important;
}

.pagebuilder-button-secondary:hover {
  background-color: var(--color-hover) !important;
  border-color: var(--color-hover) !important;
}

.action.primary {
  background-color: var(--first-color);
  border-color: var(--first-color);
}

.action.primary:hover {
  background-color: var(--color-hover);
  color: var(--text-color);
  border-color: var(--color-hover);
}

.action.primary:focus {
  background-color: var(--first-color);
  border-color: var(--first-color);
  color: var(--text-color);
}

/* button,
    a.action.primary {
      border-radius: 0;
    } */

/* Lupa */
#search {
  height: 40px;
  border-radius: 10px;
}

.block-search {
  order: 3;
}

.action.search.lupa-caja::before {
  font-family: "Material Symbols Outlined" !important;
  content: "\e8b6" !important;
  color: #000 !important;
  font-size: 30px !important;
  margin-top: 5px !important;
}

/* Carrito */
.minicart-wrapper .action.showcart::before {
  display: none;
}

.minicart-wrapper .action.showcart.active::before {
  display: none;
}

.material-symbols-outlined.carrito {
  color: #fff !important;
  font-size: 30px !important;
  margin-top: 7px;
}

/* .minicart-wrapper .block-minicart {
    margin-top: 12px;
  } */

/* Footer */
.page-footer {
  background: #222222 !important;
  margin-top: auto !important;
  padding-bottom: 25px !important;
}

.footer-parent {
  display: flex;
  align-items: center;
}

.footer-child {
  padding: 2px;
}

.footer-child > h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #4eb44f;
}

.block.newsletter {
  max-width: 100%;
  width: max-content;
}

.texto-footer {
  font-size: 14px;
  color: #666666;
}

.texto-footer.text-resp {
  font-size: 14px;
}

.footer-child > img {
  width: 200px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  filter: invert(0.6);
}

.footer-child > a {
  color: #666666;
  padding: 5px;
  text-decoration: none;
}

.footer-child > a:hover {
  color: #4eb44f;
}

/*  */

/*  */
.page-header .header.panel {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

/*  */
.breadcrumbs {
  margin-top: 10px;
}

/*  */
.pagebuilder-button-link {
  color: #44a145 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px !important;
}

/*  */
.action.viewcart {
  color: #44a145;
}

/*  */
.minicart-items .product-item-name a {
  color: #44a145;
}

/*  */
.minicart-items .action.delete::before {
  font-family: "Material Symbols Outlined" !important;
  content: "\e872" !important;
  font-size: 20px !important;
  color: #35a936 !important;
}

/*  */
.minicart-items .action.edit::before {
  font-family: "Material Symbols Outlined" !important;
  content: "\e3c9" !important;
  font-size: 20px !important;
  color: #35a936 !important;
}

/*  */
.product-social-links .action.towishlist::before,
.block-bundle-summary .action.towishlist::before,
.product-item .action.towishlist::before,
.table-comparison .action.towishlist::before {
  font-family: "Material Symbols Outlined" !important;
  content: "\e838" !important;
  font-size: 20px !important;
}

/*  */

.product-item .action.tocompare::before {
  font-family: "Material Symbols Outlined" !important;
  font-size: 20px !important;
  content: "\e26b" !important;
  color: var(--first-color);
}

/*  */
.product-social-links .action.tocompare::before {
  font-family: "Material Symbols Outlined" !important;
  font-size: 20px !important;
  content: "\e26b" !important;
}

.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: var(--first-color);
}

.product-social-links .action.tocompare {
  color: var(--first-color);
}

.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: var(--color-hover);
}

.product-social-links .action.tocompare:hover {
  color: var(--color-hover);
}

/*  */
.action.update {
  background-color: var(--first-color);
  border-color: var(--first-color);
  color: var(--text-color);
}

.action.update:hover {
  background-color: var(--color-hover);
}

.action.share {
  background-color: var(--first-color);
  border-color: var(--first-color);
  color: var(--text-color);
}

.action.share:hover {
  background-color: var(--color-hover);
}

.action.tocart {
  background-color: var(--first-color);
  border-color: var(--first-color);
  color: var(--text-color);
}

.action.tocart:hover {
  background-color: var(--color-hover);
}

/*  */
.action.details {
  color: #44a145;
}

.use-ajax.action.towishlist.action-towishlist {
  color: #44a145;
}

/*  */
.cart-discount .title #block-discount-heading {
  color: #44a145;
}

.action.apply.primary {
  background-color: var(--first-color) !important;
  color: #fff !important;
  border-color: 1px solid var(--first-color) !important;
  box-shadow: inset 0 1px 0 0 var(--first-color),
    inset 0 -1px 0 0 var(--first-color) !important;
}

/*  */
.action.action-edit::before {
  font-family: "Material Symbols Outlined" !important;
  content: "\e3c9" !important;
  font-size: 25px !important;
  color: #35a936 !important;
}

.action.action-delete::before {
  font-family: "Material Symbols Outlined" !important;
  content: "\e872" !important;
  font-size: 25px !important;
  color: #35a936 !important;
}

/*  */
.action.add {
  color: #44a145;
}

/*  */
.compare.wrapper .action.compare {
  color: #fff !important;
}

.compare.wrapper .action.compare:hover {
  color: #ffffffd6 !important;
}

.compare.wrapper .action.compare:active {
  color: #ffffffd6 !important;
}

.compare.wrapper .counter.qty {
  color: #ffffff7a !important;
}

/*  */
.action-primary.action-accept {
  background-color: var(--first-color);
  border-color: var(--first-color);
}

/*  */

.catalog-category-view .page-wrapper {
  background-color: #eee;
}

.item.product.product-item {
  background-color: #fff;
}

/* Home */


.price-box.price-final_price .old-price .price::after {
	display: none;
	content: "*Sin impuestos";
}
.price-box.price-final_price .price::after {
  content: "*Sin impuestos";
  font-size: 8px;
  font-weight: 300;
  padding-left: 5px;
  color: #5b5b5bb0;
}

.cms-index-index .product-item-name {
  display: flex;
  justify-content: center;
  height: 30px;
}

.cms-index-index .product-item-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 30px;
}

.cms-index-index .slick-next.slick-arrow {
  z-index: 0;
}
/* Home */

/* Ficha producto */
.catalog-product-view .price-box.price-final_price .price::after {
  content: "*Sin impuestos";
  font-size: 9px;
  font-weight: 300;
  padding-left: 12px;
  color: #5b5b5bb0;
}

.product-info-stock-ref {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}

.product-info-main .product.attribute.ref {
  word-break: break-all;
  word-wrap: break-word;
}

.product-info-main .product.attribute.ref .type {
  font-weight: normal;
  margin-right: 5px;
}

.product-info-main .product.attribute.ref .value {
  display: inline-block;
}
/* Ficha producto */

/* Categorías */
.catalog-category-view .product-item-name {
  display: flex;
  justify-content: center;
  /* height: 30px; */
}

.catalog-category-view .product-item-link {
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; 
  margin-right: 30px;*/
}

.catalog-category-view .price-box.price-final_price .price::after {
  content: "*Sin impuestos";
  font-size: 8px;
  font-weight: 300;
  padding-left: 5px;
  color: #5b5b5bb0;
}

/* Categorías */

.product.info.detailed tr td {
  padding: 5px !important;
}

.product-info-main tr td {
  padding: 5px !important;
}

.message.global.noscript, .message.global.cookie {
  background: #eee;
  box-shadow: 0px -5px 10px #00000030;
}

.availability.only.configurable-variation-qty {
  display: none;
}