/*
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.9.1787216949
Updated: 2026-08-20 09:09:09

*/

.productbox a.button.product_type_simple, .prodcutpg a.button.product_type_simple {
    width: 100%;
}
.productbox li.product.type-product {
    overflow: hidden;
}
ins {
    text-decoration: none;
}
.testimonialblock .elementor-testimonial__image img {
    object-fit: contain;
}
.custom-breadcrumb, .custom-breadcrumb a {
    text-transform: uppercase;
    color: #fff;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-align: center;
    vertical-align: middle;
}
.profilter h2.widgettitle {
    font-family: Oswald;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
	margin-bottom: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DBD9D9;
}
.profilter .widget-title.wpc-filter-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #3B3B3B;
}
.prosort h2.widgettitle {
    font-family: Oswald;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
	margin-right: 10px;
}
.prosort .widget.widget_wpc_sorting_widget{
	    display: flex;
    align-items: center;
}
.elementor-nothing-found.elementor-products-nothing-found {
    text-align: center !important;
}

.proattribute {
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #1f2937;
}


/* =========================================
   PRODUCT PURCHASE AREA
   ========================================= */

.product-purchase-area {
    width: 100%;
}


/* =========================================
   QUANTITY ROW
   ========================================= */

.product-purchase-area .e-atc-qty-button-holder {
    display: flex !important;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin-bottom: 18px;
}


/* Quantity wrapper */
.product-purchase-area .quantity {
    display: flex !important;
    align-items: center;
    gap: 0;
    margin: 0 !important;
}


/* Add "Quantity" text */
.product-purchase-area .quantity::before {
    content: "Quantity";
    display: inline-block;
    margin-right: 18px;
    font-family: "Inter", Sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    color: #111;
}


/* Quantity pill */
.product-purchase-area .quantity {
    position: relative;
}


/* Minus + Input + Plus container */
.product-purchase-area .quantity .qty-minus,
.product-purchase-area .quantity input.qty,
.product-purchase-area .quantity .qty-plus {
    height: 58px !important;
    box-sizing: border-box;
}




