.quick_block {
    display: block;
    margin: 10px 0px;
	padding-bottom:10px;
}
.action_lists {
    display: inline-flex;
    list-style: none;
}
.action_lists li {
    margin-right: 10px;
}

.woocommerce .quick_block .clickcall
{
    background-color: var(--itf--color-theme-bg);
    color: #FFF;
    padding: 16px 30px;
}

.woocommerce .quick_block .clickcall:hover
{
    background-color: #000;
    color: #FFF;
    padding: 16px 30px;
}

.woocommerce .quick_block .clickenq
{
    background-color: #000;
    color: #FFF;
    padding: 16px 30px;
}

.woocommerce .quick_block .clickenq:hover
{
    background-color: var(--itf--color-theme-bg);
    color: #FFF;
    padding: 16px 30px;
}

.tech_blocks_info {
    display: block;
}
.tech_blocks_info h5 {
    font-size: 20px;
    padding: 20px 0 0 0px;
    margin: 0px;
}
.tech_data {
    display: block;
}
.tech_data_lst {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /*display: inline-flex;*/
}
.tech_data_lst li{
    display: inline-block;
	padding:5px;
}

form.woocommerce-ordering {
    display: none;
}


.itf_youtube_video_boxe_outer {
    position: relative;
    justify-content: center;
    display: flex;
}
.itf_youtube_video_boxes {
    position: relative;
    display: inline-block;
    width: fit-content; /* Ensures div fits around the image */
    cursor: pointer;
    opacity: 0.3;
}

.itf-video-img {
    display: block;
}


.itf-popup-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3); /* Optional: Slight overlay effect */
    text-decoration: none; /* Removes underline */
}

.itf-popup-youtube i {
    color: red;
    font-size: 40px; /* Adjust size as needed */
}
.itf_youtube_video_boxes:hover{
    opacity: 1;
}

@keyframes itfblink {
    0% { opacity: 1; background: red; }
    50% { opacity: 0.5; background: blue; }
    100% { opacity: 1; background: red; }
}

.itf-new-product-icon {
    text-align: center;
    color: #FFF;
    font-size: 10px;
    border-radius: 5px;
    padding: 3px 6px;
    animation: itfblink 2s infinite;
    position: absolute;
    z-index: 1;
}

.itf-new-product-icon-list {
    text-align: center;
    color: #FFF;
    font-size: 10px;
    border-radius: 5px;
    padding: 3px 6px;
    animation: itfblink 2s infinite;
    position: absolute;
}