﻿/* LOGO */
.LogoWrapper {
    padding:0px;
}

.LogoWrapper .Logo
{
    text-decoration: none;
    float:left;
    width:140px;
    height:140px;
    margin-top:-14px;
}
    .LogoWrapper .Logo img
    {
        max-width: 100%;
        max-height: 100%;
    }


/* WEBPAGES MENU */
nav.WebPagesMenu ul
{
    padding-top:10px;    
}
nav.WebPagesMenu ul li
{
    float: left;
    padding-right:30px;
}
    nav.WebPagesMenu ul li:last-child
    {
        border-right: 0px;
        padding-right:0;
    }

nav.WebPagesMenuv ul li:first-child
{
    border-left: 0px;
}

nav.WebPagesMenu ul li a
{
    text-decoration: none;
    font-size: 1em;
    color: #fafafa;
    text-transform: uppercase;
}
    nav.WebPagesMenu ul li a:hover
    {
        color: #CDE1E9;
    }



/* MINICART */
.MiniCartWrapper
{
    
}
    .MiniCartWrapper .MiniCartLink
    {
             
        float:right;
        padding-left:60px;
        position:relative;
        margin-top:28px;
        transition:background linear 200ms;
    }
    .MiniCartWrapper .MiniCartLink:hover
    {
        background: #eee;
    }

        .MiniCartWrapper .MiniCartLink .MiniCartIcon:before
        {
            content: '\f07a';
            font-family: 'FontAwesome5';            
            font-size: 36px;
            position:absolute;
            left:10px;
            top:50%;
            margin-top:-18px;
            line-height:36px;
            height:36px;
        }

.MiniCartLink .MiniCartContent
{
    font-size: 1rem;
    line-height: 20px;   
    float:right;
    padding:10px;
}

    .MiniCartLink .MiniCartContent .Title
    {
        float: right;
        font-weight:600;
        margin-top: 0px;
        text-transform: uppercase;
        clear:both;
    }

    .MiniCartLink .MiniCartContent .Price
    {
        float: right;
        clear: both;
        font-size: 0.8rem;
    }

    .MiniCartLink .MiniCartContent .Empty
    {
        float: right;
        clear: both;
        font-size:0.8rem;
    }

.MiniCartLink .Count
{
    font-size: 0.8rem;
    line-height: 20px;
    position: absolute;
    left: 14px;
    top: 0px;
    background-color: #CDE1E9;
    padding: 0px;
    color: #444;
    font-weight: 400;
    border: 2px solid #00476b;
    width: 20px;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    display: none;
    font-weight: 700;
    z-index: 1;
}


/* MAIN CATEGORIES */
ul.MainCategories
{
    float: left;
    width: 100%;
    font-size: 1rem;
    color: #ddd;
    letter-spacing: 0px;
    font-weight: 500;
}

    ul.MainCategories li.CategoryItem
    {
        float: left;
        position: relative;
        border-left: 1px solid #aaa;
        text-transform: uppercase;
        transition: background-color 300ms linear;
        box-sizing:border-box;
    }

    ul.MainCategories li:last-child
    {
        border-right: 1px solid #aaa;
    }

    ul.MainCategories li.CategoryItem a.Root, ul.MainCategories li.CategoryItem span.Root
    {
        color: #ccc;
        float: left;
        padding: 15px;
        cursor: pointer;
        text-decoration: none;
        line-height: 20px;
        font-size: 1.2rem;
    }
    ul.MainCategories li.CategoryItem.Selected a.Root, ul.MainCategories li.CategoryItem.Selected span.Root
    {
        color: #fff;
    }

        ul.MainCategories li.CategoryItem a.Root:focus, ul.MainCategories li.CategoryItem span.Root:focus
        {
            color: #fff;
        }

    ul.MainCategories li.CategoryItem a.Focus, ul.MainCategories li.CategoryItem span.Focus
    {
        color: #fff;
    }

    ul.MainCategories li.CategoryItem .Root:hover
    {
        color: #fff;
    }

    ul.MainCategories li ul
    {
        position: absolute;
        display: none;
        top: 54px;
        margin: 0px;
        margin-left: 0px;
        margin-top: 0px;
        float: left;
        min-width: 100%;
        padding: 0px;
        margin-top: 8px;
        z-index: 9999;
        border: 1px solid #ccc;
        background-color: #fff;
        box-shadow: -1px 1px 4px rgba(0,0,0,0.2), 1px 1px 4px rgba(0,0,0,0.2);
    }

        ul.MainCategories li ul li
        {
            float: left;
            clear: left;
            background: none;
            background: #fff;
            padding: 0px;
            width: 100%;
            text-transform: capitalize;
            font-size: 14px;
            border: 0px;
            border-bottom: 1px solid #ddd;
        }

            ul.MainCategories li ul li:first-child
            {
                border-top: 0;
            }

        ul.MainCategories li ul:before
        {
            content: '';
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #444;
            position: absolute;
            top: -8px;
            left: 32px;
        }

        ul.MainCategories li ul li:last-child
        {
            border: 0px;
        }

        ul.MainCategories li ul li a
        {
            float: left;
            text-transform: uppercase;
            color: #444;
            padding: 8px;
            white-space: nowrap;
            box-sizing: border-box;
            width: 100%;
            font-weight: 400;
        }

            ul.MainCategories li ul li a:hover
            {
                text-decoration: none;
                color: #e2413e
            }

            ul.MainCategories li ul li a:focus
            {
                text-decoration: underline;
            }

