a:focus {
  outline: none;
}

@font-face {
  font-family: "barlowregular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Barlow-Regular.woff") format("woff");
}
@font-face {
  font-family: "barlowmedium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Barlow-Medium.woff") format("woff");
}
@font-face {
  font-family: "barlowbold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Barlow-Bold.woff") format("woff");
}
@font-face {
  font-family: "barlow_condensedbold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BarlowCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "barlow_condensedblack";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BarlowCondensed-Black.woff") format("woff");
}
html, body, .site {
  font-family: "barlowregular";
  font-size: 24px;
  overflow-x: hidden;
}

strong {
  font-family: "barlowbold";
}

h1 {
  font-family: "barlow_condensedblack";
  color: #0D5C2F;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-family: "barlow_condensedblack";
  color: #0D5C2F;
  font-size: 2.67rem;
  text-transform: uppercase;
  text-align: center;
}

h4 {
  font-family: "barlow_condensedblack";
  font-size: 1.25rem !important;
  text-transform: uppercase;
  text-align: left;
}

.button {
  padding: 10px 60px;
  color: white;
  background: #0D5C2F;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.button:hover, .button:visited {
  color: white;
}

.wp-pagenavi {
  text-align: center;
  font-size: 0.875rem;
}
.wp-pagenavi span, .wp-pagenavi a {
  border: none !important;
  font-family: "barlowmedium";
}
.wp-pagenavi a {
  color: #0D5C2F;
}
.wp-pagenavi .current {
  color: #ccc;
}

.woocommerce-cart .gtw-add-order-gift-wrapper-content {
  margin-top: 30px;
}
.woocommerce-cart .gtw-add-order-gift-wrapper-content button {
  background: none;
  border: 1px solid #0D5C2F;
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 18px;
}
.woocommerce-cart .gtw-add-order-gift-wrapper-content button:hover {
  color: #0D5C2F;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  font-size: 12px;
  color: #0D5C2F;
}

section {
  padding: 50px 0;
}

.site-header {
  margin-bottom: 50px;
}
.site-header .top-bar a {
  text-decoration: none;
}
.site-header .top-bar {
  padding: 10px 0;
  background: #0D5C2F;
  margin-bottom: 50px;
}
.site-header .top-bar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-header .top-bar .container .left {
  display: flex;
  align-items: center;
}
.site-header .top-bar .container .left .kofradia {
  border-radius: 15px;
  background: white;
  padding: 0 30px;
}
.site-header .top-bar .container .left .ssnn img {
  margin-left: 30px;
}
.site-header .top-bar .container .right {
  display: flex;
}
.site-header .top-bar .container .right a {
  margin-right: 30px;
  position: relative;
}
.site-header .top-bar .container .right .contador-carrito {
  position: absolute;
  top: -8px;
  right: -10px;
  background: red;
  color: white;
  font-size: 12px;
  font-family: "barlowbold";
  padding: 2px 6px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}
