@charset "UTF-8";
@import "../font-awesome/css/font-awesome.css";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");
@font-face {
  font-family: "homemade_appleregular";
  src: url("../fonts/HomemadeApple-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "belwebold";
  src: url("../fonts/belwe_bold_bt-webfont.woff2") format("woff2"), url("../fonts/belwe_bold_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.text-center {
  text-align: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^=col-], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.hidden {
  display: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #fff;
}

#wrapper {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

h1, .h1 {
  font-size: 2rem;
  font-weight: 600;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
}

.h1, .h2, .h3 {
  text-transform: none;
}

.brand-name {
  font-family: belwebold, serif;
  letter-spacing: 1px;
}

.text-handwriting {
  font-family: "homemade_appleregular";
}

.top-header {
  background: #000;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.top-tel {
  padding-right: 16px;
}

#header .header-top {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.top-menu .sub-menu {
  min-width: auto;
  width: auto;
}

.top-menu .sub-menu.collapse {
  position: absolute;
  background: #E9D347;
}

#header .top-menu .sub-menu.collapse ul li a {
  color: #000;
}

#header .top-menu .sub-menu.collapse ul li a:hover {
  color: #9D1941;
}

#header ul[data-depth="0"] > li {
  position: relative;
}

.top-menu .sub-menu ul[data-depth="1"] > li {
  float: none;
  display: block;
}

.top-menu .sub-menu ul[data-depth="1"] > li {
  margin: 0;
}

.header-top .right-nav {
  text-align: right;
}

.header-top #_desktop_language_selector,
.header-top #_desktop_user_info,
.header-top #_desktop_cart {
  display: inline-block;
}

#header .top-header a {
  color: #fff;
}

#header .top-header a:hover {
  color: #e9d347;
}

a {
  color: #666;
}

a:hover {
  color: #e9d347;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

#lblCartCount {
  font-size: 12px;
  background: #e9d347;
  color: #fff;
  padding: 0 5px;
  vertical-align: top;
  margin-left: -10px;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  width: 100%;
  /*height: 430px;*/
  /*height: 440px;*/
  height: auto;
}

.product-miniature .thumbnail-container img {
  /*width: 100%;*/
  top: 0;
  left: 0;
  position: relative;
  opacity: 1;
}

.featured-products .product-title {
  margin: 0;
}

.featured-products .product-title a {
  font-weight: 600;
}

