/**
 * Recamoto — móvil, tablet y usabilidad
 * Se carga al final del <head> para ganar a global.css y a los módulos.
 * No sustituye el tema: solo corrige layout, toques y desbordes.
 */

/* -------------------------------------------------------------------------- */
/* Contenedor: en tablet global.css dejaba .container a max-width: 24%        */
/* -------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .container {
    width: auto;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* -------------------------------------------------------------------------- */
/* Base táctil                                                                */
/* -------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
}
img,
video,
iframe {
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  font-size: 16px !important; /* iOS no hace zoom al enfocar */
}
a,
button,
.btn,
input[type="submit"] {
  -webkit-tap-highlight-color: rgba(220, 20, 60, 0.18);
}

/* -------------------------------------------------------------------------- */
/* Teléfono y tablet (hasta 991px): menú hamburguesa, cabecera, listados      */
/* -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  html,
  body {
    max-width: 100%;
  }
  #page {
    overflow-x: hidden;
    max-width: 100%;
  }

  #columns {
    padding-top: 16px;
    padding-bottom: 28px;
  }

  header {
    padding-bottom: 0;
  }

  header .banner img {
    width: 100%;
    height: auto;
    display: block;
  }

  header .nav {
    font-size: 13px;
    overflow: visible;
  }
  header .nav nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  header .nav .header_user_info {
    float: none;
    display: block;
    border-left: none;
    max-width: 100%;
  }
  header .nav .header_user_info a {
    display: block;
    padding: 10px 12px;
    min-height: 44px;
    line-height: 24px;
  }
  header .nav .header_user_info a.account span {
    display: inline-block;
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
  }
  header .nav .header_user_logout {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  header .nav .header_user_info a.logout {
    background: #dc143c;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 14px;
  }

  header .row #header_logo {
    float: left;
    width: 58%;
    padding: 8px 10px 8px 15px;
  }
  header .row #header_logo img.logo {
    max-height: 48px;
    width: auto;
    max-width: 100%;
    margin: 0;
  }

  #search_block_top {
    float: none;
    clear: both;
    width: 100%;
    padding: 0 10px 10px;
  }
  #search_block_top #search_query_top {
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding-right: 52px;
    border-radius: 4px;
  }
  #search_block_top .btn.button-search {
    width: 48px;
    height: 44px;
    padding: 0;
    line-height: 44px;
    border-radius: 0 4px 4px 0;
  }

  .ac_results {
    width: auto !important;
    left: 10px !important;
    right: 10px !important;
    max-width: none;
  }
  .ac_results li {
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.35;
  }

  header .row > .col-sm-4 {
    float: left;
    width: 42%;
    padding: 8px 10px 8px 0;
    clear: none;
  }
  #header .shopping_cart,
  .shopping_cart {
    position: relative;
    z-index: 20010;
    width: 100%;
    float: none;
    margin: 0;
    padding-top: 0;
  }
  .shopping_cart > a:first-child {
    padding: 10px 8px;
    min-height: 44px;
    font-size: 13px;
    border-radius: 4px;
  }
  .shopping_cart > a:first-child:before {
    font-size: 18px;
    padding-right: 8px;
  }
  .shopping_cart > a:first-child:after {
    display: none;
  }
  /* Panel del carrito: ancho de pantalla, no 280px anclado a la derecha (se cortaba a la izquierda) */
  #header .cart_block {
    position: fixed !important;
    top: 58px !important;
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    max-width: none !important;
    z-index: 20011 !important;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  }
  #header .cart_block .cart-images img {
    max-width: 50px;
    height: auto;
  }
  #header .cart_block .cart-buttons a {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 8px;
  }

  /* Menú: hamburguesa también en tablet (el mega-menú no cabe) */
  .sf-menu {
    display: none;
  }
  .cat-title {
    display: block !important;
    font: 600 16px/20px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #dc143c;
    padding: 14px 48px 14px 18px;
    border: none;
    min-height: 48px;
    position: relative;
    cursor: pointer;
  }
  .cat-title:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    position: absolute;
    right: 16px;
    top: 14px;
    font-size: 20px;
    color: #fff;
  }
  .cat-title.active:after {
    content: "\f00d";
  }
  .cat-title:hover,
  .cat-title.active {
    background: #b01030;
    color: #fff;
    border: none;
  }

  #block_top_menu {
    float: none;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 5004;
  }
  #block_top_menu ul.sf-menu.menu-content {
    background: #fff;
    border-bottom: 1px solid #d6d4d4;
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  }
  .sf-menu > li {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    position: relative;
    margin: 0;
  }
  .sf-menu > li > a {
    padding: 14px 48px 14px 16px;
    min-height: 48px;
    font-size: 14px;
    text-transform: none;
    border-bottom: none;
  }
  .sf-menu > li.sfHover > a,
  .sf-menu > li > a:hover {
    background: #f6f6f6;
    color: #333;
    border-bottom: none;
  }
  .sf-menu ul,
  .sf-menu li ul,
  .sf-menu > li > ul {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    float: none;
    padding: 0 0 8px 0;
    box-shadow: none;
    background: #fafafa;
  }
  .sf-menu > li > ul > li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .sf-menu li li a,
  .sf-menu li li li a {
    display: block;
    padding: 12px 16px 12px 28px;
    min-height: 44px;
    font-size: 14px;
    line-height: 20px;
  }
  .sf-menu li li li a {
    padding-left: 40px;
  }
  .sf-menu li li li ul {
    padding-left: 0;
  }
  .menu-mobile-grover {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    z-index: 3;
    cursor: pointer;
  }
  .menu-mobile-grover:after {
    font-family: "FontAwesome";
    content: "\f067";
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #666;
  }
  .menu-mobile-grover.active:after {
    content: "\f068";
  }

  /* Listado de productos: 2 columnas en móvil, 3 en tablet */
  ul.product_list.grid > li {
    width: 50%;
    float: left;
    padding: 0 6px 14px;
    text-align: center;
  }
  ul.product_list.grid > li .product-container {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: visible;
    height: auto;
  }
  ul.product_list.grid > li .product-container .left-block,
  ul.product_list.grid > li .product-container .product-image-container {
    max-width: 100% !important;
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 6px;
    border: none;
    border-bottom: 1px solid #eee;
    overflow: visible;
  }
  ul.product_list a.product_img_link {
    display: block;
    width: 100%;
    overflow: visible;
  }
  /* global.css deja .img-responsive a max-width: 200px y recorta las miniaturas */
  ul.product_list img,
  ul.product_list img.img-responsive,
  ul.product_list img.replace-2x,
  ul.product_list .product-image-container img,
  #index ul.product_list img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }
  ul.product_list.grid > li .product-container h5 {
    min-height: 0;
    max-height: 2.7em;
    overflow: hidden;
    padding: 8px 8px 4px;
    font-size: 13px;
    line-height: 1.3;
  }
  ul.product_list.grid > li .product-container .button-container {
    display: block !important;
    margin-bottom: 8px;
    padding: 0 8px;
  }
  ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button,
  ul.product_list.grid > li .product-container .button-container span.button,
  ul.product_list.grid > li .product-container .button-container .lnk_view {
    display: block;
    width: 100%;
    margin: 0 0 6px 0;
    float: none;
  }
  ul.product_list.grid > li .product-container .button-container .btn span {
    display: block;
    padding: 8px 6px;
  }
  ul.product_list.grid > li .product-container .functional-buttons,
  ul.product_list .product-image-container .quick-view {
    display: none !important;
  }
  ul.product_list.grid > li .product-container .content_price {
    padding-bottom: 6px;
    font-size: 16px;
  }
  ul.product_list.grid > li.first-item-of-tablet-line,
  ul.product_list.grid > li.first-item-of-mobile-line,
  #index ul.product_list.tab-pane > li.first-item-of-tablet-line,
  #index ul.product_list.tab-pane > li.first-item-of-mobile-line {
    clear: none;
  }
  ul.product_list.grid > li:nth-child(2n + 1) {
    clear: left;
  }

  #index ul.product_list.tab-pane > li {
    padding-bottom: 14px;
    margin-bottom: 0;
  }

  #home-page-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 0 12px;
    padding: 0;
  }
  #home-page-tabs > li {
    display: table-cell;
    width: 33.33%;
    float: none;
    margin: 0;
    padding: 0;
  }
  #home-page-tabs > li a,
  #home-page-tabs > li.active a,
  #home-page-tabs > li a:hover {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 4px;
    text-align: center;
    margin: 0;
  }

  .breadcrumb {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .page-heading {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 14px;
  }

  .content_sortPagiBar .sortPagiBar #productsSortForm,
  .content_sortPagiBar .sortPagiBar .nbrItemPage,
  .content_sortPagiBar .display,
  .content_sortPagiBar .display_m {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .content_sortPagiBar .sortPagiBar #productsSortForm select,
  .content_sortPagiBar .sortPagiBar .nbrItemPage select {
    max-width: 100%;
    width: 100%;
  }

  #subcategories ul {
    margin: 0 -6px;
  }
  #subcategories ul li {
    width: 46%;
    height: auto;
    margin: 0 2% 12px;
  }

  .content_scene_cat span.category-name {
    font-size: 22px;
    line-height: 1.25;
  }
  .content_scene_cat .content_scene_cat_bg {
    padding: 12px;
  }

  /* Ficha de producto */
  .pb-left-column #image-block,
  .pb-left-column #views_block {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto 12px;
  }
  #thumbs_list {
    width: auto !important;
    float: none;
    overflow-x: auto;
  }
  #thumbs_list li {
    width: 72px;
    height: 72px;
  }
  .box-info-product .exclusive span {
    padding: 14px 16px !important;
    font-size: 16px !important;
    text-align: center !important;
  }
  .box-info-product #quantity_wanted_p input,
  .box-info-product #quantity_wanted {
    height: 44px;
    width: 64px;
    font-size: 16px;
  }
  .box-info-product .box-cart-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 40;
    background: #fff;
    padding: 8px 8px 10px;
    margin: 0 -5px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
  }

  /* Popup “añadido al carrito”: por encima del menú, botones en columna */
  body.recamoto-cart-open #block_top_menu,
  body.recamoto-cart-open .sf-contener {
    z-index: 1 !important;
  }
  .layer_cart_overlay {
    position: fixed !important;
    z-index: 29990 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #000;
    opacity: 0.55;
    filter: alpha(opacity=55);
  }
  #layer_cart {
    position: fixed !important;
    z-index: 30000 !important;
    top: 8px !important;
    left: 4% !important;
    right: 4% !important;
    width: 92% !important;
    margin: 0 !important;
    max-height: calc(100vh - 16px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  #layer_cart > .clearfix,
  #layer_cart .layer_cart_product,
  #layer_cart .layer_cart_cart {
    width: 100% !important;
    float: none !important;
    clear: both;
    display: block !important;
  }
  #layer_cart .layer_cart_product {
    padding: 16px 16px 8px !important;
    overflow: visible !important;
  }
  #layer_cart .layer_cart_product h2 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    padding-right: 40px !important;
    margin-bottom: 12px !important;
  }
  #layer_cart .layer_cart_product .product-image-container,
  #layer_cart .layer_cart_img {
    float: none !important;
    display: block !important;
    max-width: 140px !important;
    width: auto !important;
    margin: 0 auto 12px !important;
  }
  #layer_cart .layer_cart_img img,
  #layer_cart img.layer_cart_img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
  #layer_cart .layer_cart_product .layer_cart_product_info {
    padding-top: 0 !important;
    float: none !important;
    width: 100% !important;
    clear: both;
    text-align: center;
  }
  #layer_cart .layer_cart_cart {
    position: relative !important;
    min-height: 0 !important;
    padding: 12px 16px 16px !important;
    padding-bottom: 16px !important;
    border-left: none !important;
    border-top: 1px solid #d6d4d4;
  }
  #layer_cart .layer_cart_cart .button-container {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    padding: 10px 0 0 !important;
  }
  #layer_cart .button-container .btn,
  #layer_cart .button-container .continue,
  #layer_cart .button-container a,
  #layer_cart .button-container span.exclusive-medium,
  #layer_cart .button-container span.btn {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin: 0 0 8px !important;
    box-sizing: border-box !important;
  }
  #layer_cart .button-container .btn span,
  #layer_cart .button-container a span {
    display: block !important;
    width: 100% !important;
    float: none !important;
    padding: 12px 8px !important;
    box-sizing: border-box !important;
    white-space: normal;
  }
  #layer_cart .cross {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 6px;
    top: 6px;
    z-index: 30001;
  }
  /* El carrusel de relacionados monta fotos de 178px y se pisan en móvil */
  #layer_cart .crossseling {
    display: none !important;
  }
  body.recamoto-cart-open {
    overflow: hidden;
  }
  body.recamoto-cart-open .recamoto-call-fab,
  body.recamoto-cart-open #recamoto-cookie-fab {
    display: none !important;
  }

  /* Carrito y pedido */
  #order-detail-content #cart_summary td.cart_description,
  #cart_summary tbody td.cart_description {
    width: auto !important;
  }
  .cart_navigation .button-medium,
  .cart_navigation .button-exclusive {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
  .cart_voucher fieldset #discount_name {
    width: 100%;
    float: none;
    margin: 0 0 8px;
  }
  ul.step li {
    width: 100%;
    float: none;
    border-left-width: 1px;
  }
  ul.footer_links {
    height: auto;
  }
  ul.footer_links li {
    float: none;
    margin: 0 0 8px;
  }

  /* Slider portada */
  #homepage-slider {
    float: none;
    padding-top: 8px;
    margin-bottom: 10px;
  }
  #homepage-slider .homeslider-description {
    padding: 12px;
  }
  #homepage-slider .homeslider-description h2 {
    font-size: 1.2em;
  }
  #homepage-slider .homeslider-description p {
    width: 90%;
    font-size: 13px !important;
    display: none;
  }

  .block .list-block .form-group select {
    width: 100%;
    max-width: 100%;
  }

  #guestTracking .form-control,
  #password .box .form-group .form-control,
  #pagenotfound .pagenotfound .form-control,
  form#sendComment p.text input,
  form#sendComment p.textarea textarea {
    width: 100%;
    max-width: 100%;
  }

  .footer-container .container {
    padding-bottom: 80px;
  }
  .footer-container #footer .bottom-footer {
    position: relative;
    bottom: auto;
    left: auto;
  }

  /* Teléfono a un toque */
  #block_contact_infos .js-phone-link {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
  }

  .recamoto-account-logout {
    margin: 16px 0 8px;
  }
  .recamoto-account-logout .btn {
    display: block;
    width: 100%;
    text-align: center;
    min-height: 44px;
    line-height: 24px;
    padding: 10px 12px;
    background: #dc143c;
    border-color: #dc143c;
    color: #fff;
  }
  .recamoto-account-logout .btn span {
    color: #fff;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  ul.product_list.grid > li {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.product_list.grid > li {
    width: 33.333%;
  }
  ul.product_list.grid > li:nth-child(2n + 1) {
    clear: none;
  }
  ul.product_list.grid > li:nth-child(3n + 1) {
    clear: left;
  }
  header .row #header_logo {
    width: 34%;
  }
  header .row > .col-sm-4 {
    width: 33%;
  }
  #search_block_top {
    float: left;
    clear: none;
    width: 33%;
    padding: 8px 10px;
  }
}

