/* THEHME CSS */

/* containers */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 1440px) {
  .container {
    max-width: 100%;
  }
} /* end media*/

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
} /* end media*/
@media (min-width: 1920px) {
  .container-fluid {
    max-width: 1920px;
  }
} /* end media*/

body {
  font-size: 17px;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 22px;
  }
} /* end media */

.display-1 strong,
.fw-bolder,
.fw-bolder strong {
  font-weight: 900 !important;
}

/* header */
.navbar-brand img {
  max-width: 175px;
  height: auto;
}

.top-header {
  padding-top: 7px;
}

.redes-contacto img {
  max-width: 50px;
}

.nav-link {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link:hover,
.active .nav-link {
  color: #fff;
}

/*  menu tienda mi cuenta */
.container-menu-tienda-mov ul {
  text-align: right;
  margin-top: -10px;
  margin-bottom: 0;
}

/* .menu-tienda li {
  display: inline-block;
  list-style: none;
}
.menu-tienda li a {
  color: #313131 !important;
  font-size: 16px;
  font-weight: 500;
}
.menu-tienda li a:hover {
  color: #000 !important;
} */

/* .menu-item-389,
.menu-item-390 {
  padding-left: 5px;
  padding-right: 5px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: 100px;
  line-height: 1.4;
}
.menu-item-389 {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person" viewBox="0 0 16 16"><path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z"/></svg>');
}
.menu-item-390 {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart2" viewBox="0 0 16 16"><path d="M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5M3.14 5l1.25 5h8.22l1.25-5zM5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0m9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0"/></svg>');
} */

/* etiqueta añadida en el menu que pone la descripcion */
/* #mega-menu-wrap-primary
  #mega-menu-primary
  a.mega-menu-link
  .mega-description-group
  .mega-menu-description {
  display: none;
} */

/* 
@media only screen and (min-width: 768px) {
  .container-menu-tienda-desktop .menu-nav-tienda {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 400px;
    z-index: 100;
  }
  .menu-item-389 {
    width: 112px;
    text-indent: 18px;
    text-align: left;
  }
} */

/*  end css */

/*
  #main-menu .dropdown-item:focus, #main-menu  .dropdown-item:hover {
    background-color: none!important; 
  }*/
.offcanvas-body .nav-link:focus,
.offcanvas-body .nav-link:hover {
  color: #fff !important;
}

/* MEGA MENU */

.mega-sub-menu .mega-sub-menu {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  min-height: 72vh;
}

.mega-block-title {
  display: none !important;
}

/* estilos submenus desplegables .menu */

.mega-menu-item .menu {
  line-height: 100%;
  list-style: none;
  padding: 0 0 4px 0px;
  margin: 0;
}

.menu li a {
  color: #fff;
  text-decoration: none;
}
.menu li a:hover {
  color: #2273b9;
}

/* tamaños menu desktop responsive */
/* primer nivel menu */
.menu li {
  color: #fff;
  padding-bottom: 20px;
  padding: 0;
  line-height: 120%;
  font-weight: 700;
}
.menu .sub-menu {
  padding-left: 0;
  padding-top: 10px;
  line-height: 130%;
  list-style: none;
  display: none;
  margin: 0;
  font-weight: 700;
  min-width: 260px;
  overflow: visible;
}
.menu .sub-menu .sub-menu {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 400;
  display: block;
}
.menu li {
  font-size: 2.5vw;
}
.menu .sub-menu li {
  font-size: 2vw;
}
.menu .sub-menu .sub-menu li {
  font-size: 1.6vw;
}
.menu .sub-menu .sub-menu li a {
  font-weight: 400;
}

/* movil flechita */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  min-width: 90px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .navbar-brand img {
    max-width: 22vw;
  }

  .top-header {
    padding-top: 25px;
  }

  .redes-contacto img {
    max-width: 75px;
  }

  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    padding-top: 15px !important;
    font-weight: 800 !important;
  }
  /* item lavanderia*/
  #mega-menu-2005-0-0 {
    width: 21% !important;
    margin-left: 6% !important;
  }
  /* item frío */
  #mega-menu-2005-0-2 {
    width: 12% !important;
  }
} /*  end css */

