@charset "UTF-8";
/* Botones */
/* Fondos */
/* Borde */
/* Colores */
/* FLEXBOX */
/**/
/* Icono del menu del movil */
@font-face {
  font-family: "icomoon";
  src: url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/icomoon.eot");
  src: url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/icomoon.woff2") format("woff2"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/icomoon.woff") format("woff"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/icomoon.ttf") format("truetype"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "uni_sans";
  src: url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/uni_sans_book-webfont.eot");
  src: url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/uni_sans_book-webfont.eot#iefix") format("embedded-opentype"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/uni_sans_book-webfont.woff") format("woff"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/uni_sans_book-webfont.ttf") format("truetype"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/uni_sans_book-webfont.svg#uni_sans_bookregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "uni_sans";
  src: url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/uni_sans_heavy-webfont.eot");
  src: url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/uni_sans_heavy-webfont.eot#iefix") format("embedded-opentype"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/uni_sans_heavy-webfont.woff") format("woff"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/uni_sans_heavy-webfont.ttf") format("truetype"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/uni_sans_heavy-webfont.svg#uni_sans_heavyregular") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/fa-regular-400.eot");
  src: url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/fa-regular-400.eot#iefix") format("embedded-opentype"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/fa-regular-400.woff2") format("woff2"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/fa-regular-400.woff") format("woff"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/fa-regular-400.ttf") format("truetype"), url("https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/* Estructura general web */
body.b2cinternacional {
  background: #F7F7F7;
  /* Ficha producto */
  /* Fin ficha producto */
  /* Carrito */
  /* Fin carrito */
  /* Onepagecheckout */
  /* Página de login */
  /* Página de mi cuenta */
  /* Fin página mi cuenta*/
  /* OPC */
  /* Fin OPC */
  /* Home */
  /* Catálogo */
  /* Cookies */
  /* Menú superior */
}
body.b2cinternacional p, body.b2cinternacional a, body.b2cinternacional td, body.b2cinternacional th, body.b2cinternacional span, body.b2cinternacional div, body.b2cinternacional input, body.b2cinternacional button {
  font-family: "uni_sans", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
body.b2cinternacional h1, body.b2cinternacional h2, body.b2cinternacional h3, body.b2cinternacional h4, body.b2cinternacional h5 {
  font-family: "uni_sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}
body.b2cinternacional h1 {
  color: black;
  background: none;
  border-bottom: none;
  padding-left: 0px;
}
body.b2cinternacional a {
  color: #90C300;
  font-weight: bold;
}
body.b2cinternacional a:hover {
  color: black;
}
body.b2cinternacional * {
  box-sizing: border-box;
}
body.b2cinternacional input,
body.b2cinternacional input.text {
  padding: 10px;
}
body.b2cinternacional div.page {
  width: 100%;
  /* Cabecera */
  /* Fin cabecera */
  /* Cuerpo */
  /* Fin cuerpo */
  /* Pie */
  /* Fin pie */
  /* Iconos */
  /* Fin iconos */
  /* Botones */
  /* Fin botones */
  /* Pagina login */
  /* Fin pagina login */
}
body.b2cinternacional div.page div.header-container {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px;
  background: white;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: row;
  /* IE10 */
  -webkit-flex-direction: row;
  /* Safari / iOS */
  flex-direction: row;
}
body.b2cinternacional div.page div.header-container div.header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  border-bottom: none;
  width: 100%;
}
body.b2cinternacional div.page div.header-container div.header .logo {
  width: 10%;
  float: left;
  margin-left: 20px;
  min-width: 100px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-align-self: flex-end;
  /* Safari 7.0+ */
  align-self: flex-end;
}
body.b2cinternacional div.page div.header-container div.header .logo img {
  max-height: 50px;
  width: auto;
}
body.b2cinternacional div.page div.header-container div.header #nav {
  background-color: inherit;
  border-bottom: inherit;
}
body.b2cinternacional div.page div.header-container div.header #nav li a span:nth-child(1) {
  height: 25px;
}
body.b2cinternacional div.page div.header-container div.header #nav li > .level-top {
  color: inherit !important;
  padding-bottom: 15px;
  background-color: inherit;
}
body.b2cinternacional div.page div.header-container div.header #nav li:hover > a {
  color: #a3bd31 !important;
}
body.b2cinternacional div.page div.header-container div.header #mobnav {
  background-color: white;
  width: 30% !important;
}
body.b2cinternacional div.page div.header-container div.header #mobnav #mobnav-trigger {
  background-color: white;
}
body.b2cinternacional div.page div.header-container div.header #mobnav #mobnav-trigger span:nth-child(2) {
  display: none;
}
body.b2cinternacional div.page div.header-container div.header #mobnav #mobnav-trigger .trigger-icon .line {
  background-color: black;
  display: inherit;
}
body.b2cinternacional div.page div.header-container div.header .links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  width: 60%;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  -webkit-align-self: flex-end;
  /* Safari 7.0+ */
  align-self: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
