﻿/*Small Page*/
.page-small .k-listview-content {
    grid-template-columns: repeat(auto-fill, calc(50% - 3px));
    gap: 6px;
}

.page-small .product-list-outer {
    padding: 0;
    margin-bottom: 1.5em;
}

.page-small .k-listview-content {
    padding: 0 0.5em 0.5em 0.5em;
    margin-bottom:1em;
}

.page-small .product-wrap {
    padding: 1em;
}
.page-small .product-wrap > .image-wrap {
    height: 180px;
    margin-bottom: 0.75em;
}

.page-small .main-carousel.home {
    height: 350px;
}

.page-small .carousel-inner {
    max-width:100% !important;
    width:100% !important;
}

.page-small .main-carousel.home .carousel-gradient-overlay,
.page-small .main-carousel.hero .carousel-gradient-overlay {
    padding: 1em 1em;
}

.page-small .main-carousel.hero {
    border-radius:0;
    border-width:0 0 1px 0;
}

.page-small .page-main-options-outer,
.page-small .footer-logo-col,
.page-small .page-search-wrap > .k-icon,
.page-small .product-list-breadcrumbs,
.page-small .k-pager-info,
.page-small .k-pager-numbers,
.page-small .carousel-filter-container {
    display: none;
}

.page-small .page-header-row {
    display:flex;
    flex-direction:column;
    padding:0 1em 1em 1em;
}

.page-small .main-logo {
    height: unset;
    width: 50%;
    max-width: 250px;
}

.page-small .filter-wrap {
    border-radius:0;
    box-shadow:none;
    margin-bottom:0;
    border-width:0 0 1px 0;
    margin-right:0;
    max-width:100%;
    width:100%;
    box-sizing:border-box;
}

.page-small .page-footer-row {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding:1em 2em;
    align-items: flex-start;
}

.page-small .page-footer-row > div {
    width:100%;
    padding-bottom:1em;
}

.page-small .footer-border-right {
    border-right:none;
    border-bottom: 1px solid #424242;
}

.page-small .article-inner-wrap {
    display:flex;
    flex-direction:column;
}

.page-small .main-logo-wrap {
    padding:0.5em 0;
    margin-left:3em;
}

.page-small .filters-wrap-outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 20;
    overflow-y: auto;
}

.page-small .k-listview-pager {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-small .k-pager-numbers-wrap {
    gap: 0.5em;
}

.page-small .k-pager-nav.k-button, .k-pager-numbers > .k-button {
    padding: 1.1em !important;
}

.page-small .product-list-header {
    flex-direction:column;
    align-items:center;
    gap:0.75em;
    padding:0.75em 0;
}

.page-small .product-sort-section {
    margin:auto;
}

.page-small .small-page-filter-head {
    display:flex;
    flex-direction:row;
    height:70px;
    background-color: var(--back-green-dark);
}

.page-small .k-menu.k-menu-vertical:not(.k-context-menu) {
    height: 100%;
}


/*Medium Page*/
.page-medium .k-listview-content {
    grid-template-columns: repeat(auto-fill, calc(33.3% - 4px));
    gap: 6px;
}

