.page-products .category-description.show-less {
    max-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.page-products .category-description.show-less {
    margin-bottom: 25px;
}
.show-full-desc {
    color: #1863C1;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 40px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    line-height: 16px;
    border-bottom: 1px solid #1863C1;
}
.show-full-desc:after {
    content: '\f054';
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 12px;
    margin-left: 5px;
    position: absolute;
    right: 0;
}
.show-full-desc:before {
    content: '';
    width: 10px;
    position: absolute;
    background: #1863C1;
    height: 2px;
    right: 4px;
    top: -2px;
    bottom: 0;
    margin: auto;
}
.page-products .category-description {
    margin-bottom: 60px;
}
.catalog-landing-view .subcategory-container {
    padding: 40px 0 50px;
    background: #FAFAFA;
    margin-bottom: 50px;
    position: relative;
}
.subcategory-container h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px;
}
.subcategory-item-wrap img {
    max-height: 114px;
}
.subcategory-slider-item .direct-link {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.20px;
    text-align: center;
    line-height: 24px;
    color: #000;
}
.subcategory-item-wrap {
    padding: 20px;
    row-gap: 15px;
    background: #fff;
}
.subcategory-slider-item .action.primary {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border: 1px solid #1EC8D2;
    border-radius: 5px;
    display: inline-block;
    float: left;
    padding: 0;
    width: 100%;
    text-align: center;
    min-height: 40px;
}
.subcategory-slider-item .action.primary:hover {
    background: #08896D;
    color: #fff;
    border-color: #08896D;
}

