@charset "utf-8";
/* CSS Document */

/*------------------------------TopBar------------------------------*/
.TopBar {
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	font-family: 'Oswald', san-serif;
	font-size: 10px;
	color: #000;
	text-align:center;
	background-color:#f9df2a!important;
}

#TopPageName {
	width:40%;
	z-index:1;
	font-family: 'Oswald', san-serif;
	border-bottom:solid 1px #0a6982;
	font-size: 19.5px;
	float:left;
	transition:all 500ms ease-out;
	animation-duration: 6s;	
	transition-timing-function: ease-in;
}

#TopPageName h1 {
	margin:-2px 0 0 0;
	background-color:#f9df2a;
	color:#FFF;
	z-index:2;
}

#TopPageName.out {
	transform: translate3d(0, -100%, 0);
}

.TopPageName--titlefadein {
	animation-name: titleFadeIn;
}

.Spacer::after {
	width:30%;
	content: " ";
	float:left;
}

.QuickBuyModel {
	z-index: 1;
	height: 30px;
	width:40%;
	float:left;
	transition:all 0.30s;
	border-radius: 0 0 10px 10px;
	overflow:hidden;
	box-shadow: 0 2px 1px rgba(0,0,0,0.5);
	font-family:'Oswald', san-serif;
}

.QuickBuyTitle {
	font-size:15px;
	margin:0px;
	padding:5px 0 5px 0;
	width:100%;
	background-color: rgba(170, 17, 17, 0.5);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	color:rgba(255,255,255,0.8);
}

.QuickBuyTitle:hover {
	background-color: rgba(170, 17, 17, 1);
	cursor: pointer;
	color:rgba(255,255,255,1);
}

.QuickBuyTitleActive{
	background-color: rgba(170, 17, 17, 1);
	cursor: pointer;
	color:rgba(255,255,255,1);
}

.QuickBuyOpened {
	width:100%;
	display:none;
	height:100%;
	background-color: rgba(245,245,245,1);
}

.QuickBuySelect {
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
}

#selectProductCode {
	text-transform: uppercase;
}

.QuickBuySubTitle {
	color:rgba(0,0,0,1);
}

.QuickQuantity {
	color:#000;
	font-size:20px;
	font-family: 'Oswald', san-serif;
	font-weight: 600;
}

.QuickQuantity input {
	background:none;
	text-align:center;
	border: none;
	border-bottom: 1px solid #000;
	font-size: 20px;
	font-family: 'Oswald', san-serif;
	font-weight:600;
	transition: all 0.2s;
}

.QuickQuantity input:focus {
	background-color:white;
}

.CustomerBox {
	width:30%;
	z-index:102;
	text-align:center;
	left:0;
	background-color: #FFF;
	height:100%;
	float:left;
	transition:all 0.20s;
	color:rgba(0,0,0,0.5);
}

.LoggedIn {
	background-color:#f9df2a;
	color:#FFF;
}

.LargerArrow {
	font-size:28px;
	line-height:0;
}

.CustomerBox:hover {
	background-color:#f9df2a;
	color:rgba(255,255,255,1);
	cursor: pointer;
}

.CustomerLoginBox {
	position:absolute;
	width:30%;
	display:none;
	margin-top:55px;
	height:auto;
	z-index:101;
	background-color:rgba(250,250,250,1);
	left:0;
	border:1px solid rgba(100,100,100,1);
	padding:2%;
	box-sizing:border-box;
}

.LoginBoundryBoxes {
	border: 1px solid rgba(200,200,200,1);
	margin:2%;
	padding:4%;
	box-shadow:1px 1px 1px rgba(180,180,180,1);
}

.LoggedInBoundryBox {
	padding:2%;
	margin:4%;
}

.LogInField {
	margin:10px;
	padding:5px;
	width:90%;
	background-color: rgba(240,240,240,0.5);
	text-align:left;
    border: 2px solid rgba(100,100,100,0.5);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	font-family: 'Oswald', san-serif;
	animation-duration: 0.5s;
	color:rgba(100,100,100,0.8);
	font-size:20px;
}

.LogInInputs {
	margin-bottom:2%;
}

.LogInButtons {
	width:80%;
	display:inline-block;
}

