/*
 Theme Name:   Consulting Child
 Description:  Child theme for HALAL INBOUND AND OUTBOUND EXPO JAPAN 2026
 Template:     consulting
 Version:      1.0.0
 Text Domain:  consulting-child
*/

/* -------------------------------------------------------
   Migrated from parent theme Customizer → Additional CSS
------------------------------------------------------- */

.hide-me {
    display: none !important;
}
.add_to_cart_button, .ajax_add_to_cart {
    display: none !important;
}
/* توحيد حجم صورة المنتج في صفحات الأرشيف */
.attachment-woocommerce_thumbnail, .wvs-archive-product-image {
    width: 250px !important; 
    height: 250px !important; 
    object-fit: contain !important; 
    background-color: #f9f9f9; 
    margin: 0 auto;
    display: block;
}
.woocommerce-loop-product__link {
    display: block;
    overflow: hidden;
}
.wvs-archive-product-image {
    transition: transform 0.4s ease-in-out !important; 
}
.woocommerce-loop-product__link:hover .wvs-archive-product-image {
    transform: scale(1.08) !important; 
}
.author, span .price, .products .woocommerce-Price-amount{
    display: none !important;
}
.select2-selection__rendered, .woocommerce-ordering{
    line-height: 20px !important;
}
.after-h3 h3::after {
    display: none;
}
.product-image-wrap img{
    height: 250px;
}
.stm-header .stm-navigation__default>ul>li>a{
    color: white;
}
/*
 * tablet view header background color
 */
@media (max-width: 1023px) { 
    body .stm_mobile__header {background-color: #1B263B;}
}
@media only screen and (max-width: 1023px) {
    body.header_transparent .stm-header {
        background-color: white;
    }
    .stm-header .stm-navigation__default>ul>li>a:after{
        right: 150px;
    }
    .stm-header {
        background-color: #1B263B !important;
    }
}
.stm_mobile__header .stm_mobile__switcher span {
    margin-bottom: 6px;
    background-color: white !important;
}
/*
 * inquiry icon color and background
 */
.stm_contacts_widget ul li .icon{
    color: #FED600;
}
body .overlay_3:before{
    background-color: rgba(27,38,59,.96);
}
/**
 * Event single page
 */
.event_content p {
    color: black !important;
    font-size: 18px;
}
.page_title{
    background-blend-mode: darken;
    background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://hikariasia.com/wp-content/uploads/2021/11/pexels-riciardus-301930-scaled.jpg) !important;
    background-size: cover;
}