
.wd-footer.footer-container .elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper {
    flex-direction: unset;
}

.elementor .elementor-element.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"],
.elementor .elementor-element.elementor-widget-n-tabs .e-n-tab-title[aria-selected="false"]:hover {
  background-color: #E11D48 !important;
  color: #fff !important;
}
.page-title,
.page-header,
.breadcrumbs {
    display: none !important;
}


.woocommerce-cart .cart_totals .shipping,
.woocommerce-cart .cart-collaterals .shipping {
    display: none !important;
}



/*search*/
.wd-search-results {
    width: 100% !important;
}
.wd-scroll-content {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    padding: 0 0 16px;
    box-sizing: border-box;
}

.wd-scroll-content .wd-search-area     { order: 1; }
.wd-scroll-content .wd-search-history  { order: 2; }
.wd-scroll-content .wd-search-requests { order: 3; }

.wd-scroll-content .wd-search-area {
    padding: 8px 16px 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}


.my-search-slider {
    position: relative;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    height: 220px; 
}

.my-search-slider .my-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none; 
}

.my-search-slider .my-slide.active {
    opacity: 1;
    pointer-events: auto;  
    z-index: 2;             
}

.my-search-slider .my-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 14px;
}

.my-search-slider .my-prev,
.my-search-slider .my-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.35);
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    z-index: 5;
}

.my-search-slider .my-prev { left: 10px; }
.my-search-slider .my-next { right: 10px; }


.my-search-slider .my-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 5;
}

.my-search-slider .my-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    cursor: pointer;
}

.my-search-slider .my-dots span.active {
    background: #fff;
}


.wd-scroll-content .wd-search-history {
    width: 100%;
    max-width: 900px;
    margin: 16px auto 0 auto;
    padding: 12px 24px 16px;
    background: #fff;
    box-sizing: border-box;
}

.wd-scroll-content .wd-search-history .wd-sh-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.wd-scroll-content .wd-search-history .wd-sh-head .wd-sh-clear {
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    padding: 0 10px;
    font-size: 12px;
    color: #6b7280;
}

.wd-scroll-content .wd-search-history li .wd-sh-clear {
    display: none;
}

.wd-scroll-content .wd-search-requests {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 0 auto;
    padding: 12px 24px 16px;
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #f3f4f6;
}

.wd-scroll-content .wd-search-history ul,
.wd-scroll-content .wd-search-requests ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
}

.wd-scroll-content .wd-search-history li,
.wd-scroll-content .wd-search-requests li {
    margin: 0;
    display: inline-flex !important;
    width: auto !important;
    max-width: none !important;
}

.wd-scroll-content .wd-search-history a,
.wd-scroll-content .wd-search-requests a {
    display: inline-flex !important;
    width: auto !important;
    white-space: nowrap !important;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    font-size: 13px;
    color: #111827;
    text-decoration: none;
    background: #f3f4f6;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
    font-weight: 400;
}

.wd-scroll-content .wd-search-history a::after,
.wd-scroll-content .wd-search-requests a::after {
    content: "‹";
    font-size: 12px;
    color: #9ca3af;
}

.wd-scroll-content .wd-search-history a:hover,
.wd-scroll-content .wd-search-requests a:hover {
    background: #e5f0ff;
    border-color: #60a5fa;
    transform: translateY(-1px);
}

.wd-suggestions-group.wd-type-categories {
    display: grid!important;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    padding: 8px 0;
    -webkit-overflow-scrolling: touch;
}

.wd-suggestions-group.wd-type-categories .wd-suggestion {
    flex: 0 0 auto;
    min-width: 120px;
    background-color: rgba(28, 149, 122, 1);
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    position: relative;
    cursor: pointer;
    text-align: center;
    transition: transform 0.1s ease, box-shadow 0.2s ease;
}

.wd-suggestions-group.wd-type-categories .wd-entities-title {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.wd-suggestions-group.wd-type-categories .wd-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 1;
}

.wd-suggestions-group.wd-type-categories .wd-suggestion:hover,
.wd-suggestions-group.wd-type-categories .wd-suggestion:focus {
    transform: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
    transition: none !important;
    background-color: rgba(28, 149, 122, 1) !important;
    color: #fff !important;
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion-content:after {
    display: none;
}


.button.btn-cart.wc-forward {
    color: #fff !important;
}

.wd-text-block.reset-last-child.text-right:last-child {
    text-align:justify!important;
}
.term-description{
    text-align:justify!important;
}
.custom-extra-tab-inner-content{
    text-align:justify!important;
}
.comment-text .description{
    text-align:justify!important;
}




@media (max-width: 768px) {
    

    .wd-search-history,
    .wd-search-requests {
        max-width: 100%;
        padding: 12px 16px;
        margin: 0px 17px;
        border-radius: 16px;
        background: #fff;
        border: 1px solid #e0e0e0;
        
    }

    .wd-search-title {
        font-size: 14px;
        font-weight: 600;
        color: #111;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .wd-search-history a,
    .wd-search-requests a {
        display: inline-block;
        padding: 6px 14px;
        font-size: 12px;
        border-radius: 999px!important;
        background: #f3f4f6;
        color: #111!important;
        border: 1px solid #ddd;
        margin: 4px 4px 4px 0;
        text-decoration: none;
        transition: all 0.2s ease;
        font-weight: 400!important;
    }

    .wd-search-history a:hover,
    .wd-search-requests a:hover {
        background: #e5e7eb;
        border-color: #cbd5e1;
    }

    .wd-search-history a:active,
    .wd-search-requests a:active {
        transform: translateY(1px) scale(0.97);
    }

    
    .wd-search-area .my-slide img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: none;
        display: block;
    }
   /*footer icon*/
     .elementor-icon-box-wrapper {
        flex-direction: column !important;
        align-items: center !important;
       
    }
    
}