/* ---- GLOBAL ---- */
.woocommerce-breadcrumb {
    font-size: 0.9em;
    font-weight: 700;
    color: #424242;
}

.woocommerce-breadcrumb a {
    text-decoration: none;
    font-weight: 400;
    color: #424242;
}

.woocommerce-breadcrumb .nbk-wc-delimiter {
    font-weight: 400;
    color: #424242;
    margin: 0em 5px;
}



/* ---- PRODUCT DETAIL ---- */
.nbk-p-type-product .nbk-wc-breadcrumb-container {
    background-color: #F6F6F8;
    padding-top: 6em;
    padding-bottom: 2em;
}

.nbk-p-type-product .nbk-wc-breadcrumb-container .nbk-layout-tight-content {
    display: flex;
    justify-content: space-between;
}

.nbk-p-type-product .nbk-wc-breadcrumb-container .nbk-wc-navigation-buttons {
    display: flex;
    align-items: center;
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.nbk-p-type-product .nbk-wc-breadcrumb-container .nbk-wc-navigation-buttons a {
    display: flex;
    text-decoration: none;
    color: #999999;
    font-size: 1.3em;
    font-weight: 700;
    line-height: unset;
    margin: 0em 0.5em;
}

.nbk-p-type-product .nbk-wc-breadcrumb-container .nbk-wc-navigation-buttons img {
    height: 20px;
    width: 20px;
}

.product .nbk-wc-summary-container {
    display: flex;
}

.product .nbk-wc-summary-container .woocommerce-product-gallery {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    margin-right: 2em;
}

.product .nbk-wc-summary-container .woocommerce-product-gallery__wrapper {
    width: 100%;
}

.product .nbk-wc-summary-container .woocommerce-product-gallery .flex-control-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product .nbk-wc-summary-container .woocommerce-product-gallery .flex-control-nav li {
    display: flex;
    cursor: pointer;
    margin: 0em 0.5em;
}

.product .nbk-wc-summary-container .woocommerce-product-gallery .flex-control-nav li img.flex-active {
    height: 15px;
    width: 15px;
    opacity: 1;
}

.product .nbk-wc-summary-container .woocommerce-product-gallery .flex-control-nav li img {
    background-color: #D71D23;
    height: 10px;
    width: 10px;
    object-fit: contain;
    border-radius: 50%;
    object-position: -99999px 99999px;
    opacity: 0.5;
}

.product .nbk-wc-summary-container .woocommerce-product-gallery .wp-post-image,
.product .nbk-wc-summary-container .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
    width: 400px !important;
    height: 500px !important;
    object-fit: contain !important;
}

.product .nbk-wc-summary-container .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    font-size: 0;
    height: 23px;
    width: 23px;
    background-image: url(/wp-content/themes/naber-kaffee/assets/icons/zoom.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 50px;
    order: 3;
}

.product .nbk-wc-summary-container .summary.entry-summary {
    width: 60%;
    padding-top: 4em;
    padding-bottom: 4em;
}

.product .nbk-wc-summary-container .summary.entry-summary h1,
.product .nbk-wc-summary-container .summary.entry-summary .price {
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #424242;
}

.product .nbk-wc-summary-container .summary.entry-summary h1 {
    margin-bottom: 0.3em;
}

.product .nbk-wc-summary-container .summary.entry-summary .price {
    width: fit-content;
    padding-top: 0.3em;
    border-top: solid 0.1em #999898;
    margin-bottom: 1em;
}

.product .nbk-wc-summary-container .summary.entry-summary .price span {
    color: #424242;
}

.product .nbk-wc-summary-container .woocommerce-notices-wrapper {
    margin-bottom: 1em;
}

.product .nbk-wc-summary-container .woocommerce-notices-wrapper .wc-forward {
    display: none;
}

.product .nbk-wc-summary-container .woocommerce-product-details__short-description {
    margin-bottom: 2em;
}

.product .nbk-wc-summary-container form.cart {
    display: flex;
    flex-wrap: wrap;
}

.product .nbk-wc-summary-container form.cart .button {
    margin-left: 1em;
}

.nbk-wc-product-page-with-age-restriction .nbk-wc-summary-container form.cart {
    display: none;
}

.product .nbk-wc-summary-container .woocommerce_gc_giftcard_form {
    width: 100%;
}