.product-miniature .thumbnail-container {
  /*width: 100%;*/
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.product-miniature .thumbnail-container .ovrly {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.container-lupa {
  position: relative;
  overflow: hidden;
}
.container-lupa img {
  -webkit-transform: 0.2s;
      -ms-transform: 0.2s;
          transform: 0.2s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container-lupa img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.product-miniature .thumbnail-container .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-miniature .thumbnail-container .buttons .fa {
  background: #e9d347;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: rgba(50, 50, 50, 0.9);
  display: inline-block;
  margin: 0 1px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
  height: calc(100% - 100px);
}

.product-miniature .thumbnail-container:hover .ovrly {
  opacity: 1;
}

.product-miniature .thumbnail-container:hover .buttons .fa {
  opacity: 1;
}

.category-miniature {
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.boton-carrito {
  border: 0;
}

.product-miniature .thumbnail-container .buttons .boton-carrito {
  cursor: pointer;
}

.product-miniature .thumbnail-container .buttons .fa:disabled {
  background: #cecece;
  cursor: default;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
  position: relative;
  width: 100%;
}

.product-flags {
  width: auto;
  top: 0;
  right: 5px;
  left: initial;
}

#products .product-miniature .product-flags li.product-flag.discount,
.featured-products .product-miniature .product-flags li.product-flag.discount {
  background: #e9d347;
  color: #000;
  min-width: 70px;
  min-height: 0;
  text-align: center;
}

#products .product-miniature .product-flags li.product-flag.new,
.featured-products .product-miniature .product-flags li.product-flag.new {
  background: #000;
  color: #fff;
  min-width: 70px;
  min-height: 0;
  text-align: center;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  font-family: "Open Sans";
}

.combi_defecto {
  display: block;
  text-align: center;
  margin: 0;
}

@media (min-width: 992px) {
  .header-top .right-nav {
    margin-top: 2rem;
  }
}
#block_myaccount_infos .myaccount-title a {
  color: #fff;
  text-transform: none !important;
  font-size: 1.125rem !important;
}

/*
    Footer newsletter
 */
.oleoestepa-newsletter-footer {
  text-align: center;
}
.oleoestepa-newsletter-footer h2 {
  margin-bottom: 1.5rem;
}
.oleoestepa-newsletter-footer .form-group .email {
  max-width: 500px;
  margin: 0 auto;
}
.oleoestepa-newsletter-footer .btn-subscribe {
  position: static;
  font-weight: bold;
  border: 0;
  background-color: #000;
  color: #E9D347;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-logo-wrapper {
  margin-top: 1rem;
}
.footer-logo-wrapper .footer-logo {
  max-width: 150px;
}

footer .block-contact {
  color: #fff;
  font-size: 0.875rem;
}
footer .block-contact .block-contact-title {
  color: #fff;
  text-transform: none !important;
  font-size: 1.125rem !important;
}

.block-oleoestepa-beneficios-footer {
  border-top: 1px solid #eee;
  padding-top: 2rem;
  margin-top: 1rem;
}
.block-oleoestepa-beneficios-footer .col-beneficio img {
  max-width: 50px;
}

/*
    Estilos para fichas de producto
*/
.product-price {
  color: #d5b900;
}

.page-product .product-price {
  font-size: 2em;
}
.page-product .product-prices div {
  margin-bottom: 0;
}

.btn-ficha-tecnica {
  color: #111;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#product #content {
  max-width: none;
}

.brand-info {
  margin: 3em 0;
  padding: 2em 0;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}
.brand-info h3 {
  font-weight: bold;
  font-size: 38px;
  line-height: 1em;
  margin-bottom: 1em;
}
.brand-info h3 .brand-name {
  display: block;
  font-weight: 500;
  font-size: 0.8em;
}
.brand-info h3 .mini-header {
  font-size: 0.5em;
  display: block;
}
.brand-info h3 .mini-header acronym {
  text-decoration: none;
}
.brand-info .col-aditional-info {
  text-align: center;
}

.brand-info-aove {
  border-color: #faf2e1;
}

.brand-info-egregio {
  border-color: #eaeaed;
}

.brand-info-arbequina {
  border-color: #9d1840;
}

.brand-info-seleccion {
  border-color: #131415;
}

.brand-info-hojiblanca {
  border-color: #23502e;
}

.brand-info-ecologico {
  border-color: #c6dabb;
}

.brand-info-estepavirgen {
  border-color: #8d8a96;
}

.brand-info-maestrooleario {
  border-color: #dac884;
}

.beneficios-wrapper {
  margin-bottom: 3em;
}
.beneficios-wrapper .col-beneficio {
  text-align: center;
  margin-bottom: 2em;
}
.beneficios-wrapper .col-beneficio .img-icon {
  max-height: 90px;
  margin-bottom: 1em;
}
.beneficios-wrapper .col-beneficio p {
  font-size: 0.8em;
}

.section-header {
  margin-bottom: 1.5em;
  text-align: center;
}
.section-header:after {
  content: "";
  height: 2px;
  background: #E9D347;
  width: 40px;
  margin: 0.5em auto;
  display: block;
}

.seals-wrapper-product-details {
  border-bottom: 1px solid #eee;
  margin-bottom: 1.25rem;
  text-align: center;
}
.seals-wrapper-product-details img {
  max-height: 30px;
  margin-bottom: 1rem;
  margin-right: 0.75rem;
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .product-actions .add-to-cart {
    font-size: 0.8em;
  }
}
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .seals-wrapper-product-details {
    text-align: left;
  }
  .seals-wrapper-product-details img {
    max-height: 45px;
    margin-bottom: 1rem;
    margin-right: 0.75rem;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #featured-category-products-block-center .products {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
/* Set width to make card deck cards 100% width */
.product-miniature-more-info {
  padding: 10px 0;
}
.product-miniature-more-info .btn-more-info {
  border-color: #E9D347;
  background-color: #E9D347;
  color: #000;
  padding: 0.3rem 1rem;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.product-miniature-more-info .btn-more-info:hover {
  background-color: #000;
  color: #E9D347;
}

.featured-products {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #eee;
}

/**
 * Estilo de línea de color bajo el título del bloque
 */
.featured-products-title {
  margin-bottom: 1.8rem;
  padding-bottom: 1rem;
}
.featured-products-title:after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background-color: #eee;
  margin: 0.5em auto 0 auto;
}

.featured-products-oleoestepa-aceite-de-oliva-virgen-extra .featured-products-title:after {
  background-color: #faf2e1;
}

.featured-products-oleoestepa-seleccion .featured-products-title:after {
  background-color: #131415;
}

.featured-products-oleoestepa-hojiblanca .featured-products-title:after {
  background-color: #23502e;
}

.featured-products-oleoestepa-arbequina .featured-products-title:after {
  background-color: #9d1840;
}

.featured-products-oleoestepa-ecologico .featured-products-title:after {
  background-color: #c6dabb;
}

.featured-products-estepa-virgen .featured-products-title:after {
  background-color: #8d8a96;
}

.featured-products-egrecio-ecologico .featured-products-title:after {
  background-color: #c6dabb;
}

.featured-products-maestro-oleario .featured-products-title:after {
  background-color: #dac884;
}

#category-description {
  margin-bottom: 1rem;
}
#category-description h1 {
  text-align: center;
}
#category-description p {
  display: none;
}

.block-category {
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 1rem;
}

.block-category-oleoestepa-seleccion {
  border-bottom: 3px solid #131415;
}

.block-category-oleoestepa-arbequina {
  border-bottom: 3px solid #9d1840;
}

.block-category-oleoestepa-ecologico {
  border-bottom: 3px solid #c6dabb;
}

.block-category-estepa-virgen {
  border-bottom: 3px solid #8d8a96;
}

.block-category-egregio-ecologico {
  border-bottom: 3px solid #c6dabb;
}

.block-category-oleoestepa-aceite-de-oliva-virgen-extra {
  border-bottom: 3px solid #faf2e1;
}

.block-category-oleoestepa-hojiblanca {
  border-bottom: 3px solid #23502e;
}

.block-category-maestro-oleario {
  border-bottom: 3px solid #dac884;
}

.page-category .seals-wrapper {
  margin-top: 1rem;
  text-align: center;
}
.page-category .seals-wrapper img {
  max-height: 25px;
  margin-right: 8px;
  margin-bottom: 10px;
}

/**
 * Tooltips de sellos de productos
 */
.tooltip-sellos {
  text-align: center;
  font-weight: bold;
}

.tooltip-sellos img {
  margin-top: 10px;
}

.tooltip-sellos p {
  margin-top: 10px;
  font-weight: bold;
}

.tooltip-sellos.show {
  opacity: 1;
}

/**
 * Bloque de texto legal en formulario de registro
 */
.legal-pretext {
  font-size: .8em;
  line-height: 1.1em;
  margin-bottom: 10px;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  #category-description {
    margin-bottom: 2rem;
  }
  #category-description h1 {
    text-align: left;
  }
  #category-description p {
    display: block;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .category-cover {
    float: left;
    margin-right: 1rem;
  }

  .page-category .seals-wrapper {
    text-align: left;
    margin-top: 1rem;
  }
  .page-category .seals-wrapper img {
    max-height: 45px;
    margin-right: 20px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
/* Set width to make card deck cards 100% width */
.cart-container .product-line-info-attr .label {
  display: none;
}

.cart-summary .cart-voucher .promo-name {
  background-color: #deffe0;
}
.cart-summary .cart-voucher .promo-name .cart-summary-line .label {
  display: block;
  text-align: center;
  font-weight: bold;
}

.block-promo .promo-code-button {
  margin-top: 1rem;
}

#blockcart-modal .modal-body {
  padding: 1rem;
}

