/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.site-logo {
    max-height: unset !important;
    margin-top: 64px;
}

.banner-sec {
    background-position: 100% 100% !important;
    background-size: 100% 100% !important;
}

.banner-sec .heading-col h1.elementor-heading-title {
    white-space: nowrap;
    margin: 0 0 19px;
}

.banner-sec .image-col img {
    position: relative;
    left: 30px;
}

footer.footer-container {
    background-size: cover;
    background-position: 100% 100%;
    border-top: 2px solid #F06C7F;
}

.copyrights-wrapper {
    border: unset;
    background: #F06C7F;
    height: 58px;
}

.copyrights-wrapper .min-footer {
    padding: 16px 0 !important;
}

.copyrights-wrapper .min-footer .col-left {
    color: #000;
    font-family: 'Cabin';
    text-transform: uppercase !important;
}

.main-footer .elementor-element-d042ee5 .e-con-inner {
    margin: 0 0;
}

.setMarquee {
    height: 78px !important;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(241, 108, 127, 1) 0%, rgba(221, 74, 95, 1) 50%, rgba(240, 108, 127, 1) 100%);
    width: 100% !important;
    z-index: 99;
}

.setMarquee span {
    color: #fff;
    font-size: 42px !important;
    font-weight: 600 !important;
    display: inline-flex;
    align-items: center;
    gap: 0px;
    justify-content: space-between !important;
    float: left !important;
    width: 48% !important;
    line-height: 32px !important;
    text-transform: uppercase;
    font-family: 'Cabin' !important;
}

.setMarquee label {
    display: inline-block;
    width: 60px;
    height: 3px;
    background: #ffffff;
    margin: 0px 0%;
    margin-right: 3px !important;
}

.setMarquee div {
    display: flex !IMPORTANT;
    position: absolute !IMPORTANT;
    overflow: hidden !IMPORTANT;
    animation: marquee 18s linear infinite !important;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 200% !important;
    justify-content: space-around;
}

.woocommerce-product-gallery .wd-carousel {
    background: #fff;
}


@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}


.wd-product .wd-add-btn>a {
    background: #000 !important;
}

div#top-marquee .setMarquee {
    background: #fff !important;
    border-bottom: 2px solid #F06C7F !important;
}

div#top-marquee .setMarquee span {
    color: #F06C7F;
}

div#bottom-marquee {
    transform: rotate(4deg);
    z-index: 99;
    margin-top: -78px;
}

div#bottom-marquee .setMarquee {
    width: 104% !important;
    margin-left: -12px;
}

div#bottom-marquee .setMarquee {
    background: linear-gradient(90deg, rgb(241, 108, 127) 0%, rgb(221, 74, 95) 91%, rgb(240, 108, 127) 100%) !important;
    border-top: 2px solid #fff;
}

.elementor-widget-wd_title .title-wrapper .title-subtitle {
    background: #fff;
    padding: 2px 10px;
}

.wd-cats-element .category-grid-item .hover-mask {
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px 20px;
}

.cat-design-center:not(.without-product-count):hover .hover-mask {
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(3px);
}

.cat-design-center:not(.without-product-count):hover .hover-mask h3.wd-entities-title {
    display: inline;
    background: #fff;
    padding: 0px 8px;
    border-radius: 100px;
    color: #F16C7F;
}

.cat-design-center:not(.without-product-count):hover .more-products {
    margin-top: 18px;
    text-transform: capitalize;
    font-family: 'Cabin';
    font-size: 16px;
}


/* ============== */

.product-wrapper {
    position: relative;
    z-index: 9;
    padding: 0 0 30px !important;
}

.product-wrapper::after {
    content: '';
    background: linear-gradient(175deg, rgba(255, 233, 236, 1) 0%, rgba(255, 255, 255, 1) 50%);
    position: absolute;
    width: 100%;
    height: 24.5%;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-top: 2px solid #F16C7F;
    transition: all 0.2s linear;
}

.wd-product .wd-entities-title {
    text-align: left;
    padding: 18px 0 0 30px;
    margin: 0 0 -5px;
}

.wd-product .wd-entities-title a {
    color: #111;
    font-size: 16px;
    font-family: 'Cabin';
    font-weight: 700;
    line-height: 19px;
}