/* Botón llamar (solo táctil) */
.recamoto-call-fab {
  display: none;
}
@media (max-width: 991px) {
  .recamoto-call-fab {
    display: block;
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 9998;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #dc143c;
    color: #fff !important;
    text-align: center;
    line-height: 52px;
    font-size: 22px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
    text-decoration: none !important;
  }
  .recamoto-call-fab:hover,
  .recamoto-call-fab:focus {
    color: #fff !important;
    background: #b01030;
  }
}

/* -------------------------------------------------------------------------- */
/* Checkout: PayPal admite tarjeta sin cuenta                                 */
/* -------------------------------------------------------------------------- */
p.payment_module.paypal a,
p.payment_module.recamoto-paypal-option a {
  padding: 16px 40px 16px 18px;
  letter-spacing: 0;
  line-height: 1.3;
  overflow: hidden;
}
p.payment_module.paypal a img,
p.payment_module.recamoto-paypal-option a img {
  float: left;
  margin: 2px 14px 0 0;
}
.recamoto-paypal-copy {
  display: block;
  overflow: hidden;
}
.recamoto-paypal-note {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #1a1a1a;
  line-height: 1.35;
}
@media (max-width: 767px) {
  p.payment_module.paypal a,
  p.payment_module.recamoto-paypal-option a {
    padding: 14px 16px;
  }
  p.payment_module.paypal a img,
  p.payment_module.recamoto-paypal-option a img {
    float: none;
    display: block;
    margin: 0 0 8px;
  }
}

