﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 6 version
*/


@font-face {
    font-family: 'Rubik', sans-serif;
    src: url(/frontend/font/Rubik-Regular.ttf);
}

body {
    font-family: Arial, Verdana, Trebuchet MS, sans-serif,'Rubik';
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.no-scroll {
    height: 100%;
    overflow-y: hidden;
}

html, body {
    height: 100%;
}

.flex-content {
    margin-top: 72px;
    margin-bottom: 52px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-weight: bold;
}

.form-textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border: none;
    height: auto;
    font-size: 15px;
    line-height: initial;
    color: #121521;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .form-textarea:focus, .form-textarea:active {
        outline: 1px solid var(--accent-color);
    }

:root {
    --accent-bg-color: #19ce67;
    --accent-color: #ffbc06;
    --accent-text-color-hover: #19ce67;
    --nav-bg-color: white;
    --nav-text-color: #333;
    --nav-text-color-hover: #19ce67;
    --nav-text-color-selected: #19ce67;
    --nav-text-bg-color-hover: #fff;
    --sidebar-cart-width: 300px;
}

.nav-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.mobile_active {
    background-color: white;
    z-index: 99900;
}

.std-button {
    background-color: #025182;
    border: none;
    color: #FFFFFF;
    height: 30px;
    width: 100%;
    margin: 3px 0;
    border-radius: 4px;
    cursor: pointer;
}

.std-button-info {
    background-color: #FFFFFF;
    border: none;
    color: #025182;
    width: 100%;
    margin: 3px 0;
    border-radius: 4px;
    padding: 5px 0px;
    text-align: center;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grid-row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-column-gap: 14px;
    padding-bottom: 1rem;
    grid-row-gap: 1rem;
}

    .grid-row:last-of-type {
        padding-bottom: 0;
    }


#callButton, #callButtonDetails {
    display: none;
}

@media ( max-width: 400px ) {
    .grid-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .form-card input {
        width: 100%;
    }
}

#BillingCity {
    width: 100%;
    overflow: auto !important;
}

.grid-row-total {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.nav-Logo_Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .nav-Logo_Wrapper a {
        max-height: 100px;
        max-width: 280px;
    }

    .nav-Logo_Wrapper img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 6px 0;
        max-height: 60px;
    }

.shop-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .shop-menu img {
        max-height: 30px;
    }

#cart-toggle {
    cursor: pointer;
    position: relative;
}

body {
    padding: 0;
    margin: 0;
}

.nav-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container {
    margin: auto;
}



@media (max-width: 468px) {
    .item-collumn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .item-collumn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}



a {
    text-decoration: none;
    color: var(--accent-text-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100vh - 72px);
}

    .flex-content > .content-container {
        margin-top: 30px;
        z-index: 0;
        padding: 0 20px;
    }

.breadcumbs {
    background-color: #dddddd;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
}

.breadcrumb {
    padding: 5px;
}

a.breadcrumb {
    color: #337ab7;
    font-weight: normal;
}

    a.breadcrumb:after {
        content: '\e810';
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: never;
        font-size: 0.8rem;
        margin-left: 10px;
    }

    a.breadcrumb.no-arrow::after {
        content: ""
    }