.MobileCategoriesWrapper:before
{
    content: '\f00d';
    font-family: 'FontAwesome5';
    color: #fff;
    cursor: pointer;
    text-align: right;
    float:right;
    background: green;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.MobileCategoriesWrapper:after
{
    content: '';
    float:left;
    /*position: absolute;
    top: 10px;
    left: 10px;*/
    color: #fff;
}
.MobileCategoriesWrapper
{
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    background: red;
}
.MobileCategories
{
    padding: 20px;
    padding-top: 0;
    clear:both;
    display:none;
}

.MobileMenuOuterWrapper
{
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height:0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 300ms linear;
}
.MobileMenuOuterWrapper.Visible
{
    height:auto;
    opacity:1;
}

.MobileMenuWrapper
{
    position: absolute;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    transition:left 300ms linear;
}
    .MobileMenuWrapper.Visible
    {
        left: 0px;
    }

    .MobileMenuWrapper .MobileMenuClose
    {
        position:absolute;
        cursor:pointer;
        right:0;
        top:25px;
        bottom:0;
    }
    .MobileMenuWrapper .MobileMenuClose:before
    {
        content: '\f00d';
        font-family: FontAwesome5;
        font-size: 24px;
        padding: 10px;
        color: #fff;
    }
.MobileMenuHeaderWrapper {position:relative;}
    .MobileMenuHeaderWrapper img
    {
        max-height:40px;
    }
    .MobileMenuWrapper .MobileMenuHeader
    {
        padding: 10px;
        color: #444;
        border-bottom: 1px solid #444;
        background-color: #000;
        display: block;
        position: relative;
    }
.MobileMenuItems .Header
{
    display: block;
    padding: 10px;
    color: #444;
    border-bottom: 1px solid #444;
    margin: 0;
    cursor:default;
    box-sizing: border-box;
    position: relative;
    font-weight:bold;

}
    .MobileMenuItems .Header .Previous
    {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px;
        bottom:0;
        cursor:pointer;
    }
    .MobileMenuItems .Header .Previous:hover
    {
        background-color: #ddd;
        
    }
    .MobileMenuItems .Header .Previous:before
    {
        
        content: '\f053';
        font-family: FontAwesome5;
        font-size: 16px;
        
    }
.MobileMenuItems span.LoggedInUser
{
    text-decoration: none;
    font-size: 1.2rem;
    display: block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    color: #444;
    border-bottom: 1px solid #444;
    box-sizing: border-box;
}
.MobileMenuItems ul li
{
    position: relative;
}
    .MobileMenuItems ul li a, .MobileMenuItems ul li span
    {
        display: block;
        padding: 10px;
        color: #444;
        border-bottom: 1px solid #444;
        box-sizing: border-box;
    }
        .MobileMenuItems ul li a:hover, .MobileMenuItems ul li span:hover
        {
            background-color: #ddd;
            text-decoration:none;
        }
.MobileMenuItems ul li .Extend
{
    top:0;
    position: absolute;
    right: 0;
    bottom:0;
    cursor:pointer;
}
    .MobileMenuItems ul li .Extend:hover
    {
        background-color: #ddd;
    }

.MobileMenuItems ul li .Extend:before
{
    content: '\f054';
    font-family: FontAwesome5;
    font-size: 16px;
}

@media screen and (min-width:1280px)
{
    ul.MainCategories li.CategoryItem a.Root, ul.MainCategories li.CategoryItem span.Root
    {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (min-width:1640px)
{
    ul.MainCategories li.CategoryItem a.Root, ul.MainCategories li.CategoryItem span.Root
    {
        padding-left: 40px;
        padding-right: 40px;
    }
}


/* COLORS AND BACKGROUND */
