:root {
	--mm-grey-color: #707070;
	--mm-firm-color: #D21200;
}
body {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #000000;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 110%;
	margin-bottom: 16px;
}
h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 110%;
	margin-bottom: 20px;
}
h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	margin-bottom: 20px;
}
@media (max-width: 991.98px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 20px;
	}
}
.flex-divider {
    flex: 1 1 auto;
}
.text-red {
	color: #D21200;
}
img {
    max-width: 100%;
}
/* override bootstrap styles */

a.red {
	text-decoration: none;
	color: #D21200;
}
a.btn {
	display: block;
	text-decoration: none;
}
a.btn-inline {
	display: inline-block;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
	color: white !important;
	background-color: var(--mm-firm-color) !important;
}
a.btn.btn-grey {
	background: #777;
    color: #fff;
}
.error-text {
	color: red;
}
.save-error {
	margin-bottom: 10px;
}

.scroll-content {
	overflow-y: auto;
}
.scroll-content::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: rgba(217, 217, 217, 0.5);
}

.scroll-content::-webkit-scrollbar {
	width: 5px;
	background-color: transparent
}

.scroll-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #757575
}
.scroll-content.hidden-scroll::-webkit-scrollbar-thumb {
	display: none;
}
.form-check-input:checked {
	background-color: #D21200; 
	border-color: #D21200;
}
.btn-success {
	background-color: #D21200;
	border: none;
}
.btn:disabled {
	background-color: #e2e3e8;
	border: none;
	color: #000;
}
.btn-gray {
	background-color: gray!important;
	border: none;
	color: #fff!important;
}
.w-100 {
	width: 100%;
}
.modal-backdrop {
    --bs-backdrop-zindex: 950;
}
.modal {
    --bs-modal-zindex: 1050;
}
.sticky-top {
    z-index: 920;
}

/*header*/
.header-top {
	line-height: 17px;
	font-size: 13px;
	white-space: nowrap;
	padding: 11.5px 0;
}
.header-top a {
	text-decoration: none;
}
.header-top nav {
	width: 100%;
}
.header-top .city-selector a {
	color: #D21200;
}
.header-top .city-selector::after {
	content: " ";
	width: 1px;
	height: 17px;
	opacity: 0.2;
	background: #000000;
	display: block;
	margin: 0 21px;
}
.header-top nav {
	display: flex;
	grid-gap: 20px;
}
.header-top .worktime {
	opacity: 0.4;
	margin-right: 32px;
}
@media (max-width: 1200px) {
	.header-top .worktime {
		display: none;
	}
}

