.service-list-icon .elementor-icon {
    margin-top: 5px !important;
}
.service-list ul{
    list-style-type: none !important;
    padding: 0;
}

.blog_tags ul a,
a.tag-cloud-link {
    background: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1) !important;
    border: 1px solid transparent !important;

}

.blog_tags ul a:hover,
a.tag-cloud-link:hover {
    color: var(--white) !important;
    background: var(--woo-primary-color) !important;
    border: 1px solid #151313 !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1) !important;
}

.rc__post {
    overflow: hidden;
}


/* img.img-responsive.wp-post-image {
    border-radius: 20px;
} */

.sidebar__widget-title i.ph-fill.ph-paw-print {
    margin-right: 12px;
}

@media screen and (max-width: 991px) {
    h3.postbox__title a {
        font-size: 22px !important;
    }

    .postbox__meta span {
        font-size: 14px;
    }
}

.pagination.justify-content-center.gap-lg-5.gap-3 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 8px;
    flex-wrap: wrap;
}

.pagination.justify-content-center.gap-lg-5.gap-3 ul li {
    margin: 0;
}

span.page-numbers,
a.page-numbers {
    border: 1px solid rgba(21, 11, 51, 0.2);
    color: var(--heading-color);
    transition: all 0.3s ease-in-out;
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.page-numbers.current {
    color: var(--white);
    border-color: var(--woo-primary-color);
    background: var(--woo-primary-color);
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: -14px;
}

.service-details-content br {
    display: none;
}

/* 
.postbox__details .postbox__content {
    padding: 35px 10px 30px 10px;
} */

.blog_tags span {
    /* margin-top: 10px; */
}

ul#menu-footer-1 li {
    margin: 8px 0px;
}

ul#menu-footer-1 li:hover {
    color: var(--s2-color);
    cursor: pointer;
}


del span.woocommerce-Price-amount.amount {
    color: black;
    text-decoration: line-through;
}

.shop-main-area ins {
    text-decoration: none !important;
}

.shop-main-area select.orderby {
    border: none;
}

.woocommerce-measseges ::before {
    margin-top: 13px;
}

/*woocommerce sidebar css */

.product-categories,
.product-categories ul{
    list-style-type: none;
}

.product-categories li {
    margin-bottom: 8px;
}

.product-categories .cat-item span.count {
    float: right;
    color: var(--woo-primary-color);
    cursor: pointer;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 34;
    margin-bottom: 15px !important;
    list-style: none;
}

.product_list_widget span.product-title:hover {
    color: var(--woo-primary-color) !important;
    cursor: pointer;
    text-decoration: underline;
}

.product_list_widget .star-rating {
    display: none;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 52px !important;
    height: auto;
    box-shadow: none;
    border-radius: 5px;
}

.cart .quantity input {
    border: none !important;
}

form.cart {
    position: relative;
}



.quantity button.ph.ph-plus,.quantity button.ph.ph-minus {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.quantity .input#quantity_676768e6aeb00 {
    font-size: 16px;
}

.quantity button.single_add_to_cart_button.button.alt {
    display: flex;
    justify-content: center;
    align-items: center;
}


.summary .price ins bdi {
    color: var(--woo-primary-color);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
}

.summary span.woocommerce-Price-currencySymbol {
    float: left;
    padding: 2px 1px;
}

.shop-sidebar .font-otomanopee i.ph-fill.ph-paw-print {
    color: var(--woo-primary-color) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: var(--woo-primary-color) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: var(--woo-primary-color) !important;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}


.woocommerce .widget_price_filter .price_slider_amount .button {
    background: var(--woo-primary-color) !important;
    border-radius: 2em;
    color: var(--white) !important;

}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background: var(--s2-color) !important;
    transition: all .3s ease-in-out;
}

/* cart page css */
.sec-mar {
    margin: 120px 0 120px 0;
}

@media screen and (max-width: 991px) {
    .sec-mar {
        margin: 80px 0 80px 0;
    }
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: var(--woo-primary-color) !important;
    color: white;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background: var(--s2-color) !important;
    transition: all .3s ease-in-out;
}

/* blog page not found css */
.pageontent p {
    margin-bottom: 5%;
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: var(--heading-color);
    background-color: var(--woo-primary-color) !important;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
}


.woosw-list button#woosw_copy_btn {
    margin-left: 40%;
}


/* cart page css */
/* Basic styling for the dropdown */
.cart-dropdown {
    position: absolute;
    top: 100%;
    /* Position directly below the button */
    right: 0;
    width: 350px;
    /* Set the width for the dropdown */
    background-color: var(--white);
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    z-index: 1000;
    /* Make sure it appears above other elements */
    display: none;
    /* Initially hidden */
    border-radius: 8px;
    max-height: 400px;
    overflow-y: auto;
}

