@font-face {
    font-family: 'TacticSans';
    src: url('./../fonts/tacticsans-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TacticSansItalic';
    src: url('./../fonts/tacticsans-regular-italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TacticSansBold';
    src: url('./../fonts/tacticsans-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TacticSansBoldItalic';
    src: url('./../fonts/tacticsans-bold-italic.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TacticSansBlack';
    src: url('./../fonts/tacticsans-black.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TacticSansBlackItalic';
    src: url('./../fonts/tacticsans-black-italic.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@charset "UTF-8";
@media screen, projection {
    body {
        font-family: "TacticSans", Arial, helvetica, sans-serif;
        background-color: #c0c0c0;
        background-image: url('./../images/bg_main.png');
        background-repeat: repeat;
        background-position: center center;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: "TacticSansBold", Arial, helvetica, sans-serif;
    }

    h1 {
        font-size: 1.85rem;
    }

    a {
        color: #001001;
        font-weight: bold;
        text-decoration: none;
    }

    a:hover {
        color: #001001;
        text-decoration: underline;
    }

    .alert {
        border-width: 2px;
        border-radius: 0px;
    }

    .form-control,
    .form-select {
        border: 2px solid #000000;
        border-radius: 0px;
    }

    .form-check {
        height: 2.00rem;
        line-height: 2.00rem;

        .form-check-input {
            width: 1.5rem;
            height: 1.5rem;
            border: 2px solid #000000;
        }

        .form-check-input[type=checkbox] {
            border-radius: 0px;
        }

        .form-check-label {
            padding-left: 0.50rem;
        }
    }

    .btn {
        color: #FFFFFF;
        font-size: 1.0rem;
        font-weight: bold;
        border-radius: 0px;
        padding: 0.70rem 1.20rem;
        border-width: 2px;
    }

    .btn-success {
        background-color: #234526;
        border-color: #234526;
    }

    .btn-success:hover {
        color: #234526;
        background-color: #FFFFFF;
        border-color: #234526;
    }

    .btn-primary {
        background-color: #001001;
        border-color: #001001;
    }

    .btn-primary:hover {
        color: #001001;
        background-color: #FFFFFF;
        border-color: #001001;
    }

    header {
        .nav-header-links {
            color: #001001;
            font-size: 0.90rem;
            display: flex;
            width: 100%;
            flex-wrap: wrap;
            justify-content: flex-end;
            padding-bottom: 1.00rem;

            a {
                color: #001001;
                text-decoration: none;
            }

            a:hover {
                color: #001001;
                text-decoration: underline;
            }

            .nav-header-links-item {
                margin-left: 1.00rem;
                white-space: nowrap;
            }

            .nav-header-links-item:first-child {
                margin-left: 0.00rem;
            }

            .nav-header-links-item img {
                margin-right: 0.50rem;
                height: 23px;
            }

            .nav-header-links-item:last-child img {
                margin-right: 0.00rem;
            }

            .nav-header-links-item:last-child a:last-child img {
                margin-right: 0.50rem;
            }


        }

        .nav-header-actions {
            color: #001001;
            display: flex;
            width: 100%;
            justify-content: flex-end;

            .nav-search {
                padding: 0.65rem 1.50rem 0.40rem 1.50rem;
                position: relative;
                flex-grow: 1;

                input {
                    color: #FFFFFF;
                    font-size: 0.90rem;
                    font-weight: bold;
                    width: calc(100% - 43px);
                    background: transparent;
                    border: 0;
                }

                input::placeholder {
                    color: #FFFFFF;
                    font-size: 0.90rem;
                    font-weight: bold;
                }

                input:focus {
                    outline: 0;
                }

                button {
                    background: transparent;
                    border: 0;
                }

                button:focus {
                    outline: 0;
                }
            }

            .nav-search::before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                background-color: #001001;
                border-radius: inherit;
                transform: skew(-20deg);
            }

            .nav-cart {
                font-weight: bold;
                padding-left: 1.50rem;
            }

            .nav-cart img {
                margin-right: 0.50rem;
                height: 25px;
            }

            .nav-cart a {
                color: #001001;
                text-decoration: none;
            }

            .nav-cart a:hover {
                color: #001001;
                text-decoration: underline;
            }
        }
    }

    .bg-grid {
        background: url('./../images/bg.png') repeat center center;
    }

    .box-shadow {
        box-shadow: 0px 0px 15px #333333;
    }

    .page-header {
        header {
            padding: 1.50rem 0;

            .logotype {
                img {
                    width: 100%;
                }
            }
        }

        .page-header-menu {
            .navigation-menu {
                font-family: "TacticSansBold", Arial, helvetica, sans-serif;
                font-size: 0.95rem;
                padding: 0.50rem;
                background: #FFFFFF;
                z-index: 0;

                .nav-link {
                    color: #001001;
                    padding: 0.50rem 0.75rem;
                    z-index: 2;
                    position: relative;

                    span {
                        z-index: 3;
                        position: relative;
                    }
                }

                .nav-link:hover {
                    color: #FFFFFF;
                    z-index: 2;
                }

                .nav-link:hover::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                    background-color: #001001;
                    border-radius: inherit;
                    transform: skew(-20deg);
                }
            }
        }
    }

    .vouchers-index {
        background-image: url('./../images/bg_index_vouchers.png');
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        min-height: 30rem;
    }

    .voucher-container {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 2rem 0 7rem 0;
    }

    .voucher-title-box {
        padding-top: 7rem;
        padding-bottom: 2rem;
    }

    .voucher-title {
        font-size: 1.80rem;
        margin: 0;
        padding-left: 4rem;
    }

    .voucher-text {
        color: #003006;
        font-size: 0.85rem;
    }

    .voucher {
        position: relative;
        width: 36%;
        display: flex;
        align-items: center;
        overflow: hidden;
        margin-right: -1.5%;
        opacity: 0.90;

        .voucher-image img {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            object-fit: cover;
            z-index: 2;
        }

        .voucher-info {
            background-color: #003006;
            color: white;
            padding: 30px 20px 50px 20px;
            flex: 1;
            text-align: left;
            clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
            margin: 50px 0px 20px 20px;
            z-index: 1;

            .voucher-info-content {
                padding-left: 150px;
            }

            p.voucher-value {
                font-size: 16px;
            }

            h2 {
                font-size: 20px;
                font-style: italic;
                border-top: 1px solid #FFFFFF;
                border-bottom: 1px solid #FFFFFF;
                margin: 0 0 0 10px;
                padding: 5px 0;
            }
        }

        .voucher-btn {
            position: absolute;
            background-color: #001001;
            color: white;
            border: none;
            padding: 10px 45px 10px 15px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            z-index: 3;
            right: 15px;
            bottom: 5px;
            background-image: url(./../images/icon_cart_button.svg);
            background-repeat: no-repeat;
            background-position: right 1.00rem center;
            background-size: 20px;
        }

        .voucher-btn:hover {
            background-color: #003006;
        }
    }

    .voucher:nth-child(odd) {
        .voucher-info {
            background-color: #001001;
        }

        .voucher-btn {
            background-color: #003006;
        }

        .voucher-btn:hover {
            background-color: #001001;
        }
    }

    .voucher:hover {
        opacity: 1;
    }

    .document-index {
        color: #FFFFFF;
        background-image: url('./../images/bg_index_articles.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;

        a {
            color: #FFFFFF;
            text-decoration: none;
        }

        a:hover {
            color: #FFFFFF;
            text-decoration: underline;
        }

        .document-index-content {
            padding: 5.00rem 2.00rem;

            h3 {
                font-size: 1.75rem;
                margin: 0 0 3.00rem 0;
            }

            .document-index-item {
                padding: 0 1.50rem 0 0;

                .document-index-item-picture {
                    margin-bottom: 2.00rem;
                }

                h4 {
                    font-size: 1.20rem;
                }
            }

            .document-index-more {

                a {
                    font-family: "TacticSansBold", Arial, helvetica, sans-serif;
                    font-weight: bold;
                    background-color: #004f05;
                    display: inline-block;;
                    padding: 0.75rem 1.00rem;
                }
            }
        }
    }

    .produst-suggest-index {
        .product-suggest-list-links {
            float: right;
            padding: 0.55rem 2.00rem 0 0;

            a {
                display: inline-block;
                padding: 0 0.80rem;
                margin: 0 1.00rem;
                background-color: #c0c0c0;
                background-image: url('./../images/bg_main.png');
                background-repeat: repeat;
                background-position: center center;
            }
        }

        h3 {
            font-size: 1.10rem;
            color: #FFFFFF;
            padding: 0.50rem 1.50rem;
            margin-bottom: 0;
            position: relative;
            display: inline-block;
        }

        h3::before {
            content: '';
            position: absolute;
            display: inline-block;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-color: #001001;
            border-radius: inherit;
            transform: skew(-20deg);
        }

        .product-suggest-list-title {
            margin-top: 2.00rem;
            margin-bottom: 3.00rem;
            position: relative;
            overflow-x: hidden;
            padding-left: 0.50rem;
        }

        .product-suggest-list-title::after {
            position: absolute;
            bottom: 1.00rem;
            left: 0;
            width: 100%;
            margin-left: 1rem;
            border-bottom: 2px solid #001001;
            content: "";
            z-index: -1;
        }
    }

    .faq-index {
        .faq-index-content {
            text-align: center;
            padding: 5rem 0;

            img {
                max-width: 50%;
            }
        }
    }

    .links-index {
        color: #FFFFFF;
        padding-bottom: 2.50rem;

        .links-index-bg {
            padding-top: 5.00rem;
            position: relative;
        }

        .links-index-bg::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: calc(100% - 2.50rem);
            z-index: -1;
            background-color: #011b02;
            background-image: url('./../images/bg_index_links.jpg');
            background-position: right center;
            background-repeat: no-repeat;
            background-size: auto 100%;
        }

        .container {
            margin-bottom: -2.50rem;
        }

        a {
            color: #FFFFFF;
            text-decoration: none;
        }

        a:hover {
            color: #FFFFFF;
            text-decoration: underline;
        }

        h2 {
            font-size: 1.70rem;
            margin: 0 0 2.50rem 0;
        }

        .nav {
            .nav-link {
                position: relative;
                z-index: 50;
            }

            .nav-link .nav-link-content {
                display: block;
                font-family: "TacticSansBold", Arial, helvetica, sans-serif;
                font-size: 1.35rem;
                line-height: 1.10rem;
                padding-top: 6.50rem;
            }

            .nav-03 .nav-link-content,
            .nav-04 .nav-link-content {
                display: block;
                font-family: "TacticSansBold", Arial, helvetica, sans-serif;
                font-size: 1.00rem;
                line-height: 1.10rem;
                padding-top: 3.20rem;
            }

            .nav-link .nav-link-more {
                font-size: 0.85rem;
                display: inline-block;
                padding: 0.50rem 0.75rem;
                margin-top: 0.75rem;
                background-color: #005004;
            }

            .nav-03 .nav-link-more,
            .nav-04 .nav-link-more {
                font-size: 0.70rem;
                padding: 0.30rem 0.50rem;
            }

            .nav-link::after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: auto 100%;
                border-radius: inherit;
            }

            .nav-01 .nav-link,
            .nav-02 .nav-link {
                padding-left: 6.00rem;
                padding-right: 8.00rem;
                margin-left: -5.00rem;
                margin-right: -2.20rem;
            }

            .nav-03 .nav-link,
            .nav-04 .nav-link {
                padding-left: 7.50rem;
                padding-right: 8.00rem;
                margin-left: -5.60rem;
                margin-right: 0;
            }

            .nav-03 .nav-link {
                margin-right: -4.60rem;
            }

            .nav-01 .nav-link,
            .nav-02 .nav-link {
                height: 17.00rem;
            }

            .nav-03 .nav-link,
            .nav-04 .nav-link {
                height: 13.00rem;
            }

            .nav-01 .nav-link::after {
                background-image: url('./../images/index_link_01.png');
            }

            .nav-02 .nav-link::after {
                background-image: url('./../images/index_link_02.png');
            }

            .nav-03 .nav-link::after {
                background-image: url('./../images/index_link_03.png');
            }

            .nav-04 .nav-link::after {
                background-image: url('./../images/index_link_04.png');
            }
        }
    }

    /*
    #productGallery_0 .bx-viewport {
        width: 100%;
        overflow: hidden;
    }

    #productGallery_0 ul {
        display: flex;
        padding: 0;
        margin: 0;
    }

    #productGallery_0 li {
        list-style: none;
        flex: 0 0 calc(33.333% - 10px);
        margin-right: 10px;
    }

    #productGallery_0 li:last-child {
        margin-right: 0;
    }

    #productGallery_0 .bx-wrapper {
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    */

    .about-index {
        color: #FFFFFF;
        background-color: #001001;

        .about-index-content {
            padding-top: 5.00rem;
        }

        h2 {
            font-size: 1.70rem;
            margin-bottom: 0.00rem;
        }

        p {
            font-size: 0.80rem;
            margin-top: 0;
            margin-bottom: 0.60rem;
        }

        p.about-index-subtitle {
            font-size: 1.10rem;
            margin-bottom: 1.50rem;
        }

        .col-lg-7 {
            border-right: 1px solid #FFFFFF;
            padding-right: 2.00rem;
        }

        .col-lg-5 {
            padding-left: 3.00rem;
        }

        .col-12 {
            padding-bottom: 2.00rem;
        }

        .producer-index-item {
            display: inline-block;
            margin: 0 5px 5px 0;
        }
    }

    .catalogue-header {
        min-height: 12rem;
        padding: 1.50rem 0;

        a {
            color: #001001;
            text-decoration: none;
            font-weight: bold;
        }

        a:hover {
            color: #001001;
            text-decoration: underline;
            font-weight: bold;
        }

        .catalogue-header-info {
            .catalogue-header-info-content {
                padding: 1.50rem 4.00rem 1.50rem 1.50rem;
                width: 100%;

                h1 {
                    font-family: "TacticSansBoldItalic", Arial, helvetica, sans-serif;
                    color: #003003;
                    font-size: 1.50rem;
                    position: relative;
                    overflow-x: hidden;
                }

                h1 span {
                    display: inline-block;
                }

                h1::after {
                    position: absolute;
                    bottom: 0.75rem;
                    width: 100%;
                    margin-left: 1rem;
                    border-bottom: 2px solid #001001;
                    content: "";
                }
            }
        }
    }

    .catalogue-subcategory {
        font-size: 0.90rem;
        padding: 1.50rem 0 4rem 0;

        .nav {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 0.50rem;

            .nav-item {
                width: calc(20% - 0.50rem);
                min-width: calc(20% - 0.50rem);
                display: flex;

                .nav-link {
                    font-family: "TacticSansBold", Arial, helvetica, sans-serif;
                    color: #003003;
                    border: 3px solid #001001;
                    background-color: #FFFFFF;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    text-align: left;
                }

                .nav-link:hover {
                    color: #FFFFFF;
                    border: 3px solid #003003;
                    background-color: #003003;
                }
            }
        }
    }

    .product-list-filter-top {
        position: relative;

        span {
            display: block;
            padding: 1.00rem;
            color: #FFFFFF;
            text-align: center;
            margin-left: calc(var(--bs-gutter-x)* .5 * -1);
            margin-right: calc(var(--bs-gutter-x)* .5 * -1);
            position: relative;
        }

        span::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: calc(100% + 10px);
            height: 100%;
            background-color: #003003;
            clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
            z-index: -1;
        }
    }

    .product-list-filter {
        background-color: #e1e1e1;
    }

    .product-list-filter-content {
        padding: 1.00rem;

        h4 {
            font-size: 1.20rem;
            margin-bottom: 1.00rem;
        }

        label {
            input.form-check-input {
                margin-right: 10px;
                border: 0px;
                border-radius: 0px;
            }
        }
    }

    .product-list-filter-button {
        margin-top: 1.50rem;
        display: block;
        background-color: #234526;
        color: #FFFFFF;
        border: 0;
        padding: 0.75rem;
        text-align: left;
        width: 85%;
    }

    .product-list-sort {
        position: relative;

        .sort-item {
            background: inherit;
        }
    }

    .product-list-sort::after {
        position: absolute;
        top: 50%;
        left: 0;
        width: calc(100% + 2rem);
        border-bottom: 4px solid #001001;
        content: "";
        z-index: -2;
        transform: translateX(-2rem) translateY(-50%);
    }

    .sort-item {
        display: inline-block;
        padding: 0 0.50rem;
        position: relative;
        background: none;
        margin: 0 0.50rem;
    }

    .sort-item.active a {
        color: #234526;
    }

    .sort-item::before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(./../images/bg_main.png);
        background-repeat: repeat;
        background-position: center center;
        z-index: -1;
        pointer-events: none;
    }

    .quantity-control {
        display: flex;
        align-items: center;
        gap: 0.25rem;

        .btn-group-vertical {
            width: 20px;
            gap: 1px;
        }
    }

    .product-detail-quantity {
        width: 50px;
        height: 35px;
        text-align: center;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .btn-group-vertical {
        display: flex;
        flex-direction: column;
    }

    .quantity-btn {
        width: 30px;
        height: 20px;
        font-size: 14px;
        padding: 0;
        border: 0px;
        background: #000000;
        cursor: pointer;
        color: #FFFFFF;
        display: inline-block;
    }

    .quantity-btn:first-child {
        margin-bottom: 1px;
    }

    .quantity-btn:hover {
        background: #234526;
        color: #ffffff;
    }


    .product-list-wrapper {
        padding-left: 1.00rem;
    }

    .produst-new-index {

        .homepage-products-list {
            display: none;
        }

    }

    .products-list-thumbnail {

        .product-list-item {
            margin-bottom: 1.50rem;
            padding-bottom: 3.50rem;

            .product-item-image {
                margin-bottom: 1.50rem;
            }

            .product-item-info {
                font-family: "TacticSansBold", Arial, helvetica, sans-serif;
                font-size: 0.90rem;

                h6 {
                    font-size: 1.00rem;
                    height: 2.50rem;
                    overflow: hidden;
                    max-height: 2.50rem;

                    a {
                        color: #000000;
                        text-decoration: none;
                    }

                    a:hover {
                        color: #000000;
                        text-decoration: underline;
                    }
                }

                .product-item-price {
                    font-size: 1.10rem;
                    line-height: 2.50rem;
                }
            }

            .product-item-status {
                padding: 0 12px;
                font-size: 0.85rem;
                text-align: right;
                position: relative;
                margin-top: -14px;

                .product-item-status-info {
                    display: inline-block;
                    padding: 0.20rem 0.35rem;
                    background-color: #234526;
                    color: #FFFFFF;
                }
            }

            .product-item-cart-button {
                display: none;
                line-height: 2.50rem;
            }

            .product-item-button {
                color: #FFFFFF;
                border: 0;
                font-weight: bold;
                padding: 0.00rem 2.50rem 0.00rem 1.00rem;
                background-color: #234526;
                background-image: url(./../images/icon_cart_button.svg);
                background-repeat: no-repeat;
                background-position: right 1.00rem center;
                background-size: 20px;
                display: inline-block;
            }

        }

        .product-list-item:hover {
            .product-item-price {
                display: none;
            }

            .product-item-cart-button {
                display: block;
            }
        }
    }

    .product-list-pagination {
        .nav-item {
            .nav-link {
                font-family: "TacticSansBold", Arial, helvetica, sans-serif;
                font-size: 0.90rem;
                color: #003003;
                background-color: #FFFFFF;
            }

            .nav-link-next {
                background-color: transparent;
            }

            .nav-link.page-numbers {
                margin: 0 0.30rem;
            }

            .nav-link.page-numbers.current,
            .nav-link.page-numbers:hover {
                color: #FFFFFF;
                background-color: #003003;
            }
        }
    }

    .page-content {
        padding: 1.50rem 0;
    }

    .page-cart {
        font-size: 0.85rem;
        padding-top: 2.00rem;

        .cart-table-content {
            a {
                color: #001001;
                font-weight: bold;
                text-decoration: none;
            }

            a:hover {
                color: #001001;
                text-decoration: underline;
            }

            .img-thumbnail {
                padding: 0;
                border-radius: 0px;
                borde-width: 2px;
            }

            table {
                width: 100%;
            }

            thead {
                color: #666666;

                th {
                    text-align: center;
                }
            }

            input {
                font-size: 0.85rem;
                text-align: center;
                border-color: #CCCCCC;
                max-width: 5.00rem;
            }

            .product-img {
                width: 6.00rem;

                img {
                    max-width: 5.00rem;
                }
            }

            .product-quality {
                width: 5.00rem;
                text-align: center;
            }

            .product-price,
            .price-total {
                width: 9.00rem;
                padding-right: 0.50rem;
                text-align: right;
            }
        }

        .page-cart-total {
            font-size: 1.00rem;
            font-weight: bold;

            strong {
                color: #234526;
            }
        }
    }

    .product-crossseling {
        margin-top: 2.00rem;

        h3 {
            font-size: 1.40rem;
            line-height: 2.50rem;
            border-bottom: 1px solid #000000;
            margin-bottom: 2.00rem;
        }
    }

    footer {
        color: #003003;
        padding-top: 3.00rem;
        padding-bottom: 2.00rem;

        .footer-links {
            font-size: 0.85rem;

            a {
                color: #003003;
                text-decoration: none;
            }

            a:hover {
                color: #003003;
                text-decoration: underline;
            }

            .footer-links-title {
                font-size: 1.00rem;
            }

            .footer-links-info {
                border-right: 1px solid #000000;

                ul.nav li.nav-item {
                    width: 100%;

                    .nav-link {
                        padding: 0 0 0.25rem 0;
                    }
                }
            }

            .footer-links-navigation {
                .footer-links-navigation-content {
                    padding-left: 2.00rem;

                    ul.nav li.nav-item {
                        width: 45%;

                        .nav-link {
                            padding: 0 0 0.25rem 0;
                        }
                    }
                }
            }

            .footer-links-contact {
                font-size: 1.00rem;
                padding-top: 1.00rem;
            }
        }

        .footer-copyright {
            font-size: 0.85rem;
            margin-top: 1.50rem;

            a {
                color: #003003;
                text-decoration: none;
            }

            a:hover {
                color: #003003;
                text-decoration: underline;
            }
        }

        .footer-social {
            img {
                width: 50px;
            }
        }
    }

    .form-login {
        padding-top: 2.00rem;
    }

    .checkout-cart-list {
        font-size: 0.85rem;
        padding-bottom: 1.00rem;
        margin-bottom: 1.00rem;
        border-bottom: 1px solid #CCCCCC;
    }

    .checkout-cart-subtotal {
        .subtotal-item {
            font-size: 0.85rem;

            .form-control {
                font-size: 0.85rem;
                text-align: right;
                padding: 0px;
                border: 0px;
            }

            .input-group-text {
                color: #000000;
                font-size: 0.85rem;
                padding: 0 0 0 0.40rem;
                border: 0px;
                background-color: #FFFFFF;
            }
        }

        .subtotal-item.subtotal-total {
            font-weight: bold;

            .form-control,
            .input-group-text {
                font-weight: bold;
            }
        }
    }

    .checkout-delivery-payment {
        font-size: 0.85rem;

        .form-check {
            height: 1.75rem;
            line-height: 1.75rem;

            .form-check-input {
                width: 1.25rem;
                height: 1.25rem;
            }
        }
    }

    .breadcrumb-box {
        font-size: 0.85rem;
        font-weight: bold;
        white-space: nowrap;
        padding: 2.50rem 0;

        a {
            color: #001001;
        }

        .breadcrumb-item+.breadcrumb-item {
            padding-right: 1.00rem;
        }

        .breadcrumb-item.active {
            color: #00990a;
        }
    }

    .product-detail {
        h1 {
            font-size: 1.70rem;
            margin-bottom: 2.00rem;
        }

        .product-text-short {
            font-size: 0.85rem;
        }

        .product-detail-info {
            font-size: 0.85rem;
            padding: 1.00rem;
            background-color: #f2f2f2;

            .item-price {
                font-family: "TacticSansBold", Arial, helvetica, sans-serif;
                font-size: 1.10rem;
                font-weight: bold;
                margin-top: 1.00rem;
            }
        }

        .product-detail-quantity {
            text-align: center;
            width: 2.00rem;
            border: 0;
            box-shadow: 0px 0px 5px #666666;
        }

        .product-detail-button {
            color: #FFFFFF;
            border: 0;
            font-weight: bold;
            padding: 0.50rem 2.50rem 0.50rem 1.00rem;
            background-color: #00be0d;
            background-image: url('./../images/icon_cart_button.svg');
            background-repeat: no-repeat;
            background-position: right 1.00rem center;
            background-size: 20px;
        }
    }

    .product-detail-tabs {
        .nav-tabs {
            color: #001001;
            font-weight: bold;
            padding-bottom: 0.50rem;
            border-bottom: 1px solid #001001;

            .nav-link {
                color: #001001;
                border: 0px;
                padding: 0.50rem 0;
            }

            .nav-item:not(:first-child) .nav-link::before {
                content: ' / ';
                text-align: center;
                display: inline-block;
                color: #001001;
                padding: 0 1.00rem;
            }

            .nav-link.active {
                color: #00be0d;
                background: none;
            }
        }

        .box-product-text {
            font-size: 0.85rem;
        }
    }



    .icon-remove {
        color: #ffffff !important;
        padding: 5px 10px;
        width: 2.50rem;
        text-align: center;
    }

}


.product-picture {
    .img-fluid {
        width: 100%;
    }
}

.box-product-picture-more {
    margin-top: 1.50rem;
    margin-left: -15px;
    margin-right: -15px;

    .bx-wrapper {
        max-width: 100% !important;
        moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0px;
        background: transparent;
    }
}

#productGallery_0 {
    max-width: 100%;
    overflow: hidden;

    .bx-wrapper {
        padding-right: 50px;
    }

    .bx-prev {
        display: none;
    }
}

#productGallery_0 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#productGallery_0 ul li {
    list-style: none;
    text-align: center;
}

#productGallery_0 ul img {
    max-width: 100%;
    height: auto;
    display: block;
}