.header-top .delivery-type  a {
	opacity: 0.4;
}
.header-bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 13px 0;
	white-space: nowrap;
}
.header-bottom .logo {
	margin-right: 30px;
}
.header-bottom .contacts {
	margin-right: 74px;
}
.header-bottom .contacts .phone {
	display: block;
	font-weight: 700;
	font-size: 17px;
	line-height: 110%;
	color: #D21200;
	margin-bottom: 6px;
}
.header-bottom .contacts a {
	text-decoration: none;
}
.msg {
	display: flex;
	justify-content: space-between;
}
.msg a {
	display: block;
	width: 36px;
	height: 27px;
	border-radius: 8px;
}
.msg a.tg {
	background: #158CC7 url(../images/svg/tg.svg) no-repeat 50% 50%;
}
.msg a.wa {
	background: #5ACF5F url(../images/svg/wa.svg) no-repeat 50% 50%;
}
.msg a.mail {
	background: #439ff9 url(../images/mail.png) no-repeat 50% 50%;
}
.msg a.max {
	background: #297EF3 url(../images/svg/max.svg) no-repeat 50% 50%;
}
.header-bottom div.search {
	width: 100%;
	margin-right: 40px;
}
.offcanvas div.search {
	margin: 16px 16px 0 16px;
}
.header-bottom .search-form, .offcanvas  .search-form {
	background: #D21200;
	border-radius: 15px;
	padding: 2px 0 2px 2px;
	height: 50px;
}
.header-bottom .search-form form, .offcanvas .search-form form {
	margin: 0;
}
.header-bottom .search-form .input, .offcanvas .search-form .input {
	width: 100%;
}
.header-bottom .search-form input, .offcanvas .search-form input {
	border: none;
	display: block;
	width: 100%;
	height: 46px;
	border-radius: 15px;
	padding: 0 13px;
	font-size: 13px;
}
.header-bottom .search-form button, .offcanvas .search-form button {
	background: none;
	border: none;
	width: 38px;
	line-height: 46px;
	height: 46px;
	text-align: center;
	color: #fff;
}
.header-bottom .notfound, .offcanvas .notfound {
	display: none;
}
.notfound .btn {
	padding: 30px 50px;
	max-width: 300px;
	font-size: 18px;
	margin: 10px auto 20px auto;
}
.header-bottom .icons {
	display: flex;
	grid-gap: 20px;
    align-items: flex-end;
	position: relative;
}
.header-bottom a.icon {
	display: block;
	font-size: 13px;
	line-height: 1.1;
	padding-top: 25px;
	text-decoration: none;
	color: #767676;
}
.header-bottom a.orders {
	background: url(../images/svg/orders.svg) no-repeat 50% 0;
}
.header-bottom a.favorite {
	background: url(../images/svg/favorite.svg) no-repeat 50% 2px;
	background-size: 17px;
}
.header-bottom a.profile {
	background: url(../images/svg/profile.svg) no-repeat 50% 0;
	background-size: 21px;
}
.header-bottom a.profile .name {
	max-width: 70px;         /* Required: Needs a limit to overflow */
	white-space: nowrap;  /* Required: Keep text on one line */
	overflow: hidden;     /* Required: Hide the extra text */
	text-overflow: ellipsis; /* The "dots" effect */
}
.header-bottom a.profile-b2b {
	background: url(../images/svg/profile-b2b.svg) no-repeat 50% 0;
	background-size: 25px;
}
.header-bottom a.profile span {
	padding-left: 15px;
	background: url(../images/svg/arrow-grey.svg) no-repeat 50% 50%;
}
.header-bottom a.cart.empty {
	background: url(../images/svg/cart-empty.svg) no-repeat 50% 0;
}
.header-bottom a.cart.full {
	background: url(../images/svg/cart-full.svg) no-repeat 50% 0;
}
.header-bottom a.search {
	background: url(../images/svg/search.svg) no-repeat 50% 0;
}
.header-bottom .icons .cart-sum {
    display: block;
	padding: 0 5px;
    line-height: 18px;
    color: #fff;
    background: #D21200;
    border-radius: 10px;
}
.header-bottom .profile-menu {
	box-shadow: rgb(30 31 33 / 12%) 0px 5px 25px;
    background-color: rgb(255, 255, 255);
	padding: 20px 20px 10px 20px;
	position: absolute;
	right: 0;
	top: 45px;
	display: none;
	border-radius: 18px;
	min-width: 200px;
}
.header-bottom .profile-menu.active {
	display: block;
}
.header-bottom .profile-menu a {
	display: block;
	text-decoration: none;
	color: #767676;
	font-size: 13px;
	line-height: 30px;
}
.header-bottom .profile-menu .profile-link {
	line-height: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.header-bottom .profile-menu .profile-link::after {
    content: " ";
    width: 6px;
    height: 11px;
    position: absolute;
    top: 44%;
    right: 0;
    margin-top: -5px;
    background: url(../images/svg/arrow-right.svg);
}
.header-bottom .profile-menu .profile-link .title {
	font-weight: bold;
	color: #000;
}
.header-bottom .profile-menu .logout {
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header-mobile {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-mobile .logo img {
    max-height: 50px;
}
.header-mobile .delivery-type-wrapper {
	display: flex;
	grid-gap: 10px;
	align-items: center;
}
.header-mobile .delivery-type {
	background: #f1f4f9;
    border-radius: 100px;
    padding: 10px 16px;
    width: 100%;
    min-height: 50px;
	display: flex;
	align-items: center;
}
.header-mobile .delivery-type.auth {
	justify-content: center;
}
.header-mobile .header-bottom {
	border: none;
}
.header-mobile .icon {
	width: 20px;
	height: 43px;
}
.header-mobile .icons .icon.cart, .header-mobile .icons .icon.favorite {
	width: auto;
}
.header-mobile .delivery-type .icon {
	height: auto;
	width: 30px;
	margin-right: 7px;
}
.header-mobile .delivery-type .icon img {
	width: 100%;
}
.header-mobile .header-bottom  {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 10px 0 0 0;
}
.header-mobile .header-bottom .icons a.orders,
.header-mobile .header-bottom .icons a.profile,
.header-mobile .header-bottom a.search {
	background-position: 50% 50%;
}
.header-mobile div.search {
	position: absolute;
	left: 0;
	display: none;
}
.header-mobile div.search-form {
	padding-left: 40px;
}
.header-mobile div.search .close{
	width: 30px;
	height: 50px;
	position: absolute;
	left: 5px;
	top: 0;
	background: url(../images/svg/close-white.svg) no-repeat 50% 50%;
	opacity: 1.0;
}
header button.navbar-toggler {
	width: 44px;
	line-height: 41px;
	height: 44px;
    border-radius: 0.25rem;
	outline: none;
	padding: 0;
	margin-left: 0px;
}
.nt-line-1 {
	width: 100%;
	height: 2px;
	background: #fff;
}
.nt-line-2 {
	width: 60%;
	margin-left: 40%;
	margin-top: 7px;
	height: 2px;
	background: #D21200;
}
.nt-line-3 {
	width: 60%;
	margin-left: 40%;
	margin-top: 7px;
	height: 2px;
	background: #D21200;
}
.nt-line-4 {
	width: 60%;
	margin-left: 40%;
	margin-top: 7px;
	height: 2px;
	background: #D21200;
}
.nt-line-5 {
	width: 20%;
	margin-left: 80%;
	margin-top: 7px;
	height: 2px;
	background: #fff;
}
.navbar-toggler-wrapper {
	display: flex;
	grid-gap: 10px;
	align-items: center;
}
#offcanvasNavbar2 {
	width: 370px;
	background: #F5F4F2;
}
#offcanvasNavbar2 .offcanvas-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#offcanvasNavbar2 .offcanvas-body {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
}
#offcanvasNavbar2 .logo img {
	width: 75px;
}
#offcanvasNavbar2 .title {
	font-size: 16px;
	color: #000000;
	margin-top: 7px;
}
#offcanvasNavbar2 .navbar-nav {
	width: 100%;
}
#offcanvasNavbar2 a.nav-link {
	display: block;
    line-height: 32px;
    margin: 0 0 15px 0;
	padding: 0;
	background: url(../images/svg/arrow-right.svg) no-repeat 100% 50%;
}
#offcanvasNavbar2 a .icon {
    display: block;
    float: left;
    padding-left: 40px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 32px;
}
#offcanvasNavbar2 .login .icon, 
#offcanvasNavbar2 .profile .icon {
	background-image: url(../images/svg/profile.svg);
}
#offcanvasNavbar2 .profile-b2b .icon {
	background-image: url(../images/svg/profile-b2b-t.svg);
}
#offcanvasNavbar2 .profile-b2b a {
	color: #D21200!important;
}
#offcanvasNavbar2 .catalog .icon {
	background-image: url(../images/icons/orders.png);
}
#offcanvasNavbar2 .delivery .icon {
	background-image: url(../images/icons/delivery.png);
}
#offcanvasNavbar2 .contacts .icon {
	background-image: url(../images/icons/contacts.png);
}
#offcanvasNavbar2 .b2b .icon {
	background-image: url(../images/icons/b2b.png);
}
#offcanvasNavbar2 .suppliers .icon {
	background-image: url(../images/icons/suppliers.png);
}
#offcanvasNavbar2 .vacancy .icon {
	background-image: url(../images/icons/work.png);
}
#offcanvasNavbar2 .about .icon {
	background-image: url(../images/icons/info.png);
}
#offcanvasNavbar2 .feedback-link {
	display: block;
	padding: 15px 20px 15px 50px;
	background: #FFFFFF url(../images/svg/feedback.svg) no-repeat 20px 50%;
	border-radius: 12px;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 15px;
}
#offcanvasNavbar2 .contact-us {
	margin-top: 20px;
}
#offcanvasNavbar2 .contact-us .phone {
	text-align: center;
	margin-left: 0;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}
#offcanvasNavbar2 .msg-menu {
	display: flex;
	gap: 10px;	
}
#offcanvasNavbar2 .msg-menu a {
	justify-content: center;
    display: flex;	
    padding: 10px;
    background: #FFFFFF;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
	width: 50%;
	align-items: center;
	gap: 7px;
}
	
.back-to-front {
	display: block;
	background: lightgrey url(../images/back-to-front.png) no-repeat 50% 50%;
	background-size: 20px 20px;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	margin-right: 7px;
	margin-top: -8px;
	opacity: 0.5;
}
.offcanvas-bottom .favorite {
	display: block;
	background: lightgrey url(../images/svg/favorite2.svg) no-repeat 50% 50%;
	background-size: 20px 20px;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	margin-right: 7px;
	margin-top: -8px;
	opacity: 0.5;
}
.offcanvas.offcanvas-bottom {
    transition: transform 0.3s ease-in;
}
.offcanvas.offcanvas-bottom .line {
    display: block;
    left: 0;
    right: 0;
    top: -10px;
    width: 57px;
    height: 4px;
    margin: 0 auto;
    content: "";
    opacity: 1.0;
    z-index: 2;
    position: absolute;
    border-radius: 2.5px;
    background-color: #FFF;
}
.offcanvas-bottom ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
}
.offcanvas-bottom ul li {
	line-height: 40px;
	border-bottom: 1px solid #dcdcdc;
}
.offcanvas-bottom ul li:last-child {
	border-bottom: none;
}
.offcanvas-bottom ul li .dropdown-item {
	color: #000;
}

