/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

html {
  scroll-behavior: smooth;

}

#_desktop_contact_link {
  display: none !important;
}

#header a {
  font-weight: 700;
}

#header .user-info a:hover {
  color: black !important;
  text-decoration: underline;
}

@font-face {
  font-family: "Geometric415BT-LiteA";
  src: url("/tienda/themes/classic/assets/fonts/geometric415litebt.eot");
  /* IE9 Compat Modes */
  src: url("/tienda/themes/classic/assets/fonts/geometric415litebt.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("/tienda/themes/classic/assets/fonts/geometric415litebt.otf") format("opentype"),
    /* Open Type Font */
    url("/tienda/themes/classic/assets/fonts/geometric415litebt.svg") format("svg"),
    /* Legacy iOS */
    url("/tienda/themes/classic/assets/fonts/geometric415litebt.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("/tienda/themes/classic/assets/fonts/geometric415litebt.woff") format("woff"),
    /* Modern Browsers */
    url("/tienda/themes/classic/assets/fonts/geometric415litebt.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GeometricMedium';
  src:
    url('/tienda/themes/classic/assets/fonts/Geometric415BT-MediumA.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {

  font-family: "Geometric415BT-BlackA";
  src: url("/tienda/themes/classic/assets/fonts/geometric415blackbt.eot");
  /* IE9 Compat Modes */
  src: url("/tienda/themes/classic/assets/fonts/geometric415blackbt.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("/tienda/themes/classic/assets/fonts/geometric415blackbt.otf") format("opentype"),
    /* Open Type Font */
    url("/tienda/themes/classic/assets/fonts/geometric415blackbt.svg") format("svg"),
    /* Legacy iOS */
    url("/tienda/themes/classic/assets/fonts/geometric415blackbt.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("/tienda/themes/classic/assets/fonts/geometric415blackbt.woff") format("woff"),
    /* Modern Browsers */
    url("/tienda/themes/classic/assets/fonts/geometric415blackbt.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GeometricMedium';
  src:
    url('/tienda/themes/classic/assets/fonts/Geometric415BT-MediumA.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSerif";
  src: url('/tienda/themes/brandcode/css/NotoSerif-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansRegular";
  src: url("/tienda/themes/brandcode/assets/css/NotoSans.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansBold";
  src: url("/tienda/themes/brandcode/assets/css/NotoSans.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NotoSerifBold";
  src: url("/tienda/themes/brandcode/assets/css/NotoSerif-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


/* GLOBAL */
body * {
  font-family: 'Geometric415BT-LiteA', sans-serif;
  font-weight: normal;
}

body h2 {
  font-size: 41px;
  line-height: 50px;
  text-transform: none;
  margin-bottom: 25px;
  color: #0b0101;
}

body p {
  font-size: 18px;
  margin-bottom: 24px;
  color: #0f0a0a;
}

body span.capital {
  font-size: 20px;
  text-transform: uppercase;
}

#header .logo {
  max-width: 104px;
}

#wrapper {
  padding-top: 90px;
  background: #fff;
  box-shadow: none;
}

.page-index #wrapper,
#module-ultimateproductbox-BoxProduct #wrapper {
  padding-top: 0;
}

a {
  color: #000;
}

a:hover {
  color: #f39200;
}

.breadcrumb {
  display: none;
}

.page-content {
  box-shadow: none !important;
  border: 0 !important;
}


.custom-checkbox label {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0;
}

.custom-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  z-index: 9999;
}

.custom-checkbox input[type=checkbox]+span {
  width: 20px;
  height: 20px;
  flex: 0 0 20px !important;
  margin-right: 10px;
  margin-top: 0 !important;
  position: relative;
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
  display: none;
}

.custom-checkbox input[type=checkbox]:checked+span:after {
  content: "";
  border-radius: 0;
  background: #f39200;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.custom-radio {
  border-radius: 0;
}

.custom-radio input[type=radio]:checked+span {
  border-radius: 0;
  background: #f39200;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-primary:not(.continue) {
  background: #f39200 !important;
  color: #fff;
  font-family: 'GeometricMedium', sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: none;
}

.capa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgba(0, 0, 0, .7);
  display: none;
}

@media(max-width: 767px) {
  body h2 {
    font-size: 30px;
    line-height: 39px;
  }
}

@media(max-width: 375px) {
  .custom-checkbox label span {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
}

/*HEADER */
.header-nav .col-md-5.col-xs-12 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#header .header-nav {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  min-height: 90px;
}

#header .header-nav.is-scrolled {
  background-color: rgba(255, 255, 255, 0.726) !important;
}

#header .header-nav>.container {
  margin-top: 20px;
}

.exprimir-logo-nav {
  width: fit-content;
  display: flex;
}

.exprimir-logo-nav img {
  max-width: 104px;
}

.header-top {
  margin-top: 65px;
}

.header-top>.container>.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#header .header-nav .cart-preview.active {
  background: #f39200;
}

.user-info a:hover,
#contact-link a:hover {
  color: #000000 !important;
}

@media(max-width: 767px) {
  #header .header-nav {
    margin-bottom: 0;
  }

  #header .header-nav .text-sm-center {
    position: relative;
  }

  #header .header-nav #menu-icon {
    float: none !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none !important;
  }

  #header .header-nav #_mobile_user_info {
    float: none !important;
    right: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  #header .header-nav #_mobile_user_info .user-info {
    margin: 0;
  }

  #header .header-nav #_mobile_cart {
    float: none !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
  }

  #header .header-nav .cart-preview.active {
    height: 100%;
    display: flex;
    align-items: center;
  }

  #header .header-nav .top-logo {
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
  }

  #header .header-top {
    background: transparent;
  }

  #wrapper {
    margin-top: 15px;
  }
}

/* MENU */

#mobile_top_menu_wrapper {
  display: flex;
  flex-direction: column;
}

#mobile_top_menu_wrapper>div {
  width: 100%;
}

.header-top .menu.js-top-menu {
  position: fixed !important;
  top: 50px;
  width: 320px;
  right: -320px;
  height: 100%;
  padding: 50px 100px !important;
  background: #f2c749;
  z-index: 9999999;
  transition: right .5s linear;
}

.header-top .menu.js-top-menu.desplegado {
  right: 0;
}

.header-top .menu.js-top-menu .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 23px;
  color: #fff;
  opacity: 1;
}

.header-top .menu.js-top-menu ul {
  display: flex;
  flex-direction: column;
}

.header-top .menu.js-top-menu ul li {
  margin-bottom: 12px;
}

.js-top-menu ul li a {
  font-size: 24px;
  font-family: 'Open sans', sans-serif;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 30px;
  color: #fff !important;
  position: relative;
  padding: 0 !important;
  display: inline-block;
  width: auto;
}

.js-top-menu ul li a:after {
  content: "";
  transform-origin: left;
  pointer-events: none;
  bottom: -2px;
  -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
  transition: transform .3s ease-out, border-color .3s ease-out;
  position: absolute;
  display: block;
  bottom: -6px;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #fff;
  content: '';
  padding-bottom: inherit;
}

.js-top-menu ul li a:hover:after {
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-top #menu-icon {
  cursor: pointer;
}

@media(max-width: 767px) {

  .header-top>.container>.row,
  .js-top-menu .close {
    display: none;
  }


  header.is-open .header-top {
    background: #f2c749 !important;
    height: 100vh;
  }

  #mobile_top_menu_wrapper {
    background: #f2c749;
    padding-top: 90px;
  }

  #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    border: 0;
  }

  #contact-link {
    display: none;
  }
}

/* BANNER */
.banner {
  padding-bottom: 140px;
  margin-bottom: 0 !important;
}

.banner .span_12 {
  min-height: 100vh;
  display: flex;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/themes/brandcode/modules/ultimateproductbox/views/img/XExprimir banner packs hero.webp') !important;
}

.banner .span_12 .span_6 {
  position: relative;
  width: 50%;
}

.banner .span_12 .span_6 img {
  width: 100%;
  box-shadow: none !important;
}

.banner .span_12 .span_6 a {
  background-color: #F39200;
  padding: 6px;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1);
  -o-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1);
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 13.5%;
  transform: translateX(-50%);
}

.banner .span_12 .span_6 a span {
  display: inline-block;
  font-family: "Noto Serif" !important;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 25px;
  color: white;
  text-transform: uppercase;
  font-weight: 800px;
}

.banner .owl-stage-outer {
  overflow: hidden;
}

.banner .owl-stage-outer .owl-stage {
  display: flex;
}

.banner .owl-nav {
  display: none;
}

/* CUSTOM TEXT */
.block_text {
  padding: 140px 0 !important;
  text-align: center !important;
  margin-bottom: 0 !important;
}

.block_text h2 {
  text-transform: none;
  font-size: 41px;
  font-weight: normal;
}

/* TEXTO IMAGEN */
.block_text .texto-imagen img {
  max-width: 100%;
  height: auto;
  margin-top: 65px;
}

/* ICONOS */
.block_text .bloque-iconos {
  padding: 140px 0;
}

.block_text .bloque-iconos .span_12 {
  display: flex;
  flex-wrap: wrap;
}