/*  end css */
@media only screen and (min-width: 1200px) {
  .navbar-brand img {
    max-width: 320px;
  }
}
@media only screen and (min-width: 1400px) {
  /* primer nivel menu visible MENU PRINCIPAL */
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 32px;
  }
  .menu li {
    font-size: 32px;
  }

  .menu .sub-menu li {
    font-size: 24px;
    padding-top: 3px;
  }
  .menu .sub-menu .sub-menu li {
    font-size: 18px;
  }
} /*  end css */

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"><g><rect x="2.2" y="9.6" style="fill:%23000;" width="45.7" height="6.4"/><rect x="2.2" y="21.8" style="fill:%23000;" width="45.7" height="6.4"/><rect x="2.2" y="34" style="fill:%23000;" width="45.7" height="6.4"/></g></svg>');
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler-icon:focus,
.btn-close:focus {
  outline: none !important;
  border: none !important;
  border-width: 0;
  box-shadow: none !important;
  border: none;
}

/* botones */
.btn-primary,
.understrap-read-more-link,
.active > .page-link,
.page-link.active {
  background-color: #000;
  border: none;
}

.btn-primary:hover,
.understrap-read-more-link:hover .active > .page-link:hover {
  background-color: #000;
  border: none;
}

.wp-block-button__link {
  background-color: #000;
  color: #fff;
  border: none;
  line-height: 100%;
}

.wp-block-button__link:hover {
  background-color: #2273b9;
  color: #fff;
}

.wp-block-image a img:hover {
  opacity: 0.75;
}
/* contact form  */

.wpcf7 {
  max-width: 100% !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea {
  border-radius: 0;
  background: transparent !important;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  color: #000;
  font-size: 18px;
}

.wpcf7 input[type="submit"] {
  width: 240px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 0;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-transform: uppercase;
}

.wpcf7 input[type="submit"]:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.wpcf7 input[type="submit"]:disabled {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 20px !important;
  color: #000;
  background-color: #99cc99;
  border: none !important;
}

.wpcf7-form ::placeholder {
  color: #000 !important;
  font-weight: normal;
  font-size: 18px;
}

.wpcf7-not-valid-tip {
  color: #000 !important;
  font-weight: normal;
  font-size: 15px;
  padding: 10px;
}

.wpcf7-form textarea {
  height: 90px;
}
.wpcf7-form select {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>')!important;
  background-position: 97% center !important;
  background-repeat: no-repeat !important;
  padding-right: 7px !important;
}

.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  box-shadow: none;
  border-color: #000;
}

@media only screen and (min-width: 768px) {
  .wpcf7 input[type="submit"] {
    font-size: 30px;
    margin-right: 0;
  }

  .wpcf7-form ::placeholder {
    font-size: 24px;
  }

  .form-control,
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="number"],
  .wpcf7-form select,
  .wpcf7-form textarea {
    font-size: 24px;
  }
}

/*  end css */
.form-privacidad,
.aceptance {
  color: #000;
  font-size: 14px;
  line-height: 120%;
}

.form-privacidad a,
.aceptance a {
  color: #000;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .form-privacidad,
  .aceptance {
    font-size: 17px;
  }
} /*  end css */

.form-inicio .aceptance,
.form-inicio .form-privacidad,
.form-inicio .aceptance a,
.form-inicio .form-privacidad a,
.form-inicio .wpcf7-form input[type="text"],
.form-inicio .wpcf7-form input[type="tel"],
.form-inicio .wpcf7-form input[type="email"],
.form-inicio .wpcf7-form textarea,
.form-inicio .wpcf7-form ::placeholder {
  color: #fff !important;
}

