body {
    background-color: #f4f4f4;
}




.main-container{
	max-width: 1420px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.main-row {
    margin: 20px -12px 40px -12px;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.site-breadcrumb{
    padding-bottom:0px !important;
}
.site-breadcrumb .container{
	padding:0px !important;
}
.main-row #left-column {
    padding: 0 12px;
    max-width: 274px;
    min-width: 274px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
}
.main-row #content-wrapper {
    padding: 0 12px;
    width: 100%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
}

.site-item-lists-section.site-item-lists.site-item-lists-grid .js-product {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 20px;
    padding: 0px 10px;
}

#amazzing_filter {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: none;
    border: 1px solid #ebebeb;

}

.af [class^="icon-"]:before, .af [class*="icon-"]:before{
    font-family: 'Atplast' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#amazzing_filter .af_filter .af_subtitle:before{
    display: none !important;
}
#amazzing_filter .af_filter:not(.closed) .af_subtitle:after{
    content: "\e90e";
    font-family: 'Atplast' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #acacac;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px;
}

#amazzing_filter .af_filter.closed .af_subtitle:after{
    content: "\e90f";
    font-family: 'Atplast' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #acacac;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px;
}

#amazzing_filter .af_filter {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0;
}

#amazzing_filter .af_subtitle {
    padding: 16px 35px 16px 20px;
    font-size: 15px;
    font-family: 'Outfit-SemiBold';
    font-weight: 600;
    line-height: 1.2;
    display: block;
    color:#252525;
    text-transform: uppercase;
}

#amazzing_filter .af_filter_content {
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

.block-category h1, h2#js-product-list-header {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Outfit-SemiBold';
    color: #252525;
    margin: -5px 0 10px 0;
}

.total-pages {
    font-size: 15px;
    color: #252525;
}
.total-pages b {
    font-weight: 600;
    font-family: 'Outfit-SemiBold';
} 

.atplast-custom-select {
    position: relative;
}

.atplast-custom-select .select-title {
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #252525;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    height: 40px;
    outline: 0 !important;
    min-width: 256px;
    text-align: left;
    cursor: pointer;
    position: relative;
    box-shadow: none;
    z-index: 1001;
    padding: 10px 15px 8px 15px;
}

.atplast-custom-select .select-title i {
    font-size: 12px;
    color: #b2b2b2;
    min-width: 20px;
    text-align: right;
    padding-top: 4px;
}

.atplast-custom-select .select-title .selectText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.atplast-custom-label {
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #252525;
    margin-right: 20px;
}

.atplast-custom-select .dropdown-menu {
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    font-family: "Outfit-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #252525;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0px;
    margin: 0;
    width: 100%;
    padding: 0px 0px 10px 0px;
    position: absolute;
    left: 0;
    top: 100% !important;
    transform: translate3d(0, 0, 0) !important;
}

.atplast-custom-select.open .dropdown-menu,
.atplast-custom-select.show .dropdown-menu {
    display: block;
}

.atplast-custom-select .dropdown-menu a {
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    color: #252525;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    margin-top: 1px;
}

.atplast-custom-select .dropdown-menu a:hover {
    background-color: #f2f2f2;
    color: #1e266d;
}

.atplast-custom-select .dropdown-menu a.current,
.atplast-custom-select .dropdown-menu a.current:hover {
    background-color: #83a7d4 !important;
    color: rgb(255, 255, 255) !important;
}

.site-item-lists-section.site-item-lists.site-item-lists-grid{
    padding:10px 0px 0px 0px;
}

.af .icon-plus:before {
    content: "\e910";
}
.af_subtitle_heading.af_subtitle_category_heading{
    padding-top:5px;
}

.af_filter_content .block-categories ul{
    padding:0px;
    margin:0px;
}
.af_filter_content .block-categories ul li{
    list-style:none;
}