.block_text .bloque-iconos .vc_col-sm-4 {
  max-width: 33.3333%;
  flex: 1 0 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.block_text .bloque-iconos .vc_col-sm-4.green {
  background: #7dd147;
}

.block_text .bloque-iconos .vc_col-sm-4.yellow {
  background: #c4e651;
}

.block_text .bloque-iconos .vc_col-sm-4 p {
  color: #fff;
  margin-bottom: 12px;
}

.block_text .bloque-iconos .vc_col-sm-4 .capital {
  font-size: 18px;
}

/* PROVEEDORES */
.block_text .bloque-proveedores .listado_proveedores {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 100px;
}

.block_text .bloque-proveedores .listado_proveedores .proveedor {
  max-width: 25%;
  flex: 1 0 25%;
  margin-bottom: 50px;
}

.block_text .bloque-proveedores .listado_proveedores .proveedor img {
  width: auto;
  height: auto;
}

@media(max-width: 991px) {
  .block_text .texto-imagen br {
    display: none;
  }

  .block_text .bloque-iconos .vc_col-sm-4 {
    max-width: 100%;
    flex: 1 0 100%;
  }

  .block_text .bloque-proveedores .listado_proveedores .proveedor {
    max-width: 50%;
    flex: 1 0 50%;
  }
}

@media(max-width: 767px) {
  .banner_principal .span_12 .vc_col-sm-6 {
    width: 100%;
  }

  .banner_principal .span_12 .vc_col-sm-6:last-child {
    display: none;
  }

  .block_text h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .block_text,
  .block_text .bloque-iconos {
    padding: 50px 0 !important;
  }

  .block_text .bloque-proveedores .listado_proveedores .proveedor {
    max-width: 100%;
    flex: 1 0 100%;
  }
}

@media(max-width: 689px) {
  .banner {
    padding-bottom: 0;
  }

  .banner .span_12 {
    flex-direction: column;
    position: relative;
  }

  .banner .span_12 .span_6 {
    width: 100%;
    position: initial;
  }

  .banner .span_12 .span_6 a {
    bottom: 10%;
  }

  .block_text {
    padding: 60px 0 !important;
  }

}

/* PRODUCT LIST */
.featured-products .products .product-miniature {
  margin: 0;
  width: 33.3333%;
  padding: 0 20px;
}

.featured-products .products .product-miniature .thumbnail-container {
  width: 100%;
  box-shadow: none;
  margin-bottom: 60px;
  height: auto;
}

.featured-products .products .product-miniature .thumbnail-container img {
  width: 100%;
  height: auto;
  margin: 0;
}

.featured-products .products .product-miniature .thumbnail-container .product-description {
  position: relative;
  width: 100%;
  margin-top: 30px;
  height: auto;
  box-shadow: none;
}

.featured-products .products .product-miniature .thumbnail-container:hover .product-description:after {
  content: none;
}

.featured-products .products .product-miniature .thumbnail-container .product-description .product-title {
  text-align: left;
  margin-bottom: 7px;
}

.featured-products .products .product-miniature .thumbnail-container .product-description .product-title a {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0b0202;
}

.featured-products .products .product-miniature .thumbnail-container .product-description .num_products {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}

.featured-products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.featured-products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping span.price {
  text-transform: uppercase;
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}

.featured-products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping span.price .unit {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #0b0202;
}

.featured-products .products .product-miniature .thumbnail-container .product-description .button_buy {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
  padding: 12px 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff !important;
  background: #f39200;
}

@media (max-width: 991px) {
  .featured-products .products .product-miniature {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .featured-products .products .product-miniature {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .featured-products .products .product-miniature {
    width: 100%;
    padding: 0;
  }
}

/* PRODUCT */

/*banner*/
#module-ultimateproductbox-BoxProduct .banner {
  padding-bottom: 40px;
  margin-bottom: 0;
}

#module-ultimateproductbox-BoxProduct .banner .texto {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20%;
  transform: translateY(-20%);
}

#module-ultimateproductbox-BoxProduct .banner .texto p {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 3px;
}

@media(max-width: 768px) {
  #module-ultimateproductbox-BoxProduct .banner .texto {
    display: none;
  }
}

/*breadcrumbs*/
.product-type-box_product .custom_breadcrumb {
  margin-bottom: 45px;
}

.product-type-box_product .custom_breadcrumb * {
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
  color: #0f0a0a;
  font-family: 'Geometric415BT-LiteA', sans-serif;
  position: relative;
}

.product-type-box_product .custom_breadcrumb a::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  background: #0f0a0a;
  height: 2px;
  transition: all .1s ease-in-out;
  width: 0;
}

.product-type-box_product .custom_breadcrumb *:hover::after {
  width: 100%;
}

.product-type-box_product .custom_breadcrumb a:first-of-type {
  position: relative;
}

.product-type-box_product .custom_breadcrumb a:first-of-type::before {
  content: '/';
  color: black;
  font-size: 15px;
  position: absolute;
  right: -15px;
  top: 0;
}

.product-type-box_product .custom_breadcrumb span:not(:last-of-type) {
  position: relative;
}

.product-type-box_product .custom_breadcrumb span:not(:last-of-type)::before {
  content: '/';
  color: black;
  font-size: 15px;
  position: absolute;
  right: -15px;
  top: 0;
}

/*title*/
.product-type-box_product * {
  font-family: "Noto Sans";
}

