@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?hl8pbs');
  src:  url('fonts/icomoon.eot?hl8pbs#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?hl8pbs') format('truetype'),
    url('fonts/icomoon.woff?hl8pbs') format('woff'),
    url('fonts/icomoon.svg?hl8pbs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-Account:before {
  content: "\e900";
}
.icomoon-Cart:before {
  content: "\e901";
}
.icomoon-home:before {
  content: "\e902";
}
.icomoon-Shop:before {
  content: "\e903";
}
.icomoon-Support:before {
  content: "\e904";
}
.icomoon-Wishlist:before {
  content: "\e905";
}

.my-bred.page-top {
  padding: 1px 0 ;
  background-color: #f5f5f5;
  border-bottom: none ;
}

/* Стили для контейнера */
.my-bred.page-top .container.hide-title {
  display: flex;
  justify-content: left;
  align-items: center;
}

/* Стили для списка хлебных крошек */
.my-bred.page-top .breadcrumb {
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-size: 13px;

}

.my-bred.page-top .breadcrumb li {
  display: inline-block;
  margin-right: 5px;
}

.page-top .breadcrumb li a {
  color: #c72323;
  transition: all .2s ease-in-out;
}

.my-bred.page-top .breadcrumb li a:hover {
  color: #d72828;
}

.my-bred.page-top .breadcrumb li .delimiter {
  margin: 0 5px;
  color: #ccc;
}


.single-post .entry-title{

  color: rgb(39, 39, 39)  !important;
}

.last-update-info {
    background-color: #cde0f3;
    padding: 15px;
    display: inline-block;
    margin: 20px 0;
    font-size: .9em;
    color: #666;
    width: 57%;
}

.last-update-info a {
    color: #e60000;
    text-decoration: none;
    font-weight: 500;
    transition: all .2s ease-in-out;
}

.last-update-info a:hover {
    text-decoration: underline;
}

.sources-small {
    font-size: small;
    font-style: italic;
}
.sources-title {
    color: #7c7c7c;
}

.sources-small a {
    color: #c72323;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.sources-small a:hover {
    text-decoration: underline;
}
.sources-big {
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 20px;
	border-radius: 5px;
	position: relative;
}

.sources-header {
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 8px;

}

.sources-header .sources-title--big{
	font-size: 18px;
	margin: 0;
	color: #242424;
}

.toggle-arrow {
	font-size: 10px;
	transition: transform 0.3s ease-in-out;
	color: #dd272d;
}

.collapsed .toggle-arrow {
	transform: rotate(-180deg);
}

.sources-list {
	list-style: none;
	padding-left: 0;
	height: max-content;
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	margin: 10px 0 10px 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.sources-list li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
}
.sources-item-wrapper {
  font-size: 16px;
	color: #242424;
	
}
.sources-list li::before {
	content: counter(list-item) ".";
	counter-increment: list-item;
	color: #333;
	font-size: 1.2rem;
}

.sources-url {
	display: block;
}
.sources-link {
	text-decoration: underline;
	font-weight: 500;
}
.sources-link, .sources-url {
	color:inherit;
	font-size: 1em;
	transition: all 0.24s ease-in-out;
}

.sources-list a:hover {
	text-decoration: underline;
	color: #dd272d;
}

.hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
}

.key-takeaways {
    background-color: #f9f9f9;
    border-left: 4px solid #cf2121;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: block;
}

.key-takeaways h2 {
    color: #cf2121;
    margin-bottom: 10px;
    font-size: 1.8em;

}

.key-takeaways ul {
    list-style: none;
    padding-left: 0;
}