.form-inicio .wpcf7-form input[type="text"],
.form-inicio .wpcf7-form input[type="tel"],
.form-inicio .wpcf7-form input[type="email"],
.form-inicio .wpcf7-form textarea {
  border-bottom: 1px solid #fff;
}

/* footer */

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #fff;
  color: #000;
}

#wrapper-footer-full a {
  color: #000;
}

/* menu legales*/
.footer-basic ul {
  list-style: none;
  margin: 10px auto;
  text-align: center;
  padding-left: 0;
}

.footer-basic ul li {
  display: inline-block;
  padding: 5px;
}

.footer-basic ul li a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}

.footer-basic ul li a:hover,
.footer-basic ul .current-menu-item a {
  color: #2273b9;
}

.logo-footer img {
  width: 250px;
  height: auto;
  margin: 25px auto;
}

.busqueda-productos {
  position: absolute;
  top: 10px;
  right: 5px;
  max-width: 250px;
  height: 20px;
  z-index: 200;
}

header .busqueda-productos .input-group-append,
header .busqueda-productos .input-group-append,
.busqueda-productos .input-group-append {
  display: none;
}

header .search-field {
  border-radius: 0;
  border: 1px solid #666 !important;
  max-width: 100%;
  height: 25px;
  font-size: 15px;
  line-height: 1;
}
header .search-field::placeholder {
  color: #666 !important;
}

.carrito:hover {
  fill: #2273b9;
}

@media only screen and (min-width: 768px) {
  .footer-basic ul li:first-child ::after,
  .footer-basic ul li:nth-child(2) ::after,
  .footer-basic ul li:nth-child(3) ::after {
    content: "   ∙  ";
    min-width: 15px;
    text-align: right;
    font-weight: 700;
  }

  .footer-basic ul {
    margin: 0;
    text-align: right;
  }
  .footer-basicul li {
    text-align: right;
  }

  .logo-footer img {
    width: 320px;
    margin: 10px 0 25px;
  }

  #block-8 .border-5 {
    border-top: 8px solid #000 !important;
  }
} /*  end css */

@media only screen and (min-width: 1200px) {
  .footer-basic ul li a {
    font-size: 26px;
    font-weight: 900;
  }
} /*  end css */

/* slick  en fichas producto */

@media only screen and (max-width: 768px) {
  .lazy .slick-prev,
  .lazy .slick-next {
    display: none !important;
  }
}

.lazy .slick-prev {
  z-index: 20;
  opacity: 1;
}

.lazy .slick-next {
  right: -25px !important;
  z-index: 20;
  opacity: 1;
}

.lazy .slick-prev::before {
  content: "";
  background: transparent
    url("https://corequip.es/wp-content/themes/corequip_theme/img/flecha-slider-left.svg")
    no-repeat left center;
  padding: 10px;
}

.lazy .slick-next::before {
  content: "";
  background: transparent
    url("https://corequip.es/wp-content/themes/corequip_theme/img/flecha-slider-right.svg")
    no-repeat right center;
  padding: 10px;
}

.slick-dots li button:before {
  font-size: 45px !important;
}

.slider-tienda .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* paginacion */
.pagination {
  margin-top: 40px;
  border-radius: 0 !important;
}

.pagination .page-item a,
.pagination .page-item .current {
  padding: 5px 15px;
  border-radius: 0 !important;
  font-size: 120%;
}

.page-link:focus {
  background-color: #ddd !important;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
}

@media only screen and (min-width: 768px) {
  .pagination .page-item a,
  .pagination .page-item .current {
    padding: 1rem 0.5rem;
  }

  .slick-dots li button:before {
    font-size: 75px;
  }
}

/* end media */

/*  woo comerce diseño css */

.woocommerce-product-gallery,
.woocommerce #content div.product div.summary {
  width: 100% !important;
  max-width: 100% !important;
}
.woocommerce-Price-amount {
  margin-right: 20px;
  font-weight: bold;
  font-size: 2.5rem;
}