.product-type-box_product .product_title h1 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.product-type-box_product .product-description p {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

.product-type-box_product .product-description .info {
  display: none;
}


/*box*/
.product-type-box_product .box_wrapper.upb_items {
  margin-top: 65px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left {
  width: 40%;
  padding-right: 20px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content {
  position: relative;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content .caja {
  position: relative;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul {
  max-height: 415px;
  overflow: hidden;
  float: none;
  display: flex;
  flex-wrap: wrap;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul li {
  background: #cfd0ce;
  border: 0;
  width: calc(20% - 10px) !important;
  float: none;
  height: auto;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul li.upb_item {
  background: #fff;
  border: 1px solid #000;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul li.upb_item img {
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul li .num_productos {
  position: absolute;
  background: #0d0c0c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  top: 7px;
  right: 5px;
  z-index: 9999999;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-type-box_product .contadores {
  text-align: right;
  margin-top: 20px;
  margin-right: 10px;
}

.product-type-box_product .contadores .limite {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 15px;
}

.product-type-box_product .contadores .limite span {
  font-weight: 700;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .box_top_footer {
  width: 100% !important;
  padding-right: 25px;
}

/* Arrows */
.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .flecha {
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  cursor: pointer;
  opacity: .2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .arrow_up {
  background-image: url("/tienda/themes/classic/modules/ultimateproductbox/views/img/arrow_up.png");
  top: -40px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .arrow_down {
  background-image: url("/tienda/themes/classic/modules/ultimateproductbox/views/img/arrow_down.png");
  margin-top: 20px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .flecha.activo {
  opacity: 1;
}

/*footer box*/
.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box {
  margin-top: 24px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box p.titulo {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #080303;
  margin-bottom: 10px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box .box_total {
  padding: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box .box_total .ubp_bundle {
  width: 100% !important;
  line-height: 1;
  margin-bottom: 30px !important;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box .box_total .ubp_bundle .bundle_price,
.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box .box_total .ubp_bundle .symbol {
  font-size: 40px;
  font-weight: 500;
  color: #080303
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box .box_total .ubp_bundle .info_iva {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  color: #080303;
  margin-top: 5px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart {
  padding: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .block label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  color: #080303;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .quantity_block label {
  text-transform: none;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .total_block {
  border-top: 1px solid #000;
  margin-top: 5px;
  padding-top: 15px;

}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .block span {
  font-size: 14px;
  font-weight: 400;
  color: #080303;
  text-transform: uppercase;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .total_block span {
  font-size: 22px;
  font-weight: 900;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .total_block .symbol {
  font-size: 14px;
  font-weight: 300;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .quantity_block .quantity {
  margin-bottom: 0;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .quantity_block .quantity>.qty {
  display: flex;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .quantity_block .quantity input {
  background: #fff;
  color: #080303;
  border: 2px solid #080303;
  height: 25px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .quantity_block .quantity input.qty {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  border-right: 0;
  border-left: 0;
  width: 50px;
  text-align: center;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .quantity_block .quantity input[type="button"] {
  font-weight: 500;
  font-size: 18px;
  width: 25px;
  line-height: 1;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .add_to_cart_box .add_to_cart_button_container {
  float: none;
  margin-top: 65px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .add_to_cart_box .add_to_cart_button_container button {
  background: #f39200;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .add_to_cart_box .add_to_cart_button_container button:hover+.message_info {
  opacity: 1;
}

/*filters */
.product-type-box_product .box_wrapper.upb_items .inline_block.col-right {
  float: none;
  padding-left: 35px;
  width: 60%;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right .row-filters {
  margin-top: -15px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right .row-filters ul {
  display: flex;
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  justify-content: space-around;
  height: auto !important;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right .row-filters ul li {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 21px;
  line-height: 28px;
  border: 0;
  margin-bottom: 5px;
  width: auto;
  font-family: 'Geometric415BT-LiteA', sans-serif;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right .row-filters ul li.active {
  border-bottom: 1px solid #000;
  font-family: 'Geometric415BT-BlackA', sans-serif;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right .row-filters ul li .contador_filtro {
  position: absolute;
  background: #0d0c0c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

/*listado caja*/
.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos {
  float: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100% !important;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li {
  float: none;
  border: 0;
  padding-bottom: 100px;
  position: initial !important;
  top: auto !important;
  left: auto !important;
  width: calc(33.333% - 10px);
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .figure {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .figure:before {
  content: none;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .image {
  max-width: 250px;
  height: 250px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: auto;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li img {
  border: 0;
  margin-bottom: 16px;
  cursor: pointer;
  height: auto;
  width: 60%;
  max-height: 100%;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .figcaption {
  text-transform: uppercase;
  font-family: 'Geometric415BT-BlackA', sans-serif;
  font-size: 14px;
  color: #1d1d1b;
  margin-bottom: 5px;
  max-width: 100px;
  margin: 0 auto;
  line-height: 1.2;
  height: 60px !important;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .info {
  text-align: center;
  margin-bottom: 15px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .info .more_info {
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .info .more_info:hover {
  border-bottom: 1px solid #080303;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .qty {
  position: initial;
  display: flex;
  justify-content: center;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .qty input[type="button"],
.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .qty input.item_qty {
  background: #fff;
  color: #080303;
  border: 2px solid #080303;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .qty input.item_qty {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  border-right: 0;
  border-left: 0;
  width: 50px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .qty input[type="button"] {
  font-weight: 500;
  font-size: 18px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .button_add {
  margin-top: 10px;
  text-align: center;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .button_add .add {
  background: #f39200;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  padding: 7px 20px;
  width: 100px;
  cursor: pointer;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .figure .add_prod_box {
  display: none;
}

/*popup */
.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info {
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #000;
  width: 850px;
  height: 500px;
  max-width: 100%;
  max-height: 100%;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info.visible {
  z-index: 999999999;
  opacity: 1;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .close {
  font-size: 33px;
  font-weight: 300;
  text-transform: uppercase;
  color: #0c0202;
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 1;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 35px 70px 50px 70px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .carousel_imagenes {
  width: 50%;
  height: 100%;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .carousel_imagenes .owl-stage-outer,
.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .carousel_imagenes .owl-stage-outer * {
  height: 100%;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .carousel_imagenes .owl-stage-outer .owl-stage {
  min-width: 100%;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .carousel_imagenes .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .carousel_imagenes img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
  cursor: auto;
  max-height: 100%;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li[data-other_categories="17"] .popup_info .content .carousel_imagenes img {
  max-width: 50%;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .carousel_imagenes .zoom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .carousel_imagenes a:hover img {
  opacity: .5;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .carousel_imagenes a:hover:before {
  content: "search";
  font-family: 'Material Icons';
  font-size: 40px;
  color: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion {
  width: 50%;
  display: flex;
  flex-direction: column;
  color: #0c0202;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .titulo {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .peso {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .peso .valor {
  text-transform: none;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .alergenos {
  text-align: center;
  margin-bottom: 40px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .alergenos span {
  font-size: 16px;
  font-weight: 400;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .alergenos .listado_alergenos {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .alergenos .alergeno {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .alergenos .alergeno.gluten {
  background-image: url("/tienda/themes/classic/modules/ultimateproductbox/views/img/gluten.png");
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .alergenos .alergeno.huevos {
  background-image: url("/tienda/themes/classic/modules/ultimateproductbox/views/img/huevos.png");
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .alergenos .alergeno.cacahuetes {
  background-image: url("/tienda/themes/classic/modules/ultimateproductbox/views/img/cacahuetes.png");
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .alergenos .alergeno.lacteos {
  background-image: url("/tienda/themes/classic/modules/ultimateproductbox/views/img/lacteos.png");
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .button_add {
  margin-top: 15px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .button_add .add {
  width: auto;
}

/* Popup add cart*/
#blockcart-modal {
  z-index: 99999999;
}

#blockcart-modal .modal-dialog {
  max-width: 689px;
  margin-top: 122px;
}

#blockcart-modal .modal-content {
  border: 0;
}

#blockcart-modal .modal-content .modal-header {
  background: #f39200;
  min-height: 50px;
}

#blockcart-modal .modal-content .modal-header .modal-title {
  font-size: 14px;
  font-family: 'GeometricMedium', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#blockcart-modal .modal-content .modal-header .close {
  background: #fff;
  position: absolute;
  z-index: 99999999999;
  opacity: 1;
  width: 50px;
  height: 50px;
  margin: 0;
  right: -50px;
  top: 0;
}

#blockcart-modal .modal-content .modal-body {
  background: #fff;
  padding-top: 40px 24px 30px 24px;
}

#blockcart-modal .modal-content .modal-body .datos {
  display: flex;
  flex-wrap: wrap;
}

#blockcart-modal .modal-content .modal-body .datos .image .product-image {
  width: auto;
  margin-right: 35px;
  max-height: 355px;
}

#blockcart-modal .modal-content .modal-body .datos .name {
  margin-top: 25px;
}

#blockcart-modal .modal-content .modal-body .datos .name p {
  text-transform: uppercase;
  color: #0c0202;
  margin-bottom: 10px;
  font-size: 20px;
}

#blockcart-modal .modal-content .modal-body .datos .name .product-name {
  font-weight: bold;
  font-family: 'Geometric415BT-BlackA', sans-serif;
}

#blockcart-modal .modal-content .modal-body .datos .name .cantidad {
  font-size: 16px;
}

#blockcart-modal .modal-content .modal-body .datos .botones {
  width: 100%;
  margin-top: 30px;
  display: flex;
}

#blockcart-modal .modal-content .modal-body .datos .botones button {
  background: transparent;
  border: 1px solid #0c0202;
  margin-right: 15px;
  margin-bottom: 15px;
  box-shadow: none;
}

#blockcart-modal .modal-content .modal-body .datos .botones a {
  background: #f39200;
  border: 1px solid #f39200;
  color: #fff !important;
  margin-bottom: 15px;
  box-shadow: none;
}

.modal-backdrop.fade.in {
  z-index: 9999999;
}

@media(max-width: 1200px) {
  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul {
    max-height: 350px;
  }
}

@media(max-width: 1024px) {
  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left {
    padding-right: 15px;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right {
    padding-left: 15px;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul {
    max-height: 360px;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .image {
    max-width: 160px;
    max-height: 160px;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li img {
    width: auto;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li[data-other_categories="17"] img {
    width: 50%;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .figcaption {
    text-align: center;
    padding: 5px;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box {
    width: 100%;
  }
}

@media(max-width: 991px) {
  .product-type-box_product .box_wrapper.upb_items {
    display: flex;
    flex-direction: column;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left,
  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right {
    width: 100%;
    padding: 0;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul {
    flex-direction: column;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right {
    margin-top: 90px;
    margin-left: 0;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li {
    width: 31%;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box {
    padding-right: 0;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box .quantity {
    width: auto !important;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .add_to_cart_box .add_to_cart_button_container button {
    width: auto;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .flecha {
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .arrow_up {
    left: 0;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .arrow_down {
    right: -8px;
    left: auto;
    margin-top: 0;
  }

  .product-type-box_product .custom_breadcrumb,
  .product-type-box_product .product_title,
  .product-type-box_product #description,
  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul,
  #ubp_cutom_box_product_layouts.left_box.ps_new .col-left .box_top_footer .inner_footer_box {
    margin-left: 40px;
    width: calc(100% - 70px);
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul {
    max-height: 500px;
  }

  .product-type-box_product .contadores {
    margin-left: 40px;
    width: calc(100% - 80px)
  }
}

@media(max-width: 767px) {
  .product-type-box_product .custom_breadcrumb * {
    font-size: 18px;
  }

  .product-type-box_product .product_title h1 {
    font-size: 25px;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul {
    max-height: 375px;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul li {
    margin: 0 10px 10px 0 !important;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul li:hover:before {
    opacity: 0;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .add_to_cart_box .add_to_cart_button_container {
    width: 100%;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info {
    width: calc(100% - 40px);
    height: auto;
    overflow: auto;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content {
    flex-direction: column;
    padding: 50px;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .carousel_imagenes,
  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion {
    width: 100%;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .carousel_imagenes img {
    max-width: 80%;
    margin: 0 auto;
    height: auto !important;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .popup_info .content .informacion .titulo {
    font-size: 20px;
  }

  #blockcart-modal .modal-content .modal-header .close {
    right: 0;
    top: -50px;
  }
}

@media(max-width: 689px) {
  #module-ultimateproductbox-BoxProduct .banner .span_12 {
    flex-direction: row;

  }

  #module-ultimateproductbox-BoxProduct .banner .span_12 .span_6 {
    width: 50%;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .add_to_cart_box .add_to_cart_button_container button {
    max-width: 100%;
    letter-spacing: 3px;
    white-space: normal;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right .row-filters ul {
    overflow: auto;
    width: calc(100vw - 15px);
    margin-left: -15px;
    display: flex;
    justify-content: flex-start;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right .row-filters ul li {
    margin-left: 30px;
  }

  #blockcart-modal {
    padding-right: 0 !important;
  }

  #blockcart-modal .modal-dialog {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media(max-width: 480px) {
  .product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li {
    width: 46%;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul li {
    width: calc(25% - 10px) !important;
  }
}

@media(max-width: 375px) {
  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul {
    max-height: 300px;
  }

  .product-type-box_product .box_wrapper.upb_items .inline_block.col-left .ubp_box_content ul li {
    width: calc(25% - 10px) !important;
  }
}

/* CARRITO */
#cart .cart-grid {
  padding-top: 20px;
}

#cart .cart-grid .cart-container {
  border-right: 2px solid #e5e5e5;
}

#cart .cart-grid .cart-container .page-title {
  border-bottom: 2px solid #e5e5e5;
}

#cart .cart-grid .cart-container .page-title h1 {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: 'Geometric415BT-BlackA', sans-serif;
}

#cart .cart-grid .cart-container .cart-overview {
  padding: 0;
  padding-top: 45px;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item {
  padding: 0;
  padding-bottom: 50px;
  border: 0 !important;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item:last-child {
  padding-bottom: 0;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description {
  display: flex;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description .product-line-grid-left {
  padding-left: 0;
  padding-right: 30px;
  max-width: 110px;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description .product-line-grid-body {
  padding-left: 0;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description .product-line-grid-body .product-line-info .label {
  font-weight: bold;
  font-family: 'Geometric415BT-BlackA', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description .product-line-grid-body .product-line-info.product-price {
  margin-bottom: 20px;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description .product-line-grid-body .product-line-info .price {
  color: #0c0202;
  font-size: 15px;
}

#cart .cart-grid .product-line-row {
  display: none;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description .product-line-grid-body .product-line-row p {
  margin-bottom: 10px;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description .product-line-grid-body .product-line-row p span {
  font-size: 14px;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description .product-line-grid-body .product-line-row p span.productName {
  text-transform: uppercase;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .product-line-grid-right .js-cart-line-product-quantity {
  font-family: 'Geometric415BT-BlackA', sans-serif;
  font-size: 20px;
  text-align: center;
  border: 1px solid #000;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .product-line-grid-right .bootstrap-touchspin {
  box-shadow: none;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .product-line-grid-right .btn-touchspin {
  border: 1px solid #000;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .product-line-grid-right .btn-touchspin i {
  width: 100%;
  left: 0;
  font-size: 100%;
  font-weight: 600;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .product-line-grid-right .product-price {
  display: flex;
  line-height: 1;
}

#cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .product-line-grid-right .remove-from-cart {
  display: flex;
  margin: 0;
}

#cart .cart-detailed-totals .card-block.lines .cart-summary-line span {
  font-size: 14px;
  text-transform: uppercase;
}

#cart .cart-detailed-totals .card-block.lines .cart-summary-line .value {
  float: none;
}

#cart .cart-detailed-totals .card-block.totals {
  padding-bottom: 0;
}

#cart .cart-detailed-totals .card-block.totals .cart-summary-line {
  margin-bottom: 20px;
}

#cart .cart-detailed-totals .card-block.totals .cart-summary-line span {
  font-size: 20px;
  font-family: 'GeometricMedium', sans-serif;
}

#cart .cart-detailed-totals .separator {
  border-color: #e5e5e5;
  border-width: 2px;
}

#cart .cart-detailed-totals .cart-summary-total {
  padding-top: 30px;
  padding-bottom: 30px;
}

#cart .cart-detailed-totals .cart-summary-total .label {
  font-size: 25px;
  font-family: 'Geometric415BT-BlackA', sans-serif;
}

#cart .cart-detailed-totals .cart-summary-total .value {
  font-size: 30px;
  font-family: 'Geometric415BT-BlackA', sans-serif;
}

#cart .cart-detailed-totals .checkout.cart-detailed-actions.hidden {
  display: none;
}


#cart .cart-detailed-actions {
  padding-top: 25px;
}

@media(max-width: 991px) {
  #cart .cart-grid .cart-container .cart-overview {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 35px;
  }

  #cart .cart-grid .cart-container {
    border-right: 0;
  }

  #cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description {
    flex-direction: column;
    padding-left: 0;
  }

  #cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description .product-line-grid-left {
    margin-bottom: 24px;
  }

  #cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .image_description .product-line-grid-body {
    width: calc(100vw - 30px);
  }

  #cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .product-line-grid-right {
    padding-left: 0;
    padding-right: 0;
  }

  #cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .product-line-grid-right>.row {
    display: flex;
    flex-direction: row-reverse;
  }

  #cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .product-line-grid-right>.row .col-xs-10>.row {
    display: flex;
  }

  #cart .cart-grid .cart-container .cart-overview .cart-items .cart-item .product-line-grid-right>.row .col-xs-10>.row .price {
    padding: 0;
  }

  #cart .cart-detailed-totals .card-block {
    padding: 30px;
  }

  #cart .cart-detailed-totals .card-block.totals {
    padding-top: 0;
  }
}

@media(max-width: 375px) {
  #cart .cart-detailed-totals .card-block {
    padding: 20px;
  }
}

/*FORM*/
form section .form-control-label {
  font-size: 16px;
  padding-top: 0;
  text-align: left;
}

form section .form-control-label.required:after {
  content: "*";
  color: #ec514e;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

form section .input-group .input-group-btn>.btn[data-action=show-password] {
  background: #fff;
  color: #7a7a7a;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}

form section .form-control {
  border: 1px solid #f1f1f1;
  height: 44px;
  color: #777;
}

form section .form-control::placeholder {
  color: #777;
}

form section .form-control-comment {
  display: none;
}

/*CHECKOUT*/
body#checkout #header .header-nav {
  max-height: none;
  padding: 0;
  margin-bottom: 30px;
  box-shadow: none;
  border-bottom: 2px solid #f1f1f1;

}

body#checkout section#content {
  margin-top: 10px;
}

body#checkout section.checkout-step,
body#checkout section.checkout-step:last-child {
  box-shadow: none;
  border-right: 2px solid #e5e5e5;
  padding-right: 0;
  border-bottom: 0;
}

body#checkout section.checkout-step.-unreachable {
  padding-top: 20px;
}

body#checkout section.checkout-step .step-title {
  font-family: 'Geometric415BT-BlackA', sans-serif;
  font-size: 22px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 1;
}

body#checkout section.checkout-step .step-title:after {
  content: "keyboard_arrow_down";
  font-family: 'Material Icons';
  text-transform: none;
  float: right;
  margin-right: 60px;
  font-size: 35px;
}

body#checkout section.checkout-step.-current {
  border-bottom: 0;
  padding-bottom: 35px;
}

body#checkout section.checkout-step.-current .step-title:after {
  content: "keyboard_arrow_up"
}

body#checkout section.checkout-step .content {
  padding-left: 0;
  padding-top: 24px;
}

body#checkout section.checkout-step .content form {
  margin-left: 0 !important;
}

body#checkout section.checkout-step .content form section {
  display: flex;
  flex-wrap: wrap;
}

body#checkout section.checkout-step .content form section>.form-group.row {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 25px;
}

body#checkout section.checkout-step .content form section>.form-group.row:nth-child(even) {
  margin-left: 10px;
}

body#checkout section.checkout-step .content form section>.form-group.row:nth-child(odd) {
  margin-right: 10px;
}

body#checkout section.checkout-step .content form section>p {
  width: 100%;
}

body#checkout section.checkout-step .content form section>p .font-weight-bold,
body#checkout section.checkout-step .content form section>p .font-italic {
  font-family: 'GeometricMedium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
}

body#checkout section.checkout-step .content form section>p .text-muted {
  font-size: 15px;
  color: #000 !important;
}

body#checkout section.checkout-step .content form .form-footer {
  margin-top: 15px;
}

body#checkout section.checkout-step .content form button.continue {
  float: none !important;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  font-family: 'GeometricMedium', sans-serif;
  box-shadow: none;
  border: 2px solid;
  padding: 15px 20px;
}

body#checkout section.checkout-step .content form button:hover {
  color: #fff;
  background: #000;
}

body#checkout #footer {
  padding: 0;
  box-shadow: none;
}

@media(max-width: 991px) {

  body#checkout section.checkout-step,
  body#checkout section.checkout-step:last-child {
    padding-right: 15px;
    border-right: 0;
  }

  body#checkout section.checkout-step .content form section>.form-group.row {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media(max-width: 767px) {
  body#checkout section.checkout-step .step-title:after {
    margin-right: 0;
  }
}

/*Personal*/
body#checkout section.checkout-step .content .nav-inline {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

body#checkout section.checkout-step .content .nav-inline .nav-item {
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 15px;
}

body#checkout section.checkout-step .content .nav-inline .nav-item_last-child {
  margin-right: 0;
}

body#checkout section.checkout-step .content .nav-inline .nav-item .nav-link {
  border: 2px solid #7a7a7a;
  padding: 12px 20px;
  font-size: 16px;
  font-family: 'GeometricMedium', sans-serif;
  font-weight: normal;
}

body#checkout section.checkout-step .content .nav-inline .nav-item .nav-link.active {
  border-color: #000;
}

body#checkout section.checkout-step .content form section>.form-group.row.id_gender {
  width: 100%;
  margin-left: 0;
  flex-direction: row;
}

body#checkout section.checkout-step .content form section>.form-group.row.id_gender label {
  padding-right: 30px;
  margin-bottom: 0;
}

body#checkout section.checkout-step .content form section>.form-group.row.id_gender .form-control-valign {
  display: flex;
  padding-top: 0;
}

body#checkout section.checkout-step .content form section>.form-group.row.id_gender .form-control-valign .radio-inline {
  margin-right: 25px;
  display: flex;
}

body#checkout section.checkout-step .content form section>.form-group.row.id_gender .form-control-valign .radio-inline:last-child {
  margin-right: 0;
}

body#checkout section.checkout-step .content form section>.form-group.row.id_gender .form-control-valign .radio-inline .custom-radio {
  margin-right: 5px;
}

body#checkout section.checkout-step .content form section>.form-group.row.newsletter .custom-checkbox label {
  align-items: flex-start;
  margin-top: 4px;
  flex-wrap: wrap;
}

body#checkout section.checkout-step .content form section>.form-group.row.newsletter .custom-checkbox label span {
  margin-top: -1px;
}

body#checkout section.checkout-step .content form section>.form-group.row.newsletter .custom-checkbox label em {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
}

body#checkout section.checkout-step .content .logged {
  margin-top: 20px;
}

body#checkout section.checkout-step .content .logged p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

body#checkout section.checkout-step .content .logged p a {
  font-family: 'GeometricMedium', sans-serif;
  font-weight: normal;
  color: #000;
}

body#checkout section.checkout-step .content .logged p.identity {
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 1, 4;
}

body#checkout section.checkout-step .content .logged p.identity a {
  color: #f39200;
}

body#checkout section.checkout-step .content .logged p small {
  font-size: 16px;
  color: #7a7a7a;
}

body#checkout section.checkout-step .content #login-form .form-group.row:nth-child(even) {
  margin-right: 10px;
  margin-left: 0;
}

body#checkout section.checkout-step .content #login-form .form-group.row:nth-child(odd) {
  margin-right: 0;
  margin-left: 10px;
}

body#checkout section.checkout-step .content #login-form .forgot-password {
  width: 100%;
  margin: 0;
  text-align: center;
}

@media(max-width: 991px) {
  body#checkout section.checkout-step .content form section>.form-group.row.newsletter .custom-checkbox label {
    align-items: flex-start;
  }
}

@media(max-width: 375px) {
  body#checkout section.checkout-step .content form section>.form-group.row.newsletter .custom-checkbox label span {
    margin-top: 0;
  }
}

/*Adresses*/
body#checkout section.checkout-step .content .js-address-form form p {
  font-size: 16px;
}

body#checkout section.checkout-step .content .js-address-form form .form-group.row:last-child {
  width: 100%;
  margin-left: 0;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector {
  display: flex;
  align-items: stretch;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item {
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 calc(50% - 25px);
  width: calc(50% - 25px);
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item:nth-child(odd) {
  margin-right: 25px;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item:nth-child(even) {
  margin-left: 25px;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item header {
  background: #eaeaea;
  height: 100%;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item.selected header {
  border: 4px solid #f39200;
  background: #fff;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item header .radio-block {
  width: 100%;
  height: 100%;
  padding: 30px;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item header .radio-block .custom-radio {
  display: none;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item header .radio-block .address-alias {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'GeometricMedium', sans-serif;
  font-weight: normal;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item header .radio-block .address {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item footer a {
  text-transform: uppercase;
  font-size: 12px;
  color: #000 !important;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #fff;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item footer a:hover {
  border-bottom-color: #000;
}

body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item footer a i {
  margin-right: 5px;
}

body#checkout section.checkout-step .content .js-address-form form .add-address {
  text-align: center;
  margin-bottom: 30px;
}

body#checkout section.checkout-step .content .js-address-form form .add-address a {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body#checkout section.checkout-step .content .js-address-form form .add-address a i {
  background: #e5e5e5;
  padding: 12px 20px;
  height: 100%;
  border: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

body#checkout section.checkout-step .content .js-address-form form .add-address a span {
  padding: 12px 20px;
  border: 2px solid #e5e5e5;
  text-transform: uppercase;
  font-family: 'GeometricMedium', sans-serif;
}

body#checkout section.checkout-step .content .js-address-form form .different-invoice {
  text-align: center;
  margin-bottom: 30px;
}

body#checkout section.checkout-step .content .js-address-form form .different-invoice a {
  font-size: 16px;
  color: #000;
  border: 2px solid #000;
  padding: 12px 20px;
  display: inline-block;
}

@media(max-width: 767px) {
  body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item:nth-child(odd) {
    margin-right: 0;
  }

  body#checkout section.checkout-step .content .js-address-form form .address-selector .address-item:nth-child(even) {
    margin-left: 0;
  }
}

@media(max-width: 375px) {
  body#checkout section.checkout-step .content .js-address-form form .add-address a span {
    padding: 12px 15px;
  }
}

/*Delivery*/
body#checkout section.checkout-step .content .delivery-options-list {
  padding-left: 40px;
  padding-right: 20px;
}

body#checkout section.checkout-step .content .delivery-options-list .delivery-option {
  background: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #e5e5e5;
}

body#checkout section.checkout-step .content .delivery-options-list .delivery-option.activo {
  background: #fff;
  border: 2px solid #f39200;
}

body#checkout section.checkout-step .content .delivery-options-list .delivery-option .col-md-4 {
  padding-right: 0;
}

body#checkout section.checkout-step .content .delivery-options-list .delivery-option .col-md-8 {
  padding-left: 30px;
}

body#checkout section.checkout-step .content .delivery-options-list .delivery-option .custom-radio {
  height: auto;
  width: 100%;
  border-radius: 0;
  border: 0;
  background: transparent;
}

body#checkout section.checkout-step .content .delivery-options-list .delivery-option .custom-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}

body#checkout section.checkout-step .content .delivery-options-list .delivery-option .custom-radio div {
  padding: 0;
  width: 100%;
}

body#checkout section.checkout-step .content .delivery-options-list .delivery-option .custom-radio div span {
  margin: 0;
  padding: 15px 20px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'GeometricMedium', sans-serif;
  font-weight: normal;
}

body#checkout section.checkout-step .content .delivery-options-list .delivery-option label {
  margin: 0;
}

body#checkout section.checkout-step .content .delivery-options-list .delivery-option label span {
  font-size: 16px;
}

body#checkout section.checkout-step .content .delivery-options-list .row.carrier-extra-content {
  display: none !important;
}

body#checkout section.checkout-step .content .order-options label {
  font-size: 16px;
  text-align: left;
}

@media(max-width: 767px) {
  body#checkout section.checkout-step .content .delivery-options-list {
    padding: 0;
  }

  body#checkout section.checkout-step .content .delivery-options-list .delivery-option .col-md-4 {
    padding-left: 0;
  }

  body#checkout section.checkout-step .content .delivery-options-list .delivery-option .col-md-8 {
    padding-right: 0;
  }

  body#checkout section.checkout-step .content .delivery-options-list .delivery-option .custom-radio div {
    text-align: center;
  }
}

@media(max-width: 480px) {

  body#checkout section.checkout-step .content .delivery-options-list .delivery-option .col-md-4,
  body#checkout section.checkout-step .content .delivery-options-list .delivery-option .col-md-8 {
    width: 100%;
    padding: 0;
  }
}

/*Pago*/
body#checkout section.checkout-step .content .payment-options {
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
}

body#checkout section.checkout-step .content .payment-options .option {
  width: calc(50% - 12px);
  height: 100%;
  margin-bottom: 24px;
}

body#checkout section.checkout-step .content .payment-options .option:nth-child(odd) {
  margin-right: 12px;
}

body#checkout section.checkout-step .content .payment-options .option:nth-child(even) {
  margin-left: 12px;
}

