.category-header-banner {
    color: white;

    height: 78px;
    padding: 26px 34px;
    margin-bottom: 1px;
    position: relative;

    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(https://placeimg.com/943/117/nature); set programmatically in category.tpl */
}

.category-header-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.category-header-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-family: var(--headings-font-family), sans-serif;
    font-size: 35px;
    font-weight: bold;

    line-height: 43px;
    margin-bottom: 10px;
}

#columns #center_column .category-header-banner h1 {
    text-align: left;
}

.category-header-banner .breadcrumb {
    color: white;
    font-size: 15px;
    margin: 0;
}

.category-header-banner .breadcrumb a {
    color: #FEE916;
    border: 0;
    padding: 0;
    text-decoration: underline;
    margin-right: 32px;
}

.category-header-banner .breadcrumb a.actions {
    color: #FFFFFF;
    text-decoration: none;
    cursor: initial;
}

.category-header-banner .breadcrumb a::after, .category-header-no-banner .breadcrumb a::after{
    width: 6px;
    height: 10px;
    top: 7px;
    right: -19px;
    background: url('/img/svg/arrow_1.svg') no-repeat 0 0;
    background-size: 6px 10px;
}

.category-header-no-banner .breadcrumb a::after{
    filter: brightness(0%);
    background-size: 6px 12px;
    margin-right: 5px;
    right: -16px;
}

.category-header-banner .breadcrumb a {
    color: #FEE916;
    border: 0;
    padding: 0;
    text-decoration: underline;
    margin-right: 32px;
}

.category-header-no-banner{
    width: calc(100% - 5px);
    display: flex;
    flex-flow: column nowrap;
    position:relative;
}

.category-header-no-banner h1{
    width: 100%;
}

.category-header-no-banner .breadcrumb{
    width: 100%;
    font-size: 16px;
}

.category-header-no-banner .breadcrumb a#bc_home{
    padding-left: 3px;
}

.category-header-no-banner{
    flex-direction: column-reverse;
}
.category-header-no-banner .breadcrumb{
    margin: 0;
    line-height: 32px;
}

.category-header-no-banner .breadcrumb a{
    border: none;
    font-size: 16px;
}

.category-header-no-banner #bc_home{
    width: 16px;
    height: 18px;
}

.category-header-banner .breadcrumb_container .breadcrumb a#bc_home{
    padding-right: 4px;
    background-image: url(/themes/mk2/img/icon/home_icon_v2.svg);
}

.category-header-no-banner h1{
    margin-top: 15px;
}

/* temporarily disable mobile theme (max-width: 450) */
@media screen and (max-width: 1px) {

    .category-header-banner {
        height: 47px;
        padding: 29px 19px;
    }

    .category-header-banner h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .category-header-banner .breadcrumb {
        font-size: 14px;
    }

    .category-header-banner .breadcrumb a::after {
        top: 5px;
    }
}

#category ul.cat-best-products li a {
    display: block;
}

.box.first {
    padding: 22px 20px;
    border-right: 0;
    border-left: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.resumecat {
    margin: 15px 0 10px 0;
    padding: 8px 7px;
    color: #000;
    background: #f0f0f0;
}

.content_scene_cat {
    padding: 5px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #e2e2e2;
    -webkit-box-shadow: 0 1px 1px #e2e2e2;
    box-shadow: 0 1px 1px #e2e2e2;
}

.content_scene_cat .cat_desc {
    font-size: 12px;
    line-height: 18px;
}

.content_scene_cat .cat_desc p {
    padding: 0 10px 5px 10px
}

.content_scene_cat .cat_desc .lnk_more {
    padding: 0 10px;
    color: #0088CC;
    background: url('/themes/mk2/img/arrow_right_1.png') no-repeat 100% 4px transparent;
}

.category-description {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 30px;
}

/* ************************************************************************************************
     SUB CATEGORIES
************************************************************************************************ */

#subcategories {
    margin-top: 15px
}

#subcategories h3 {
    padding: 14px 12px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #666;
    background: url('/themes/mk2/img/bg_table_th.png') repeat-x 0 0 #999
}

.inline_list {
    list-style-type: none;
    margin-top: 10px;
}

.inline_list li {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc
}

.inline_list li .img {
    float: left;
    margin-right: 15px
}

.inline_list li img {
    border: 1px solid #ccc
}

.inline_list li .cat_name {
    font-weight: bold;
}

.subcats {
    margin-bottom: 13px;
}