/*footer*/
footer {
	background: #1F2024;
	color: #fff;
	font-size: 13px;
	line-height: 1.1;
	padding: 75px 0 24px 0;
}
footer a {
	text-decoration: none;
}
footer .line-1 > div {
	margin-bottom: 23px;
}
footer  .line-2 {
	margin: 23px 0 24px 0;
}
footer  .line-2 a {
	text-decoration: underline;
}
footer .copyright {
	margin-top: 20px;
}
footer .menu .title {
	opacity: 0.4;
}
footer .menu .line {
	display: block;
	margin-top: 10px;
}
footer .messengers {
	margin-top: 23px;
	display: flex;
	grid-gap: 13px;
}
footer .messengers a {
	padding-left: 19px;
	line-height: 15px;
}
footer .messengers .tg {
	background: url(../images/svg/tg-f.svg) no-repeat 0 50%;
}
footer .messengers .wa {
	background: url(../images/svg/wa-f.svg) no-repeat 0 50%;
}
footer .messengers .vk {
	background: url(../images/svg/vk-f.svg) no-repeat 0 50%;
}
footer .messengers .max {
	background: url(../images/svg/max.svg) no-repeat 0 50%;
}

/*banner*/
#js-carousel-banner {
	border-radius: 15px;
	overflow: hidden;
}
#js-carousel-banner .owl-nav {
    margin: 0;
}
#js-carousel-banner .owl-nav button {
    width: 45px;
    height: 45px;
    transition: background 0.5s ease 0s;
	border-radius: 100%;
    position: absolute;
	top: 50%;
	margin-top: -22.5px;
	outline: none;
}
#js-carousel-banner .owl-prev {
	background: rgba(215, 215, 215, 0.7) url(../images/svg/arrow-slider.svg) no-repeat 50% 50%;
	transform: rotate(180deg);
	left: 20px;
}

#js-carousel-banner .owl-next {
	background: rgba(215, 215, 215, 0.7) url(../images/svg/arrow-slider.svg) no-repeat 50% 50%;
	right: 20px;
}
#js-carousel-banner .owl-nav button:hover {
	background-color: rgba(215, 215, 215, 1.0);
}
#js-carousel-banner .owl-dots {
	position: absolute;
    right: 30px;
    bottom: 7px;
}
#js-carousel-banner .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0px 6px;
    background: #fff;
    display: block;
	opacity: 0.5;
	border-radius: 100%;
}
#js-carousel-banner .owl-dots .owl-dot.active span {
    background: #fff;
	opacity: 1;
    width: 24px;
    height: 9px;
	border-radius: 30px;
}
#js-carousel-banner .owl-dots .owl-dot span:hover {
	opacity: 1;
}
#js-carousel-banner .owl-prev:hover,
#js-carousel-banner .owl-next:hover {
	opacity: 1.0;
	color: #D21200;
}
/*catalog-top*/
#catalog-top.owl-carousel .owl-stage {
	display: flex;
}
#catalog-top .product-item-small-card {
	min-width: 200px;
	height: 100%;
	max-width: 200px;
}
/*.owl-theme .owl-nav {
    margin: 0;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	width: 43px;
	height: 43px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100%;
    position: absolute;
	top: 50%;
	margin-top: -21.5px;
	outline: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:hover {
	background: #FFFFFF url(../images/svg/arrow-slider.svg) no-repeat 50% 50%;
	transform: rotate(180deg);
	left: -22px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:hover {
	background: #FFFFFF url(../images/svg/arrow-slider.svg) no-repeat 50% 50%;
	right: -22px;
}

@media (max-width: 600px) {
	.owl-carousel .owl-nav button {
		display: none!important;
	}
}*/
#js-carousel-banner .owl-nav {
	display: none;
}

/*menu*/
.main-menu-section {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	overflow: hidden;
}
.main-menu-title {
	padding: 15px 0 15px 15px;
	font-size: 16px;
	line-height: 1.1;
	background: #F8F8FA;
}
.main-menu-section ul {
	list-style: none;
	padding: 15px;
	margin: 0;
}
.main-menu-section ul li {
	position: relative;
	font-size: 14px;
	line-height: 40px;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
.front.main-menu-section ul li:first-child {
	padding-top: 0;
}
.main-menu-section ul li:last-child {
	border-bottom: none;
}
.front.main-menu-section ul li:last-child {
	padding-bottom: 0;
}
.main-menu-section ul li img {
	height: 40px;
	border-radius: 10px;
	margin-right: 5px;
}
ul.catalog-menu li {
	padding-left: 15px;
	padding-right: 15px;
}
ul.catalog-menu li.bx-active {
	background: #D21200;
	border-radius: 15px;
}
ul.catalog-menu li.bx-active a#catalog-link {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.main-menu-section a::after {
	content: " ";
	width: 6px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	background: url(../images/svg/arrow-right.svg);
}
.main-menu-section ul li:first-child  a::after {
	margin-top: -8px;
}
.main-menu-section ul li:last-child  a::after {
	margin-top: -2px;
}
ul.catalog-menu li.bx-active a::after {
	background: url(../images/svg/arrow-right-white.svg);
	background-size: 10px;
	right: 10px;
	width: 10px;
	height: 18px;
	margin-top: -9px;
}
ul.catalog-menu.tusha-menu .bx-active {
	background: transparent;
	border: 1px solid #D21200;
	border-radius: 15px;
}
ul.catalog-menu.tusha-menu li.bx-active a#catalog-link {
	color: #D21200;
	text-decoration: none;
}
ul.catalog-menu.tusha-menu li.bx-active .cls-1 {
    fill: #D21200!important;
}
ul.catalog-menu.tusha-menu li.bx-active a::after {
	display: block;
	width: 30px;
	height: 30px;
	right: 10px;
	margin-top: -15px;
	background: url(../images/knife1.png) no-repeat;
	background-size: contain;
}
/* /override bootstrap styles */


.mm-main-panel-btn {
	color: var(--mm-grey-color);
	text-decoration: none;
	font-size: 16px;
}

.mm-main-panel-btn-svg {
	fill: currentColor;
}

.main-btn-order-text-price {
	color: white;
	background-color: var(--mm-firm-color);
}

#select-city-modal .group-letter {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	color: var(--mm-firm-color);
	font-size: 18px;
}

#select-city-modal a {
	font-size: 18px;
}

.mm-firm-color {
	color: var(--mm-firm-color);
}

.mm-firm-bg-color {
	background-color: var(--mm-firm-color);
}

.mm-firm-bg-color:hover {
	background-color: var(--mm-firm-color);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: black;
	background-color: white; /*var(--mm-firm-color);*/
}

.nav-pills .nav-link.active svg .fill-active, .nav-pills .show>.nav-link {
	/*color: white;
	background-color: #f28000;*/
	/*filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(18deg) brightness(102%) contrast(101%);*/
	fill: var(--mm-firm-color)!important;
}

.nav-pills .nav-link svg, .nav-pills .show>.nav-link {
	/*color: white;
	background-color: #f28000;*/
	/*filter: invert(73%) sepia(55%) saturate(6582%) hue-rotate(5deg) brightness(98%) contrast(104%);*/
}