.af_filter_content .block-categories ul li a.first-level-link{
    font-family: 'Outfit-SemiBold';
    font-size:16px;
    font-weight:600;
    color:#252525;
    text-decoration:none;
    line-height:20px;
}
.af_filter_content .block-categories ul li a.first-level-link:hover{
    color:#83a7d4;
}
.af_filter_content .block-categories ul li .parent-link .trigger-icon{
    min-width:30px;
}
.af_filter_content .block-categories ul li .parent-link .trigger-icon .icon-chevron-down, .af_filter_content .block-categories ul li .parent-link .trigger-icon .icon-plus{
    position:relative;
    top:6px;
    font-size:12px;
    color:#acacac;
}
.af_filter_content .block-categories ul li .parent-link .trigger-icon .icon-plus{
    font-size:10px;
    top:2px;
}
.af_filter_content .block-categories ul li .category-sub-menu{
    height: 0px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    overflow: hidden;
}
.af_filter_content .block-categories ul li.active > .parent-link + .category-sub-menu{
    height: auto;
    opacity: 1;
    transform: scaleY(1);
    transition: transform 0.3s ease, opacity 0.6s ease;
    overflow: hidden;
}
.af_filter_content .block-categories ul li.active > .parent-link .trigger-icon .icon-chevron-down{
    transform: rotate(180deg);
}
.af_filter_content .block-categories ul li.active > .parent-link .trigger-icon .icon-plus:before{
    content: "\e911";
}
.af_filter_content .block-categories ul li[data-depth="0"]:not(:first-child){
    margin-top:15px;
}

.af_filter_content .block-categories ul li.has-children > .parent-link {
    cursor: pointer;
}
.af_filter_content.af_filter_content_category{
    border-bottom: 1px solid #ebebeb;
}
.af-form {
    padding-top: 0px;
}

.af_filter_content .block-categories ul li ul{
    padding-left:10px;
}
.af_filter_content .block-categories ul li ul li{
    margin-top:15px;
}

.af_filter_content .block-categories ul li ul li a{
    font-family: 'Outfit-Regular';
    font-size:15px;
    font-weight:400;
    color:#252525;
    text-decoration:none;
    line-height:18px;
}
.af_filter_content .block-categories ul li ul li a:hover{
    color:#83a7d4;
}

#amazzing_filter .af_filter[data-url="kategorijos"] ul{
    padding:0px;
    margin:0px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li{
    list-style:none;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li:not(:first-child){
    margin-top:0px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label{
    position:relative;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label input{
    display:none;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label .name{
    position:relative;
    padding:0px 15px 0px 25px;
    font-family: 'Outfit-Regular';
    font-size:15px;
    font-weight:400;
    color:#252525;
    line-height:18px;
    margin:0px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label .name:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 22px;
    height: 22px;
    border: 1.5px solid #e1e1e1;
    border-radius: 4px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label input:checked + .name:before {
    background-color: #83a7d4;
    border-color: #83a7d4;
}

#amazzing_filter .af_filter[data-url="kategorijos"] ul li label input:checked + .name:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 1px;
    text-align: center;
    content: "\e902";
    font-family: 'Atplast' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 12px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label .name .af-toggle-child{
    position:relative;
    top:1px;
    color:#acacac;
}
.af_filter .count {
    color: #959595;
    margin-left: auto;
    padding-left: 0px;
    font-size: 15px;
    position:relative;
    top:2px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li ul{
    padding:10px 0px 0px 10px;
}

#amazzing_filter .af_filter.type-1 ul{
    padding:0px;
    margin:0px;
}
#amazzing_filter .af_filter.type-1 ul li{
    list-style:none;
    padding:5px 0px;
}
#amazzing_filter .af_filter.type-1 ul li:not(:first-child){
    margin-top:0px;
}
#amazzing_filter .af_filter.type-1 ul li label{
    position:relative;
}
#amazzing_filter .af_filter.type-1 ul li label input{
    display:none;
}
#amazzing_filter .af_filter.type-1 ul li label .name{
    position:relative;
    padding:0px 15px 0px 30px;
    font-family: 'Outfit-Regular';
    font-size:15px;
    font-weight:400;
    color:#252525;
    line-height:18px;
    margin:0px;
}
#amazzing_filter .af_filter.type-1 ul li label .name:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 22px;
    height: 22px;
    border: 1.5px solid #e1e1e1;
    border-radius: 4px;
}
#amazzing_filter .af_filter.type-1 ul li label input:checked + .name:before {
    background-color: #83a7d4;
    border-color: #83a7d4;
}

/*#amazzing_filter .af_filter.type-1 ul li label input:checked + .name:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 1px;
    text-align: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0iY2hlY2siPgogIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMFYweiIvPgogIDxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MUw5IDE2LjE3eiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4=);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}*/
#amazzing_filter .af_filter.type-1 ul li label input:checked + .name:after{
  
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 1px;
    text-align: center;
    content: "\e902";
    font-family: 'Atplast' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 12px;
}
#amazzing_filter .af_filter.type-1 ul li label .name .af-toggle-child{
    position:relative;
    top:1px;
   /* color:#acacac;*/
}