/* Quantity input */
.product-purchase-area .quantity input.qty {
    width: 65px !important;
    border: 1px solid #e2e2e2 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    color: #111;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}





/* Hover */
.product-purchase-area .quantity .qty-minus:hover,
.product-purchase-area .quantity .qty-plus:hover {
    background: #fafafa;
    color: #222;
}


/* Remove number input arrows */
.product-purchase-area .quantity input.qty::-webkit-outer-spin-button,
.product-purchase-area .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-purchase-area .quantity input.qty[type="number"] {
    -moz-appearance: textfield;
}


/* =========================================
   ADD TO CART BUTTON
   ========================================= */

.product-purchase-area .single_add_to_cart_button {
    width: 45% !important;
    height: 50px !important;
    margin: 0 !important;
    border: 1px solid #ed1c24 !important;
    border-radius: 5px !important;
    background: #ed1c24 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 20px !important;
}


/* Add to cart hover */
.product-purchase-area .single_add_to_cart_button:hover {
    background: #d9161d !important;
    border-color: #d9161d !important;
    color: #fff !important;
}


/* =========================================
   BUY NOW BUTTON
   ========================================= */

.product-purchase-area .elementor-widget-shortcode {
    width: 100%;
}


/* Buy Now link */
.product-purchase-area .custom-buy-now-btn {
    width: 100%;
    height: 50px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ed1c24;
    border-radius: 5px;

    background: #fff;
    color: #ed1c24 !important;

    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none !important;

    transition: all 0.3s ease;
}


/* Buy Now hover */
.product-purchase-area .custom-buy-now-btn:hover {
    background: #ed1c24;
    color: #fff !important;
}




.product-purchase-area
.elementor-widget-woocommerce-product-add-to-cart {
    width: 100%;
}


/* Add to cart form */
.product-purchase-area
.elementor-widget-woocommerce-product-add-to-cart form.cart {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
}


/* Quantity takes full width */
.product-purchase-area
.elementor-widget-woocommerce-product-add-to-cart .e-atc-qty-button-holder {
    flex-wrap: wrap;
}


/* Buy Now widget */
.product-purchase-area .elementor-widget-shortcode {
    width: calc(50% - 4px);
    margin-top: -90px;
    margin-left: calc(50% + 4px);
}
.product-purchase-area .quantity .qty-minus {
    width: 48px;
    border: 1px solid #e2e2e2 !important;
    border-right: 0 !important;
    border-radius: 30px 0 0 30px;
    background: #fff !important;
    color: #000 !important;
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
    margin: 0 !important;
}
.product-purchase-area .quantity .qty-plus {
    width: 48px;
    border: 1px solid #e2e2e2 !important;
    border-left: 0 !important;
    border-radius: 0 30px 30px 0;
    background: #fff !important;
    color: #000 !important;
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
    margin: 0 !important;
}




/* =========================================
   PRODUCT DATA TABS
========================================= */

.prodatatab .woocommerce-tabs {
    margin: 0;
    padding: 0;
    font-family: "Inter", Sans-serif;
}

/* Tabs wrapper */
.prodatatab .wc-tabs {
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border-bottom: 1px solid #dedede;
}

.prodatatab .wc-tabs::before,
.prodatatab .wc-tabs::after {
    display: none !important;
}

/* Individual tabs */
.prodatatab .wc-tabs li {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* Tab title */
.prodatatab .wc-tabs li a {
    position: relative;
    display: block;

    padding: 0 28px 11px !important;
    margin: 0 !important;

    font-family: "Inter", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.3;

    color: #1f2937 !important;
    text-decoration: none !important;

    background: transparent !important;
    border: 0 !important;
}

/* Active tab */
.prodatatab .wc-tabs li.active a {
    color: #e31e24 !important;
}

/* Active underline */
.prodatatab .wc-tabs li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #e31e24;
}

/* Hover */
.prodatatab .wc-tabs li a:hover {
    color: #e31e24 !important;
}


/* =========================================
   TAB CONTENT
========================================= */

.prodatatab .woocommerce-Tabs-panel {
    margin: 0 !important;
    padding: 28px 0 0 !important;

    font-family: "Inter", Sans-serif !important;
}

/* Hide WooCommerce heading */
.prodatatab .woocommerce-Tabs-panel > h2 {
    display: none !important;
}

/* Content text */
.prodatatab .woocommerce-Tabs-panel p {
    margin: 0 0 16px;

    font-family: "Inter", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.45;

    color: #444444 !important;
}


/* =========================================
   ADDITIONAL INFORMATION
========================================= */

.prodatatab #tab-additional_information table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-family: "Inter", Sans-serif !important;
}

.prodatatab #tab-additional_information th,
.prodatatab #tab-additional_information td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.prodatatab #tab-additional_information th {
    color: #1f2937;
    font-weight: 600;
}

.prodatatab #tab-additional_information td {
    color: #444444;
}


span.posted_in.detail-container span.detail-label {
    display: none;
}

@media screen and (max-width: 1200px) {
.brtxt br{
	display: none;
}

}
@media screen and (max-width: 990px) {
    .prodcutpg.elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .product-purchase-area .e-atc-qty-button-holder {
        gap: 12px;
    }

    .product-purchase-area .quantity::before {
        font-size: 15px;
        margin-right: 12px;
    }

    .product-purchase-area .quantity .qty-minus,
    .product-purchase-area .quantity input.qty,
    .product-purchase-area .quantity .qty-plus {
        height: 52px !important;
    }

    .product-purchase-area .quantity .qty-minus,
    .product-purchase-area .quantity .qty-plus {
        width: 42px;
    }

    .product-purchase-area .quantity input.qty {
        width: 55px !important;
        font-size: 19px;
    }

    .product-purchase-area .single_add_to_cart_button,
    .product-purchase-area .custom-buy-now-btn {
        height: 56px;
        font-size: 16px;
    }
	    .prodatatab .wc-tabs {
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .prodatatab .wc-tabs::-webkit-scrollbar {
        display: none;
    }

    .prodatatab .wc-tabs li a {
        padding: 0 18px 10px !important;
        font-family: "Inter", Sans-serif !important;
        font-size: 15px !important;
    }

    .prodatatab .wc-tabs li:first-child a {
        padding-left: 0 !important;
    }

    .prodatatab .woocommerce-Tabs-panel {
        padding-top: 22px !important;
    }

    .prodatatab .woocommerce-Tabs-panel p {
        font-family: "Inter", Sans-serif !important;
        font-size: 14px !important;
        line-height: 1.5;
    }
}