/*! 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; }
.filter-row {
    padding-right: 0.5rem;
}
/* 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;
  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: 10px;
  line-height: 1; }

.sort-a {
  font-weight: 500;
  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: 0px; }

.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: 24%;
    margin-bottom: 15px;
    position: relative;
    background-color: #FFF;
    border-radius: 5px;
}
  
  .catalog-item.col-3:hover {
    box-shadow: none !important;
}
  /*.catalog-item:nth-child(25) {
    display: none; }*/
  /* .catalog-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    position: absolute;
    bottom: -26px;
    left: 0; }*/

@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: 44px; }
  .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;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
  

.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;
  margin-top:30px;
/*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: 20px;
  z-index:8;
  top: 0px; }

.sproduct-actions .icon-weight-scale, .sproduct-actions .icon-favourite{
    fill: #dadada !important;
    width: 24px;
    height: 19px;
    display: block;
    margin: 0 auto;
    margin-bottom: 7px; 	
}
.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: 14px;
  font-weight: 600;
  color: black;
  display: inline-block;
  margin-right: 3px; }

.sproduct-price-old {
    font-size: 13px;
    font-weight: 300;
    color: black;
    display: block;
    position: absolute;
    bottom: 42px;
	left: 61px;
}
.sproduct-price-currency {
  font-size: 13px;
  font-weight: 300;
}

	.sproduct-availability {
    display: none;
}
.product-item-button-container.js-click_dataLayer_addToCart {
    margin-bottom: 25px;
}
.sproduct-price-old:before {
    background: #e01f2e;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-3deg);
    width: 100%;
}
.sproduct-cont-1.recs>.characteristic-item {
    display: none;
}
.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:0px;
  }

.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: -6px;
    left: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 10;
    background-color: #FFF;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 26px 6px 26px;
    WIDTH: calc(100% + 0px ) !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-o {
  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; 
      background-size: cover;}
.sproduct-reviews-star-i {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("/local/templates/fplace/img/half_fill.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 4px; 
      background-size: cover;}
.sproduct-reviews-star {
  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;
    background-size: cover;  }

.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: 17px 0 17px 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #e01f2e;
  text-align: center;
  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; 
  border-radius:5px;}

.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: #e01f2e;
  margin-bottom: 8px;
  line-height: 1; }

.relateprods-container {
  position: static;
	padding-top:20px;
  }

.relateprods-container-w {
  position: relative;
  margin-top: -5px;
  margin-left: -15px;
  margin-right: -15px; }
  .relateprods-container-w:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 90%;
    bottom: 0px;
    background: linear-gradient(91deg,rgba(255,255,255,0) .3%,#fff 97.18%);
    height: 100%;
    pointer-events: none;
    z-index: 10000; }
.relateprods-container-w:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 93%;
    left: 0;
    bottom: 0px;
    background: linear-gradient(266deg,rgba(255,255,255,0) .3%,#fff 97.18%);
    height: 100%;
    pointer-events: none;
    z-index: 900;
}
.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-item:nth-child(odd) .sproduct-cont-1,
    .catalog-item:nth-child(odd) .sproduct-cont-2 {
      padding-left: 0; }
    .catalog-item:nth-child(even) .sproduct-cont-1,
    .catalog-item:nth-child(even) .sproduct-cont-2 {
      padding-right: 0; }
  .catalog-col-r-full .catalog-item {
    width: 50%;

    margin-bottom: 0px; }
    .catalog-col-r-full .catalog-item:after {
      bottom: -26px; }
    .catalog-col-r-full .catalog-item:nth-child(odd) .sproduct-cont-1,
    .catalog-col-r-full .catalog-item:nth-child(odd) .sproduct-cont-2 {
      padding-left: 0; }
    .catalog-col-r-full .catalog-item:nth-child(even) .sproduct-cont-1,
    .catalog-col-r-full .catalog-item:nth-child(even) .sproduct-cont-2 {
      padding-right: 0; }
  .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-item .sproduct-cont-2 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .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-full .catalog-item .sproduct-cont-2 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .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;	 
}  
.catalog-section-prev{
	margin-bottom:20px;
}
.blog-page {
  margin-top: 30px;
}

.blog-page .cat-title-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-page .cat-title-wrap .blog__categoies__wrapper {
  position: relative;
  margin-left: 30px;
  overflow: hidden;
  min-width:350px;
}

.blog-page .cat-title-wrap .blog__categoies__wrapper .navi__block {
  position: absolute;
  right: 0;
  z-index: 20;
  background: #fff;
}

.blog-page .cat-title-wrap .blog__categoies__wrapper .navi_prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 14px;
  height: 14px;
  margin-right: 10px;
  cursor: pointer;
}

.blog-page .cat-title-wrap .blog__categoies__wrapper .navi_prev:hover polygon {
  fill: #e01f2e;
}

.blog-page .cat-title-wrap .blog__categoies__wrapper .navi_next {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.blog-page .cat-title-wrap .blog__categoies__wrapper .navi_next:hover polygon {
  fill: #e01f2e;
}

.blog-page .cat-title-wrap .blog__categoies__wrapper::after {
  content: "";
  display: block;
  background: url(/local/templates/fplace/img/blog/relate_light.png) no-repeat right top;
  height: 100%;
  width: 109px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.blog-page .cat-title-wrap .blog__categoies__wrapper .blog__categories {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-transition: .5s;
  transition: .5s;
}

.blog-page .cat-title-wrap .blog__categoies__wrapper .blog__categories .blog__category_item {
  margin-right: 30px;
  color: #e01f2e;
  cursor: pointer;
  white-space: nowrap;
}

.blog-page .cat-title-wrap .blog__categoies__wrapper .blog__categories .blog__category_item:hover {
  color: #000;
}

.blog-page .cat-title-wrap .blog__categoies__wrapper .blog__categories .blog__category_item.active {
  color: #000;
  font-weight: 600;
}

.blog__posts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .blog__posts {
    margin-left: 0;
    margin-right: 0;
  }
}

.blog__posts .blog__item {
  width: calc(100% / 3);
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .blog__posts .blog__item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1049px) {
  .blog__posts .blog__item {
    width: calc(100% / 2);
  }
}

@media (max-width: 767px) {
  .blog__posts .blog__item {
    width: 100%;
  }
}

.blog__posts .blog__item .blog__item-inner {
  position: relative;
}

.blog__posts .blog__item .blog__item-inner:hover .tblack {
  color: #e01f2e;
}

.blog__posts .blog__item .blog__item-inner:hover .backlayer.bred {
  background: #e01f2e;
  background: -webkit-gradient(linear, left bottom, left top, from(#e01f2e), color-stop(15%, #e01f2e), color-stop(50%, rgba(234, 104, 114, 0.476628)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #e01f2e 0%, #e01f2e 15%, rgba(234, 104, 114, 0.476628) 50%, rgba(255, 255, 255, 0) 100%);
}

.blog__posts .blog__item .blog__item-inner:hover .title.twhite {
  color: #fff;
}

.blog__posts .blog__item .blog__item-inner:hover .img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.blog__posts .blog__item .backlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.blog__posts .blog__item .backlayer.bwhite {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(20%, whitesmoke), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, whitesmoke 20%, rgba(255, 255, 255, 0) 100%);
}

.blog__posts .blog__item .backlayer.bred {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(20%, whitesmoke), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, whitesmoke 20%, rgba(255, 255, 255, 0) 100%);
}

.blog__posts .blog__item .backlayer.bgrey {
  background: #313131;
  background: -webkit-gradient(linear, left bottom, left top, from(#313131), color-stop(37%, rgba(49, 49, 49, 0)), to(rgba(49, 49, 49, 0)));
  background: linear-gradient(0deg, #313131 0%, rgba(49, 49, 49, 0) 37%, rgba(49, 49, 49, 0) 100%);
}

.blog__posts .blog__item .title {
  position: absolute;
  z-index: 5;
  bottom: 0;
  padding: 30px 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  max-width: 400px;
}

.blog__posts .blog__item .title.twhite {
  color: #000;
}

.blog__posts .blog__item .title.twhitea {
  color: #fff;
}

@media (max-width: 767px) {
  .blog__posts .blog__item .title {
    max-width: unset;
  }
}
.blog__posts .blog__item .img_wrap{
		 max-height:245px;
		overflow:hidden;
}
.blog__posts .blog__item .img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
		  width:100%;

}
.catalog-section-more{
	width:100%;
}
.show-more-posts {
  display: block;
  padding: 17px 0 17px 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #e01f2e;
  text-align: center;
  margin-top: 18px;
  border-top: 1px solid #eaeaea;
  cursor:pointer;
}

.show-more-posts:hover {
  text-decoration: none;
}
.product-img-w, .product-img-w img{
	max-height:100%;
}  
.advants {
    display: none;
}
.newflex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}
.catalog-sections.swiper-wrapper {
    display: inline-grid;
}
.col-xs-12.col-md-3.col-lg-2.section-list-item.swiper-slide {
    width: 140px !important;
}

.row.catalog-sections.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}
.catalog-section-list.top-sliders-catalog.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events.swiper-container-autoheight {
    width: 100%;
}
.catalog-section-list.top-sliders-catalog {
    overflow: hidden;
	padding-left:1px;
}
.catalog-section-list.top-sliders-catalog {margin: 0px 12px;}
@media(max-width:800px){
	.catalog-section-list.top-sliders-catalog {margin: 0px;}
}
.catalog-navigation-prev {
    width: 40px;
    height: 40px;
    background: #E01F2E;
    border-radius: 4px;
    position: absolute;
    right: 68px;
    top: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}
.catalog-navigation-prev svg {
    width: 13px;
    height: 20px;
}
.catalog-navigation-next {
    width: 40px;
    height: 40px;
    background: #E01F2E;
    border-radius: 4px;
    position: absolute;
    right: 20px;
    top: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}
.sproduct-cont-1:hover {
    background: #fff;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 1px 13px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 1px 13px 0px rgba(34, 60, 80, 0.2);
}
.catalog-navigation-next svg {
    width: 13px;
    height: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog-navigation-next.swiper-button-disabled {
    background: #F5F5F5;
    pointer-events: none;
}
.catalog-navigation-prev.swiper-button-disabled {
    background: #F5F5F5;
    pointer-events: none;
}
.catalog-cols {
    width: 81% !important;
}
@media(max-width:767px){
	.sproduct-price-old {
    bottom: 62px;
}
	.catalog-cols {
    width: 100% !important;
}
.catalog-item.col-3 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
}
.sproduct-cont-1 {
    padding: 25px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.catalog-items {
    display: block;
}
}
.catalog-col-r {
    width: 100%;
    position: relative;
}
.bannername {
    text-align: center;
    font-weight: 500;
}
.new-block-banners {
	    margin: 0px 8px;

	    flex-wrap: wrap;
}
.new-block-banners.d-flex a {
    width: 100%;
}

.bannerimage {
    transition: all .6s ease;
}
.new-block-banners.d-flex a:hover {
    text-decoration: none;
}
.catalog-section-prev {
    margin: 0px;
}
.filter-row {
    margin: 0px ;
}
@media(max-width:700px){
	span.filter-open-span {display: none;}
	a.filter-open {
    display: block;
    width: 100%;
    text-align: center;
}
a.filter-open {
    padding: 12px;
    border-bottom: 1px solid #eee;
    color: #e01f2e;
}
.mobile_controls {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: white;
    height: 36px !important;
}
form.smartfilter {
    padding-top: 33px;
}
}
nav.md7 {
    z-index: 99999;
}
@media(max-width:700px){
.filternew {
    display: none;
}
}
.filternew.open {
    display: block;
}
.col-12.col-lg-3.filternew.open {
    width: 100%;
    position: fixed;
    left: -300px;
    top: 0;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
    z-index: 99998;
    padding: 0 20px 60px 15px;
    left: 0;
}
.filter-open:hover {
    text-decoration: none;
    color: #e01f2e;
}
@media (min-width: 768px){
.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: 15px;
    padding-left: 0;
}
.sort-li:first-of-type {margin-left:0px !important;}
}
.catalog-item:hover {
    background: #fff;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}
.catalog-item.cont-item-default.hover {
    width: 100%;
}
.catalog-item.cont-item-default.hover>.sproduct-cont-1>.sproduct-top {
    margin-top: 80px;
}.catalog-item.cont-item-default.hover>.sproduct-cont-1>.sproduct-top img {
    width: 80%;
}
.catalog-item.cont-item-default.hover>.sproduct-cont-1>.sproduct-top>.product-img-w {
    display: flex;
    justify-content: center;
}
.catalog-item.cont-item-default.hover>.sproduct-cont-1:hover {
    background: transparent;
}
.top-product {
    margin-top: 25px;
}
.catalog-item.cont-item-default.hover>.goods-item__favorite {
    z-index: 9999;
}
.catalog-item.cont-item-default.hover>.goods-item__compare {
    z-index: 9999;
}
.catalog-item.cont-item-default.hover>.goods-item__send {
    z-index: 9999;
}
@media(max-width:700px){
	.top-product {
    display: none;
}
}
.brands-slider {
    height: 200px;
}

.catalog-section-more {
    padding-bottom: 8px;
}
span.catalog-section-item__count {
    display: none;
}
.top-product .sproduct-cont-1 {padding:10px 30px;}
@media(max-width:1001px){
	.often-search a{
		line-height:14px !important;
	}
}
@media(max-width:701px){
	.often-search a{
		line-height:30px !important;
	}
}
@media(max-width:576px){
	.sort-ul span {margin-bottom:25px}
	.catalog-col-r {margin-top: 60px;}
}
label.catfilter-lbl span {
    display: block !important;
}

.catfilter-cont label.catfilter-lbl span {
    display: inline !important;
}

label.catfilter-lbl span::first-letter {
    text-transform: uppercase !important;
}
@media(max-width:600px){
.bx_filter_button_box{
	margin-bottom:75px;
}
}
.catalog-section-links {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-bottom: 32px;
}
a.link-item {
    margin-left: 6px;
    margin-top: 6px;
    white-space: nowrap;
    -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;
}
.banneritem img {
    border-radius: 5px;
}
.banneritem.col-6 img {
    height: auto;
    width: 99%;
	max-width:100%
}
@media(max-width:760px){
	.new-block-banners.d-flex {display: block !important;}
	.banneritem.col-6 {width: 100%;max-width: 100%;}
	.banneritem.col-6 img {height: auto;}
	
	.new-block-banners.d-flex {margin: 0;    margin-bottom: 10px;}
	.catalog-col-r {margin-top: 0;}
}
.banneritem {padding: 0 !important}
.filter-row {
    margin-top: 15px;
    justify-content: flex-start;
}
.often-search a {
    border: 1px solid #e01f2e;
    border-radius: 5px;
    padding: 11px;
    color: #e01f2e;
    margin-right: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    line-height: 16px !important;
	width: auto;
}
.often-search {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.often-search.row {
    margin-left: 15px;
}

@media(max-width:1292px){
	.often-search a {max-width: fit-content;}
	.filter-right {max-width: 34%;}
	
}
@media(max-width:991px){
	.filter-right {max-width: 100%;width: 100%;}
	.filter-row {flex-wrap: wrap;}
	.often-search.row {margin-left: 0;margin-top: 20px;}
	.col-auto.gold {
    display: block;
    width: 100%;
    padding-left: 0;
}
}
.often-search.row {
    margin-left: 0px;
    row-gap: 12px;
    margin-bottom: 20px;
	margin-top: 0px !important;
}
@media(min-width:800px){
	.new-block-banners.d-flex {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 767px){
.footer {
    padding: 37px 0 90px !important;
}
}
.banneritem {margin-bottom:15px;}
@media(min-width:768px){
	.filter-row {
    margin-top: 0px !important;
    padding-bottom: 7px;
}
.new-block-banners {margin:0px !important;}
}