body.b2cinternacional div.page div.header-container div.header .links li:nth-child(1) a {
  background-image: url(https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/images/sprite@2x.png);
  background-size: 500px 200px;
  background-position: -382px -10px;
  width: 60px;
  height: 23px;
}
body.b2cinternacional div.page div.header-container div.header .links li:nth-child(1) a:hover {
  background-color: white;
}
body.b2cinternacional div.page div.header-container div.header .links li:nth-child(2) a {
  background-image: url(https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/images/sprite@2x.png);
  background-size: 500px 200px;
  background-position: -440px -10px;
  width: 70px;
  height: 23px;
}
body.b2cinternacional div.page div.header-container div.header .links li:nth-child(2) a span {
  margin-left: 40px;
  color: black;
}
body.b2cinternacional div.page div.header-container div.header .links li:nth-child(2) a:hover {
  background-color: white;
}
body.b2cinternacional div.page div.header-container div.header .links li.last {
  display: none;
}
body.b2cinternacional div.page div.header-container div.quick-access {
  display: none;
  width: 50%;
  max-width: 50%;
}
body.b2cinternacional div.page div.header-container div.quick-access div.form-language {
  display: none;
}
body.b2cinternacional div.page div.header-container div.quick-access div.form-language #select-language {
  padding: 2px;
  height: 22px;
  margin-right: 10px;
}
body.b2cinternacional div.page div.header-container div.quick-access p.welcome-msg {
  text-align: left;
  display: inline-block;
}
body.b2cinternacional div.page div.header-container div.quick-access ul.links {
  background: white;
  border-bottom: 1px solid #eee;
  display: none;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.b2cinternacional div.page div.header-container div.quick-access ul.links.visible {
  position: absolute;
  background: white;
  z-index: 400;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
body.b2cinternacional div.page div.header-container div.quick-access ul.links li {
  display: block;
  margin-bottom: 10px;
}
body.b2cinternacional div.page div.header-container div.quick-access ul.links li:last-child {
  margin-bottom: 0px;
}
body.b2cinternacional div.page div.header-container div.quick-access ul.links li a {
  position: relative;
  top: 2px;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
}
body.b2cinternacional div.page div.header-container div.quick-access ul.links li a:hover {
  color: #90C300;
}
body.b2cinternacional div.page .accordion {
  border-bottom: 0 !important;
}
body.b2cinternacional div.page .accordion li {
  background-color: white;
}
body.b2cinternacional div.page .accordion li a {
  background-color: white;
  color: black;
}
body.b2cinternacional div.page .b2cmenu .accordion {
  display: none;
}
body.b2cinternacional div.page div.main {
  padding: 15px;
  width: 100%;
  min-width: 100%;
}
body.b2cinternacional div.page div.main div.col-main.grid-full.in-col1 {
  width: 100%;
  margin: auto !important;
}
body.b2cinternacional div.page div.footer-container {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px;
  background: white;
}
body.b2cinternacional div.page div.footer-container div.footer {
  /*max-width: 1439px;*/
  width: 100%;
  margin: 0 auto;
}
body.b2cinternacional div.page div.footer-container div.footer div.footer-row {
  width: 100%;
}
body.b2cinternacional div.page div.footer-container div.footer div.footer-columns {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: column;
  /* IE10 */
  -webkit-flex-direction: column;
  /* Safari / iOS */
  flex-direction: column;
  -webkit-align-items: top;
  /* Safari 7.0+ */
  align-items: top;
}
body.b2cinternacional div.page div.footer-container div.footer div.footer-columns div.footer-col {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
body.b2cinternacional div.page div.footer-container div.footer div.footer-columns div.footer-col:nth-child(1) {
  order: 20;
}
body.b2cinternacional div.page div.footer-container div.footer div.footer-columns div.footer-col:nth-child(2) {
  order: 30;
  margin-bottom: 0px;
}
body.b2cinternacional div.page div.footer-container div.footer div.footer-columns div.footer-col:nth-child(3) {
  order: 10;
}
body.b2cinternacional div.page div.footer-container div.footer .footer-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}
body.b2cinternacional div.page div.footer-container div.footer ul.footer-links {
  text-align: center;
}
body.b2cinternacional div.page div.footer-container div.footer ul.footer-links li {
  margin-bottom: 5px;
}
body.b2cinternacional div.page div.footer-container div.footer ul.footer-links li a {
  font-weight: 600;
  color: black;
  text-transform: uppercase;
}
body.b2cinternacional div.page div.footer-container div.footer ul.footer-links li a:hover {
  color: #90C300;
}
body.b2cinternacional div.page div.footer-container div.footer ul.rrss {
  text-align: center;
}
body.b2cinternacional div.page div.footer-container div.footer ul.rrss li {
  display: inline-block;
}
body.b2cinternacional div.page div.footer-container div.footer ul.rrss li a {
  color: black;
}
body.b2cinternacional div.page div.footer-container div.footer ul.rrss li a:hover {
  color: #90C300;
}
body.b2cinternacional div.page div.footer-container div.footer ul.partners {
  text-align: center;
}
body.b2cinternacional div.page div.footer-container div.footer ul.partners li {
  width: 32%;
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
body.b2cinternacional div.page div.footer-container div.footer ul.partners li a img {
  display: block;
}
body.b2cinternacional div.page #burger-menu-icon {
  float: left;
  margin-right: 10px;
}
body.b2cinternacional div.page #burger-menu-icon:hover .trigger-icon .line {
  background: #90C300;
}
body.b2cinternacional div.page #burger-menu-icon .trigger-icon .line {
  display: block;
  background: #333;
  width: 30px;
  height: 4px;
  margin-bottom: 3px;
}
body.b2cinternacional div.page #burger-menu-close {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 500;
}
body.b2cinternacional div.page #burger-menu-close:hover .trigger-icon .line {
  background: #90C300;
}
body.b2cinternacional div.page #burger-menu-close .trigger-icon .line {
  display: block;
  background: #333;
  width: 30px;
  height: 4px;
  margin-bottom: 3px;
}
body.b2cinternacional div.page .rs-icon {
  font-family: "icomoon";
  font-size: 30px;
  line-height: 32px;
  font-style: normal;
}
body.b2cinternacional div.page .rs-icon + span {
  display: none;
}
body.b2cinternacional div.page .rs-icon.instagram::before {
  content: "";
}
body.b2cinternacional div.page .rs-icon.facebook::before {
  content: "";
}
body.b2cinternacional div.page .rs-icon.twitter::before {
  content: "";
}
body.b2cinternacional div.page .rs-icon.linkedin::before {
  content: "";
}
body.b2cinternacional div.page .rs-icon.youtube::before {
  content: "";
}
body.b2cinternacional div.page .buttons-set .button {
  background: #90C300;
  border: 1px solid #eee;
}
body.b2cinternacional div.page .buttons-set .button span {
  color: white;
  box-shadow: none;
  border-radius: 10px;
  background: #90C300;
}
body.b2cinternacional div.page .buttons-set .button span span {
  padding: 0 10px;
}
body.b2cinternacional div.page .buttons-set .button:hover {
  background: black;
}
body.b2cinternacional div.page .buttons-set .button:hover span {
  background: black;
}
body.b2cinternacional div.page .back-link a {
  background: #ddd;
  border: 1px solid #eee;
  color: black;
  box-shadow: none;
  border-radius: 10px;
  font-weight: normal;
  padding-right: 10px;
}
body.b2cinternacional div.page .back-link a small {
  margin-right: -5px;
}
body.b2cinternacional div.page .back-link a:hover {
  background: black;
  color: white;
}
body.b2cinternacional div.page .button:not(.btn-cart) {
  background: #90C300;
  border: 1px solid #eee;
}
body.b2cinternacional div.page .button:not(.btn-cart) span {
  color: white;
  box-shadow: none;
  border-radius: 10px;
}
body.b2cinternacional div.page .button:not(.btn-cart) span span {
  padding: 0 10px;
  background-color: #90C300 !important;
}
body.b2cinternacional div.page .button:not(.btn-cart):hover {
  background: black;
}
body.b2cinternacional div.page .account-login p {
  margin-bottom: 10px;
}
body.b2cinternacional div.page .account-login input {
  padding: 5px;
}
body.b2cinternacional div.page .account-login .f-left {
  color: #90C300;
}
body.b2cinternacional div.page .account-login .f-left:hover {
  color: black;
}
body.b2cinternacional div.page .main-container {
  max-width: 1439px;
  margin: 0 auto;
}
body.b2cinternacional div.page .main-container.col2-left-layout .col-main {
  width: 75%;
}
body.b2cinternacional div.page .main-container.col2-left-layout .col-left {
  width: auto;
}
body.b2cinternacional div.page .main-container.col2-right-layout .col-main {
  width: 100%;
}
body.b2cinternacional div.page .main-container.col2-right-layout .col-right {
  width: 25%;
}
body.b2cinternacional.catalog-product-view {
  background: white;
}
body.b2cinternacional.catalog-product-view .email-friend {
  display: none;
}
body.b2cinternacional.catalog-product-view .breadcrumbs {
  width: 100%;
}
body.b2cinternacional.catalog-product-view .breadcrumbs ul {
  display: none;
}
body.b2cinternacional.catalog-product-view .product-img-column {
  width: 100%;
  margin: 0 auto;
  float: initial;
}
body.b2cinternacional.catalog-product-view .product-img-column .img-box p.product-image img {
  margin: 0 auto;
}
body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-direction: column;
  /* IE10 */
  -webkit-flex-direction: column;
  /* Safari / iOS */
  flex-direction: column;
}
body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .calcular-talla {
  padding-bottom: 15px;
  padding-top: 15px;
}
body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .calcular-talla a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  font-size: 18px;
}
body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .calcular-talla a span {
  background-image: url(https://shop.merida-bikes.es/skin/frontend/b2cinternacional/default/images/talla.svg);
  background-repeat: no-repeat;
  background-position: inherit !important;
  width: 38px;
  height: 38px;
  padding-left: 50px;
}
body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .tabla_informacion tr td {
  padding-left: 0 !important;
  text-align: left;
  color: #f1b343;
}
body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .add-to-cart button {
  border-radius: inherit;
}
body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .add-to-cart button span {
  background-color: #90C300;
}
body.b2cinternacional.catalog-product-view #messages_product_view {
  width: 100%;
  width: 100%;
  margin: 0px;
}
body.b2cinternacional.catalog-product-view .product-name {
  display: inline-block;
}
body.b2cinternacional.catalog-product-view h1.noshowh1 {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}
body.b2cinternacional.catalog-product-view p.mobile-product-title,
body.b2cinternacional.catalog-product-view p.desktop-product-title {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
body.b2cinternacional.catalog-product-view p.desktop-product-title {
  display: none;
}
body.b2cinternacional.catalog-product-view #messages_product_view {
  width: 100%;
  width: 100%;
  margin: 0px;
}
body.b2cinternacional.catalog-product-view table.simples {
  margin: 0 auto;
  float: initial;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
body.b2cinternacional.catalog-product-view .incQty, body.b2cinternacional.catalog-product-view .decQty {
  display: inline-block;
  padding: 5px;
  font-weight: 900;
  color: black;
  font-size: 16px;
  line-height: 14px;
  cursor: pointer;
}
body.b2cinternacional.catalog-product-view .incQty {
  position: relative;
  top: 1px;
}
body.b2cinternacional.catalog-product-view .container2-wrapper {
  border-bottom: none;
}
body.b2cinternacional.catalog-product-view .product-image {
  text-align: center;
}
body.b2cinternacional.catalog-product-view .price-box .price {
  font-weight: 600;
  color: #90C300;
}
body.b2cinternacional.catalog-product-view .product-options-bottom {
  display: none;
}
body.b2cinternacional.catalog-product-view caption, body.b2cinternacional.catalog-product-view th, body.b2cinternacional.catalog-product-view td {
  padding: 5px;
}
body.b2cinternacional.catalog-product-view table.simples {
  width: 100% !important;
  max-width: 100%;
}
body.b2cinternacional.catalog-product-view table.simples th, body.b2cinternacional.catalog-product-view table.simples td {
  vertical-align: middle;
}
body.b2cinternacional.catalog-product-view table.simples tr:nth-child(2n+1) {
  background-color: #F1F1F1;
}
body.b2cinternacional.catalog-product-view table.simples table.simples tr:nth-child(2n) {
  background-color: #FFFFFF;
}
body.b2cinternacional.catalog-product-view table.simples input.input-text, body.b2cinternacional.catalog-product-view table.simples textarea {
  padding: 0px;
}
body.b2cinternacional.catalog-product-view table.simples input.input-text {
  height: 24px;
}
body.b2cinternacional.catalog-product-view table.simples .price-cell {
  color: #90C300;
  font-weight: 600;
}
body.b2cinternacional.catalog-product-view table.simples .price-cell span {
  color: #90C300;
  font-weight: 600;
}
body.b2cinternacional.catalog-product-view .amxnotif-block .amxnotif-input-fields,
body.b2cinternacional.catalog-product-view .amxnotif-block .amxnotif-button-container {
  display: block;
}
body.b2cinternacional.catalog-product-view .amxnotif-block .amxnotif-input-fields {
  max-width: 155px;
}
body.b2cinternacional.catalog-product-view .amxnotif-block .amxnotif-input-fields input {
  max-width: 100%;
}
body.b2cinternacional.catalog-product-view .calculadora-producto-simple,
body.b2cinternacional.catalog-product-view .calculadora-producto-config {
  margin: 10px 0 0 0;
  padding: 20px 0 20px 0;
  display: inline-block;
  width: 100%;
  float: left;
}
body.b2cinternacional.catalog-product-view .calculadora-producto-simple {
  width: 100%;
}
body.b2cinternacional.catalog-product-view .eCalculadoraCetelem * {
  font-family: inherit !important;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom {
  box-sizing: border-box;
  margin-top: 25px;
  display: block;
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom .tab-title {
  /*display: block;*/
  padding: 15px 10px 10px 10px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #bbb;
  text-align: center;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom .tab-title:not(.tab-active) {
  cursor: pointer;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom .tab-title:not(.tab-active):active, body.b2cinternacional.catalog-product-view #product-tabs-custom .tab-title:not(.tab-active):focus, body.b2cinternacional.catalog-product-view #product-tabs-custom .tab-title:not(.tab-active):hover {
  color: black;
  font-weight: 600;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom .tab-title.tab-active {
  color: black;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs {
  padding: 20px 10px;
  margin-top: 10px;
  /* ESPECIFICACIONES IÑAKI */
  /* GEOMETRIA */
  /* Ini GRID12.css*/
  /*
   * 12-column grid system

          /* Container */
  /* Grid units */
  /* Basic grid units width */
  /* Grid units without left gutter (margin) */
  /* Grid units without right gutter (margin) */
  /* Grid units without any gutter (margin) */
  /* Special grid units: basic structure of pages with 1 and 2 sidebars
  -------------------------------------------------------------- */
  /* 2 columns: fixed-width sidebar unit and fluid main unit.
     Sidebar unit has the same width for all screen sizes equal or greater than 1280px.
     Width of the main unit is fluid.
  */
  /* Another 2 columns inside ".grid-col2-main": fixed-width sidebar unit and fluid main unit */
  /* Vertically aligned grid
  -------------------------------------------------------------- */
  /* Utility classes
  -------------------------------------------------------------- */
  /* Units with no gutter (margin): alpha - first unit in a row, omega - last unit in a row */
  /* Hide element if screen width is lower than the width specified in the class name */
  /* Container: stretched, without side margin
  -------------------------------------------------------------- */
  /* Remove padding from stretched container (it is added for narrow screens via media queries) */
  /* Stretch inner grid unit (full width) */
  /* Grid units container: clears floats
     (place grid units inside "div" with this class)
  -------------------------------------------------------------- */
  /* Grid unit container: clears floats and adds vertical margin between units
  -------------------------------------------------------------- */
  /* Grid presentation
  -------------------------------------------------------------- */
  /* Fin GRID12.css*/
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .tab-panel {
  display: none;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .tab-panel.tab-active {
  display: block;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .tab-panel p + h4 {
  margin-top: 10px;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs ul.spec {
  list-style-type: none;
  font-size: 16px;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs ul.spec li dl dd {
  width: 75%;
  float: right;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 0 0 5px !important;
  box-sizing: border-box;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs ul.spec li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  line-height: 24px;
  padding: 0 !important;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs ul.spec li dl {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 !important;
  overflow: hidden;
  padding: 0.9375rem 1.875rem;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs ul.spec li dl dt {
  float: left;
  font-weight: normal;
  margin: 0 !important;
  padding: 0 !important;
  width: 25%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .geometry {
  font-size: 16px;
  width: 100%;
  margin: 20px auto;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .geometry tr {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .geometry tr th {
  padding: 0.9357em 0 0.9357em 1.875em;
  width: 30%;
  float: left;
  text-align: left;
  font-weight: bold;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .geometry tr th span {
  font-weight: normal;
  font-size: 12px;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .geometry tr td {
  padding: 0.9357em 1.875em 0.9357em 0;
  width: 60%;
  float: right;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .geometry tr td div {
  float: left;
  text-align: right;
  width: 40px;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .fourS tr td div {
  width: 25%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .fiveS tr td div {
  width: 20%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .sixS tr td div {
  width: 16%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .sevenS tr td div {
  width: 14%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .eightS tr td div {
  width: 12.5%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs ul.dropout li {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 !important;
  padding: 0.9375em 1.875em;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs ul.dropout li.year {
  background-color: #e9e9e9;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .horizontal-section .horizontal-section {
  box-sizing: border-box;
  margin-right: 10px;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .horizontal-section:last-child {
  margin-right: 0px;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .container {
  margin-left: auto;
  margin-right: auto;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .nested-container {
  width: 102%;
  margin-left: -1%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-1,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-2,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-3,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-4,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-5,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-6,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-7,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-8,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-9,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-10,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-11,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-12,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-full,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-col2-sidebar,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-col2-main {
  /*position:relative;*/
  display: inline;
  float: left;
  /*margin-left:1%;
  margin-right:1%;*/
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-1 {
  width: 6.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-2 {
  width: 14.66%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-3 {
  width: 23%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-4 {
  width: 31.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-5 {
  width: 39.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-6 {
  width: 48%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-7 {
  width: 56.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-8 {
  width: 64.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-9 {
  width: 73%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-10 {
  width: 81.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-11 {
  width: 89.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid12-12,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-full {
  width: 100%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-1 {
  margin-left: 0;
  width: 7.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-2 {
  margin-left: 0;
  width: 15.66%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-3 {
  margin-left: 0;
  width: 24%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-4 {
  margin-left: 0;
  width: 32.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-5 {
  margin-left: 0;
  width: 40.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-6 {
  margin-left: 0;
  width: 49%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-7 {
  margin-left: 0;
  width: 57.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-8 {
  margin-left: 0;
  width: 65.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-9 {
  margin-left: 0;
  width: 74%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-10 {
  margin-left: 0;
  width: 82.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-11 {
  margin-left: 0;
  width: 90.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid12-12,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-left-gutter.grid-full {
  margin-left: 0;
  width: 99%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-1 {
  margin-right: 0;
  width: 7.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-2 {
  margin-right: 0;
  width: 15.66%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-3 {
  margin-right: 0;
  width: 24%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-4 {
  margin-right: 0;
  width: 32.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-5 {
  margin-right: 0;
  width: 40.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-6 {
  margin-right: 0;
  width: 49%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-7 {
  margin-right: 0;
  width: 57.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-8 {
  margin-right: 0;
  width: 65.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-9 {
  margin-right: 0;
  width: 74%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-10 {
  margin-right: 0;
  width: 82.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-11 {
  margin-right: 0;
  width: 90.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid12-12,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-right-gutter.grid-full {
  margin-right: 0;
  width: 99%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-1 {
  margin-left: 0;
  margin-right: 0;
  width: 8.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-2 {
  margin-left: 0;
  margin-right: 0;
  width: 16.66%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-3 {
  margin-left: 0;
  margin-right: 0;
  width: 25%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-4 {
  margin-left: 0;
  margin-right: 0;
  width: 33.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-5 {
  margin-left: 0;
  margin-right: 0;
  width: 41.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-6 {
  margin-left: 0;
  margin-right: 0;
  width: 50%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-7 {
  margin-left: 0;
  margin-right: 0;
  width: 58.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-8 {
  margin-left: 0;
  margin-right: 0;
  width: 66.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-9 {
  margin-left: 0;
  margin-right: 0;
  width: 75%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-10 {
  margin-left: 0;
  margin-right: 0;
  width: 83.33%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-11 {
  margin-left: 0;
  margin-right: 0;
  width: 91.67%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid12-12,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .no-gutter.grid-full {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-col2-sidebar {
  width: 23%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-col2-main {
  width: 73%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-col3-sidebar {
  width: 31.52%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-col3-main {
  width: 65.9%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .v-grid-container {
  display: table;
  width: 100%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .v-grid {
  float: left;
  /*display:table-cell;*/
  vertical-align: middle;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .alpha {
  margin-left: 0;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .omega {
  margin-right: 0;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .hide-below-1680 {
  display: none !important;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .hide-below-1440 {
  display: none !important;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .hide-below-1360 {
  display: none !important;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .hide-below-1280 {
  display: none !important;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .container.stretched {
  width: 96%;
  padding-left: 0;
  padding-right: 0;
  display: none;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .container.stretched > .grid-full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container {
  *zoom: 1;
  clear: both;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container:before,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container:after {
  display: table;
  line-height: 0;
  content: "";
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container:after {
  clear: both;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced {
  *zoom: 1;
  clear: both;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced:before,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced:after {
  display: table;
  line-height: 0;
  content: "";
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced:after {
  clear: both;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-1,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-2,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-3,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-4,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-5,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-6,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-7,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-8,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-9,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-10,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-11,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid12-12,
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .grid-container-spaced .grid-full {
  margin-bottom: 2%;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .show-grid [class*=grid12-] {
  background-color: #eee;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .show-grid [class*=grid12-]:hover {
  background-color: #F08080;
}
body.b2cinternacional.catalog-product-view #product-tabs-custom #product-tabs-custom-tabs .horizontal-section .grid12-3 .mobile-grid-half .novedad {
  min-height: 560px;
}
body.b2cinternacional.catalog-product-view .block-related-product .products-grid li a {
  color: black !important;
}
body.b2cinternacional.catalog-product-view .block-related-product .products-grid li .price-box .price {
  color: black !important;
}
body.b2cinternacional.catalog-product-view .block-related-product .products-grid li .price-box .minimal-price-link {
  display: none;
}
body.b2cinternacional.catalog-product-view .block-related-product .products-grid li .aw-arp-addtocart a {
  color: #90C300 !important;
}
body.b2cinternacional.checkout-cart-index .main-container .col-left {
  display: none;
}
body.b2cinternacional.checkout-cart-index .main-container .col-main {
  width: 100% !important;
}
body.b2cinternacional.checkout-cart-index .main-container #shopping-cart-table td, body.b2cinternacional.checkout-cart-index .main-container #shopping-cart-table th {
  vertical-align: middle;
}
body.b2cinternacional.checkout-cart-index .main-container #shopping-cart-table th, body.b2cinternacional.checkout-cart-index .main-container #shopping-cart-table th span {
  font-weight: 600;
}
body.b2cinternacional.checkout-cart-index .main-container #shopping-cart-table button {
  margin-bottom: 10px !important;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-collaterals .col-1 {
  display: none;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-collaterals .col-2 {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: column;
  /* IE10 */
  -webkit-flex-direction: column;
  /* Safari / iOS */
  flex-direction: column;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-collaterals .col-2 #discount-coupon-form {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-collaterals .col-2 #discount-coupon-form .buttons-set {
  text-align: right;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-collaterals .col-2 #discount-coupon-form .buttons-set button {
  margin-right: 0px;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-collaterals .col-2 .shipping {
  width: 100%;
  display: none;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-collaterals .col-2 input#coupon_code {
  width: initial;
}
body.b2cinternacional.checkout-cart-index .main-container .totals-row {
  margin-top: 2%;
}
body.b2cinternacional.checkout-cart-index .main-container .totals-row .totals tfoot td {
  padding: 5px;
}
body.b2cinternacional.checkout-cart-index .main-container .totals-row .totals tbody td {
  padding: 5px;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-table .product-image {
  width: auto;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-table .product-image img {
  min-width: 40px;
  min-height: 40px;
  width: 100%;
  height: auto;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-table img {
  min-width: 40px;
  min-height: 40px;
  width: 100%;
  height: auto;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-table .product-name {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0px;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-table .product-name a {
  font-size: 18px;
  line-height: 20px;
}
body.b2cinternacional.checkout-cart-index .main-container .cart-table td, body.b2cinternacional.checkout-cart-index .main-container .cart-table th {
  padding: 3px;
}
body.b2cinternacional.checkout-cart-index .main-container button.btn-checkout span span {
  padding: 0 10px;
  font-size: 14px;
  line-height: 45px;
}
body.b2cinternacional.checkout-cart-index .main-container .block-related-shoppingcart .products-grid li a {
  color: black !important;
}
body.b2cinternacional.checkout-cart-index .main-container .block-related-shoppingcart .products-grid li .price-box .price {
  color: black !important;
}
body.b2cinternacional.checkout-cart-index .main-container .block-related-shoppingcart .products-grid li .price-box .minimal-price-link {
  display: none;
}
body.b2cinternacional.checkout-cart-index .main-container .block-related-shoppingcart .products-grid li .aw-arp-addtocart a {
  color: #90C300 !important;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform .col3-set .col-1 {
  min-height: initial;
}
body.b2cinternacional.customer-account-login #login-form .col2-set .col-1, body.b2cinternacional.customer-account-login #login-form .col2-set .col-2 {
  width: 100%;
}
body.b2cinternacional.customer-account-index .sidebar .block-banner, body.b2cinternacional.customer-account-index .sidebar .block-compare, body.b2cinternacional.customer-account-index .sidebar .block-cart, body.b2cinternacional.customer-account-index .sidebar .block-list, body.b2cinternacional.customer-account-index .sidebar .block-reorder, body.b2cinternacional.wishlist-index-index .sidebar .block-banner, body.b2cinternacional.wishlist-index-index .sidebar .block-compare, body.b2cinternacional.wishlist-index-index .sidebar .block-cart, body.b2cinternacional.wishlist-index-index .sidebar .block-list, body.b2cinternacional.wishlist-index-index .sidebar .block-reorder, body.b2cinternacional.amxnotif-stock-index .sidebar .block-banner, body.b2cinternacional.amxnotif-stock-index .sidebar .block-compare, body.b2cinternacional.amxnotif-stock-index .sidebar .block-cart, body.b2cinternacional.amxnotif-stock-index .sidebar .block-list, body.b2cinternacional.amxnotif-stock-index .sidebar .block-reorder, body.b2cinternacional.sales-order-history .sidebar .block-banner, body.b2cinternacional.sales-order-history .sidebar .block-compare, body.b2cinternacional.sales-order-history .sidebar .block-cart, body.b2cinternacional.sales-order-history .sidebar .block-list, body.b2cinternacional.sales-order-history .sidebar .block-reorder, body.b2cinternacional.customer-account-edit .sidebar .block-banner, body.b2cinternacional.customer-account-edit .sidebar .block-compare, body.b2cinternacional.customer-account-edit .sidebar .block-cart, body.b2cinternacional.customer-account-edit .sidebar .block-list, body.b2cinternacional.customer-account-edit .sidebar .block-reorder, body.b2cinternacional.customer-address-form .sidebar .block-banner, body.b2cinternacional.customer-address-form .sidebar .block-compare, body.b2cinternacional.customer-address-form .sidebar .block-cart, body.b2cinternacional.customer-address-form .sidebar .block-list, body.b2cinternacional.customer-address-form .sidebar .block-reorder, body.b2cinternacional.customer-address-index .sidebar .block-banner, body.b2cinternacional.customer-address-index .sidebar .block-compare, body.b2cinternacional.customer-address-index .sidebar .block-cart, body.b2cinternacional.customer-address-index .sidebar .block-list, body.b2cinternacional.customer-address-index .sidebar .block-reorder, body.b2cinternacional.sales-order-view .sidebar .block-banner, body.b2cinternacional.sales-order-view .sidebar .block-compare, body.b2cinternacional.sales-order-view .sidebar .block-cart, body.b2cinternacional.sales-order-view .sidebar .block-list, body.b2cinternacional.sales-order-view .sidebar .block-reorder {
  display: none;
}
body.b2cinternacional.customer-account-index .sidebar .block-account li.current strong, body.b2cinternacional.wishlist-index-index .sidebar .block-account li.current strong, body.b2cinternacional.amxnotif-stock-index .sidebar .block-account li.current strong, body.b2cinternacional.sales-order-history .sidebar .block-account li.current strong, body.b2cinternacional.customer-account-edit .sidebar .block-account li.current strong, body.b2cinternacional.customer-address-form .sidebar .block-account li.current strong, body.b2cinternacional.customer-address-index .sidebar .block-account li.current strong, body.b2cinternacional.sales-order-view .sidebar .block-account li.current strong {
  font-weight: bold;
  color: black;
}
body.b2cinternacional.customer-account-index .sidebar .paypal-logo, body.b2cinternacional.wishlist-index-index .sidebar .paypal-logo, body.b2cinternacional.amxnotif-stock-index .sidebar .paypal-logo, body.b2cinternacional.sales-order-history .sidebar .paypal-logo, body.b2cinternacional.customer-account-edit .sidebar .paypal-logo, body.b2cinternacional.customer-address-form .sidebar .paypal-logo, body.b2cinternacional.customer-address-index .sidebar .paypal-logo, body.b2cinternacional.sales-order-view .sidebar .paypal-logo {
  display: none;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform .op_block_title {
  margin: 15px 0px;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform #bill_form, body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform #ship_form {
  margin-top: 10px;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform #ship_address_block {
  margin-top: 10px;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform input {
  height: 36px;
  padding: 5px;
  border: 1px solid #B6B6B6;
  margin-bottom: 10px;
  color: #333;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform input.t1 {
  width: 100%;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform select {
  border: 1px solid #B6B6B6;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
  color: #333;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform select#billing_customer_address, body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform select#shipping_customer_address {
  margin: 0px;
  margin-top: 10px;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform .two-fields .data_area {
  width: 100%;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform sup, body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform em {
  color: red;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform .full, body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform .short {
  margin: 0px;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform .name-field-checkout label {
  float: initial;
  display: block;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform .name-field-checkout .input-box input {
  width: 100%;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform li.options {
  margin: 0px;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform li.options input {
  margin-bottom: 0px;
}
body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform .iwd-2 input {
  height: initial;
  margin: 0px;
}
body.b2cinternacional.onepagecheckout-index-index #checkout-review-table th {
  font-weight: 600;
}
body.b2cinternacional.onepagecheckout-index-index #checkout-review-table td, body.b2cinternacional.onepagecheckout-index-index #checkout-review-table th {
  padding: 5px;
  vertical-align: middle;
}
body.b2cinternacional.onepagecheckout-index-index #checkout-review-table td h3, body.b2cinternacional.onepagecheckout-index-index #checkout-review-table th h3 {
  padding: 0px;
  margin: 0px;
}
body.b2cinternacional.onepagecheckout-index-index #checkout-review-submit button.btn-checkout {
  font-family: inherit;
}
body.b2cinternacional.cms-home div.page div.main-container {
  max-width: 100%;
}
body.b2cinternacional.cms-home div.page div.main {
  padding: 0px;
}
body.b2cinternacional.cms-home div.page div.main #home-b2cinter {
  position: relative;
}
body.b2cinternacional.cms-home div.page div.main #home-b2cinter #home-slider-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
body.b2cinternacional.cms-home div.page div.main #home-b2cinter #home-b2cinter-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
body.b2cinternacional.cms-home div.page div.main #home-b2cinter #home-b2cinter-slide h1 {
  color: white;
  font-size: 20px;
  line-height: 22px;
}
body.b2cinternacional.cms-home div.page div.main #home-b2cinter #home-b2cinter-slide a {
  background: #90C300;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
}
body.b2cinternacional.cms-home div.page div.main #home-b2cinter #home-b2cinter-slide a:hover {
  background: black;
}
body.b2cinternacional .cookie-message {
  position: fixed;
  display: none;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
  background: white;
  border-top: 1px solid #666;
  padding: 15px;
}
body.b2cinternacional .cookie-message.show {
  display: block;
}
body.b2cinternacional .cookie-message .cookie-text {
  display: block;
  margin-bottom: 10px;
}
body.b2cinternacional .cookie-message .cookie-buttons button {
  padding: 10px;
  border: none;
  cursor: pointer;
  border: 1px solid #666;
}
body.b2cinternacional .cookie-message .cookie-buttons button + button {
  margin-left: 10px;
}
body.b2cinternacional .cookie-message .cookie-buttons button.cookie-accept:hover {
  background: #90C300;
  color: white;
}
body.b2cinternacional .cookie-message .cookie-buttons button.cookie-cancel:hover {
  background: black;
  color: white;
}
body.b2cinternacional .b2cmenu {
  /*.nav-lvl-1 a:hover,.nav-lvl-1 li.active a,
  .nav-lvl-2 a:hover,.nav-lvl-2 li.active a
  .nav-lvl-3 a:hover,.nav-lvl-3 li.active a
  {
    color: #91c300 !important;
  }*/
}
body.b2cinternacional .b2cmenu #nav {
  display: none;
}
body.b2cinternacional .b2cmenu #nav a, body.b2cinternacional .b2cmenu #nav span {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
body.b2cinternacional .b2cmenu #nav .cat-label {
  display: none;
}
body.b2cinternacional .b2cmenu .accordion.vertnav.vertnav-top.grid-full {
  display: block;
}
body.b2cinternacional .b2cmenu .level0-wrapper2 {
  display: none !important;
}
body.b2cinternacional .b2cmenu .new-menu.source {
  display: none;
}
body.b2cinternacional .b2cmenu .new-menu {
  display: flex;
}
body.b2cinternacional .b2cmenu .new-menu a {
  color: black;
  font-weight: bold;
}
body.b2cinternacional .b2cmenu .new-menu-group {
  display: inline-flex;
  vertical-align: top;
  padding: 10px;
  padding-right: 0px;
  padding-left: 5px;
}
body.b2cinternacional .b2cmenu .new-menu-group * {
  box-sizing: border-box;
}
body.b2cinternacional .b2cmenu .new-menu-group ul {
  width: 100%;
}
body.b2cinternacional .b2cmenu .nav-lvl-1 {
  width: 20%;
  border-right: 1px solid black;
  position: relative;
  z-index: 15;
}
body.b2cinternacional .b2cmenu .nav-lvl-2 {
  width: 30%;
  border-left: 1px solid black;
  position: relative;
  left: -1px;
  z-index: 10;
}
body.b2cinternacional .b2cmenu .nav-lvl-3 {
  border-left: 1px solid black;
  position: relative;
  left: -7px;
  z-index: 5;
  width: 50%;
}
body.b2cinternacional .b2cmenu .nav-lvl-1 a {
  text-decoration: none;
  position: relative;
  left: 1px;
}
body.b2cinternacional .b2cmenu .nav-lvl-1 a:hover, body.b2cinternacional .b2cmenu .nav-lvl-1 li.active a {
  background: white;
  border: 1px solid black;
  border-right: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
body.b2cinternacional .b2cmenu .nav-lvl-2 a:hover, body.b2cinternacional .b2cmenu .nav-lvl-2 li.active a {
  border: 1px solid black;
  border-right: 1px solid white;
  border-left: none;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  left: -5px;
  padding-left: 10px;
  padding-right: 10px;
}
body.b2cinternacional .b2cmenu .nav-lvl-2 li, body.b2cinternacional .b2cmenu .nav-lvl-3 li, body.b2cinternacional .b2cmenu .nav-lvl-4 li {
  display: none;
}
body.b2cinternacional .b2cmenu .nav-lvl-1 a, body.b2cinternacional .b2cmenu .nav-lvl-2 a, body.b2cinternacional .b2cmenu .nav-lvl-3 a {
  padding: 5px;
  padding-left: 5px;
  padding-right: 10px;
  width: 100%;
  color: black !important;
}

/*Ficha de categoría*/
body.b2cinternacional.catalog-category-view {
  background: white;
}
body.b2cinternacional.catalog-category-view .col-right {
  display: none;
}
body.b2cinternacional.catalog-category-view .accordion-style1 {
  display: none;
}
body.b2cinternacional.catalog-category-view .block-banner {
  display: none;
}
body.b2cinternacional.catalog-category-view .block-compare {
  display: none;
}
body.b2cinternacional.catalog-category-view .block-subscribe {
  display: none;
}
body.b2cinternacional.catalog-category-view .paypal-logo {
  display: none;
}
body.b2cinternacional.catalog-category-view .breadcrumbs {
  width: 100%;
}
body.b2cinternacional.catalog-category-view .breadcrumbs ul {
  display: none;
}
body.b2cinternacional.catalog-category-view .availability {
  display: none;
}
body.b2cinternacional.catalog-category-view .hide-below-768 {
  display: none;
}
body.b2cinternacional.catalog-category-view .toolbar-bottom {
  display: none;
}
body.b2cinternacional.catalog-category-view .category-image {
  padding-top: 30px;
}
body.b2cinternacional.catalog-category-view .category-products .amount {
  display: none;
}
body.b2cinternacional.catalog-category-view .category-products .products-grid .item {
  margin-bottom: 50px;
}
body.b2cinternacional.catalog-category-view .category-products .products-grid .item #pname {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  -ms-flex-direction: column;
  /* IE10 */
  -webkit-flex-direction: column;
  /* Safari / iOS */
  flex-direction: column;
  min-height: 100px;
  color: #a3bd31;
}
body.b2cinternacional.catalog-category-view .category-products .products-grid .item #pname .product-name a {
  color: #222222;
}
body.b2cinternacional.catalog-category-view .category-products .products-grid .item .actions .btn-cart-exhausted span {
  background: #eee !important;
}
body.b2cinternacional.catalog-category-view .category-products .products-grid .item .btn_hover {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #91c300;
  color: white;
  font-size: 15px;
  /* Agrandar listado desplegable consulta stock */
}
body.b2cinternacional.catalog-category-view .category-products .products-grid .item .btn_hover .lista_desplegable {
  border: 1px solid black;
  width: 310px;
  min-width: 310px;
  max-width: 310px;
}
body.b2cinternacional.catalog-category-view .category-products .products-grid .item .btn_hover .lista_desplegable td {
  color: black;
}
body.b2cinternacional.catalog-category-view .category-products .products-grid .item .btn_hover .lista_desplegable td .incQty, body.b2cinternacional.catalog-category-view .category-products .products-grid .item .btn_hover .lista_desplegable td .decQty {
  display: inline-block;
  padding: 5px;
  font-weight: 900;
  color: black;
  font-size: 16px;
  line-height: 14px;
  cursor: pointer;
  position: relative;
  top: 1px;
}
body.b2cinternacional.catalog-category-view .product-view {
  margin-top: 50px;
}
body.b2cinternacional.catalog-category-view .product-view #product-tabs {
  font-size: 13px;
}
body.b2cinternacional.catalog-category-view .product-img-column {
  width: 100%;
  margin: 0 auto;
  float: initial;
}
body.b2cinternacional.catalog-category-view .product-img-column .img-box p.product-image img {
  margin: 0 auto;
}
body.b2cinternacional.catalog-category-view .amshopby-filters-left {
  margin-bottom: inherit !important;
}
body.b2cinternacional.catalog-category-view .amshopby-filters-left .block-title span {
  font-weight: bold;
  font-size: 17px;
}
body.b2cinternacional.catalog-category-view .amshopby-filters-left .block-title .icon-open-filters::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  float: right;
}
body.b2cinternacional.catalog-category-view .amshopby-filters-left .block-title .icon-close-filters::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  float: right;
}
body.b2cinternacional.catalog-category-view .amshopby-filters-left .block-content {
  display: none;
}
body.b2cinternacional.catalog-category-view .amshopby-filters-left .block-content #narrow-by-list dd {
  padding-left: 0 !important;
}
body.b2cinternacional.catalog-category-view .amshopby-filters-left .block-content #narrow-by-list li {
  padding-left: 0 !important;
  background: inherit;
  color: #383838;
}
body.b2cinternacional.catalog-category-view .amshopby-filters-left .block-content #narrow-by-list li a {
  color: inherit;
  font-weight: inherit;
}
body.b2cinternacional.catalog-category-view #messages_product_view {
  width: 100%;
  width: 100%;
  margin: 0px;
}
body.b2cinternacional.catalog-category-view .block-related-category {
  max-width: 1439px;
  margin: 0 auto;
  padding: 15px;
}
body.b2cinternacional.catalog-category-view .block-related-category .products-grid {
  position: relative;
}
body.b2cinternacional.catalog-category-view .block-related-category .products-grid .slick-next {
  background-image: url(https://shop.merida-bikes.es/skin/frontend/base/default/images/angle-right-solid.svg);
  background-repeat: no-repeat;
  background-position: inherit !important;
}
body.b2cinternacional.catalog-category-view .block-related-category .products-grid .slick-prev {
  background-image: url(https://shop.merida-bikes.es/skin/frontend/base/default/images/angle-left-solid.svg);
  background-repeat: no-repeat;
  background-position: inherit !important;
}
body.b2cinternacional.catalog-category-view .block-related-category .products-grid li a {
  color: black !important;
}
body.b2cinternacional.catalog-category-view .block-related-category .products-grid li .price-box .price {
  color: black !important;
}
body.b2cinternacional.catalog-category-view .block-related-category .products-grid li .price-box .minimal-price-link {
  display: none;
}
body.b2cinternacional.catalog-category-view .block-related-category .products-grid li .aw-arp-addtocart a {
  color: #90C300 !important;
}

/* Fin ficha categoría */
body.cms-page-view .std {
  margin-top: 25px;
}
body.cms-page-view table {
  width: 100%;
  border: 1px solid #000;
}
body.cms-page-view th, body.cms-page-view td {
  width: 25%;
  text-align: left;
  vertical-align: top;
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 0.3em;
  caption-side: bottom;
}
body.cms-page-view th {
  font-weight: bold !important;
}

.cms-index-defaultnoroute .main-container .main {
  padding: 100px 0;
}

/*-----------------------------*/
/*-----------------------------*/
/*--------  MEDIAQUERY 768PX
/*-----------------------------*/
/*-----------------------------*/
@media all and (min-width: 768px) {
  body.b2cinternacional {
    /* Carrito */
    /* Página de login */
    /* Página de mi cuenta */
    /* OPC */
    /* Fin OPC */
    /* Home */
    /* Fin home */
    /* Ficha producto */
    /* Fin ficha producto */
    /* Menú */
    /* Fin menú */
  }
  body.b2cinternacional div.page div.header-container #burger-menu-icon {
    display: none;
  }
  body.b2cinternacional div.page div.header-container .accordion {
    display: none;
  }
  body.b2cinternacional div.page div.header-container div.quick-access {
    width: 20%;
    max-width: 20%;
  }
  body.b2cinternacional div.page div.header-container div.quick-access ul.links {
    display: block;
    text-align: left;
    background: none;
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body.b2cinternacional div.page div.header-container div.quick-access ul.links li {
    display: inline-block;
    padding-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    border-right: 1px solid #eee;
    border-color: #888;
  }
  body.b2cinternacional div.page div.header-container div.quick-access ul.links li:first-child {
    margin-left: 0px;
  }
  body.b2cinternacional div.page div.header-container div.quick-access ul.links li:last-child {
    border-right: none;
  }
  body.b2cinternacional div.page div.header-container div.header {
    width: 100%;
  }
  body.b2cinternacional div.page div.header-container div.header .logo {
    width: 40% !important;
  }
  body.b2cinternacional div.page div.header-container div.header .logo img {
    max-width: 220px;
  }
  body.b2cinternacional div.page div.header-container div.header #nav {
    width: 30% !important;
  }
  body.b2cinternacional div.page div.header-container div.header .links {
    width: 30% !important;
  }
  body.b2cinternacional div.page div.footer-container div.footer div.footer-columns {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: row;
    /* IE10 */
    -webkit-flex-direction: row;
    /* Safari / iOS */
    flex-direction: row;
    -webkit-align-items: top;
    /* Safari 7.0+ */
    align-items: top;
  }
  body.b2cinternacional div.page div.footer-container div.footer div.footer-columns div.footer-col {
    width: 33.333%;
    max-width: 33.333%;
    text-align: center;
    margin-bottom: 0px;
  }
  body.b2cinternacional div.page div.footer-container div.footer div.footer-columns div.footer-col:nth-child(1) {
    order: 10;
  }
  body.b2cinternacional div.page div.footer-container div.footer div.footer-columns div.footer-col:nth-child(2) {
    order: 20;
  }
  body.b2cinternacional div.page div.footer-container div.footer div.footer-columns div.footer-col:nth-child(3) {
    order: 30;
  }
  body.b2cinternacional div.page div.footer-container div.footer div.footer-columns div.footer-col ul.footer-links {
    text-align: left;
  }
  body.b2cinternacional div.page div.footer-container div.footer div.footer-columns div.footer-col ul.rrss {
    text-align: right;
  }
  body.b2cinternacional div.page div.footer-container div.footer div.footer-columns div.footer-col ul.partners {
    text-align: right;
  }
  body.b2cinternacional div.page .main-container .col-wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-align-items: baseline;
    /* Safari 7.0+ */
    align-items: baseline;
  }
  body.b2cinternacional div.page .main-container .col-wrapper .col-left {
    width: 23%;
  }
  body.b2cinternacional div.page .main-container .col-wrapper .col-main {
    width: 73%;
    order: 2;
  }
  body.b2cinternacional div.page .main-container .col-wrapper .col-left {
    order: 1;
  }
  body.b2cinternacional.checkout-cart-index .main-container .cart-collaterals .col-2 {
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: row;
    /* IE10 */
    -webkit-flex-direction: row;
    /* Safari / iOS */
    flex-direction: row;
  }
  body.b2cinternacional.checkout-cart-index .main-container .cart-collaterals .col-2 #discount-coupon-form {
    /*
    width: 50%;
    padding-right: 10px;
    */
    width: 100%;
    margin-bottom: 0px;
  }
  body.b2cinternacional.checkout-cart-index .main-container .cart-collaterals .col-2 .shipping {
    width: 50%;
    padding-left: 10px;
  }
  body.b2cinternacional.customer-account-login #login-form .col2-set .col-1, body.b2cinternacional.customer-account-login #login-form .col2-set .col-2 {
    width: 49%;
  }
  body.b2cinternacional.customer-account-index .sidebar .block-banner, body.b2cinternacional.customer-account-index .sidebar .block-cart, body.b2cinternacional.customer-account-index .sidebar .block-list, body.b2cinternacional.customer-account-index .sidebar .block-reorder, body.b2cinternacional.wishlist-index-index .sidebar .block-banner, body.b2cinternacional.wishlist-index-index .sidebar .block-cart, body.b2cinternacional.wishlist-index-index .sidebar .block-list, body.b2cinternacional.wishlist-index-index .sidebar .block-reorder, body.b2cinternacional.amxnotif-stock-index .sidebar .block-banner, body.b2cinternacional.amxnotif-stock-index .sidebar .block-cart, body.b2cinternacional.amxnotif-stock-index .sidebar .block-list, body.b2cinternacional.amxnotif-stock-index .sidebar .block-reorder, body.b2cinternacional.sales-order-history .sidebar .block-banner, body.b2cinternacional.sales-order-history .sidebar .block-cart, body.b2cinternacional.sales-order-history .sidebar .block-list, body.b2cinternacional.sales-order-history .sidebar .block-reorder, body.b2cinternacional.customer-account-edit .sidebar .block-banner, body.b2cinternacional.customer-account-edit .sidebar .block-cart, body.b2cinternacional.customer-account-edit .sidebar .block-list, body.b2cinternacional.customer-account-edit .sidebar .block-reorder, body.b2cinternacional.customer-address-form .sidebar .block-banner, body.b2cinternacional.customer-address-form .sidebar .block-cart, body.b2cinternacional.customer-address-form .sidebar .block-list, body.b2cinternacional.customer-address-form .sidebar .block-reorder, body.b2cinternacional.customer-address-index .sidebar .block-banner, body.b2cinternacional.customer-address-index .sidebar .block-cart, body.b2cinternacional.customer-address-index .sidebar .block-list, body.b2cinternacional.customer-address-index .sidebar .block-reorder, body.b2cinternacional.sales-order-view .sidebar .block-banner, body.b2cinternacional.sales-order-view .sidebar .block-cart, body.b2cinternacional.sales-order-view .sidebar .block-list, body.b2cinternacional.sales-order-view .sidebar .block-reorder {
    display: none;
  }
  body.b2cinternacional.customer-account-index .sidebar .block-account li.current strong, body.b2cinternacional.wishlist-index-index .sidebar .block-account li.current strong, body.b2cinternacional.amxnotif-stock-index .sidebar .block-account li.current strong, body.b2cinternacional.sales-order-history .sidebar .block-account li.current strong, body.b2cinternacional.customer-account-edit .sidebar .block-account li.current strong, body.b2cinternacional.customer-address-form .sidebar .block-account li.current strong, body.b2cinternacional.customer-address-index .sidebar .block-account li.current strong, body.b2cinternacional.sales-order-view .sidebar .block-account li.current strong {
    font-weight: bold;
    color: black;
  }
  body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform .iwd-2 {
    width: 69% !important;
  }
  body.b2cinternacional.onepagecheckout-index-index #onepagecheckout_orderform .col-3 {
    width: 69% !important;
  }
  body.b2cinternacional.cms-home div.page div.main #home-b2cinter #home-b2cinter-slide h1 {
    color: white;
    font-size: 40px;
    line-height: 42px;
  }
  body.b2cinternacional.catalog-product-view .product-img-column {
    width: 100%;
    margin: 0 auto;
    float: initial;
  }
  body.b2cinternacional.catalog-product-view .product-img-column .img-box p.product-image img {
    margin: 0 auto;
  }
  body.b2cinternacional .b2cmenu #nav {
    display: block;
  }
  body.b2cinternacional .b2cmenu .accordion.vertnav.vertnav-top.grid-full {
    display: none;
  }

  /*Ficha categoría*/
  body.b2cinternacional.catalog-category-view .block-viewed {
    display: none;
  }
  body.b2cinternacional.catalog-category-view .breadcrumbs .category-image {
    height: 350px;
    padding-top: 0px;
  }
  body.b2cinternacional.catalog-category-view .amshopby-filters-left .block-title span {
    font-weight: bold;
  }
  body.b2cinternacional.catalog-category-view .amshopby-filters-left .block-title .icon-open-filters::before {
    display: none !important;
  }
  body.b2cinternacional.catalog-category-view .amshopby-filters-left .block-title .icon-close-filters::before {
    display: none !important;
  }
  body.b2cinternacional.catalog-category-view .amshopby-filters-left .block-content {
    display: block !important;
  }

  /* Fin ficha categoría */
}
/*-----------------------------*/
/*-----------------------------*/
/*--------  MEDIAQUERY 1024PX
/*-----------------------------*/
/*-----------------------------*/
@media all and (min-width: 1024px) {
  body.b2cinternacional {
    /* Ficha producto */
    /* Fin ficha producto */
  }
  body.b2cinternacional.catalog-product-view .product-img-column {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    margin: 0px;
    float: left;
  }
  body.b2cinternacional.catalog-product-view .product-img-box {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
  }
  body.b2cinternacional.catalog-product-view .product-img-box .img-box {
    width: 70%;
    padding: 30px;
  }
  body.b2cinternacional.catalog-product-view .product-img-box .right-component {
    width: 30%;
    padding: 30px;
  }
  body.b2cinternacional.catalog-product-view .product-img-box .right-component .product-name {
    margin: inherit;
  }
  body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-direction: column;
    /* IE10 */
    -webkit-flex-direction: column;
    /* Safari / iOS */
    flex-direction: column;
  }
  body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .price-info, body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box button, body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .calculadora-producto-simple {
    margin-bottom: 20px;
  }
  body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .product-options {
    margin-bottom: initial !important;
  }
  body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .btn-cart span span {
    display: flex;
    align-items: center;
  }
  body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .add-to-cart {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
  }
  body.b2cinternacional.catalog-product-view .product-img-box .right-component .add-to-box .add-to-cart input {
    height: 45px;
    width: 45px;
    padding: 0;
    margin: 0;
  }
  body.b2cinternacional.catalog-product-view .box-additional {
    width: 50%;
    float: left;
    margin-top: 0px;
  }
  body.b2cinternacional.catalog-product-view table.simples {
    margin: 0px;
    float: left;
  }
  body.b2cinternacional.catalog-product-view table.simples.fromSimples {
    width: 100%;
    max-width: 50%;
  }
  body.b2cinternacional.catalog-product-view p.mobile-product-title {
    display: none;
  }
  body.b2cinternacional.catalog-product-view p.desktop-product-title {
    display: block;
    margin-bottom: 20px;
  }
  body.b2cinternacional.catalog-product-view #product-tabs-custom .tab-title {
    /*display: inline-block;*/
    font-size: 24px;
    line-height: 26px;
  }
  body.b2cinternacional div.page div.header-container {
    padding: 0 !important;
  }
  body.b2cinternacional div.page div.header-container div.header {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    align-items: center;
  }
  body.b2cinternacional div.page div.header-container div.header .logo {
    width: 20% !important;
    -webkit-align-self: unset;
    /* Safari 7.0+ */
    align-self: unset;
  }
  body.b2cinternacional div.page div.header-container div.header #nav {
    width: 60% !important;
    margin-top: 25px;
  }
  body.b2cinternacional div.page div.header-container div.header .links {
    width: 20% !important;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-align-self: center;
    /* Safari 7.0+ */
    align-self: center;
  }
  body.b2cinternacional div.page .accordion {
    display: none;
  }

  /*Ficha categoría*/
  body.b2cmultimarca.catalog-category-view .block-viewed {
    display: none;
  }
  body.b2cmultimarca.catalog-category-view .breadcrumbs .category-image {
    height: 350px;
    padding-top: 30px;
  }

  /* Fin ficha categoría */
}
/*-----------------------------*/
/*-----------------------------*/
/*--------  MEDIAQUERY 1200PX
/*-----------------------------*/
/*-----------------------------*/
/*-----------------------------*/
/*-----------------------------*/
/*--------  MEDIAQUERY 1440PX
/*-----------------------------*/
/*-----------------------------*/

/*# sourceMappingURL=custom-b2c-internacional.css.map */