
.brands-detail{
	margin-top: -40px;
}

/***TABS***/
.brands-detail-tabs-container{
	width: 100vw;
	margin-left: -moz-calc((100vw - 100%) / -2);
	margin-left: -webkit-calc((100vw  - 100%) / -2);
	margin-left: calc((100vw - 100%) / -2);
	background: #f1f6f7;
}

.slide-menu-option-1-active .brands-detail-tabs-container{
	width: -moz-calc(100vw - 324px);
	width: -webkit-calc(100vw - 324px);
	width: calc(100vw - 324px);
	margin-left: -moz-calc((100vw - 324px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 324px - 100%) / -2);
	margin-left: calc((100vw - 324px - 100%) / -2);
}

.slide-menu-option-2 .brands-detail-tabs-container{
	width: -moz-calc(100vw - 72px);
	width: -webkit-calc(100vw - 72px);
	width: calc(100vw - 72px);
	margin-left: -moz-calc((100vw - 72px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 72px - 100%) / -2);
	margin-left: calc((100vw - 72px - 100%) / -2);
}

.page-container .brands-detail-tabs-container,
.slide-menu-option-1-active .page-container .brands-detail-tabs-container,
.slide-menu-option-2 .page-container .brands-detail-tabs-container{
	width: auto;
	margin-left: -61px;
	margin-right: -61px;
}

.brands-detail-tabs-block.fixed{		
	position: fixed;
	left: 0;
	right: 0;	
	-webkit-box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	-moz-box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	background-color: #f1f6f7;
	z-index: 203;
}

.slide-menu-option-1-active .brands-detail-tabs-block.fixed{
	left: 324px;
}

.slide-menu-option-2 .brands-detail-tabs-block.fixed{
	left: 72px;
}

.brands-detail-tabs-scroll{	
	width: 1176px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;		
}

.brands-detail-tabs-scroll .owl-prev,
.brands-detail-tabs-scroll .owl-next{
	width: 64px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 200;
	cursor: pointer;
}

.brands-detail-tabs-block.fixed .brands-detail-tabs-scroll .owl-prev,
.brands-detail-tabs-block.fixed .brands-detail-tabs-scroll .owl-next{	
	z-index: 202;	
}

.brands-detail-tabs-scroll .owl-prev.disabled,
.brands-detail-tabs-scroll .owl-next.disabled{
	display: none;
}