.subcats div.title {
    float: left;
    width: 110px;
}

.subcats ul {

}

.subcats > ul > li {
    float: left;
    margin: 0 16px 15px 0;
    position: relative;
}

.subcats ul li:hover {

}

/*.subcats ul li.row_last {
    margin-right: 0;
}*/
.subcats ul li:nth-child(5n) {
    margin-right: 0;
}

.subcats ul li.row_last > a.cat_name {

}

.category_image,
.category_image img {
    float: left;
}

.category-cover-list {
    margin-bottom: 6px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.category-cover-list .cover-list-wrapper {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-bottom: 32px;
    width: 193px;
    margin-right: 16px;
}

/*.category-cover-list .cover-list-wrapper.row_last {
    margin-right: 0;
    margin-left: 2px;
}*/
.category-cover-list .cover-list-wrapper:nth-child(5n) {
    margin-right: 0;
    margin-left: 2px;
}

.category-cover-list .cover-list-wrapper .header {
    margin-bottom: 20px;
    overflow: visible;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: auto;
}

.category-cover-list .cover-list-wrapper .header .lore {
    overflow: hidden;
    height: auto;
    max-height: 48px;
    white-space: normal;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.category-cover-list .cover-list-wrapper > div {
    height: 100%;
}

.category-cover-list .cover-list-wrapper a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.category-cover-list .cover-list {
    margin-bottom: 0 !important;
}

.subcats .mk-category.cat_name {
    white-space: normal;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.subcats .mk-category.cat_name.two-lines {
    height: 60px;
}

.subcats .mk-category.cat_name > span {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subcats .mk-category.cat_name::after {
    bottom: 0;
    top: 0;
    margin: auto;
}

.category-cover-list .cover-list {
    height: 89px;
    margin: 0 5px 20px!important;
}

.interview-banner, .category-promo-banner {
    margin-bottom: 30px;
}

@media screen and (min-width: 451px) {
    body.mobile #center_column .interview-banner {
        /* hide interview banners on landscape mobile */
        display: none;
    }
}

#product_list .interview-banner, #product_list .category-promo-banner {
    margin-bottom: 43px;
}

.interview-banner img {
    width: 100%;
}

@media screen and (max-width: 1280px) {

    .category-header-banner {
        background-position-x: -100px;
    }

    .subcats ul li:nth-child(5n) {
        margin-right: 16px;
    }

    .subcats ul li:nth-child(3n) {
        margin-right: 0;
    }



    .category-cover-list {
        width: 618px;
        margin-left: auto;
        margin-right: auto;
    }

    .category-cover-list .cover-list-wrapper:nth-child(5n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .category-cover-list .cover-list-wrapper:nth-child(3n) {
        margin-right: 0;
        margin-left: 0;
    }

}


.lego .lego-banner-wrapper {
    margin-bottom: 26px;
}

.lego h2 {
    padding-bottom: 0;
}

.lego .lego-subcategories {

}

.lego .lego-subcategories ul {
    float: none;
    overflow: hidden;
    padding: 16px 0;
}

.lego .lego-subcategories ul li:before {
    content: '';
    background: rgb(162,0,0);
    background: -moz-linear-gradient(0deg, rgba(162,0,0,1) 0%, rgba(254,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(162,0,0,1) 0%, rgba(254,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(162,0,0,1) 0%, rgba(254,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a20000",endColorstr="#fe0000",GradientType=1);
    position: absolute;
    left: 0;
    height: calc(100% + 2px);
    width: 6px;
    top: -1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 2;
    opacity: 0;
}

.lego .lego-subcategories ul li {
    background: rgb(253,253,253);
    background: -moz-linear-gradient(0deg, rgba(253,253,253,1) 0%, rgba(242,242,242,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(253,253,253,1) 0%, rgba(242,242,242,1) 100%);
    background: linear-gradient(0deg, rgba(253,253,253,1) 0%, rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfdfd",endColorstr="#f2f2f2",GradientType=1);
    position: relative;
    border-radius: 3px;
    box-shadow: 2px 3px 4px -3px #0000005e;
    -webkit-box-shadow: 2px 3px 4px -3px #0000005e;
    -moz-box-shadow: 2px 3px 4px -3px #0000005e;
    overflow: hidden;

    margin: 0 16px 15px 0;
}

.lego .lego-subcategories ul li:hover {
    background: rgb(242,242,242);
    background: -moz-linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 100%);
    background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#fdfdfd",GradientType=1);
    box-shadow: 3px 4px 1px -3px #0000005e;
    -webkit-box-shadow: 3px 4px 1px -3px #0000005e;
    -moz-box-shadow: 3px 4px 1px -3px #0000005e;
}

.lego .lego-subcategories.lego-by-passion-point ul li:nth-child(5n),
.lego .lego-subcategories.lego-by-theme ul li:nth-child(5n),
.lego .lego-subcategories.lego-by-age ul li:nth-child(4n) {
    margin-right: 0;
}

.lego .lego-subcategories.lego-by-theme ul {
    padding-bottom: 0;
}

.lego .lego-subcategories.lego-by-theme ul li:nth-child(n+6) {
    display: none;
}

.lego .lego-subcategories.lego-by-age ul li a.cat_name {
    line-height: 60px;
}

.lego .lego-subcategories.lego-by-passion-point ul li a.cat_name > span {
    text-align: center;
    background: rgba(0, 0, 0, 0.02);
    line-height: 36px;
    display: block;
}

.lego .lego-subcategories.lego-by-passion-point ul li.lego-adult-builders a.cat_name > span {
    background-color: #004073;
    color: rgba(255,255,255,0.95);
}
.lego .lego-subcategories.lego-by-passion-point ul li.lego-adult-builders:hover a.cat_name > span {
    filter: brightness(105%) contrast(105%);
    -webkit-filter: brightness(105%) contrast(105%);
}

.lego .lego-subcategories.lego-image-subcategories ul li a img {
    float: left;
}

.lego .lego-subcategories.lego-image-subcategories ul li:hover a img {
    filter: brightness(105%) contrast(105%);
    -webkit-filter: brightness(105%) contrast(105%);
}

.lego .lego-subcategories.lego-image-subcategories.lego-by-age ul li:hover a img {
    filter: brightness(103%) contrast(103%) saturate(0.7);
    -webkit-filter: brightness(103%) contrast(103%) saturate(0.7);
}

.lego .lego-show-all-themes {
    margin-top: 5px;
    padding-bottom: 25px;
    text-align: center;
}

.lego .lego-show-all-themes > span {
    cursor: pointer;
}

.lego .lego-show-all-themes > span > a {
    font-size: 16px;
    font-weight: 600;
    margin-right: 3px;
    text-decoration: none;
}

.lego .lego-show-all-themes > span:hover {
    border-bottom: 1px solid black;
    padding: 2px;
}

.lego .lego-show-all-themes > span .arrow-down {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: -3px;
}

.lego .lego-legal-notice {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    margin: 0 0 34px 0;
}

.lego .lego-legal-notice > small {
    color: #aaa;
    font-size: 11px;
}

.lego .category-header-banner .breadcrumb a {
    color: #fff;
}

@media screen and (max-width: 1280px) {

    .lego .category-header-banner {
        background-position-x: -287px;
    }

    .lego .lego-subcategories.lego-by-age ul li {
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .lego .lego-subcategories.lego-by-passion-point ul li:nth-child(5n),
    .lego .lego-subcategories.lego-by-theme ul li:nth-child(5n) {
        margin-right: 16px !important;
    }

    .lego .lego-subcategories.lego-by-age ul li:nth-child(4n) {
        margin-right: 4px !important;
    }

}
/*---------------------------------------ESH-968---------------------------------------------------*/
/*------------------------------show subcategories button------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
#show_subcat_button,
#show_more_subcat_button{
    font: 15px 'Noto Sans', sans-serif;
    font: 15px var(--content-font-family), sans-serif;
    background-color:hsla(255,100%,100%);
    border:1px solid #C2C2C2;
    box-shadow: 0 2px 0 #ECECEC;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    width: 210px;
    height: 41px;
    margin: 0 auto 28px auto;
    text-align: left;
    box-sizing: border-box;
    padding-top: 9px;
    padding-left: 11px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    display: flex;
    justify-content: space-between;
}

#show_subcat_button:hover,
#show_more_subcat_button:hover{
    box-shadow: none;
}

#show_subcat_button.show_subcat_hover:hover,
#show_more_subcat_button.show_subcat_hover:hover{
    box-shadow: none;
    border-color: #9f9f9f;
}

#show_subcat_button div,
#show_more_subcat_button div{
    background: url('/img/svg/arrow_1_grey.svg') no-repeat 0 0;
    text-align: right;
    width: 6px;
    height: 10px;
    margin-right: 16px;
    margin-top: 6px;
    transform: rotate(90deg);
}

#show_subcat_button.show_subcat_hover:hover div,
#show_more_subcat_button.show_subcat_hover:hover div{
    background: url('/img/svg/arrow_1_dark_grey.svg') no-repeat 0 0;
}
/*---------------------------------------ESH-968 END-----------------------------------------------*/


#category_top_products_headline,
#top-suppliers-header,
#additional-sub-cats-header,
#subcategories-header {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    font: normal normal bold 24px/29px Montserrat;
    font: normal normal bold 24px/29px var(--headings-font-family);
    margin-bottom: 10px;
    white-space: nowrap;
}

#category_top_products_headline::after,
#top-suppliers-header::after,
#additional-sub-cats-header::after,
#subcategories-header::after {
    content: '';
    border-bottom: 1px solid rgba(211, 211, 211, 1);
    width: 100%;
    margin-left: 15px;
    margin-bottom: 6px;
}

#top-suppliers-header,
#additional-sub-cats-header,
#subcategories-header {
    font-size: 20px;
}

#category_top_products{
    margin-bottom: 20px;
}

#category_top_products .category_top_product{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#category_top_products .category_top_product_left{
    display: flex;
    justify-content: left;
    align-items: center;
}

#category_top_products .category_top_product_text{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
}

#category_top_products .category_top_product_right{
    display: flex;
    justify-content: right;
    margin-left: 10px;
}

#category_top_products .category_top_product_right.direction_column{
    flex-direction: column;
    align-items: end;
}

#category_top_products .category_top_product_price{
    display: flex;
    align-items: center;
}