/* -------------------------------------------------------------------------- */
/* Checkout: transferencia bancaria                                           */
/* -------------------------------------------------------------------------- */
p.payment_module.recamoto-bankwire-option {
  margin-bottom: 12px;
}
p.payment_module a.recamoto-bankwire {
  display: block;
  border: 1px solid #d6d4d4;
  background: #f4f8fb;
  padding: 16px 40px 16px 18px;
  letter-spacing: 0;
  line-height: 1.3;
  overflow: hidden;
}
p.payment_module a.recamoto-bankwire:hover {
  background: #eaf2f8;
}
p.payment_module a.recamoto-bankwire img {
  float: left;
  margin: 2px 14px 0 0;
}
.recamoto-bankwire-copy {
  display: block;
  overflow: hidden;
}
.recamoto-bankwire-note {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #333;
}
@media (max-width: 767px) {
  p.payment_module a.recamoto-bankwire {
    padding: 14px 16px;
  }
  p.payment_module a.recamoto-bankwire img {
    float: none;
    display: block;
    margin: 0 0 8px;
  }
}

/* -------------------------------------------------------------------------- */
/* Catálogo Busque su moto: marcas y modelos con foto                         */
/* -------------------------------------------------------------------------- */
#subcategories.recamoto-catalog {
  margin: 0 0 28px;
  padding: 16px 16px 8px;
  background: #f4f4f4;
  border: none;
}
#subcategories.recamoto-catalog .subcategory-heading {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-transform: none;
}
#subcategories.recamoto-catalog ul {
  margin: 0 -8px;
}
#subcategories.recamoto-catalog ul li {
  width: 25%;
  height: auto;
  min-height: 0;
  margin: 0 0 20px;
  padding: 0 8px;
  text-align: center;
}
#subcategories.recamoto-catalog .subcategory-image {
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
#subcategories.recamoto-catalog .subcategory-image a {
  display: block;
  padding: 10px;
}
#subcategories.recamoto-catalog .subcategory-image img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
#subcategories.recamoto-catalog .subcategory-name {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.3;
  color: #222;
  font-weight: 600;
  white-space: normal;
}
@media (max-width: 991px) {
  #subcategories.recamoto-catalog ul li {
    width: 33.33%;
  }
  #subcategories.recamoto-catalog .subcategory-image img {
    height: 110px;
  }
}
@media (max-width: 767px) {
  #subcategories.recamoto-catalog {
    padding: 12px 8px 4px;
  }
  #subcategories.recamoto-catalog ul li {
    width: 50%;
    margin: 0 0 14px;
  }
  #subcategories.recamoto-catalog .subcategory-image img {
    height: 96px;
  }
}

