﻿:root {
    --paleGreen: #56E39F;
    --mainColor: #002D47;
    --paleGreenOpacity: #56E39F3f;
    --mainColorOpacity: #002D4799;
}

* {
    text-decoration: none !important;
}

.fs-7 {
    font-size: 0.9rem !important;
}

#map {
    height: 400px;
}

h3 {
    margin: 0 0 30px !important;
    border-bottom: 1px solid #ddd !important;
    text-transform: uppercase !important
}

.c-white {
    color: #fff;
}

.bold {
    font-weight: 600;
}

hr {
    border-color: gray !important;
}

.centerdiv ul,
#order-summary ul,
#order-summary ul li {
    list-style: none;
    padding: 0;
}

.border-b {
    border-bottom: 1px solid #8080804f !important;
}


body {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Exo 2', sans-serif !important;
    background: #f6f6f6;
}

html, body {
    max-width: 100%;
    /*-ms-overflow-style: none;  IE and Edge*/ 
    /*scrollbar-width: none;*/ /* Firefox */
    /*overflow-x: hidden;*/
}
    /* Hide scrollbar for Chrome, Safari and Opera */
    html::-webkit-scrollbar, body::-webkit-scrollbar {
     /*   display: none;*/
    }
#footer .container .row {
    margin-right: unset;
}

#page-container {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

