/*
 Theme Name:   Jackie Child
 Theme URI:    https://wdtjackie.wpengine.com/
 Description:  Jackie Child Theme
 Author:       the Jackie team
 Author URI:   https://wedesignthemes.com/
 Template:     jackie
 Text Domain:  jackie-child
 Version:      1.0.0
 Tested up to: 6.7
 Requires PHP: 7.4
 Tags: Blog, e-commerce
 License: GNU General Public License v2 or later 
 License URI: https: //www.gnu.org/licenses/gpl-2.0.html
 Copyright (C) 2024 buddhathemes. All rights reserved.
*/

#header-wrapper {
    margin: 0 0 80px;
}

img.pre_loader_image {
    width: 200px;
}
body:not(.home) .wdt-header-menu .current-menu-item a span {
    color: var(--wdtPrimaryColor);
}
.wdt-header-icons-list .wdt-header-icons-list-item div a:hover svg {
    fill: #000;
}
#searchform ul.quick_search_results li.quick_search_data_item a > img {
    height: 46px;
    object-fit: contain;
}
.wdt-header-menu ul.wdt-primary-nav> li.menu-item > a:after,
.wdt-heading-holder .wdt-heading-subtitle-wrapper.wdt-subtitle-type2 .wdt-heading-subtitle:after,
.wdt-heading-holder .wdt-heading-subtitle-wrapper.wdt-subtitle-type2 .wdt-heading-subtitle:before {
    color: transparent !important;
    background-image: url('../../uploads/2025/10/kick-logo-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 28px;
    margin-right: 1px;
}

.wdt-heading-holder .wdt-heading-subtitle-wrapper.wdt-subtitle-type2 .wdt-heading-subtitle:after,
.wdt-heading-holder .wdt-heading-subtitle-wrapper.wdt-subtitle-type2 .wdt-heading-subtitle:before {
    margin-left: 0px;
    margin-right: 0px;
}

.wdt-header-menu ul.wdt-primary-nav> li.menu-item:hover > a:after {
    transform: rotate(0deg);
}

.wdt-header-menu ul.wdt-primary-nav> li.menu-item:last-child > a:after {
    display: none;
}

.elementor-element-20d1d610 .wdt-header-menu ul.wdt-primary-nav> li.menu-item > a:after,
.wdt-heading-holder .wdt-heading-subtitle-wrapper.wdt-subtitle-type2 .wdt-heading-subtitle:after,
.wdt-heading-holder .wdt-heading-subtitle-wrapper.wdt-subtitle-type2 .wdt-heading-subtitle:before {
    filter: invert(1);
}

.section-dark .wdt-heading-holder .wdt-heading-subtitle-wrapper.wdt-subtitle-type2 .wdt-heading-subtitle:after,
.section-dark .wdt-heading-holder .wdt-heading-subtitle-wrapper.wdt-subtitle-type2 .wdt-heading-subtitle:before {
    filter: none;
}

.main-title-section-wrapper .breadcrumb-default-delimiter:before {
    color: transparent;
    background-image: url('../../uploads/2025/10/kick-logo-red.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.woocommerce ul.products[class*="columns-3"]:not(.products-apply-isotope, .swiper-wrapper) {
    grid-template-columns: repeat(1, 1fr);
}

.product-group .group-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 45px;
}

.product-group h2 {
    font-size: 44px;
    padding-bottom: 18px;
    color: var(--e-global-color-accent);
}

.product-group {
    margin-bottom: 5px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 44px;
}

.product-group:last-child {
    border-bottom: none;
}

.product-row {
    position: relative;
    padding-bottom: 60px;
    border: 1px solid #e9e9e9;
}

.product-row h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-weight: 700;
}
.product-row .text ul {
    padding-left: 0px;
}
.product-row .text ul li {
    position: relative;
    padding: 4px 0px 0px 22px;
}
.product-row .text ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--e-global-color-accent);
    border-radius: 100%;
    display: inline-block;
    margin-right: 15px;
}
.product-row .product-details {
    padding: 0em 20px;
}
.product-row .product-image {
    aspect-ratio: 1 / 1;
    border: 1px solid #eee;
    background-color: #fff;
}
.product-row .product-image img {
    display: block;
    height: 100%;
    object-fit: contain;
}
.product-row a.contact-link {
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    font-size: 12px;
    bottom: 18px;
    border-radius: 100px;
}
.product-box {
    overflow: hidden;
}

.product-box .elementor-widget-image a {
    display: block;
}

.product-box .elementor-widget-image {
    transition: all 0.3s ease;
}

.product-box:hover .elementor-widget-image {
    transform: scale(1.05);
}

.product-details .text strong {
    color: #e00f1c;
    font-weight: 500;
}

.product-details .prod-footer {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.product-details .prod-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px 15px;
}

.product-details .prod-footer .prod-sizes {
    color: #fff;
    background-color: #056e05;
    font-size: 13px;
    padding: 3px 12px 3px;
    border-radius: 18px;
    max-width: 60%;
    display: flex;
    gap: 8px;
}

.product-details .text li:has(.color) {
    position: static;
}

.product-details .text li:has(.color):before {
    display: none;
}

.contact-form-details .prod-name, .contact-form-details .wpcf7-form-control-wrap {
    padding-bottom: 0px;
    padding-top: 0;
    margin: 0;
    input, select, textarea, .select2-container {
        margin-top: 5px;
    }
}
.contact-message {
    padding-top: 8px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a5a5a5;
}

.contact-form-details .select2-container {
    width: 100% !important;
}

#searchform ul.quick_search_results li.quick_search_data_item a {
    background-color: transparent;
    color: #000;
    text-align: left;
    place-items: start;
    align-items: center;
    font-size: 14px;
}
#searchform ul.quick_search_results li.quick_search_data_item:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

@media (max-width: 1920px) {
    .top-header .e-con-inner {
        max-width: 1280px;
    }
    .main-title-section-wrapper > .main-title-section-bg {
        background-size: 120%;
    }
}

@media (max-width: 1540px) {
    .top-header .e-con-inner {
        max-width: 1172px;
    }
}

@media (max-width: 1580px) and (min-width: 1280px) {
    .main-title-section-wrapper > .main-title-section-bg {
        background-size: auto;
        background-position: left -58px;
    }
}

@media (max-width: 767px) {
    .product-group .group-products {
        grid-template-columns: repeat(2, 1fr);
    }
    body:not(.home) #header-wrapper {
        margin: 0 0 50px;
    }
    .product-group .group-products {
        gap: 26px 24px;
    }
    .mobile-top-menu {
        position: absolute !important;
        left: 0;
        top: 0;
        width: 100%;
    }
    .breadcrumb a {
        font-weight: 600;
    }
    .breadcrumb span.current {
        font-weight: 600;
    }
    .main-title-section-container {
        padding: 5em 0 4em;
    }
    .wdt-dark-bg .mobile-nav-container .menu-trigger > i,
    .mobile-nav-container .menu-trigger > i:before,
    .mobile-nav-container .menu-trigger > i:after{
        height: 3px;
    }
    body.home #header-wrapper {
        margin: 0 0 0px;
    }

}

@media (max-width: 490px) {
    .product-group .group-products {
        grid-template-columns: repeat(1, 1fr);
    }
}