/*
Theme Name: Viral Pro Child
Description: Child theme for Viral Pro. You can now safely customize it and not risk losing your customizations.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: viral-pro
Version: 1.0
*/
/* *********************** */
.itemas_shop_main .woocommerce ul.products li.product {
	    width: 100%;
}
.ht-header-two .ht-middle-header {
    position: relative;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

#nav_menu-2 ul, #nav_menu-3 ul, #nav_menu-4 ul {
	display:flex;
	flex-direction: row;
	justify-content: space-around;
}
#nav_menu-2 li, #nav_menu-3 li, #nav_menu-4 li {
list-style-type: none;
}
.ht-top-footer .ht-container {
    padding: 0px !important;
}
.ht-menu ul ul.megamenu>li.menu-item {
    font-size: 22px;
}
/* Універсальні стилі таблиць для Elementor */
.elementor-widget-text-editor {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.elementor-widget-text-editor table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
}

.elementor-widget-text-editor table td {
    padding: 12px 10px;
    border: 1px solid #dcdcdc;
    background: #fff;
    width: auto !important;
}

.elementor-widget-text-editor table thead td {
    background: #48A43F !important;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

/* fallback ТІЛЬКИ якщо НЕМА thead */
.elementor-widget-text-editor table:not(:has(thead)) > tbody > tr:first-child td {
    background: #48A43F;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.elementor-widget-text-editor table td:first-child {
    text-align: left;
    font-weight: 500;
}

.elementor-widget-text-editor table td:not(:first-child) {
    text-align: center;
}

.elementor-widget-text-editor table tbody tr:nth-child(even) td {
    background: #f7f7f7;
}
/* Таблиці всередині Elementor Tabs */
.elementor-tabs .elementor-tab-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* таблиця */
.elementor-tabs .elementor-tab-content table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
}

/* клітинки */
.elementor-tabs .elementor-tab-content table td {
    padding: 12px 10px;
    border: 1px solid #dcdcdc;
    background: #fff;
    width: auto !important;
}

/* header */
.elementor-tabs .elementor-tab-content table thead td {
    background: #48A43F !important;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

/* fallback */
.elementor-tabs .elementor-tab-content table:not(:has(thead)) > tbody > tr:first-child td {
    background: #48A43F;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

/* вирівнювання */
.elementor-tabs .elementor-tab-content table td:first-child {
    text-align: left;
    font-weight: 500;
}

.elementor-tabs .elementor-tab-content table td:not(:first-child) {
    text-align: center;
}

/* зебра */
.elementor-tabs .elementor-tab-content table tbody tr:nth-child(even) td {
    background: #f7f7f7;
}

/* Shortcode [product_pdf]  */
.product-docs {
    margin: 20px 0;
    padding: 16px;
    border: 1px solid #eee;
    background: #fafafa;
}

.product-docs-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.product-pdf {
    display: inline-block;
    text-decoration: none;
    color: #2c7a2c;
}

.product-pdf:hover {
    text-decoration: underline;
}
/* **************************** */
/* Зелені квадрати замість стандартних маркерів */
.elementor-widget-text-editor ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.elementor-widget-text-editor ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 14px;
    line-height: 1.6;
}

/* зелений квадрат */
.elementor-widget-text-editor ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    background-color: #48A43F;
}
/* списки в Elementor Tabs */
.elementor-tabs .elementor-tab-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.elementor-tabs .elementor-tab-content ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.elementor-tabs .elementor-tab-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    background-color: #48A43F;
}