#loginDimmer.active, #shoppingCartDimmer.active {
	width: 100% !important;
	height: 100% !important;
	opacity: 0.3 !important;
	transition: opacity 0.3s ease;
}

#loginDimmer, #shoppingCartDimmer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	background-color: black;
	opacity: 0;
	z-index: 10;
}

#login.active, #shoppingCart.active {
	opacity: 1;
	height: auto;
	transition: opacity 0.3s ease;
}

#login, #shoppingCart {
	position: fixed;
	overflow: hidden;
    right: 40px;
	top: 36px;
	height: 0px;
	background-color: white;
	color: #003466;
	margin: 0px;
	box-shadow: 0px 3px 10px #00000060;
	z-index: 11;
	opacity: 0;
    transition: none;
}

#loginMessage {
	transition:all 0.3s ease 0s;
	box-sizing: border-box;
	max-height: 3em;
	color: #a94442;
	border: 1px solid #ebccd1;
	background-color: #f2dede;
	padding: 8px;
	margin-bottom: 8px;
	opacity: 1;
}

#loginMessage.ng-hide {
	transition:all 0.3s ease 0s;
	max-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	opacity: 0;
}

#shoppingCart {
	left: 40px;
    min-width: 420px;
    max-width: 800px;
}

.loginSubmit {
	float: right;
}

#login {
    padding: 16px;
    width: 250px;
    left: 20px;
}

.loginCenter {
	top: 200px !important;
	left: 50% !important;
	margin-left: -140px !important;
}

#login input {
    width: 100%;
    margin: 4px 0px 4px 0px;
    box-sizing: border-box;
}

#login div {
    text-align: left;
}

.emailHeader {
	font-size: 1.3em;
	color: #084082;
	font-weight: bold;
	padding: 8px;
	margin-top: 8px;
}

.scRow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-right: 12px;
    max-height: 100px;
}

.scRow.ng-hide {
    transition:all 0.3s ease 0s;
    opacity:0;
    max-height: 0px;
}

.scCol {
    flex: 1 1;
    text-align: left;
    align-self: center;
    font-weight: normal;
    line-height: normal;
    padding: 0px 4px 0px 4px;
    /*border: 1px solid black;*/
}

.scFixedCol {
    flex-basis: 60px;
    flex-grow: 0;
}

.scPriceCol {
    flex-basis: 40px;
    flex-grow: 0;
}

.scImgCol {
    flex-basis: 0;
    flex-grow: 0;
}

.scDouble {
    flex: 2 1;
    padding-left: 16px;
}

.scTitle {
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    background-image: linear-gradient(#084082, #03224a);
    color: white;
}

.scStock {
        color: #304da0;
        font-size: 0.8em;
        margin-top: 2px;
}

.scOut {
    color: #b03030;
}

.scAttributes {
    margin: 8px 8px 8px 16px;
    /*border-left: 1px solid #e5eef5;*/
}

.scSubmit {
    border: none;
    color: white;
    background-color: #084082;
    width: 80%;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px;
}

.scTools {
    /*background-color: #e5eef5;*/
    display: flex;
}

.scTools button {
    border: none;
    color: white;
    background-color: #e5eef5;
    padding: 6px 20px 6px 20px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    width: 180px;
}

button.scGreen {
    background-color: #206100;
    flex-grow: 1;
}

button.scGreen:hover {
    background-color: #184700;
}

button.scOrange {
    background-color: #eea82f;
    flex-grow: 0;
}

button.scOrange:hover {
    background-color: #b37e24;
}

.scCenter {
    text-align: center;
}

.scProduct {
    margin-top: 8px;
    margin-bottom: 8px;
}

.scRight {
    text-align: right;
}

.scDiv {
    flex-basis: 100%;
    border-bottom: 1px solid #e5eef5;
}

li.loginLink {
	color: white;
}

.loginLink, .scLink {
    padding: 14px;
}

.loginLink:hover, .scLink:hover {
    background-color: #ffffff20;
    cursor: pointer;
}

.scImage
{
	object-fit: cover;
	width: 50px;
    height: 50px;
    margin-left: -8px;
}

.scInput {
    overflow: hidden;
    cursor: pointer;
    border: none;
    width: 20px;
    text-align: center;
}

.scInput[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.scPrice, .scPreviousPrice, .scSpecialPrice {
    font-weight: bold;
}

.scPreviousPrice {
    text-decoration-line: line-through;
}

.scSpecialPrice {
    color: red;
}

.scTotal, .scTotalLabel {
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 8px;
    padding-bottom: 16px;
    flex-basis: 60px;
    flex-grow: 0;
}

.scTotal {
    flex-basis: 40px;
}

.scButton {
    border: none;
    background-color: #eef4ff;
}

.scButton:hover {
    cursor:pointer;
}

.scButton:focus {
    outline: none;
}