.key-takeaways ul li {
    margin-bottom: 8px;
    font-size: 1em;
    color: #333;
    line-height: 1.6;
    position: relative;
}
.key-takeaways ul li::before {
    content: "\25CF";
    color: #adadad;
    font-size: 0.8em;
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-61%);
}
.quote-block {
    background-color: #f8f0f069;
    border: 1px solid #f9e8e8;
    padding: 20px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-style: italic;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.quote-block blockquote {
    color: #333;
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0;
    font-family: serif;
}
.quote-block blockquote P{
   padding: 0;
    margin:  0;    
}
.quote-block .author {
    margin-top: 0;
    font-size: 0.8em;
    font-weight: bold;
    color: #898585;
    text-align: right;
    margin: 0;
    flex: 0 0 auto;
    align-self: flex-end;
    font-family: initial;
    margin-left: auto;    
}


.important-block {
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    padding: 15px;
    margin: 20px 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    GAP: 4PX;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.important-icon {
    font-size: 1.5em;
    margin-right: 10px;
    color: #856404;
}

.important-text {
    color: #856404;
    font-size: 1em;
    line-height: 1.6;
    margin: 0;
}


.pros-cons-container {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.pros-block,
.cons-block {
    flex: 1 0 calc(100%/2 - 20px);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pros-block {
    background-color: #e6f7e6;
    border-left: 4px solid #28a745;
}

.cons-block {
    background-color: #fdecea;
    border-left: 4px solid #dc3545;
}

.pros-block h3,
.cons-block h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.pros-block ul,
.cons-block ul {
    list-style: none;
    padding-left: 0;
}

.pros-block ul li::before,
.cons-block ul li::before {
    font-size: 1.2em;
    margin-right: 8px;
}

.pros-block ul li::before {
    content: "";
    color: #28a745;
}

.cons-block ul li::before {
    content: "";
    color: #dc3545;
}

.pros-block ul li,
.cons-block ul li {
    margin-bottom: 8px;
    font-size: 1em;
    color: #333;
    line-height: 1.6;
}
.faq-section {
    text-align: center;
    background-color: #f25e5e;
    padding: 20px;
    border-radius: 12px;
    color: #ffffff;
    margin: 20px;

}

.faq-section h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
    color: #ffffff;
}

.faq-section .faq-taxt p {
    display: block;
    font-size: 1em;
    margin-bottom: 20px;
    color: #e0f7ff;
}

.text-bold{
	font-weight: 700;
}

.faq-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}
.faq-container--columns{
    flex-direction: column;    
}

.faq-item {
    flex: 0 0 calc(50% - 10px);
    background-color: #ffffff;
    align-self: flex-start;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.faq-container--columns .faq-item{
        flex: 1 1 100% ;
        align-self: stretch;
}
.faq-question {
    width: 100%;
    padding: 15px;
    background-color: #dd272d;
    color: #ffffff;
    font-size: 1em;
    text-align: left;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fag-icon{
    position: relative;
    width: 20px;
    height: 20px;
}
.fag-icon::before,
.fag-icon::after {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    opacity: 1;
    transition: all 0.3s ease;

}
.fag-icon::after {
  left: 50%;
  top: 0;
  translate: -50% 0;
  height: 100%;
  width: 2px;
  z-index: 2;  
}

.fag-icon::before {
    left: 0 ;
    top: 50%;
    translate: 0 -50% ;
    height: 2px ;
    width: 100%;
    z-index: 1;
}

.faq-item.active .fag-icon::after {
    rotate: 90deg;
    opacity: 0;    
}

.faq-answer {
    display: none;
    padding: 15px;
    font-size: 0.9em;
    color: #333;
    background-color: #f9f9f9;
    border-top: 1px solid #d1e7ff;
    text-align: left;
}

/* Адаптивность */
@media (max-width: 768px) {
    .faq-item {
        flex: 0 0 100%;
    }
		.pros-block,
.cons-block {
    flex: 1 0 100%;
}
}

.vape-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1em;
    text-align: center;
}

.vape-table th,
.vape-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.vape-table thead {
    background-color: #dd272d;
    color: white;
}

.vape-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.vape-table tbody tr:hover {
    background-color: #ffe5e7;
}

/* Адаптивность для маленьких экранов */
@media (max-width: 768px) {
    .vape-table {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        width: 94%;
    }

    .vape-table thead,
    .vape-table tbody {
        display: flex;
        width: 100%;
    }

    .vape-table th,
    .vape-table td {
        display: block; /* Ячейки становятся блочными элементами */
        width: 100%; /* Ячейки занимают всю ширину */
        box-sizing: border-box; /* Учитываем паддинги в ширине */
    }

    .vape-table th {
        background-color: #dd272d;
        color: white;
    }

    .vape-table td {
        padding: 8px 12px; /* Уменьшаем отступы для мобильных */
        border: 1px solid #ddd;
        text-align: left; /* Выравнивание текста в ячейках */
    }

    .vape-table td::before {
        content: attr(data-label); /* Добавляем заголовок для каждой ячейки */
        font-weight: bold;
        display: block;
        margin-bottom: 4px;
    }
}
.related-posts:has(.new-posts){
		display: flex;
		flex-direction: column;
		gap: 16px;
	
}
.related-posts .post-item{
position: relative;
}
.related-posts .post-categories{
	position: relative;
	display: block;
	margin-top: 6px;
	z-index: 3;
}
.related-posts .post-link{
	color: #333;
	transition: all .4s ease-in-out;
}
.related-posts .post-link:hover{
	color: #dd272d;
}
.related-posts .post-link::after,.porto-product-link::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	z-index: 2;
	height: 100%;
	top: 0;
	left: 0;
}
.related-posts .post-title{
	color: inherit;
	font-size: 16px;
	margin: 0;
	font-weight: 700;
}
.my-wrap{

margin: 20px 0;

}
 .my-wrap .related-posts {
    margin-top: 0;
}
.related-posts .post-date{
	float: none !important;
	font-size: 10px !important;
	width: 100% !important;
	text-align: left !important;
	margin-top: -2px !important;
	margin-right: 0 !important;
}	

.blog-posts article.post-grid, .blog-posts article.post-masonry {
    display: flex;
    flex-direction: column;
}
 .grid-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.entry-title a {
    display: -webkit-box; 
    line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;    
    white-space: normal; 
    line-height: 1.5;
    max-height: calc(1.5em * 2); 
}
.post-thumbnail {
    position: relative;
    display: block;
    width: 100%; 
    max-width: 450px; 
    aspect-ratio: 1 / 1;
    overflow: hidden; 
    margin: 0 auto !important;
    
    
	}
	.post-thumbnail img {
    width: 100%;
    height: 100% !important;
    object-fit: cover; 
    object-position: center; 
	}
	
	.porto-product-image .post-thumbnail{
		width: 100%; 
		max-width: 300px;
		aspect-ratio: 1 / 1; 
		overflow: hidden;
		position: relative;
		margin: 0 auto !important;
}

.porto-product-image .post-thumbnail img {
  width: 100%;
  height: 100% !important;
  object-fit: contain; 
  position: absolute;
  top: 0;
  left: 0;
}
.porto-product-col {
	width: 100%;
}
.porto-product-item{
	position: relative;
}
.porto-product-item .labels{
	line-height: 1;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	top: 0.8em;
	font-size: 0.625rem;
	left: 0.8em;
	text-align: center;
}

.porto-product-item .onsale{

	background: var(--porto-sale-color, #e27c7c);
	color: var(--porto-sale-color-inverse, #fff);
	padding: 5px 11px;
	margin-bottom: 5px;
	border-radius: 12px;
}

.porto-product-meta {
line-height: 1.4;
font-size: 10px;
overflow: hidden;
white-space: nowrap; 
text-overflow: ellipsis; 
margin-top: 10px;
text-align: center;
width: 100%;
position: relative;
z-index: 3;
}
.porto-product-heading {
	font-size: 16px;
	color: inherit;
	font-weight: 700 !important;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	margin-top: 0;	
	text-align: center;
	width: 100%;
}
.porto-product-link {
	line-height: 1.2;
	padding: 0;
	margin: -2px 0 6px 0;
	display: block;
	color: #333;
	transition: all .4s ease-in-out;	
}
.porto-product-link:hover {
	color: #dd272d;
}

.single-post .post-content H1.entry-title  {
    font-size: clamp(1.5rem, 4vw, 2rem);
}
.post-item .post-date, article.post .post-date {
    margin-right: 20px !important;
}

.all-class .grid-box {
    
    background: var(--porto-normal-bg);
    border: 1px solid var(--porto-gray-2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    padding: 18px;
    position: relative;
    z-index: 1;
}


.all-class h2{
text-align: center;

}



.swiper-container {
	overflow: hidden;
    width: 100%;
    height: auto;
}

.swiper-slide {
	width: calc(100% / 3); /* Установить ширину для 3 слайдов */
    margin-right: 15px; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto; /* или фиксированная высота, если требуется */
}

.swiper-slide article { 
	  flex: 1 1 auto; 
    display: flex;
    height: 100%;
		flex-direction: column;
}

.post-medium .single-post .post-content h2 {
    font-size: clamp(1.25rem, 3.5vw, 1.75rem); /* Минимум 1.25rem, максимум 1.75rem */
    line-height: 1.4;
    margin-bottom: 1rem;
    font-weight: bold;
}

.post-medium .single-post .post-content h3 {
    font-size: clamp(1.125rem, 3vw, 1.5rem); /* Минимум 1.125rem, максимум 1.5rem */
    line-height: 1.5;
    margin-bottom: 0.9rem;
    font-weight: bold;
}

.post-medium .single-post .post-content h4 {
    font-size: clamp(1rem, 2.5vw, 1.375rem); /* Минимум 1rem, максимум 1.375rem */
    line-height: 1.6;
    margin-bottom: 0.8rem;
    font-weight: bold;
}

.post-medium .single-post .post-content h5 {
    font-size: clamp(0.875rem, 2vw, 1.25rem); /* Минимум 0.875rem, максимум 1.25rem */
    line-height: 1.7;
    margin-bottom: 0.7rem;
    font-weight: bold;
}

.post-medium .single-post .post-content h6 {
    font-size: clamp(0.75rem, 1.5vw, 1rem); /* Минимум 0.75rem, максимум 1rem */
    line-height: 1.8;
    margin-bottom: 0.6rem;
    font-weight: bold;
}

.post-medium .single-post .post-content p {
    word-wrap: break-word; 
    word-break: break-word;
    hyphens: auto; 
    line-height: 1.6; 
    text-align: justify;
    overflow-wrap: break-word; 
}
#header .main-menu .narrow ul.sub-menu {
    background: #ffffff;
    border: 2px solid #0000002b;
}
.entry-content::before {
	content: "";
	display: block;
	clear: both;
}
.table-of-contents {
	background-color: #f5f7fa; 
	border: 1px solid #dcdfe4; 
	border-radius: 10px; 
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	max-width: 80%;
	margin: 20px auto 20px auto;
	font-family: Arial, sans-serif;
}

.table-item > a {
	color: #d32f2f; 
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	transition: color 0.3s ease; 
}

.table-item > a:hover {
	color: #b71c1c; /* Более темный оттенок красного при ховере */
}

.table-of-contents__list__sub {
	margin-left: -17px;
	margin-top: -12px;
}

.table-item__sub > a {
	color: #d32f2f; 
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	transition: color 0.3s ease;
}

.table-item__sub > a:hover {
	color: #b71c1c;
}

.table-of-contents > p {
	text-align: center;
	color: #757575; /* Серый текст для случаев, если содержание отсутствует */
	font-size: 14px;
	margin: 0;
}

.table-item,.table-item__sub{
	display: flex;
  align-items: center;
	gap: 10px;
}
.table-item:has(.table-of-contents__list__sub),.table-item__sub:has(.table-of-contents__list__sub) 	{
	flex-wrap: wrap;	

}
.table-item:has(.table-of-contents__list__sub) a,.table-item__sub:has(.table-of-contents__list__sub) a	{
	flex: 0 0 90%;
}
.table-of-contents__list {
	list-style: none; /* Убираем стандартные маркеры */
	counter-reset: section; /* Сбрасываем счетчик главного уровня */
	padding-left: 0;
}

.table-of-contents__list > li {
	counter-increment: section; 

}

.table-of-contents__list > li::before {
	content: counter(section) ". "; /* Нумерация для 1-го уровня */
	font-weight: bold;
	margin-right: 5px;
}

.table-of-contents__list ol {
	list-style: none;
	counter-reset: subsection;

}

.table-of-contents__list ol > li {
	counter-increment: subsection; 

}

.table-of-contents__list ol > li::before {
	content: counters(section, ". ") "." counter(subsection) ". "; /* Нумерация для 2-го уровня */
	font-weight: bold;
	margin-right: 5px;
}

.table-of-contents__list ol ol {
	counter-reset: subsubsection; /* Сбрасываем счетчик для 3-го уровня */
}

.table-of-contents__list ol ol > li {
	counter-increment: subsubsection; /* Увеличиваем счетчик для 3-го уровня */
}

.table-of-contents__list ol ol > li::before {
	content: counters(section, ". ") "." counter(subsection) "." counter(subsubsection) ". "; /* Нумерация для 3-го уровня */
	font-weight: bold;
	margin-right: 5px;
}

.table-of-contents__list ol ol ol {
	counter-reset: subsubsubsection; /* Сбрасываем счетчик для 4-го уровня */
}

.table-of-contents__list ol ol ol > li {
	counter-increment: subsubsubsection; /* Увеличиваем счетчик для 4-го уровня */
}

.table-of-contents__list ol ol ol > li::before {
	content: counters(section, ". ") "." counter(subsection) "." counter(subsubsection) "." counter(subsubsubsection) ". "; /* Нумерация для 4-го уровня */
	font-weight: bold;
	margin-right: 5px;
}
#mobile-bottom-menu {
	display: none; /* Скрываем мобильное меню по умолчанию */
}

/* Базовый блок меню */
.bottom-menu {
	position: fixed;
	bottom:0;
	left: 50%;
	width: 99%;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.1);
	z-index: 1000;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	padding: 0;
	margin: 0;
	list-style-type: none;
	translate: -50% 0;
}

/* Элемент списка */
.bottom-menu__item {
 padding: 18px 8px;
	border-right: 1px solid #e7e7e7;
	flex: auto;

	
}



.bottom-menu__link {
	text-decoration: none;
	display: flex;
	color: #222529;
	justify-content:  center;
	text-align: center;
	transition: color 0.3s ease;
	flex-direction: column;
	line-height: 0.8;
	gap: 12px;
}
.bottom-menu__item:not(:last-child){
	border-right: 1px solid #e7e7e7;
}
/* Иконка */
.bottom-menu__icon {
	flex: 0;
	font-size: 20px;
	width: 20px;
  height: 20px;
    margin: 0 auto;
}

/* Текст под иконкой */
.bottom-menu__label {
	flex: 0;
	font-size: 12px;
}

/* Модификатор для активного элемента */
.bottom-menu__link_active {
	color: #8b8b8b;
}
@media (hover: hover) {
	a.bottom-menu__link:hover,.bottom-menu__link:active {
		color:#8b8b8b !important;
	}
		
}
@media (hover: none) and (pointer: coarse) {
	a.bottom-menu__link:active,.bottom-menu__link:hover {
		color:#8b8b8b !important;
	}
		
}
.scroll-options-btn {
	display: none;
	position: fixed;
	bottom: 84px;
	right: 20px;
	z-index: 999;
	padding: 10px 20px;
	background-color: #e62626;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	transition: opacity 0.3s ease;
}


.scroll-options-btn:hover {
	background-color: #b71d1d;
}
.single_add_to_cart_button{

	background-color: #dd272d ;
}
@media (min-width: 769px) {
	.scroll-options-btn {
			display: none !important;
	}

}
/* Адаптивные стили */
@media (max-width: 768px) {
	/*.bottom-menu {
		display:flex;
}*/
	#mobile-bottom-menu {
			display: block !important;
	}	
	.table-of-contents {
			max-width: 100%; /* Блок занимает всю ширину */
			padding: 15px; /* Уменьшаем внутренние отступы */
	}

	.table-item > a {
			font-size: 14px; /* Уменьшаем шрифт ссылок */
	}

	.table-item__sub > a {
			font-size: 12px; /* Уменьшаем шрифт вложенных ссылок */
	}
}

@media (max-width: 480px) {
	.table-of-contents {
			padding: 10px;
			border-radius: 5px; /* Более мягкие углы на маленьких экранах */
	}

	.table-item > a {
			font-size: 12px; /* Еще меньше шрифт для ссылок */
	}

	.table-item__sub > a {
			font-size: 10px; /* Шрифт вложенных ссылок еще меньше */
	}
}
@media (min-width: 1500px) {
    .main-content.col-lg-9 {
        width: 75% !important;
    }
}
.guarantee-widget {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Default to 3 columns */
	gap: 20px; /* Controlled by column_gap slider */
	justify-content: center;
	box-sizing: border-box;
	margin-top: 28px;
	margin-bottom: -20px;
}

.guarantee-item {
	display: flex;
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
}
.guarantee-item-text{
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
line-height: 1.3;
}
.guarantee-item-icon {
	font-size: 24px; /* Controlled by icon_size slider */
	line-height: 1;
	color: #d72828;
}

.guarantee-item-icon img {
	max-width: 24px; /* Controlled by icon_size slider */
	height: auto;
}

/* Dynamic Columns */
.columns-1 {
	grid-template-columns: 1fr;
}

.columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

/* Responsive Design */
@media (max-width: 1024px) {
	.guarantee-widget {
			grid-template-columns: repeat(2, 1fr); /* 2 columns on tablet */
	}
}

@media (max-width: 767px) {
	.guarantee-widget {
			grid-template-columns: 1fr; /* 1 column on mobile */
			gap: 15px; /* Default reduced gap on mobile */
	}

	.guarantee-item {
			gap: 8px; /* Reduced gap between icon and text on mobile */
	}
}

.payment-logos {
	text-align: center;
}
.payment-logos img {
	max-width: 80px;
	margin: 0 5px;
	display: inline-block;
}
.woocommerce button[name="update_cart"]{
	display: none !important;
}
.recommended-products-container {
	margin-top: 40px;
	padding: 20px;
	background: #f8f8f8;
	border-radius: 10px;
}
.recommended-products-container h2{
color: rgba(237, 28, 28, 1);

}
.custom-swiper-slider {
	overflow: hidden;
	width: 100%;
	position: relative;
display: flex;
gap: 25PX;
flex-wrap: wrap;
}

.recommended-products-container  .swiper-slide {
	text-align: center;
	width: auto !important;
	flex: 0 0 calc(100%/3 - 25PX);
}

.recommended-products-container  .swiper-slide img {
	width: 80% !important;
	height:80% !important;
}
.recommended-products-container .swiper-button-prev::after,
.recommended-products-container  .swiper-button-next::after{
	display: none;
}
.recommended-products-container .tb-woo-price{
	text-align: center;
	display: flex;
	justify-content: center;
}
/* Стрелки */
.recommended-products-container  .swiper-button-prev,
.recommended-products-container .swiper-button-next {
	color: #FFF;
	background: rgba(237, 28, 28, 0.8);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height:0 ;
	cursor: pointer;
	transition: 0.3s;
}
.recommended-products-container  .swiper-button-prev:hover,
.recommended-products-container .swiper-button-next:hover{
background: rgba(217, 22, 22, 0.8);
}

.recommended-products-container .add-links {
	display: inline-block;
	position: relative;
	margin-bottom: 1.0714em;
	margin-top: 1.0714em;
}
.recommended-products-container
.add-links .button {
	overflow: hidden;
}
.recommended-products-container .add-links .add_to_cart_button, .recommended-products-container .add-links .recommended-products-container .add_to_cart_read_more, .recommended-products-container.add-links .quickview, .recommended-products-container .add-links .yith-compare {
	height: 36px;
	line-height: 34px;
	min-width: 36px;
}
.recommended-products-container .add-links .add_to_cart_button, .recommended-products-container .add-links .add_to_cart_read_more, .recommended-products-container .add-links .yith-compare {
	padding: 0 0.625rem;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 1;
	white-space: nowrap;
}
.recommended-products-container .add-links-wrap{
	position: relative;
	z-index: 3;
}

.recommended-products-container .add-links .add_to_cart_button, 
.recommended-products-container .add-links .add_to_cart_read_more,
.recommended-products-container .add-links-wrap .quickview,  
.recommended-products-container .product-image .yith-compare, 
.recommended-products-container .yith-wcwl-add-to-wishlist a, 
.recommended-products-container .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip) {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: inherit;
	text-align: center;
	vertical-align: top;
	transition: opacity 0.25s, visibility 0.25s, background-color 0.25s, color 0.25s, border-color 0.25s, left 0.25s, right 0.25s;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	color: #2e3439;
	transition: 0.3s;
}
.recommended-products-container .add-links .button:hover,
.recommended-products-container .add-links .quickview:hover, 
.recommended-products-container .product-image .yith-compare:hover, 
.recommended-products-container .yith-wcwl-add-to-wishlist a:hover, 
.recommended-products-container.add-links .add_to_cart_button:hover	,
.recommended-products-container .add-links .add_to_cart_read_more:hover{

	background-color: rgb(229, 35, 35) ;
	border: rgb(229, 35, 35) ;
	color: #fff;
}
.recommended-products-container .add-links-wrap .quickview,   
.recommended-products-container .yith-wcwl-add-to-wishlist {
position: absolute;
top: 50%;
transform: translateY(-50%);

}

