


/* Start:/bitrix/components/shop24/own.catalog.filter/templates/.default/style.css*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url('/bitrix/components/shop24/own.catalog.filter/templates/.default/images/left_menu_bg.gif') top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}

ul.filter-menu li.disabled a ,
ul.filter-menu li.disabled span {
	color:#D0CDCD;
	cursor: default;
}

.left-menu-show-hide.btn,
.left-menu-show-hide.btn:hover,
.left-menu-show-hide.btn:focus {
	display: inline;
	color: #257ce1;
	font-size: 14px;
	background: none;
	box-shadow: none;
	line-height: 1.4;
	padding: 0;
}

.left-menu-show-hide.btn.open {
	margin-top: 24px;
}

.filter-fixed-wrap {
	display: none;
	z-index: 99999;
	position: fixed;
	width: 235px;
	height: 88px;
	justify-content: initial;
	align-items: initial;
	backface-visibility: hidden;
	left: calc(50% - 415px);
	right: auto;
	transform: translateZ(0px) scale(1, 1) translateY(-35%);
}

.filter-fixed-content {
	position: relative;
}

.filter-fixed-button {
	border: none;
	background: transparent;
	outline: none;
	/*margin: 0 0 0 11px;*/
	color: #ffffff;
	width: 221px;
	position: relative;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	background: #007ede;
	padding: 22px 0;
	font: 700 13px/1.2 'Montserrat', sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.filter-fixed-button:hover,
.filter-fixed-button:checked,
.filter-fixed-button:active,
.filter-fixed-button:visited{
	color: #ffffff;
}

.triangle-left {
	position: absolute;
	top: 17px;
	left: -14px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 16px solid #007ede;
	border-bottom: 13px solid transparent;
}

@media (max-width: 1450px) {
	.filter-fixed-wrap {
		left: 300px;
	}
}

@media (max-width: 1200px) {
	.filter-fixed-wrap {
		left: calc(53% - 232px);

	}
}

@media (max-width: 1100px) {
	.filter-fixed-wrap {
		left: calc(51% - 232px);

	}
}

@media (max-width: 1000px) {
	.filter-fixed-wrap {
		left: calc(50% - 232px);

	}
}

@media (max-width: 992px) {
	.filter-fixed-wrap {
		display: none;
	}
}
/* End */



/* Start:/bitrix/components/shop24/own.catalog.list/templates/new/style.css*/
#catalogList {
	position: relative;
}

#catalogPreloader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/new/img/overlay.png);
	z-index: 100;
}

.deliveryTruck {
	width: 132px;
	height: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/img/free_delivery.png) no-repeat;
	background-size: contain;
}
/* End */
/* /bitrix/components/shop24/own.catalog.filter/templates/.default/style.css */
/* /bitrix/components/shop24/own.catalog.list/templates/new/style.css */
