#list-np{
    float: right;
    margin: 10px !important;
    margin-right: 0 !important;
}
.reds{
  color: red;
}
.metro-mark{
    padding-left: 20px;
    background-image: url(/images/metro-m.png);
    background-repeat: no-repeat;
    text-align: left;
    background-size: 15px;
    line-height: 13px;
    font-weight: 400;
    font-size: 13px;
    margin: 5px 0;
    display: inline-block;
    margin-left: 10px;
}
#filtr-sam-app>div{
display: inline-block;
    position: relative;
    margin-left: 0;
    font-family: 'Open Sans';    font-size: 13px;
    line-height: 26px;
    margin-bottom: 7px;
}
#filtr-sam-app, #filtr-sam-app-mob{
 
}
.links-quick{
    /*display: none;*/
     font-family: 'Open Sans';
    font-size: 14px;
    margin-top: 26px;
    margin-bottom: 20px;
}
.links-quick li{
    display: inline-block;
    margin-bottom:4px;
}
.links-quick a{
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    line-height: 25px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #545454;
    background: #f3f3f3;
}
.links-quick a.vibran{
    border: 1px solid #fff;
    background: #ff8112;
    color: #fff;
}
.links-quick a:hover{
border: 1px solid #333;
 }
#filtr-sam-app>div span{
position: relative;
line-height: 32px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    background: #eee;
    margin-right: 15px;
    border-radius: 5px;
    float: none;
    width: auto;
    display: inline-block;
    padding: 0 20px;
    padding-right: 7px;
}

#filtr-sam-app>div span:before {
    position: absolute;
   top: 13px;
    left: 9px;
    height: 4px;
    width: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    color: rgba(0,0,0,0);
    content: "";
    font-size: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}
#filtr-sam-app>div.actFilter span:after:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#filtr-sam-app>div>div{
    display: none;
        position: absolute;

    width: auto !important;
    background: #fff;
    box-shadow: 0 0 10px #a6a6a6;
    border-radius: 5px;
    top: 30px;    z-index: 99;
    overflow: hidden;
}

#filtr-sam-app>div.actFilter>div{
 display: block;
}

#filtr-sam-app>div>div a{
    border: 0 !important;
    font-size: 13px;    font-weight: 400;
    line-height: 31px;background: #fff;
    position: relative;
    z-index: 9;
    display: block !important;
    padding: 0px 8px !important;
    text-decoration: none !important;
    color: #151515 !important;
    margin-right: 0px !important;
    border-radius: 0 !important;
}
#filtr-sam-app>div>div a:hover{
    background: #ff8b02 !important;
    color: #fff !important;
}
.active-tips{
background: #fa973c !important;
    color: #fff !important;
}
.blocks-trigger{
  
}
.blocks-trigger li{
  display: inline-block;
    vertical-align: top;
    width: 238px;
    margin: 0 26px 10px 0;
    font-family: 'Open sANS';
}
.blocks-trigger li p{
      font-size: 13px;
    line-height: 20px;
    color: #555;
}
.blocks-trigger li div{
    line-height: 20px;
    font-weight: 600;
    margin: 6px 0;
}
#filtr-sam-app>div span b{
display: inline-block;
    background: #fa973c;
    line-height: 18px;
    padding: 0px 0px 0 7px;
    margin-left: 5px;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
    vertical-align: top;
    margin-top: 7px;
}
#filtr-sam-app>div span b a{
    display: inline-block;
    margin: 1px;
}
@media only screen and (max-width: 1090px) and (min-width: 601px){
.blocks-trigger li {
    width: 20%;
    margin: 0px 2% 10px 2%;
}
.blocks-trigger li div {
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    margin: 5px 0;
}
.blocks-trigger li p {
    font-size: 12px;
    line-height: 18px;
    color: #555;
}
#filtr-sam-app{
    margin-left: 10px;
}
}
@media screen and (max-width: 600px){
  .rzh-th{
  display: none;
}
#list-np{
display: none;
  }
  .blocks-trigger{
  display: none;
}
}