.brands-detail-tabs-scroll .owl-prev{	
	left: 0;
	background: -moz-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: -webkit-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: linear-gradient(to left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f6f7', endColorstr='#00f1f6f7', GradientType=1);
}

.brands-detail-tabs-scroll .owl-next{	
	align-items: flex-end;
	right: 0;
	background: -moz-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: -webkit-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: linear-gradient(to right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='#f1f6f7', GradientType=1);
}

.brands-detail-tabs-scroll .owl-prev i,
.brands-detail-tabs-scroll .owl-next i{	
	font-size: 16px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .brands-detail-tabs-scroll .owl-prev:hover i,
.bx-touch .brands-detail-tabs-scroll .owl-prev:active i,
.bx-no-touch .brands-detail-tabs-scroll .owl-next:hover i,
.bx-touch .brands-detail-tabs-scroll .owl-next:active i{
	color: #6639b6;
}

.brands-detail-tabs-list{	
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.brands-detail-tabs-list:after{	
	display: table;
	clear: both;
	content: "";
}

.brands-detail-tab{
	height: 56px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px;
	position: relative;			
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .brands-detail-tab:hover,
.bx-touch .brands-detail-tab:active{
	color: #6639b6;
}

.brands-detail-tab:after{	
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #6639b6;
}

.brands-detail-tab.active:after{
	height: 2px;
}

.brands-detail-tab > span{	
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #6e858a;
	line-height: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #d0e0e3;
}

/***ITEM***/
.brands-item-detail{
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
	flex-wrap:wrap;
}

.brands-item-detail-preview-text{
	margin-right: 24px;
	max-width:580px;
}

.brands-item-detail-item{
	width: 278px;
	min-width: 278px;
	height: 141px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
	position: relative;
	border: 1px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/***ITEM_IMAGE***/
.brands-item-detail-item-image{
	width: 212px;
	height: 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.brands-item-detail-item-image > img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 56px;
}

/***ITEM_MARKERS***/
.brands-item-detail-item-markers{	
	position: absolute;
	left: 12px;
	right: 12px;
	top: 12px;
	z-index: 200;
}

.brands-item-detail-item-marker-container{
	max-width: 100%;
	float: left;
	clear: left;
}

.brands-item-detail-item-marker-container + .brands-item-detail-item-marker-container{
	margin-top: 4px;
}

.brands-item-detail-item-marker{	
	display: flex;
	align-items: center;	
	padding: 9px 12px 8px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}

.brands-item-detail-item-marker-14px{
	padding-top: 6px;
	padding-bottom: 5px;
}

.brands-item-detail-item-marker-24px{
	padding-top: 7px;
	padding-bottom: 6px;
}

.brands-item-detail-item-marker > i{
	margin-right: 7px;
	font-size: 18px;
	color: #fff;
}

.brands-item-detail-item-marker-14px > i{
	font-size: 14px;
}

.brands-item-detail-item-marker-24px > i{
	font-size: 24px;
}

.brands-item-detail-item-marker > span{
	overflow: hidden;	
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brands-item-detail-item-marker-14px > span{
	font-size: 14px;
	line-height: 17px;
}

.brands-item-detail-item-marker-24px > span{
	font-size: 24px;
	line-height: 29px;
}

/***ITEM_TEXT***/
.brands-item-detail-item-text{
	width: 100%;
	margin-top: 24px;
	font-size: 14px;
	line-height: 17px;
	color: #8ea6ab;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/***COLLECTIONS***/
/***PRODUCTS***/
/***DETAIL_TEXT***/
.brands-detail-collections-container,
.brands-detail-products-container,
.brands-detail-detail-text{
	margin-top: 46px;
}

.brands-detail-collections{
	margin-top: 14px;
}

/***LINKS***/
.brands-detail-sections-links{
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-bottom: 32px;	
}

.brands-detail-section-link{
    margin-left: 6px;
    margin-top: 6px;
    /* padding: 9px 8px 8px; */
    white-space: nowrap;
    /* border: 2px solid #f0f0f0; */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    display: block;
    width: 100%;
    font-size: 13px;

    font-weight: 600;
    color: #313130;
}

.bx-no-touch .brands-detail-section-link:hover,
.bx-touch .brands-detail-section-link:active{
	border-color: #e01f2e;
	text-decoration:none;
}

.brands-detail-section-link.active,
.bx-no-touch .brands-detail-section-link.active:hover,
.bx-touch .brands-detail-section-link.active:active{
	border-color: #e01f2e;
}

.brands-detail-section-link > span{	
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -2px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #6e858a;
	line-height: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #d0e0e3;
}

.brands-detail-section-link.active > span,
.bx-no-touch .brands-detail-section-link.active:hover > span,
.bx-touch .brands-detail-section-link.active:active > span{
	color: #fff;
	background: #8ea6ab;
}

/***PHONES***/
@media(max-width: 991px){
	.brands-detail{
		margin-top: 2px;
	}

	/***TABS***/
	.brands-detail-tabs-container,	
	.slide-menu-option-1-active .brands-detail-tabs-container,
	.slide-menu-option-2 .brands-detail-tabs-container,
	.page-container .brands-detail-tabs-container,	
	.slide-menu-option-1-active .page-container .brands-detail-tabs-container,
	.slide-menu-option-2 .page-container .brands-detail-tabs-container{
		width: unset;
		margin: 0 -18px;
	}

	.slide-menu-option-2 .brands-detail-tabs-block.fixed,
	.slide-menu-option-1-active .brands-detail-tabs-block.fixed{
		left: 0;
	}
	
	.brands-detail-tabs-scroll{	
		width: unset;
		margin: 0;
	}

	.brands-detail-tabs-scroll .owl-prev{
		padding-left: 18px;
	}
	
	.brands-detail-tabs-scroll .owl-next{
		padding-right: 18px;
	}

	/***ITEM***/
	.brands-item-detail{
		flex-direction: column-reverse;
		justify-content: flex-start;
		margin-top: 18px;
	}

	.brands-item-detail-preview-text{
		order: 1;
		margin-right: 0;
		margin-top: 14px;
		max-width:580px;
	}

	.brands-item-detail-item{
		width: unset;
		min-width: unset;
		padding: 0 18px;
	}

	/***ITEM_IMAGE***/
	.brands-item-detail-item-image{
		width: unset;
	}

	/***COLLECTIONS***/
	/***PRODUCTS***/
	/***DETAIL_TEXT***/
	.brands-detail-collections-container,
	.brands-detail-products-container,
	.brands-detail-detail-text{
		margin-top: 14px;
	}

	.brands-detail-collections{
		margin: 0;
	}

	/***LINKS***/
	.brands-detail-sections-links{
		margin-top: -6px;
		margin-bottom: 18px;	
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 992px) and (max-width: 1042px){
	/***TABS***/
	.slide-menu-option-1-active .brands-detail-tabs-container{
		width: 100vw;
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}

	.slide-menu-option-2 .brands-detail-tabs-container{
		width: 100vw;
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}

	.page-container .brands-detail-tabs-container,	
	.slide-menu-option-1-active .page-container .brands-detail-tabs-container,
	.slide-menu-option-2 .page-container .brands-detail-tabs-container{
		margin-left: -23px;
		margin-right: -23px;
	}

	.slide-menu-option-1-active .brands-detail-tabs-block.fixed{
		left: 0;
	}
	
	.slide-menu-option-2 .brands-detail-tabs-block.fixed{
		left: 0;
	}

	.brands-detail-tabs-scroll{	
		width: 946px;
	}
}

@media(min-width: 1043px) and (max-width: 1271px){
	/***TABS***/
	.slide-menu-option-1-active .brands-detail-tabs-container{
		width: 100vw;
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}

	.page-container .brands-detail-tabs-container,	
	.slide-menu-option-1-active .page-container .brands-detail-tabs-container,
	.slide-menu-option-2 .page-container .brands-detail-tabs-container{
		margin-left: -23px;
		margin-right: -23px;
	}

	.slide-menu-option-1-active .brands-detail-tabs-block.fixed{
		left: 0;
	}

	.brands-detail-tabs-scroll{	
		width: 946px;
	}
}

@media(min-width: 1272px) and (max-width: 1545px){
	/***TABS***/
	.slide-menu-option-1-active .brands-detail-tabs-container{
		width: 100vw;
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}

	.slide-menu-option-1-active .brands-detail-tabs-block.fixed{
		left: 0;
	}
}
.catalog-section{
	display:flex;
	flex-wrap:wrap;
}
.product-item-col {
    width: 25%;
}

@media(max-width:768px){
.product-item-col {
    width:100%;
}	
}
/*! nouislider - 14.6.0 - 6/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 23px;
  height: 23px;
  right: -11.5px;
  top: -10px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  height: 4px;
  background-color: #eaeaea;
  margin: 0px 11px 50px;
  position: relative; }
  .noUi-target::before, .noUi-target::after {
    content: "";
    background-color: #eaeaea;
    width: 11px;
    height: 4px;
    position: absolute;
    top: 0; }
  .noUi-target::before {
    left: -10px; }
  .noUi-target::after {
    right: -10px; }

.noUi-connect {
  background-color: #ffcda5; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #f68038;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: default; }
  .noUi-handle::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #f68038; }

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc; }

.noUi-marker-sub {
  background: #aaa; }

.noUi-marker-large {
  background: #aaa; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -22px; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px; }

.tp-banner {
  max-width: 1415px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
  margin-top: 25px; }
  .tp-banner img {
    max-width: 100%; }

.cataloglist-inn {
  padding: 0 22px; }

.bread {
	 margin-top: 20px;
  margin-bottom: 0px; }

.catalog {
  margin-top: -7px; }



.filter-share {
  background-image: url("/local/templates/fplace/img/iconf_share.png");
  background-repeat: no-repeat;
  background-position: left top;
  width: 20px;
  height: 20px;
  display: block; }

.filter-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -11px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px; }

.filter-open {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  color: #313130;
  font-size: 14px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .filter-open:hover {
    text-decoration: none; }
  .filter-open.enable .filter-open-span {
    border: 2px solid #e01f2e;
    margin-left: 26px; }
    .filter-open.enable .filter-open-span:before {
      content: "";
      display: block;
      width: 28px;
      height: 2px;
      background-color: #e01f2e;
      -webkit-transform: translate(-100%, 0);
          -ms-transform: translate(-100%, 0);
              transform: translate(-100%, 0); }

.filter-open-span {
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #dddddd;
  margin-left: 10px; }
  .filter-open-span:before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #DDD;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0); }

.filter-right {
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.sort-ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 5px; }

.sort-li {
  margin-left: 19px;
  line-height: 1; }

.sort-a {
  font-weight: 300;
  color: #e01f2e;
  font-size: 14px; }
  .sort-a.active {
    font-weight: 600;
    color: #313130; }

.catalog-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px; }

.catalog-col-l {
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s; }
  .catalog-col-l.show {
    width: 270px;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-right: 28px;
    opacity: 1;
    visibility: visible; }

.catalog-col-r {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.catalog-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative; }
  .catalog-items:before {
    content: "";
    display: block;
    width: 1px;
    background-color: #eaeaea;
    height: calc(100% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .catalog-items:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #FFF;
    content: "";
    z-index: 11;
    display: block; }

.catalog-item {
  width: 25%;
  margin-bottom: 20px;

  position: relative;
  background-color: #FFF; }
  /*.catalog-item:nth-child(25) {
    display: none; }*/


@media (min-width: 1200px) {
  .catalog-item:hover {
    cursor: pointer; }
    .catalog-item:hover .sproduct-hide {
		width:100%;
      opacity: 1;
      visibility: visible;
      height: auto; } }

.catalog-col-r-full .catalog-item {
  width: 20%;
  margin-bottom: 20px; }
  .catalog-col-r-full .catalog-item:after {
    bottom: -18px; }
  .catalog-col-r-full .catalog-item:nth-child(25) {
    display: block; }

.catalog-col-r-full .catalog-items:before {
  display: none; }

.sproduct-cont-1 {
  padding: 0 25px 0px 25px; }

.sproduct-cont-2 {
  padding: 0 25px 1px 25px; }

.sproduct-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  margin-bottom: 20px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
/*overflow:hidden;*/
  }

.sproduct-sale {
  width: 32px;
  height: 32px;
  background-color: #e01f2e;
  border-radius: 50%;
  overflow: hidden;
  font-weight: 600;
  color: white;
  font-size: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px; }
  .sproduct-sale:hover {
    color: #FFF;
    text-decoration: none; }
  .sproduct-sale:empty {
    display: none; }

.sproduct-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0px;
  top: 0px; }

.sproduct-actions .icon-weight-scale, .sproduct-actions .icon-favourite{
	fill:#dadada !important;
  width: 24px;
  height: 19px;
  display: block; 	
}
.sproduct-actions .icon-weight-scale.active, .sproduct-actions .icon-favourite.active, .sproduct-compare.active svg{
	fill:#e01f2e !important;
}
.sproduct-compare svg{
 /*background-image: url("/local/templates/fplace/img/weight_icon.png");*/
  background-repeat: no-repeat;
  background-position: left top;
  width: 24px;
  height: 19px;
  display: block; }

.sproduct-like {
  /*background-image: url("/local/templates/fplace/img/like_icon.png");*/
  background-repeat: no-repeat;
  background-position: left top;
  width: 24px;
  height: 19px;
  display: block;
  margin-left: 13px; }

.sproduct-title {
  font-weight: 600;
  color: #313130;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 11px;
  display: block; 
  height:57px;
  overflow:hidden;
  padding-top:2px;
  }

.sproduct-pay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  color: black;
  font-size: 13px;
  min-height: 20px;
  line-height: 1; }

.sproduct-pay-info {
  display: block;
  background-image: url("/local/templates/fplace/img/help-icon.png");
  background-repeat: no-repeat;
  background-position: left top;
  width: 20px;
  height: 20px;
  margin-left: 4px; }

.sproduct-price-row {
  margin-top: -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.sproduct-price {
  font-size: 15px;
  font-weight: 600;
  color: black;
  display: inline-block;
  margin-right: 3px; }

.sproduct-price-old {
  font-size: 13px;
  font-weight: 300;
  color: black;
  display: inline-block;
  position: relative; }
  .sproduct-price-old:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E01F2E;
    bottom: 50%;
    position: absolute;
    left: 0; }

.sproduct-watsupp {
  display: block;
  width: 30px;
  height: 32px;
  margin-left: auto;
  background-image: url("/local/templates/fplace/img/whatsapp_icon.png");
  background-repeat: no-repeat;
  background-position: left top; 
  position:absolute;
  top:-10px;
  }

.sproduct-availability {
  font-size: 13px;
  font-weight: 400;
  color: #008D55;
  margin-top: -9px; }

.sproduct-not-availability {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
  margin-top: -9px; }

.sproduct-hide-wrap {
  position: relative;
  background-color: #FFF; }

.sproduct-hide {
  position: absolute;
  top: 0px;
  left: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 10;
  background-color: #FFF;
  margin-left: -1px;
  margin-right: -1px;
  padding: 0 26px 6px 26px;
	WIDTH:calc(100% + 2px ) !important;
	border: 1px solid #eaeaea;
	border-top:none;

  }

.sproduct-chars-row {
  margin-bottom: 10px; }

.sproduct-chars-title {
  font-size: 13px;
  font-weight: 300;
  color: #555; }

.sproduct-chars-content {
  margin-top: 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.sproduct-color {
  width: 38px;
  height: 38px;
  background-color: #d3d5d2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden; }

.sproduct-color-lbls {
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.sproduct-color-lbl {
  margin-left: 2.5px;
  margin-right: 2.5px; }
  .sproduct-color-lbl:hover {
    cursor: pointer; }

input[type="radio"].sproduct-color-chb, input[type="checkbox"].sproduct-color-chb {
  display: none; }
  input[type="radio"].sproduct-color-chb + span, input[type="checkbox"].sproduct-color-chb + span {
    width: 38px;
    height: 38px;
    background-color: #d3d5d2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    overflow: hidden; }
  input[type="radio"].sproduct-color-chb:checked + span, input[type="checkbox"].sproduct-color-chb:checked + span {
    background-image: url("/local/templates/fplace/img/iconfinder_check.png");
    background-repeat: no-repeat;
    background-position: center; }

.sproduct-color-lbl2 {
  margin-left: 2.5px;
  margin-right: 2.5px;
  display: block;
  }
  .sproduct-color-lbl2:hover {
    cursor: pointer; }
  .sproduct-color-lbl2 input[type="radio"].sproduct-color-chb2, .sproduct-color-lbl2 input[type="checkbox"].sproduct-color-chb2 {
    display: none; }
    .sproduct-color-lbl2 input[type="radio"].sproduct-color-chb2 + span, .sproduct-color-lbl2 input[type="checkbox"].sproduct-color-chb2 + span {
      width: 38px;
      height: 38px;
      border: 1px solid #eaeaea;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      overflow: hidden; }
    .sproduct-color-lbl2 input[type="radio"].sproduct-color-chb2:checked + span, .sproduct-color-lbl2 input[type="checkbox"].sproduct-color-chb2:checked + span {
      background-color: #e01f2e;
      font-weight: 600;
      color: #ffffff; }
	  
.sproduct-color-lbl2 span:not(.stolltip) {
    width: 38px;
    height: 38px;
 border: 1px solid #eaeaea;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
} 
.scard-size2 .sproduct-color-lbl2 span:not(.stolltip) {
	    border: 1px solid #eaeaea;
}
.sproduct-size-1 {
  width: 38px;
  height: 38px;
  border: 1px solid #eaeaea;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden; }

.sproduct-size-act {
  width: 38px;
  height: 38px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e01f2e;
  font-weight: 600;
  color: #ffffff; }

.sproduct-color-lbls-dis {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px; }
 
.sproduct-size-dis {
  width: 38px;
  height: 38px;
  border: 1px solid #eaeaea;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f5f5;
  color: #999999;
  margin-left: 2.5px;
  margin-right: 2.5px; }

.sproduct-reviews-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px; }

.sproduct-reviews-lbl {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
  margin-left: 13px; }

.sproduct-reviews-stars {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.sproduct-reviews-star {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("/local/templates/fplace/img/icon_star_2.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 4px; }

.sproduct-reviews-star-o {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("/local/templates/fplace/img/icon_star_o.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 4px; }

.sproduct-chars-txts {
  display: block;
  font-size: 13px;
  margin-top: 13px; }

.sproduct-chars-tit {
  color: #999999; }

.sproduct-quantity-form {
  margin-top: 17px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sproduct-quantity-controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 112px;
  height: 32px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: whitesmoke;
  border-radius: 3px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px; }

.sproduct-quantity-control {
  font-size: 24px;
  font-weight: 300;
  color: #e01f2e;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 100%; }
  .sproduct-quantity-control:hover {
    text-decoration: none;
    color: #e01f2e; }
  .sproduct-quantity-control:focus {
    text-decoration: none;
    color: #e01f2e; }

.sproduct-quantity-input {
  margin-bottom: 0px;
  text-align: center;
  max-width: 40px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
  font-size: 13px;
  font-weight: 300;
  color: #313130;
  background-color: #f5f5f5; }

.sproduct-btn {
  padding: 0 22px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  font-weight: 300; }

.catfilter-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 22px; }

.catfilter-btn {
display: inline-block;
vertical-align: top;
position: relative;
white-space: nowrap;
background-color: #e01f2e;
border: 0;
cursor: pointer;

min-width: 100px;
margin: 0;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 600;
color: #ffffff;
text-align: center;
text-decoration: none !important;
outline: 0 !important;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;	
	
  padding: 0 25px;
  height: 32px;
  font-size: 13px;
  line-height: 32px; }

.catfilter-btn-o {
display: inline-block;
vertical-align: top;
position: relative;
white-space: nowrap;

border: 0;
cursor: pointer;

min-width: 100px;
margin: 0;
    margin-left: 0px;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 600;

text-align: center;
text-decoration: none !important;
outline: 0 !important;
border-radius: 3px;
transition: all .3s;	
  padding: 0 0px;
  height: 32px;
  font-size: 13px;
  margin-left: 5px;
  line-height: 32px;
  background: none;
  color: #999999; 
  
  
  }
  .catfilter-btn-o:hover {
    color: #999;
    background-color: #F5F5F5; }
  .catfilter-btn-o:focus {
    color: #999; }

.catfilter-it {
  padding: 18px 0 18px 0;
  border-bottom: 1px solid #eaeaea;
	position:relative;
  }
  .catfilter-it:first-child {
    padding-top: 0; }

.noUi-target {
  margin-bottom: 24px; }

.catfilter-tit {
	cursor:pointer;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #313130;
  margin-bottom: 13px;
  display: block;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .catfilter-tit:hover {
    text-decoration: none; }
  .catfilter-tit:after {
    content: '';
    margin-left: 10px;
    border: 5px solid transparent;
    border-right: 5px solid #e01f2e;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: 0.1s;
    margin-top: 0px;
    display: block; }
  .catfilter-tit.hideN {
    margin-bottom: 0; }
    .catfilter-tit.hideN:after {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin-top: 8px; }

.catfilter-cont {
  transition: 0.5s;
  line-height: 1;
  padding-bottom: 10px; }
  .catfilter-cont.hideN {
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 6px; }

label.catfilter-lbl {
  margin-bottom: 17px;
  display: block; }
  label.catfilter-lbl:last-child {
    margin-bottom: 0; }
  label.catfilter-lbl input[type="checkbox"] {
    display: none; }
    label.catfilter-lbl input[type="checkbox"] + span {
      font-size: 13px;
      font-weight: 300;
      color: #313130;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      padding-left: 30px; }
      label.catfilter-lbl input[type="checkbox"] + span:before {
        position: absolute;
        left: 0;
        content: "";
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 20px;
        height: 20px;
        background-color: #f5f5f5;
        border-radius: 3px; }
    label.catfilter-lbl input[type="checkbox"]:checked + span {
      font-weight: 600; }
      label.catfilter-lbl input[type="checkbox"]:checked + span:before {
        background-color: #e01f2e; }
      label.catfilter-lbl input[type="checkbox"]:checked + span:after {
        position: absolute;
        left: 0;
        content: "";
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 20px;
        height: 20px;
        background: transparent url("/local/templates/fplace/img/check_mark.png") no-repeat center; }

.show-more-prods {
  display: block;
  padding: 0 0 17px 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #e01f2e;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  cursor:pointer;
  margin-top: -8px; }
  .show-more-prods:hover {
    text-decoration: none; }

ul.spagin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px; }
  ul.spagin li {
    margin: 0 15px; }
    ul.spagin li a {
      display: block;
      font-size: 14px;
      color: #e01f2e;
      font-weight: 600; }
      ul.spagin li a:hover {
        text-decoration: none;
        color: #000; }
      ul.spagin li.active {
        color: #313130; 
      display: block;
      font-size: 14px;

      font-weight: 600;		
		}
  ul.spagin li.spagin-prev {
    margin-right: auto;
    margin-left: 0; }
  ul.spagin li.spagin-next {
    margin-left: auto;
    margin-right: 0; }
    ul.spagin li.spagin-next a {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.spagin-control a {
  width: 11px;
  height: 20px;
  display: block;
  background: url("/local/templates/fplace/img/nav-arrow0.png") no-repeat 0 0; }
  .spagin-control a:hover {
    background-position: top -60px left 0; }

.fivereasons {
  padding: 1px 0 8px 0;
  background-color: #f5f5f5; }

.fivereasons-inn,
.fabout-inn,
.relateprods-inn {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto; }

.fivereasons-w {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -10px; }

.fivereasons-it {
  width: 227px; }
  .fivereasons-it p {
    font-size: 14px;
    color: #313130;
    line-height: 1.75; }
    .fivereasons-it p a {
      color: #e01f2e; }

.fivereasons-img-w {
  margin-bottom: 9px;
  height: 40px; }
  .fivereasons-img-w img {
    max-height: 100%; }

.sheading-2 {
  font-size: 30px;
  line-height: 2.3;
  font-weight: 600;
  color: #313130;
  margin-bottom: 5px; }

.fabout {
  padding-top: 15px;
  padding-bottom: 39px; }

.fabout-w {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -6px; }

.fabout-l {
  line-height: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 97px; }
  .fabout-l p {
    line-height: 1.65; }

.fabout-r {
  width: 537px;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

.fivereasons-num {
  font-size: 60px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1; }

.relateprods-container {
  position: static;
	padding-top:20px;
  }

.relateprods-container-w {
  position: relative;
  margin-top: -5px;
  margin-left: -25px;
  margin-right: -25px; }
  .relateprods-container-w:after {
    content: "";
    display: block;
    background: url("/local/templates/fplace/img/relate_light.png") no-repeat right top;
    height: 100%;
    width: 109px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }

.relateprods {
  padding-top: 16px;
  padding-bottom: 19px; }
  .relateprods .swiper-button {
    width: 48px;
    height: 48px;
    box-shadow: -3px 1px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    background: #fff url("/local/templates/fplace/img/nav-arrow-2.png") no-repeat center;
    position: absolute;
    top: 164px;
    top: calc(50% - 21px);
    z-index: 11; }
    .relateprods .swiper-button:after {
      display: none; }
  .relateprods .swiper-button-next {
    right: 0px; }
  .relateprods .swiper-button-prev {
    left: 0;
    display: none; }

.relateprods-item .catalog-item {
  width: 100%;
  margin-bottom: 0; }
  .relateprods-item .catalog-item:after {
    display: none; }

.price__range {
  cursor: pointer;
  margin-top: 19px; }

.price__inputs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .price__inputs input[type="text"] {
    border: none;
    width: calc(50% - 10px);
    height: 32px;
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 300;
    color: #313130; }
  .price__inputs span {
    font-size: 13px;
    font-weight: 300;
    color: #313130; }

.noUi-handle {
  border: none;
  background: none;
  cursor: pointer; }
  .noUi-handle:focus {
    box-shadow: none; }
  .noUi-handle:after {
    display: none; }

.noUi-touch-area {
  position: relative;
  border: none;
  outline: none; }
  .noUi-touch-area:before {
    content: '';
    position: absolute;
    /* Абсолютное позиционирование */
    left: 2.5px;
    top: 2.5px;
    /* Положение треугольника */
    border: 9px solid transparent;
    /* Прозрачные границы */
    border-right: 9px solid #e01f2e;
    /* Добавляем треугольник */
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .noUi-touch-area:after {
    display: none; }

.noUi-handle-upper .noUi-touch-area:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

@media (max-width: 1516px) {
  /**/
  .catalog-item {
    width: calc(100% / 3); }
  .catalog-col-r-full .catalog-item {
    width: calc(100% / 4); }
  .fabout-w {
    margin-top: 15px; }
  .sheading-2 {
    line-height: 1.2;
    margin-bottom: 40px; }
  .fivereasons,
  .fabout,
  .relateprods {
    padding: 40px 0; }
  .fivereasons-it {
    width: calc(100% / 5 - 10px); } }

@media (max-width: 1199px) {
  .catalog-col-r-full .catalog-item {
    width: calc(100% / 3); }
  .catalog-item {
    width: calc(100% / 2); }
  .cataloglist-inn {
    padding: 0; }
  .fabout-r {
    width: 317px; }
  .fabout-l {
    margin-right: 30px; }
  .fivereasons-it {
    margin-top: 20px;
    width: calc(100% / 4 - 10px); } }

@media (max-width: 991px) {
  .catalog-col-r-full .catalog-item {
    width: calc(100% / 2); }
  .catalog-item {
    width: 100%; }
  .fivereasons-w {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px; }
  .fivereasons-it {
    margin-top: 20px;
    width: calc(100% / 3 - 20px);
    margin-left: 10px;
    margin-right: 10px; }
  .fabout-w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .fabout-r {
    width: 100%;
    margin-top: 20px; }
  .fabout-l {
    width: 100%;
    margin-right: 0; } }

@media (max-width: 767px) {
  .filter-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .filter-right {
    width: 100%; }
  .sort-ul {
    padding-left: 0;
    margin-top: 15px; }
  .sort-li {
    margin-left: 0;
    margin-right: 19px; }
  .catalog-items:before {
    display: none; }
  .catalog-item {
    width: 50%; }

  .catalog-col-r-full .catalog-item {
    width: 50%;
	padding-left:6px;
    margin-bottom: 50px; }
    .catalog-col-r-full .catalog-item:after {
      bottom: -26px; }

  .catalog-cols {
    position: relative; }
    .catalog-cols .catalog-col-l {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background: #FFF;
      padding-bottom: 25px;
      width: 100%;
      border: none; }
  .relateprods .catalog-item:nth-child(odd) .sproduct-cont-1 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

@media (max-width: 575px) {
  .catalog-item {
    width: 100%;
    border-right: none !important;
    /*display: none;*/ }

  .catalog-col-r-full .catalog-item {
    width: 100%;
    border-right: none !important;
   /* display: none;*/ }
   /* .catalog-col-r-full .catalog-item:nth-child(25) {
      display: none; }*/

  .catalog-col-r {
    width: 100%; }
  .sort-ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px; }
  .sort-li {
    width: 100%;
    margin-bottom: 25px; }
    .sort-li:last-child {
      margin-bottom: 0; }
  .filter-share {
    display: none; }
  .tp-banner {
    display: none; }
  .cataloglist-inn {
    margin-top: 25px; }
 /* .spagin li:nth-child(4), .spagin li:nth-child(5), .spagin li:nth-child(6), .spagin li:nth-child(7), .spagin li:nth-child(8), .spagin li:nth-child(9), .spagin li:nth-child(10) {
    display: none; }*/
  .fivereasons-it {
    width: calc(50% - 20px); } }

@media (max-width: 375px) {
  .fivereasons-it p {
    font-size: 13px; } }

@media (max-width: 360px) {
  .fivereasons-it {
    width: 100%; } }

.show-320,
.show-360,
.show-480,
.show-570,
.show-640,
.show-992,
.show-1050,
.show-1199,
.show-768,
.show-1199 {
  display: none; }

@media (max-width: 1199px) {
  .show-1199 {
    display: block; }
  .hide-1199 {
    display: none; } }

@media (max-width: 1050px) {
  .show-1050 {
    display: block; }
  .hide-1050 {
    display: none; } }

@media (max-width: 992px) {
  .hide-992 {
    display: none; }
  .show-992 {
    display: block; } }

@media (max-width: 768px) {
  .show-768 {
    display: block; }
  .hide-768 {
    display: none; } }

@media (max-width: 640px) {
  .hide-640 {
    display: none; }
  .show-640 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 570px) {
  .show-570 {
    display: block; }
  .hide-570 {
    display: none; } }

@media (max-width: 480px) {
  .show-480 {
    display: block; }
  .hide-480 {
    display: none; } }

@media (max-width: 360px) {
  .hide-360 {
    display: none; }
  .show-360 {
    display: block; } }

@media (max-width: 320px) {
  .hide-320 {
    display: none; }
  .show-320 {
    display: block; } }

.completed-slde-dots {
  position: absolute;
  left: 28px;
  bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .completed-slde-dots li {
    font-size: 0;
    padding: 0;
    margin: 0;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border: 2px solid white;
    background: none;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer; }
    .completed-slde-dots li:focus {
      outline: none; }
    .completed-slde-dots li:active {
      outline: none;
      background: none; }
  .completed-slde-dots .slick-active {
    border: 2px solid white;
    background-color: #ffffff; }

.nobrd {
  border: none; }

body.active {
  background: url("/local/templates/fplace/img/1.jpg") no-repeat top 826px center; }
  body.active .wrapper {
    opacity: 0.4; }
  body.active .footer {
    opacity: 0.4; }
  body.active .get {
    opacity: 0.4; }

.eye-3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #ccc;
  z-index: 100;
  border-radius: 50%; }

@media (max-width: 640px) {
  .help-call .measurer-form .btn {
    margin-top: 0; } }

.credit_block i{
	font-size:16px;
}
.sproduct-watsupp{
	margin-right:3px;
}


/*STYLE COLOR AND SIZE*/

.scard-size2 {
  margin-top: 14px;
  margin-bottom: 9px; }
  .scard-size2 .sproduct-color-lbl2 {
    min-width: 52px;
	width:auto;
	padding:0 5px;
    height: 32px;
    border-radius: 16px;
    font-size: 13px; }
	.catalog-item .scard-size2 .sproduct-color-lbl2{
		min-width:initial;
		padding:0 !important;
		height:initial;
		font-size:14px;
	}
	
	.catalog-item .scard-size2{
		margin-top:0 !important;
	}
  .scard-size2 .sproduct-color-lbl2.selected, .scard-size2 .sproduct-color-lbl2 .selected {
    border: 2px solid #ff0000;
    background-color: #FFF;
    font-weight: bold;
    color: #000;
	text-align: center;
	}
	
	.sproduct-color-lbl.selected span{
    background-image: url("/local/templates/fplace/img/card/iconfinder_check.png");
    background-repeat: no-repeat;
    background-position: center;
	box-shadow: -3px 1px 6px 0px rgba(0, 0, 0, 0.05);
	}
	.sproduct-color-lbl.white.selected span{
    background-image: url("/local/templates/fplace/img/card/iconfinder_check_white.png");

	}		
  .scard-size2 .sproduct-size-dis, .scard-size2 .notallowed {
   /* width: 52px;*/
    height: 32px;
    border-radius: 16px;
    font-size: 13px; }
	.notallowed.selected{


  background-color: #f5f5f5 !important;
  color: #999999 !important;		
	}
  .scard-size2 .sproduct-color-lbl2 {
    margin-bottom: 4px; }

.sproduct-color-lbls {
  position: relative;
  z-index: 100;
  padding-left:0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

.scard-colors {
  margin-top: 24px;
  margin-bottom: 6px; }
  .scard-colors input[type="radio"].sproduct-color-chb + span, .scard-colors input[type="checkbox"].sproduct-color-chb + span {
    width: 34px;
    height: 34px; }
	.circle_color{
    width: 34px;
    height: 34px; 
	border-radius:50%;
	display:inline-block;
	}
  .scard-colors .sproduct-color-lbl {
    margin: 0 5px;
    position: relative;
    z-index: 0; }
    .sproduct-color-lbl:hover .stolltip {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
     .sproduct-color-lbl .stolltip {
      font-size: 12px;
      color: #222222;
      line-height: 1;
      white-space: nowrap;
      top: -41px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      position: absolute;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 14px;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 31px;
      border: 1px solid #eeeeee;
      box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      background-color: #FFF;
      z-index: 20000;
      text-align: center;
      display: none; }
       .sproduct-color-lbl .stolltip:before {
        content: '';
        position: absolute;
        left: calc(50% - 10px);
        background-color: #FFF;
        bottom: -3px;
        width: 20px;
        height: 20px;
        display: block;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        z-index: -1; }

.scard-colors-tit {
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: 300;
  color: #999999;
  line-height: 1;
  position: relative;
  z-index: 0; }

.scard-tbl {
  max-width: 400px;
  margin-top: 15px; }
  .scard-tbl td:nth-child(1) {
    display: table-cell;
    width: 71%; }
  .scard-tbl td:nth-child(2) {
    display: table-cell;
	padding-left:10px;
    width: 29%; }
  .scard-tbl .dots {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 80% repeat-x; }
    .scard-tbl .dots span {
      background: #fff;
      padding-right: 5px; }
.scard-tbl-2 {
  max-width: 750px;	 
}  

.product-img-w, .sproduct-title {position:relative;}
.product-img-w {max-height:100%; max-width:100%;}


.sproduct-actions {z-index:1001;}
.sproduct-actions a svg{margin:0px 0px 7px 0px;}

.story {margin-top:22px;}
.story p {margin-bottom:13px !important;}
.readmore-js-toggle {    cursor: pointer;
    display: inline-block;
    color: #e01f2e;
    font-size: 14px;
    margin-top: 12px;
    padding-bottom: 0px;
    line-height: 1;
    margin-bottom: 17px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 4px;}
	
.brand-title {    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
	
.brand_video_block {max-width:100% !important; padding:0px 12px !important;     max-height: 400px;
    margin: 0px 0 32px;}
.video_wrapper {	
	    padding-top: 20.8333%;
    position: relative;
	
}
.brand_video_block video {	
	    width: 100%;
    max-width: 1920px;
    height: 100%;
    max-height: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}


.top_wide_banner, .bottom_wide_banner {
	border-radius: 5px;
    display: block;
    position: relative;
    overflow: hidden;

	margin-top:65px;
	margin-bottom:20px;
	
}
.top_wide_banner img, .bottom_wide_banner img {max-width:100%; max-height:100%; position:relative; z-index:100;}
.top_wide_banner a, .bottom_wide_banner a{
	display: block;
    overflow: hidden;
    border-radius: 5px;
}
.top_wide_banner a:before, .bottom_wide_banner a:before {content:''; position:absolute; top:0; bottom:0; left:0; right:0; background-color:rgba(0, 0, 0, 0.0); transition:.3s; margin:0px 12px;}
.brands-detail .container {padding:0px 0px !important;}
.top_wide_banner:hover a:before, .bottom_wide_banner:hover a:before{background-color:rgba(0, 0, 0, 0.1); z-index:101;}


.pop_sections {margin-top:60px;}
.pop_sections_tile a {height:auto; margin-bottom:20px; display:block; }
.pop_sections_tile a img {overflow:hidden; border-radius:5px;}
.pop_sections_tile img {max-height:100%; max-width:100%; width:100%; height:250px; object-fit:cover;}
.pop_sections_tile span {
    margin-left: 6px;
    margin-top: 6px;
    /* padding: 9px 8px 8px; */
    white-space: nowrap;
    /* border: 2px solid #f0f0f0; */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #313130;
	}
.pop_sections_tile a .ps-image-bg {position:relative;}	
.pop_sections_tile a .ps-image-bg:before {content:''; position:absolute; top:0; bottom:0; left:0; right:0; background-color:rgba(0, 0, 0, 0.0); transition:.3s;}
.pop_sections_tile:hover a .ps-image-bg:before{background-color:rgba(0, 0, 0, 0.1); z-index:101;}


.tile_banners {margin-top:50px;}
.tile_banners .pop_sections_tile a {height:auto; display:block; }
.pop_sections_tile a img {overflow:hidden; border-radius:5px;}
.pop_sections_tile img {max-height:100%; max-width:100%; width:100%; height:250px; object-fit:cover;}
.pop_sections_tile span {
	color:#000;
	font-family:Montserrat;
    margin-top: 6px;
    /* padding: 9px 8px 8px; */
    white-space: nowrap;
    /* border: 2px solid #f0f0f0; */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #313130;
	}
.pop_sections_tile a:hover, .pop_sections_tile a:active, .pop_sections_tile a:focus {text-decoration:none;} 
.pop_sections_tile a .ps-image-bg {position:relative;}	
.pop_sections_tile a .ps-image-bg:before {content:''; position:absolute; top:0; bottom:0; left:0; right:0; background-color:rgba(0, 0, 0, 0.0); transition:.3s;}
.pop_sections_tile:hover a .ps-image-bg:before{background-color:rgba(0, 0, 0, 0.1); z-index:101;}

.brands-detail h2 {    font-size: 40px;
    line-height: 40px;
    margin-bottom: 32px;
    font-weight: 700;}
	
.filternew h2 {font-size:30px; margin-top:80px; margin-bottom:15px;}
@media (max-width: 700px){
.filternew {
    display: block !important;
}
}
@media (max-width: 600px ){
	.brands-detail h2  {font-size:32px;}
	.pop_sections_tile span  {font-size:14px;}
}
.sproduct-actions {
    top: 15px;
    right: 15px;
}
.sproduct-availability {
    display: none;
}

@media (min-width: 1440px) {
.sproduct-price {
    font-size: 14px;
}
}
.product-item-button-container.js-click_dataLayer_addToCart {
    margin-bottom: 25px;
}



.mobfilter-show {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    border: 1px solid;
    margin: 10px 11px 20px 8px;
	border-radius:5px;
	text-decoration:none;
}
.mobfilter-show:hover {text-decoration:none; border:none; color:#fff; background:#e01f2e;}


.mobfilter-hide {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    border: none;
    margin: 10px 11px 20px 8px;
	border-radius:5px;
	text-decoration:none;
	color:#fff; background:#e01f2e;
}
.mobfilter-hide:hover {outline:1px solid #e01f2e; color:#e01f2e; background:none;text-decoration:none;}
.catfilter-btn {border-radius:5px !important;}

.main {min-height:unset !important;}
.filternew { height: auto !important;
    margin-bottom: 25px;}