#amazzing_filter .af_filter.type-1 ul li ul{
    padding:10px 0px 0px 10px;
}
.selectedFilters .cf{
    display:none !important;
}
#amazzing_filter .af-slider .slider-bar {
    position: relative;
    margin: 8px 8px 15px 8px;
    height: 3px;
    background: #e1e1e1;
    border-radius: 0px;
    clear: both;
}
#amazzing_filter .af-slider .pointer {
    top: -8px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #83a7d4;
    border:none;
}
#amazzing_filter .af-slider .selected-bar {
    background: #83a7d4;
}

.slide-initial-value .from-value, .slide-initial-value .to-value{
    font-size:15px;
    font-family:"Outfit-Regular";
    font-weight:400;
    color:#959595;
}

/*change functionality of slider*/
 #amazzing_filter .af-slider .slider_value.edit > span{
    display:initial !important;
}
#amazzing_filter .af_filter:hover .slider_value, #amazzing_filter .af-slider .slider_value.edit{
    border:none !important;
}
#amazzing_filter .af-slider .slider_value {
    padding:0px !important;
    margin:0px !important;
    border:none !important;
    cursor:default !important;
    font-size: 15px;
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    color: #252525;
}
#amazzing_filter .slider-values .dash {
    font-size: 15px;
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    color: #252525;
    margin: 0px 3px;
}
#amazzing_filter .slider-values{
    margin-bottom:15px;
}

.clearAllFilter a {
    font-size: 15px;
    text-transform: uppercase;
    color: #1e266d;
    text-decoration: none;
    font-family: "Outfit-SemiBold";
    font-weight: 600;
    margin-top: 20px;
}
.clearAllFilter a i {
    font-size: 10px;
    margin-right: 10px;
}
.clearAllFilter a:hover .txt {
    text-decoration: underline;
}
.selectedFiltersOuter{
    padding:0px 20px 20px 20px;
}
.af-slider {
    margin-bottom: 0px;
}
.closeCategoryFilter{
    margin-top:20px;
}
.selectedFiltersOuter.bdr {
    border-top: 1px solid #ebebeb;
}
#amazzing_filter .toggleMoreFilters, #amazzing_filter .toggleMoreFilters:focus {
    background: none;
    margin: 13px 0px;
    padding: 0px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #1e266d;
    text-decoration: none;
    font-family: "Outfit-SemiBold";
    font-weight: 600;
}
#amazzing_filter .toggleMoreFilters i, #amazzing_filter .toggleMoreFilters:focus i {
    font-size: 12px;
    margin-right: 5px;
}
#amazzing_filter .toggleMoreFilters:hover .txt, #amazzing_filter .toggleMoreFilters:focus:hover .txt {
    text-decoration: underline;
}
@media (max-width: 1350px) {
.site-item-lists-section.site-item-lists.site-item-lists-grid .js-product {
    -ms-flex: 0 0 33.333333333%;
    flex: 33.333333333%;
    max-width: 33.333333333%;
    margin-top: 20px;
    padding: 0px 10px;
}
}
@media (min-width: 1176px) {
    .categoryFilterOpen, .filter__head, .total-pages.show-sm, .site-show-content-1175 {
        display: none !important;
    }
    .atplast-page-not-found{
        margin-left:-274px;
    }
    h2#js-product-list-header.adjust-margin{
        margin-left:-274px;
        text-align:center;
    }
  
  
}

