.common_card_component_sec {
    margin: 10px;
    position: relative;
    text-align: center;
    width: calc(33% - 16px);
    padding: 50px 37px;
    background-color: white;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    border-radius: 25px;
    /* display: none; */
}

.common_card_component_sec .common_card_main_img_sec {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    position: relative;
}

.common_card_component_sec .common_card_img {
    height: auto;
    width: 100%;
    background-image: url("../images/common/card-dummy.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 150px;
}

.common_card_component_sec .common_card_img img {
    height: auto;
    width: 100%;
    object-fit: contain;
    display: block;
    background-color: rgb(255, 255, 255) !important;
}

/* -----notify section------- */

.common_card_component_sec .common_card_main_img_sec .out_of_stock_sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.39);
    z-index: 1;
    display: none;
}

.common_card_component_sec .out_of_stock_sec span {
    background-color: hsla(0, 0%, 100%, 0.8);
    width: 80%;
    line-height: normal;
    padding: 2px 5px;
    color: #f11010;
    font-size: 16px;
    font-weight: 500;
}

/* -----notify section ends------- */

.common_card_component_sec .common_card_best_seller_tag {
    position: absolute;
    top: 20px;
    left: 11px;
    background: #000;
    line-height: normal;
    padding: 0 8px;
    color: white;
    font-size: 13px;
    border-radius: 2px;
    z-index: 2;
    display: none;
}

.common_card_component_sec.best_seller_card .common_card_best_seller_tag {
    display: block;
}

.common_card_component_sec .common_card_wishlist_sec {
    position: absolute;
    top: 20px;
    right: 15px;
    height: auto;
    width: 50px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f3f3f3;
    z-index: 2;
    border-radius: 50%;
}

.common_card_wishlist_sec .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart.tinvwl-loop-button-wrapper.tinvwl-no-action {
    background-color: unset !important;
}

.common_card_component_sec .common_card_wishlist_sec .common_card_wishlist_icon {
    height: auto;
    width: 50%;
}

.common_card_component_sec .common_card_wishlist_sec .common_card_wishlist_icon.hidden {
    display: none;
}

.common_card_component_sec .common_card_wishlist_sec .common_card_wishlist_icon.active {
    display: block;
}

.common_card_component_sec .common_card_wishlist_sec img {
    height: auto;
    width: 100%;
    display: block;
    object-fit: contain;
}

.common_card_component_sec .common_card_title_description_sec {
    text-align: center;
    margin-bottom: 20px;
}

.common_card_component_sec .common_card_title_description_sec .common_card_category {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.common_card_component_sec .common_card_title_description_sec .common_card_main_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
}

.common_card_component_sec .common_card_spec_sec {
    padding-bottom: 50px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    position: relative;
}

.common_card_component_sec .common_card_spec_sec .common_card_spec_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 60px;
    padding-bottom: 7px;
    cursor: pointer;
    position: relative;
}

.common_card_component_sec .common_card_spec_sec .common_card_spec_img.hovered~.spec_detail_content {
    opacity: 1;
}

.common_card_component_sec .common_card_spec_sec .spec_detail_content.visible {
    opacity: 1;
}

.common_card_component_sec .common_card_spec_sec .spec_detail_content {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    color: #4a4a4a;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

.common_card_component_sec .common_card_spec_sec .common_card_spec_img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #4aa7a5;
    transform: scale(0, 1);
    transition: transform 0.35s ease-in-out;
    transform-origin: bottom left;
}

.common_card_component_sec .common_card_spec_sec .common_card_spec_img:hover::after {
    transform: scale(1, 1);
    transform-origin: bottom right;
    transition: transform 0.35s ease-in-out;
}

.common_card_component_sec .common_card_spec_sec .common_card_spec_img img {
    height: auto;
    width: 100%;
    object-fit: contain;
    display: block;
}

.common_card_component_sec .common_card_spec_sec .common_card_spec_img.selected::after {
    transform: scale(1, 1);
    transform-origin: bottom right;
    transition: transform 0.35s ease-in-out;
    /* Add any other hover styles you want */
}

.common_card_component_sec .common_card_size_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
}

