.filter_type {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}

.filter_type .item {
    width: 100%;
    margin: 0 10px;
    background-color: #e9e9e9;
    padding: 20px 5px 20px 20px;
    position: relative;
    display: flex;
}

.filter_type p {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.0;
    margin-top: 9px;
    padding-bottom: 5px;
}

.filter_type .item .count {
    padding-bottom: 0;
    font-size: 14px;
    /*	display:none; */
}

.filter_type .item input[type="checkbox"] {
    display: none;
}

.filter_type .item .img {
    min-width: 100px;
    max-width: 100px;
    position: relative;
}

.filter_type label.full-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    cursor: pointer;
}

.filter_type img {
    max-width: 80px;
}

.filter_type .check-box-img {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(img/cross_white.png) #606672 center center no-repeat;
    background-size: 12px;
}

.filter_type input[type="checkbox"]:checked + .check-box-img {
    background: url(img/ok_white.png) #388a6d center center no-repeat;
    background-size: 12px;
}

.hidden-type {
    display: none;
}

.see_shop input[type="checkbox"]{
    display: none;
}
.see_shop label{
    display: block;
    height: 28px;
    white-space: nowrap;
    font-size: 14px;
    color: #374a99;
    line-height: 26px;
    text-decoration: none;
    padding: 0 12px;
    border: 1px solid #e4e5ea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    cursor: pointer;
}
.see_shop input[type="checkbox"]:checked + label,
.see_shop label:hover{
    background: #374a99;
    color: #fff;
}
.see_shop li{
    padding: 0;
}
.see_shop li a, .see_shop label{
    margin-left: 8px;
}

.shop_ban.slider{
    margin-left: 0;
    margin-right: 0;
}
.shop_ban.slider .sb_item{
    position: relative;
    margin-right: 0;
}
.shop_ban.slider .sb_item:focus{
    border: 0;
    outline: 0;
}
.shop_ban.slider .slick-dots li {
    display: inline-block;
    padding: 0 7px;
    text-align: center;
}
.shop_ban.slider .slick-dots li button {
    background: #dcdcda none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 13px;
    width: 13px;
    font-size: 0 !important;
}
.shop_ban.slider .slick-dots li button:focus{
    outline: 0;
}
.shop_ban.slider .slick-dots li.slick-active button {
    background: #41c1fb none repeat scroll 0 0;
}
.shop_ban.slider .sbc_wrapper{
    padding-left: 160px;
}
.shop_ban.slider .slick-dots{
    text-align: center;
    margin-left: 0;
}
input::-ms-clear {
    display: none;
}
.sku-info .flex-box .flex-item.price .value > span{
    display: block;
}
.sku-info .flex-box .flex-item.price .value .old_price {
    text-decoration: line-through;
}
.sku-info .flex-box .flex-item.price .value .new_price {
    color: #ff5252;
    font-weight: bold;
}
@media (max-width: 992px) {
    .filter_type{
        flex-wrap: wrap;
    }
    .filter_type .item{
        margin-bottom: 10px;
    }
}
@media (max-width: 450px) {
    .shop_ban.slider .sbc_wrapper {
        padding-left: 0;
    }
    .shop_ban.slider.v2 .img{
        left: 0;
    }
    .shop_ban.slider.v2 .title:before {
        left: 18px;
    }
}

span.buy-sku {
    margin-left: 17px;
}

div.price-cont-sku {
    height: 45px;
    margin-top: -10px;
    margin-left: 32px;
}

.price-cont-sku div.old-price-sku {
    height: 20px;
    text-decoration: line-through;
    font-size: 13px;
}

.price-cont-sku div.new-price-sku {
    font-size: 17px;
    height: 20px;
}

div.percent-discount {
    right: 0;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 19px;
    background: #ff000087;
    color: #ffffff;
    width: 52px;
}

ul.paging_pxp {
    display: inline-block;
    padding: 0 20px 0 0;
    float: left;
}
ul.paging_pxp li {
    display: inline-block;
    min-width: 49px;
    text-align: center;
    line-height: 49px;
    vertical-align: middle;
    padding: 0;
}

ul.paging_pxp li.current {
    border: 1px solid #c3c3c3;
    color: #c3c3c3;
    border-radius: 3px;
}

ul.paging_pxp li a {
    display: block;
    min-width: 49px;
    line-height: 49px;
    text-align: center;
    background: #17b7ff;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
}
ul.paging_pxp li a:hover {
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width:0px) and (max-width:767px){
    ul.paging_pxp {
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0 0 10px 0;
    }

    ul.paging_pxp li {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 0;
    }
    ul.paging_pxp li a {
        display: block;
        text-align: center;
        background: #17b7ff;
        text-decoration: none;
        color: #fff;
        border-radius: 3px;
    }
}

@media only screen and (min-width:0px) and (max-width:410px){
    ul.paging_pxp li {
        min-width: 40px;;
        line-height: 40px;
    }

    ul.paging_pxp li a {
        min-width: 40px;
        line-height: 40px;
    }
}

@media only screen and (min-width:411px) and (max-width:768px){
    ul.paging_pxp li {
        min-width: 45px;;
        line-height: 45px;
    }

    ul.paging_pxp li a {
        min-width: 45px;
        line-height: 45px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.paging_pxp {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media only screen and (min-width: 1240px) {
    ul.paging_pxp {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    a.btn_white_blue {
        margin: 0;
    }
    .ajax_pager {
        float: right;
    }
}

@media only screen and (max-width: 1240px) {
    div.pager-list{
        padding-bottom: 20px;
    }
}

.dPagingParent_pager {
    margin-top: 30px;
}
.cursor_p {
    cursor: pointer;
}

/* pxp tag h1....h6 */
.tag_h1 {
    font-size: 30px;
    color: #434861;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    line-height: 1.1;
    display: block;
}
.tag_h2 {
    padding: 28px 0 13px;
    font-size: 22px;
    color: #434861;
    font-weight: 300;
    margin: 0;
    font-family: inherit;
    line-height: 1.1;
    display: block;
}
.tag_h3 {
    font-size: 18px;
    font-family: inherit;
    line-height: 21px;
    color: #434861;
    font-weight: 300;
    margin: 0;
    padding: 15px 0 15px;
    display: block;
}
.tag_h4 {
    font-size: 16px;
    line-height: 19px;
    color: #434861;
    font-weight: normal;
    margin: 0;
    font-family: inherit;
    display: block;
}

.tag_h5 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
}

.tag_h6 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
}
/* end pxp tag h1....h6 */

.types_list {
    color: #fdb60b !important;
    font-weight: bold;
}

.dSubscribeForm .h3 {
    font-size: 18px;
    color: #282828;
    font-family: 'museo_sans_cyrl500';
    text-transform: uppercase;
    padding: 0;
}
@media (max-width: 992px) {
    .catalog_list .list_itme_data_styled{display: none;}
}