.products.wrapper .product-items:not(.owl-carousel) > .product-item .product-item-info {
    padding: 0;
    border: 0;
}
.page-products .actions-secondary.top-wishlist {
    right: 0;
    left: auto;
}
.product-item .product-item-name {
    line-height: 26px;
    min-height: 52px;
    max-height: 52px;
    font-size: 18px;
}
.products.wrapper .product-stockstatus-wrraper {
    padding: 20px 0 5px;
}
.products.wrapper .product-item .price-box .price-label {
    font-size: 18px;
}
.subcategory-slider-item:hover .subcategory-item-wrap, .subcategory-slider-item:hover {
    border-color: #0DDFB1;
}
.subcategory-slider-item {
    border: 1px solid transparent;
}
.products-grid .product-item .product-image-container {
    padding: 10px 15px;
}
.related-category-main {
    display: inline-block;
    width: 100%;
    margin: 100px 0 20px;
}
.related-category-heading h3 {
    font-size: 38px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 30px;
}
.related-category-links ul {
    margin: 0;
    padding: 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:last-child {
    margin-right: 0;
}
.related-category-links ul li {
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}
.category-seo-text .seo-heading {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B8B8B8;
}
.seo-content h4 strong {
    font-weight: 800;
}
.seo-content ul li {
    list-style-type: disc;
}
.container.small-container {
    max-width: 1120px;
}
.catalog-category-view .best-sellers {
    background: #F9F8F3;
}
.catalog-category-view .best-sellers .product.data.items {
    padding-bottom: 0;
}
.related-category-links ul li a:hover {
    background: #08896D;
    color: #fff;
    border-color: #08896D;
}
.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: #F4FCFE;
    border: 1px solid #4FC1EC;
    border-radius: 10px;
}
.category-faq-item {
    border-top: 1px solid #CED2D7;
}
.category-faq-qs h4 {
    padding: 20px 40px 20px 0;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.category-faq-ans p {
    margin: 0;
}
.category-faq-item.active .category-faq-qs h4 {
    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 h4: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 h4:after {
    content: '\f106';
    top: 0;
}
.category-faq-item.active + .category-faq-item {
    border-top: 0;
}
body:not(.catalog-landing-view).page-products .columns {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E2E2E2;
}
body:not(.catalog-landing-view) .show-full-desc {
    margin-bottom: 0;
}
body:not(.catalog-landing-view).page-products .category-description {
    margin-bottom: 30px;
}
.subcategory-normal-items .subcategory-item {
    width: 50%;
}
.subcategory-normal-items {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: 50px;
}
.subcategory-normal-items .subcategory-item-wrap img {
    max-height: 46px;
    vertical-align: top;
}
.subcategory-normal-items .subcategory-item .action.primary {
    padding: 0 20px;
    border: 1px solid #363636;
    min-height: 40px;
    width: auto;
}
body:not(.catalog-landing-view).page-products .subcategory-container {
    padding: 0 10px;
}
.subcategory-normal-items .subcategory-item .direct-link {
    font-size: 22px;
    line-height: 26px;
}
.subcategory-normal-items .subcategory-item-wrap {
    padding: 12px 15px;
    row-gap: 15px;
    background: #fff;
    border: 1px solid #C8C5BC;
    border-radius: 5px;
    flex-flow: row;
    justify-content: space-between;
}
.subcategory-normal-items .subcategory-item .direct-link {
    font-size: 20px;
    line-height: 26px;
    margin-right: auto;
    margin-left: 40px;
}
.subcategory-normal-items .subcategory-item:hover .subcategory-item-wrap {
    border-color: #F6E3AF;
    background: #FEFBF1;
}
.page-products .toolbar-amount label {
    display: none;
}
.page-with-filter .toolbar-amount, .toolbar-amount {
    order: 1;
    font-weight: 400;
}
.page-products .sorter {
    order: 10;
    right: 0;
}
.page-products .modes {
    order: 9;
    display: flex;
    column-gap: 16px;
}
.page-products .toolbar .limiter {
    order: 2;
}
.page-products .toolbar label {
    font-weight: 600;
}
.page-products .toolbar select {
    height: 32px;
    background-color: #fff;
    border-radius: 0;
    border-color: #C9C9C9;
    margin: 0 0 0 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.page-products .limiter-text {
    margin-left: 10px;
}
.page-products .sorter-options {
    min-width: 140px;
    max-width: 140px;
}
.modes-mode {
    height: 24px;
    width: 24px;
    padding: 0;
    font-size: 0;
    border: 0;
}
.modes-mode:before {
    content: '';
    height: 24px;
    width: 24px;
}
.modes-mode.mode-list:before {
    background-image: url('../images/listicon.png');
}
.modes-mode.active, .modes-mode:hover {
    background: #fff;
    border: 0;
}
.modes-mode.mode-grid.active:before, .modes-mode.mode-grid:hover:before {
    background-image: url('../images/gridicon-active.png');
}
.modes-mode.mode-grid:before {
    background-image: url('../images/gridicon.png');
}
.modes-mode.mode-list.active:before, .modes-mode.mode-list:hover:before {
    background-image: url('../images/listicon-active.png');
}
.pages strong.page, .pages a.page, .pages a.page:visited {
    height: 32px;
    width: 32px;
    border-radius: 9px;
    border: 0;
    background: #fff;
    color: #000;
}
.pages .item {
    margin-right: 5px;
}
.pages .action.previous:before, .pages .action.previous:visited:before, .pages .action.next:visited:before, .pages .action.next:before {
    color: #08896D;
}
.pages .action.next:visited:before, .pages .action.previous:visited:before {
    color: #08896D;
}
.pages .action.next, .pages .action.next:visited, .pages .action.previous, .pages .action.previous:visited, .pages a.page:hover {
    background-color: #fff;
    border: 0;
}
.pages a.page:hover {
    background-color: #896911;
    border: 0;
    color: #fff;
}
.products.wrapper ~ .toolbar {
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}
.pages .current strong.page {
    background-color: #896911;
}
.pages .current strong.page {
    background-color: #896911;
    font-weight: 700;
}
.pages .action, .pages .action:visited {
    height: 32px;
    width: 32px;
}
.pages .action.previous:hover, .pages .action.next:hover {
    color: #fff;
    background-color: #896911;
}
.catalogsearch-result-index .page-main>.page-title-wrapper .page-title {
    margin-bottom: 0;
}
@-moz-document url-prefix() {
    .subcategory-slider-items.owl-carousel .owl-stage {
        display: flex;
    }
}
@media (min-width: 1300px) {
    .catalog-landing-view .subcategory-container:after,.catalog-landing-view .subcategory-container:before {
        position: absolute;
        width: 1000%;
        height: 100%;
        background: #FAFAFA;
        content: '';
        top: 0;
    }
    .catalog-landing-view .subcategory-container:after{
        right: -1000%;
    }
    .catalog-landing-view .subcategory-container:before {
        left: -1000%;
    }
}
@media (min-width: 1024px) {
    .products.wrapper .desktop_3 .product-items:not(.owl-carousel), .products.wrapper .desktop_4 .product-items:not(.owl-carousel) {
        margin-left: -30px;
        margin-right: -30px;
    }
    .products.wrapper .desktop_3 .product-items:not(.owl-carousel) > .product-item, .products.wrapper .desktop_4 .product-items:not(.owl-carousel) > .product-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 768px) {
    .subcategory-slider-items.owl-carousel .owl-nav {
        top: -70px;
        right: 0;
    }
    .subcategory-slider-items.owl-carousel .owl-nav [class*='owl-'] {
        width: 18px;
        height: 40px;
        background-color: transparent;
        border: 0;
        margin: 0 30px;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .subcategory-slider-items.owl-carousel .owl-nav .owl-prev {
        background-image: url(../images/bestseller-prev.png);
    }
    .subcategory-slider-items.owl-carousel .owl-nav .owl-next {
        background-image: url(../images/bestseller-next.png);
        margin-right: 0;
    }
    .subcategory-slider-items.owl-carousel .owl-nav [class*='owl-']:before {
        display: none;
    }
}
@media (min-width: 640px) {
    .products-grid .product-item {
        margin-bottom: 50px;
    }
}