/*
.slide-buttons a.active .fill-active {
    fill: #D21200 !important;
}
*/

.nav-pills .nav-link, .nav-pills .show>.nav-link {
	color: black; /*var(--mm-firm-color);*/
	background-color: lightgrey;
}

.no-wrap {
	white-space: nowrap;
}
@media (min-width: 992px) {
	.my-wrapper .left {
		width: 100%;
	}
}

.slide-button {
	background: #F5F4F2;
	padding: 10px;
	border-radius: 8px;
}
.gender .slide-buttons {
    margin: 0;
}
.gender .slide-buttons a {
	width: auto;
}
.slide-buttons {
    display: flex;
    align-items: center;
}
.slide-buttons a {
	display: flex;
    padding: 5px 10px;
	border-radius: 10px;
	min-height: 37px;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}
.slide-buttons a .icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right: 7px;
}
.slide-buttons a.active {
	color: #fff;
	background-color: #D21200;
}
.text-grey {
	color: rgba(0, 0, 0, 0.4);
}
.error {
	color: red;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.close-button {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    top: 3px;
    right: -50px;
	width: 44px;
    height: 44px;
    background: #ccc;
    border-radius: 100%;
}
.close-button:hover {
    background: #fff;
}
.close-button button {
    background: none;
    outline: none;
    border: none;
    font-size: 32px;
}
@media (max-width: 1000px) {
	.close-button {
		right: 50%;
		margin-right: -25px;
		top: -50px;
	}
}
.dropup .dropdown-toggle::after {
	display: none;
}

.round-menu-button, 
.round-menu-button:hover {
	/*display: none;*/
	position: fixed;
	left: 50%;
	padding: 0 20px;
	transform: translateX(-50%);
	bottom: 30px;
	/*background: #fff url(../images/knife1.png) no-repeat center top;
	background-size: 45px;
	border: 0;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	box-shadow: 0 0 20px rgb(0 0 0 / 60%);*/
	outline: none;
	z-index: 100;
	display: flex;
	gap: 10px;
	align-items: center;
	line-height: 50px;
	white-space: nowrap;
}
.round-menu-button span {
	color: #D21000;
	position: relative;
	top: 17px;
	font-weight: 700;
	font-size: 14px;
}
.round-menu-button::before, .round-menu-button::after {
	display: block;
	content: " ";
	border: 1px solid #fff;
	min-width: 30px;
	height: 30px;
	border-radius: 100%;
	background: url(../images/knife-white.png) no-repeat 50% 50%;
	background-size: 20px 20px;
}


.round-menu-button .icon {
	width: 55px;
	height: 25px;
	background: url(<?= SITE_TEMPLATE_PATH?>/images/cross-axes-logo.avif) no-repeat 50% 50%;
	background-size: 40px 40px;
	margin-bottom: 10px;
}

#popular {
	margin: 60px 0 91px 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 88px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	margin-left: 28px;
}

/*map-custom-controls*/
.map-custom-controls {
	position: relative;
}
.map-custom-controls .controls {
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 44px;
}
.map-custom-controls .location {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background: #D21200;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 7px;
}
.map-custom-controls .location {
	margin-top: 7px;
}
.map-custom-controls a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.map-custom-controls .location a {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.map-custom-controls .zoom {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    width: 30px;
}

#paymentTypeModal .modal-body {
	padding: 20px 30px;
}
#paymentTypeModal label {
	padding: 14px 20px;

	background: #F5F4F2;
	border-radius: 10px;
	margin-bottom: 20px;
}
#paymentTypeModal label .icon, #paymentTypeSelected .icon {
	width: 24px;
}
.panel {
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0px 41px 16px rgba(0, 0, 0, 0.01), 0px 23px 14px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.09), 0px 3px 6px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}
.panel .panel-title {
	padding:  0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel a.edit {
	text-decoration: none;
	font-size: 14px;
	background: url(../images/svg/arrow-right-red.svg) no-repeat 100% 50%;
	padding-right: 19px;
}
.panel .panel-title .icon {
	margin-right: 10px;
}
.panel .panel-body {
	padding-top: 15px;
}
.options .option {
	background: url(../images/svg/check.svg) no-repeat 0 5px;
	padding-left: 17px;
}

/*my*/
.my #breadcrumb {
	display: none;
}
.my .back-to-my a {
	color: #777;
	text-decoration: none;	
}
.my-header {
	background: #F8F8FA;
	padding: 25px 0;
	margin-bottom: 45px;
}
.my-header .left {
	display: flex;
	grid-gap: 30px;
    position: relative;
	min-width: 300px;
}
.my-header .avatar {
	width: 116px;
	height: 116px;
	background: url(../images/svg/avatar.svg);
	position: relative;
}
.my-header .avatar.b2b {
	background: url(../images/icons/b2b.png) no-repeat 50% 50%;
	background-size: 100px;
}
.my-header .profile {
	display: block;
	position: absolute;
	top: -11px;
	right: -11px;
	width: 22px;
	height: 22px;
	background: url(../images/svg/settings.svg);
	transition: .3s;
}
.my-header .profile:hover {
	transform: rotate(90deg);
}
.my-header .name {
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	margin-top: 16px;
	margin-bottom: 11px;
}
.my-header .user-card {
	margin-bottom: 11px;
	color: #777;
}
.logout {
	padding-left: 20px;
	background: url(../images/svg/logout.svg) no-repeat 0 50%;
	text-decoration: none;
}
.my-header .logout  {
	margin-top: 45px;
	display: block;
}
.my-header .b2b-link {
	padding-left: 30px;
	background: url(../images/svg/profile-b2b-t.svg) no-repeat 0 0;
	background-size: 24px;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	line-height: 24px;
}
.fiz-link {
	padding-left: 20px;
	background: url(../images/svg/profile.svg) no-repeat 0 2px;
	background-size: 15px 15px;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}