.k-checkbox {
    border-radius: 4px;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    line-height: initial;
    border-width: 2px;
    border-style: solid;
    outline: 0;
    border-color: #c7c7c7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-appearance: none
}

    .k-checkbox:checked::before {
        content: '\2713';
        width: 100%;
        height: 100%;
        font-size: 12px;
        line-height: 16px;
        font-family: "fontello";
        overflow: hidden;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .k-checkbox:hover {
        cursor: pointer
    }

    .k-checkbox:checked::before {
        border-radius: 2px;
    }

    .k-checkbox:indeterminate::before, .k-checkbox.k-state-indeterminate::before {
        content: "";
        background-color: currentColor;
        -webkit-transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
        width: 8px;
        height: 8px
    }

    .k-checkbox:disabled, .k-checkbox:disabled + .k-checkbox-label {
        outline: none;
        cursor: default;
        opacity: .6;
        -webkit-filter: grayscale(0.1);
        filter: grayscale(0.1);
        pointer-events: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.k-checkbox-label {
    margin: 0;
    padding: 0;
    line-height: 17px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    vertical-align: middle;
    position: relative;
    cursor: pointer
}

    .k-checkbox-label .k-label {
        cursor: pointer
    }

    .k-checkbox-label:empty {
        display: none
    }

    .k-checkbox-label.k-no-text {
        min-width: 1px
    }

    .k-checkbox-label .k-ripple {
        top: 8px;
        left: 8px;
        right: auto;
        bottom: auto;
        width: 40px;
        height: 40px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        visibility: hidden !important
    }

    .k-checkbox-label .k-ripple-blob {
        top: 50% !important;
        left: 50% !important;
        width: 200% !important;
        height: 200% !important
    }

    .k-checkbox + .k-checkbox-label, .k-checkbox-label + .k-checkbox {
        margin-left: 8px
    }

    .k-checkbox-label > .k-checkbox {
        margin-right: 8px
    }

.k-checkbox:checked {
    border-color: #3452ba;
    color: #fff;
    background-color: #3452ba;
}

.content-container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}


.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



/*Pagination*/

#pagination {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: pagination;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    #pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #pagination ul li {
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: 8px;
            cursor: pointer;
        }

            #pagination ul li a, #pagination ul li i {
                position: relative;
                padding: 7px 14px;
                line-height: 1.42857;
                text-decoration: none;
                color: rgba(0,0,0,0.7);
                background-color: #fff;
                border: 1px solid #ddd;
                margin-left: -1px;
                border-radius: 3px;
                font-weight: 600;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            #pagination ul li.active a {
                background-color: #025182;
                border-color: #025182;
                color: white;
                -webkit-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
            }

            #pagination ul li:hover a, #pagination ul li:hover i {
                -webkit-transform: translateY(-4px);
                -ms-transform: translateY(-4px);
                transform: translateY(-4px);
            }



/*pagination*/



/*price slider*/

.price-slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 26px 1fr 26px 70px;
    grid-template-columns: 70px 1fr 70px;
    grid-column-gap: 26px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-area: price;
}

#price-min, #price-max {
    font-size: 12px;
    line-height: 26px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 2px;
    text-align: center;
}

#price-min {
    grid-area: minPrice;
}

#price-max {
    grid-area: maxPrice;
}

.price-slider input {
    width: 100%;
}

/*price slider*/

/*Homepage*/

.category-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
}

.category-link {
    margin: 0 10px;
    padding: 4px 10px;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
}

    .category-link a {
        position: relative;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        display: block;
        white-space: nowrap;
    }

        .category-link a::before {
            content: " ";
            height: 2px;
            width: 0;
            background: var(--accent-color);
            position: absolute;
            bottom: -2px;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

    .category-link:hover a, #category-slider .splide__slide.is-active .category-link a, #secondary-DayMenu-slider .splide__slide.is-active .category-link a {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }

        .category-link:hover a::before, #category-slider .splide__slide.is-active .category-link a::before, #secondary-DayMenu-slider .splide__slide.is-active .category-link a::before {
            width: calc(80%);
        }

.product-wrapper {
    background-color: #f7f7f7;
    border-radius: 28px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

    .product-wrapper img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

.product-price {
    margin: 0 10px;
    font-weight: bold;
    font-size: 1.2rem;
}

.product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.product-description {
    text-align: left;
    margin-bottom: 1rem;
}



.btn {
    padding: 8px 18px;
    border-radius: 20px;
    border: none;
    font-size: 1rem;
    line-height: 1rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}

    .btn:hover {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
        cursor: pointer;
    }

.add-to-cart {
    background-color: var(--accent-color);
    color: #fff;
    font-weight: 300;
    white-space: nowrap;
}

.add-to-cart-sicap {
    color: var(--accent-color);
    font-weight: 300;
    white-space: nowrap;
    text-align: center;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}



.product-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#category-slider .category-link a {
    pointer-events: none;
}

#primary-DayMenu-slider .product-wrapper {
    max-width: 800px;
    margin: 10px auto;
}

#primary-DayMenu-slider .splide__slide__container {
    margin: 10px;
}

#primary-DayMenu-slider .product-description {
    text-align: center;
}

#category-slider {
    margin-top: 40px;
    margin-bottom: 30px;
}

    #category-slider .splide__slide, #secondary-DayMenu-slider .splide__slide {
        border: none !important;
    }