.product .nbk-wc-summary-container .woocommerce_gc_giftcard_form input[type=text] {
    width: calc(100% - 2em);
}

.product .nbk-wc-summary-container form.variations_form {
    flex-direction: column;
    row-gap: 1em;
}

.product .nbk-wc-summary-container form.variations_form .variations tr {
    display: flex;
    flex-direction: column;
}

.product .nbk-wc-summary-container form.variations_form .variations tr th {
    margin-bottom: 1em;
}

.product .nbk-wc-summary-container form.variations_form .reset_variations {
    text-decoration: none;
    padding: 0.7em 1em;
    background-color: #F6F6F8;
    display: inline-block;
    border-radius: 20px;
    margin-left: 0.5em;
}

.product .nbk-wc-summary-container form.variations_form table.variations th,
.product .nbk-wc-summary-container form.variations_form table.variations td {
    text-align: left;
    vertical-align: top;
}

.product .nbk-wc-summary-container form.variations_form table.variations select {
    margin-bottom: 0.5em;
    min-height: 40px;
    min-width: 170px;
    font-size: 0.9em;
}

.product .nbk-wc-summary-container .woocommerce-variation-add-to-cart {
    display: flex;
}

.product .nbk-wc-summary-container .woocommerce-variation-price {
    margin-bottom: 1em;
}

.product .nbk-wc-summary-container .woocommerce-variation-price .price {
    padding-top: 0em !important;
    border-top: none !important;
    font-size: 1.3em !important;
}

.product .nbk-wc-summary-container form.cart select {
    border: solid 1px #aaaaaa;
    padding: 1em;
    background: #fff;
    min-width: 90px;
    border-radius: 0px;
}

.product .nbk-wc-tabs-container {
    margin-top: 4em;
    margin-bottom: 4em;
}

.product .nbk-wc-tabs-container .wc-tabs {
    display: flex;
    margin-left: -0.75em;
    margin-right: -0.75em;
    border-top: solid 2px #BEBEBD;
    margin-bottom: 1em;
}

.product .nbk-wc-tabs-container .wc-tabs li {
    display: block;
    padding: 1em 0em;
    margin: 0em 0.75em;
}

.product .nbk-wc-tabs-container .wc-tabs li.active {
    border-top: solid 5px #d71c24;
    position: relative;
    top: -3px;
}

.product .nbk-wc-tabs-container .wc-tabs li.active a {
    color: #D71D23;
}

.product .nbk-wc-tabs-container .wc-tabs li a {
    color: #424242;
    font-weight: 700;
    text-decoration: none;
}

.product .nbk-wc-tabs-container .woocommerce-Tabs-panel h2 {
    display: none;
}

.product .nbk-wc-tabs-container #review_form_wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
}

.product .nbk-wc-tabs-container .commentlist li {
    display: block;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #bebebd;
}

.product .nbk-wc-tabs-container .commentlist li:last-child {
    border-bottom: none;
}

.product .nbk-wc-tabs-container .commentlist img {
    display: none;
}

.product .nbk-wc-tabs-container .commentlist .woocommerce-review__author,
.product .nbk-wc-tabs-container .commentlist .woocommerce-review__dash {
    display: none;
}

.product .nbk-wc-tabs-container .commentlist .star-rating {
    font-weight: 700;
    text-transform: uppercase;
}

.product .nbk-wc-tabs-container #review_form_wrapper .comment-reply-title {
    display: block;
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 1.3em;
}

.product .nbk-wc-tabs-container #review_form_wrapper .comment-form-rating {
    margin-bottom: 1em;
}

.product .nbk-wc-tabs-container #review_form_wrapper .stars span {
    display: flex;
    margin-left: -0.4em;
    margin-right: -0.4em;
    margin-top: 1em;
}

.product .nbk-wc-tabs-container #review_form_wrapper .stars a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    border: solid 2px #d71c24;
    text-decoration: none;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    color: #d71c24;
    line-height: unset;
    margin: 0em 0.4em;
}

.product .nbk-wc-tabs-container #review_form_wrapper .stars a.active {
    color: #fff;
    background-color: #d71c24;
}