.wd-product .product-wrapper .wd-product-cats {
    text-align: left;
    padding: 0 0 0 32px;
}

.wd-product .product-wrapper .wd-product-cats a {
    color: #111;
    font-size: 13px;
    font-family: 'Cabin';
}

.wd-product .price {
    position: absolute;
    bottom: 48px;
    right: 22px;
}

.wd-product .price .amount {
    font-size: 18px !important;
    color: #111 !important;
    font-family: 'Cabin';
}

.product-wrapper:hover::after {
    background: #F16C7F;
}

.wd-product:hover .wd-entities-title a {
    color: #fff;
}

.wd-product:hover .price .amount {
    color: #fff !important;
}

.wd-product:hover .product-wrapper .wd-product-cats a {
    color: #fff;
}


.main-page-wrapper {
    background: #FFE9EC;
}

.product-element-top {
    border-bottom: 2px solid #F16C7F;
}

form.wpcf7-form input.wpcf7-submit {
    border-radius: 100px !important;
    color: #fff !important;
    background: #000 !important;
    padding: 16px 37px !important;
    font-size: 15px;
    font-family: 'Cabin';
    letter-spacing: 1px;
}


footer.footer-container ul.elementor-icon-list-items li {
    list-style: none !important;
}

footer.footer-container ul.elementor-icon-list-items {
    padding: 0 !important;
}

footer.footer-container ul.elementor-icon-list-items li.elementor-icon-list-item a {
    display: flex;
}

footer.footer-container ul.elementor-icon-list-items li.elementor-icon-list-item a span.elementor-icon-list-icon svg {
    width: 14px !important;
}

.min-footer a.elementor-icon svg {
    width: 20px !important;
}

body.woodmart-archive-blog .wd-blog-element {
    padding: 40px 0px;
}



body.single-post .article-inner {
    padding: 30px 30px 0px;
    border: 1px solid #fbfbfbb5;
    background: #ee6b7d !important;
    text-align: left !important;
    margin-bottom: 35px;
    border-radius: 12px;
}

body.single-post .wd-single-footer {
    border: none !important;
}

body.single-post .article-inner li.meta-author {
    display: none;
}

body.single-post .article-inner header.entry-header .entry-thumbnail {
    height: 500px !important;
}

body.single-post .article-inner header.entry-header .entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.single-post .article-inner p {
    font-size: 16px !important;
    color: #fff;
    font-family: 'Cabin';
    line-height: 28px;
    font-weight: 400;
}

.product-image-summary .product-image-summary-inner .product-images .woocommerce-product-gallery .wd-gallery-images {
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    overflow: hidden;
    padding: 0px;
}

.product-image-summary .product-image-summary-inner .product-images .woocommerce-product-gallery .wd-gallery-images img {
    max-width: 62%;
    margin: 0 auto !important;
}

.product-image-summary .product-image-summary-inner .product-images .woocommerce-product-gallery .wd-gallery-images figure.woocommerce-product-gallery__image {
    text-align: center;
}

body.single-post .article-inner .meta-post-categories {
    display: none;
}

.post-single-page .post-title {
    color: #fff;
    text-transform: capitalize;
    margin: 00;
}

.recent-posts-info * {
    color: #000 !important;
}

.single-product .single-breadcrumbs-wrapper {
    margin-top: 198px !important;
}

.single-product .single-breadcrumbs-wrapper .container {
    background: #333;
    padding: 12px 20px;
    border-radius: 9px;
}

.single-product .single-breadcrumbs-wrapper .container .wd-breadcrumbs * {
    color: #fff !important;
}

.single-product .single-breadcrumbs-wrapper .container .wd-products-nav * {
    color: #fff !important;
}

.single-product .whb-color-light:not(.whb-with-bg) {
    background: transparent;
    padding: 8px 20px;
}

.wd-header-nav ul#menu-main-header-menu {
    gap: 26px;
}

.wd-header-nav ul#menu-main-header-menu li a {
    font-size: 13px !important;
    color: #111 !important;
    font-family: 'Cabin' !important;
    font-weight: 600 !important;
}

.wd-header-my-account .wd-tools-icon:before {
    color: #000;
}

.wd-header-cart span.wd-tools-icon::before {
    color: #000 !important;
}