/* Cart item container */
.cart-items {
    margin: 0;
    padding: 0;
}

/* Styling for the cart item */
.cart-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    width: 100%;


}

.cart-item:last-child {
    border-bottom: none;
}

/* Image styling */
.cart-item-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
}

/* Cart item details (name, quantity, price) */
.cart-item-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cart-item-name {
    font-weight: bold;
    margin: 0;
    font-size: 14px;
}

.cart-item-quantity,
.cart-item-price {
    margin: 5px 0;
    font-size: 12px;
}

/* Close button */
#close-cart {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--woo-primary-color);
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: var(--white);
    border-radius: 5px;
}

#close-cart:hover {
    background-color: var(--s2-color);
    transition: all .3s ease-in-out;
}

.remove-item-btn {
    background-color: var(--woo-primary-color);
    color: var(--white);
    border: none;
    padding: 5px;
    font-size: 8px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

.remove-item-btn:hover {
    background-color: var(--s2-color);
}




/* Responsive design */
@media (max-width: 767px) {
    .cart-dropdown {
        width: 100%;
        /* Full width for mobile */
        max-width: none;
        /* Remove max-width */
    }

    .cart-item {
        flex-direction: column;
        /* Stack the image and details vertically on smaller screens */
        align-items: flex-start;
    }

    .cart-item-image {
        margin-bottom: 10px;
    }

    .cart-item-details {
        align-items: flex-start;
    }

    .cart-item-name {
        font-size: 16px;
    }

    .cart-item-quantity,
    .cart-item-price {
        font-size: 14px;
    }

    #close-cart {
        width: 100%;
        /* Full width for mobile close button */
    }
}

/* Very small screens (less than 480px, typical for smartphones) */
@media (max-width: 480px) {
    .cart-dropdown {
        padding: 8px;
    }

    .cart-item {
        padding: 15px 0;
        /* Less padding for tighter layout */
        padding-left: 10px;
    }

    .cart-item-image {
        width: 80px;
        /* Smaller image for extra small screens */
        height: 70px;
        margin-bottom: 6px;
        border-radius: 5px;
    }

    .cart-item-name {
        font-size: 18px;
        /* Smaller font size for smaller screens */

    }

    .cart-item-quantity {
        font-size: 18px;
        /* Smaller font size for small screens */

    }

    .cart-item-details .cart-item-price span.woocommerce-Price-amount.amount {
        font-size: 18px;
    }

    #close-cart {
        font-size: 14px;
        /* Adjust button font size */
        padding: 10px 15px;
    }
}

/* For very small screens (e.g., below 480px) */
@media (max-width: 480px) {
    .cart-item-img {
        width: 40px;
        /* Further reduce size */
    }

    .cart-item-title {
        font-size: 12px;
        /* Smaller font size */
    }

    .cart-item-price {
        font-size: 10px;
        /* Smaller font size */
    }
}


/* Footer Section */
.cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    color: var(--white);
    text-align: center;
}

.cart-dropdown a.btn.view-cart-btn {
    background: var(--woo-primary-color);
    font-size: 12px;
    color: white;
}

.cart-dropdown a.btn.view-cart-btn:hover {
    background: var(--s2-color);
    transition: all .3s ease-in-out;
}


.cart-dropdown a.btn.checkout-btn {
    background: var(--woo-primary-color);
    font-size: 12px;
    color: white;
}

.cart-dropdown a.btn.checkout-btn:hover {
    background: var(--s2-color);
    transition: all .3s ease-in-out;
}

/* Appoinment Form css */

select.wpcf7-form-control.wpcf7-select.w-100.bg-transparent.p-0 {
    border: none;
}

select.wpcf7-form-control.wpcf7-select.w-100.bg-transparent.p-0 option {
    background: transparent;
    opacity: 1;
    padding: 10px 0px;
}

span.wpcf7-spinner {
    display: none;
}

h4.list_title.elementor-choice.font-playfair.mb-3 {
    margin: 0px;
    padding: 0px;
}


@media screen and (max-width: 575px) {
    .footer-section {
        padding: 0px;
    }
}

/* Blog Section` pagination css */
.blog-section .page-numbers.current {
    margin: 0 10px;
}

.blog-section a.page-numbers {
    margin: 0 10px;
}

/* theme unit test css blog section */

button.wp-block-search__button.wp-element-button {
    background: var(--woo-primary-color) !important;
}

button.wp-block-search__button.wp-element-button:hover {
    background: var(--s2-color) !important;
    transition: all .3s ease-in-out;
}