.modal-container {
    position: fixed;
    top: 76px;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

.modal_popup {
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 20px);
    margin: 10px;
}

.product-popup {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    max-width: 600px;
    position: relative;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.contact-button {
    top: -70px;
    left: 10px;
    padding: 15px;
    background-color: #a2bb94;
    border-radius: 50%;
    color: #fff;
    margin-right: auto;
    display: inline-block;
    margin: 10px;
    position: absolute;
}

    .contact-button:hover {
        -webkit-box-shadow: 0px 0px 6px #888888;
        box-shadow: 0px 0px 6px #888888;
    }


.bottom-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.popup_close {
    position: absolute;
    top: -10px;
    right: -5px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0px 0px 4px #888888;
    box-shadow: 0px 0px 4px #888888;
    background: #fff;
    width: 30px;
    height: 30px;
    z-index: 10;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-image {
    width: 100%;
    height: auto;
}

.product-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
}

    .product-add-to-cart button {
        width: 100%;
        font-size: 1.2rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        border: 1px solid;
        border-radius: unset;
        padding: 10px 15px;
        line-height: 30px;
        border: none;
        background-color: var(--accent-color);
        color: white;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .product-add-to-cart i {
        width: 20px;
        color: var(--accent-color);
        cursor: pointer;
        font-size: 1.2rem;
    }

#quantity-value {
    text-align: center;
    width: 80px;
    height: 45px;
    outline: none;
    font-weight: bold;
    background-color: transparent !important;
    border: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 0px none;
    border-radius: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-accesory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0;
    line-height: 18px;
}

    .product-accesory input {
        margin-right: 6px;
    }

    .product-accesory label {
        margin-left: 6px;
    }

.product-quantity {
    margin: 10px;
}

.price-label {
    font-size: 0.9rem;
}

.product-message, .product-accesories, .product-description {
    margin-top: 1rem;
    margin-left: 7px;
    margin-right: 7px;
}

.product-accesories {
    border-top: 1px solid #ebebeb;
    padding-top: 1rem;
}

.product-message .form-textarea {
    width: 100%;
}

.product-price-weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 7px;
    margin-right: 7px;
    font-weight: bold;
}

.daily-menu-title {
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

.daily-menu-date-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 7px;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #555;
}

.daily-menu-time {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 1rem;
    padding: 4px;
    font-weight: bold;
    padding-right: 14px;
}

.cart-checkout-deliverydate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .cart-checkout-deliverydate input {
        border: none;
    }

.daily-menu-time-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: 9;
}

.daily-menu-time-arrow {
    position: absolute;
    width: 14px;
    height: auto;
    top: 16%;
    right: 0;
    pointer-events: none;
}

.cart-container {
    position: fixed;
    top: 0;
    padding-top: 62px;
    height: 100%;
    width: 0;
    background-color: #fff;
    right: 0;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 28px 0 rgba(0,0,0,0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1000;
}



@media (min-width: 1170px) {
    .flex-content {
        margin-right: var(--sidebar-cart-width);
    }

    .cart-container {
        width: var(--sidebar-cart-width) !important;
    }

    .cart-button {
        display: none !important;
    }

    .contact-button__mobile {
        display: none;
    }
}

@media (max-width: 1170px) {
    .cart-button {
        width: 100%;
        cursor: pointer;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 30px;
        background-color: var(--accent-color);
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 12px;
        border-radius: 0;
        display: block;
    }

    .cart-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .menu {
        width: 100%;
    }

    .dropdown-component {
        width: 100%;
    }

    #callButton, #callButtonDetails {
        display: block;
    }

    .breadcumbs {
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        line-height: 15px;
        flex-wrap: nowrap;
    }

    .dropdown-component li {
        background-color: #025182;
    }

        .dropdown-component li a {
            font-size: 16px;
        }
}
/*Cart Prodcuts*/
.cart-products {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--accent-color);
    margin-right: 2px;
    background: #f7f7f7;
}

    .cart-products::-webkit-scrollbar {
        width: 3px;
    }

    .cart-products::-webkit-scrollbar-track {
        background: #fff;
    }

    .cart-products::-webkit-scrollbar-thumb {
        background-color: rgba(100,100,100,0.2);
        border-radius: 20px;
        border: 3px solid var(--accent-color);
    }