@media (max-width: 1175px) {

    .filter__head .closeCategoryFilter i:before {
        font-family: 'Atplast' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    h2#js-product-list-header.adjust-margin{
        text-align:center;
    }
    .atplast-custom-label{
        display: none !important;
    }
    .categoryFilterOpen .site-btn {
        padding: 6px 24px;
        border-width: 2px;
        margin-right: 20px;
    }
    #amazzing_filter .btn-primary.compact-toggle, .site-hide-content-1175 {
        display: none !important;
    }
    

    body .main-row #left-column {
        padding: 0;
        max-width: 250px;
        min-width: 250px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -300px;
        z-index: -100;
        opacity: 0;
        padding-top: 50px;
        padding-bottom: 140px;
        -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
        background-color: #fff;
    }
    body.filterOpen2 .main-row #left-column{
        padding-bottom: 90px;
    }
    body.filterOpen .af-compact-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .3);
        z-index: 1029;
        display: block;
    }
    body.filterOpen .main-row #left-column {
        left:0px;
        opacity: 1;
        z-index: 1030;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }
    body.filterOpen .main-row #left-column #amazzing_filter .block_content {
        position: relative;
        width: 100%;
        height: 100%;
        
    }
    .filter__head {
        position: fixed;
        top: 0;
        left: -300px;
        min-width: 250px;
        max-width: 250px;
        height: 50px;
        background-color: #fff;
        border-bottom:1px solid #ebebeb;
    }
    .filter__head .name-icon {
        font-family: 'Outfit-SemiBold';
        font-weight: 600;
        font-size: 15px;
        color: #898989;
        text-transform: uppercase;
        padding-left: 20px;
    }
    .filter__head .name-icon i {
        font-size:20px;
        margin-right: 10px;
        color:#898989;
    }
    .filter__head .closeCategoryFilter, .filter__head .closeCategoryFilter:focus {
        width: 50px;
        height: 50px;
        font-size: 18px;
        color: #252525;
        cursor: pointer;
        margin-top:0px;
    }
    body.filterOpen .main-row #left-column #amazzing_filter .filter__head{
        left:0px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }
    body .main-row #left-column #amazzing_filter {
        position: relative;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 1030;
        -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 0%);
        -moz-box-shadow: 0 0 20px 0 transparent;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 0%);
        border-radius:0px;
        
    }
    .amazing-filter-inner{
        position: relative;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    body.filterOpen {
        overflow: hidden;
    }
    .selectedFiltersOuter {
        position: fixed;
        bottom: 0px;
        left: -300px;
        width: 250px;
        height: 140px;
        background-color: #fff;
        display:block !important;
    }
    body.filterOpen2 .selectedFiltersOuter {
        height: 90px;
    }
    body.filterOpen .main-row #left-column #amazzing_filter .selectedFiltersOuter {
        left:0px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }
    
}

@media (min-width: 768px) {
  
    .total-pages {
        order:1;
    }
    .category-page-head-inner{
        order:2;
    }
}

@media (max-width: 767px) {
    .main-row #content-wrapper{
        padding:0px 10px;
    }
    #js-product-list-top {
        display: block !important;
    }
    .categoryFilterOpen, .atplast-custom-select-outer{
        width:calc(50% - 8px);
    }
    .categoryFilterOpen .site-btn{
        padding:6px 10px;
        width:100%;
        margin:0px;
    }
    .atplast-custom-select-outer{
        
        width:calc(50% - 8px);
    }
    .atplast-custom-select-outer .atplast-custom-select{
        width:100%;
    }
    .atplast-custom-select-outer .atplast-custom-select .select-title{
        min-width:initial;
        width:100%;
    }
    .total-pages {
        margin: 15px 0px 5px 0px;
    }
    .block-category h1, h2#js-product-list-header{
       font-size:30px;
       line-height:36px;
    }
    .main-row {
        margin: 10px -10px 30px -10px;
    }
    .site-item-lists-section.site-item-lists.site-item-lists-grid{
        padding:0px;
    }
    .site-item-lists-section.site-item-lists.site-item-lists-grid .js-product {
        -ms-flex: 0 0 50%;
        flex: 50%;
        max-width: 50%;
        margin-top: 10px;
        padding: 0px 5px;
    }
    .main-container{
        padding:0px 15px;
    }
}   

@media (max-width: 500px) {
.atplast-custom-select .dropdown-menu{
    min-width:290px;
    left:auto;
    right:0px;
}
}

.atplast-custom-select .select-title .txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.categoryFilterOpen .site-btn i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.category-description-outer{
    margin-bottom:30px;
}

#category-description p {
    font-family: "Outfit-Regular";
    font-style: normal;
    font-weight: 400;
    margin:25px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
}
#category-description p:first-child{
    margin-top:0px;
}
.show-more-less-des-btn a {
    font-family: "Outfit-SemiBold";
    font-style: normal;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
.show-more-less-des-btn a:hover{
    color:#1e266d;
}
.show-more-less-des-btn a i {
    font-size: 12px;
    margin-right: 10px;
}

.category-description-outer {
    margin: 30px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    border-top: 1px solid #e1e1e1;
}

@media (max-width: 550px) {
    .site-item-lists .category-description-outer p {
        display: block !important;
    }
}



body.filterOpen .cky-revisit-bottom-left {  
    bottom: 18px;
    left: auto;
    right: 15px;
}

#js-product-list-header .block-category h1 + .block-category-inner{
    display:none !important;
}