.site-header .top-bar .container .right .langs .wpml-ls {
  width: 85px;
}
.site-header .top-bar .container .right .langs .wpml-ls ul li {
  background: none;
}
.site-header .top-bar .container .right .langs .wpml-ls ul li ul {
  border: 0 !important;
}
.site-header .top-bar .container .right .langs .wpml-ls ul li a {
  color: white;
  margin-right: 0;
  background: #0D5C2F;
  border: none;
  padding: 5px 30px 10px 15px;
}
.site-header .top-bar .container .right .langs .wpml-ls ul li a.wpml-ls-item-toggle:after {
  content: "";
  border: 0;
  width: 20px;
  height: 20px;
  background: url("../images/arrow-down.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
  margin-top: -5px;
  filter: invert(99%) sepia(3%) saturate(0%) hue-rotate(225deg) brightness(104%) contrast(101%);
}
.site-header .site-branding {
  display: none;
}
.site-header .main-navigation {
  transform: translateX(40px);
  display: flex;
  justify-content: center;
}
.site-header .main-navigation .nav-menu {
  display: flex;
  align-items: center;
}
.site-header .main-navigation .nav-menu li a {
  color: black;
  font-size: 1.5rem;
  margin: 0 20px;
}
.site-header .main-navigation .nav-menu li.menu-logo {
  width: 180px;
  height: 180px;
  margin: 0 30px;
  background: url("../images/donepedro.png") no-repeat;
  background-size: contain;
}
.site-header .main-navigation .nav-menu li.menu-logo a {
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.site-header .main-navigation .nav-menu li.current-menu-item {
  font-family: "barlowbold";
}

.woocommerce .main-navigation ul li:nth-of-type(2) a {
  font-family: "barlowbold";
}

ul.products a {
  text-decoration: none;
}
ul.products li.product {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
ul.products li.product img {
  width: 100%;
  border: 1px solid #e9e9e9;
}
ul.products li.product h2 {
  font-size: 1rem;
  color: black;
  font-family: "barlowbold";
  margin: 20px 0 0 0;
  text-align: left;
  text-transform: initial;
}
ul.products li.product p {
  font-size: 0.875rem;
  color: black;
  margin: 0;
}
ul.products li.product .price {
  font-size: 1.5rem;
  color: black;
  font-family: "barlow_condensedbold";
}
ul.products li.product .subtitle {
  color: black;
}
ul.products li.product .button {
  padding: 3px 20px;
  font-size: 0.75rem;
}

.home section.slider h1 {
  font-family: "barlow_condensedblack";
  color: #0D5C2F !important;
  font-size: 4rem !important;
  text-transform: uppercase;
  text-align: center;
  color: black !important;
  width: 720px !important;
  display: block;
  margin: 0 auto;
  line-height: 0.95em;
}
.home section.slider img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
.home section.slider p {
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
}
.home section.slider .button {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 5px 70px;
}
.home section.intro .row {
  display: flex;
  align-items: center;
}
.home section.intro .img-wrapper img {
  width: 100%;
}
.home section.intro .note {
  font-size: 0.75rem;
}
.home section.news .title {
  margin-bottom: 3rem;
}
.home section.news .item {
  height: 400px;
  position: relative;
}
.home section.news .item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home section.news .item .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: bottom;
}
.home section.news .item .data h3 {
  font-family: "barlowbold";
  font-size: 1rem !important;
  color: white !important;
  text-transform: uppercase;
  max-width: 50%;
  margin-bottom: 0;
  line-height: 1em;
}
.home section.news .item .data .date {
  font-family: "barlowbold";
  color: white;
}
.home section.products .title {
  margin: 50px 0;
}
.home section.products .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.home section.products .products-grid .item {
  display: flex;
  flex-direction: column;
}
.home section.products .products-grid .item h3 {
  font-size: 1rem;
  font-family: "barlowbold";
  margin: 20px 0 0 0;
}
.home section.products .products-grid .item h3 a {
  color: black;
  text-decoration: none;
}
.home section.products .products-grid .item img {
  border: 1px solid #e9e9e9;
}
.home section.products .products-grid .item p {
  font-size: 0.875rem;
  color: black;
  margin: 0;
  line-height: 1.3em;
}
.home section.products .products-grid .item .price {
  font-size: 1.5rem;
  color: black;
  font-family: "barlow_condensedbold";
}
.home section.products .products-grid .item .button {
  padding: 5px 20px;
  font-size: 0.75rem;
  background: none;
  color: #0D5C2F;
  border: 1px solid #0D5C2F;
}
.home section.products .btn-wrapper {
  margin: 80px 0 0 0;
  text-align: center;
}

.woocommerce-shop h1 {
  margin: 100px 0 50px 0;
}

.woocommerce .categorias-tienda {
  text-align: center;
  margin-bottom: 100px;
}
.woocommerce .categorias-tienda li a {
  text-decoration: none;
  color: #666;
  text-transform: uppercase;
  margin: 0 5px;
  font-size: 0.75rem;
  font-family: "barlowmedium";
}
.woocommerce .categorias-tienda li:after {
  content: "|";
  margin-left: 20px;
  color: #666;
  font-size: 0.75rem;
}
.woocommerce .categorias-tienda li:last-of-type:after {
  display: none;
}
.woocommerce.tax-product_cat .categorias-tienda {
  margin: 50px 0;
}
.woocommerce.tax-product_cat .categorias-tienda .active a {
  color: #0D5C2F;
  font-family: "barlowmedium";
}

.single-product .product {
  margin-top: 100px;
}
.single-product .product .categoria-producto a {
  font-size: 1rem;
  color: black;
  text-decoration: none;
}
.single-product .product .subtitle {
  margin-bottom: 20px;
}
.single-product .product .woocommerce-product-gallery {
  float: left;
  width: 47%;
}
.single-product .product .woocommerce-product-details__short-description ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.single-product .product .woocommerce-product-details__short-description ul li {
  list-style-type: none;
}
.single-product .product .entry-summary {
  float: right;
  width: 50%;
  margin-top: 0;
}
.single-product .product .entry-summary h1 {
  font-size: 2rem;
  color: black;
  font-family: "barlowbold";
  margin: 20px 0 0 0;
  text-align: left;
  text-transform: initial;
}
.single-product .product .entry-summary .price {
  font-size: 1.5rem;
  color: black;
  font-family: "barlow_condensedbold";
}
.single-product .product .entry-summary .in-stock {
  display: none;
}
.single-product .product .entry-summary .cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.single-product .product .entry-summary .cart button {
  border-radius: 40px;
}
.single-product .product .entry-summary .quantity {
  border: 1px solid #0D5C2F;
  border-radius: 30px;
}
.single-product .product .entry-summary .quantity button {
  padding: 0 15px;
  background: none;
  border: none;
  color: #0D5C2F;
}
.single-product .product .entry-summary .quantity .qty {
  text-align: center;
  border: none;
}
.single-product .product .entry-summary .quantity input {
  width: 40px;
}
.single-product .product .entry-summary {
  /* Quitar flechas del input number en navegadores WebKit (Chrome, Safari) */
}
.single-product .product .entry-summary .quantity input::-webkit-outer-spin-button,
.single-product .product .entry-summary .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .product .entry-summary {
  /* Quitar flechas en Firefox */
}
.single-product .product .entry-summary .quantity input[type=number] {
  -moz-appearance: textfield;
}
.single-product .product section.related.products {
  margin-top: 100px;
  float: left;
  width: 100%;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #e9e9e9;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 0.875rem;
}
.woocommerce-notices-wrapper ul.woocommerce-error {
  background-color: #e9e9e9;
  font-size: 0.875rem;
  padding: 5px 20px;
  border-radius: 20px;
  margin: 0;
}
.woocommerce-notices-wrapper ul.woocommerce-error li {
  list-style-type: none;
}
.woocommerce-notices-wrapper .button {
  float: right;
  padding: 0;
  background: none;
  color: #0D5C2F;
  font-family: "barlowmedium";
}

.woocommerce-cart .wc-block-cart-item__wrap a {
  font-size: 1rem;
  color: black;
  font-family: "barlowbold";
  margin: 20px 0 0 0;
  text-decoration: none;
}
.woocommerce-cart .wc-block-cart-item__wrap .wc-block-formatted-money-amount {
  font-size: 1.5rem;
  color: black;
  font-family: "barlow_condensedbold";
}
.woocommerce-cart .wc-block-components-quantity-selector {
  border: 1px solid #0D5C2F;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce-cart .wc-block-components-quantity-selector:after {
  display: none;
}
.woocommerce-cart .wc-block-components-quantity-selector button {
  padding: 0 15px;
  background: none;
  border: none;
  color: #0D5C2F;
}
.woocommerce-cart .wc-block-components-quantity-selector .qty {
  text-align: center;
  border: none;
}
.woocommerce-cart a.wc-block-cart__submit-button {
  padding: 10px 60px !important;
  color: white;
  background: #0D5C2F;
  border-radius: 25px;
  text-align: center;
  text-decoration: none !important;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  min-height: initial !important;
  margin: 20px auto;
}
.woocommerce-cart a.wc-block-cart__submit-button:hover, .woocommerce-cart a.wc-block-cart__submit-button:visited {
  color: white;
}

.woocommerce-checkout .wc-block-checkout h2 {
  text-transform: initial;
  text-align: left;
  font-family: "barlowbold";
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  padding: 10px 60px !important;
  color: white;
  background: #0D5C2F;
  border-radius: 25px;
  text-align: center;
  text-decoration: none !important;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  min-height: initial !important;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover, .woocommerce-checkout .wc-block-components-checkout-place-order-button:visited {
  color: white;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  color: black;
}
.woocommerce-checkout .wc-block-components-product-metadata__description {
  font-size: 0.675rem;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name {
  font-family: "barlowbold";
}
.woocommerce-checkout .wp-block-woocommerce-checkout-terms-block a {
  color: #0D5C2F;
}

.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: row;
}
.woocommerce-account nav ul {
  padding: 0 50px 0 0;
  margin: 0;
}
.woocommerce-account nav ul li {
  list-style-type: none;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}
.woocommerce-account nav ul li a {
  text-decoration: none;
  color: black;
}

.single-post .narrow {
  max-width: 900px;
}
.single-post .narrow h1 {
  text-transform: initial;
  text-align: left;
  font-family: "barlowbold";
  line-height: 0.9em;
}
.single-post .narrow .date {
  color: #ccc;
  margin-bottom: 40px;
}
.single-post .narrow .post-thumbnail img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.prefooter {
  clear: both;
}
.prefooter section.pesca {
  padding-bottom: 100px;
  padding-top: 0;
}
.prefooter section.pesca .row {
  padding-top: 500px;
  background-repeat: no-repeat !important;
  background-position: top right !important;
}
.prefooter section.pesca h2 {
  font-size: 4rem !important;
  text-align: left;
  line-height: 0.9em;
  margin-bottom: 40px;
}
.prefooter section.newsletter {
  background: #0D5C2F;
  text-align: center;
  color: white !important;
  padding: 150px 0;
}
.prefooter section.newsletter h2 {
  color: white !important;
}
.prefooter section.newsletter .mailpoet_form {
  max-width: 800px;
  margin: 0 auto;
}
.prefooter section.newsletter .mailpoet_form form .mailpoet_paragraph {
  float: left;
  margin-bottom: 0 !important;
}
.prefooter section.newsletter .mailpoet_form form .mailpoet_paragraph:first-of-type {
  width: 65%;
}
.prefooter section.newsletter .mailpoet_form form .mailpoet_paragraph.last {
  width: 35%;
}
.prefooter section.newsletter .mailpoet_form form input[type=email] {
  width: 100% !important;
  border: 0;
  border-radius: 30px 0 0 30px;
  padding-left: 30px !important;
  line-height: 2rem;
}
.prefooter section.newsletter .mailpoet_form form input[type=submit] {
  width: 100% !important;
  border: 0;
  border-radius: 0 30px 30px 0;
  text-align: center;
  line-height: 2rem;
  background: #B8D497;
  color: #0D5C2F;
}
.prefooter section.shops {
  padding: 100px 0;
}
.prefooter section.shops .title-wrapper {
  margin-bottom: 40px;
}
.prefooter section.shops h3 {
  font-family: "barlow_condensedblack";
  color: #0D5C2F !important;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  text-align: left;
}
.prefooter section.shops .hondarribia .slider-shop img {
  height: 650px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prefooter section.shops .hondarribia .slider-shop .slick-dots {
  transform: translateY(-40px);
}
.prefooter section.shops .hondarribia .slider-shop .slick-dots li {
  margin: 0;
}
.prefooter section.shops .hondarribia .slider-shop .slick-dots li button:before {
  color: white;
  font-size: 10px;
}
.prefooter section.shops .hondarribia .slider-shop .slick-prev {
  transform: translateX(30px);
}
.prefooter section.shops .hondarribia .data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.prefooter section.shops .hondarribia .data ul {
  margin: 0;
  padding: 0;
}
.prefooter section.shops .hondarribia .data ul li {
  text-align: right;
  list-style-type: none;
}
.prefooter section.shops .hondarribia .data h4 {
  text-align: right;
}
.prefooter section.shops .donostia img {
  margin-bottom: 20px;
}
.prefooter section.shops .donostia ul {
  margin: 0;
  padding: 0;
}
.prefooter section.shops .donostia ul li {
  text-align: left;
  list-style-type: none;
}
.prefooter section.shops .address {
  margin-bottom: 0;
}
.prefooter section.shops .map-link {
  font-size: 0.75rem;
  color: black;
  margin-bottom: 20px;
  display: block;
}

.page-template-page-nosotros section.intro {
  padding-bottom: 0;
}
.page-template-page-nosotros section.intro .row {
  display: flex;
  align-items: center;
}
.page-template-page-nosotros section.intro .img-wrapper img {
  width: 100%;
}
.page-template-page-nosotros section.intro .note {
  font-size: 0.75rem;
}
.page-template-page-nosotros section.content {
  padding: 0;
}

.page-template-page-contacto section.intro {
  padding-bottom: 0;
}
.page-template-page-contacto section.intro h2 {
  text-align: left;
  line-height: 1em;
  margin-bottom: 30px;
}
.page-template-page-contacto section.intro p {
  font-size: 0.66rem;
}
.page-template-page-contacto section.intro .row {
  display: flex;
  align-items: center;
}
.page-template-page-contacto section.intro .img-wrapper img {
  width: 100%;
}
.page-template-page-contacto .contact-wrapper {
  padding: 100px 0 0 0;
  text-align: center;
}
.page-template-page-contacto .contact-wrapper p:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  margin: 20px auto;
}
.page-template-page-contacto .contact-wrapper .phone p:before {
  background: url("../images/phone.svg") no-repeat;
  background-size: contain;
  margin: 20px auto 30px auto;
}
.page-template-page-contacto .contact-wrapper .email p:before {
  background: url("../images/email.svg") no-repeat;
  background-size: contain;
  margin: 20px auto 30px auto;
}
.page-template-page-contacto .contact-wrapper .location p:before {
  background: url("../images/marker.svg") no-repeat;
  background-size: contain;
}
.page-template-page-contacto section.form input[type=text], .page-template-page-contacto section.form input[type=email], .page-template-page-contacto section.form textarea {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #D9D9D9;
  box-shadow: none;
  margin-bottom: 20px;
}
.page-template-page-contacto section.form label.gform-field-label {
  font-size: 1rem !important;
  color: #0D5C2F !important;
  font-family: "barlowmedium";
}
.page-template-page-contacto section.form .gform_required_legend {
  display: none;
}
.page-template-page-contacto section.form .gfield_required_asterisk {
  transform: translateY(-5px);
  display: inline-block;
  margin-left: 5px;
}
.page-template-page-contacto section.form .ginput_container_consent {
  display: flex;
  align-items: center;
}
.page-template-page-contacto section.form .gform_button.button {
  background: #0D5C2F !important;
  border-radius: 0 !important;
  padding: 10px 40px !important;
  font-size: 0.875rem !important;
}

.page-template-page-legal .entry-content h2 {
  text-transform: initial;
  text-align: left;
  font-family: "barlowbold";
  font-size: 1.5rem;
}
.page-template-page-legal .entry-content h3 {
  font-size: 1.3rem;
}
.page-template-page-legal .entry-content h4 {
  font-size: 1.3rem;
  text-transform: initial;
}
.page-template-page-legal #cmplz-document {
  max-width: 100%;
}
.page-template-page-legal #cmplz-document p, .page-template-page-legal #cmplz-document li {
  font-size: 1rem;
}
.page-template-page-legal #cmplz-document h2 {
  text-transform: initial;
  text-align: left;
  font-family: "barlowbold";
  font-size: 1.5rem;
}
.page-template-page-legal #cmplz-document h4 {
  font-family: "barlowbold";
}
.page-template-page-legal #cmplz-document .cmplz-subtitle {
  font-family: "barlowbold";
}