.my-header .container {
	display: flex;
	justify-content: space-between;
	grid-gap: 20px;
	flex-wrap: wrap;
    align-items: flex-start;
}
.my-header .b2b-banner {
	padding: 20px;
	background: #CCE9FF;
	border-radius: 15px;
	width: 240px;
}
.my-header .b2b-banner .title {
	font-size: 16px;
	line-height: 110%;
	margin-bottom: 8px;
}
.my-header .b2b-banner .text {
	font-size: 13px;
	line-height: 110%;
	opacity: 0.7;
	margin-bottom: 12px;
}
.my-header .b2b-banner a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	line-height: 29px;

	background: #F8F8FA;
	border-radius: 10px;
}
@media (max-width: 767.98px) {
	.my-header .left {
		min-width: auto;
	}
	.my-header .left {
		flex-direction: column;
		grid-gap: 10px;
	}
	.my-header .avatar {
		width: 22px;
		height: 22px;
		background-size: contain;
		background-repeat: no-repeat;
		padding-left: 32px;
	}
	.my-header .profile {
		position: static;
	}
	.my-header .name {
		margin-top: 0;
	}
	.my-header .logout {
		margin-top: 15px;
	}
}
@media (max-width: 480px) {
	.my-header .user-card {
		width: 120px;
	}
}
/*b2b*/
main.b2b {
	background: #F5F4F2;
	padding: 71px 0 85px 0;
}
.b2b #breadcrumb {
	display: none;
}
.b2b-menu .name {
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	margin-bottom: 11px;
}
.b2b-menu .subtitle {
	margin-bottom: 11px;
}
.b2b-menu .info {
	font-size: 14px;
	margin-bottom: 26px;
}
.b2b-menu .balance {
	padding: 20px;
	background: #FFFFFF;
	border-radius: 15px;
	margin-bottom: 12px;
}
.b2b-menu .balance .title {
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	margin-bottom: 43px;
}
.b2b-menu .balance .sum {
	font-weight: 700;
	font-size: 20px;
	color: #D21200;
}
.b2b-menu #add-balance {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 0 10px;
	line-height: 28px;
	margin-bottom: 12px;

	background: #FFFFFF;
	border-radius: 10px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.b2b-menu .menu a {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	background: #FFFFFF;
	border-radius: 15px;
	text-decoration: none;
	color: #000;
	margin-bottom: 12px;
}
.b2b-menu .menu a:last-child {
	margin-bottom: 0;
}
.b2b-menu .menu a.active {
	background: #D21200;
	color: #fff;
}
.b2b-menu .menu a .icon {
	margin-right: 10px;
	stroke: #D21200;
}
.b2b-menu a.active .icon {
	stroke: #FFF;
}
.b2b-menu #add-balance span, .b2b-menu .menu a .arrow {
	display: block;
	width: 11px;
	height: 10px;
	background: url(../images/svg/link-arrow.svg);
}
.b2b-menu a.active .arrow {
	background: url(../images/svg/link-arrow-white.svg);
}
main.b2b .right-column {
	padding: 41px 44px;
	background: #FFFFFF;
	border-radius: 20px;
}
@media (max-width: 991.98px) {
	main.b2b .right-column {
		margin-top: 20px;
	}
}
.b2b .verify-block {
	padding: 28px 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #F5F4F2;
	border-radius: 14px;
	text-align: center;
	align-items: center;
}
.b2b .verify-block .title {
	font-size: 18px;
	line-height: 126.5%;
	color: #000000;
}
.b2b .verify-block .text {
	font-size: 13px;
	line-height: 136.5%;
	text-align: center;
	color: #000000;
	max-width: 477px;
}
/*product-price*/
.product-price-wrapper {
	display: flex;
	grid-gap: 10px;
	align-items: center;
	margin-bottom: 15px;
}
.product-price {
	padding: 0 7px;
	position: relative;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
}
.product-price .inner {
	background: #F0F0F4;
}
.new .product-price .inner {
	background: #5992E8;
	color: #fff;
}
.sale .product-price .inner,
.spec .product-price .inner {
	background: #FF9500;
}
.product-price::before {
	content: " ";
	width: 7px;
	height: 25px;
	background: url(../images/svg/price-bg.svg) no-repeat 50% 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.product-price::after {
	content: " ";
	width: 7px;
	height: 25px;
	background: url(../images/svg/price-bg.svg) no-repeat 50% 50%;
	position: absolute;
	right: 1px;
	top: 0;
	transform: rotate(180deg);
}
.new .product-price::before, .new .product-price::after {
	background: url(../images/svg/price-bg-new.svg) no-repeat 50% 50%;
}
.sale .product-price::before, .sale .product-price::after,
.spec .product-price::before, .spec .product-price::after {
	background: url(../images/svg/price-bg-sale.svg) no-repeat 50% 50%;
}
.product-price-old {
	font-size: 12px;
	line-height: 110%;
	text-decoration-line: line-through;
	color: #94959B;
}
.product-tag {
	font-size: 12px;
	line-height: 110%;	
}
.product-tag {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 0 5px;
	border-radius: 5px;
	line-height: 18px;
	font-weight: bold;
	z-index: 10;
}
.product-item-detail-slider-container .product-tag {
	left: 15.5px;
}
.new-tag {
	color: #fff;
	background: #5992E8;
}
.spec-tag {
	color: #fff;
	background: #FF9500;
}
.product-card-tag {
	font-size: 16px;
	line-height: 110%;	
	margin-bottom: 10px;
	margin-top: -10px;
}

/*basket-modal*/
.right-modal {
	position: fixed;
	z-index: 1001;
	right: -555px;
	top: 0;
	bottom: 0;
	border-radius: 0;
	width: 550px;
	background: #fff;
	transition: .3s;
}
.right-modal.show {
    right: 0;
}
.right-modal .basket-content-wrapper, .right-modal .basket-content {
	height: 100%;
}
.right-modal .button-close {
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: calc(50% - 12px);
    left: -48px;
    transition: transform 500ms ease 0s;
    display: none;
}
.right-modal.show .button-close {
    display: block;
}
.right-modal.show .button-close:hover {
    transform: scale(1.1) rotate(180deg);
}
.right-modal .modal-header {
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    justify-content: center;
	position: relative;
	border-bottom: 1px solid #dee2e6;
}
.right-modal .modal-header .modal-title, .right-modal .modal-header .close {
    display: none;
}
#likeModal .modal-header {
	border-bottom: none;
}
#likeModal .left {
	overflow: hidden;
}
#likeModal .wishlisted-btn {
	position: static;
	cursor: pointer;
}
#likeModal .ic {
	display: none;
}
#likeModal .in-cart .ic {
	display: inline;
}
#likeModal .in-cart .no-ic {
	display: none;
}
.right-modal .clear-basket {
    color: #999;
    display: flex;
    grid-gap: 10px;
    font-size: 14px;
    align-items: center;
	text-decoration: none;
}
.right-modal .clear-basket .icon {
    background: #909090 url(../images/svg/clear-basket.svg) no-repeat 50% 50%;
    border-radius: 50%;
    height: 26px;
    width: 26px;
}
@media (max-width: 999.98px) {
	.right-modal.show {
		right: 0;
		left: 0;
		width: 100%;
		transition: 0s;
	}
	.clear-basket span:last-child {
		display: none;
	}
	.right-modal .modal-header .close{
		display: block;
	}
	.right-modal .modal-header {
		justify-content: space-between;
	}
	.right-modal .modal-header .modal-title {
		display: block;
	}
	.right-modal h5 {
		font-weight: bold;
	}
	.right-modal .modal-header button.close, #basketModal2 button.close {
		position: absolute;
		left: 50%;
		top: 20px;
		transform: translateX(-50%);
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		width: 35px;
		min-width: 35px;
		line-height: 35px;
		height: 35px;
		border-radius: 100%;
		padding: 0;
	}
	#basketModal2 button.close {
		top: auto;
		bottom: 20px;
	}
}
.basket-overlay {
	display: none;
}	
.basket-overlay.show {
  display: block;
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
}