.cart-container h2 {
    text-align: center;
}

.cart-close {
    position: absolute;
    right: 10px;
    top: 5px;
    background-color: transparent;
    color: #333;
    outline: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 2.2rem;
}

.cart-checkout {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    border-top: 1px solid rgba(100,100,100,0.1);
    padding: 12px;
}

.cart {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: -webkit-max-content 1fr -webkit-max-content;
    -ms-grid-rows: max-content 1fr max-content;
    grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
    grid-template-rows: max-content 1fr max-content;
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 20px;
    color: #707070;
}

    .cart > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .cart > *:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .cart > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

.product-cart {
    cursor: pointer;
    padding: 1rem 12px;
    border-bottom: 1px solid rgba(100,100,100,0.1);
}

    .product-cart:first-of-type {
        border-top: 1px solid rgba(100,100,100,0.1);
    }

.cart-btn {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid;
    border-radius: unset;
    padding: 10px 15px;
    line-height: 30px;
    border: none;
    background-color: var(--accent-color);
    color: white;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
}

.product-cart-name-price, .product-cart-description, .cart-checkout-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-cart-price {
    font-size: 1rem;
    font-weight: 300;
    color: #707070;
    padding: 5px;
}

.cart-checkout-total {
    margin-bottom: 1rem;
}

.product-cart-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--accent-color);
    line-height: 18px;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 1rem;
    padding: 5px 0;
}

.product-cart-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-cart-accesory {
    font-size: 0.8rem;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #707070;
    line-height: 16px;
}

    .product-cart-accesory span:nth-child(2) {
        margin-left: 20px;
    }

.product-cart-accesories {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
}

.product-cart-quantity span {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #333;
    padding: 0 5px;
}

.product-cart-quantity .icon-minus, .product-cart-quantity .icon-plus {
    color: var(--accent-color);
    font-weight: bold;
}

.product-cart-quantity .icon-trash-empty {
    color: var(--accent-color);
    padding: 5px;
}

.cart-visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.price-info {
    font-size: 0.7rem;
    margin-top: 4px;
}

.popup_error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    margin: auto;
    padding: 50px 0;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
}

.number-cart-products {
    position: absolute;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    top: 0;
    right: -4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    min-width: 1.2rem;
    text-align: center;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

    .number-cart-products:not(:empty) {
        opacity: 1;
    }
/*Cart Prodcuts*/
/*Homepage*/
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}





/*Formular*/
.form-control {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    padding: 6px 32px 6px 10px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    vertical-align: top;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}



.placeholder {
    position: absolute;
    font-size: 0.8rem;
    margin-left: 15px;
    margin-top: 2px;
}

.form-control
.form-textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: auto;
    padding: 0 15px;
    font-size: 15px;
    line-height: initial;
    color: #121521;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 15px;
}

.order-btn {
    border-radius: 0px;
    width: 100%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: var(--accent-color);
}

.form-card {
    padding: 30px;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

    .form-card label {
        margin-bottom: 6px;
        display: inline-block;
    }
/*Formular*/



/*Contact*/


.contact-form .form-control {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    margin-bottom: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 57px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0 15px;
    font-size: 15px;
    line-height: initial;
    color: #121521;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.contact-form .k-checkbox {
    margin-left: 7px;
    margin-right: 7px;
}

.contact-form label {
    font-size: 15px;
    line-height: initial;
    color: #121521;
}

.contact-form .submit {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-form .form-textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: auto;
    padding: 0 15px;
    font-size: 15px;
    line-height: initial;
    color: #121521;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 15px;
    margin-left: 7px;
    margin-right: 7px;
}


.contact-info {
    padding: 0 25px;
}

    .contact-info ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

    .contact-info li {
        position: relative;
        padding-left: 95px;
        color: #7d7d7d;
        margin-bottom: 35px;
    }

    .contact-info ul li .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px dashed var(--accent-color);
        width: 75px;
        height: 75px;
        line-height: 75px;
        color: var(--accent-color);
        border-radius: 50%;
        font-size: 35px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }

        .contact-info ul li .icon i {
            height: 100%;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 40px;
        }

    .contact-info ul li div {
        display: block;
        margin-bottom: 8px;
        color: #121521;
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        font-weight: 600;
    }

    .contact-info ul li a {
        color: #7d7d7d;
        display: block;
    }

        .contact-info ul li a:hover {
            color: var(--accent-color);
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            outline: 0 !important;
            text-decoration: none;
        }