.recommended-products-container .add-links-wrap .quickview{
	right: 0;
	transition: 0.5s ease-in-out;
} 

.recommended-products-container .yith-wcwl-add-to-wishlist{
	left: 15PX;
	transition: 0.5s ease-in-out;
}

.recommended-products-container .add-links .add_to_cart_button:before, .recommended-products-container .add-links .add_to_cart_read_more:before{
display: none;


}
.recommended-products-container .add-links:hover .quickview {
	right: -40px;

}
.recommended-products-container .add-links:hover .yith-wcwl-add-to-wishlist {
	left: -40px;

}

.recommended-products-container .elementor-screen-only, .recommended-products-container .screen-reader-text, .recommended-products-container .screen-reader-text span, .recommended-products-container .ui-helper-hidden-accessible {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: -10000em;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media (max-width: 1000px) {
	.recommended-products-container  .swiper-slide img {
		width: 100% !important;
		height:auto !important;
	}
	.recommended-products-container  .swiper-slide {
		flex: 0 0 auto;
	}

}
@media (max-width: 768px) {
	.recommended-products-container 
	.swiper-button-prev,
	.recommended-products-container 
	.swiper-button-next {
			width: 30px;
			height: 30px;
			font-size: 16px;
	}

}
@media (max-width: 768px) {
	

	.single_add_to_cart_button {
			left: 50%;
			transform: translateX(-50%);
			z-index: 9999;
			width: auto;
			max-width: 90%;
	}

}
.my_varil  {
	position: relative;
		display: flex !important;
		flex-direction: column;
		padding: 10px 15px !important;
     margin: unset!important; 
     min-width: unset!important; 
    font-size:unset!important; 
     line-height: unset!important; 
     font-weight: unset!important;
		gap: 5px!important;
	}
	.filter-item-list {
	align-items: stretch !important;
	gap: 12px!important;
	}
	.price-original{
		font-size: 12px !important;
	}
	.price-name{
		 font-size: 14px !important;

	 }
	 .price-unit{
		font-size: 10px!important;	
	font-weight: 300 !important;
	}
	.price-original, .price-name{
	font-weight: bolder !important;
	}
	.price-unit, .price-original, .price-name,.price-discount{
		text-align: center !important;
		line-height: 1!important;
}
.price-discount{
	position: absolute;
	top: -12px !important;
	right: -5px !important;
	font-size: 8px !important;
	padding: 8px 2px !important;
	border-radius: 50%;
	background: #dd272d !important;
	color: #fff !important;

	font-weight: bolder !important;
}

.variations {
	margin-top: 20px;
}

.variations__buttons {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.variations__button {
	padding: 8px 15px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
}

.variations__button--active {
	background: #000;
	color: #fff;
	border-color: #000;
}

.variations__details {
	display: flex;
	align-items: center;
	gap: 10px;
}

.variations__stock {
	color: #00a650;
	font-size: 14px;
	font-weight: bold;
}

.variations__price--original {
	color: #999;
	text-decoration: line-through;
	font-size: 16px;
}

.variations__price--unit {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.variations__discount {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

.price-info{
	display: flex;
	align-items: center;
	gap: 10px;
justify-content: space-between;
margin-bottom: 4px;
}
.out-of-stock {
border: 1px solid #dcdcdc !important;
pointer-events: none;
color: #dcdcdc!important;
background: #f5f5f5 !important;
}
.can-option {
    	display: flex;
			flex-direction: column;
			gap: 3px;
			padding: 10px 5px;
			color: #595959;
			font-size: 12px;
			font-weight: 700;
			border: 1px solid #E9E9E9;
			background: transparent;
			border-radius: 8px;
			line-height: 01;
			transition: all 0.3s ease;
			align-items: center;
}
.can-option span {
	text-align: center;
}
@media (hover:hover) {
	.can-option:hover , .can-option.active  {
		background: #4C4C4C;
		color: #E9E9E9;
		border: 1px solid transparent !important;
	
	}	
	
}
@media (hover:none) {
	.can-option:active ,.can-option.active  {
		background: #4C4C4C;
		color: #E9E9E9;
		border: 1px solid transparent !important;
	}	
	
}
.can-option:focus-visible {
		border: 1px solid #cf25256a;
	}
	.price-can,
	.new-price{
		font-size: 12px;
		font-weight: 700;
		color: #000000;
		
		
	}
	.new-price{
		line-height: 1.2;
	}
	.price-seve{
		font-size: 12px;
		font-weight: 400;
		color: #ef3939;
		line-height: 1.2;
	}
.old-price{
		font-size: 12px;
		font-weight: 400;
		color: #727272e8;
		text-decoration: line-through;
	}
	.as-btn-group{
		gap: 5px;
		flex-wrap: wrap;
		margin-bottom: 4px;
	}
	.product-content {
    background: #F5F5F5;
    padding: 14px 14px 0 14px;
}
ul.products .add-links {
	margin-bottom: 0.7714em!important;
}
	.price-stock {
		position: absolute;
    top: 6px;
    right: 0;
		Z-index: 6;
    FONT-SIZE: 11px;
    color: #727272e8;
}
.price-stock::before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		position: absolute;
		left: -15px;
		top: 50%;
		transform: translateY(-50%);
	}
.price-in-stock::before {
		background-color: #00a650; /* Цвет для "В наличии" */
	}
.price-out-of-stock::before {
		background-color: red; /* Цвет для "Нет в наличии" */
	}
/* Product Specifications Widget CSS */
.product-specs-widget {
	font-family: inherit;
	line-height: 1.5;
	margin-bottom: 30px;
}

.product-specs-title {
	margin-bottom: 20px;
	font-weight: 600;
}

.product-specs-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.product-spec-row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}

.product-spec-row:last-child {
	border-bottom: none;
}

.product-spec-row:nth-child(even) {
	background-color: #f9f9f9;
}

.spec-name {
	font-weight: 500;
	padding-right: 20px;
	width: 30%;
}

.spec-value {
	flex: 1;
}

.related-products-title {
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
}

/* Responsive styles */
@media (max-width: 767px) {
	.product-spec-row {
			flex-direction: column;
			align-items: flex-start;
			padding: 12px 10px;
	}
	
	.spec-name {
			width: 100%;
			margin-bottom: 5px;
	}
	
	.spec-value {
			width: 100%;
			padding-left: 0;
	}

}

/* Product Description Widget CSS */
.product-description-widget {
	font-family: inherit;
	line-height: 1.6;
	margin-bottom: 30px;
}

.product-description-title {
	margin-bottom: 20px;
	font-weight: 600;
}

.product-short-description {
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.5;
}

.product-full-description {
	font-size: 1em;
	line-height: 1.6;
}

/* Typography styles for the full description */
.product-full-description p {
	margin-bottom: 15px;
}

.product-full-description h1,
.product-full-description h2,
.product-full-description h3,
.product-full-description h4,
.product-full-description h5,
.product-full-description h6 {
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.product-full-description h1 {
	font-size: 28px;
}

.product-full-description h2 {
	font-size: 24px;
}

.product-full-description h3 {
	font-size: 22px;
}

.product-full-description h4 {
	font-size: 20px;
}

.product-full-description h5 {
	font-size: 18px;
}

.product-full-description h6 {
	font-size: 16px;
}

/* List styles */
.product-full-description ul,
.product-full-description ol {
	margin: 0 0 20px 20px;
	padding: 0;
}

.product-full-description ul li,
.product-full-description ol li {
	margin-bottom: 8px;
}

.product-full-description ul {
	list-style: disc;
}

.product-full-description ol {
	list-style: decimal;
}

/* Table styles */
.product-full-description table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.product-full-description table th,
.product-full-description table td {
	border: 1px solid #e5e5e5;
	padding: 10px;
	text-align: left;
}

.product-full-description table th {
	background-color: #f9f9f9;
	font-weight: 600;
}

/* Image styles */
.product-full-description img {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
}

/* Blockquote styles */
.product-full-description blockquote {
	padding: 15px;
	margin: 20px 0;
	border-left: 4px solid #ddd;
	background-color: #f9f9f9;
	font-style: italic;
}

.product-full-description blockquote p:last-child {
	margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 767px) {
	.product-full-description h1 {
			font-size: 24px;
	}
	
	.product-full-description h2 {
			font-size: 22px;
	}
	
	.product-full-description h3 {
			font-size: 20px;
	}
	
	.product-full-description h4 {
			font-size: 18px;
	}
	
	.product-full-description h5,
	.product-full-description h6 {
			font-size: 16px;
	}
	
	.product-short-description {
			font-size: 1em;
	}
}

.cart-count {
    position: absolute;
    top: -4px;
    right: -5px;
    background-color: #dd272d;
    color: white;
    border-radius: 50%;
    padding: 3px 3px;
    line-height: 0.6;
    font-size: 10px;
    font-weight: bold;
}

.custom-minicart-close {
    position: absolute;
    top: 4px;
    right: 10px;
    line-height: 0.5;
    border: transparent;
    background-color: red;
    color: #fff;
    padding: 6px;
    border-radius: 50%;

		transition: all 0.3s ease-in-out;
}
.custom-minicart-close:hover, .custom-minicart-close:active {
		background-color: #dd272d;
		color: #fff;
}	
.open-cart-panel,.open-cart-panel .bottom-menu__icon {
	position: relative;
	
}


.custom-minicart {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.custom-minicart #mini-cart {
	position: absolute !important;
}
.custom-minicart #mini-cart.widget_shopping_cart .total {
    padding: 15px 10px 25px !important;
    text-align: left !important;
    text-transform: uppercase !important;
}
.custom-minicart #mini-cart.widget_shopping_cart .total .amount
 {
    float: right !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: inherit !important;
}
.custom-minicart__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.custom-minicart__panel {
	position: absolute;
	top: 0;
	right: -100%;
	width: 50%;
	max-width: 400px;
	height: 100vh;
	background: #fff;
	z-index: 2;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	transition: right 0.3s ease;
}
.custom-minicart .widget_shopping_cart_content {
	height: 74dvh;
	overflow-y: auto;
}
.custom-minicart__panel.visible {
	right: 0;
}
.custom-minicart .widget_shopping_cart_content  .button.checkout
 {
    background: var(--porto-heading-color);
    color: var(--porto-body-bg);
    border: none;
}
.custom-minicart .widget_shopping_cart_content .button.checkout:hover
 {
    background: var(--porto-heading-light-8);
    color: var(--porto-body-bg);
}
@media (max-width: 768px) {
	.custom-minicart__panel {
		width: 100%;
	}
 .elementor-115843 .elementor-element.elementor-element-418cc2f > .elementor-widget-container {
         text-align: right !important;
    }
 .elementor-element-418cc2f .searchform-popup, #header .elementor-element-418cc2f .search-layout-advanced
 {
     width: unset !important; 
 }
}
.product-spec-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: inherit;
  margin: 20px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.product-spec-table th,
.product-spec-table td {
  padding: 10px;
}

.product-spec-table th {
  font-weight: 600;
  color: #333;
}

/* Адаптив на мобильных */
@media (max-width: 767px) {
  .product-spec-table thead {
    display: none;
  }

  .product-spec-table, 
  .product-spec-table tbody, 
  .product-spec-table tr, 
  .product-spec-table td {
		display: block;
    width: 100%;
    text-align: left;
  }
	
	
  .product-spec-table td {
    padding: 10px 10px 10px 50%;
    position: relative;
    border-top: 1px solid #eee;
  }

  .product-spec-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
  }
}
 @media (max-width: 768px) {
        .cky-consent-container {
            display: none !important;
        }
    }


/*--------------------*/

/* Основные стили меню */
.mega-menu > li.has-sub:before,.mega-menu > li.has-sub:after {
    content: '';
    position: absolute;
    bottom: -1px;
    z-index: 112;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none
}

.mega-menu > li.has-sub:before {
    bottom: 0
}

.mega-menu > li.sub-ready:hover:before,.mega-menu > li.sub-ready:hover:after {
    opacity: 1
}

.mega-menu > li.has-sub:before {
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px
}

.mega-menu > li.has-sub:after {
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px
}

.mega-menu.show-arrow > li.has-sub:before {
    margin-left: -14px
}

.mega-menu.show-arrow > li.has-sub:after {
    margin-left: -13px
}

.mega-menu > li.has-sub:before,.mega-menu > li.has-sub:after {
    bottom: 3px;
    transition: bottom .2s ease-out
}

.mega-menu > li.has-sub:before {
    bottom: 4px
}

.mega-menu > li.has-sub:hover:before {
    bottom: -1px
}

.mega-menu > li.has-sub:hover:after {
    bottom: -2px
}

/* Главное меню */
.main-menu-wrap {
    background-color: transparent;
    padding: 0 0 0 0
}

.main-menu-wrap .main-menu > li.menu-item > a .tip {
    right: 16px;
    top: -5px
}

#header .main-menu-wrap .menu-custom-block a,#header .main-menu-wrap .menu-custom-block span {
    padding: 10px 16px 10px 16px
}