#carousel_category_actions .owl-prev{
      width: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 50px !important;
    border-radius: 0 !important;
    background: #fff0;
    color: #fff !important;
    background-image: url(/images/icon_arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65px;
    left: 7px;
    position: absolute; border: 0;
}
#carousel_category_actions .owl-next{
      width: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 50px !important;
    border-radius: 0 !important;
    background: #fff0;
    color: #fff !important;
    background-image: url(/images/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65px;
    right: 7px;
    display: inline-block;
    position: absolute; border: 0;
}
.owl-nav{
      position: absolute;
    width: auto;
    float: none;
    top: 40%;
    width: 100%;
    text-align: left;
}
.owl-dots {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0;
    z-index: 999;
}
.owl-carousel .owl-dot{
    display: inline-block;
    margin: 2px;
    height: 11px;
    border: 0;
    width: 10px;
    border-radius: 50%;
}
.owl-dots .active{
      background: #ffd433;
}
.list-tovar>li.razdel_banners {
  padding: 0;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  width: 263px;
}
.list-tovar>li.razdel_banners img {
  margin: 0 !important;
}
#carousel_razdel_banners .owl-nav {
  top: calc(50% - 20px);
}
#carousel_razdel_banners .owl-next {
    width: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 40px !important;
    border-radius: 0 !important;
    background: #fff0;
    color: #fff !important;
    background-image: url(/images/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 38px;
    right: 7px;
    display: inline-block;
    position: absolute;
    border: 0;
}
#carousel_razdel_banners .owl-prev {
    width: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 40px !important;
    border-radius: 0 !important;
    background: #fff0;
    color: #fff !important;
    background-image: url(/images/icon_arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 38px;
    left: 7px;
    position: absolute;
    border: 0;
}
.where-buy{
      margin: 20px 0;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}
.prodano{
  font-family: 'Open SAns';
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #555;
    margin-left: 10px;
}

