@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

:root{
    /* fonts */
    --font-headings:'Nunito', sans-serif;
    --font-default:'PT Sans', serif;

    /* colors */
    --primary: #022335;
    --secondary: #dd2400;
    --gray: #CCCCCC;
    --success: #1EA896;
    --danger: #d01345;
    --light: #f8f8f8;
    --faded: #596177;
    --dark: #2c303b;
}

body {
    font-family: var(--font-default);
    color:var(--dark);
    font-size:1rem;
}

h1,h2,h3,h4,h5 {

}

[data-notify="container"] a {
    color:white;
    text-decoration:underline;
}

.btn {
    border-radius:4px;
}

.card {
    border-radius:4px;
    z-index:1;
}

.is-advanced {
    display:none;
}

.gdpr {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 10%;
    right: 10%;
    padding: 10px;
    background: #ffffe0;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* HEADER */
header {
    background-color:var(--primary);
    padding:.75rem 0;
    position:fixed;
    z-index: 10;
    width:100%;
}

header .logo img {
    height:50px;
}

header .btn-menu {
    color:var(--light);
}

header .btn-menu {
    text-decoration:none;
}

header .btn-menu i {
    margin-right:1rem;
    font-size:30px;
}

header .btn-menu span {
    font-weight:bold;
}

.global-search .form-control {
    height:42px;
    border:none;
    border-radius: 4px 0px 0px 4px;
}

.global-search button {
    background:var(--secondary);
    border:none;
    border-radius: 0 4px 4px 0;
    color:var(--light);
    font-weight:bold;
    height:42px;
}

.global-search button:hover {
    background:var(--secondary);
    color:var(--light);
}

.header-icon-menu {
    color:var(--light);
    text-decoration:none;
    font-size:1.7rem;
    margin-left:1rem;
    position: relative;
}

.header-icon-menu:hover {
    color:var(--secondary);
}

.icon-magnifier {
    font-size:24px;
}

.header-icon-menu span {
    position: absolute;
    bottom: 0;
    right: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary);
    vertical-align: top;
    width: 16px;
    height: 16px;
    color: #ffffff;
    border-radius: 50%;
}

.header-icon-menu span i {
    font-size: .65rem;
    font-style:normal;
    font-weight: bold;
    line-height: 1em;
}

header .dropdown {
    margin-left:1.5rem;
    margin-right:3rem;
}

header .dropdown-title {
    display:none;
}

header.is-sticky .dropdown-title {
    display:inline-block;
    margin-left:0rem;
}

header.is-sticky {
    padding:1rem 0;
}

header.is-sticky .logo {
    display:none;
}

#content-sep {
    padding-top:73px;
}

/* CONTENT */
.content-block {
    border:1px solid var(--light);
    border-radius:.25rem;
    margin-top:1rem;
    margin-bottom:1rem;
    box-shadow: 6px 5px 0 rgb(10 56 63/5%);
}

.product {
    border:1px solid #eaeaea;
    padding:1rem;
}

    .product:hover {
        box-shadow: 3px 2px 0 rgb(10 56 63/5%);
    }

    .product-img img {
        object-fit:cover;
        width:100%;
        height:225px;
    }

    .product-brand {
        font-size:.8rem;
        text-transform: uppercase;
        border-bottom:1px solid var(--gray);
        padding:6px 2px;
        margin-bottom:10px;
    }

    .product-title a {
        display:block;
        overflow:hidden;
        font-size:.9rem;
        text-decoration:none;
        color:var(--primary);
        text-transform: capitalize;
        line-height:1.4;
        height:2.4rem;
    }

    .product-title a:hover {
        text-decoration:underline;
    }

    .product-price {
        margin-top:10px;
    }

        .product-price .price {
            font-weight:bold;
            font-family:var(--font-headings);
            font-size:1.8rem;
        }

        .product-price .price sup {
            font-weight:normal;
            font-size:.7rem;
        }

        .product-price .on-sale {
            color:var(--danger);
            font-size:.9rem;
        }

    .product-c2a {
        margin-top:10px;
    }

        .product-c2a .btn-danger {
            border-radius:4px;
            font-weight:bold;
            font-size:1.1rem;
        }

            .product-c2a .btn-danger i {
                font-size:0.85rem;
            }

#sort a {
    border-radius:4px;
    padding-top:3px;
    padding-bottom:3px;
}

.filter {
    overflow: auto;
    max-height: 400px;
    list-style-type: none;
    margin:0;
    padding:.75rem 1rem;
    border:1px solid #eaeaea;
    border-radius:4px;
    margin-top:.5rem;
    margin-bottom:1rem;
}

.filter-search {
    margin-top:.5rem;
}

.filter a {
    display: block;
    margin-bottom: 3px;
    color: var(--primary);
    text-decoration:none;
}

.filter a:hover,.filter a.active {
    color:var(--secondary);
}

.pagination .page-link {
    color:var(--primary);
}

.active>.page-link, .page-link.active {
    color:white;
    background:var(--danger);
    border-color:var(--danger);
}

.btn-filters {
    border-radius:4px;
}

#product-details .c2a {
    border-radius:4px;
    font-weight:bold;
    font-size:1.6rem;
}

#col-menu a {
    text-decoration:none;
    color:var(--dark);
}

#col-menu i {
    width:20px;
}

#col-menu a:hover {
    text-decoration:underline;
}

#col-menu li.active {
    background:var(--light);
    border-color:var(--bs-list-group-border-color);
    color:var(--primary);
}

#col-menu li.active a {
    font-weight:bold;
    color:var(--primary);
}

#tabs .nav-link {
    color:var(--dark);
}

#tabs .nav-link.active {
    color:var(--primary);
    font-weight:bold;
}

.gallery img {
    min-height:300px;
    width:100%;
    object-fit:cover;
    border:1px solid #eaeaea;
}

.lSSlideOuter .lSPager.lSGallery img {
    height:80px;
    width:80px;
    object-fit:cover;
}

/* FOOTER */
footer {
    padding:1rem 0px;
}

/* RESPONSIVE LARGE */
@media (min-width: 1550px) {

}

/* RESPONSIVE TABLET */
@media (max-width: 990px) {


}

/* RESPONSIVE MOBILE */
@media (max-width: 576px) {
    header .logo img {
        height:35px;
    }

    header .dropdown {
        margin-right:0;
        margin-left:1rem;
    }

    .header-icon-menu {
        font-size:1.4rem;
        margin-left:1rem;
    }

    .icon-magnifier {
        font-size:20px;
    }

    header.is-sticky .dropdown {
        margin-left:0;
        margin-right:3rem;
    }

    #content-sep {
        padding-top:59px;
    }

    .product {
        padding:.5rem;
    }

    .product-img img {
        object-fit:cover;
        width:100%;
        height:150px;
    }

    .product-title a {
        font-size:0.8rem;
        height:2rem;
    }

    .product-price .price {
        font-size:1.2rem;
    }

    .product-price .on-sale {
        font-size:.7rem;
    }

    .product-price .price sup {
        font-size:.6rem;
    }

    .filter {
        max-height: 200px;
    }

    [data-notify="container"] {
        width: 90% !important;
        left: 20px;
    }

    .gdpr {
        left: 3%;
        right: 3%;
    }


}