﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body {
    background-color: #E5F5FC !important;
    margin: 0;        
    margin-left:auto;
    margin-right:auto;
    height:100%;
}

main {    
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: none !important;
    box-shadow: none !important;    
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

.helpText {
    margin-left:50px;
    background-color: #e1dada;
    padding:15px;
}

.help:hover {
    cursor:pointer;
    color: green;
}

.navbar .form-select {
    background-color: #212529;
    color:white;
    margin-top:7px;
}

footer {
    background-color: #212529 !important;
}

    footer .list-group-item {
        background-color: #212529 !important;
        color:white;
    }


    footer .list-group-item a {        
        color: white;
    }

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}


.rPage {    
    display: inline-block;
    position: relative;    
    width: 100%;
}


.brand {
    width: 25%;
    max-width:200px;
}
.navbar-brand img{
    width:100%;
}


/*#region home index */

.content-section {    
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top:15px;
    padding-bottom:15px;
    font-family: 'MyFont', Courgette;
    background-color: #d19b3d !important;
}

    .content-section p {
        font-family: Roboto, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

.cHomeCategory {
    background-color: #20809F;
    margin: 5px;
    padding: 15px;
}


    .cHomeCategory h2 {
        font-family: 'MyFont', Courgette;
        color: #E5F5FC;
    }

    .cHomeCategory h5 {
        font-weight: normal;
        font-size: 12pt;
        color: white;
    }

    .cHomeCategory a {
        display:block;
        color:white;
        font-size:18pt;
    }

        .cHomeCategory a:hover {
            color:white;
        }

.cCard {
    display: inline-block;
    border: 3px solid #EBDBEC;
    padding: 5px;
    margin: 5px;
    height: 80px;
    cursor: pointer;
    width: 200px;
    height: 300px;
    overflow: hidden;
    background-color: white;
    text-align: center;
    position:relative;
}

    .cCard:hover {
        background-color: #EBDBEC;
    }

    .cCard img {
        width: auto;
        height: auto;
        max-width:175px;
        align-content: center;
        margin:5px;
    }

    .cCard div {
        text-align:left;
        padding:5px;
        position:absolute;
        bottom: 5px;
        left:5px;
    }

    .cCard h3 {
        font-weight:bold;
        text-align: left;
        font-size: 14pt;
        margin-bottom:0px;
    }


    .cCard div span {
        text-align: left;
        font-size: 14pt;
        color: #212529;
    }


/*#endregion*/

/*#region catalogue*/

.cCatalogue {
    background-color: #20809F !important;
    padding:15px;
}

/*.rProductInfo .display-5 {
    font-size: 14pt;
    font-weight: bold;
}*/

/*#endregion*/

/*#region Product*/

.rProductInfo {
    background-color:white;
}

    .rProductInfo h1 {
        font-size:24pt;
    }

    .rProductInfo img {
        
    }

.cProductGallery {
    margin-left: 10px;    
    text-align:center;    
}

    .cProductGallery img {        
        max-height:300px;        
        margin-left:auto;
        margin-right:auto;
    }


    .slick-prev:before, .slick-next:before {
        color: #20809F !important;
    }
    /*#endregion*/


/*#region Menu*/
    .nav-side-menu {
        overflow: auto;
        font-family: verdana;
        font-size: 12px;
        font-weight: 200;
        background-color: #2e353d;
        position: fixed;
        top: 0px;
        width: 300px;
        height: 100%;
        color: #e1ffff;
    }

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #020203;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #e1ffff;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

.nav-tabs .nav-item:hover {
    cursor: pointer;
    background-color: #d19b3d;
}

/*#endregion*/


/*#region faq*/
.cFAQQuestion {
    cursor: pointer;
}

.cFAQQuestion span {
    font-size: 18pt;
}

    .cFAQQuestion .fw-bold {
        font-size:large;
        font-weight:bold;
    }


    .cFAQQuestion p {
        font-size:14pt;
    }


.cFAQWorkshop {
    max-width: 815px;
}

.cFAQWorkshop .col-4 {
    overflow: hidden;
}

/*#endregion*/


/*#region progress bar  */

.cLoading {
    position: relative;
    height: 30px;
    width: 200px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #20809F;
    border-radius: 15px;
}

    .cLoading .color {
        position: absolute;
        background-color: #DB4B9A;
        width: 0px;
        height: 15px;
        border-radius: 10px;
        animation: progres 4s infinite linear;
        top: -2px;
    }

@keyframes progres {
    0% {
        width: 0%;
    }

    25% {
        width: 50%;
    }

    50% {
        width: 75%;
    }

    75% {
        width: 85%;
    }

    100% {
        width: 100%;
    }
}

;
/*#endregion*/






/*#region mobile css*/
@media (max-width: 767px) {
    .cCard {
        width: calc(100% - 20px);
    }
}

/*#end region*/