.site-footer .site-info {
  margin: 50px 0;
}
.site-footer .site-info ul {
  padding: 0;
  margin: 0;
}
.site-footer .site-info li {
  list-style-type: none;
  margin: 0 0 15px 0;
}
.site-footer .site-info li a {
  text-decoration: none;
  color: black;
}
.site-footer .site-info li.menu-logo {
  display: none;
}
.site-footer .site-info .menu {
  padding-left: 0;
}
.site-footer .site-info .contact {
  text-align: right;
  padding-right: 0;
}
.site-footer .site-info .logo {
  text-align: center;
}
.site-footer .legal-menu {
  text-align: center;
  border-top: 1px solid black;
  padding-top: 50px;
  margin: 50px 0;
}
.site-footer .legal-menu li {
  list-style-type: none;
  display: inline;
  margin: 0 20px 0 0;
}
.site-footer .legal-menu li:after {
  content: "|";
  margin-left: 20px;
}
.site-footer .legal-menu li:last-of-type:after {
  display: none;
}
.site-footer .legal-menu li a {
  text-decoration: none;
  color: black;
}
.site-footer .linking {
  margin-bottom: 50px;
}
.site-footer .linking .title-wrapper {
  margin-bottom: 50px;
}
.site-footer .linking .banner {
  padding: 50px;
  text-align: center;
}
.site-footer .linking .banner .title {
  font-family: "barlowbold";
  font-size: 1.5rem;
}
.site-footer .linking .banner a {
  text-decoration: none;
}
.site-footer .linking .banner:first-of-type {
  background: #B8D497;
  color: #0D5C2F;
}
.site-footer .linking .banner:first-of-type a {
  color: #0D5C2F;
}
.site-footer .linking .banner:last-of-type {
  background: #EAA51B;
  color: white;
}
.site-footer .linking .banner:last-of-type a {
  color: white;
}

