/* body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: .875rem;
	color: #000;
} */
h0, .h0,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
	font-weight: 700;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #DB002C;
}
h0, .h0 {
	font-size: 3rem;
	line-height: 1;
}
h1, .h1 {
	font-size: 1.75rem;
	line-height: 1;
	margin-bottom: 16px;
}
h2, .h2 {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 14px;
}
h3, .h3 {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 18px;
}
h4, .h4 {
	font-size: 1.25rem;
	line-height: 1;
	margin-bottom: 5px;
}
.comment {
	color: #939393;
}
.nowrap {
	white-space: nowrap;
}
table {
	width: 100%;
	margin-bottom: 1em;
}
table > table {
	margin-bottom: 0;
}
table td, table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #dee2e6;
}
table tr:first-child td {
	border-top: 0;
}
@media (min-width: 992px) {
	h1, .h1 {
		font-size: 2.25rem;
		margin-bottom: 24px;
	}
	h2, .h2 {
		font-size: 1.875rem;
		margin-bottom: 20px;
	}
	h3, .h3 {
		font-size: 1.75rem;
		margin-bottom: 18px;
	}
	h4, .h4 {
		font-size: 1.5rem;
	}
}

.text-danger {
	color: #F90F3E !important;
}
.p-lg {
	font-size: 1.286em;
}

ul.navbar-main .nav-item .nav-link
{
	pointer-events: none; /* делаем ссылку некликабельной */
}

.header-menu__nested .nav-item .nav-link
{
	pointer-events: all !important; /* делаем ссылку некликабельной */
}

ul.navbar-main .item-nave-sale .nav-link
{
	pointer-events: all !important; /* делаем ссылку некликабельной */
}

.navbar__about-header .navbar-nav .nav-item .nav-link
{
	pointer-events: all !important; /* делаем ссылку некликабельной */
}

.navbar-nav.header-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1200px;
    height: 36px;
    overflow: hidden;
}

.js-dropdown {
	cursor: pointer;
	transition: 0.35s;
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	user-select: none;
	color: #262626;
	font-weight: 500;
}
.js-dropdown.active {
	color: #DB002C !important;
}

.js-dropdown.active > a {
	color: #DB002C !important;
}

.js-dropdown.active > a > span {
	color: #DB002C !important;
}

.js-dropdown.active::after {
	transform: rotate(180deg);
	background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.07595 0.966558C1.26593 0.795637 1.55421 0.795481 1.74438 0.966195L5.66598 4.48672C5.85599 4.6573 6.144 4.6573 6.33401 4.48672L10.2556 0.966196C10.4458 0.795481 10.7341 0.795637 10.9241 0.966558L11.5868 1.56287C11.8076 1.7615 11.8076 2.10765 11.5868 2.30628L6.33442 7.03181C6.14428 7.20287 5.85571 7.20287 5.66558 7.03181L0.413151 2.30628C0.192374 2.10765 0.192374 1.76149 0.413151 1.56287L1.07595 0.966558Z" fill="%23DB002C" /></svg>');
}
.js-dropdown.active > .js-dropdown__option {
	opacity: 1;
	visibility: visible;
	z-index: 9;
	box-shadow: 3px 8px 15px 0 rgba(124, 124, 124, 0.1);
}
.js-dropdown__option {
	background: #fff;
	position: absolute;
	left: 0;
	top: 45px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	transition: 0.35s;
	padding: 25px 40px;
	gap: 16px;
	width: 300px;
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
	max-height: 500px;
	overflow-y: auto;
}
.js-dropdown__option .js-dropdown,
.sidebar-title.js-dropdown {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	width: 100%;
}
.js-dropdown__option .js-dropdown:after,
.sidebar-title.js-dropdown:after {
	position: absolute;
	right: 0;
	top: 5px;
}
.js-dropdown__option .js-dropdown .js-dropdown__option,
.sidebar-title.js-dropdown .js-dropdown__option {
	position: static;
	box-shadow: none;
	padding: 0;
	height: 0;
}
.js-dropdown__option .js-dropdown.active > .js-dropdown__option,
.sidebar-title.js-dropdown.active > .js-dropdown__option {
	padding: 10px 0;
	height: auto;
	width: auto;
}
.js-dropdown__option a {
	padding: 0 !important;
	text-align: left !important;
	color: #262626;
}

.header-nav__item a {
	color: #262626;
	font-weight: 500;
}

.js-dropdown__option .catalogue-sub-nav {
	padding: 0;
}

