/* TOP NAVBAR */
body
{
    padding-top:105px;
}

#image-modal img
{
    max-height:600px;
}

img
{
    max-width:100%;
}

nav
{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:500;
}

nav .navbar-brand img
{
    max-height:50px;
}

nav .container
{
    /*position:relative;*/
    padding-top:20px;
}

nav .headermenu
{
    position: absolute;
    background-color:#000;
    left:0;
    top:0px;
    width:100%;
    text-align:center;
    padding-bottom:3px;
        
    
}

nav .headermenu a
{
    color:#fff;
    font-size:12px;
    text-decoration:none;
    margin:0 8px;
}

nav .fa-bars
{
    display:none;
    position:absolute;
    left:0px;
    top:5px;
    font-size:35px;
    cursor:pointer;
}

nav .container
{
    position:relative;
    display: block;
}

nav a.checkout-link
{
    position:absolute;
    top:30px;
    right:13px;
    background-color:#ff0000;
    height:42px;
    color:#fff;
    background-color:#000;
    text-decoration:none;
    padding:7px;
    border-radius:3px;
    font-size:18px;
}

nav .navbar-nav>li>a
{
    padding:8px;
    color: #777;
    text-decoration:none;
}
nav .navbar-nav>li>a:hover
{
    color:#000;
}
nav .navbar-right li i
{
    margin-right:5px;
}

nav .navbar-form input
{
    display:inline-block;
    width:70%;
    border:1px solid #f1f1f1;
    
}

nav .navbar-form button
{
    background-color:#fff;
    border:1px solid #f1f1f1;
    margin-top:-2px;
}

.infotext
{
    padding:7px 50px;
    margin: 10px 0;
   /* background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important; */
    border-radius:10px;
    text-align:center;
}

/* FOOTER */
.footer
{
    margin-top:50px;
    background-color:#333;
    color:#fff;
    padding:20px 0;
    position:relative;
}

.footer .logo img
{
    max-height:50px;
}

.footer a
{
    color:#d3d3f5;
    text-decoration:none;
}

.footer a:hover
{
    text-decoration:underline;
}

.footer a.ext
{
    position:absolute;
    right:10px;
    bottom:5px;
    font-size:11px;
}

/* LEFT MENU */

.left-menu .category
{
    margin-bottom:10px;
}

.left-menu .category .children
{
    padding-left:10px;
    font-size:90%;
    
}


.left-menu a
{
    color:#333;
    text-decoration: none;
}

.left-menu a.current
{
    color:#339900;
    font-weight:bold;
}

/* Category */

.category .product
{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #909090;
    position:relative;
}

.category .product img
{
    display:block;
    max-width:150px;
    max-height:150px;
    margin: 0 auto;
    cursor:pointer;
}

.category .pager
{
    text-align:center;
    max-width:100%;
}

.category .pager a, .category .pager span
{
    padding:15px;
    font-size:25px;
    display:inline-block;
}

.category .product .buy-bar
{
    border:1px solid #f1f1f1;
    background-color:#f9f9f9;
    padding:5px;
    border-radius:5px;
    position: relative;
    margin-top:25px;
}

.category .product .buy-bar .price
{
    display: inline-block;
    width:40%;
    font-size:20px;
    text-align: center;
}

.category .product .buy-bar .price_old
{
    display: inline-block;
    width:20%;
    font-size:20px;
    text-align: center;
    text-decoration: line-through;
}

.category .product .buy-bar .price_special
{
    display: inline-block;
    width:20%;
    font-size:20px;
    text-align: center;
}

.category .product .buy-bar .discount
{
    font-size:90%;
    position:absolute;
    left:0px;
    top:-20px;
    color:#990000;
}

.category .product .buy-bar .buy
{
    display: inline-block;
    width:58%;
    text-align: center;
}

.category .product .buy-bar .buy input
{
    font-size:18px;
    border: 1px solid #999;
    border-right:none;
    width:100px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.category .product .buy-bar .buy button
{
    border:1px solid #999;
    background-color:#999;
    color:#fff;
    font-size:18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width:100px;
}

/* Mini cart */

span.mini-cart
{
    color:#ffffff;
}

/* Start */
.start .welcome
{
    position:relative;
}

.start .welcome .text h1
{
    font-size:18px;
}

.start .welcome .text
{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    background-color:#000;
    opacity:0.7;
    color:#fff;
    text-align: center;
    padding:20px;
}

.start .product
{
    height:300px;
    overflow:hidden;
    position:relative;
    display:block;
    margin-bottom:20px;
}

.start .product img
{
    display:block;
    max-width:120%;
    max-height:120%;
    min-width:100%;
    min-height:100%;

}

.start .product .name
{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-color:#000;
    color:#fff;
    text-align:center;
    opacity:0.6;
    height:80px;
    padding:10px;
}


@media (max-width: 768px)
{
    body
    {
        padding-top:140px;
    }
    
    .footer
    {
        text-align:center;
    }
    
    nav .navbar-right
    {
        /*display:none;*/
    }
    
    nav .fa-bars
    {
        display:block;
        margin-top:25px;
    }
    
    nav
    {
        position:relative;
        height:120px;
    }
    
    nav .navbar-brand
    {
        position:absolute;
        right:1px;
        top:22px;
    }
    nav .navbar-brand img
    {
        max-height:35px;
    }
    nav .container
    {
        position:static;
    }
    nav a.checkout-link
    {
        position:absolute;
        top:30px;
        left:55px;
        right:auto;
        background-color:#ff0000;
        height:32px;
        color:#fff;
        background-color:#000;
        text-decoration:none;
        padding:3px;
        border-radius:3px;
        font-size:15px;
    }
    
    nav form
    {
        position:absolute;
        left:0;
        top:75px;
        width:100%;
        text-align:center;
    }
    nav form input
    {
        max-width:250px;
    }
    
    .left-menu
    {
        display:none;
    }
    
    .start .welcome .text
    {
        font-size:80%;
        padding:3px;
    }
    
    .category .product img
    {
        max-width:100%;
        max-height:100px;
    }
    
    .category .product
    {
        padding-bottom:90px;
    }
    
    .category .product .buy-bar
    {
        position:absolute;
        bottom:10px;
        width:100%;
    }
}