#header .main-menu-wrap .menu-custom-block {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width: 1163px) {
    .main-menu-wrap .main-menu > li.menu-item > a .tip {
        right:14px;
        top: -6px
    }

    #header .main-menu-wrap .menu-custom-block a,#header .main-menu-wrap .menu-custom-block span {
        padding: 9px 14px 9px 14px
    }
}

#header .main-menu-wrap .menu-custom-block .tip {
    right: 11px;
    top: -5px
}

#header .main-menu > li.menu-item > a {
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    color: #000000;
    padding: 10px 16px 10px 16px
}

#header .main-menu > li.menu-item.active > a {
    background-color: #ffffff;
    color: #e60000
}

#header .main-menu > li.menu-item.active:hover > a,#header .main-menu > li.menu-item:hover > a {
    background-color: #ffffff;
    color: #e60000
}

#header .main-menu .wide .popup {
    border-top: 3px solid #ffffff
}

#header .main-menu > li.has-sub:before,#header .main-menu > li.has-sub:after {
    border-bottom-color: #ffffff
}

#header .main-menu .narrow ul.sub-menu {
    background: #ffffff
}

#header .main-menu .narrow li.menu-item > a {
    color: #e60000;
    background-color: #ffffff
}

#header .main-menu .narrow li.menu-item:hover > a,#header .main-menu .wide li.menu-item li.menu-item:hover > a {
    background: #ffffff
}