.LogInFieldButton {
	-webkit-appearance: none;
	padding:10px;
	width:80%;
	display:inline-block;
	background-color:rgba(240,240,240,1);
	text-align:center;
	border:none;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	font-family: 'Oswald', san-serif;
	color:rgba(0,0,0,0.4);
	font-weight: 1000;
	cursor:pointer;
	transition-duration:0.2s;
	border-radius: 0;
	font-size:15px!important;
	box-sizing: border-box;
}

.LogInBoxTitle {
	font-size: 20px;
	padding-bottom:2%;
	font-weight:1000;
	letter-spacing:2px;
	text-transform: uppercase;
}

.LogInFieldButton:hover {
	background-color:rgba(255,170,100,1);
	color:rgba(0,0,0,1);
}

.CustomerLoginBox a {
	text-decoration:none;
	font-size:12px;
}

.LogInField input:focus {
	outline: 0;
	background: rgba(100,100,100,1)!important;
	color:#000;
	text-align:center;
}

.LogInField textarea:focus {
	outline: 0;
	background: rgba(100,100,100,1)!important;
	color:#000;
	text-align:center;
}

.LogInField:focus::-webkit-input-placeholder {
   color: #000!important;
   text-align:center;
}

.LogInField textarea:focus::-webkit-input-placeholder {
   color: #000!important;
   text-align:center;
}

.Time {
	font-size:20px;
	background-color:rgba(150,150,150,0.5);
	text-shadow: 2px 2px rgba(0,0,0,0.7);
	color:#FFF;
}

.Username {
	font-size:30px;
	background-color:rgba(150,150,150,0.5);
	text-shadow: 2px 2px rgba(0,0,0,0.7);
	color:#FFF;
}

.User {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
}

.UserOptionBox {
	width: 49%;
    margin: 0 auto;
	display: inline-block;
}

.UserOptionBox a {
	background-color:#FFF;
	display:inline-block;
	width: 100%;
	height:100%;
	padding:4% 0 4% 0;
	font-size:20px;
	text-align:center;
    border: 1px solid rgba(200,200,200,1);
	box-shadow:1px 1px 1px rgba(180,180,180,1);
	font-family: 'Oswald', san-serif;
	box-sizing: border-box;
}

.UserOptionBox  a {
	color:rgba(150,150,150,1);
	text-decoration:none;
}
.UserOptionBox a:hover {
	outline: 0;
	background: rgba(230,230,230,1);
	color:#FFF;
}

.UserOptionBox a:hover {
	color:rgba(0,0,0,1);
}

.UserOptionBox:focus{
	background: rgba(200,200,200,1);
}

.CartBox {
	width:30%;
	z-index:101;
	right:0;
	background-color: #FFF;
	height:100%;
	text-align:center;
	float:right;
	transition:all 0.20s;
	color:rgba(0,0,0,0.5);
}

.CartBox:hover {
	background-color:#f9df2a;
	color:rgba(255,255,255,1);
	cursor: pointer;
}

.TopBarClicked {
	background-color:#f9df2a;
	color:rgba(255,255,255,1);
}

.CartCheckoutBox {
	position:absolute;
	width:70%;
	display:none;
	margin-top:55px;
	height:auto;
	background-color:rgba(250,250,250,1);
	z-index:101;
	right:0;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	border:1px solid rgba(100,100,100,1);
}

datalist {
	max-height:200px;
}

.CompareAdd input {
	background-color:rgba(50,50,50,1);
}

.CompareAdd input::-webkit-input-placeholder {
	color:rgba(150,150,150,1);
}

.CompareAdd input:hover {
	background-color:rgba(60,60,60,1);
}

.CompareAdd input:focus::-webkit-input-placeholder {
	color:rgba(50,50,50,1);
}

.CompareAdd input:focus {
	background-color:rgba(60,60,60,1);
	color:rgba(255,255,255,1);
}

.CompareTitle {
	text-align:center;
	padding:2%;
	font-size:30px;
	font-weight:1000;
}

.ProductCompare {
	border:none;
	text-align:center;
}

#AllProducts {
	width:100%;
	font-size:20px;
	font-family: 'Oswald', san-serif;
	font-weight:500;
	color:rgba(250,250,250,1);
	padding: 1% 0 1% 0;
}

.button {
	background-color:rgba(83, 194, 46, 1);
	color:rgba(240,240,240,1);
	font-family:'Oswald', san-serif;
	font-size:20px;
	font-weight:500;
	padding: 1% 0 1% 0;
	width:100%;
	height:auto;
	text-align:center;
	border:none;
	transition: 0.10s ease-in-out;
	cursor:pointer;
	letter-spacing:1px;
}

