/*
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.7.1776064927
Updated: 2026-04-13 07:22:07

*/

a {
    color: #fff;
}

.elementor-element-dc1d830 a{
    color: #000;
}

.comments-area a, .page-content a {
    text-decoration: none;
}

.hfe-breadcrumbs-first a {
    text-decoration: none;
}

figcaption {
    text-align: center;
    font-size: 14px;
}

.sticky {
    position: sticky;
    top: 0;
}

.t90 {
    top: 90px;
}

/* Home Page */
.partner-slide .swiper-pagination {
    text-align: left;
}
.partner-slide img.swiper-slide-image {
    height: 100px;
    object-fit: contain;
}

/* Contact form 7 */
.wpcf7-submit {
    padding: 14px;
}
.input-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
.input-group p {
    flex: 1;
}
.wpcf7-form-control {
    margin-top: 4px;
}
p:has(.wpcf7-submit) {
    margin: 0 !important;
    position: relative;
}
.wpcf7-response-output {
    margin: 12px 0 !important;
}
span.wpcf7-spinner {
    top: 51%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
}
span.wpcf7-not-valid-tip {
    margin-top: 4px;
}
textarea.wpcf7-form-control,
select.wpcf7-form-control,
input.wpcf7-form-control {
    border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .input-group {
        display: block;
    }
}

/* Archive */
.archive-animate .ws247-eaddon-post-loop:hover {
    transform: translateY(-3px);
}

/* Archive Product */
.archive-animate .products .product:hover {
    transform: translateY(-3px);
}
.woocommerce nav.woocommerce-pagination .page-numbers {
    border: none;
}
.woocommerce nav.woocommerce-pagination .page-numbers li {
    border: none;
    margin-right: 6px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li span,
.woocommerce nav.woocommerce-pagination .page-numbers li a {
    font-size: 16px;
    color: #000;
    padding: 12px 16px;
    border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li span.current {
    color: #fff;
    background: #000;
}

/* Single Product */
.wps247-single-product-tabs .woocommerce-Tabs-panel > h2:first-child {
    display: none;
}

.wps247-single-product-tabs table {
    border: 1px solid #ccc !important;
}

.wps247-single-product-tabs table th,
.wps247-single-product-tabs table td{
    padding: 12px !important;
    text-align: left;
}

.woocommerce .wps247-single-product-tabs table.shop_attributes th {
    width: 250px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f2f3f5;
}

.search__no-results {
    font-size: 16px;
    color: #808080;
}