/* Honeypot del formulario de contacto (no usar display:none: los bots lo detectan) */
.contact-form-box .recamoto-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* PayPal Express junto a «Añadir al carrito» */
.recamoto-express-checkout,
#container_express_checkout.recamoto-express-checkout {
  float: none;
  clear: both;
  margin: 14px 0 4px;
  padding: 14px 0 0;
  border-top: 1px solid #e5e5e5;
  text-align: left;
}
.recamoto-paypal-btn {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 16px;
  border: 0;
  border-radius: 6px;
  background: #ffc439;
  color: #111 !important;
  text-align: left;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 2px 0 #e2ad2b;
  appearance: none;
  -webkit-appearance: none;
}
.recamoto-paypal-btn:hover,
.recamoto-paypal-btn:focus {
  background: #f5b82e;
  color: #111;
  outline: none;
}
.recamoto-paypal-btn:active {
  background: #e6a91f;
  box-shadow: none;
}
.recamoto-paypal-btn-mark {
  flex: 0 0 auto;
  display: block;
  margin-right: 12px;
  line-height: 0;
}
.recamoto-paypal-btn-copy {
  display: block;
  overflow: hidden;
  line-height: 1.25;
}
.recamoto-paypal-btn-copy strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.recamoto-paypal-btn-copy em {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: #222;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .recamoto-paypal-btn {
    padding: 14px 14px;
  }
  .recamoto-paypal-btn-copy strong {
    font-size: 15px;
  }
}