.common_card_component_sec .common_card_size_sec .common_card_size_card {
    height: 30px;
    width: auto;
    padding: 0 10px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    line-height: normal;
    border: 1px dashed #adadad;
}

.common_card_component_sec .common_card_price_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    /* margin-bottom: auto; */
    margin-top: auto;
}

.common_card_component_sec .common_card_price_sec .current_price {
    /* font-size: 28px; */
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    gap: 7px;
    align-items: end;
}



.common_card_component_sec .common_card_price_sec .current_price span {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 5px;
}

.common_card_component_sec .common_card_price_sec .original_price {
    color: rgba(29, 29, 31, 0.4);
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: line-through;
}


.common_card_component_sec .common_card_btn_grp {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.common_card_component_sec .common_card_btn_grp a.btn-detail {
    background-color: white;
    border: 1px solid #717172;
    color: #717172;
}

.common_card_component_sec .common_card_btn_grp a.btn-detail:hover {
    background-color: #717172;
    color: #fff;
}

.common_card_component_sec .common_card_btn_grp a {
    min-width: calc(50% - 8px) !important;
    height: 60px !important;
    padding: 0 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_card_component_sec.notify_card .common_card_main_img_sec .out_of_stock_sec {
    display: flex;
}


.btn_bg_black,
.common_card_component_sec.notify_card .btn-hisense,
.notify_card.btn-hisense {
    background: black;
    color: white;
    transition: all 0.3s ease;
}

.btn_bg_black:hover,
.common_card_component_sec.notify_card .btn-hisense:hover,
.notify_card.btn-hisense:hover {
    background: rgb(99 99 99);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
    background-color: #f3f3f3 !important;
    opacity: 1 !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 {
    padding-left: 10px;
}

/* -----rtl----- */
body.rtl .common_card_component_sec .common_card_best_seller_tag {
    left: unset;
    right: 11px;
}

body.rtl .common_card_component_sec .common_card_wishlist_sec {
    right: unset;
    left: 15px;
}

/* --------media queries------------ */

@media screen and (max-width: 1440px) {
    .common_card_component_sec .common_card_title_description_sec .common_card_main_title {
        font-size: 27px;
    }
}

@media screen and (max-width: 1280px) {
    .common_card_component_sec .common_card_title_description_sec .common_card_main_title {
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .woo-variation-gallery .product-listing .view-more a {
        text-align: center;
        min-width: 193px;
        line-height: 100%;
        font-weight: 400;
        display: inline-block;
        padding: 19px;
        height: 50px;
    }

    .common_card_component_sec .common_card_spec_sec .common_card_spec_img {
        width: 50px;
    }

    .common_card_component_sec .common_card_img {
        min-height: 150px;
    }

    .common_card_component_sec .common_card_title_description_sec .common_card_category {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .common_card_component_sec .common_card_best_seller_tag {
        font-size: 12px;
    }

    .common_card_component_sec .common_card_spec_sec {
        padding-bottom: 40px;
    }

    .common_card_component_sec .common_card_spec_sec .spec_detail_content {
        bottom: 5px;

        font-size: 14px;
    }

    .common_card_component_sec .common_card_wishlist_sec {
        top: 20px;
        /* right: 15px; */

        width: 40px;
    }

    .common_card_component_sec {
        margin: 10px;

        width: calc(50% - 20px);
        padding: 50px 37px;
    }

    .common_card_component_sec .common_card_title_description_sec .common_card_main_title {
        font-size: 22px;
    }

    .common_card_component_sec .common_card_btn_grp a {
        height: 50px !important;
        padding: 0 15px !important;
    }

    .common_card_component_sec .common_card_price_sec .current_price {
        font-size: 25px;
    }

    .common_card_component_sec .common_card_price_sec .current_price span {
        font-size: 20px;
    }

    .common_card_component_sec .common_card_price_sec .original_price {
        font-size: 25px;
    }

    .common_card_component_sec .common_card_price_sec .original_price span {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {


    .common_card_component_sec .common_card_btn_grp a {
        height: 45px !important;
        font-size: 14px;

    }

    .common_card_component_sec a.tinvwl_add_to_wishlist_button {
        width: 42px !important;
        height: 42px !important;

    }

    .common_card_component_sec {

        padding: 50px 20px;
    }

    .common_card_component_sec .common_card_spec_sec .common_card_spec_img {
        width: 45px;
    }

    .common_card_component_sec .out_of_stock_sec span {
        font-size: 14px;
    }

    .common_card_component_sec .common_card_title_description_sec .common_card_main_title {
        font-size: 20px;
    }

    .common_card_component_sec .common_card_price_sec {
        gap: 15px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 700px) {
    .common_card_component_sec .common_card_spec_sec .common_card_spec_img {
        width: 35px;
    }

    .common_card_component_sec .common_card_wishlist_sec {
        top: 15px;
        right: 20px;

        width: 35px;
    }

    body.rtl .common_card_component_sec .common_card_wishlist_sec {
        left: 20px;
    }

    .common_card_component_sec .common_card_btn_grp {
        gap: 8px;
    }

    .common_card_component_sec .common_card_btn_grp>a {
        flex-grow: 1;
        width: auto;
    }

    .common_card_component_sec .common_card_title_description_sec .common_card_category {
        font-size: 14px;
    }

    .common_card_component_sec .common_card_btn_grp a {
        height: 45px !important;
        padding: 0 10px !important;
    }

    .common_card_component_sec {
        margin: 10px 0;

        /* width: calc(100% - 20px); */
        width: 100%;
        padding: 50px 25px 40px 25px;

        border-radius: 15px;
    }

    .common_card_component_sec .common_card_btn_grp {
        margin-top: 25px;
    }

    .common_card_component_sec .common_card_price_sec .current_price {
        font-size: 20px;
    }

    .common_card_component_sec .common_card_price_sec .current_price span {
        font-size: 18px;
        font-weight: 600;
    }

    .common_card_component_sec .common_card_price_sec .original_price {
        font-size: 16px;
    }

    .common_card_component_sec .common_card_spec_sec .common_card_spec_img {
        width: 40px;
    }
}




/* ------button show only for selected products other buttons hidden-------- */

/* a.buyNowBtn {
    visibility: hidden;
    background: transparent !important;
}

a.buyNowBtn:after {
    visibility: hidden;
} */

/* .single single-product a.wcfm_product_multivendor {
    display: none !important;
}

.post-18288 a.btn-hisense.side_click_btn.buy_now_single,
.post-18910 a.btn-hisense.side_click_btn.buy_now_single {
    display: none !important;
}

.postid-18910 a.buyNowBtn.buy-now-button.button.alt.btn_fill_gradient,
.postid-18910 a.buyNowBtn.buy-now-button.button.alt.btn_fill_gradient:after {
    visibility: visible !important;
} */

/* 2506-25 */
/* .single-product .detail-price {
    display: none !important;
}

.postid-18288 a.buyNowBtn.buy-now-button.button.alt.btn_fill_gradient,
.postid-18288 a.buyNowBtn.buy-now-button.button.alt.btn_fill_gradient:after {
    visibility: visible !important;
} */

/* ---------- */
.common_card_component_sec .product_listing_buttons .buyNowBtn {
    visibility: hidden;
    background: transparent !important;

}

.common_card_component_sec .product_listing_buttons .buyNowBtn::after {
    visibility: hidden;
}

body.rtl .post-18929.common_card_component_sec .product_listing_buttons .buyNowBtn,
body.rtl .post-18585.common_card_component_sec .product_listing_buttons .buyNowBtn,
body.rtl .post-18543.common_card_component_sec .product_listing_buttons .buyNowBtn,
body.rtl .post-18204.common_card_component_sec .product_listing_buttons .buyNowBtn,
body.rtl .post-18534.common_card_component_sec .product_listing_buttons .buyNowBtn,
.post-18534.common_card_component_sec .product_listing_buttons .buyNowBtn,
.post-18543.common_card_component_sec .product_listing_buttons .buyNowBtn,
.post-18204.common_card_component_sec .product_listing_buttons .buyNowBtn,
.post-18910.common_card_component_sec .product_listing_buttons .buyNowBtn,
.post-18288.common_card_component_sec .product_listing_buttons .buyNowBtn {
    transition: all 0.3s ease;
    background: var(--color-gradient) !important;
    visibility: visible !important;

}

body.rtl .post-18929.common_card_component_sec .product_listing_buttons .buyNowBtn:hover,
body.rtl .post-18585.common_card_component_sec .product_listing_buttons .buyNowBtn:hover,
body.rtl .post-18543.common_card_component_sec .product_listing_buttons .buyNowBtn:hover,
body.rtl .post-18204.common_card_component_sec .product_listing_buttons .buyNowBtn:hover,
body.rtl .post-18534.common_card_component_sec .product_listing_buttons .buyNowBtn:hover,
.post-18534.common_card_component_sec .product_listing_buttons .buyNowBtn:hover,
.post-18543.common_card_component_sec .product_listing_buttons .buyNowBtn:hover,
.post-18204.common_card_component_sec .product_listing_buttons .buyNowBtn:hover,
.post-18910.common_card_component_sec .product_listing_buttons .buyNowBtn:hover,
.post-18288.common_card_component_sec .product_listing_buttons .buyNowBtn:hover {
    background: #000 !important;
}

/* ------button show only for selected products ends--------  */




/* -----------temporary price section-------- */



.common_card_component_sec .common_card_price_sec .current_price {
    display: none;

}



.post-18910.common_card_component_sec .common_card_price_sec .current_price,
.post-18288.common_card_component_sec .common_card_price_sec .current_price {
    display: block;
}

.post-18910.common_card_component_sec .common_card_price_sec .original_price,
.post-18288.common_card_component_sec .common_card_price_sec .original_price {
    text-decoration: line-through;

    color: #afafaf;
}

.common_card_component_sec .common_card_price_sec .original_price {
    color: #000;
    text-decoration: unset;
    font-size: 24px;

}

@media (max-width:1024px) {
    .common_card_component_sec .common_card_price_sec .original_price {
        font-size: 18px;
    }

}



/* -------------Product Price Strikes correction----------- */






.post-18910.common_card_component_sec .common_card_price_sec .current_price,
.post-18288.common_card_component_sec .common_card_price_sec .current_price {
    display: block;
}

.post-18910.common_card_component_sec .common_card_price_sec .original_price,
.post-18288.common_card_component_sec .common_card_price_sec .original_price {
    text-decoration: line-through;

    color: #afafaf;
}




.post-18910.common_card_component_sec .common_card_price_sec .original_price span {
    display: inline-block;
}


.post-18910.common_card_component_sec .common_card_price_sec .original_price bdi sup {
    text-decoration: line-through !important;
}


.post-18910.common_card_component_sec .common_card_price_sec .original_price bdi * {
    text-decoration: none !important;
}


.post-18910.common_card_component_sec .common_card_price_sec .original_price~ins {
    display: block !important;
}



.common_card_component_sec .common_card_price_sec .original_price {
    color: #000;
    text-decoration: unset;
    font-size: 24px;

}






/* --------------listing page price section strike----------- */

.post-18910.common_card_component_sec .common_card_price_sec .current_price,
.post-18288.common_card_component_sec .common_card_price_sec .current_price {
    display: block;
}

.post-18910.common_card_component_sec .common_card_price_sec .original_price,
.post-18288.common_card_component_sec .common_card_price_sec .original_price {
    /* text-decoration: line-through; */

    color: #afafaf;
}

.common_card_component_sec .common_card_price_sec .original_price {
    color: #000;
    text-decoration: unset;
    font-size: 24px;

}



.post-18910.common_card_component_sec.common_card_component_sec .original_price span,
.post-18288.common_card_component_sec.common_card_component_sec .original_price span {
    display: inline-block;
    text-decoration: line-through !important;

}

.post-18910.common_card_component_sec.common_card_component_sec .original_price bdi sup,
.post-18288.common_card_component_sec.common_card_component_sec .original_price bdi sup {
    text-decoration: line-through !important;
}

.post-18910.common_card_component_sec.common_card_component_sec .original_price bdi *,
.post-18288.common_card_component_sec.common_card_component_sec .original_price bdi * {
    text-decoration: none !important;
}

.post-18910.common_card_component_sec.common_card_component_sec .original_price~ins,
.post-18288.common_card_component_sec.common_card_component_sec .original_price~ins {
    display: block !important;
}