.btn-close {
	padding: 8px;

	border: 1px;
	border-radius: 50%;
	border-color: blue;
	width: 20px;
	height: 20px;
	background-color: lightgrey;
}
.modal-header {
	padding: 20px;
}
.basket-modal .modal-content {
	padding: 20px 0;
	background: #FFFFFF;
	border-radius: 20px;
}
.basket-modal .basket-header {
	padding: 0 20px 30px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.basket-modal .basket-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 110%;
	text-transform: uppercase;
	color: #000000;
}
.basket-content .basket-items {
	padding: 0 20px;
	max-height: 70%;
}
.basket-content .basket-items .item {
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 430px) {
	.basket-content .basket-items .item {
		flex-direction: column;
		align-items: flex-start!important;
		gap: 10px;
	}
}
.basket-content .basket-items .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.basket-content .basket-items .img-wrapper {
	position: relative;
	margin-right: 15px;
}
.basket-content .basket-items .img {
	width: 80px;
	min-width: 80px;
	height: 80px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
    align-items: center;
}
.basket-content .basket-items .img img {
	width: 100%;
}
.basket-item-in-stop {
	padding: 0 7px;
	position: absolute;
	right: 1px;
	bottom: -2.5px;

	background: #9F9F9F;
	border-radius: 8px;
	font-size: 12px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.5);
}
.basket-content .basket-items .info {
	padding-right: 5px;
}
.basket-content .basket-items .name {
	font-size: 18px;
	line-height: 110%;
	color: #000000;
	margin-bottom: 6px;
	
	max-height: 40px;
    display: -webkit-box;
    overflow: hidden;
	line-height: 20px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.basket-content .basket-items .product-price-wrapper {
	margin-bottom: 0;
}
.basket-content .basket-items .del-btn {
	display: block;
	width: 15px;
	height: 18px;
	background: url(../images/svg/del.svg);
}
.basket-count {
	width: 145px;
	height: 40px;

	background: #D21200;
	color: #fff;
	border-radius: 9px;
	position: relative;
}
.pi-card .basket-count {
	display: none;
}
.pi-card.in-cart .basket-count {
	display: flex;
}
.bx-catalog-element .basket-count {
	width: 260px;
	height: 50px;
}
@media (max-width: 767.98px) {
	.bx-catalog-element .basket-count {
		margin: 0 auto;
	}
	.buy-button-wrapper {
		text-align: center;
	}
	.bx-catalog-element h1 {
		margin-top: 20px;
	}
}
.basket-count .count {
	cursor: pointer;
}
.basket-count .action {
	min-width: 36px;
	height: 34px;	
}
.basket-count .minus {
	background: url(../images/svg/minus.svg) no-repeat 50% 50%;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.is-one .basket-count .minus {
	background: url(../images/svg/del-white.svg) no-repeat 50% 50%;
}
.basket-count .plus {
	background: url(../images/svg/plus.svg) no-repeat 50% 50%;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.basket-count .ai-input {
	position: absolute;
	width: 100%;
	top: -53px;
	z-index: 5;
	background: #fff;
    justify-content: center;
    align-items: center;
	color: #000;
    line-height: 50px;
	cursor: text;
	display: none;
}
.basket-content .basket-count .ai-input {
	top: 0px;
	left: -125px;
    line-height: 34px;
	height: 34px!important;
}
.basket-content .basket-count .ai-input input {
	line-height: 34px!important;
	height: 34px!important;
	position: relative;
	top: 4px;
}
.basket-count .ai-input input {
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 0;
}
.product-item .basket-count {
	width: 100%;
}
.product-item .basket-count, .product-item .basket-count .action {
	height: 33px;
}
.basket-count .count {
	width: 100%;
	text-align: center;
}
.basket-count .cnt {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 3px;
	line-height: 14px;
}
.bx-catalog-element .basket-count  .cnt {
	font-size: 16px;
	line-height: 16px;
}
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.bb-preloader {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #D21200;
	border-radius: 9px;
	display: none;
}
.bb-preloader:before {
	content: "";
	width: 20px;
    height: 20px;
    border-width: 2px;
    opacity: .7;
	border-style:solid;
	border-color: #fff;
	border-right-color:transparent;
	border-bottom-color:transparent;
	border-radius:50%;
	-webkit-animation:spinner .4s linear infinite;
	animation:spinner .4s linear infinite;
	
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
}
.loading .bb-preloader {
	display: block;
}
.block-preloader {
	position: absolute;
	z-index: 333;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 9px;
}
.block-preloader:before {
	content: "";
	width: 20px;
    height: 20px;
    border-width: 2px;
    opacity: .7;
	border-style:solid;
	border-color: #000;
	border-right-color:transparent;
	border-bottom-color:transparent;
	border-radius:50%;
	-webkit-animation:spinner .4s linear infinite;
	animation:spinner .4s linear infinite;
	
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
}
.basket-count .sum {
	font-size: 12px;
	line-height: 12px;
}
.basket-content .basket-footer {
	padding: 20px 20px 0 20px;
	margin-top: 20px;	
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.basket-content .basket-delivery, .basket-content .basket-wc, .basket-content .basket-sale {
	font-size: 20px;
	margin-bottom: 10px;
}
.basket-content .basket-wc {
	margin-bottom: 7px;
}
.basket-content .basket-total {
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	color: #000000;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
@media (max-width: 440px) {
	.basket-content .basket-delivery, .basket-content .basket-wc {
		font-size: 18px;
	}
	.basket-content .basket-total {
		font-size: 20px;
	}
}
@media (max-width: 400px) {
	.basket-content .basket-delivery, .basket-content .basket-wc {
		font-size: 14px;
	}
	.basket-content .basket-total {
		font-size: 16px;
	}
}
.basket-content .basket-total .sum {
	font-weight: 700;
}
.basket-content .checkout {
	background-color: #D21200!important;
	padding-right: 35px;
	position: relative;
	display: block;
}
.basket-content .checkout::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/svg/select-arrow-right-white.svg) no-repeat;
    background-size: 24px 24px;
    position: absolute;
    top: 6px;
    right: 5px;
}
.basket-content .empty-img {
	width: 100%;
	min-height: 300px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.basket-content .empty-img .img {
	width: 142px;
	height: 157px;
	margin-bottom: 10px;
	background: url(../images/empty_cart.png);
}
.basket-content .empty-img .empty-text {
	font-weight: bold;
}
.clear-cart-modal {
	transition: opacity 0.3s ease 0s;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.33);
	position: fixed;
	width: 100vw;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	overflow: auto;
	height: 100% !important;
}
.clear-cart-modal.show {
	opacity: 1;
	z-index: 1100;
}
.clear-cart-body {
	padding: 20px;
	background: #FFFFFF;
	border-radius: 20px;
	max-width: 350px;
	text-align: center;
}
.clear-cart-body .icon {
	width: 43px;
	height: 43px;
	background: #909090 url(../images/clearBasket.svg) no-repeat 50% 50%;
	border-radius: 100%;
	margin: 0 auto 20px auto;
}
.clear-cart-body .title {
	font-size: 16px;
	font-weight: bold;
}
.clear-cart-body .btn {
	margin-top: 20px;
}

/*block-expert*/
.block-main {
	position: relative;
	background: #F0F0F4;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 70px 0 65px;
	height: 361px;
	margin-bottom: 103px;
}
.block-main .text {
	width: 268px;

	font-size: 16px;
	line-height: 140%;
	color: #000000;
}
.block-main .text a {
	margin-top: 26px;
	width: 220px;
	line-height: 52px;
}
.block-main .title {
	font-weight: 700;
	font-size: 36px;
	line-height: 110%;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 19px;
}
.block-work {
	padding: 0 37px 0 81px;
}
@media (max-width: 1399.98px) {
	.block-expert {		
		padding: 0 35px 0 30px;
	}
	.block-work {
		padding: 0 30px 0 35px;
	}	
}
@media (max-width: 1199.98px) {
	.block-expert img, .block-work img {		
		width: 575px;
	}
}
@media (max-width: 991.98px) {
	.block-expert img, .block-work img {		
		width: 100%;
	}
	.block-main  {
		display: block;
		height: auto;
		margin-bottom: 40px;
		padding: 0 0 20px 0;
	}
	.block-main .title {
		margin-bottom: 10px;
	}
	.block-main  .img.desktop  {
		display: none;
	}
	.block-main  .img  {
		margin-bottom: 10px;
	}
	.block-main .title {
		font-size: 26px;
	}
	.block-main  .text {
		padding: 0 20px;
		width: 100%;
		font-size: 14px;
	}
	.block-main .text a {
		width: 130px;
		padding: 0 10px;
		line-height: 45px;
		margin: 10px 0 auto auto;
	}
	#popular {
		margin-bottom: 60px;
	}
}

.title-line {
	margin-bottom: 19px;
}
.title-line h1, .title-line h2  {
	margin: 0;
}
.title-line .cnt-items {
	font-size: 14px;
	margin-right: 10px;
}
.title-line .price-sort {
	line-height: 34px;
	padding: 0 17px;
	font-size: 13px;
	color: #000000!important;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}
.title-line .price-sort span {
	display: block;
	width: 14px;
	height: 12px;
	background: url(../images/svg/price-sort.svg);
}
.title-line .price-sort.asc span {
	-moz-transform:    scaleX(-1); /* Gecko */
	-o-transform:      scaleX(-1); /* Opera */
	-webkit-transform: scaleX(-1); /* Webkit */
	transform:         scaleX(-1); /* Standard */

	filter: FlipH;                 /* IE 6/7/8 */
}

@media (max-width: 600px) {
	.title-line {
		display: block!important;
	}
	.title-line .right {
		justify-content: space-between;
	}
}

main .search-form {
	display: none;
}

.search main {
	margin-top: 20px;
}

/*faq-block*/
.faq-block {
	margin-bottom: 23px;
}
.faq-item {
	padding: 16px 100px 16px 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	margin-bottom: 23px;
	position: relative;
	background: #F5F4F2;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item .title {
	font-size: 20px;
	color: #000000;
	cursor: pointer;
}
.faq-item .text {
	line-height: 140%;
	color: #000000;
	opacity: 0.8;
	overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 0;
}
.faq-item .text > :first-child {
	padding-top: 10px;
}
.faq-item.open {
	background: transparent;
}
.faq-item.open .text {
	max-height: 1000px;
    transition: max-height 0.3s ease-in;
}
.faq-item .arrow {
	width: 55px;
	height: 32px;
	background: url(../images/svg/arrow-grey.svg) no-repeat 50% 50%;
	position: absolute;
	right: 15px;
	top: 11px;
	z-index: 10;
	cursor: pointer;
}
.faq-item.open .arrow {
	transform: rotate(180deg);
}
.feedback-block {
	margin-bottom: 80px;
	display: flex;
	grid-gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}
.feedback-block .text {
	max-width: 869px;
}
.feedback-block .feedback-link {
	padding: 0 22px;
	line-height: 54px;
	background: #F5F4F2;
	border-radius: 11px;
	text-decoration: none;
}
.expert-link {
	display: flex;
	grid-gap: 7px;
	align-items: center;
	height: 31px;
}
.expert-link .img {
	width: 30px;
	height: 31px;
	display: flex;
	align-items: center;
}
.tusha-img {
	background: #F5F4F2;
	border-radius: 20px;
	padding: 27px 70px;
	margin-bottom: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	gap: 70px;
}
.tusha-img svg {
	height: 250px;
}
.tusha-dsc {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.tusha-img .cls-2 {
	fill: #F5F4F2!important;
}
.tusha-img .cls-1.active {
	fill: #D21200!important;
}
.tusha-img .cls-1.not-active, .product-tusha .cls-1.not-active {
	fill: #575656!important;
}
.tusha-parts {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 9px;
	margin-bottom: 50px;
}
@media (min-width: 450px) {
	.tusha-parts {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 768px) {
	.tusha-parts {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1200px) {	
	.tusha-parts {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 1400px) {	
	.tusha-img {
		display: block;
		padding: 27px;
	}
	.tusha-img svg {
		height: auto;
		max-height: 300px;
		margin-bottom: 10px;
	}
}
.tusha-parts a {
	padding: 0px 50px 0px 20px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	display: flex;
	width: 100%;
	text-decoration: none;
	align-items: center;
	position: relative;
}
.tusha-parts a::after {
	content: " ";
	width: 6px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	background: url(../images/svg/arrow-right.svg);
}
.tusha-parts a.active, .tusha-parts a:hover {
	border: 1px solid #D21200;
	color: #D21200;
}
.tusha-parts a.active::after, .tusha-parts a:hover::after {
	width: 30px;
	height: 30px;
	right: 10px;
	margin-top: -15px;
	background: url(../images/knife1.png) no-repeat;
	background-size: contain;
}
.tusha-products {
	position: relative;
}
.tusha-menu-mobile .expert-link {
	display: flex;
	gap: 10px;
	align-items: center;
	text-decoration: none;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
.tusha-menu-mobile .expert-link.bx-active {
	color: #D21200;
}
.tusha-menu-mobile .expert-link.bx-active .cls-1 {
    fill: #D21200!important;
}

.page-requisites .store {
	margin-bottom: 20px;
}

#auth {
	max-width: 500px;
	margin: 0 auto;
}
#auth .phone {
    font-size: 21px;
    letter-spacing: 5px;
}
.sign-in-sbid-state {
    max-width: 280px;
    margin: 0 auto;
}

.mm-carousel {
	position: relative;
	cursor: grab;
	user-select: none;
}
.mm-carousel .inner {
	overflow-x: auto;
}
.mm-carousel .mm-carousel-items {
	display: flex;
	gap: 14px;
	padding-bottom: 20px;
}
.mm-carousel.desktop .inner::-webkit-scrollbar {
	display: none;
}
.mm-carousel .nav button {
	width: 43px;
    height: 43px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -21.5px;
    outline: none;
}
.mm-carousel .nav button:disabled {
	opacity: 0.7;
}
.mm-carousel .nav button.prev {
	background: #FFFFFF url(../images/svg/arrow-slider.svg) no-repeat 50% 50%;
    transform: rotate(180deg);
    left: -22px;
}
.mm-carousel .nav button.next {
	background: #FFFFFF url(../images/svg/arrow-slider.svg) no-repeat 50% 50%;
    right: -22px;
}
@media (max-width: 600px) {
	.mm-carousel.desktop .inner::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: rgba(217, 217, 217, 0.5);
	}
	.mm-carousel.desktop .inner::-webkit-scrollbar {
		height: 5px;
		background-color: transparent;
		display: block;
	}
	.mm-carousel.desktop .inner::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: #757575;
	}
	.mm-carousel .nav button {
		display: none;
	}
}
.ya-share2 {
	display: inline-block;
	position: relative;
	top: -14px;
    margin-bottom: -11px;
}
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	background: #D21200!important;
}
/*slider-detail-modal*/
#slider-detail-modal {
	padding: 0!important;
}
#slider-detail-modal .close-button {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    top: 3px;
    right: -50px;
	width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 100%;
}
#slider-detail-modal .close-button button {
    background: none;
    outline: none;
    border: none;
    font-size: 32px;
}
@media (min-width: 1300px) {
	#slider-detail-modal .modal-dialog {
		max-width: 1200px;
	}
}
@media (min-width: 1000px) {
	#slider-detail-modal .modal-dialog {
		max-width: 900px;
	}
}
#slider-detail-modal .modal-content {
	border-radius: 20px;
}
#slider-detail-modal .text  {
    line-height: 18px;
}
#slider-detail-modal p  {
	margin-bottom: 7px;
}
#slider-detail-modal p:last-child {
	margin-bottom: 0;
}
#slider-detail-modal .modal-body  {
	padding: 0;
	overflow-y: auto;
}
#slider-detail-modal .modal-body .img img {
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#slider-detail-modal .modal-body .date {
	color: red;
	margin: 14px 0 -4px 0;
	padding: 0 15px;
}
#slider-detail-modal .modal-body .title {
	font-size: 30px;	
    font-weight: bold;
    line-height: 32px;
    margin: 14px 0;
	padding: 0 25px;
	color: #000;
}
#slider-detail-modal .modal-body .text {
	padding: 0 25px 25px 25px;
	line-height: 1.5;
}
@media (max-width: 700px) {
	#slider-detail-modal .close-button {
		right: 50%;
		margin-right: -22px;
		top: -60px;
	}
	#slider-detail-modal .modal-dialog, .modal-full .modal-dialog {
		max-width: 100%;
		margin: 0;
		min-width: 380px;
	}
	#slider-detail-modal .modal-content, .modal-full .modal-dialog .modal-content {
	    position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		width: 100%;		
		max-height: 85%;
		background: transparent;
	}
	#slider-detail-modal .modal-body, .modal-full .modal-dialog .modal-body {
		border-radius: 0;
		-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border: none;
		overflow: auto;
		background: #fff;
	}
	#slider-detail-modal .close-button {
		display: none;
	}
	#slider-detail-modal .line  {
		display: block;
		left: 0;
		right: 0;
		top: -10px;
		width: 57px;
		height: 4px;
		margin: 0 auto;
		content: "";
		opacity: 1.0;
		z-index: 2;
		position: absolute;
		border-radius: 2.5px;
		background-color: #FFF;
	}
}