#category_top_products .category_top_product_price_value{
    margin-right: 5px;
}

#category_top_products .category_top_product_author{
    text-decoration: underline;
    white-space: nowrap;
}

#category_top_products .category_top_product_splitter{
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(211, 211, 211, 1);
}

#category_top_products .category_top_product_moc{
    display: flex;
    white-space: nowrap;
}

#category_top_products .category_top_product_moc.hidden{
    display: none;
}

#category_top_products .category_top_product_moc_price{
    margin-left: 5px;
    text-decoration: line-through;
}

#category_top_products .category_top_product_image{
    object-fit: contain;
}

#category_top_products .category_top_product_image_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

#category_top_products .category_top_product_image_wrapper a{
    display: flex;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

#category_top_products .category_top_product_text a{
    text-decoration: none;
}

#category_top_products .category_top_product_name,
#category_top_products .category_top_product_review{
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#category_top_products .category_top_product_review{
    margin-left: 5px;
    line-height: 19px;
}

#category_top_products .category_top_product_availability{
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

#category_top_products .category_top_product_availability_icon{
    margin-right: 10px;
}

#category_top_products .category_top_product_text_row{
    display: flex;
    align-items: center;
}

#category_top_products .category_top_product_availability_text_green{
    color: #3DAB0F;
    font-weight: bold;
}