.checkout-step .delivery-option .carrier-price {
  display: none;
}

body#checkout section.checkout-step .carrier-delay {
  display: none;
}

body#checkout #footer {
  padding: 0;
}

.page-content.page-cms {
  padding: 1.25rem 0;
}

.before-footer {
  background: #e9d347;
  padding: 1em 0;
}

.footer-container {
  margin-top: 0;
}

#footer {
  padding-top: 0;
}

#custom-text p {
  font-weight: initial;
  font-size: 1em;
}

#custom-text p.h3 {
  font-weight: 600;
}

.footer-container {
  background-image: url("../images/pie-tienda.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.footer-container,
.footer-container a,
.footer-container .h3,
.footer-container li a {
  color: #fff;
}

.footer-container a:hover,
.footer-container li a:hover {
  color: #e9d347;
}

.redes-pie {
  padding: 1em 0;
}

.redes-pie a {
  padding: 0 0.5em;
}

.footer-container .links ul {
  background-color: transparent;
}
.footer-container .links ul li a {
  color: #fff;
}
.footer-container .block-categories {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-container .block-categories .collapse-icons {
  opacity: 0.6;
}
.footer-container .block-categories .collapse-icons:hover {
  opacity: 1;
}
.footer-container .block-categories .category-top-menu a.h6 {
  display: none;
}
.footer-container .block-categories .category-sub-menu li[data-depth="0"] > a {
  border-bottom: 0;
}

@media (max-width: 767px) {

  /* Ajustes en pantalla pequeña de elementos del header */
  #header .logo {
    max-height: 50px;
  }

  .header-top .right-nav {
    padding-top: 10px;
  }

  #menu-icon {
    margin-top: 10px;
  }


  #wrapper {
    padding-top: 0;
  }

  .footer-container .links ul li {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer-container .block-categories {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  /*
  .top-menu li:first-child {
    display: block !important;
  }
  */

  .top-menu {
    padding-top: 14px;
  }

  .top-header {
    /*padding: 1em 0;*/
    font-size: 1em;
  }

  .top-sobre,
.top-tel {
    padding-right: 1em;
  }

  .block-oleoestepa-beneficios-footer .col-beneficio img {
    max-width: 100px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #header ul[data-depth="0"] > li {
    margin-right: 1em;
  }

  #header .top-menu a[data-depth="0"] {
    font-family: "Open Sans";
    color: #000;
  }

  #header .top-menu a[data-depth="0"]:hover {
    color: #E9D347;
  }

  a[data-depth="0"] {
    position: relative;
  }

  #header .top-menu li a[data-depth="0"] {
    padding: 0 0.1875rem 0.625rem 0.375rem;
  }

  #header .top-menu li:first-child a[data-depth="0"] {
    padding-top: 1.5rem;
  }

  #header .top-menu li:first-child a[data-depth="0"]:after {
    content: "›";
    font-family: "Open Sans";
    font-size: 1.3em;
    display: inline-block;
    right: -8px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: absolute;
  }

  #products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    width: 353px;
    height: 510px;
  }

  .featured-products .thumbnail-container {
    width: 344px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
/* Set width to make card deck cards 100% width */