.page-links>span {
    border: 2px solid var(--woo-primary-color);
    color: var(--woo-primary-color);
}

.wp-block-query-pagination-numbers {
    display: flex;
    gap: 12px;
}

.wp-block-post {
    margin-bottom: 25px;
}

ul.breadcrumb.d-inline-flex.align-items-center.justify-content-center.gap-lg-2.gap-1 {
    justify-content: left !important;
}

.nice-select span.current {
    padding-left: 10px;
}

.about-opacityf {
    opacity: 0.1 !important;
}


@media (max-width: 767px) {
    .elt-text {
        font-size: 32px !important;
    }
}

/* shop page price range css background color */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: var(--secondary-color) !important;
    border: 0
}

.blog-gridx .pb-120 {
    padding-bottom: 0px !important
}

.blog-gridx .pt-120 {
    padding-top: 0px !important;
}

/* about section icons css  */
.about-icon ul li {
    display: flex;
    align-items: center;
}

i.fal.fa-check {
    width: 16px;
    height: 16px;
    background: var(--woo-primary-color) !important;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    padding: 10px;
}

/* Home3 from section icons css  */

.home-from01 .px-xl-8.px-lg-6.px-md-4.px-3.py-lg-4.py-md-3.py-2.w-100.border.n20-border.radius-8.focus-primary.w-100 {
    background-color: var(--white);
}

.home-from01 .nice-select {
    border-radius: 0px;
    border: none !important;
    height: 30px !important;
    line-height: 30px !important;
}

.home-from01 .nice-select.open .list {
    width: 100% !important;
}

.home-from3 .px-xl-8.px-lg-6.px-md-4.px-3.py-lg-4.py-md-3.py-2.w-100.border.n20-border.radius-8.focus-primary.w-100 {
    background-color: var(--white);
}

.home-from3 .nice-select {
    border-radius: 0px;
    border: none !important;
    height: 30px !important;
    line-height: 30px !important;
}

.home-from3 .nice-select.open .list {
    width: 100% !important;
}

/* woocommerce shop page css  */
h1.woocommerce-products-header__title.page-title {
    display: none !important;
}

.summary button.woosc-btn {
    display: none !important;
}




.tp-blog-area .postbox__item {
    -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
    -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
    -ms-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
    -o-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
    box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
}




.footer-section ul {
    list-style-type: none;
}

.footer-section ul li a {
    color: var(--heading-color);
}


.elementor-element.elementor-element-editable.elementor-element-focused,
.elementor-element.elementor-element-editable:hover,
.elementor-editor-active .elementor-element.elementor-element-editable.elementor-element:hover {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

/* Additional selectors that might have the pink color */
.elementor-editor-active .elementor-widget:hover,
.elementor-editor-active .elementor-column:hover > .elementor-element-populated,
.elementor-editor-active .elementor-section:hover {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.ft-subtitle {
    font-weight: 600 !important;
    font-size:18px !important;
}

.section-subtitle svg {
    width: 20px;
    height: 20px;
}

.section-subtitle svg path{
    fill: var(--woo-primary-color) !important;
}

span.text-h1.fw-normal.mb-lg-3.mb-2 {
    color: #000;
}

.footer-section span.text-n20 {
    color: #000;
}

.service-all .service-card{
    border-radius: 0 !important;
}

button.single_add_to_cart_button.button.alt {
    border: none;
    font-weight: 700;
}
button.single_add_to_cart_button.button.alt:hover{
    background: #000 !important;
    color: var(--white) !important;
}

.postbox__thumb img {
    width: 100%;
}


.woosc-btn {
    font-size: 0;
    color: var(--p1) !important;
}

.woosc-btn::before {
    font-size: 16px;
    content: "\E220";
    font-family: "Phosphor";
    margin: 0;
    font-weight: 400;
    display: inline-block;
    -webkit-transform: translate(0px, 2px);
    -moz-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    -o-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
    height: 35px;
    line-height: 35px;
}

.woosw-btn {
    font-size: 0;
    color: var(--p1) !important;
}

.woosw-btn::before {
    font-size: 16px;

    content: "\E2A8";
    font-family: "Phosphor";
    margin: 0;
    font-weight: 400;
    display: inline-block;
    -webkit-transform: translate(0px, 2px);
    -moz-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    -o-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
    height: 35px;
    line-height: 35px;
}

.woosw-popup-content-bot-inner a {
    color: #000 !important;
}

.woosw-items{
    width: 100% !important;
}


a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700;
}

button#woosw_copy_btn {
    background: red;
    color: #fff;
    padding: 3px 20px;
    border-radius: 3px;
}

.shop-sidebar h2.wp-block-heading {
    margin-bottom: 16px;
    font-size: 20px;
}