/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1755700788
Updated: 2025-08-20 14:39:48

*/

selector .flash-sale-timer{
    justify-content: center;
    display: flex;
    margin-bottom: 25px;
    gap: 16px;
    background-color: transparent;
    font-weight: 600;
    align-items: center;
}
selector span.time-unit{
    background: #FFFFFF33;
    width: 40px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 7px;
    text-align: center;
}
selector .product-card{
    padding: 10px;
}
selector .product-image{
    margin-bottom: 10px;
}
selector .product-image img{
    border-radius: 10px;
}
selector span.woocommerce-Price-amount.amount{
    font-family: SVN-Mona Sans;
    font-weight: 700;
    font-size: 16px;
    color: #157938;
}
selector .product-title{
    line-height: 20px;
}
selector .product-title a{
    font-family: SVN-Mona Sans;
    font-weight: 500;
    font-size: 15px;
    color: #374151;
}
selector button.add-to-cart-btn{
    background: linear-gradient(90deg, #FF5E5D 0%, #FFBC4F 100%);
    width: 100%;
    border: 0px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}

body, p, h1, h2, h3, h4, h5, h6, button, input, textarea {
    font-family: "SVN-Mona Sans", Sans-serif !important;
}


.woocommerce ins {

    text-decoration: none !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > label > a {
    color: inherit !important;
    cursor: pointer !important;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label
 {
    font-family: 'SVN-Mona Sans' !important;
}
@media (min-width: 1025px) {
  .yith-wcan-filters-opener {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .yith-wcan-filters-opener {
        position: relative;
        top: -50px;
        right: 0;
    }
}
}