.product .nbk-wc-tabs-container #review_form_wrapper .comment-form-comment {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.product .nbk-wc-tabs-container #review_form_wrapper .comment-form-author,
.product .nbk-wc-tabs-container #review_form_wrapper .comment-form-email {
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
    margin-bottom: 1em;
}

.comment-form .nbk-wc-compliance-container {
    margin-bottom: 1em;
}

.product .nbk-wc-tabs-container #review_form_wrapper .form-submit {
    margin-top: 1em;
}

.product .nbk-wc-related-products-container {
    background-color: #FAF5F3;
    padding-top: 4em;
    padding-bottom: 4em;
}

.product .nbk-wc-related-products-container h2 {
    color: #D71D23;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2em;
}

.nbk-wc-product-detail-category-content {
    padding-top: 4em;
    padding-bottom: 4em;
}



/* ---- PRODUCT CARD ---- */
ul.products {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em;
}

ul.products .product {
    max-width: calc(33.33% - 2em);
    width: calc(33.33% - 2em);
    margin-left: 1em;
    margin-right: 1em;
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0);
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0);
    transition: 0.5s;
    margin-bottom: 2em;
}
ul.products .product:hover {
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.08);
}

.products .product {
    display: block;
    background-color: #fff;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.products .product a {
    text-decoration: none;
    display: block;
}

.products .product img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    transform: scale(0.9);
    transition: 0.5s;
}
.products .product:hover img {
    transform: scale(0.85);
}

.products .product .woocommerce-loop-product__title {
    color: #000;
    font-size: 1em;
    text-align: center;
    padding: 0em 0.5em;
    margin-bottom: 0.5em;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.products .product .nbk-wc-categories {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5em
}

.products .product .price {
    text-align: center;
    display: block;
    font-weight: 700;
    margin-bottom: 1em;
}

.products .product .add_to_cart_button {
    color: #5C5C5C;
    padding: 0.7em 1.5em;
    border: solid 1px #5C5C5C;
    border-radius: 40px;
    width: fit-content;
    max-width: 250px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    transition: 0.5s;
}

.products .product:hover .add_to_cart_button {
    color: #fff;
    background-color: #D71D23;
    border: solid 1px #D71D23;
}
.nbk-wc-product-with-age-restriction .add_to_cart_button {
    display: none !important;
}

.products .product .add_to_cart_button.added {
    color: #fff;
    background-color: #AC161B !important;
    border: solid 1px #AC161B !important;
}

.products .product .added_to_cart {
    display: none;
}



/* ---- PRODUCTS ARCHIVE ---- */
.nbk-wc-is-product-archive-page #primary {
    min-height: unset;
}

.nbk-wc-is-shop-page .content-area,
.nbk-wc-is-product-archive-page .content-area {
    background-color: #FAF5F3;
}

.nbk-wc-is-shop-page .woocommerce-notices-wrapper,
.nbk-wc-is-product-archive-page .woocommerce-notices-wrapper {
    position: relative;
    z-index: 3;
}

.nbk-wc-is-product-archive-page #primary,
.nbk-wc-is-shop-page #primary {
    opacity: 1;
    transition: 0.5s;
    background-size: cover;
    background-position: top;
    background-image: none !important;
}

.nbk-wc-is-product-archive-page.nbk-products-archive-ajax-load #primary,
.nbk-wc-is-shop-page.nbk-products-archive-ajax-load #primary {
    opacity: 0.6;
}

.woocommerce-products-header {
    display: none;
}

.nbk-products-archive-header-background {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    left: 0;
    margin-top: -50px;
    overflow: hidden;
}

.nbk-products-archive-header-background img {
    width: 300px;
    max-width: 30vw;
    height: 400px;
    object-fit: contain;
    object-position: top;
}

.nbk-products-archive-header {
    position: relative;
    z-index: 2;
    padding-top: 8em;
    padding-bottom: 3em;
}

.nbk-products-archive-header .nbk-shop-title {
    color: #5C5C5C;
    text-align: center;
    font-size: 3.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.nbk-products-archive-header h1 {
    color: #D71D23;
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 2em;
}

.nbk-products-archive-header .nbk-category-navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -1em;
    margin-left: -1em;
}

.nbk-products-archive-header .nbk-category-navigation a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #3D6C8A;
    padding-bottom: 0.5em;
    transition: 0.5s;
    margin: 0.5em 1em;
}
.nbk-products-archive-header .nbk-category-navigation a:hover {
    color: #31566F;
}