.wd-header-cart span.wd-tools-text * {
    color: #000 !important;
}

.custom-product-carousel-class .wd-product .price .amount {
    font-size: 14px !important;
}

.custom-product-carousel-class h3.wd-entities-title {
    font-size: 14px !important;
    padding: 10px 0 0 18px !important;
}

.custom-product-carousel-class .wd-product-cats a {
    color: grey !important;
}

.custom-product-carousel-class .product-wrapper:hover .wd-product-cats a {
    color: #fff !important;
}

.custom-product-carousel-class .product-wrapper {
    padding-bottom: 0px !important;
}

.custom-product-carousel-class .product-wrapper span.price {
    right: 16px !important;
    bottom: 40px !important;
}

.custom-product-carousel-class .wd-product-cats {
    padding-left: 20px !important;
    margin: -6px 0 15px !important;
}

.custom-sec p {
    width: 76%;
    margin: 13px auto 8px;
}


.custom-sec-col-2 {
    position: relative;
    left: 130px;
}

.custom-sec {
    position: relative;
    overflow: hidden;
}

.custom-sec::after {
    content: 'Just Us!!!!';
    font-size: 300px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'beyond';
    height: 327px !important;
    width: 55%;
    white-space: nowrap;
    line-height: 170px;
    color: rgb(240 108 127 / 10%);
}

.wd-insta-item:hover::after {
    content: '';
    background: url(/wp-content/uploads/2025/05/Vector-26.png);
    position: absolute;
    width: 50px;
    height: 50px;
    top: 36%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99 !important;
}

.single-product .whb-overcontent .whb-main-header {
    height: 168px;
    background: url(/wp-content/uploads/2025/05/Frame-178-min-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.single-product .main-page-wrapper {
    margin-bottom: -40px;
}

@media only screen and (max-width: 750px) {
    footer.footer-container ul.elementor-icon-list-items li.elementor-icon-list-item a {
        justify-content: center !important;
    }

    body.woodmart-archive-blog .wd-blog-element {
        padding: 30px 0px;
    }

    body.single-post .article-inner header.entry-header .entry-thumbnail {
        height: 300px !important;
    }

    body.single-post .article-inner {
        padding: 25px 14px 0px !important;
        margin-bottom: 20px;
    }

    .post-single-page .post-title {
        margin: 0 0 -8px;
    }

    body.single-post .article-inner p {
        font-size: 13px !important;
        line-height: 23px !important;
    }

    .banner-sec .heading-col h1.elementor-heading-title {
        white-space: break-spaces;
        margin-top: 59px;
        margin-bottom: 5px;
    }

    body .banner-sec {
        background-position: 53% 100% !important;
        background-size: cover !important;
    }

    .site-logo {
        max-height: 90px !important;
        margin: 38px 0 0 !important;
    }

    .wd-header-mobile-nav .wd-tools-icon:before {
        color: #000 !important;
    }

    .setMarquee span {
        font-size: 14px !important;
        letter-spacing: 1px !important;
        width: 240% !important;
    }

    .setMarquee div {
        width: 500% !important;
    }

    .setMarquee {
        height: 50px !important;
    }

    .setMarquee span img {
        width: 20px;
    }

    .custom-sec-col-2 {
        left: 0;
    }

    .custom-sec::after {
        font-size: 57px;
        right: 0;
        top: -50px;
    }

    .wd-cats-element .category-grid-item .hover-mask {
        padding: 0 0 !important;
        margin: 8px 0 18px;
        width: 100%;
    }

    .wd-cats-element .category-grid-item .hover-mask h3.wd-entities-title {
        font-size: 18px !important;
        background: #fff !important;
        display: inline;
        padding: 2px 20px;
        border-radius: 100px;
        white-space: nowrap;
        color: #F06C7F;
    }

    .single-product .whb-overcontent .whb-main-header {
        height: 109px;
        background-position: 129% 100%;
    }

    .single-product .single-breadcrumbs-wrapper {
        margin-top: 128px !important;
        padding: 12px 12px 0px;
    }

    .product-image-summary .product-image-summary-inner .product-images .woocommerce-product-gallery .wd-gallery-images img {
        max-width: 100%;
    }
}