.button:hover {
	background-color:rgba(83,150,46,1);
	color:rgba(255,255,255,1);
	letter-spacing:2px;
}

.UpdateButton {
	font-size:17px;
	width:100%;
	height:auto;
	font-family:'Oswald', san-serif;
	text-align:center;
	background-color:rgba(230,70,60, 1);
	border:none;
	color:#FFF;
	font-weight:1000;
	padding:2% 5% 2% 5%;
	cursor:pointer;
	transition: 0.10s ease-in-out;
}

.UpdateButton:hover {
	color:#000;
}

.checkoutbutton {
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  margin-left:5px;
}

.checkoutbutton:hover{
  background-color: #CCCCCC;
}

.checkoutbutton:active{
  background-color: #AAAAAA;
}

.NotificationBox {
	width:100%;
	position:fixed;
    background-color: #000;
	height:auto;
	top:-100px;
	text-align:center;
	transition: all 0.3s ease-in-out;
	opacity:0;
}

.NotificationBoxClose {
	top:-100px;
	opacity:0;
}

.NotificationBoxOpenSuccessful {
	top:0;
	opacity:1;
	background-color: #DFF2BF;
	color: rgba(79, 138, 16, 0.8);
	text-shadow: 1px 1px rgba(232, 255, 221, 1), 0 0 rgba(0,0,0,1), 1px 1px rgba(100,100,100,1);
}

.NotificationBoxOpenUnSuccessful {
	top:0;
	opacity:1;
	background-color: #FFD2D2;
	color: rgba(216, 0, 12, 0.8);
	text-shadow: 1px 1px rgba(232, 255, 221, 1), 0 0 rgba(0,0,0,1), 1px 1px rgba(100,100,100,1);
}

.NotificationBoxText {
	width:85%;
	float:left;
	text-align:left;
	padding-left:5%;
}

.NotificationBoxCross {
	width:5%;
	float:right;
	transition: all 0.1s ease-in-out;
	text-shadow: 0px 0px rgba(232, 255, 221, 1), 0 0 rgba(0,0,0,1), 0px 0px rgba(100,100,100,1);
	padding-right:5%;
}

.NotificationBoxCross:hover {
	cursor:pointer;
	color:#000;
}

/* IPAD */

@media all and (max-width: 1250px) {
	.CustomerLoginBox {
	width:50%;
	}
	
	.CartCheckoutBox {
		font-size: 10px;
	}
}

/* IPHONE LANDSCAPE */
@media all and (max-width:736px) {
	.TopBar {
	font-size: 7px;
	}
	#TopPageName {
		font-size:15px;
	}
	
	#TopPageName h1 {
	margin:-5px 0 0 0;
	z-index:2;
	}
	
	.CustomerLoginBox {
	margin-top:40px;
	width:100%;
	}
	
	.CartCheckoutBox {
	margin-top:40px;
	width:100%;
	}
	
	.LargerArrow {
	font-size:20px;
	line-height:0;
	}
	
	.Spacer::after {
		width:0%;
		display:none;
	}
	
	.QuickBuyModel {
		width:80%;
		margin:0 auto;
		float:none;
	}
	.cart-view-table-front{
		max-height:300px;
		overflow-y:scroll;
		box-sizing: content-box;
	}
}
	
/* IPHONE PORTRAIT */
@media all and (max-width: 414px) {
	.TopBar {
	font-size: 5px;
	}
	#TopPageName {
		font-size:11px;
	}
	
	#TopPageName h1 {
	margin:-5.5px 0 0 0;
	z-index:2;
	}
	
	.CustomerLoginBox {
	margin-top:26px;
	width:100%;
	}
	
	.CartCheckoutBox {
	margin-top:26px;
	width:100%;
	}
	.LargerArrow {
	font-size:14px;
	line-height:0;
	}
	.cart-view-table-front{
		max-height:60vh;
		overflow-y:hidden;
		overflow-x:scroll;
		box-sizing: content-box;
	}
	.cart-view-table-front h3{
		text-align: center;
		padding: 2%;
		margin:0;
		font-size:20px!important;
		color:#FFF;
		background-color:rgba(50,50,50,1);
	}
	
	td {
		font-size: 10px!important;
	}
	
	table {
	border-spacing: 30px 20px!important;
}

}