*,*:focus,*:hover{outline:none !important;}
.cat-sort > a{
	text-decoration: none;
	white-space: nowrap;
	color: #888888;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	padding: 0;
	border-bottom: 1px dashed #888;
}
a.selected{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	pointer-events: none;
	border-bottom: none;
}
.cat-subs{
	position: relative;
	margin-bottom: 15px;
}
.cat-top-links, .cat-bottom-links {
	display: flex;
	flex-wrap: nowrap;
	padding-right: 85px;
  	overflow-y: hidden;
	overflow-x: auto;
	transition: overflow-x 0.3s ease;
	align-items: flex-start;
}
.cat-top-links a:hover, .cat-top-links a:focus {
	color: #f17e00;
}
.cat-subs .open {
	flex-wrap: wrap;
	padding-right: 20px;
	min-height: 105px;
}
.cat-subs button{
	border: none;
	background-color: #F8F8F8;
	padding: 4px 8px;
	position: absolute;
	top: calc(50% - 5px);
	right: -1px;
	height: 100%;
	width: auto;
  	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
}
.cat-subs button.vert{
	top: -24px;
	transform: rotate(-90deg);
	transform-origin: right bottom;
	width: auto;
	height: auto;
	padding: 2px 14px;
	background-color: #f4e3d4;
}
.cat-subs button>span {
	color: #F2830A;
	white-space: nowrap;
	border-bottom: 1px dashed;
}
.cat-subs button.vert span{border: none;}
.cat-list-table button{
	padding: 2px;
	background-color: #EF7F1A26;
}
.cat-list-table button.active{
	border: 1px solid #F2830A;
	background-color: #fff;
}
.cat-list-table svg {
	fill: #F2830A;
}
.cat-top-links a, .cat-bottom-links a{
	text-decoration: none;
	border: 1px solid #F2830A;
  	padding: 5px 15px 6px;
  	font-style: normal;
  	font-size: 16px;
  	color: #797979;
  	background: #F8F8F8;
  	border-radius: 50px;
  	white-space: nowrap;
	margin-bottom: 10px;
 	margin-right: 20px;
}

.featured, .venues {
  	position: relative;
  	overflow-x: hidden;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-inactive-color: #ddd;
	--swiper-pagination-bullet-height: 12px;
	--swiper-pagination-bullet-width: 12px;
	--swiper-pagination-right: 12px;
	--swiper-pagination-bullet-horizontal-gap: 6px;
}

.featured .swiper-pagination {
    position: unset;
}

.category-products, .partner-products, .search-products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	width: 100%;
}

.product-thumb, .solutions .product-thumb {
    border-radius: 16px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-thumb img.position-absolute{
	left: 6px;
	top: 6px;
	width: 39px;
	cursor: pointer;
}
.image:hover .stop-list-modal {
    opacity: 1;
    z-index: 1;
}
.stop-list-modal {
	left: 50px;
    top: 10px;
	width: 74%;
    padding: 10px 16px;
    box-shadow: 4px 15px 30px rgb(0 0 0 / 8%);
    border-radius: 12px;
    opacity: 0;
    z-index: -1;
    transition: ease 0.2s;
}

.product-thumb .image a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-thumb .caption {
    padding: 12px 8px 0;
    flex-grow: 1;
}

.product-thumb a {
	text-decoration: none;
	color: #000;
}

.product-thumb a:hover {
	color: var(--orange);
	fill: var(--orange);
	cursor: pointer;
}

.product-thumb h4, .product-title {
	font-size: 14px;
	font-weight: 700;
	margin: 10px 10px 10px 0;
}
.solutions .product-title{margin: 0;}
.solutions .category-price{height: 35px;}
.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 5px;
	font-size: 14px;
	white-space: nowrap;
}

.product-thumb .category-btn {
	padding: 0 8px 12px;
}

.category-price {
	font-size: 14px;
	display: flex;
    align-items: center;
	white-space: nowrap;
    justify-content: space-between;
}

.category-btn.in-cart .ptn__ctrls {
	display: flex;
}

.category-btn .add-cart, .ptn__opts.ptn-opts-open .ptn__opt-item {
	display: block;
}

.ptn__opt-item span {
	display: inline-block;
    padding: 1px 5px;
    border-radius: 4px;
    margin-left: 3px;
}

.category-btn .ptn__ctrls, .in-cart .add-cart, .ptn__opts .ptn__opt-item {
	display: none;
}

.ptn__opt-default {
	padding: 0 7px;
}

.c-pointer {
	cursor: pointer;
}

.ptn__opt-item.ptn-opt-sltd span {
    background-color: var(--gray);
    color: var(--dark-gray);
}