.msg-menu {
	display: flex;
	gap: 10px;	
}
.msg-menu a {
    text-decoration: none;
    font-size: 14px;
	font-weight: normal;
    line-height: 18px;
	align-items: center;
}
.page-sitemap  {
	padding-bottom: 50px;
}
.page-sitemap a {
	display: block;
	line-height: 30px;
}
/*bottom-panel*/
#bottom-panel {
	position: fixed;
	z-index: 10;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 15px 15px 7px 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 20px 20px 0px 0px;
	box-shadow: rgb(30 31 33 / 12%) 0px 5px 25px;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	color: #fff;
}
#bottom-panel a {
	display: block;
	text-decoration: none;
}
#bottom-panel .home {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #F5F4F2 url(../images/svg/bottom-home.svg) no-repeat 50% 50%;
}
#bottom-panel .menu {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #F5F4F2 url(../images/search-menu.png) no-repeat 50% 50%;
	background-size: 24px;
	outline: none;
	border: none;
}
#bottom-panel .bottom-cart {
	padding: 8px 15px;
	width: 100%;
	height: 40px;
	background: #D21200;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
#bottom-panel .bottom-cart .icon {
	width: 11px;
	height: 12px;
	background: url(../images/svg/bottom-cart.svg);
}
#bottom-panel .bottom-cart .count {
	padding: 3px 5px;
	background: #9B0D00;
	border-radius: 4px;
}
#bottom-panel .bottom-cart .price {
	font-size: 14px;
}
#bottom-panel .bottom-cart .weight {
	font-weight: bold;
}
@media (max-width: 991.98px) {
	.header-bottom .icons .cart {
		display: none;
	}
	footer {
		padding-bottom: 75px;
	}
}
.status-modal {
	text-align: center;
}
.status-modal .modal-content {
	overflow: hidden;
	border-radius: 16px;
}
.status-modal .icon {
	width: 100px;
	height: 100px;
	margin: 30px auto;
	border-radius: 10px;
}
.status-modal .title {
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
}
.status-modal .text {
	color: #888;
	padding: 0 15px;
	margin-bottom: 20px;
}
.status-modal button {
	border: none;
	outline: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}