#category_top_products .small-star{
    background: url('/img/svg/star.svg') 0 0 no-repeat;
    width: 17px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    flex-shrink: 0;
}

#category_top_products .category_top_product{
    height: 56px;
}

#category_top_products .category_top_product .category_top_product_image{
    max-height: 36px;
}

#category_top_products .category_top_product .category_top_product_index{
    min-width: 11px;
    font: normal normal normal 13px/18px Noto Sans;
    font: normal normal normal 13px/18px var(--content-font-family);
    margin-right: 20px;
}

#category_top_products .category_top_product .category_top_product_image_wrapper{
    width: 36px;
    height: 36px;
    margin-right: 20px;
}

#category_top_products .category_top_product .category_top_product_price_value{
    font: normal normal bold 30px/34px Asap;
    font: normal normal bold 30px/34px var(--price-font-family);
    color: #FF0000;
}

#category_top_products .category_top_product .category_top_product_price_currency{
    font: normal normal bold 15px/17px Asap;
    font: normal normal bold 15px/17px var(--price-font-family);
}

#category_top_products .category_top_product .category_top_product_moc{
    font: normal normal normal 10px/14px Noto Sans;
    font: normal normal normal 10px/14px var(--content-font-family);
}

#category_top_products .category_top_product .category_top_product_name{
    font: normal normal bold 13px/16px Montserrat;
    font: normal normal bold 13px/16px var(--headings-font-family);
}

#category_top_products .category_top_product .category_top_product_author{
    font: normal normal normal 10px/14px Noto Sans;
    font: normal normal normal 10px/14px var(--content-font-family);
}

