/*
 Theme Name:   Mantras Child
 Theme URI:    https://mantras.wpengine.com/
 Description:  Mantras Child Theme
 Author:       the Wedesigntech team
 Author URI:   https://wedesignthemes.com/
 Template:     mantras
 Version:      1.0.0
 Text Domain:  mantras-child
*/
.product-buy-now {
    display: none !important;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
/*
Termék listázásban a hoover kosárba rakás gomb eltűntetése
*/
.product-buttons-wrapper.product-button {
    display: none !important;
}

.kosar-widget {
    position: relative;
    display: inline-block;
}

.kosar-widget i {
    font-size: 28px;
    color: #935232;
}

.kosar-widget i.outline {
    font-weight: 400; /* vékony vonal */
}

.kosar-widget i.solid {
    font-weight: 900; /* vastag vonal */
}

.kosar-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #E63946;
    color: #fff;
    border-radius: 50%;
    padding: 2px 7px;
    font-size: 12px;
    font-weight: bold;
}
.woocommerce div.product .product_meta .posted_in {
    font-size: 0; /* elrejti az egész sort */
}

.woocommerce div.product .product_meta .posted_in a {
    font-size: 16px; /* visszaadja a kategória nevet */
}

.woocommerce div.product .product_meta .posted_in::before {
    content: "Kategória: ";
    font-size: 16px;
	font-weight: bold;
}
/* Kategória szöveg lecserélése */
.woocommerce div.product .product_meta .posted_in {
    font-size: 0; /* elrejti az egész sort */
}

.woocommerce div.product .product_meta .posted_in a {
    font-size: 16px; /* visszaadja a kategória nevet */
}

.woocommerce div.product .product_meta .posted_in::before {
    content: "Kategória: ";
    font-size: 16px;
	font-weight: bold;
}

/* Címkék (Tags) szöveg lecserélése */
.woocommerce div.product .product_meta .tagged_as {
    font-size: 0; /* elrejti az egész sort */
}

.woocommerce div.product .product_meta .tagged_as a {
    font-size: 16px; /* visszaadja a címke neveket */
}

.woocommerce div.product .product_meta .tagged_as::before {
    content: "Címkék: ";
    font-size: 16px;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Elsie', Times, 'Times New Roman', serif !important;
}
td.product-name {
  max-width: 600px !important;
  word-wrap: break-word;
}