.text-qty {
	color: var(--orange);
	border-top: 2px solid var(--gray);
    border-bottom: 2px solid var(--gray);
	padding: 7.5px 0px;
	font-size: 16px;
}

.product-thumb button {
    padding: 9px 12px;
    background: var(--orange);
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 12px;
    width: 100%;
}

.product-thumb button.w-100:hover {
    background-color: var(--green);
}

.cc-flex-row {
    display: flex; 
    justify-content: space-between;
    align-items: center;
	position: relative;
}

.ptn__unit{
	min-height: 20px;
}

.ptn__opts {
    border: 1px solid var(--orange);
    border-radius: 8px;
    padding: 3px 1px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: -6px;
	background-color: var(--white);
	user-select: none;
}

.menu-type .current {
	color: var(--orange);
}

.ptn__stickers {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 5px 10px;
    color: var(--white);
	display: flex;
	flex-wrap: wrap-reverse;
}

[class*='ptn__sticker-'] {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    word-wrap: break-word;
    letter-spacing: 1px;
    background-color: var(--dark-gray2);
    font-size: 12px;
    font-weight: 700;
}

.ptn__sticker-percent {
	background-color: var(--orange);
}

.featured a.btn-primary,.venues a.btn-primary {
    background-color: white;
    border: 2px solid var(--green);
    color: var(--green);
}

.featured a.btn-primary:hover, .featured a.btn-primary:focus,
.venues a.btn-primary:hover, .venues a.btn-primary:focus {
    background-color: white;
    border: 2px solid var(--orange);
    color: var(--orange);
}

.category-btn button.btn-minus {
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	padding: 7.5px 12px;
    width: 30%;
    background: none;
    color: var(--orange);
    border: 2px solid var(--gray);
}
.category-btn button.btn-plus {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 7.5px 12px;
	width: 30%;
    background: none;
    color: var(--green);
    border: 2px solid var(--gray);
}
.tags .swiper-slide{display: flex; justify-content: center;}
.tags a.nav-link { color: var(--green); padding: 3px 5px 3px 0; font-size: 16px;}
.tags a.nav-link:hover { color: var(--orange);}
.tags h3{text-decoration: underline; color: #666;}
.consultation .youtube {background-position: center;}
.solutions {background-color: #EFEFEF;}
.solutions > div {overflow-x: clip}
.solutions .swiper-button-next,.solutions .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset, 2px);top: var(--swiper-navigation-top-offset, 45%);}
.solutions .swiper-button-prev,.solutions .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset, 2px);top: var(--swiper-navigation-top-offset, 45%);}
.solutions .ptn__stickers {display: none;}
.solutions-products .image img{border-radius: 12px;}
.solutions-products .text-qty {padding: 6px 0;}
.solutions .category-btn button.btn-minus,.solutions .category-btn button.btn-plus{font-size: 13px; padding: 6px 9px;}
.solutions .product-thumb .add-cart{font-size: 13px; padding: 8px 9px;}
.solutions-products .product-thumb, .solutions .product-thumb:hover {background: none !important;}
.solutions .category-btn{padding: 0 0 12px 0;}
.btn-solutions {
	--bs-btn-color: var(--green);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: var(--green);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--green);
	--bs-btn-hover-border-color: var(--green);
	--bs-btn-focus-shadow-rgb: 60, 153, 110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--green);
	--bs-btn-active-border-color: var(--green);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--green);
	--bs-btn-disabled-border-color: var(--green);
}
.solution-title{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.solutions .btn{border: 1px solid var(--green);border-radius: 6px;}
.solutions .category-price, .solutions .price-new{ font-size: 14px;}
.solutions .price-old {font-size: 10px;font-weight: 700;}
.solutions .product-title {overflow: hidden;max-height: 45px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.solutions .caption {padding: 12px 0 0 0;}
.cat-sort{display: flex; justify-content: end;}
.cat-sort a.dropdown-toggle{text-decoration: none; color: #6F6F6F; font-size: 14px;font-weight: 700;border: none;}
.cat-sort .dropdown-menu {padding: 5px; background: #eee;}
.cat-sort a.dropdown-item{border: none;}
.cat-sort .dropdown-item.active, .cat-sort .dropdown-item:active{
	color: #eee;
	background-color: var(--orange);
}
.fa {
    display: inline-block;
    font-size: 1.25em;
    line-height: 1;
    vertical-align: middle;
}

.fa-angle-down::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #909090;
}
.fa-angle-up::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #909090;
}
.category-price .price, .category-price .price-new {color: rgb(43, 42, 41); font-weight: 700;}
.category-price .price-new, .category-price .price > span{vertical-align: bottom;}
.category-price .price-new {flex-shrink: 0;}
.category-price .price-old {flex-shrink: 1; min-width: 0;overflow: hidden;text-overflow: ellipsis;}
.solutions .swiper-button-next, .solutions .swiper-button-prev {display: none !important;}
#input-limit {
	background-color: #EF7F1A26;
	color: var(--orange);
	border-radius: 6px;
	border: none;
	padding: 4px 10px 4px 3px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	width: 100%;
	outline:0px;
	overflow: hidden;
	scroll-behavior: smooth;
	border: 1px solid var(--orange) !important;
}
select#input-limit::-ms-expand {display: none;}
#input-limit-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}
#input-limit-wrapper::after {
	content: '\25BE';
	font-size: 14px;
	color: var(--orange);
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	pointer-events: none;
}
select#input-limit > option {
	background-color: #EF7F1A26;
	color: var(--orange);
	text-align: center;;
	outline:none;
}
  