.js-dropdown__option a:hover {
	color: #DB002C;
}
.js-dropdown__option .header-search__results_false {
	font-weight: 400;
	font-size: 20px;
	color: #111;
}
.js-dropdown:after {
	content: '';
	height: 8px;
	width: 12px;
	background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.07595 0.966558C1.26593 0.795637 1.55421 0.795481 1.74438 0.966195L5.66598 4.48672C5.85599 4.6573 6.144 4.6573 6.33401 4.48672L10.2556 0.966196C10.4458 0.795481 10.7341 0.795637 10.9241 0.966558L11.5868 1.56287C11.8076 1.7615 11.8076 2.10765 11.5868 2.30628L6.33442 7.03181C6.14428 7.20287 5.85571 7.20287 5.66558 7.03181L0.413151 2.30628C0.192374 2.10765 0.192374 1.76149 0.413151 1.56287L1.07595 0.966558Z" fill="%233B4B64" /></svg>');
	display: inline-flex;
	background-repeat: no-repeat;
	transition: 0.35s;
}

.sidebar-title.js-dropdown:after {
	top: 20px;
	right: 15px;
}

.sidebar-title.js-dropdown .js-dropdown__option {
	background: transparent;
	max-height: 100%;
	width: 100%;
	overflow-x: hidden;
}

.sidebar-title.js-dropdown .js-dropdown__option .js-dropdown:after {
	top: 10px;
	right: 0;
}

.sidebar-title.js-dropdown .js-dropdown__option .js-dropdown {
	top: 10px;
	right: 0;
}

.sidebar-title.js-dropdown {
	font-weight: 700;
	gap: 0;
}

.sidebar-title.js-dropdown a:after {
	display: none;
}

.btn.btn-danger.btn-block {
	z-index: 9;
}

.header-cart__mob {
	display: none;
}

.header-icons {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-left: auto;
}

.mobile-menu-links {
	display: flex;
	flex-direction: column;
}
.mobile-menu-link-catalog,
.mobile-menu-link {
	position: relative;
	padding: 18px;
	padding-right: 20px;
	border-bottom: 1px solid #E3E3E3;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-align: left;
	color: #262626;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-menu-link a svg {
	display: none;
}

.mobile-menu-link-catalog a,
.mobile-menu-link a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-align: center;
	color: #000;
}

.mobile-menu-link {
	border-bottom: 1px solid #E3E3E3;
}

.mobile-menu-link > svg {
	pointer-events: none;
	transition: 0.35s;
}

.mobile-menu-content {
	display: none;
}

.mobile-menu-content.active {
	display: block !important;
}

.mobile-menu-content:nth-child(3).active .mobile-menu__nested {
	display: block;
	margin-left: -20px;
}

.mobile-menu-content.active .mobile-menu__nested a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	color: #262626;
	font-weight: 500;
	padding: 18px 0;
	padding-right: 20px;
}

.mobile-menu-link.show {
	color: #f70442;
	border-bottom: 1px solid #E3E3E3;
}

.mobile-menu-link.show a {
	color: #f70442;
}

.mobile-menu-link:has(~ div.show) {
	display: none;
}

.mobile-menu-link.show + div {
	display: none;
}

.mobile-menu-link.show a svg {
	display: block;
}

.mobile-menu-link.show > svg path {
	stroke: #f70442;
}

@media(max-width: 1350px) {
	.header-nav__item:nth-child(7) .js-dropdown__option {
		left: initial;
		right: 0;
	}
}

@media(max-width: 1150px) {
	.header-nav__item:nth-child(7) .js-dropdown__option {
		left: 0;
		right: initial;
	}

	.header-nav__item:nth-child(6) .js-dropdown__option {
		left: initial;
		right: 0;
	}
}

@media(max-width: 600px) {
	.header-cart__desk {
		display: none;
	}

	.header-cart__mob {
		display: block;
	}
}

.sidebar-title.js-dropdown::after {
	display: none;
}

.sidebar-title .js-dropdown__option .js-dropdown {
	width: 100%;
	padding: 0;
	overflow: hidden;
	max-width: 96%;
}

.sidebar-title .catalogue-sub-nav__link {
	padding-top: 10px !important;
}

.sidebar-title .js-dropdown__option .js-dropdown.active .js-dropdown__option,
.sidebar-title.js-dropdown.active > .js-dropdown__option {
	width: 100%;
	/*margin-left: 10px;*/
}

.sidebar-title.js-dropdown.active > .js-dropdown__option .js-dropdown .js-dropdown__option {
	margin-left: 10px;
}
.js-dropdown__option a:first-child {
	display: block;
	/*margin-top: 10px;*/
}

/*.sidebar-title.js-dropdown .js-dropdown__option .js-dropdown .js-dropdown__option {*/
/*	margin-left: 10px;*/
/*}*/

.sidebar-title.js-dropdown .js-dropdown__option .js-dropdown,
.sidebar-title .catalogue-sub-nav__link {
	font-size: 15px;
}

.sidebar-title {
	padding: 14px 5px;
}

@media(min-width: 992px) {
	.content-block.padding {
		padding-top: 110px;
	}
}

