﻿/*
    NavBar: 0173c7 > 0b3667
    NavBar hover: 2a8ad4 > 2a5aa6
    Home H1 fecc73 > 79dbff

*/

* {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
h1 {
}

.bg-pastel1 {
    background-color: #60c2ae;
    color: white;
}

.bg-pastel2 {
    background-color: #ef7673;
    color: white;
}

.bg-pastel3 {
    background-color: #c575ce;
    color: white;
}

.related-products {
    
}
.container-catalogue h2 {
    margin: 0px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-radius: 0.2rem;
}




body {
}



a {
    color: #0b3667;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0b3667;
        text-decoration: underline;
        background-color: transparent;
    }

.bg-dark {
    background-color: #2a5aa6 !important;
}

.bg-dark1 {
    background-color: #0b3667 !important;
}

.navbar i {
    font-size: 1.2rem;
}

.navbar {
    font-weight: 600;
    font-size: 1rem;
    padding: 0rem;
    text-transform: uppercase;
    background-color: #0b3667;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.nav-item {
    margin-right: 1px;
    padding: 0.2rem;
    border-left: 1px solid #fff;
}

    .nav-item:hover {
        background-color: #2a5aa6;
    }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: white;
}

.dropdown-menu {
    background-color: #0b3667;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
    margin: 0rem;
    padding: 0rem;
}
    .dropdown-menu.columns-2 {
        min-width: 400px;
    }

    .dropdown-menu.columns-3 {
        min-width: 600px;
    }


.dropdown-item {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #2a5aa6;
        color: #ffffff;
    }

    .dropdown-item:hover {
        background-color: #2a5aa6;
    }

.home-carousel .carousel-item video {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-carousel .carousel-item img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-carousel .carousel-item {
    height: 300px;
}

@media screen and (min-width: 992px) {
    .home-carousel .carousel-item {
        height: 80vh;
    }
}

.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #0b3667;
    border-color: #0b3667;
    font-weight: 600;
}

    .btn-primary:hover {
        background-color: #2a5aa6;
        border-color: #2a5aa6;
    }


footer {
    color: white;
    font-size: 0.9rem;
}

    footer .fa-ul {
        margin-left: 1rem;
        line-height: 1.5rem;
    }

        footer .fa-ul .fa-li {
            line-height: 1.5rem;
            font-size: 0.6rem;
            margin: 0;
        }

    footer p {
        margin-bottom: 5px;
        font-size: 1rem;
        font-weight: 600;
    }

    footer a {
        margin-left: 3px;
        color: white;
    }

        footer a:hover {
            color: white;
        }

    footer .social-icons {
        padding: 4px;
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        opacity: 1;
    }

        footer .social-icons:hover {
            opacity: 0.5;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: 1.3em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }


.alert-info {
    color: #60180c;
    background-color: #f1d6d1;
    border-color: #ebc4be;
}

.headerlinks ul {
    list-style: none;
    margin: 0px;
}

.headerlinks li {
    padding: 14px;
    display: inline-block;
}

.headerlinks a {
    text-transform: none;
}

.headerlinks {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    margin-bottom: 10px;
}


.card {
    border-radius: 0px;
}

.card-body {
    padding: 0.5rem;
}

.card-footer {
    text-align: center;
    padding: 0.5rem;
    background-color: transparent;
    border-top: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0a649e;
    border-color: #0a649e;
}

.modal a {
    text-decoration: underline;
}

.bg-primary {
}

h1 {
    color: white;
    margin: 0px;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background-color: #1386e7;
}

.container-cart {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.container-pages {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.container-catalogue {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.container-account {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h2 {
    margin: 0px;
    padding-bottom: 0.3rem;
    color: #0b3667;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0b3667;
    border-color: #0b3667;
}

.container-catalogue img {
}

.pagination {
    border-radius: 0rem;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #0b3667;
    border-color: #0b3667;
}

.page-link {
    border-radius: 0rem;
    color: #0b3667;
}

.page-item:last-child .page-link {
    border-radius: 0rem;
}

.page-item:first-child .page-link {
    border-radius: 0rem;
}

.bg-success {
    background-color: red !important;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.price {
    font-size: 2rem;
    font-weight: bold;
}

.paymentselection label {
    font-weight: bold;
}

.payment-icons img {
    max-width: 40px;
}

.product-box .card-text {
}

.product-box .card-footer {
    font-size: 1.2rem;
    font-weight: bold;
}
.product-box .card-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.product-box .strikethrough {
    font-weight: normal;
    font-size: 0.8rem;
    text-decoration: line-through;
}

.product-box .discount {
    font-weight: normal;
    font-size: 0.8rem;
    color: red;
}

.price .strikethrough {
    font-weight: normal;
    font-size: 1.4rem;
    text-decoration: line-through;
}

.price .discount {
    font-weight: normal;
    font-size: 0.8rem;
    color: red;
}


.product-details {
    font-weight: bold;
    margin-bottom: 10px;
}


.mailinglist p {
    margin-bottom: 0.5rem;
}

.alert-link {
    text-decoration: underline;
}

.product-description h3 {
    font-weight: 800;
}

.product-description h5 {
    font-weight: bold;
    margin: 0;
}

.container-catalogue .date-added {
    font-size: 12px;
    font-weight: bold;
    color: #f20c62;
}
.fotorama__wrap {
    margin: 0 auto;
}

.bg-forum-topic {
    background-color: lightgray;
    color: black;
}
.multi-column-dropdown {
    list-style: none;
    margin: 0rem;
    padding: 0rem;
}

    .multi-column-dropdown li a {
    }

        .multi-column-dropdown li a:hover {
        }
@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}
    blockquote {
    padding-left:10px;
    margin-left: 10px;
    border-left: 5px solid #2a5aa6;
}
        blockquote .blockquote_author {
            font-weight: bold;
            margin-bottom: 10px;
        }