/* Store Location Pages */
.store-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 400px;
    margin: 10px 0;
}
.store-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}
.store-services i {
    font-style: normal;
    font-size: 20px;
    padding-right: 10px;
    color: var(--red_color);
}
.store-info a {
    color: var(--red_color);
}
.store-info a:hover {
    text-decoration: underline;
}
.store-info .table>:not(caption)>*>* {
    border-bottom-width: 0;
}
.store-info .table th, .table td {
    border-top: 1px solid #e9ecef !important;
}
.store-info p {
    margin: 0 0 15px;
}

/* H2 Menu */

.h2-menu-wrapper {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 4;
}
#h2menu {
    display: flex;
    flex-direction: row;
    height: 60px;
    box-shadow: 0px 0px 17px rgb(0 0 0 / 35%);
    align-items: center;
    flex-wrap: nowrap;
}
.h2-menu-link {
    font-weight: bold;
    text-decoration: underline;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.h2-menu-link a:hover {
    text-decoration: underline;
}
#h2menu .owl-prev {
    left: 0px;
    top: 15px;
    width: 25px;
    height: 71px;
    background: linear-gradient(90deg,#fff 50%,rgba(255,255,255,0) 100%);
}
.h2-menu-wrapper .owl-prev::after {
    margin-left: 10px;
}
#h2menu .owl-next {
    right: 0px;
    top: 15px;
    width: 25px;
    height: 71px;
    background: linear-gradient(270deg,#fff 50%,rgba(255,255,255,0) 100%);
}
.owl-item.h2-product-needed {
    display: none;
}
@media (max-width: 767px) {
    .h2-menu {
        /* display: grid; */
        grid-template-columns: repeat(3, 1fr);
        align-content: center;
        justify-items: center;
        height: auto;
        padding: 9px 0;
    }
    .h2-menu-link {
        font-size: 14px;
        flex: 1 1 33%;
        text-align: center;
    }
}
@media (max-width: 590px) {
    .h2-menu-link a {
        width: 78%;
    }
}

/* Category Content */
.category-extra-info a {
    font-weight: bold;
    color: var(--red_color);
    text-decoration: underline;
    scroll-margin-top: 81px;
}

/* Category Items (Blog) */


.category-grid-wrapper {
    display: flex;
    flex-direction: column;
}

.category-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em 1em;
    justify-content: center;
}

.category-grid-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "category-item-image" "category-item-name";
    flex: 0 1 auto;
    background-color: var(--light_grey);
    border-radius: 8px;
    max-width: 400px;
}

.category-item-image {
    grid-area: category-item-image;
    display: flex;
    flex-direction: column;
}

.category-item-image img {
    border-radius: 8px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    overflow: hidden;
}

.category-item-image {
    grid-area: category-item-image;
}

.category-item-name {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 30px 30px 30px 30px; */
    gap: 5px 0px;
    grid-auto-flow: row;
    grid-template-areas: "category-item-title category-item-title" "category-item-author category-item-date" "category-item-hotbar category-item-hotbar" "category-item-cta category-item-cta";
    grid-area: category-item-name;
    padding: 10px 10px;
}

.category-item-author {
    grid-area: category-item-author;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.category-item-date {
    grid-area: category-item-date;
    display: flex;
    justify-content: flex-end;
}

.category-item-title {
    grid-area: category-item-title;
    font-size: 20px;
    font-family: var(--title_font);
    font-weight: bold;
    margin: 5px 0;
    height: 60px;
}

.category-item-hotbar {
    grid-area: category-item-hotbar;
    display: flex;
    column-gap: 1em;
}

.category-item-hotbar i {
    font-size: 14px;
    padding: 7px;
    color: #265d36;
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid #ebebeb;
    margin-right: 5px;
}

.category-item-difficulty,
.category-item-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.category-item-cta {
    grid-area: category-item-cta;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.toolbar-amount {
    display: none;
}

.custom-pager {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Category Print CSS */

@media print {

    li.link.authorization-link {
        display: none;
    }
    .page-wrapper {
        display: flex;
        min-height: unset;
    }
    a.logo {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -12%);
    }
    .category-right-column,
    .category-extra-info img,
    .category-video,
    .category-print,
    .category-review,
    .category-questions,
    .custom-product-checkbox input,
    button.custom-product-atc.action.tocart,
    .toolbar.toolbar-products,
    .akeans-top-cat-links,
    .products.wrapper.grid.products-grid,
    a#tab-label-question-title,
    div#category_review_qa,
    div#h2menu,
    a#tab-label-review-title {
        display: none !important;
    }
    .catalog-category-view .akeans-top-cat-links ~ .page-main {
        border: none;
    }
    .category-column-left-side {
        padding: 35px 20px 20px;
        min-width: unset;
        width: 100%;
        max-width: unset;
        text-align: center;
    }
    .category-quick-info-header {
        margin-top: 0;
    }
    .page-products .columns {
        padding-top: 10px;
    }
    .category-extra-info h2::before {
        content: none;
    }
    .category-extra-info h2 {
        padding: 0;
    }
    h1#products-needed {
        text-align: center;
    }
}

.category-item-author {
    font-size: 20px;
    font-family: var(--title_font);
    font-weight: bold;
}

.category-item-info {
    padding: 10px;
}