@media only screen and (min-width: 1200px) {
	.main-container {
		padding-top: 150px;
	}
}

.mobile-menu-return {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 500;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-align: center;
	color: #000;
	margin-left: 18px;
	padding: 5px 10px;
	border: 1px solid #e3e3e3;
	background: #f3f3f3;
	width: 75px;
	height: 23px;
	margin-top: 20px;
}

.mobile-menu-return:has(~ div.active) {
	display: flex;
}

.mobile-menu__header-text {
	background: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #000;
	text-transform: initial;
}

.button-close {
	background-image: none;
	background-color: #fff;
	border: none;
}

.button-close svg {
	pointer-events: none;
}

.mobile-menu__header {
	margin-left: 18px;
}

.mobile-menu__footer .navbar-main__item a {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #000;
}

.mobile-menu__footer {
	padding-left: 18px;
}

@media (max-width: 576px) {
	.mobile-menu__footer .navbar-nav {
		margin-bottom: 20px;
		padding-bottom: 10px;
		margin-top: 24px;
		border-bottom: 1px solid #E3E3E3;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}

.mobileMenu {
	list-style: none;
	padding-left: 18px;
}

.mobileMenu .nav-link {
	border: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #000;
}

.nav-link.has-menu::after {
	background-image: url('data:image/svg+xml,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 14L8 8L2 2" stroke="%23262626" stroke-width="2" stroke-linecap="square" /></svg>');
	background-size: initial;
}

.nav-item--visible .nav-link.has-menu::after {
	background-image: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 8L8 2L2 8" stroke="%23F70442" stroke-width="2" stroke-linecap="square" /></svg>');
	transform: translateY(-50%) rotate(0deg);
}

.nav-item.nav-item--visible a {
	color: #f70442;
}

.link-catalogue {
	width: fit-content;
	background: #fff;
}

.link-catalogue:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.catalogue-icon {
	display: none !important;
}

.mobile-menu-content.active .mobile-menu__nested a {
	max-width: 100%;
}

.mobile-menu__nested .nav-link::after {
	height: 16px;
	right: 20px !important;
	background-image: url('data:image/svg+xml,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 14L8 8L2 2" stroke="%23262626" stroke-width="2" stroke-linecap="square" /></svg>');
}

.mobile-menu__payment_text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #000;
	text-align: center;
}

.mobile-menu__payment_img {
	text-align: center;
	margin-top: 14px;
}

.mobile-menu__social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}

.js-dropdown > span {
	pointer-events: none;
	color: inherit;
}

.js-dropdown > span {
	max-width: 95%;
}

@media(max-width: 991px) {
	.js-dropdown > span {
		max-width: 90%;
	}
}

.nav-link.has-menu {
	width: 90%;
}

.nav-link.has-menu::after {
	right: -27px;
}

.whatsapp-btn {
	right: 20px;
	bottom: 20%;
}

.nav-item.js-dropdown {
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	position: relative;
	gap: 0;

	.nav-link:after {
		display: none;
	}
}

.nav-item.js-dropdown::after {
	height: 16px;
	rotate: -90deg;
	position: absolute;
	right: 16px;
	top: 18px;
}

.nav-item.js-dropdown.active::after {
	rotate: 0deg;
}

.nav-item.js-dropdown > .js-dropdown__option {
	box-shadow: none;
	padding: 0;
	padding-left: 15px;
	width: 100%;
	gap: 0;
}

.nav-item.js-dropdown.active > .js-dropdown__option {
	position: static;
	box-shadow: none;
	gap: 20px;
}

/*.nav-item.js-dropdown > .js-dropdown__option .js-dropdown {*/
/*	padding: 10px 0;*/
/*}*/

/*.nav-item.js-dropdown > .js-dropdown__option .js-dropdown:after {*/
/*	top: 0;*/
/*}*/

.nav-item.js-dropdown > .js-dropdown__option .nav-item.js-dropdown > .js-dropdown__option  {
	padding-left: 10px;
}

/*.sidebar-title.js-dropdown > .js-dropdown__option > .js-dropdown.active:after  {*/
/*	display: none;*/
/*}*/

/*.sidebar-title.js-dropdown > .js-dropdown__option > .js-dropdown:after  {*/
/*	display: none;*/
/*}*/

.js-dropdown__option.active {
	height: auto;
	padding: 10px 0;
}

.sidebar.flex-fill {
	padding: 0;
}

.sidebar-title.js-dropdown {
	padding-top: 0;
}

.js-dropdown__option a[href="/catalog/everlast/#catalog-items"] {
    display: none;
}
.im-get-discount-button {
    display: none!important;
}

/*.sidebar-title > div span,*/
/*.sidebar-title > a {*/
/*	color: #DB002C !important;*/
/*}*/