body#checkout section.checkout-step .content .payment-options .js-additional-information {
  margin: 0 20px;
  margin-top: 15px;
}

body#checkout section.checkout-step .content .payment-options .js-additional-information p {
  font-size: 16px;
}

body#checkout section.checkout-step .content .payment-options .js-additional-information p:empty {
  display: none;
}

body#checkout section.checkout-step .content .payment-options .js-additional-information dl {
  margin-bottom: 0;
}

body#checkout section.checkout-step .content .payment-options .js-additional-information dl dt,
body#checkout section.checkout-step .content .payment-options .js-additional-information dl dd {
  flex: 0 0 100%;
  background: transparent;
  padding: 0;
}

body#checkout section.checkout-step .content .payment-options .js-additional-information dl dt {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'GeometricMedium', sans-serif;
}

body#checkout section.checkout-step .content .payment-options .js-additional-information dl dd {
  font-size: 16px;
  margin-bottom: 20px;
}

body#checkout section.checkout-step .content .payment-options .js-additional-information dl dt:last-of-type {
  text-transform: none;
  font-family: 'Geometric415BT-LiteA', sans-serif;
}

body#checkout section.checkout-step .content .payment-options .js-additional-information dl dd:last-of-type {
  margin-bottom: 0;
}

body#checkout section.checkout-step .content .payment-options .payment-option {
  margin-bottom: 0;
  height: 100%;
}