.nbk-products-archive-header .nbk-category-navigation a.nbk-active {
    color: #D71D23;
    border-bottom: solid 3px #D71D23;
}

.nbk-products-archive-loop-container {
    position: relative;
    z-index: 2;
    padding-bottom: 3em;
}

.nbk-wc-products-archive-content {
    padding-top: 5em;
    padding-bottom: 1em;
}

.nbk-wc-products-archive-footer-content {
    padding-top: 4em;
    padding-bottom: 3em;
    background-color: #fff;
}

.woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

.woocommerce-pagination ul {
    display: flex;
}

.woocommerce-pagination ul li {
    display: block;
    margin: 0.5em;
}

.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
    display: block;
    padding: 1em;
    text-decoration: none;
}

.woocommerce-pagination ul li span {
    opacity: 0.6;
}




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

    /* -- PRODUCT CARD -- */
    ul.products {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    ul.products .product {
        margin: 0em 0.5em;
        max-width: calc(33.33% - 1em);
        width: calc(33.33% - 1em);
        margin-bottom: 1em;
    }

}




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

    /* -- PRODUCT CARD -- */
    ul.products .product {
        max-width: calc(50% - 1em);
        width: calc(50% - 1em);
    }
    .products .product img {
        height: 300px;
    }


    /* -- PRODUCT DETAIL -- */
    .nbk-wc-related-products-container .related.products .products .product:last-child {
        display: none;
    }

}




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

    /* -- PRODUCT CARD -- */
    ul.products .product {
        max-width: 100%;
        width: 100%;
    }
    .products .product img {
        height: 270px;
    }


    /* -- PRODUCT DETAIL -- */
    .nbk-p-type-product .nbk-wc-breadcrumb-container {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .nbk-p-type-product .nbk-wc-breadcrumb-container .nbk-layout-tight-content {
        display: flex;
        justify-content: center;
    }
    .nbk-p-type-product .nbk-wc-breadcrumb-container .woocommerce-breadcrumb {
        text-align: center;
    }
    .nbk-p-type-product .nbk-wc-breadcrumb-container .nbk-wc-navigation-buttons {
        display: none;
    }
    .product .nbk-wc-summary-container {
        flex-direction: column;
    }
    .product .nbk-wc-summary-container .woocommerce-product-gallery {
        width: 100vw;
        margin-left: -20px;
        margin-right: -20px;
    }
    .product .nbk-wc-summary-container .woocommerce-product-gallery .wp-post-image,
    .product .nbk-wc-summary-container .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
         width: 100% !important;
         height: 400px !important;
    }
    .product .nbk-wc-summary-container .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        margin-right: 20px;
    }
    .product .nbk-wc-summary-container .summary.entry-summary {
        width: 100%;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .product .nbk-wc-tabs-container .wc-tabs {
        border-top: none;
        flex-wrap: wrap;
        margin-left: -0.5em;
        margin-right: -0.5em;
        row-gap: 1em;
        margin-bottom: 2em;
    }
    .product .nbk-wc-tabs-container .wc-tabs li {
        display: block;
        padding: 1em 1.2em;
        background-color: #f5f6f8;
        border-radius: 20px;
        font-size: 0.9em;
        margin: 0em 0.5em;
    }
    .product .nbk-wc-tabs-container .wc-tabs li.active {
        top: 0;
        border-top: none;
        background-color: #FAF5F3;
        color: #D71D23;
    }
    .product .nbk-wc-tabs-container .wc-tabs li a {
        color: #6f6f6f;
    }
    .product .nbk-wc-related-products-container h2 {
        margin-bottom: 1.5em;
    }
    .nbk-wc-related-products-container .related.products .products .product:last-child {
        display: block;
    }


    /* -- PRODUCTS ARCHIVE -- */
    .nbk-wc-is-shop-page .nbk-fixed-nav,
    .nbk-wc-is-product-archive-page .nbk-fixed-nav {
        display: none;
    }

    .nbk-products-archive-header .nbk-shop-title {
        font-size: 2.4em;
    }
    .nbk-products-archive-header h1 {
        font-size: 1.5em;
    }
    .nbk-products-archive-header .nbk-category-navigation a {
        padding-bottom: 0.2em;
    }

}