.contact-form-page .contact-form {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.contact-form-page .contant-details {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 30px;
}

.about-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}

    .about-content ul li {
        margin: 0 10px;
        margin-bottom: 16px;
        position: relative;
        padding-left: 34px;
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .about-content ul li .icon-ok {
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
            background-color: #d2f5e1;
            color: var(--accent-color);
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            display: inline-block;
            font-size: 16px;
            position: absolute;
            left: 0;
            top: -2px;
        }

            .about-content ul li .icon-ok:before {
                height: 100%;
                width: 100%;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }


.btn-submit {
    display: inline-block;
    min-width: 150px;
    margin: 20px auto;
    background: var(--accent-color);
    color: #fefefe;
    font-size: 1.2em;
    padding: 1em;
    border-radius: 4px;
    text-align: center;
    position: relative;
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    -webkit-transition: linear 0.05s;
    -o-transition: linear 0.05s;
    transition: linear 0.05s;
}

    .btn-submit:focus {
        outline: 0;
    }

    .btn-submit.animate {
        width: 68.1818181818px;
        height: 68.1818181818px;
        min-width: 0;
        border-radius: 50%;
        color: transparent;
    }

        .btn-submit.animate:after {
            position: absolute;
            content: '';
            width: 25px;
            height: 25px;
            border: 4px solid #fefefe;
            border-radius: 50%;
            border-left-color: transparent;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-animation: spin ease-in 2.5s forwards;
            animation: spin ease-in 2.5s forwards;
            animation-name: spin;
            -webkit-animation-name: spin;
            -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            animation-duration: 2.5s;
            -webkit-animation-duration: 2.5s;
            animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
        }

        .btn-submit.animate.success:before {
            position: absolute;
            content: '';
            width: 25px;
            height: 12.5px;
            border: 4px solid #fefefe;
            border-right: 0;
            border-top: 0;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
            -ms-transform: translate(-50%, -50%) rotate(0deg) scale(0);
            transform: translate(-50%, -50%) rotate(0deg) scale(0);
            -webkit-animation: success ease-in 0.15s forwards;
            animation: success ease-in 0.15s forwards;
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }

        .btn-submit.animate.error {
            position: relative;
            -webkit-animation: vibrate ease-in 0.5s forwards;
            animation: vibrate ease-in 0.5s forwards;
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }


        .btn-submit.animate.success {
            position: relative;
            -webkit-animation: success-color ease-in 0.5s forwards;
            animation: success-color ease-in 0.5s forwards;
            -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
        }

        .btn-submit.animate.error:before {
            color: #fff;
            position: absolute;
            content: '!';
            font-size: 1.8rem;
            font-weight: bold;
            text-align: center;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale(0);
            -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
            -webkit-animation: error ease-in 0.5s forwards;
            animation: error ease-in 0.5s forwards;
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }

@keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    90% {
        -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(1);
        transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    98% {
        -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(0);
    }
}

@-webkit-keyframes success-color {
    from {
    }

    to {
        background: green;
    }
}

@keyframes success-color {
    from {
    }

    to {
        background: green;
    }
}

@keyframes success {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
        transform: translate(-50%, -50%) rotate(0) scale(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
        transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    }
}

@-webkit-keyframes success {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
        background: green;
    }
}

@keyframes error {
    from {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        background-color: #f44336;
    }
}

