/**
 * Theme Name:     Sirko
 * Author:         Valentyna Dyka
 * Template:       hello-elementor
 * Text Domain:	   sirko
 * Description:    Sirko theme
 * Author URI:     https://vel-dyka.tech/
 */
:root{
	--e-global-color-primary: #4F5951;
    --e-global-color-secondary: #858E86;
    --e-global-color-text: #FFFFFF;
    --e-global-color-accent: #C6A664;
    --e-global-color-c696dce: #FFFFFF;
    --e-global-color-14ef391: #C8D5DC;
    --e-global-color-764183d: #F9FAFD;
    --e-global-color-d6cea4e: #FFFFFF;
    --e-global-color-86b4fcd: #02010100;
    --e-global-color-57c8da2: #000000CC;
    --e-global-typography-primary-font-family: "Robofan";
    --e-global-typography-primary-font-size: 65px;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-primary-text-transform: none;
    --e-global-typography-primary-font-style: normal;
    --e-global-typography-primary-text-decoration: none;
    --e-global-typography-primary-line-height: 1.2em;
    --e-global-typography-primary-letter-spacing: 0px;
    --e-global-typography-secondary-font-family: "Poppins";
    --e-global-typography-secondary-font-size: 36px;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-secondary-text-transform: capitalize;
    --e-global-typography-secondary-font-style: normal;
    --e-global-typography-secondary-text-decoration: none;
    --e-global-typography-secondary-line-height: 1.1em;
    --e-global-typography-secondary-letter-spacing: 0px;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-size: 16px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-text-transform: none;
    --e-global-typography-text-font-style: normal;
    --e-global-typography-text-text-decoration: none;
    --e-global-typography-text-line-height: 1.5em;
    --e-global-typography-text-letter-spacing: 0px;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-size: 16px;
    --e-global-typography-accent-font-weight: 500;
    --e-global-typography-accent-text-transform: capitalize;
    --e-global-typography-accent-font-style: normal;
    --e-global-typography-accent-text-decoration: none;
    --e-global-typography-accent-line-height: 1em;
    --e-global-typography-accent-letter-spacing: 0px;
    --e-global-typography-fb1a3e0-font-family: "Poppins";
    --e-global-typography-fb1a3e0-font-size: 200px;
    --e-global-typography-fb1a3e0-font-weight: 600;
    --e-global-typography-fb1a3e0-text-transform: none;
    --e-global-typography-fb1a3e0-font-style: normal;
    --e-global-typography-fb1a3e0-text-decoration: none;
    --e-global-typography-fb1a3e0-line-height: 1.2em;
    --e-global-typography-fb1a3e0-letter-spacing: 0px;
    --e-global-typography-397e168-font-family: "Poppins";
    --e-global-typography-397e168-font-size: 16px;
    --e-global-typography-397e168-font-weight: 400;
    --e-global-typography-397e168-text-transform: capitalize;
    --e-global-typography-397e168-font-style: italic;
    --e-global-typography-397e168-text-decoration: none;
    --e-global-typography-397e168-line-height: 1.3em;
    --e-global-typography-397e168-letter-spacing: 0px;
    --e-global-typography-5fbcf32-font-family: "Robofan";
    --e-global-typography-5fbcf32-font-size: 16px;
    --e-global-typography-5fbcf32-font-weight: 100;
    --e-global-typography-5fbcf32-line-height: 1.2em;
    --e-global-typography-5fbcf32-letter-spacing: 0.08em;
    --e-global-typography-cdeab2f-font-family: "Robofan";
    --e-global-typography-cdeab2f-font-size: 1.5em;
    --e-global-typography-cdeab2f-font-weight: normal;
    --e-global-typography-cdeab2f-line-height: 1.2em;
    --e-global-typography-cdeab2f-letter-spacing: 0.07rem;
    --e-global-typography-7afaca7-font-family: "Robofan";
    --e-global-typography-7afaca7-font-size: 1.1em;
    --e-global-typography-7afaca7-font-weight: 100;
    --e-global-typography-7afaca7-line-height: 1.2em;
    --e-global-typography-7afaca7-letter-spacing: 0.07rem;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-text);
}
img,
.no-drag {
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



.catalog-category-menu {
    width: 100%;
    max-width: 280px;
}

.catalog-category-menu__list,
.catalog-category-menu__sublist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog-category-menu__item {
    margin-bottom: 10px;
}

.catalog-category-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
	background-color: var(--n-tabs-title-background-color);
}
	.catalog-category-menu__link span, .catalog-category-menu__sublink span {
	font-family: var( --e-global-typography-7afaca7-font-family ), Sans-serif;
	  font-weight: 900;
	  text-transform: none;
	  font-style: normal;
	  letter-spacing: 0.1rem;
	}

.catalog-category-menu__item.has-children > .catalog-category-menu__link::after {
    content: "⌄";
    font-size: 14px;
    opacity: 0.8;
}

.catalog-category-menu__item.is-active > .catalog-category-menu__link,
.catalog-category-menu__link:hover {
    background: #c9a866;
    color: #ffffff;
    border-color: #c9a866;
}

.catalog-category-menu__sublist {
    margin-top: 8px;
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.catalog-category-menu__subitem {
    margin-bottom: 6px;
}

.catalog-category-menu__sublink {
    display: block;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-weight: 600;
}

.catalog-category-menu__subitem.is-active > .catalog-category-menu__sublink,
.catalog-category-menu__sublink:hover {
    color: #c9a866;
}