body#checkout section.checkout-step .content .payment-options .payment-option .custom-radio {
  border: 0;
  width: 100%;
  height: 100%;
}

body#checkout section.checkout-step .content .payment-options .payment-option .custom-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}

body#checkout section.checkout-step .content .payment-options .payment-option .custom-radio label {
  background: #e5e5e5;
  width: 100%;
  display: flex;
  text-align: left;
  padding: 15px;
  margin: 0;
  height: 100%;
  align-items: center;
}

body#checkout section.checkout-step .content .payment-options .payment-option .custom-radio label span {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'GeometricMedium', sans-serif;
  font-weight: normal;
}

body#checkout section.checkout-step .content .payment-options .payment-option .custom-radio input[type=radio]:checked+label {
  background: #fff;
  border: 2px solid #f39200;
}

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

body#checkout section.checkout-step .content #conditions-to-approve ul li {
  display: flex;
}

body#checkout section.checkout-step .content #conditions-to-approve ul li .condition-label {
  margin-left: 0;
  margin-top: 0;
}

body#checkout section.checkout-step .content #conditions-to-approve ul li .condition-label label.js-terms {
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
}

body#checkout section.checkout-step .content #conditions-to-approve ul li .condition-label label.js-terms a {
  color: inherit;
}

body#checkout section.checkout-step .content #payment-confirmation {
  margin-top: 30px;
  text-align: center;
}

body#checkout section.checkout-step .content #payment-confirmation button {
  float: none !important;
  background: #fff !important;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  font-family: 'GeometricMedium', sans-serif;
  box-shadow: none;
  border: 2px solid;
  padding: 15px 20px;
}

body#checkout section.checkout-step .content #payment-confirmation button:hover {
  color: #fff;
  background: #000 !important;
}

@media(max-width: 767px) {
  body#checkout section.checkout-step .content .payment-options .option {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
}

/*Summary*/
body#checkout #js-checkout-summary .cart-summary-products {
  padding-bottom: 0;
}

body#checkout #js-checkout-summary .cart-summary-products p {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #7a7a7a;
}

body#checkout #js-checkout-summary .cart-summary-products .cart-summary-line {
  margin-bottom: 30px;
}