#header .main-menu .narrow.has-sub:before,#header .main-menu .narrow.has-sub:after {
    content: none
}

@media (max-width: 1163px) {
    #header .main-menu-wrap .menu-custom-block .tip {
        right:9px;
        top: -6px
    }

    #header .main-menu > li.menu-item > a {
        padding: 9px 14px 9px 14px
    }
}

/* Подменю */
#header .porto-wide-sub-menu a,#header .porto-narrow-sub-menu a,.side-nav-wrap .sidebar-menu .popup,.main-sidebar-menu .sidebar-menu .popup,.porto-popup-menu .sub-menu {
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0
}

.sidebar-menu .porto-wide-sub-menu > li > a,#header .porto-wide-sub-menu > li > a {
    font-weight: 700;
    --porto-heading-color: #333333
}

#header .top-links .narrow ul.sub-menu,#header .main-menu .wide .popup > .inner,.sidebar-menu .wide .popup > .inner,.side-menu-slide .wide ul.sub-menu,.sidebar-menu .narrow ul.sub-menu {
    background-color: #ffffff
}

.top-links > li.has-sub:before,.top-links > li.has-sub:after {
    border-bottom-color: #ffffff
}

#header .top-links .narrow li.menu-item > a,#header .porto-wide-sub-menu li.sub li.menu-item > a,.side-nav-wrap .sidebar-menu .wide li.menu-item li.menu-item > a,.sidebar-menu .wide li.sub li.menu-item > a,.sidebar-menu .narrow li.menu-item > a,.porto-popup-menu .sub-menu a {
    color: #777777
}