.woocommerce #content div.product div.summary .cart button {
  margin-top: 10px;
  margin-right: 20px;
}

.woocommerce div.product form.cart div.quantity {
  float: right;
  margin-right: 20px;
  /*  lo ocultamos por diseño */
  display: none;
}
.woocommerce div.product div.images {
  width: 100% !important;
  margin-right: 0 !important;
}

.woocommerce-products-header__title.page-title {
  font-weight: 900;
  padding-bottom: 30px;
  padding-top: 30px;
}

/* btn comprar */
.woocommerce #content div.product div.summary .cart .btn-primary,
.add_to_cart_button,
.wc-block-cart__submit-button {
  background-color: #ff0000;
  color: #fff;
  font-size: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  font-weight: 500;
}

.wc-block-cart__submit-button:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce-cart .add_to_cart_button,
.archive.tax-product_tag .add_to_cart_button {
  display: none !important;
}
.archive.tax-product_tag.term-ocasion .add_to_cart_button {
  display: inline-block !important;
}
.woocommerce #content div.product div.summary .cart .btn-primary:hover,
.add_to_cart_button:hover {
  background-color: #000;
}

/* OCULTAMOS COSAS EN LA FICHA PRODUCTO */

/*
 .product .tabs.wc-tabs, */
.woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-product-details__short-description,
.product .product_meta .sku_wrapper,
.product .product_meta,
.posted_in {
  display: none;
}

.product h2 a,
.woocommerce ul.products li.product a .woocommerce-loop-product__title,
.busqueda-producto h2 {
  font-weight: 800;
  font-size: 22px;
  display: block;
}

@media (min-width: 768px) {
  .woocommerce ul.products li.product a .woocommerce-loop-product__title,
  .busqueda-producto h2 {
    font-size: 3vw;
    min-height: 100px;
  }
}
@media (min-width: 1024px) {
  .woocommerce ul.products li.product a .woocommerce-loop-product__title,
  .busqueda-producto h2 {
    font-size: 2vw;
  }
}
@media (min-width: 1400px) {
  .woocommerce ul.products li.product a .woocommerce-loop-product__title,
  .busqueda-producto h2 {
    font-size: 2rem;
    min-height: 120px;
  }
}

.stock {
  text-align: right;
  padding-right: 25px;
  display: none;
}
.hr-tit-relacionados {
  border-top: 8px solid #000;
  padding-top: 20px;
  opacity: 1;
}
.hr-tit-producto {
  border-top: 4px solid #000;
  padding-top: 20px;
  opacity: 1;
  max-width: 700px;
}
.wcpoa_title_with_link,
.link-adjunto {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 63 50" style="enable-background:new 0 0 63 50;" xml:space="preserve"><path style="fill:%232273B9;" d="M54.5,21.1c0.7,0.8,1.1,1.7,1.1,2.8c0,1.1-0.4,2-1.1,2.7L34.8,46.4c-0.8,0.7-1.7,1.1-2.8,1.1c-1.1,0-2-0.4-2.7-1.1L9.5,26.6c-0.8-0.7-1.2-1.6-1.2-2.7c0-1.1,0.4-2,1.2-2.8l2.2-2.3c0.8-0.7,1.7-1.1,2.8-1.1c1.1,0,2,0.4,2.7,1.1l8.9,8.9V6.4c0-1.1,0.4-2,1.2-2.7c0.8-0.8,1.7-1.2,2.7-1.2h3.9c1.1,0,2,0.4,2.7,1.2c0.8,0.8,1.2,1.7,1.2,2.7v21.4l8.9-8.9c0.7-0.7,1.7-1.1,2.7-1.1c1.1,0,2,0.4,2.8,1.1L54.5,21.1L54.5,21.1z"/></svg>');
  padding: 15px 70px 15px 15px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 45px;
  display: block;
  border: 1px solid #000;
  margin: 0 0.5rem;
  text-decoration: none;
  font-size: 18px;
}

