.catalog-sucategory-view .category-description {
    padding-bottom: 0;
    margin: 0;
}
.catalog-sucategory-view .category-description p {
    margin: 0;
}
.subcategory-items {
    width: 100%;
    margin-top: 34px;
    padding-top: 40px;
    border-top: 1px solid #E2E2E2;
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    align-items: flex-start;
}
.subcategory-item-wrap {
    display: flex;
    min-height: 200px;
    border: 1px solid #AFBFD6;
    border-radius: 10px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    row-gap: 5px;
    position: relative;
}
.subcategory-item-wrap > span {
    font-size: 21px;
    font-family: 'Barlow';
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}
.subcategory-item-wrap > a span {
    width: 74px;
    height: 74px;
    background-color: #24BD4D;
    border-radius: 100%;
    background-image: url('../images/link.png');
    background-repeat: no-repeat;
    background-position: center;
}
.subcategory-item-wrap > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #24BD4D;
}
.subcategory-item:hover a {
    display: flex;
}
.subcategory-item:hover .subcategory-item-wrap {
    border-color: #fff;
}
.category-seo-text .seo-heading{
    display: inline-block;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 36px;
}
.category-seo-text .seo-heading h2{
    margin: 0;
}
.category-seo-text p {
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}
.category-seo-text a:not(.continue-read) {
    text-decoration: underline;
    color: #1863C1;
}
.category-seo-text a {
    font-weight: 500;
}
.category-seo-text a:hover {
    color: #B8190D;
}
.category-seo-text .continue-read {
    color: #0D6135;
    text-decoration: none;
}
.category-seo-text .continue-read:after {
    content: '\f178';
    font-family: fontawesome;
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
}
.category-seo-text .seo-content p:last-child{
    margin-bottom: 0;
}
.category-seo-text {
    display: inline-block;
    margin-bottom: 32px;
    width: 100%;
}
.subcategory-item:hover img {
    opacity: 0.5;
}
@media screen and (min-width: 768px) {
    .sidebar .block-title.filter-title {
        display: none;
    }
}
.page-main .sidebar .block.filter {
    padding: 0;
}
.block.filter .block-subtitle {
    font-size: 19px;
    line-height: 23px;
    color: #fff;
    font-weight: 700;
}
.block.filter .block-subtitle {
    font-size: 19px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    border: 0;
    background-image: url('../images/sidebar-bg.png');
    background-repeat: no-repeat;
    padding: 20px 30px;
    border-radius: 15px 15px 0 0;
}
.block.filter .filter.active .filter-options,.block.filter .filter-options {
    background: #fff;
    border: 1px solid #59677C;
    padding: 0 30px;
}
.block.filter .filter-options .filter-options-item .filter-options-title {
    padding: 20px 30px 20px 0;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #D6D6D6;
    letter-spacing: 0.25px;
}
.block.filter .filter-options .filter-options-content {
    padding: 0;
    margin: 0;
}
.filter-options-content-outer {
    border-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.block.filter .filter-options .filter-options-item {
    border-bottom: 0;
    padding-bottom: 0;
}
.filter-options-title:after, .filter dl.options-title:after, .filter-options dt:after, .filter dl.options dt:after {
    font-size: 14px;
    font-weight: 700;
    top: 20px;
}
.active > .filter-options-title:after, .active > .filter dl.options-title:after, .active > .filter-options dt:after, .active > .filter dl.options dt:after {
    color: #1863C1;
}
.block.filter .filter-options .filter-options-item:last-child:not(.active) .filter-options-title {
    border-bottom: 0;
}
.block.filter .filter-options .filter-options-content .count {
    display: none;
}
.items.filter-checkbox li [type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
}
.items.filter-checkbox li label {
    padding-left: 28px;
    position: relative;
}
.items.filter-checkbox li label:before {
    content: '\f096';
    font-size: 17px;
    font-family: Fontawesome;
    color: #CACACA;
    position: absolute;
    left: 0;
    top: 5px;
    border: 0;
    margin: 0 auto;
    line-height: 100%;
    bottom: 0;
}
.items.filter-checkbox li {
    margin-bottom: 12px;
}
.products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
    border: 1px solid #B2BDCD;
    border-radius: 10px;
    padding: 10px 20px 20px;
}
.products-grid .product-item-info .product-item-details {
    padding: 0;
}
.products-grid .product-item-info {
    text-align: left;
}
.page-products .actions-secondary.top-wishlist {
    z-index: 9;
}
.products-grid .product-item-actions {
    margin: 0;
}
.products-grid .product-item-inner {
    line-height: 100%;
}
.page-layout-2columns-left .category-description p:last-child {
    margin-bottom: 0;
}
.page-layout-2columns-left .category-description {
    margin: 0;
    padding: 0;
}
.page-layout-2columns-left .products.products-grid {
    padding-top: 30px;
    border-top: 1px solid #E2E2E2;
    margin-top: 24px;
}
.items.filter-checkbox li input:checked + label:before {
    content: '\f14a';
    color: #1863C1;
}
.block.filter .filter-options .filter-options-content .price-slider-container {
    padding: 0;
}
.block.filter .filter-options .filter-options-content .price-slider-container .btn.submit {
    min-height: 40px;
    height: 40px;
    line-height: 100%;
    padding: 0 20px;
    margin: 0;
}
.block.filter .filter-options .filter-options-content .price-slider-container .input-wrap input {
    width: 50px;
    padding: 0;
    height: 40px;
}
/*.block.filter .filter-actions {
    display: none;
}
.block.filter .filter-current {
    display: none;
}*/
.subcategory-items {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}
.filter-action-wrapper {
    padding: 15px 30px;
    border: 1px solid #59677C;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.block.filter .filter-current .filter-action-wrapper .items {
    background: #fff;
    padding: 0;
    margin-bottom: 15px;
    border: 0;
}
.block.filter .filter-action-wrapper .filter-actions {
    padding: 0;
    margin-bottom: 10px;
}
.filter-content .filter-action-wrapper .item {
    margin: 0 0 10px 0;
    font-size: 15px;
}
.filter-current .action.remove {
    top: 4px;
}
.filter-action-wrapper .filter-label:after {
    margin-right: 5px;
}
.block.filter .items .filter-label {
    text-transform: capitalize;
    font-weight: 500;
}
.block.filter .block-actions .action.clear {
    text-decoration: none;
}
.block.filter .block-actions .action.clear:hover{
    background-color: #ED1B2F;
    color: #fff;
    border-color: #ED1B2F;
}
.page-layout-2columns-left.catalogsearch-result-index .products.products-grid {
    padding-top: 10px;
    border-top: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1365px){
    .subcategory-items {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px){
    .subcategory-items {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .subcategory-items {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width: 768px){
    .subcategory-items {
        gap: 30px;
        margin-bottom: 50px;
    }
}
/*New Design*/
.page-layout-2columns-left .products.products-grid {
    padding-top: 20px;
    border-top: 0;
    margin-top: 0;
}
.page-products:not(.catalog-sucategory-view) .columns {
    padding-top: 50px;
}
.page-products .category-description.show-less {
    max-height: 80px;
    overflow: hidden;
}
.show-full-desc {
    color: #1863C1;
    font-size: 17px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    line-height: 16px;
    border-bottom: 1px solid #1863C1;
    font-weight: 500;
    letter-spacing: 0.25px;
}
/*.show-full-desc:before {
    content: '';
    width: 10px;
    position: absolute;
    background: #1863C1;
    height: 2px;
    right: 4px;
    top: -2px;
    bottom: 0;
    margin: auto;
}*/
.show-full-desc:after {
    content: '\f178';
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 14px;
    margin-left: 5px;
    position: absolute;
    right: 0;
}
.page-products .category-description p:last-child {
    margin-bottom: 0;
}
.page-products .category-description p {
    margin-bottom: 15px;
}
.block.filter .filter-options {
    max-height: 100% !important;
}
.category-brands-item-wrap {
    display: flex;
    min-height: 130px;
    border: 1px solid #D5DEEB;
    border-radius: 10px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}
.category-brands-items {
    width: 100%;
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 80px;
    column-gap: 30px;
    row-gap: 20px;
    align-items: flex-start;
}
.category-brands-container{
    padding-top: 50px;
    border-top: 1px solid #E2E2E2;
}
.category-brands-item-wrap > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #24BD4D;
}
.category-brands-item-wrap:hover a {
    display: flex;
}
.category-brands-item-wrap img {
    max-height: 106px;
}
.category-brands-heading h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.category-brands-item-wrap > a span {
    width: 44px;
    height: 44px;
    background-color: #24bd4d;
    border-radius: 100%;
    background-image: url('../images/link.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.category-brands-item:hover img {
    opacity: 0.5;
}
.related-category-main {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.related-category-heading {
    margin-top: 80px;
    margin-bottom: 36px;
    width: 100%;
    display: inline-block;
}
.related-category-heading h2 {
    margin: 0;
}
.related-category-links ul {
    margin: 0;
    padding: 0;
}
.related-category-links ul li {
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}
.related-category-links ul li:last-child {
    margin-right: 0;
}
.related-category-links ul li a {
    padding: 0 30px;
    line-height: 46px;
    border: 1px solid #707070;
    display: inline-block;
    border-radius: 23px;
    text-decoration: none;
    color: #000;
}
.related-category-links ul li a:hover {
    background: #24BD4D;
    color: #fff;
    border-color: #24BD4D;
}
.category-faq-item:not(.active) .category-faq-ans {
    display: none;
}
.category-faq-item:first-child {
    border-top: 0;
}
.category-faq-item {
    border-top: 1px solid #CED2D7;
}
.category-faq-item.active {
    border-top: 0;
}
.category-faq-item.active .category-faq-item-wrap {
    padding: 30px;
    background: #f5f8fb;
    border: 1px solid #1863C1;
    border-radius: 10px;
}
.category-faq-item {
    border-top: 1px solid #CED2D7;
    color: #000;
}
.category-faq-qs h5 {
    padding: 20px 40px 20px 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}
.category-faq-ans p {
    margin: 0;
}
.category-faq-item.active .category-faq-qs h5 {
    padding-top: 0;
    font-weight: 800;
}
.category-faq-heading h2 {
    margin-bottom: 30px;
}
.category-faq-heading {
    text-align: center;
}
.category-faq-main {
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
}
.category-faq-qs h5:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 20px;
    color: #4978BC;
}
.category-faq-item.active .category-faq-qs h5:after {
    content: '\f106';
    top: 0;
}
.category-faq-item.active + .category-faq-item {
    border-top: 0;
}
.category-seo-text {
    margin-bottom: 70px;
}
/*New Design*/