@media (max-width: 1180px) {
  .site-header .main-navigation {
    transform: none;
  }
  .site-header .main-navigation button {
    display: none;
  }
  .site-header .main-navigation .menu li.menu-logo {
    width: 125px;
    height: 125px;
  }
  .site-header .main-navigation .menu li a {
    font-size: 1rem;
    margin: 0 10px;
  }
}
@media (max-width: 998px) {
  h2 {
    font-size: 2.25rem;
  }
  .home section.news .title {
    margin-bottom: 1.5rem;
  }
  .home section.news .item {
    margin-bottom: 20px;
    height: 380px;
  }
  .home section.news .item img {
    height: 380px;
  }
  .home section.news .item .data {
    flex-direction: column;
    padding: 20px;
  }
  .home section.news .item .data h3 {
    max-width: 100%;
  }
  .home section.news .item .data .date {
    margin-bottom: 0;
  }
  .single-product .product {
    margin-top: 50px;
  }
  .single-product .product .woocommerce-product-gallery, .single-product .product .entry-summary {
    width: 100%;
    float: left;
  }
  .single-product .product .woocommerce-product-gallery {
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2em;
    line-height: 1.1em;
  }
  .top-bar .container {
    max-width: 100%;
  }
  .home section.slider h1 {
    width: 90% !important;
    font-size: 3rem !important;
  }
  .lista-categorias, .lista-subcategorias {
    padding: 0;
    margin: 0;
  }
  .lista-categorias li, .lista-subcategorias li {
    text-align: left;
  }
  .lista-categorias li:after, .lista-subcategorias li:after {
    display: none;
  }
  .prefooter section.pesca {
    padding-bottom: 50px;
  }
  .prefooter section.pesca .row {
    background-size: 100% !important;
    padding-top: 200px;
  }
  .prefooter section.pesca h2 {
    font-size: 3rem !important;
  }
}
@media (max-width: 575.98px) {
  section {
    padding: 20px 0;
  }
  html, body, .site {
    font-family: "barlowregular";
    font-size: 18px;
  }
  .site-header {
    margin-bottom: 20px;
  }
  .site-header .top-bar {
    margin-bottom: 15px;
  }
  .site-header .top-bar .container {
    flex-direction: column;
  }
  .site-header .top-bar .container .left {
    justify-content: space-between;
  }
  .site-header .top-bar .container .left .kofradia {
    width: 80%;
    padding: 3px 20px;
  }
  .site-header .top-bar .container .left .ssnn img {
    margin-left: 10px;
  }
  .site-header .top-bar .container .right {
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .site-header .top-bar .container .right img {
    width: 24px;
  }
  .site-header .main-navigation .menu li {
    margin: 0 6px;
  }
  .site-header .main-navigation .menu li.menu-logo {
    display: none;
  }
  .site-header .site-branding {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .site-header .site-branding img {
    width: 75px;
  }
  .home section.slider h1 {
    max-width: 90% !important;
    font-size: 2.5rem !important;
  }
  .home section.slider img {
    max-width: 250px;
    margin-top: -30px;
  }
  .home section.news .title {
    margin-bottom: 1.5rem;
  }
  .home section.news .item {
    margin-bottom: 20px;
    height: 240px;
  }
  .home section.news .item img {
    height: 240px;
  }
  .home section.news .item .data {
    flex-direction: column;
    padding: 20px;
  }
  .home section.news .item .data h3 {
    max-width: 100%;
  }
  .home section.news .item .data .date {
    margin-bottom: 0;
  }
  .home section.products .title {
    margin: 20px 0;
  }
  .home section.products .products-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .prefooter section.newsletter {
    padding: 50px 0;
  }
  .prefooter section.shops {
    padding: 50px 0;
  }
  .prefooter section.shops .title-wrapper {
    margin-bottom: 20px;
  }
  .prefooter section.shops .hondarribia {
    margin-bottom: 40px;
  }
  .prefooter section.shops .hondarribia .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
  .prefooter section.shops .hondarribia .slider-shop img {
    height: 300px;
  }
  .prefooter section.shops .hondarribia .data {
    flex-direction: column;
  }
  .prefooter section.shops .hondarribia .data ul li, .prefooter section.shops .hondarribia .data h4 {
    text-align: left;
  }
  .page-template-page-contacto .contact-wrapper {
    padding-top: 20px;
  }
  .woocommerce-shop h1 {
    margin: 50px 0 15px 0;
  }
  .woocommerce .categorias-tienda {
    margin-bottom: 50px;
  }
  .site-footer .site-info .menu {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .site-footer .site-info .menu li {
    display: inline;
    margin: 0 10px;
  }
  .site-footer .site-info .menu li.menu-logo {
    display: none;
  }
  .site-footer .site-info .contact {
    margin-top: 30px;
  }
  .site-footer .site-info .contact ul {
    text-align: center;
  }
  .site-footer .linking .title-wrapper {
    margin-bottom: 20px;
  }
  .site-footer .linking .banner {
    padding: 30px;
  }
  .site-footer .linking .banner a {
    margin-bottom: 0;
  }
  .site-footer .legal-menu {
    padding-top: 30px;
    margin-bottom: 0;
  }
  .site-footer .legal-menu .menu li {
    display: block;
  }
  .site-footer .legal-menu .menu li:after {
    display: none;
  }
  .site-footer .legal-menu .menu li a {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=style.css.map */