body#checkout #js-checkout-summary .cart-summary-products .cart-summary-line span {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a7a7a;
  float: none;
}

body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media-list {
  margin-bottom: 0;
}

body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media-list .media {
  margin-bottom: 15px;
}

body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media-list .media:last-child {
  margin-bottom: 0;
}

body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media-list .media .media-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media-list .media .media-body .name {
  width: 65%;
}

body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media-list .media .media-body .name .product-name {
  text-transform: uppercase;
  font-family: 'GeometricMedium', sans-serif;
  font-size: 20px;
}

body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media-list .media .media-body .name .product-quantity {
  font-size: 16px;
}

body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media-list .media .media-body .product-price {
  font-family: 'GeometricMedium', sans-serif;
  font-size: 20px;
  color: #000;
  width: 35%;
  text-align: right;
}

body#checkout #js-checkout-summary .cart-summary-totals {
  padding-bottom: 0;
}

body#checkout #js-checkout-summary .cart-summary-totals .cart-summary-line {
  margin-bottom: 20px;
}

body#checkout #js-checkout-summary .cart-summary-totals .cart-summary-line span {
  font-family: 'GeometricMedium', sans-serif;
  font-size: 20px;
}

body#checkout #js-checkout-summary .cart-summary-totals-final {
  border-bottom: 2px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  padding: 30px 20px;
}

body#checkout #js-checkout-summary .cart-summary-totals-final:nth-child(odd) {
  display: none;
}

body#checkout #js-checkout-summary .cart-summary-totals-final .label {
  font-size: 25px;
  font-family: 'Geometric415BT-BlackA', sans-serif;
}

body#checkout #js-checkout-summary .cart-summary-totals-final .value {
  font-size: 30px;
  font-family: 'Geometric415BT-BlackA', sans-serif;
}

body#checkout #js-checkout-summary .cart-summary-totals {
  padding-top: 0;
}

@media(max-width: 991px) {
  body#checkout #js-checkout-summary {
    margin-top: 40px;
    padding: 0 30px;
  }

  body#checkout #js-checkout-summary .card-block {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media(max-width: 767px) {
  body#checkout #js-checkout-summary .card-block {
    margin-top: 20px;
  }
}

@media(max-width: 375px) {
  body#checkout #js-checkout-summary {
    padding: 0;
  }
}

/*LOGIN */
.page-authentication .page-content.card {
  max-width: 60% !important;
  margin: 0 auto;
}

.page-authentication .form-footer {
  text-align: center !important;
}

.page-authentication .register-form section {
  display: flex;
  flex-wrap: wrap;
}

.page-authentication .register-form section>.form-group.row {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 25px;
}

.page-authentication .register-form section>.form-group.row:nth-child(even) {
  margin-left: 10px;
}

.page-authentication .register-form section>.form-group.row:nth-child(odd) {
  margin-right: 10px;
}

.page-authentication .register-form form section>.form-group.row.id_gender {
  width: 100%;
  margin-left: 0;
  flex-direction: row;
}

.page-authentication .register-form form section>.form-group.row.id_gender label {
  padding-right: 30px;
  margin-bottom: 0;
}

.page-authentication .register-form form section>.form-group.row.id_gender .form-control-valign {
  display: flex;
  padding-top: 0;
}

.page-authentication .register-form form section>.form-group.row.id_gender .form-control-valign .radio-inline {
  margin-right: 25px;
  display: flex;
}

.page-authentication .register-form form section>.form-group.row.id_gender .form-control-valign .radio-inline:last-child {
  margin-right: 0;
}

.page-authentication .register-form form section>.form-group.row.id_gender .form-control-valign .radio-inline .custom-radio {
  margin-right: 5px !important;
}

.page-authentication .register-form form section>.form-group.row.optin,
.page-authentication .register-form form section>.form-group.row.newsletter {
  width: 100%;
  margin: 0 !important;
}

.page-authentication .register-form form section>.form-group.row.newsletter .custom-checkbox label {
  align-items: flex-start;
  margin-top: 4px;
  flex-wrap: wrap;
}

.page-authentication .register-form form section>.form-group.row.newsletter .custom-checkbox label span {
  margin-top: -1px;
}

.page-authentication .register-form form section>.form-group.row.newsletter .custom-checkbox label em {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
}

.page-authentication .register-form form .form-footer {
  margin-top: 40px;
}

@media(max-width: 991px) {
  .page-authentication .register-form section>.form-group.row {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 25px !important;
  }

  .page-authentication .register-form form section>.form-group.row.newsletter .custom-checkbox label {
    align-items: flex-start;
  }
}

@media(max-width: 767px) {
  .page-authentication .page-content.card {
    max-width: 100% !important;
    margin: 0 auto;
  }

}

@media(max-width: 375px) {
  .page-authentication .register-form form section>.form-group.row.newsletter .custom-checkbox label span {
    margin-top: 0;
  }
}

/*PASSWORD */
.page-password .page-content.card {
  max-width: 60% !important;
  margin: 0 auto;
}

.page-password header p {
  font-size: 16px;
  padding: 0;
}

.page-password form .form-group.center-email-fields {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-password form .form-group.center-email-fields label,
.page-password form .form-group.center-email-fields .email {
  width: 100%;
}

.page-password .btn-primary {
  margin-top: 20px;
}

.page-password .button {
  text-align: center;
}


/*ORDER CONFIRMATION */
.page-order-confirmation .card-title i {
  display: none;
}

.page-order-confirmation p {
  font-size: 16px;
}

.page-order-confirmation #order-details {
  padding: 30px 15px;
}

.page-order-confirmation #order-details .card-title {
  margin-bottom: 30px;
}

.page-order-confirmation .order-line .details span {
  text-transform: uppercase;
}

/*IDENTITY */
.page-identity .js-customer-form section {
  display: flex;
  flex-wrap: wrap;
}

.page-identity .js-customer-form section>.form-group.row {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 25px;
}

.page-identity .js-customer-form section>.form-group.row:nth-child(even) {
  margin-left: 10px;
}

.page-identity .js-customer-form section>.form-group.row:nth-child(odd) {
  margin-right: 10px;
}

.page-identity .js-customer-form section>.form-group.row.id_gender {
  width: 100%;
  margin-left: 0;
  flex-direction: row;
}

.page-identity .js-customer-form section>.form-group.row.id_gender label {
  padding-right: 30px;
  margin-bottom: 0;
}

.page-identity .js-customer-form section>.form-group.row.id_gender .form-control-valign {
  display: flex;
  padding-top: 0;
}

.page-identity .js-customer-form section>.form-group.row.id_gender .form-control-valign .radio-inline {
  margin-right: 25px;
  display: flex;
}

.page-identity .js-customer-form section>.form-group.row.id_gender .form-control-valign .radio-inline:last-child {
  margin-right: 0;
}

.page-identity .js-customer-form section>.form-group.row.id_gender .form-control-valign .radio-inline .custom-radio {
  margin-right: 5px !important;
}

.page-identity .js-customer-form section>.form-group.row.optin,
.page-identity .js-customer-form section>.form-group.row.newsletter {
  width: 100%;
  margin: 0 !important;
}

.page-identity .js-customer-form section>.form-group.row.newsletter .custom-checkbox label {
  align-items: flex-start;
  margin-top: 4px;
  flex-wrap: wrap;
}

.page-identity .js-customer-form section>.form-group.row.newsletter .custom-checkbox label span {
  margin-top: -1px;
}

.page-identity .js-customer-form section>.form-group.row.newsletter .custom-checkbox label em {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
}

.page-identity .js-customer-form .form-footer {
  margin-top: 40px;
}

@media(max-width: 991px) {
  .page-identity .js-customer-form section>.form-group.row {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 25px !important;
  }

  .page-identity .js-customer-form section>.form-group.row.newsletter .custom-checkbox label {
    align-items: flex-start;
  }
}

@media(max-width: 375px) {
  .page-identity .js-customer-form section>.form-group.row.newsletter .custom-checkbox label span {
    margin-top: 0;
  }
}

/*ADDRESSES */

.page-addresses .address {
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  height: 100%;
  box-shadow: none;
}

.page-addresses .address:nth-child(odd) {
  margin-right: 25px;
}

.page-addresses .address:nth-child(even) {
  margin-left: 25px;
}

.page-addresses .address .address-body {
  border: 4px solid #f39200;
}

.page-addresses .address .address-body .address-alias {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'GeometricMedium', sans-serif;
  font-weight: normal;
}

.page-addresses .address .address-body address {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.page-addresses .address .address-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 5px;
  border: 0;
}

.page-addresses .address .address-footer a {
  text-transform: uppercase;
  font-size: 12px;
  color: #000 !important;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #fff;
}

.page-addresses .address .address-footer a:hover {
  border-bottom-color: #000;
}

.page-addresses .address .address-footer a i {
  margin-right: 5px;
}

.page-addresses .addresses-footer {
  text-align: center;
  margin-bottom: 30px;
}