main {
    display: flex;
    max-width: 1920px;
    flex-direction: column;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%2886, 227, 159, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-toggler {
    color: var(--paleGreen);
    background-color: transparent;
    border: 2px solid var(--paleGreen);
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.content {
    display: flex;
    flex-direction: column;
}
    .content h1 {
        font-size: 22px;
        color: #333;
        margin: 0;
        font-weight: 600;
    }
    /*.content .container .rowContent p:first-of-type {
        margin-top: 40px;
        margin-bottom: 40px;
    }*/

.container {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
}

/* breadcrumb */

.breadcrumb {
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

    .breadcrumb a {
        text-decoration: none;
        color: #000;
    }

        .breadcrumb a:hover {
            color: var(--mainColor);
        }


    .breadcrumb ul {
        margin: 0;
        padding-left: 10px;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li:first-child a {
            width: 19px;
            background: url('../img/breadcrumb.png') center no-repeat;
            background-size: contain;
            font-size: 0;
        }

    .breadcrumb span.delimiter {
        width: 7px;
        background: url('../img/pointer-grey.png') center no-repeat;
        background-size: contain;
        font-size: 0;
    }

    .breadcrumb li > * {
        display: inline-block;
        min-height: 32px;
        margin: 0 3px;
        font-size: 16px;
        line-height: 32px;
        vertical-align: middle;
    }

/* Boxed content */

.boxed-content {
    margin: 0 0 25px;
    border: 1px solid var(--mainColorOpacity);
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 3px 2px 5px 0px rgba(0,45,71,0.29);
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0,45,71,0.29);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0,45,71,0.29);
}



    .boxed-content .boxed-title {
        border-bottom: 1px solid var(--mainColorOpacity);
        min-height: 50px;
        display: flex;
        align-items: center;
    }

        .boxed-content .boxed-title h1,
        .boxed-content .boxed-title h2 {
            font-size: 24px;
            font-weight: 600;
            color: var(--mainColor);
            text-transform: uppercase;
            margin: 0 auto;
            text-align: center;
        }

        .boxed-content .boxed-title h2 {
            font-size: 18px;
        }

    .boxed-content .boxed-title-below {
        border-bottom: 0px solid var(--mainColorOpacity);
        border-top: 1px solid var(--mainColorOpacity);
    }

    .boxed-content .boxed-body {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .boxed-content .boxed-body img {
            max-width: 100%;
            padding: 10px;
            max-height: 100%;
            margin: 0 auto;
        }

    /*    .boxed-content.product-menu {
        position:relative;
    }

        .boxed-content.product-menu .boxed-title{
            position:absolute;
            bottom:0;
            left:0;
            right:0;
            background: #fff;
        }*/


    .boxed-content.product-menu .boxed-body,
    .boxed-content.product .boxed-body {
        aspect-ratio: 1 / 1;
    }

        .boxed-content.product .boxed-body a {
            aspect-ratio: inherit;
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            align-content: center;
        }

    .boxed-content .boxed-menu {
        margin: 15px;
        margin-left: 25px;
        margin-right: auto;
        list-style: none;
        padding-left: 0;
    }

        .boxed-content .boxed-menu a {
            color: var(--mainColor);
        }

        .boxed-content .boxed-menu .boxed-menu-sub {
            list-style: none;
            padding-left: 15px;
        }

            .boxed-content .boxed-menu .boxed-menu-sub a {
                color: var(--mainColor);
            }

                .boxed-content .boxed-menu a:hover,
                .boxed-content .boxed-menu .boxed-menu-sub a:hover,
                a:hover .boxed-content .boxed-title h2 {
                    color: var(--paleGreen);
                }

.product-selectors select {
    min-width: 65px;
    height: 30px;
    margin: 0 10px;
    padding: 0 10px;
    color: #777;
    text-transform: lowercase;
}

.product-selectors > div {
    display: inline-block;
    margin: 5px;
}

.product-selectors span {
    font-size: 13px;
}

.product-selectors {
    text-align: left;
}

.product-selectors {
    display: flex;
    border-bottom: 1px solid var(--mainColorOpacity);
    justify-content: space-between;
}

    .product-selectors > div {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .product-selectors .product-viewmode a {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 8px 0 0;
        background-color: #777;
        background-image: url('../img/grid.png');
        background-position: center top;
        background-repeat: no-repeat;
        vertical-align: middle;
        font-size: 0;
    }

.product-viewmode a.list {
    background-image: url('../img/list.png');
}

.product-viewmode a.selected {
    background-color: var(--mainColor);
}


.pager {
    margin: 20px 0 20px;
}

    .pager ul {
        text-align: center;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 2px;
        vertical-align: middle;
    }

        .pager li > span {
            background-color: var(--mainColor);
            color: #fff;
            cursor: default;
        }

        .pager li > a, .pager li > span {
            display: block;
            width: 35px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            color: var(--mainColor);
        }

            .pager li > a:hover, .pager li > span:hover {
                background-color: var(--mainColor);
                color: #fff;
            }

        .pager li > span {
            color: #fff;
        }

        .pager li.previous-page a {
            background-image: url('../img/next.png');
            background-position: center;
            background-repeat: no-repeat;
            font-size: 0;
        }

        .pager li.next-page a {
            background-image: url('../img/prev.png');
            background-position: center;
            background-repeat: no-repeat;
            font-size: 0;
        }

.boxed-content.product .boxed-title {
    border: 0;
}

    .boxed-content.product .boxed-title h1 {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }

.boxed-content.product .boxed-price p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.boxed-content.product .boxed-actions {
    border-top: 1px solid var(--mainColorOpacity);
    min-height: 50px;
    position: relative;
}

    .boxed-content.product .boxed-actions a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 45px;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        color: var(--mainColor);
    }

        .boxed-content.product .boxed-actions a:hover {
            background-color: var(--paleGreen);
        }



.boxed-content.product-grid .boxed-title {
    border: 0;
}

    .boxed-content.product-grid .boxed-title h1 {
        font-size: 22px;
        font-weight: 700;
        margin: 0;
    }

.boxed-content.product-grid .boxed-price p {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.boxed-content.product-grid .boxed-actions {
    min-height: 75px;
    padding: 20px 0px;
}

    .boxed-content.product-grid .boxed-actions a {
        padding: 10px 15px;
        background-color: var(--mainColor);
        color: #fff;
        margin-top: 29px;
        border-radius: 5px;
    }

        .boxed-content.product-grid .boxed-actions a:hover {
            background-color: var(--paleGreen);
        }

.boxed-content.product-grid .boxed-body-content p {
    margin-right: 15px;
    font-size: 14px;
}

.customer-testimonial {
    line-height: 30px;
    margin-top: 30px;
}

.person-container {
    display: flex;
    flex-direction: column;
}
    .person-container img {
        max-width: 225px;
    }

.partner-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

.advisor-container {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 25px;
}

    .advisor-container img {
        height: 275px;
        width: 225px;
    }

@media (max-width: 769px) {

    .advisor-container {
        flex-direction: column;
    }

    .customer-testimonial {
        line-height: 30px;
        margin-top: 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .cat-title .boxed-title {
        border-bottom: 0;
    }

    .boxed-content.product-grid .boxed-title {
        border: 0;
    }

        .boxed-content.product-grid .boxed-title h1 {
            font-size: 22px;
            font-weight: 700;
            margin: 0 auto;
        }

    .boxed-content.product-grid .boxed-price p {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .boxed-content.product-grid .boxed-actions {
        border-top: 1px solid var(--mainColorOpacity);
        min-height: 50px;
        position: relative;
    }

        .boxed-content.product-grid .boxed-actions a {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            width: 100%;
            text-align: center;
            line-height: 45px;
            font-weight: 500;
            font-size: 16px;
            text-transform: uppercase;
            color: var(--mainColor);
            margin: 0;
            background-color: unset;
            padding: 0;
        }

            .boxed-content.product-grid .boxed-actions a:hover {
                background-color: var(--paleGreen);
            }

    .boxed-content.product-grid .boxed-body-content p {
        margin: 20px;
    }
}



.page {
    min-height: 200px;
    text-align: center;
    margin-top: 40px;
}

.page-title {
    padding: 0 0 10px;
}

    .page-title h1 {
        font-size: 22px;
        color: #333;
        margin: 0;
        font-weight: 600;
    }

    .page-title .buttons {
        justify-content: end;
        display: flex;
    }

        .page-title .buttons a {
            display: inline-block;
            margin-right: 5px;
            background-color: #ffffff;
            padding: 0 15px;
            outline: 2px solid transparent;
            transition: all 0.2s ease;
            color: var(--mainColor);
            max-height: 27px;
        }

    .page-title a:hover {
        color: #fff;
        background-color: var(--paleGreen);
    }

.page-order .page-order-information {
    margin: 10px;
    margin-bottom: 30px;
}

    .page-order .page-order-information p {
        padding: 0;
        margin: 0;
        text-align: left;
    }

        .page-order .page-order-information p:first-of-type {
            margin-bottom: 15px;
        }

.page-order .order-details-area,
.page-order .order-section-totals {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 30px;
    position: relative;
}

.page-order .order-section-totals {
    width: 460px;
    float: right;
    margin-bottom: 35px;
    max-width: 100%;
    margin-top: 35px;
}

    .page-order .order-section-totals p {
        text-align: left;
        margin-bottom: 0px;
        line-height: 25px;
    }

.page-order .order-section-products {
    margin-top: 35px;
}

.page-order .order-section-totals span {
    float: right;
}

.page-order .order-details-area p {
    text-align: left;
    margin-bottom: 0px;
    line-height: 22px;
}

.page-order .order-details-area .details {
    margin-bottom: 20px;
}

.page-order .order-details-area .payment form {
    display: flex;
    padding: 15px 0;
    margin: 0
}

.page-order .order-details-area .order-button {
    border: 1px solid var(--mainColor);
    border-radius: 5px;
    color: var(--mainColor);
    background-color: #fff;
    padding: 6px 10px;
    min-width: 140px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

    .page-order .order-details-area .order-button:hover {
        background-color: var(--paleGreen)
    }

.page-order .order-details-area .payment em {
    text-align: left;
    display: flex;
}

.page-order .order-details-area p:first-of-type {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-order .order-details-area .edit-button {
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--mainColor);
}

    .page-order .order-details-area .edit-button:hover {
        color: var(--paleGreen);
    }

.cart {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
}

    .cart .remove-from-cart, .cart .add-to-cart, .data-table .select-boxes, .data-table .order {
        text-align: center;
    }



    .cart th, .data-table th, .forums-table-section th {
        padding: 20px;
        font-size: 13px;
        font-weight: normal;
        white-space: nowrap;
    }

    .cart td, .data-table td, .compare-products-table td, .forums-table-section td {
        min-width: 50px;
        border-top: 1px solid #f0f0f0;
        padding: 25px;
        font-size: 14px;
    }

    .cart .product-picture img {
        max-width: 100px;
    }

    .cart .qty-input, .cart .qty-dropdown {
        width: 60px;
        height: 40px;
        text-align: center;
    }
    
    .cart .subtotal {
        font-weight: bold;
        color: var(--mainColor)
    }

    .cart a {
        overflow-wrap:anywhere;
        font-weight: bold;
        color: var(--mainColor)
    }

        .cart a:hover {
            font-weight: bold;
            color: var(--paleGreen)
        }

    .cart .cart-item-row a:hover {
        color: red;
    }

.shopping-cart-page input[type="text"], .shopping-cart-page input[type="password"], .shopping-cart-page input[type="number"], .shopping-cart-page textarea, .shopping-cart-page select {
    height: 36px;
    border: 1px solid #e9e9e9;
    padding: 0 8px;
    vertical-align: middle;
    color: #777;
}

.cart-options {
    margin: 10px 0 50px;
    text-align: center;
}

.cart-collaterals .checkout-attributes {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 30px;
}

.shopping-cart-page input[type="text"]:focus-visible, .shopping-cart-page input[type="password"]:focus-visible, .shopping-cart-page input[type="number"]:focus-visible, .shopping-cart-page textarea:focus-visible, .shopping-cart-page select:focus-visible {
    outline-style: none;
    box-shadow: none;
}

.cart-footer .cart-collaterals .checkout-attributes textarea {
    width: 100% !important;
    min-height: 150px;
    padding: 8px;
}

.cart-footer .totals {
    margin: 0 0 60px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 40px 0 0 0;
    border-radius: 5px;
}

    .cart-footer .totals label,
    .cart-footer .totals span {
        font-size: 14px;
    }

.cart-footer .total-info {
    max-width: 80%;
    margin: 0 auto;
}

.cart-footer {
    padding-bottom: 15px;
}

    .cart-footer:after, .common-buttons:after {
        content: "";
        display: block;
        clear: both;
    }

.cart-total td.cart-total-left {
    text-align: left;
}

.cart-total td {
    width: 50%;
    padding: 5px;
}

.cart .subtotal, .mini-shopping-cart .price strong, .mini-shopping-cart .totals strong, .item-box .actual-price, .overview .product-price, .variant-overview .product-price, .compare-products-table .product-price td, .cart-total .order-total, .productAddedToCartWindowDescription .price {
    color: var(--mainColor);
}

.cart-total .order-total {
    font-size: 18px;
    font-weight: bold;
    color: var(--mainColor);
}

.shopping-cart-page .terms-of-service {
    margin: 40px 0 0;
    background-color: #f9f9f9;
    padding: 15px;
    font-size: 13px;
}

    .shopping-cart-page .terms-of-service div {
        max-width: 90%;
        margin: auto;
        line-height: 24px;
        margin-bottom: 15px;
        display: inline-flex;
    }


input[type="checkbox"], input[type="radio"], input[type="checkbox"] + *, input[type="radio"] + * {
    vertical-align: middle;
}

.shopping-cart-page .terms-of-service input {
    margin: 0 3px 0 0;
}

.shopping-cart-page .terms-of-service label {
    cursor: pointer;
}

.shopping-cart-page .terms-of-service a {
    margin: 0 0 0 3px;
    color: var(--mainColor);
    cursor: pointer;
}

    .shopping-cart-page .terms-of-service a:hover {
        color: var(--paleGreen);
    }

.terms-of-service label,
.terms-of-service label {
    cursor: pointer;
}

.cart-footer .checkout-buttons {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopping-cart-page .button {
    min-width: 210px;
    border: none;
    background-color: var(--mainColor);
    padding: 15px 30px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
    display: inline-block;
    border-radius: 5px;

}
#continueshopping {
    margin-bottom: 10px;
    margin-right: 100%;
}

.shopping-cart-page .button:hover {
    background-color: var(--paleGreen);
    color: var(--mainColor);
}

.checkout .button {
    width: 100%;
    text-align: center;
    min-height: 54px;
    padding: 15px;
}

    .checkout .button svg {
        margin-bottom: 3px;
    }

.button.disabled {
    background-color: #cccccc;
    color: #666666;
}
.button:hover.disabled {
    background-color: #cccccc;
    color: #666666;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.modal-footer .update-cart-button {
    padding: 0;
    min-width: 150px;
    height: 38px;
}

    .modal-footer .update-cart-button:hover {
        background-color: red;
        font-size: large;
        padding: 0;
        min-width: 150px;
        height: 38px;
        color: yellow;
    }

.modal-footer {
    justify-content: space-between;
}

@media (max-width: 500px) {
    .flex.w-full.-mx-2 {
        flex-direction: column;
    }
}

@media (min-width: 481px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 769px) {
    .common-buttons .continue-shopping-button {
        float: left;
    }
    .cart-options {
        text-align: right;
    }

    .cart-footer .cart-collaterals {
        float: left;
        width: 52%;
    }

    .cart-footer .totals {
        float: right;
        width: 45%;
    }
}

@media (min-width: 1001px) {
    .page {
        clear: both;
        text-align: left;
    }

    .page-title {
        text-transform: uppercase;
    }

    .cart-footer .cart-collaterals {
        width: 58%;
        margin: 0;
    }

    .cart-footer .totals {
        width: 40%;
        margin: 0;
        text-align: center;
    }
}

@media (min-width: 1281px) {
    .cart th, .data-table th, .forums-table-section th {
        padding: 10px !important;
    }

    .cart th, .data-table th, .forums-table-section th {
        padding: 10px !important;
    }

    th {
        text-align: left;
    }

    .cart td, .data-table td, .compare-products-table td, .forums-table-section td {
        padding: 10px !important;
    }

    .cart-footer .cart-collaterals {
        width: 63%;
    }

    .cart-footer .totals {
        width: 35%;
    }
}


.centerdiv {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.hideEmpty td:empty,
.hideEmpty .footable-toggle {
    display: none !important;
}

@media (max-width: 992px) {
    .cart td, .data-table td, .compare-products-table td, .forums-table-section td {
        padding:10px;
    }
    .shopping-cart-page.checkout div {
        margin: 15px 0;
    }

    .cart td.footable-first-visible {
        min-width: 140px;
    }
    .varient-container {
        min-height: auto;
    }
}
@media (max-width:1199px) {
    .boxed-content.product .boxed-price p,
    .boxed-content.product .boxed-title h1 {
        font-size: 14px;
    }

}

#order-summary tr td:last-of-type {
    text-align: end;
}

#order-summary tr th:last-of-type {
    text-align: center;
}
#order-summary table {
    width: 100%;
    }