#adv-modal .title {
	padding: 10px;
}
#adv-modal .img {
	max-width: 300px;
	margin: 10px auto;
	overflow: hidden;
	border-radius: 16px;
}
#adv-modal .modal-dialog {
	max-width: 700px;
}
#adv-modal  button {
	background: #D21200;	
}
#adv-modal i {
	color: #D21200;
}

.city-selector {
    color: #D21200;
	cursor: pointer;
}

#channels {
	background: linear-gradient(90deg, #7d0c01 0%, #D21200 100%);
    border-radius: 20px;
	padding: 20px;
	margin-top: 20px;
	color: #fff;
	gap: 10px;
}
#channels .text {
	text-align: center;
	font-weight: bold;
}
#channels span {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}
#channels .links {
	display: flex;
	gap: 10px;
}
#channels .links a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	gap: 5px;
}
#channels .links a  img {
	min-width: 40px;
}
#channels .desktop {
	display: block;
}
#channels .mobile {
	display: none;
}
@media (max-width: 768px) {
	#channels .desktop {
		display: none;
	}
	#channels .mobile {
		display: block;
	}
	#channels {
		font-size: 12px;
	}
	#channels span {
		font-size: 14px;
		margin-bottom: 0px;
	}
	#channels .icon {
		width: 40px;
	}
}
.btn-add-to-cart {
	height: 33px;
	font-size: 14px;
	line-height: 110%;
	color: #FFFFFF;
	text-align: center;
	background: #D21200;
	border: none;
	border-radius: 9px;
	outline: none;
	width: 100%
}
.btn-add-to-cart.disabled {
	background: #e2e3e8;	
}
#likeModal .btn-add-to-cart {
	height: 23px;
	width: auto;
}
#likeModal .in-cart .btn-add-to-cart {
	background: #e2e3e8;	
}