#header .top-links .narrow li.menu-item:hover > a,#header .porto-wide-sub-menu li.sub li.menu-item:hover > a,.porto-popup-menu .sub-menu a:hover {
    color: #e60000
}

#header .top-links .narrow li.menu-item:hover > a,#header .sidebar-menu .narrow .menu-item:hover > a,.main-sidebar-menu .sidebar-menu .narrow .menu-item:hover > a {
    background-color: #f4f4f4
}

.sidebar-menu .wide li.menu-item li.menu-item > a:hover,#header .sidebar-menu .wide li.menu-item li.menu-item > a:hover,.sidebar-menu .narrow li.menu-item > a:hover {
    background-color: #f4f4f4;
    color: #e60000
}

/* Боковое меню */
.side-nav-wrap .sidebar-menu > li.menu-item > a,.main-sidebar-menu .sidebar-menu > li.menu-item > a,.side-nav-wrap .sidebar-menu .menu-custom-block span,.main-sidebar-menu .sidebar-menu .menu-custom-block span,.side-nav-wrap .sidebar-menu .menu-custom-block a,.main-sidebar-menu .sidebar-menu .menu-custom-block a {
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0
}

.side-nav-wrap .sidebar-menu .popup:before,.main-sidebar-menu .sidebar-menu .popup:before {
    top: calc( 11.5px + ( -1 * var(--porto-sd-menu-popup-top,0px) ) )
}