.wcpoa_title_with_link:hover,
.link-adjunto:hover {
  background-color: #000;
  color: #fff;
}

@media (min-width: 768px) {
  .wcpoa_title_with_link,
  .link-adjunto {
    background-size: 80px;
    padding: 10px 90px 30px 30px;
    width: 100%;
    font-size: 24px;
    background-position: 25px right;
    min-height: 100px;
  }
  .wcpoa_attachment {
    display: inline-block;
    margin-top: 25px;
    max-width: 400px;
    min-height: 150px;
    vertical-align: top;
  }

  .woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachment_name {
    max-width: 95% !important;
  }
}

.woocommerce-Tabs-panel--additional_information.d-block {
  display: none !important;
}

/* forzar 1 columna en listado productos woo*/

@media (max-width: 577px) {
  /* Clases de WooCommerce para los productos en la lista */
  .woocommerce ul.products li.product {
    width: 100% !important; /* Fuerza el ancho al 100% para una sola columna */
    margin-right: 0 !important; /* Elimina el margen a la derecha */
  }

  /* Ajuste para eliminar márgenes o espacios adicionales si los hubiera */
  .woocommerce ul.products {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Para el nombre de la cuenta en la página de Gracias y en el correo electrónico */
.wc-bacs-bank-details-account-name {
  color: #2273b9; /* Tu color azul deseado */
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}

.z-index-1 {
  z-index: -1;
}

.enlaces-inicio {
  z-index: 20;
}

.w-img-125 {
  width: 125%;
  height: auto;
  max-width: none;
}

@media only screen and (min-width: 768px) {
  .position-absolute-2 {
    position: absolute;
  }

  .inicio {
    max-height: 70vh;
    overflow: hidden;
  }

  .img-inicio {
    max-width: 125%;
    width: 125%;
    margin-top: 10%;
    margin-left: -15%;
  }

  .img-mercado-1 {
    max-width: 130%;
  }

  .img-mercado-2 {
    margin-top: 15%;
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
  }

  .enlaces-inicio {
    height: 100%;
    width: 100%;
  }

  .nosotros,
  .ocasion,
  .marca {
    max-height: 750px;
  }

  .servicio {
    max-height: 600px;
  }

  .marca2 {
    max-height: 850px;
  }

  .margen-start {
    margin-left: 10vw;
  }

  .margen-end {
    margin-right: 10vw;
  }

  .img-left-25 {
    margin-left: -25%;
  }

  .img-right-25 {
    margin-right: -25%;
  }

  .img-top-30 {
    margin-top: -30%;
  }

  .mercado .h-40 {
    max-height: 400px;
  }

  .mercado .h-80 {
    max-height: 80vh;
  }
} /* end media*/

@media only screen and (min-width: 1024px) {
  .inicio {
    max-height: 100vh;
  }
} /* end media*/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .inicio {
    max-height: 50vh;
  }
} /* end media*/

/* enlaces inicio*/
.link-inicio {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  opacity: 0;
}

.link-inicio:hover {
  opacity: 1;
  background-color: #2273b9;
  background-color: rgba(35, 115, 185, 0.6);
  align-items: center;
}

.link-inicio:active {
  background-color: rgba(0, 0, 0, 0.8);
}

.link-inicio strong {
  display: block;
  width: 100%;
}

.col-enlace {
  border: 1px #000 solid;
  position: relative;
  text-align: center;
}

/* nosotros */

.parallax-container {
  height: 30vh;
  overflow: hidden;
  position: relative;
}

.parallax-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .parallax-container {
    height: 50vh;
  }
}

/* end media*/

@media only screen and (min-width: 1200px) {
  .parallax-container {
    height: 70vh;
  }
}

/* end media*/
@media only screen and (min-width: 1400px) {
  .display-1.txt-marca {
    font-size: 9rem;
  }
} /* end media*/

.listado-productos {
  font-size: 22px;
}
.listado-productos .textos {
  background-color: #fff;
  padding: 0px 20px 10px;
}

