﻿.header 
{
    background-color:#FF671B;
    border-color:#FF671B;
    height:82px;
    position:fixed;
    border-radius:0;
    top:0px;
    right:0px;
    left:0px;
    z-index:1030;
    margin-bottom:5px;
}

.header-image-left 
{
    position:fixed;
    left: 0px
}

.header-image-right 
{
    position:fixed;
    right: 0px;
    background-image:url("/Themes/LCEStorefront/Content/images/lc_head_tech.png");
    background-repeat: no-repeat;
    width: 265px;
    height: 82px;
    margin: 0;
    padding: 0;
}

.login-image
{
    width:calc( 100vw - 220px );
    height:calc( 100vh - 94px );
}

.sidebar 
{
    width:208px;
    height:calc( 100vh - 87px );
    background-color:#394047;
    position:fixed;
    bottom:0px;
    left:0px;
}

.sidebar-login 
{
    width:208px;
    height:200px;
    background-color:white;
    border: 1px solid #394047;
    padding-top:10px;
    padding-left:20px;
}

.sidebar-forgot
{
    font-size:11px;
    text-decoration:underline;
}

.sidebar-forgot:link { color: black; }
.sidebar-forgot:visited { color: black; }
.sidebar-forgot:hover { color: black; }
.sidebar-forgot:active { color: black; }

.sidebar-image 
{
    position:fixed;
    bottom:0px;
    left:0px;
}

.mainContent 
{
    width:calc( 100vw - 218px );
    height:calc( 100vh - 92px );
    border: 1px solid #394047;
    position:fixed;
    bottom:5px;
    right:5px;
    overflow-y:auto;
    padding:15px;
}

.mainBody 
{
    padding-top:20px;
    font-weight:bold;
    width:600px;
    margin-left:auto;
    margin-right:auto;
}

.product 
{
    height:230px;
    margin-bottom:20px;
}

.productImage 
{
    vertical-align:top;
}

.product div 
{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}

.quantity 
{
    margin-left:25px;
}

.quantityTextBox 
{
    width:60px;
}

.size 
{
    margin-left:10px;
}

.sizeTextBox 
{
    width:200px;
}

.imageButton 
{
    padding: 0;
    border: none;
}

@media only screen and (max-width: 850px) 
{
    /*.mainContent { width: calc( 100vw - 10px ); }
    .login-image { width: calc( 100vw - 12px ); }*/
    /*.sidebar { display: none; }
    .sidebar-image { display: none; }*/
}

@media only screen and (max-width: 665px) 
{
    .sidebar-image{display:none}
    .sidebar { width: 100%;  }
    .mainContent{display:none;}
    .mainBody { width: 300px; }
    .product { 
        height:485px;
        margin-bottom:25px;
    }
    .sidebar-login {
        width:100%;
    }
    .sizeTextBox 
    {
        width:160px;
    }
}

@media only screen and (max-width: 440px)
{
    .sidebar { height: calc( 100vh - 117px ) }

    .header { height: 112px; }
    /*.mainContent { height:calc( 100vh - 122px ); }*/
    .header-image-right 
    {
        background-image:url("/Themes/LCEStorefront/Content/images/lc_head_tech_small.png");
        height: 102px;
    }   
}