@media (max-width: 1163px) {
    .side-nav-wrap .sidebar-menu .popup:before,.main-sidebar-menu .sidebar-menu .popup:before {
        top:calc( 9px + ( -1 * var(--porto-sd-menu-popup-top,0px) ) )
    }
}

.side-nav-wrap .sidebar-menu > li.menu-item > a,.side-nav-wrap .sidebar-menu > li.menu-item > .arrow:before,.side-nav-wrap .sidebar-menu .menu-custom-block a {
    color: #000000
}

.side-nav-wrap .sidebar-menu > li.menu-item:hover,.side-nav-wrap .sidebar-menu > li.menu-item.active,.side-nav-wrap .sidebar-menu .menu-custom-block a:hover {
    background-color: #ffffff
}

.side-nav-wrap .sidebar-menu > li.menu-item > a,.side-nav-wrap .sidebar-menu > li.menu-item:hover + li.menu-item > a,.side-nav-wrap .sidebar-menu > li.menu-item.active + li.menu-item > a,.side-nav-wrap .sidebar-menu .menu-custom-block a,.side-nav-wrap .sidebar-menu .menu-custom-block a:hover,.side-nav-wrap .sidebar-menu .menu-custom-block a:hover + a {
    border-top-color: #ffffff
}

.side-nav-wrap .sidebar-menu > li.menu-item.active + li.menu-item > a {
    border-top: none
}