.pictures-list-item {
    padding: 15px;
}

.btn-mobile-menu {
    border-radius: 0;
    border: 3px solid #000000;
    outline: none;
    box-shadow: none;
    color: #000000;
    padding: 10px 25px;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.90rem;
}

.navigation-mobile-menu {
    .navbar-collapse {
        background: #ffffff;

        li {
            width: 100%;
            text-align: left !important;

            a {
                color: #000000;
            }
        }
    }
}


@media (max-width: 768px) {
    .product-suggest-list {
        .product-suggest-list-title {
            text-align: center;
        }

        .product-suggest-list-title::after {
            display: none;
        }
    }

    .about-index {
        .col-12 {
            padding-bottom: initial;
        }

        .col-lg-5 {
            padding: inherit;
        }

        .brands {
            border-top: 1px solid #FFFFFF;
            margin-top: 2.00rem;
            margin-left: 3rem;
            margin-right: 3rem;
            padding-top: 1.50rem;
        }

        .brands-logotypes {
            padding: 0 1.50rem 2.00rem 1.50rem;
        }
    }

    .footer-links {
        color: #000000;
    }

    .footer-links a {
        color: #000000;
    }

    .footer-links-title-separator {
        margin: 1.50rem 0;
        padding: 0 25%;

        span {
            display: block;
            border-top: 1px solid #000000;
            width: 1px;
            width: 100%;
        }
    }

    footer {
        & .footer-links {
            a {
                color: #000000;
            }
        }
    }

    footer {
        & .footer-links {
            .footer-links-contact {
                font-size: 1.00rem;
                padding-top: 0.00rem;
            }
        }
    }


    footer {
        & .footer-links {
            & .footer-links-navigation {
                .footer-links-navigation-content {
                    padding-left: 0.00rem;
                }
            }
        }
    }

    footer {
        & .footer-links {
            & .footer-links-navigation {
                & .footer-links-navigation-content {
                    ul.nav li.nav-item {
                        width: 100%;
                    }
                }
            }
        }
    }

    footer {
        & .footer-copyright {
            color: #000000;
            a {
                color: #000000;
                text-decoration: none;
            }
        }
    }

    .catalogue-subcategory {
        .nav {
            flex-direction: column;
            align-items: flex-start;
        }

        .nav-item {
            width: 100%;
            margin-bottom: 10px;
        }

        .nav-link {
            display: block;
            padding: 10px;
            background-color: #005004;
            color: #ffffff;
            text-decoration: none;
        }

        .nav-link:hover {
            background-color: #007506;
        }
    }

    .catalogue-subcategory {
        & .nav {
            .nav-item {
                width: 100%;
                text-align: center;
            }
        }
    }

    .product-list-filter-top {
        span {
            margin-right: 0;
        }
    }
    .product-list-filter {
        padding-bottom: 1.50rem;
    }
}