@-webkit-keyframes error {
    from {
        -webkit-transform: translate(-50%, -50%) scale(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        background-color: #f44336;
    }
}

@-webkit-keyframes vibrate {
    0%, 30%, 60%, 85%, 100% {
        left: 0;
        background-color: #f44336;
    }

    10%, 40%, 90%, 70% {
        left: -2px;
        background-color: #f44336;
    }

    20%, 50%, 80%, 95% {
        left: 2px;
        background-color: #f44336;
    }
}

@keyframes vibrate {
    0%, 30%, 60%, 85%, 100% {
        left: 0;
        background-color: #f44336;
    }

    10%, 40%, 90%, 70% {
        left: -2px;
        background-color: #f44336;
    }

    20%, 50%, 80%, 95% {
        left: 2px;
        background-color: #f44336;
    }
}
/*Contact*/

.modal-trigger {
    cursor: pointer;
}

.header-search {
    margin: auto 30px;
}

.search-result {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px 10px 1fr;
    grid-template-columns: 60px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    border-bottom: 1px solid rgba(100,100,100,0.2);
}

.search-result-selected {
    background-color: #DDDDDD !important;
}

.search-result img {
    height: 60px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

.search-results {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 40vh;
    overflow: auto;
    z-index: 999;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 28px 0 rgba(0,0,0,0.12);
}

    .search-results > div {
        padding: 0 10px;
    }

    .search-results a {
        color: #555;
        cursor: pointer;
        font-weight: 400;
        line-height: 1.2rem;
        font-size: 0.9rem;
    }

.search-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
    width: 100%;
    cursor: pointer;
}

    .search-control input {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 1rem;
        height: 2.5em;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 1.5;
        padding-bottom: calc(.5em - 1px);
        padding-left: calc(.75em - 1px);
        padding-right: calc(.75em - 1px);
        padding-top: calc(.5em - 1px);
        position: relative;
        vertical-align: top;
        background-color: #fff;
        border-color: #dbdbdb;
        border-radius: 4px;
        color: #363636;
        padding-left: 2.5em;
        width: 100%;
    }

    .search-control .is-left {
        color: #b1b1b1;
        height: 2.5em;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 2.5em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 4;
        left: 0;
    }

.grayed-out {
    background-color: #909090;
    color: #fff;
    font-weight: 300;
    white-space: nowrap;
    cursor: not-allowed;
}

header, .cartRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* aligns all child elements (flex items) in a row */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-cart header {
    background-color: #f9f9f9;
    padding: 8px;
    font-weight: bold;
    border: 1px solid #ddd;
}

.cartCol {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; /* distributes space on the line equally among items */
    padding: 8px;
}

.cartColTitle {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-col-photo, .cart-col-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.empty-cart {
    text-align: center;
    font-size: 20px;
}

    .empty-cart a {
        color: #025182;
    }

        .empty-cart a.identity-details-btn {
            color: #fff;
        }



.product-infos table {
    border-collapse: collapse !important;
}

    .product-infos table td, .product-infos table th {
        border: 2px solid #DDDDDD !important;
        padding: 10px;
    }

    .product-infos table tr:first-child td {
        border-top: 0 !important;
    }

    .product-infos table tr:last-child td {
        border-bottom: 0 !important;
    }

    .product-infos table tr td:first-child,
    .product-infos table tr th:first-child {
        border-left: 0 !important;
        border-right: 0 !important;
        font-weight: bold;
    }

    .product-infos table tr td:last-child,
    .product-infos table tr th:last-child {
        border-right: 0 !important;
        border-left: 0 !important;
    }



.prduct-image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.prduct-details-wrap {
    width: 50%;
    min-width: 360px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prduct-images {
    width: 100%;
}

.prduct-image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

.prduct-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

    .prduct-details .producer-image img {
        max-height: 60px;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        margin-right: 10px;
        margin-top: 7px;
    }

    .prduct-details .producer-image, .prduct-details .producer-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }




.stock-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px 10px 0px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.more-details {
    margin: -10px 0px 10px 0px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    border-top: none;
}

.more-details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prduct-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.details-column {
    font-size: 14px;
}

.price-column {
    width: 50%;
}

.producer-image {
    margin: 8px 0;
}

.prduct-details-wrap {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.buy-wrap input {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    width: 60px;
    margin-left: 10px;
}



.center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prduct-images img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-page-title {
    font-size: 24px;
    padding: 20px 10px;
}


.gallery-active {
    opacity: 1;
}

.fullscreen-product-gallery {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .fullscreen-product-gallery.visible {
        opacity: 1;
        pointer-events: all;
    }

.product-gallery {
    width: 98%;
    height: 98%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    max-width: 1600px;
    max-height: 1200px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border-radius: 6px;
    border: 2px solid #f8f8f8;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.18);
}

    .product-gallery > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .product-gallery > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .product-gallery > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .product-gallery > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

.product-gallery-toolbar {
    height: 36px;
    width: 100%;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding: 4px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    font-size: 26px;
    color: #000;
    opacity: 0.3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

    .product-gallery-toolbar:hover, .product-gallery-toolbar:active, .product-gallery-toolbar:focus {
        opacity: 0.8;
    }





.product-image-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}



@media only screen and (max-width: 960px) {


    .prduct-details-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }


    .product-gallery-toolbar {
        grid-column: unset;
    }

    #secondary-gallery-slider {
        padding-top: 10px;
    }


    #primary-gallery-slider {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(100,100,100,0.4);
    }

    #secondary-gallery-slider .splide__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }



    .product-gallery {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
    }



        .product-gallery > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }



        .product-gallery > *:nth-child(2) {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: #000 !important;
}

.product-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #909090;
    padding: 0px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-field {
    color: #fff;
    cursor: pointer;
    padding: 10px 16px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

    .product-field:hover {
        background: #025182;
    }

.field-title {
    font-size: 24px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 2px;
    color: #555;
    margin-bottom: 10px;
    margin-top: 10px;
}

.field-body {
    padding: 10px 20px;
}

    .field-body img {
        -o-object-fit: contain;
        object-fit: contain;
    }

.produce-price {
    text-align: right;
}

.save-price {
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}


.swiper-slide img {
    width: 100%;
    height: 100%;
    padding: 5px;
    -o-object-fit: contain;
    object-fit: contain;
}

#slider {
    height: 400px;
}

#slider-nav {
    width: calc(100% - 80px);
    margin: 0 40px;
}