.sidebar-menu > li.menu-item:hover + li.menu-item > a {
    border-top-color: transparent
}

.side-nav-wrap .sidebar-menu > li.menu-item:hover > a,.side-nav-wrap .sidebar-menu > li.menu-item.active > a,.side-nav-wrap .sidebar-menu > li.menu-item.active > .arrow:before,.side-nav-wrap .sidebar-menu > li.menu-item:hover > .arrow:before,.side-nav-wrap .sidebar-menu .menu-custom-block a:hover {
    color: #e60000
}

.toggle-menu-wrap .sidebar-menu > li.menu-item > a {
    border-top-color: rgba(0,0,0,.125)
}

/* Мобильное меню */
#nav-panel .mobile-nav-wrap {
    background-color: #ffffff
}

#nav-panel .menu-custom-block a:hover {
    background-color: #f7f7f7
}

#nav-panel .accordion-menu li {
    border-bottom-color: #e8e8e8
}

#nav-panel .accordion-menu li.menu-item.active > a {
    background-color: #e60000
}

#nav-panel .accordion-menu > li.menu-item > a,#nav-panel .accordion-menu > li.menu-item > .arrow {
    color: #e60000
}

#nav-panel .accordion-menu li.menu-item > a,#nav-panel .accordion-menu > li.menu-item > a,#nav-panel .accordion-menu .arrow,#nav-panel .menu-custom-block a,#nav-panel .accordion-menu > li.menu-item > .arrow {
    color: #333
}

#nav-panel .mobile-nav-wrap::-webkit-scrollbar-thumb {
    background: rgba(204,204,204,0.5)
}

#nav-panel .mobile-nav-wrap:empty {
    min-height: 200px
}

.fixed-header #nav-panel .mobile-nav-wrap {
    padding: 15px !important
}

#header .mobile-toggle {
    color: #000000;
    background-color: transparent;
    font-size: 20px
}

#header .mobile-toggle:first-child {
    padding-left: 1px
}

/* Кастомные блоки меню */
#header .menu-custom-block,#header .menu-custom-block span {
    color: #777777
}

#header .menu-custom-block span,#header .menu-custom-block a {
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0
}

#header .menu-custom-block a {
    color: #4f4f4f
}

#header .menu-custom-block a:hover {
    color: #e60000
}

/* Переключатель видов */
#header .porto-view-switcher > li.menu-item:before,#header .porto-view-switcher > li.menu-item > a {
    color: #777777
}

#header .porto-view-switcher > li.menu-item > a {
    background-color: transparent
}

#header .porto-view-switcher .narrow ul.sub-menu {
    background: #ffffff
}

#header .porto-view-switcher .narrow li.menu-item > a {
    color: #777777
}

#header .porto-view-switcher .narrow li.menu-item > a.active,#header .porto-view-switcher .narrow li.menu-item:hover > a {
    color: #777777;
    background: #f3f3f3
}

#header .porto-view-switcher > li.has-sub:before,#header .porto-view-switcher > li.has-sub:after {
    border-bottom-color: #ffffff
}

/* Общие стили меню */
.mega-menu .tip,.sidebar-menu .tip,.accordion-menu .tip,.menu-custom-block .tip {
    background: transparent;
    border-color: transparent
}

.popup .sub-menu,.header-side-nav .narrow .popup {
    text-transform: uppercase
}

@media (max-width: 1163px) {
    .mega-menu > li.menu-item > a {
        padding:9px 9px 8px
    }

    .widget_sidebar_menu .widget-title {
        font-size: .8571em;
        line-height: 13px;
        padding: 10px 15px
    }

    .sidebar-menu > li.menu-item > a {
        font-size: .9286em;
        line-height: 17px;
        padding: 9px 5px
    }

    .sidebar-menu .menu-custom-block a {
        font-size: .9286em;
        line-height: 16px;
        padding: 9px 5px
    }

    .sidebar-menu > li.menu-item .popup:before {
        top: 11px
    }
}

/* Скелетон для меню */
.menu-item.narrow .sub-menu.skeleton-body,.menu-item.wide .sub-menu.skeleton-body li {
    overflow: hidden;
    position: relative
}

.menu-item.narrow .sub-menu.skeleton-body {
    min-width: 165px
}

.menu-item.wide .sub-menu.skeleton-body li {
    flex: 1
}

.menu-item.narrow .sub-menu.skeleton-body:after,.menu-item.wide .sub-menu.skeleton-body li:after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 20%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 80%);
    background-size: 60% 100%;
    background-position: -100% 0;
    background-repeat: no-repeat
}

.menu-item.narrow .sub-menu.skeleton-body:before,.menu-item.wide .sub-menu.skeleton-body li:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    min-height: 180px;
    margin: 15px 10px 0;
    background-image: linear-gradient(#f4f4f4 18px,transparent 0),linear-gradient(#f4f4f4 18px,transparent 0),linear-gradient(#f4f4f4 18px,transparent 0),linear-gradient(#f4f4f4 18px,transparent 0),linear-gradient(#f4f4f4 18px,transparent 0);
    background-size: 100% 18px,100% 18px,100% 18px,100% 18px,100% 18px;
    background-position: 0 0,0 36px,0 72px,0 108px,0 144px
}

.menu-item.wide .sub-menu.skeleton-body {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap
}

.mega-menu > li.menu-item:hover .skeleton-body:after,.mega-menu > li.menu-item:hover .skeleton-body li:after {
    animation: side_nav_loading 1.5s infinite .2s
}