#filter-form{
  margin: 0;
  font-family: 'Open Sans';
}
#filter-form form{
  padding: 10px 0;
    font-size: 14px;
}
.label-form{
      float: left;
    font-weight: 600;
    color: #000;
    margin-right: 20px;
}
.block-filter{
  float: left;
    margin-right: 33px;
    position: relative;
}
#box-adress-razdel table tr:nth-child(even), #box-adress-razdel table thead {
  
}
.label-filter span{
    padding-left: 7px;
    padding-top: 1px;
    padding-bottom: 2px;
    color: #666;
    display: inline-block;
    padding-right: 17px;
    background-image: url(/images/dwn.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.input-filter{
      position: absolute;
    display: none;
    padding: 0;
    display: none;
    width: 232px;
    z-index: 12;
    border-radius: 2px;
    background: #FFF;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    top: 31px;
    font-size: 13px;
}

.label-filter span:hover{
  cursor: pointer;
  color: orange;
}
.input-filter .input-filter-l{
  padding: 10px 10px 0;
    display: block;
}
.input-filter .input-filter-inp{
      margin: 0;
    padding: 10px;
}
.input-filter-inp-item{
      margin-bottom: 3px;
}
.input-filter-inp-item label{
    cursor: pointer;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
}
.input-filter .input-filter-inp input[type='text']{
  width: 77px;
    text-align: center;
    line-height: 26px;
    font-family: 'Open Sans';
    border: 1px solid #ccc;
    font-size: 14px;
}
.input-filter .input-filter-inp input[type='checkbox']{
    vertical-align: middle;
    display: inline-block;
}
.dlim-def{
  color: #555;
}
.input-filter-submit{
  padding: 6px 10px;
    border-top: 1px solid #d9d9d9;
    background: #fafafa;
}
.input-filter-submit span{
      display: inline-block;
    padding: 0 12px;
    border-radius: 3px;
    line-height: 32px;
    background: #f1c026;
    cursor: pointer;
}
.input-filter-submit span:hover{
  background: #ffd800;
}
.label-filter b.delete_filter{
display: none; margin-left: 10px;
}
.selected-filter{
  
}
.selected-filter b.delete_filter{
  display: inline-block !important;
}
.selected-filter .label-filter span{
    padding-right: 6px;
    background-image: none;
}
.selected-filter .label-filter-text{
  border: 1px solid #f27318;
    color: #f27318;
}
.selected-filter .label-filter span svg path {
    fill: #ff6d00;
}


/* фильтры */
.block-left-razdel{
    font-family: 'Open Sans';
    width: 202px;
    float: left;
    margin-top: 0;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0 10px 7px 10px;
    border-radius: 5px;

    margin-right: 15px;
}
.block-filter{
  margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    float: none;
}
.block-filter li{
  margin-top: 18px;
}
.block-filter li.price_filter {
    position: relative;
}
.block-filter li.price_filter .accept-filter-near {
    right: -90px;
}
.block-filter li.shops_stock {
    position: relative;
}
.block-filter li.shops_stock .accept-filter-near {
    top: auto;
    bottom: 0;
    right: auto;
    left: calc(100% + 4px);
}
.block-filter li.shops_stock .selected_stock_shop {
    background: url(/images/arrow_down.svg?v=1) no-repeat center right, #fff;
    border: 1px solid #ccc;
    padding: 7px 24px 7px 8px;
    color: #555;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block-filter li.shops_stock .input-filter-inp-items {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: calc(100% + 4px);
    z-index: 9;
    box-shadow: 0 2px 8px #bfbfbf;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    height: 210px;
    overflow-y: scroll;
}
.block-filter li.shops_stock .input-filter-inp-item {
    cursor: pointer;
    margin-bottom: 0;
    padding: 7px 8px;
}
.block-filter li.shops_stock .input-filter-inp-item:hover {
    background: #f3f3f3;
}
.block-filter li.shops_stock .input-filter-inp-item-label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.block-filter li.shops_stock .input-filter-inp-item-label span.metro {
    display: block;
    padding-left: 22px;
    background-image: url(../images/metro-m.png);
    background-repeat: no-repeat;
    background-position: 2px;
    background-size: auto 100%;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #555;
    margin: 4px 0 0 0;
}
.block-filter li.shops_stock .input-filter-inp-item-label span.address {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.block-filter li.shops_stock .input-filter-inp-item input {
    display: none;
}
.lb-filter{
      font-weight: 600;
    line-height: 20px;    margin: 5px 0;
}
.block-filter .input-filter-inp-item input {
  display: inline-block;
  vertical-align: middle;
/*  margin: 3px 3px 3px 4px;*/
    margin: 3px 3px 3px 0;
}
.block-filter .input-filter-inp-item label{
  color: #555;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: inherit;
}
.input-filter-inp{
  
}
.input-filter-inp input{
    width: 76px;
    line-height: 26px;
    border: 1px solid #ccc;
    font-size: 13px;
    text-align: center;
    font-family: 'Open Sans';
}
.dlim-def{
      color: #888;
}
.link-in-razdel{
      margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
    font-size: 14px;
}
.link-in-razdel li{
  
}
.link-in-razdel li.parent {
    background: url(https://rdshop.ru/images/icon_arrow_black_left.svg) no-repeat center left;
    background-size: 16px;
    padding: 0 0 0 20px;
}
.link-in-razdel li.parent a {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}
.link-in-razdel li a{
  line-height: 17px;
  font-size: 13px;
    display: block;
    padding: 5px 0;
    color: #6c6c6c;
    padding-right: 22px;
    text-decoration: none;
}

.link-in-razdel li a.current-a-rasdel{
      color: #bbb !important;
}
.link-in-razdel li:not(.parent) a:hover{
      color: #000;
    background-image: url(/images/i-rgh.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.ui-widget.ui-widget-content {
    border: 0;
}
.ui-state-default {
    border: none !important;
    background: #ff8112 !important;
    border-radius: 100% !important;
    outline: none;
    top: -.5em !important;
    cursor: pointer !important;
}
.cost_range {
    margin: 15px auto 30px auto;
    width: 95%;
}
.ui-widget.ui-widget-content {
    border: none;
    background: #d5d5d5;
    height: 3px;
}
.ui-widget.ui-widget-content {
    border: 0 !important;
    width: 160px;
    margin: 20px 0 20px 8px;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #ff8112 !important;
    color: #333333;
    font-weight: bold;
}
.accept-filter{
  border: 1px solid #b2b2b2;
    font-family: 'Open Sans';
    color: #3d3d3d;
    border-radius: 5px;
    line-height: 30px;
    padding: 0 25px;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
}
.accept-filter:hover{
  color: #ffffff;
  border:1px solid #ff8112;
    background: #ff8112;
}
.input-filter-inp-item{
  position: relative;
}
.accept-filter-near{
    /*display: none;*/
    border: 0;
    font-family: 'Open Sans';
    color: #ffffff;
    border-radius: 5px;
    line-height: 30px;
    cursor: pointer;
    background: #ff8112;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: -60px;
    top: calc(50% - 15px);
    display: none;
    width: 90px;
    text-align: center;
    z-index: 20;
}
#box-category h1 {
  margin-top: 0px;
}
h1.category_h1 {
  font-family: 'Open Sans';
  color: #333;
  font-size: 38px;
  line-height: 38px;
  padding-top: 0;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
#breadcrumbs img {
  margin: 7px 0px 0px 0px;
}
#breadcrumbs {
  margin-top: 0px;
}
.mark-sam{
font-family: 'Open Sans';
    margin-top: 20px;
    font-size: 14px;
}
.mark-sam span{
    font-weight: 600;
}
.mark-sam a{
    display: inline-block;
    margin: 0 6px;
    color: #5b5b5b;
    font-size: 13px;
}
.franchise_banner {
    margin-top:  24px;
}
.franchise_banner img {
    max-width: 100%;
  }

.quiz_banner {
    margin-top: 36px;
}
.quiz_banner img {
    width: 100%;
}
#rgh-img-razdel{
  float:right;
}
#rgh-img-razdel img{
      width: 100px;
}