#category_top_products .category_top_product .category_top_product_right{
    min-width: 100px;
}

#category_top_products .category_top_product .category_top_product_availability_icon{
    width: 16px;
    margin-right: 5px;
}

#category_top_products .category_top_product .category_top_product_availability{
    font-size: 10px;
    line-height: 14px;
    margin-left: 5px;
}

/*----ESH-1799----*/
.free_shipping_info{
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-top: 5px;
}

.category-header-banner .free_shipping_info{
    margin-bottom: 10px;
}

.category-header-banner.shipping_info {
    height: 100px;
}

.category-header-banner.shipping_info h1{
    margin-bottom: 0;
}
/*--ESH-1799 END--*/

.category-filters {
    margin: 30px 0;
    /* min height to prevent content jump after filters load */
    min-height: 46px;
}

.category-filters .filters-header {
    font-family: 'Montserrat', sans-serif;
    font-family: var(--headings-font-family), sans-serif;
    font-weight: bold;
    line-height: 46px;
    font-size: 21px;
    margin-right: 15px;
    display: inline-block;
}

@media screen and (max-width: 1280px) {

    .category-filters .filters-header {
        display: none;
    }
}

.category-filters .filters {
    display: flex;
    justify-content: space-between;
}

.category-filters .filters .filters-left .filter {
    margin-right: 5px;
}

.category-filters .filters .filters-right .filter {
    margin-left: 5px;
}

.category-filters .filter {
    display: inline-block;
    position: relative;
}

.category-filters .filter#_filter_sort .filter-btn {
    width: 210px;
}

.category-filters .filter-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 11px 14px;
    line-height: normal;
    border: 1px solid #D3D3D3;
    background-color: #F5F5F5;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

.category-filters .filter-btn:hover {
    background-color: #F8F8F8;
}

.category-filters .filter-btn.active {
    color: #108A00;
    border-color: #108A00;
    background-color: #fafdfa;
}

.category-filters .filter-btn.active:hover {
    background-color: #fdfffd;
}

.category-filters .filter-btn .filter-title {
    display: inline-block;
    width: 100%;
}

.category-filters .filter-btn .filter-title::after {
    content: '';
    width: 11px;
    display: inline-block;
    height: 8px;
    background-image: url('/img/svg/arrow_2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert();

    float: right;
    margin-left: 12px;
    margin-top: 9px;
}

.category-filters .filter-btn.active .filter-title::after {
    /* color #108A00 calculated using https://codepen.io/sosuke/pen/Pjoqqp */
    filter: invert() invert(33%) sepia(91%) saturate(993%) hue-rotate(79deg) brightness(94%) contrast(102%);
}

.category-filters .filter-btn.open .filter-title::after {
    transform: scaleY(-1);
    margin-top: 8px;
}

.category-filters .filter-content {
    display: none;
    position: absolute;
    cursor: default;

    width: 274px;

    background-color: white;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);

    top: 58px;
    left: 50%;
    margin-left: -137px;

    padding: 15px;
    box-sizing: border-box;
    z-index: 10;
}

.category-filters .filter-content::before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -9px;

    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #D3D3D3;
}

.category-filters .filter-content::after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -9px;

    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 11px solid white;
}

.category-filters .filter-content.pos-left {
    left: 0;
    margin-left: 0;
}

.category-filters .filter-content.pos-left::before,
.category-filters .filter-content.pos-left::after {
    left: 21px;
}

.category-filters .filter-content.pos-right {
    left: auto;
    right: 0;
    margin-left: 0;
}

.category-filters .filter-content.pos-right::before,
.category-filters .filter-content.pos-right::after {
    left: auto;
    right: 21px;
}

.category-filters .filter-content .filter-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 5px;
}

.category-filters .filter-content .opt-select-row {
    margin: 10px 0;
}

.category-filters .filter-content .opt-select-row input {
    margin-right: 10px;
    cursor: pointer;
}

.category-filters .filter-content .opt-select-row label {
    cursor: pointer;
}