.slider-nav-container {
    position: relative;
    padding: 10px;
    --swiper-navigation-color: black;
}

#slider-nav img {
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide {
    border: 2px solid transparent;
    cursor: pointer;
}

#slider-nav .swiper-slide-thumb-active, #full-slider-nav .swiper-slide-thumb-active {
    border: 2px solid #444;
    border-radius: 5px;
}

#slider-nav .swiper-slide {
    width: 100px;
    height: 80px;
}

.fullscreen-galleries {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 220px;
    grid-template-columns: 1fr 220px;
    min-width: 0;
    min-height: 0;
}

#full-slider-nav {
    padding: 10px;
}

    #full-slider-nav .swiper-slide {
        width: 100px;
        height: 80px;
    }

#full-slider iframe {
    width: 100%;
    height: 100%;
}

#full-slider-nav .swiper-wrapper {
    width: unset !important;
}

@media only screen and (min-width: 1280px) {
    #full-slider {
        border-right: 1px solid rgba(100,100,100,0.4);
        margin-right: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1280px) {
    .fullscreen-galleries {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr 120px;
        grid-template-rows: 1fr 120px;
    }

        .fullscreen-galleries > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .fullscreen-galleries > *:nth-child(2) {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }

    #full-slider {
        border-bottom: 1px solid rgba(100,100,100,0.4);
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.product-video {
    position: absolute;
    top: 13px !important;
}

/*.order-info {
   
    border: none;
    
    width: 100%;
    margin: 3px 0;
    border-radius: 4px;
    padding: 10px;
    list-style: none;
}*/

.order-info {
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Create 3 columns */
    width: 100%;
}

    /* Style for list items */
    .order-info li {
        flex-basis: calc(33.33% - 3px); /* Distribute equally in 3 columns with some spacing */
        background-color: #FFFFFF;
        color: #025182;
        margin-bottom: 10px; /* Add some space between list items */
        display: flex;
        flex-direction: column;
        align-items: center; /* Center content horizontally */
        justify-content: center; /* Center content vertically */
        text-align: center;
        padding: 5px;
        font-weight: bold;
        font-size: 13px;
        cursor: pointer;
    }

        .order-info li em {
            margin-bottom: 0.25em; /* Adjust the icon spacing from the text */
            font-size: 14px;
        }

        .order-info li .description {
            display: none; /* Initially hidden */
            position: absolute;
            top: 50px;
            left: 0;
            right: 0;
            background-color: #025182;
            opacity: 0.7;
            color: white;
            padding: 10px;
            font-size: 14px;
            text-align: center;
            width: 100%;
            font-weight: normal;
        }

        .order-info li:hover .description,
        .order-info li:focus .description {
            display: block; /* Show the description on hover or focus */
        }

.details-column-producer {
    font-size: 14px;
}