.page-addresses .addresses-footer a {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-addresses .addresses-footer a i {
  background: #e5e5e5;
  padding: 12px 20px;
  height: 100%;
  border: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.page-addresses .addresses-footer a span {
  padding: 12px 20px;
  border: 2px solid #e5e5e5;
  text-transform: uppercase;
  font-family: 'GeometricMedium', sans-serif;
  margin: 0;
}

@media(max-width: 375px) {
  .page-addresses .addresses-footer a span {
    padding: 12px;
  }
}

/*ADDRESS */
.page-address .js-address-form form .form-fields {
  display: flex;
  flex-wrap: wrap;
}

.page-address .js-address-form form .form-fields>.form-group.row {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 25px;
}

.page-address .js-address-form form .form-fields>.form-group.row:nth-child(even) {
  margin-left: 10px;
}

.page-address .js-address-form form .form-fields>.form-group.row:nth-child(odd) {
  margin-right: 10px;
}

.page-address .js-address-form form .form-footer {
  text-align: center;
}

@media(max-width: 767px) {
  .page-address .js-address-form form .form-fields>.form-group.row {
    width: 100%;
  }

  .page-address .js-address-form form .form-fields>.form-group.row:nth-child(even) {
    margin-left: 0;
  }

  .page-address .js-address-form form .form-fields>.form-group.row:nth-child(odd) {
    margin-right: 0;
  }
}

/* MY ACCOUNT */
.page-my-account #content .links a span.link-item {
  box-shadow: none;
  border: 0;
}

.page-my-account #content .links a:hover i {
  color: #f39200;
}

.page-my-account #emailsalerts {
  display: none !important;
}

/* HISTORY */
.page-history table td,
.page-history table th {
  background: transparent;
  border: 2px solid #000 !important;
  color: #000;
}

/* FOOTER */
#footer {
  padding-top: 0;
}

#footer>.container {
  padding: 0;
  margin: 0;
}

#footer .footer-container {
  box-shadow: none;
  background: #000;
}

#footer .footer-container * {
  color: #fff !important;
}

#footer .footer-container .row:first-child {
  padding-bottom: 70px;
  padding-top: 75px;
}

#footer .footer-container .row .col .text p.titulo {
  font-family: 'Geometric415BT-BlackA', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

#footer .footer-container .row .col .text .content p {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 25px;
  padding-bottom: 0;
  letter-spacing: 2.5px;
  margin-bottom: 0;
}

#footer .footer-container .row .col .imagen {
  text-align: right;
}

#footer .footer-container .row:last-child {
  padding-top: 0;
  padding-bottom: 35px;
}

#footer .footer-container .row #menu-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-right: 30px;
  margin-bottom: 0;
}

#footer .footer-container .row #menu-footer li {
  margin-right: 30px;
}

#footer .footer-container .row #menu-footer li:last-child {
  margin-right: 0;
}

#footer .footer-container .row #menu-footer li a {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 2.5px;
}

#footer .footer-container .row #menu-footer li:hover a {
  color: #f39200 !important;
}

#footer .footer-container .row .last {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#footer .footer-container .row .metodos_pago {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#footer .footer-container .row .metodos_pago span {
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 2.5px;
}

#footer .footer-container .row .metodos_pago img {
  max-width: 40px;
  margin-left: 15px;
  margin-bottom: 0;
}

#footer .footer-container .row:first-child .col:first-child {
  width: 60%;
}

#footer .footer-container .row:first-child .col:last-child {
  width: 38%;
}

#footer .footer-container .row .columna {
  width: 49.0%;
  display: inline-block;
}

@media(max-width: 1000px) {
  #footer .footer-container .row:first-child .col:first-child {
    width: 50%;
  }

  #footer .footer-container .row:first-child .col:last-child {
    width: 50%;
  }

  #footer .footer-container .row .columna {
    width: 100%;
    margin-bottom: 30px;
  }

  #footer .footer-container .row .columna:last-child {
    margin-bottom: 0;
  }
}

@media(max-width: 768px) {
  #footer .footer-container .row:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer .footer-container .row:first-child .col-lg-6:first-child {
    margin-bottom: 40px;
  }

  #footer .footer-container .row:first-child .col:first-child {
    width: 100%;
  }

  #footer .footer-container .row:first-child .col:last-child {
    width: 100%;
  }

  #footer .footer-container .row .last {
    margin-left: 0;
    justify-content: center;
    flex-direction: column;
  }

  #footer .footer-container .row .col .text {
    text-align: center;
  }

  #footer .footer-container .row .col .imagen {
    text-align: center;
    margin-top: 40px;
  }

  #footer .footer-container .row #menu-footer {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  #footer .footer-container .row #menu-footer li {
    margin-right: 0;
  }
}

.fancybox-container {
  z-index: 10000000000;
}

.fancybox-container.fancybox-is-open .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

.fancybox-container.fancybox-is-open .fancybox-toolbar .fancybox-button {
  opacity: 0;
}

.fancybox-container.fancybox-is-open .fancybox-toolbar .fancybox-button--close {
  opacity: 1;
}

.fancybox-container.fancybox-is-open .fancybox-toolbar .fancybox-button--close svg {
  opacity: 1;
}

.fancybox-container.fancybox-is-open .fancybox-toolbar .fancybox-button--close svg path {
  color: #fff;
}

.block-promo .promo-code form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.block-promo .promo-code {
  margin-bottom: 24px;
}

.block-promo .promo-code .promo-input {
  height: 40px;
  margin-right: 5px;
  font-size: 15px;
}

.block-promo .promo-code .btn-primary {
  margin-left: 5px;
  height: 40px;
  margin-top: 0;
}