.category-filters .filter-content .filter-double-range-inputs {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.category-filters .filter-content .filter-double-range-inputs .mk-input {
    width: 80px;
    padding: 4px 6px;
    margin: 0;
    text-align: right;
}

.category-filters .filter-content .filter-double-range-inputs input::-webkit-outer-spin-button,
.category-filters .filter-content .filter-double-range-inputs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.category-filters .filter-content .filter-double-range-inputs input {
    -moz-appearance: textfield;
}

.category-filters .active-tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.category-filters .active-tags:empty {
    margin-top: 0;
}

.category-filters .active-tags .filter-tag {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 4px 10px;
    padding-right: 25px;
    margin: 0 5px 5px 0;
    line-height: normal;
    border: 1px solid #D3D3D3;
    background-color: #F5F5F5;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

.category-filters .active-tags .filter-tag:hover {
    background-color: #fcfcfc;
}

.category-filters .active-tags .filter-tag::before,
.category-filters .active-tags .filter-tag::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 10px;
    width: 2px;
    height: 10px;
    background-color: black;
    border-radius: 4px;
}

.category-filters .active-tags .filter-tag::before {
    transform: rotate(45deg);
}

.category-filters .active-tags .filter-tag::after {
    transform: rotate(-45deg);
}

#filter-wrapper.filter-loading .filters .filter .filter-content > div,
#filter-wrapper.filter-loading .active-tags {
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
}

ul#product_list.filter-loading {
    position: relative;
    pointer-events: none;
    user-select: none;
}

ul#product_list.filter-loading li {
    opacity: 0.2;
}

ul#product_list.filter-loading::after {
    content: '';
    background: url('/themes/mk2/img/css/ajax-loader.gif') center no-repeat;
    position: absolute;
    top: 0;
    left: calc(100% / 2 - 75px);
    width: 150px;
    height: 150px;
    display: block;
}

#filter-wrapper.filter-loading .mk-double-range input[type='range']::-webkit-slider-thumb {
    pointer-events: none;
}

#filter-wrapper.filter-loading .mk-double-range input[type='range']::-moz-range-thumb {
    pointer-events: none;
}

.category_description{
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-top: 5px;
}

.category-header-banner .category_description{
    margin-bottom: 10px;
}

.pagination-placeholder .pagination-wrapper {
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    box-sizing: border-box;
}

.pagination-placeholder .pagination-wrapper > .pw-left,
.pagination-placeholder .pagination-wrapper > .pw-right {
    display: flex;
    gap: 20px;
}

.pagination-placeholder .pagination-wrapper .mk-ph-box {
    height: 100%;
}

.pagination-placeholder .pagination-wrapper .pph-up {
    width: 108px;
}

.pagination-placeholder .pagination-wrapper .pph-num-input {
    width: 228px;
}

@media screen and (max-width: 1280px) {
    .pagination-placeholder .pagination-wrapper .pph-num-input {
        display: none;
    }
}

.pagination-placeholder .pagination-wrapper .pph-prev {
    width: 120px;
}

.pagination-placeholder .pagination-wrapper .pph-nums {
    width: 129px;
}

.pagination-placeholder .pagination-wrapper .pph-num-max {
    width: 49px;
}

.pagination-placeholder .pagination-wrapper .pph-next {
    width: 84px;
}

.pagination-placeholder .pph-load-next {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    margin-top: 42.5px;
}

.pagination-placeholder .pph-load-next .mk-ph-box {
    width: 220px;
    height: 100%;
}

.category-top-products-placeholder .ph-products-wrapper {
    margin-bottom: 20px;
}

.category-top-products-placeholder .ph-product-row {
    width: 100%;
    height: 56px;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-top-products-placeholder .ph-products-wrapper .mk-ph-box {
    height: 100%;
}

.category-top-products-placeholder .ph-product-row:last-child {
    border-bottom: none;
}

.category-top-products-placeholder .ph-product-row > .ph-left {
    display: flex;
    height: 100%;
}

.category-top-products-placeholder .ph-product-row > .ph-left > .row-num {
    width: 11px;
    line-height: 36px;
    font-size: 13px;
    margin-right: 20px;
}

.category-top-products-placeholder .category_top_product_splitter {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(211, 211, 211, 1);
}


.subcats.top-suppliers,
.subcats.additional-subcats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 30px;
}

/*----ESH-2821----*/
@media screen and (max-width: 1280px) {
    .subcats.top-suppliers > :nth-child(n+4) {
        display: none;
    }
}
/*--ESH-2821 END--*/

/* ESH-3358 START */
.free-shipping-category-description {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-top: 5px;
}
/* ESH-3358 END */

/* ESH-3451 START */
#emoji-wrapper {
    display: flex;
    gap: 6px;
}

img.emoji {
    height: 20px;
    position: relative;
    top: 4px;
}
/* ESH-3451 END */
