.p-article{font-size:14px;margin-top:10px;color:#5a5a5a}
.p-article span{color:#000;font-weight:600}
/* CATEGORY */
.category{
    display: grid;
    grid: "sidebar content"
          "sbc content";
    grid-template-columns: 250px 1fr;
    grid-template-rows: min-content 1fr;
    grid-column-gap: 20px;
    margin-top: 25px;
}
.category__desc{
    margin: 25px 0 100px 0;
}
.category-name{
    margin-top: 25px;
    color: #3c4049;
}
.category .c-thumbs .slide:last-child .slide-btns{
    /*right: 10px;*/
}

.category .slide:hover .c-thumbs_br{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #d32f2f;
    pointer-events: none;
}
.category .slide .slide-img img{
    transition: 0.3s;
}
.category .slide:hover .slide-img img{
    transform: scale(1.1);
}

.sbc{
    grid-area: sbc;
}

.c-sidebar{
    grid-area: sidebar;
}
.c-product_list{
    grid-area: content;
}
.c-thumbs{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.c-thumbs .slide{
    width: 33.33%;
    /*margin: -1px;*/
    margin-right: -1px;
    margin-top: -1px;
    box-shadow: inherit;
    border: 1px solid #e7e7e7;
}

/* SUBCATEGORIES */
.sbc-caption {font-weight: bold; margin-bottom: 10px;}
.sbc {font-size: 14px;}
.sbc-list {margin: 0; list-style: none; padding: 0; font-weight: bold;}
.sbc-list li {padding: 11px 5px;}
.sbc-list li:last-child {border-bottom: none;}
.sbc-list li a {color: #3c4049; transition: 0.2s color;}
.sbc-list li a:hover {color: #d32f2f;}
.sbc-name {display: inline-block; vertical-align: middle;}
.sbc-list-i {font-weight: normal; list-style: none; padding-left: 15px; margin-top: 7px;}
.sbc-list-i li {padding: 5px;}
.sbc-list-i li a {color: #d32f2f;}
.sbc-list-i li a:hover {text-decoration: underline;}


.sbc__slider_list{
    display: flex;
    overflow: hidden;
}
.slick-slider.sbc__slider_list{
    overflow: inherit;
}
.sbc__slider_elem{
    display: flex!important;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 10px;
    justify-content: center;
    text-align: center;
}
.sbc__slider_title{
    color: #3c4049;
	line-height: 24px;
	height: 48px;
}


/* pagination */
.c-pagination {float: right; margin-top: 10px;}
.pagination {margin: 0; padding: 0; list-style: none; color: #757575;}
.pagination li {display: inline-block; margin-right: 10px;}
.pagination li:last-child {margin-right: 0px;}
.pagination li a {font-size: 16px; color: #7d7d7d; line-height: 32px;}
.pagination li.selected a {color: #3c4049; font-weight: bold;}
.pagination li.selected b {color: #3c4049;}

/* CATEGORY sorting */
.c-sorting {border: 1px solid #f0f0f0; border-radius: 4px 4px 0 0; padding: 7px 10px;
    /*border-bottom: none;*/
}
.c-sorting-inner {position: relative; height: 30px; z-index: 2; display: inline-block;}
.c-sorting-inner ul {position: absolute; left: 0; right: 0; top: 30px; background: #efefef; list-style: none; padding: 0; margin: 0;}
.c-sorting-cpt {line-height: 30px; color: #d32f2f; font-weight: bold; font-size: 14px; height: 30px; cursor: default; padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 5px;
}
.c-sorting-cpt i {width: 18px; height: 18px;}
.c-sorting-inner:hover .c-sorting-cpt {background: #efefef;}
.c-sorting-select {display: none;}
.c-sorting-inner:hover .c-sorting-select {display: block;}
.c-sorting-select li a {display: block; white-space: nowrap; font-size: 14px; color: #212529; padding: 7px;}
.c-sorting-select li a:hover {background: #d32f2f94; color: white; text-decoration: none;}






/* FILTERS */
.mcpt {height: 60px; box-shadow: 0 3px 6px rgba(0,0,0,.07); position: fixed; right: 0; left: 0; top: 0; background: #fafafa; z-index: 3; display: none;}
.mcpt-close {width: 60px; height: 16px;cursor: pointer}
.mcpt-text {line-height: 60px; font-size: 18px; font-weight: bold; padding-left: 15px;}
.sbc-show, .ff-show {display: none; margin-bottom: 15px; text-align: center;}
.c-mobile-ctrls{
    grid-area: mobile;
    display: flex;
    grid-column-gap: 10px;
}
.c-mobile-ctrl {width: 50%;}
.c-mobile-ctrl.l {padding-right: 5px;}
.c-mobile-ctrl.r {padding-left: 5px;}
.c-mobile-ctrl i {width: 21px; height: 21px;}
.c-mobile-ctrl .btn-ctrl, .wa-form input[type="submit"], .sys-payment input[type="submit"] {-webkit-appearance: none; background: white; color: #d32f2f; font-size: 14px; line-height: 42px;border: 1px solid #d32f2f; border-radius: 8px; font-weight: bold; text-decoration: none; outline: none;}
.btn-ctrl {background: white; color: #d32f2f; border: 1px solid #d32f2f; display: flex; align-items: center;justify-content: center; grid-column-gap: 5px}
.btn-ctrl:hover {background: #fafafa;}


.ff {user-select: none; font-size: 15px; position: relative; padding-bottom: 30px;}
.ff-frm {font-size: 14px; position: relative; padding-bottom: 100px;}
.ff-frm.no-reset {padding-bottom: 50px;}
.ff .fc {font-size: 15px; font-weight: bold; color: #262626;}
.ff-item {margin-bottom: 15px; border: 1px solid #F0F0F0; border-radius: 8px; padding: 7px 16px;}
.ff-item input[type="checkbox"], .ff-item input[type="radio"] {width: 0; height: 0; opacity: 0; float: left;}
.ff-cb-emul {
    display: flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
}
.ff-cb-emul-check {display: inline-block; vertical-align: top;
    border-radius: 4px; width: 20px; height: 20px; float: left; margin-right: 10px; transition: 0.2s background;}
.ff-cb:not(:checked)+label .ff-cb-emul-check {background: white; border: 1px solid #c4c4c4;}
.ff-cb:checked+label .ff-cb-emul-text {font-weight: bold;}
.ff-item-cpt {color: #3c4049; font-size: 14px; cursor: pointer; font-weight: bold; position: relative;
    display: flex;
    align-items: center;

}
.ff-item-cpt .nm {vertical-align: middle; width: calc(100% - 59px);}
.ff-item-cpt .ar {vertical-align: middle; height: 12px; width: 12px; margin-left: 15px; opacity: 0.5;transform: rotate(-90deg);}
.ff-item-cpt .qs {vertical-align: middle; height: 16px; width: 16px; margin-left: 15px;}
.ff-item.opened .ff-item-cpt .ar {transform: rotate(0deg);}
.f-help {position: absolute; left: 0; right: 0; top: 35px; background: #1e88e5; z-index: 3; padding: 15px; font-weight: normal; font-size: 12px; color: white; display: none;}
.ff-item-cpt .qs:hover .f-help {display: block;}
.f-help p:last-child {margin-bottom: 0;}
.ff-item-opt {display: none;}
.ff-item.opened .ff-item-opt {display: block;}
.ff-item-range {padding-top: 10px;}
.ff-item-params {padding-bottom: 10px;}
.ff-item-range input[type="text"] {width: 40%; font-size: 14px; padding: 8px; outline: none; border: 1px solid #d32f2f; border-radius: 8px;}
.ff-item-range input[type="text"]:focus {box-shadow: 0 0 15px 0 rgba(37, 117, 188, .29);}
.ff-item-range-spl {display: inline-block; width: 20%; text-align: center; font-size: 14px;}
.ff-item-slider {margin: 25px 10px; height: 2px;}
.ff-multiple {margin-top: 12px;}
.ff-color-marker {font-size: 0;}
.ff-color-marker i {display: inline-block; vertical-align: top; margin-top: 1px; width: 20px; height: 20px; border: 1px solid #c4c4c4; border-radius: 10px; float: right;}
.ff-s {-webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid lightgray; outline: none; height: 33px; padding: 0 5px; padding-right: 35px; width: 100%;}
.ff .ui-slider-horizontal {background: #eceff1; height: 2px; position: relative;}
.ff .ui-slider-range {background: #d32f2f; position: relative;}
.ff .ui-slider-handle {background: #d32f2f; border: 1px solid #d32f2f; border-radius: 10px; width: 20px; height: 20px; top: -9px; outline: none;}
.ff .ui-slider-handle.ui-state-hover {background: #d32f2f;}
.ff .ui-slider-range {height: 100%;}
.ff .ui-slider-handle {margin-left: -10px; position: absolute; z-index: 2; cursor: default; -ms-touch-action: none; touch-action: none;}
.ff .ff-deploy {position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding-bottom: 3px;}
.ff-deploy button{
    border: none;
    background: #d32f2f;
    color: white;
    font-size: 14px;
    line-height: 42px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    width: 100%;
    cursor: pointer;
}
.ff-frm.no-reset .ff-reset {display: none;}
.ff-reset {border: 1px solid #fd3246; text-align: center; display: block; margin-top: 10px; border-radius: 8px; line-height: 42px; color: #fd3246; background: white; font-weight: bold; text-decoration: none; transition: 0.2 s box-shadow;}
.ff-reset:hover {box-shadow: 0px 4px 16px rgba(117, 0, 0, 0.2); text-decoration: none;}
.ff-reset i {width: 18px; height: 18px; margin-right: 7px; width: 20px; height: 20px; margin-right: 7px; margin-top: 11px;}
.ff-sel {margin-bottom: 25px;}
.ff-sel-i {background: #edf7ff; padding: 10px; border-radius: 3px; margin-bottom: 10px;}
.ff-sel-i-cpt {font-weight: bold; border-bottom: 1px dashed #d3d3d3; padding-bottom: 5px; margin-bottom: 5px;}
.ff-sel-i-opt i {display: block; margin-bottom: 5px;}
.ff-sel-i-opt i:last-child {margin: 0;}
.ff-sel-i-cpt-rm {width: 12px; height: 12px; float: right; margin-top: 4px; cursor: pointer;}

/* CATEGORY media */
@media (max-width: 1200px){
    .c-thumbs .slide{
        width: 50%;
    }
}
@media (max-width: 992px){
    .c-thumbs .slide{
        width: 100%;
    }
}
@media (max-width: 768px){
    .ff .ff-deploy {position: fixed !important; padding: 0 15px; padding-bottom: 0; background: white;}
    .cath-sly-wrap {margin-right: -15px;}
    .sly ul li a {padding: 15px;}
    .ff-show {
        display: block;
    }
    /* SORTING */
    .c-sorting {padding: 0px;}
    .c-sorting-inner {display: block; text-align: center; height: 40px;}
    .c-sorting-cpt {line-height: 40px; height: 40px;}
    .c-sorting-inner ul {top: 40px;}



    .category{
        grid: "mobile"
              "content";
        grid-column-gap: inherit;
    }
    .category-name h1 {font-size: 20px; text-align: center; line-height: 24px; top: 0;}
    .ff.mobile-visible, .sbc.mobile-visible {display: block; margin-top: 0; position: fixed; margin-bottom: 0 !important;}
    .ff, .sbc {position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: white; z-index: 10; margin-top: 0; padding: 15px; padding-top: 85px; overflow-y: auto; display: none;}
    .sbc {padding-top: 65px;}
    .sbc-list {padding: 0; max-height: initial; overflow: auto; font-size: 16px;}
    .mcpt, .sbc-show, .ff-show {display: flex;}
    .mcpt{
        align-items: center;
        justify-content: space-between;
    }
}


