/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.product_meta > span.posted_in {
    display: none; /* Скрывает span.posted_in прямо внутри .product_meta */
}
.product-meta-inner span.posted_in {
    display: inline; /* Оставляет видимыми категории внутри .product-meta-inner */
}

.required {
    color: red;
    font-size: 1.2em;
    margin-left: 5px;
}

/* Скрыть иконку, если она дублируется */
.woocommerce-order .woocommerce-notice--success i.fas.fa-check {
    display: none; /* Скрыть только эту иконку */
}

/* Наши стили для выравнивания иконки с текстом */
.woocommerce-thankyou-order-received {
    display: flex;
    align-items: center; /* Выравнивает иконку и текст по вертикали */
    justify-content: center; /* Центрирует содержимое по горизонтали */
}

.order-received-icon {
    margin-right: 10px; /* Отступ между иконкой и текстом */
}

.product-video-popup iframe, .product-video-popup video {
    width: 100%;
    height: 400px !important;
}
.grecaptcha-badge { 
  visibility: hidden;
}

p.stock.in-stock {
  display: none !important;
}
.product-links-wrapper .yith-wcwl-add-button a, .product-links-wrapper .yith-wcwl-add-button a:hover {	
    border: 0px solid #ed4b50;
}
.product-links-wrapper .yith-wcwl-add-button a:hover {
	background-color:transparent;
}
.product-buttons-wrapper a {
	height:40px;
}