/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 2.0.3
*/

/* 
// Header view 
*/

/* .header .logolink .logoimg,
.header .logolink img {
  width: 70%;
  height: auto;
  margin: 0 auto;
} */

/* 
// Front page view 
*/

/* hide page title on landing page */
body.home .regular-title {
  display: none;
}

body.home .et-banner-content .et-banner-title {
  display: none;
}

@media (min-width: 768px) {
  body.home .et-banner-content .et-banner-title {
    display: block !important;
  }
}

@media (max-width: 768px) {
  body.home .et-banner-content .et-banner-text.v_bottom {
    bottom: 50% !important;
  }
  body.home .et-banner-content .et-banner-link {
    font-size: 1.3rem;
  }
}

/* 
// Header 
*/

/* Don't show active underlien for all products unless it is really active */
body.term-seljakotid #menu-item-2958.current_page_ancestor a:after,
body.term-kontor-ja-kohvik #menu-item-2958.current_page_ancestor a:after,
body.term-militaarkotid #menu-item-2958.current_page_ancestor a:after {
  display: none;
}

/* 
// Single product views 
*/

/* Hide brands */
.single-product .pwb-single-product-brands {
  display: none;
}

/* Show brand under the title  */
.single-product .single-product-brand {
  display: block;
}

body.single-product .woocommerce-Price-amount {
  color: #3c3c3c;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1em;
  margin-top: 10px;
  font-size: 22px;
}

body.single-product
  .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol {
  margin-left: 3px;
}

.single-product .stock {
  margin-bottom: 20px;
}

/* 
// Side panel aka what burger opens 
*/

/* Hide the weird create account/your account settings */
.side-panel .action-icons,
.side-panel .bottom-extras {
  display: none;
}

/* 
// Footer view 
*/

.footer .logo-footer--hertwill {
  margin: 40px 0;
}

@media (min-width: 992px) {
  .footer .logo-footer--hertwill {
    margin: 0;
    margin-bottom: 5px;
    opacity: 0.9;
  }
}

/* 
// Cart view 
*/

body.woocommerce-cart .coupon button {
  opacity: 0.8;
}

/* 
// Brand view 
*/

body.tax-pwb-brand .pwb-brand-banner {
  margin-top: 20px;
  margin-bottom: 0;
}

body.tax-pwb-brand .pwb-brand-banner img {
  max-width: 100px;
}

body.tax-pwb-brand .pwb-brand-description {
  max-width: 960px;
  margin: 20px auto;
}