.listado-productos .numero {
  color: #2273b9;
  font-weight: 900;
  font-size: 65px;
  margin-bottom: 0;
}

.listado-productos h3 {
  font-weight: 900;
  font-size: 40px;
  padding-bottom: 20px;
}
.listado-productos h3 a {
  color: #000;
  text-decoration: none;
  font-weight: 900;
}
.listado-productos h3 a:hover {
  color: #2273b9;
}

.products a img {
  border: 1px solid #000;
}
.woocommerce ul.products li.product .price {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.single-product .price {
  text-align: right;
}
.related a .woocommerce-loop-product__title {
  color: #2273b9;
  font-weight: 900;
  margin-bottom: 30px;
}
.related a:hover .woocommerce-loop-product__title {
  color: #000 !important;
}

.archive.tax-product_cat .add-to-cart-container,
.archive.tax-product_cat .woocommerce-Price-amount,
.archive.tax-product_cat .price,
.related .add-to-cart-container,
.related .price {
  display: none !important;
}

.producto-ocasion h1 {
  color: red !important;
}
.producto-ocasion .related {
  display: none;
}

@media only screen and (min-width: 768px) {
  .listado-productos .textos {
    min-height: 240px;
  }
  .listado-productos {
    font-size: 2vw;
  }

  .listado-productos .numero {
    font-size: 6.5vw;
  }

  .listado-productos h3 {
    font-size: 4vw;
    line-height: 100%;
  }
  .woocommerce ul.products li.product .price {
    font-size: 26px;
  }
  .pagination .page-item a,
  .pagination .page-item .current,
  .page-item:not(:first-child) .page-link,
  .woocommerce .woocommerce-pagination ul.page-numbers li,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    padding: 1rem !important;
  }
} /* end media */

@media only screen and (min-width: 1024px) {
  .listado-productos .textos {
    min-height: 320px;
  }
} /* end media*/

@media only screen and (min-width: 1400px) {
  .listado-productos .textos {
    min-height: 390px;
  }
  .listado-productos {
    font-size: 2rem;
  }

  .listado-productos .numero {
    font-size: 8rem;
  }

  .listado-productos h3 {
    font-size: 3.8rem;
  }
} /* end media */

.product-attributes-list {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.navigation,
.woocommerce-pagination {
  margin-top: 50px;
  margin-bottom: 50px;
}

.woocommerce nav.woocommerce-pagination {
  text-align: left;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li:hover,
.woocommerce nav.woocommerce-pagination ul li:hover a {
  background: #000;
  color: #fff;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

/*. diseño miniaturas del slider en la ficha producto */
.foto-producto img {
  max-width: 640px;
  margin: 0 auto;
}

.flex-viewport {
  border: 1px solid #666;
  margin-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  padding: 10px;
  border: 1px solid #666;
}

#tab-description {
  padding-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
  .flex-control-thumbs {
    position: absolute;
    top: 0;
    width: 10%;
    left: 0;
    display: block;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    display: block;
    float: none;
    clear: both;
    width: 100% !important;
    margin: 0 0 5px 0;
    line-height: 1;
  }
  #tab-description {
    padding-bottom: 50px;
  }

  .flex-viewport {
    margin-left: 14%;
  }

  /* ocultamos miniaturas */
  .woocommerce div.product div.images .flex-control-thumbs li:nth-child(5),
  .woocommerce div.product div.images .flex-control-thumbs li:nth-child(6),
  .woocommerce div.product div.images .flex-control-thumbs li:nth-child(7),
  .woocommerce div.product div.images .flex-control-thumbs li:nth-child(8) {
    display: none !important;
  }
} /* end media*/

.legales,
.legales p {
  font-size: 1rem;
}
.legales h1 {
  font-size: 1.6rem;
  font-weight: bolder;
}
.legales h2 {
  font-size: 1.4rem;
  margin-top: 25px;
}
.legales h3 {
  font-size: 1.2rem;
}