/* OVERRIDE 06/05/2025 */
/* GOTO */
.product.type-product {
  font-family: "Noto Sans";
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box p.titulo {
  color: #CE6A14 !important;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: 'Noto Serif';
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .button_add .add {
  background: #F39200;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  padding: 7px 20px;
  width: 100px;
  cursor: pointer;
  font-family: "Noto Sans";
  transition: all 0.3s ease-in-out;
  font-weight: 900;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .button_add .add:hover {
  scale: 1.1;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .button_add .add:focus {
  border: none;
  outline: none;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box .box_total .ubp_bundle .bundle_price,
.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box .box_total .ubp_bundle .symbol {
  font-family: "Noto Serif";
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .quantity_block label {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .block label {
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-type-box_product .box_wrapper.upb_items #add-box-to-cart .total_block .value {
  /* Texto corrido */
  font-family: "Noto Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: none;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .total_block span {
  font-family: "Noto Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .total_block .symbol {
  font-family: "Noto Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .block label {
  text-transform: none;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .block .envio {
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .block .total {
  font-family: "Noto Sans" !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .total_block label {
  font-family: "Noto Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .add_to_cart_box .add_to_cart_button_container button {
  background: #F39200;
  color: #fff;
  text-transform: uppercase;
  padding-inline: 25px;
  padding-block: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
  border: 0;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .add_to_cart_box .add_to_cart_button_container button .message_info {
  margin-top: 12px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .add_to_cart_box .message_info {
  opacity: 0;
  margin-top: 12px;
  transition: all .3s ease-in-out;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .quantity_block .quantity input,
.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .qty {
  border: none;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .qty input.item_qty {
  border: none;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-left .inner_footer_box #add-box-to-cart .quantity_block .quantity input:is(.qtyminus, .qtyplus),
.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .qty :is(.qtyplus, .qtyminus) {
  background: #ebebeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .qty input[type="button"] {
  background: #ebebeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

#module-ultimateproductbox-BoxProduct .cabecera {
  position: relative;
}

#module-ultimateproductbox-BoxProduct .cabecera__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  --min: 35;
  --max: 120;
  --mintrans: 1000;
  --maxtrans: 1920;
  padding-inline: clamp(var(--min) * 1px, calc((var(--max) - var(--min)) * ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) + var(--min) * 1px), var(--max) * 1px) !important;
}

#wrapper .banner img {
  width: 100%;
}

#module-ultimateproductbox-BoxProduct .cabecera__content .gastos-envio p {
  color: #CE6A14;
  font-family: "Noto Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  --min: 17;
  --max: 60;
  --mintrans: 1000;
  --maxtrans: 1920;
  font-size: clamp(var(--min)* 1px, calc((var(--max) - var(--min))*((100vw - var(--mintrans)* 1px) /(var(--maxtrans) - var(--mintrans))) + var(--min)* 1px), var(--max)* 1px) !important;

}

#module-ultimateproductbox-BoxProduct .cabecera__content .elige-sabor {
  font-family: "Noto Serif";
  font-size: 145px;
  font-style: normal;
  font-weight: 700;
  color: black;
  line-height: 1;

  --min: 86;
  --max: 145;
  --mintrans: 1000;
  --maxtrans: 1920;
  font-size: clamp(var(--min)* 1px, calc((var(--max) - var(--min))*((100vw - var(--mintrans)* 1px) /(var(--maxtrans) - var(--mintrans))) + var(--min)* 1px), var(--max)* 1px) !important;

}

#module-ultimateproductbox-BoxProduct .cabecera__content .cabecera__boton {
  padding-inline: 28px;
  padding-block: 16px;
  background-color: #F39200;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 48px;
}

/* menú movil */
#mobile_top_menu_wrapper #top-menu {
  display: flex;
  flex-direction: column;
  height: 50vh;
  justify-content: space-between;
  align-items: center;
  min-height: 80vh;
}

#mobile_top_menu_wrapper #top-menu li a {
  color: black !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-family: "Noto Sans";
  --min: 35;
  --max: 30;
  --mintrans: 1000;
  --maxtrans: 1920;
  font-size: clamp(var(--min) * 1px, calc((var(--max) - var(--min)) * ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) + var(--min) * 1px), var(--max) * 1px) !important;
}



/* panel móvil usando starting style*/
#mobile_top_menu_wrapper {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}

@starting-style {
  #mobile_top_menu_wrapper {
    opacity: 0;
    transform: translateX(-100%);
  }
}

#mobile_top_menu_wrapper #top-menu {
  display: flex;
  flex-direction: column;
  height: 50vh;
  justify-content: space-between;
  align-items: center;
  min-height: 80vh;
}


/* productos */
.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .image {
  max-width: 214px;
  height: 253px;
  aspect-ratio: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: auto;
  object-fit: contain;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .figure {
  justify-content: start;
  position: relative;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .figcaption {
  line-height: 1;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li .figcaption {
  max-width: 144px;
}

.product-type-box_product .box_wrapper.upb_items .inline_block.col-right ul.listado_productos li img {
  margin-bottom: 0;
}

.figure .unavailable-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
}

figure:hover .unavailable-item {
  position: absolute;
  background-color: #7dd147 !important;
}

figure:hover .unavailable-item {
  display: block !important;
}

.unavailable-item span {
  display: block !important;
}

.figure:has(.unavailable-item) .button_add {
  margin-top: 38px;
}

.figure:has(.unavailable-item) .button_add {
  display: none !important;
}


/* footer */
.footer2025 {
  --min: 35;
  --max: 187;
  --mintrans: 1000;
  --maxtrans: 1920;
  padding-inline: clamp(var(--min)* 1px, calc((var(--max) - var(--min))*((100vw - var(--mintrans)* 1px) /(var(--maxtrans) - var(--mintrans))) + var(--min)* 1px), var(--max)* 1px) !important;
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
  padding-top: 105px;
  padding-bottom: 97px;
}

.footer2025__top {
  display: flex;
  gap: 89px;

  @media (max-width: 970px) {
    flex-direction: column;
  }
}

.footer2025__top a {
  --min: 18;
  --max: 20;
  --mintrans: 1000;
  --maxtrans: 1920;
  font-size: clamp(var(--min)* 1px, calc((var(--max) - var(--min))*((100vw - var(--mintrans)* 1px) /(var(--maxtrans) - var(--mintrans))) + var(--min)* 1px), var(--max)* 1px) !important;
}

.footer2025 .kit-disclaimer {
  margin: 0 auto;
  margin-top: 47px;
  width: fit-content;
  opacity: .8;
  font-family: "Noto Sans";
  font-weight: 500;

}

.exprimir-logo {
  max-width: 230px;
}

.three-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  flex: 1;
  @media (max-width: 970px) {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}

.three-cols .three-cols__col {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-right: 50px;
}
@media (max-width: 970px) {
  .three-cols .three-cols__col {
    padding-right: 0;
    text-align: center;
  }
}
.three-cols .three-cols__col p {
  margin: 0;
}

.footer2025 a {
  text-decoration: none;
  color: black;

}
@media (max-width: 970px) {
  .footer2025 .exprimir-logo {
    margin: 0 auto;
  }
}
.footer2025__bottom {
  display: grid;
  column-gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 22px;
  position: relative;
}

@media (max-width: 970px) {
  .footer2025__bottom {
    padding-top: 22px;
  }
}

.footer2025__bottom::before {
  position: absolute;
  background-color: #878787;
  height: 1px;
  width: 130px;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
  content: '';
}

.footer2025__bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 100px;
}

@media(max-width:767px) {
  .footer2025__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer2025__bottom img {
    max-height: 50px;
  }
}


.footer2025__copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  position: relative;


}

@media (max-width: 767px) {
  .footer2025__copyright {
    padding-top: 22px;
    flex-direction: column;
    align-items: center;

  }
}

.footer2025__copyright::after {
  position: absolute;
  background-color: #878787;
  height: 1px;
  width: 60%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: '';
}

.footer2025__copyright .developed-by {
  display: flex;
  align-items: center;
  gap: 4px;


}
.footer2025__contact {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer2025__contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .footer2025__copyright.developed-by {
    flex-direction: column;
  }
}

.footer2025 .footer2025__contact-rrss {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 14px;
}

.footer2025 .footer2025__contact-rrss .rrss-icon {
  width: 34px;
  aspect-ratio: 1;
  display: flex;
}

.footer2025 .footer2025__contact-rrss .footer2025__contact-phone {
  font-family: "Noto Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  color: black;
}

.footer2025 .footer2025__contact-rrss .footer2025__contact-email {
  font-family: "Noto Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  color: black;
}

.footer2025 .kit-disclaimer {
  color: #575656;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer2025 .kit-disclaimer {
    text-align: center;
  }
}

/* PAGE LANDING */
.featured-products .products .product-miniature .thumbnail-container .product-description .button_buy {
  padding-block: 16px;
  font-size: 15px;
  padding-inline: 22px;
  background: #CE6A14;
  font-weight: 800;
  font-family: "Noto Sans";
}

.featured-products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping span.price {
  color: #000;
  font-family: "Noto Serif";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.featured-products .products .product-miniature .thumbnail-container .product-description .product-title a {
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

/* OCULTAMOS BANNER INICIAL */


.fullwidthrow {
  max-width: 1920px;
  margin: 0 auto;
}

#carousel .carousel-inner {
  min-height: 500px;

  @media (max-width: 767px) {
    min-height: 300px;
  }
}

#carousel .carousel-inner a {
  height: 100%;
  display: flex;

  @media (max-width: 767px) {
    min-height: 300px;
  }
}

#carousel .carousel-inner a figure {
  width: 100%;
  height: 100%;

  @media (max-width: 767px) {
    min-height: 300px;
  }
}

#carousel .carousel-inner img {
  height: 100%;
  object-fit: cover;

  @media (max-width: 767px) {
    min-height: 300px;
  }
}

/* TOAST NOTIFICACIONES */
.toast-notification {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.toast-notification.show {
  opacity: 1;
}

/* input búsqueda de catálogo */
#search_widget {
  display: none !important;
}


/* HERO SLIDER HOME */
:is(#fullscreen-slider-page, #fullscreen-slider) img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
}

:is(#fullscreen-slider-page, #fullscreen-slider) .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100dvh;
  display: flex;
  justify-content: start;

  @media (max-width: 767px) {
    height: 50dvh;
  }

}

:is(#fullscreen-slider-page, #fullscreen-slider) .swiper-wrapper .swiper-slide .swiper-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  --min: 30;
  --max: 185;
  --mintrans: 1000;
  --maxtrans: 1920;
  padding-left: clamp(var(--min)* 1px, calc((var(--max) - var(--min))*((100vw - var(--mintrans)* 1px) /(var(--maxtrans) - var(--mintrans))) + var(--min)* 1px), var(--max)* 1px) !important;
  display: flex;
  flex-direction: column;

}

:is(#fullscreen-slider-page, #fullscreen-slider) .swiper-wrapper .swiper-slide .swiper-slide__content .heading-helper {
  font-family: "Noto Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #CE6A14;
  --min: 34;
  --max: 65;
  --mintrans: 1000;
  --maxtrans: 1920;
  font-size: clamp(var(--min)* 1px, calc((var(--max) - var(--min))*((100vw - var(--mintrans)* 1px) /(var(--maxtrans) - var(--mintrans))) + var(--min)* 1px), var(--max)* 1px) !important;

}

:is(#fullscreen-slider-page, #fullscreen-slider) .swiper-wrapper .swiper-slide .swiper-slide__content .heading {
  font-family: "Noto Serif";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  --min: 75;
  --max: 145;
  --mintrans: 1000;
  --maxtrans: 1920;
  font-size: clamp(var(--min)* 1px, calc((var(--max) - var(--min))*((100vw - var(--mintrans)* 1px) /(var(--maxtrans) - var(--mintrans))) + var(--min)* 1px), var(--max)* 1px) !important;
  line-height: 0.9;
  margin-bottom: 54px;
}

:is(#fullscreen-slider-page, #fullscreen-slider) .swiper-wrapper .swiper-slide .swiper-slide__content .see-more-btn {
  padding-inline: 20.8px;
  background: #F39200;
  width: fit-content;
  padding-block: 16px;
  color: white;
  font-family: "Noto Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  --min: 15;
  --max: 20;
  --mintrans: 1000;
  --maxtrans: 1920;
  font-size: clamp(var(--min)* 1px, calc((var(--max) - var(--min))*((100vw - var(--mintrans)* 1px) /(var(--maxtrans) - var(--mintrans))) + var(--min)* 1px), var(--max)* 1px) !important;

}

:is(#fullscreen-slider-page, #fullscreen-slider) .swiper-pagination-bullet {
  height: auto;
  aspect-ratio: 1 !important;
  --min: 10;
  --max: 22;
  --mintrans: 1000;
  --maxtrans: 1920;
  width: clamp(var(--min)* 1px, calc((var(--max) - var(--min))*((100vw - var(--mintrans)* 1px) /(var(--maxtrans) - var(--mintrans))) + var(--min)* 1px), var(--max)* 1px) !important;
}

:is(#fullscreen-slider-page, #fullscreen-slider) .swiper-pagination {
  bottom: 0;
  transform: translateY(-55px);
}

:is(#fullscreen-slider-page, #fullscreen-slider) .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CE6A14 !important;
}


/* HEADER TRANSPARENTE */
.header-nav {
  background-color: transparent !important;
}

/* FIXES */
.page-home .banner.carrousel {
  display: none !important;
}

.header-top {
  display: none !important;
}

h2.ready {
  margin-top: 20px;
  color: #CE6A14;
  font-family: "Noto Serif";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  --min: 24;
  --max: 45;
  --mintrans: 1000;
  --maxtrans: 1920;
  font-size: clamp(var(--min)* 1px, calc((var(--max) - var(--min))*((100vw - var(--mintrans)* 1px) /(var(--maxtrans) - var(--mintrans))) + var(--min)* 1px), var(--max)* 1px) !important;

}

p.sub-ready {
  text-align: center;
  color: #000;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p.all-in-one-click {
  text-align: center;
  font-size: 15;
  color: black;
  font-weight: 800;
  font-family: "Noto Sans";
  margin-bottom: 113px;
}

.page-order .logo-container {
  display: flex;
}

.page-order .logo-container img {
  width: 100%;
}