/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

* {
  color: #000;
}

body:not(.template-slider) #Header {
  min-height: 100px;
}

.home #Content {
  padding-top: 30px;
}

@media (max-width: 960px) {
  .home #Content {
    padding-top: 0px;
  }
  section.section.mcb-section {
    padding-top: 0px  !IMPORTANT;
  }
}

@media (max-width: 767px) {
  .vangi-box-img-link-inner {
    min-height: 300px  !IMPORTANT;
  }
}



#cmplz-document {
  max-width: 100%;
}

.wpb_wrapper > div {
  margin-bottom: 0;
}

/* Box Img+Link - Vangi */
.vangi-box-img-link {
    overflow: hidden;
}

.vangi-box-img-link-inner {
    display: flex;
    background-size: cover;
    background-position: center;
    justify-content: center; /* rimane controllato via Bootstrap */
    align-items: flex-end;   /* sempre in basso */
    text-decoration: none;
    color: #000;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
}

.vangi-box-img-link-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.45), rgba(0,0,0,0.05));
    opacity: 1;
    transition: opacity .25s ease;
}

.vangi-box-img-link-overlay {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 100%;
    width: 100%;
    text-align: inherit; /* importante */
    margin-bottom: 60px;
}

.vangi-box-img-link-title {
  font-size: 31px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  line-height: 35px;
}

.vangi-box-img-link-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.12em;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}

/* Hover: mini zoom */
.vangi-box-img-link-inner:hover {
    transform: scale(1.03);
    box-shadow: 0 14px 28px rgba(0,0,0,0.18);
    text-decoration: none;
}

.vangi-box-img-link-inner:hover::before {
    opacity: 0.65;
}

.text-end {
  text-align: right !important;
}

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}
/*
.the_content_wrapper {
  border-left: 1px solid rgba(0,0,0,0.08);
  border-right: 1px solid rgba(0,0,0,0.08);
  box-shadow:
      6px 0 12px -8px rgba(0,0,0,0.15),
     -6px 0 12px -8px rgba(0,0,0,0.15) !important;
}*/

.products .product {

}

.woocommerce .product.style-default .entry-summary {
  text-align: left;
}

.woocommerce .product.style-default .entry-summary .product_meta {
  align-items: start;
}

.subTitle {
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
}

.vangi-extra-text {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 15px;
}

.vangi-extra-text .spedizione {
  text-align: center;
}

.vangi-extra-text .colore, .vangi-extra-text .reso {
  font-size: 12px;
  line-height: 14px;
}

.product_meta .posted_in{
  display: none;
}

.vangi-product-meta-small {
  text-transform: capitalize;
  margin-left: 15px;
  margin-right: 15px;
}

.woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: bold;
}

.mfn-li-product-row-title, .mfn-li-product-row-price {
  width: 100%;
}

.widget_text h4 {
  font-size: 17px;
}

.widget_text p {
  margin: 0 0 5px;
}

.vangi-social-widget i {
  font-size: 35px;
  padding: 10px;
}

#Footer .widgets_wrapper {
  padding: 30px 0;
}

#menu > ul > li > a, #overlay-menu ul li a {
  font-size: 15px;
}

.wpcf7-form .column {
  box-sizing: border-box;
  padding: 0 10px 10px 0;
}

#best_seller_home .products .price {
  display: none;
}

#best_seller_home .products .mfn-woo-product-title {
  text-align: center;
}