#input-limit option:checked, #input-limit option:focus {
	background-color: var(--orange);
	color: white;
	outline:none;
}
select#input-limit:focus{outline: none;}
select#input-limit option:hover{
	background-color: #666 !important;
	color: var(--orange) !important;
}
/* фильтр */
#column-left.overlay-filter {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	overflow: auto;
	padding-top: 60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#column-left .filter-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: #f9f9f9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	z-index: 1060;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	
}

#column-left .filter-header button {
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
}
.filter-apply-btn {
	background-color: #F2830A;
	color: white;
	width: 100%;
	padding: 15px 20px;
	border-radius: 12px;
	border: none;
	font-size: 16px;
}
#content-products{position: relative;}
@media (min-width: 480px) {
	.solutions .swiper-scrollbar {display: none;}
	.solutions .price-old {font-size: 12px;}
	.solutions .category-price, .solutions .price-new{ font-size: 15px;}
	.ptn__unit{margin-left: 0px;}
	.ptn__opts {margin-right: 0px;}
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
	.solutions .swiper-button-next,.solutions .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset,-20px);}
	.solutions .swiper-button-prev,.solutions .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset,-20px);}
	.cat-top-links, .cat-bottom-links {overflow: hidden;}
	.tags .swiper-slide{display: flex; justify-content: flex-start;}
	.solutions .product-thumb button{font-size: 12px; padding: 8px;}
  	.category-products {grid-template-columns: repeat(3, 1fr); grid-column-gap: 20px; grid-row-gap: 20px;}
  	.wishlist > .category-products {grid-template-columns: repeat(4, 1fr); grid-column-gap: 20px; grid-row-gap: 20px;}
	.partner-products, .search-products {grid-template-columns: repeat(3, 1fr); grid-column-gap: 20px; grid-row-gap: 20px;}
	
	.swiper-slide.product-thumb {
		transition: transform 0.5s ease, box-shadow 0.3s ease;
	}

	.category-price {
		font-size: 16px;
		font-weight: 700;
		color: #000;
		font-size: 24px;
	}

	.product-thumb .caption {
		padding: 12px 12px 0;
	}

	.product-thumb .category-btn {
		padding: 0 12px 12px;
	}

	.solutions .product-thumb .category-btn {
		padding: 0 3px 12px;
	}

  	.product-thumb button {
		padding: 12px;
		font-size: 16px;
  	}

	.text-qty {
		padding: 10.4px 0px;
	}
	.category-btn button.btn-minus,.category-btn button.btn-plus {
		padding: 10.4px 14px;
	}
}
@media (min-width: 1024px) {
	.filter-apply-btn{display: none;}
	.cat-sort{justify-content: start;}
	.solutions .swiper-button-next, .solutions .swiper-button-prev {display: flex !important;}
	.category-btn button.btn-minus {width: 20%;}
	.category-btn button.btn-plus {width: 20%;}
	.d-1024-block{display: block;}
}
@media (min-width: 1200px) {
	.solutions .product-thumb .add-cart{padding: 7px 9px;}
	.partner-products, .search-products {grid-template-columns: repeat(4, 1fr);}
}
@media (min-width: 1400px) {
}
@media (min-width: 1850px) {
	.category-products {grid-template-columns: repeat(4, 1fr);}
	.wishlist > .category-products {grid-template-columns: repeat(5, 1fr);}
	.partner-products, .search-products {grid-template-columns: repeat(6, 1fr);}
}
@media (max-width: 360px) {
	.category-products .category-price, .category-products .price-new{ font-size: 14px;}
	.category-products .price-old {font-size: 12px;}
	.category-products .category-btn, .search-products  .category-btn{font-size:12px;}
}
@media (max-width: 1024px) {
	.links_show_all {display:none;}
}