
/* CCS PAGE NAVIGATION */
/* Line 10 - 29: standard styling */
/* Line 30 - 213: Leaderboard styling */
/* Line 214 - 274: Cart styling */
/* Line 327 - 622: Product Pages styling */
/* Line 621 - End: Shop Catalgue styling*/

/* Standard formating */
h1 {
	font-family: 'Berkshire Swash', cursive;
}
p, h2, h3, h4, h5, h6 {
	font-family: 'Marcellus', serif;
}

a {
	text-decoration: none;
}
body {
	/*background-image: url("images/backgroundsilver.png");*/
	background-color:#D1D0CE;
}

/*Clearfix to correct spacing between floating DIVs */
.clearfix::after {
  content: "";
  clear: both;
}

/*LEADER BOARD */

/*The leader board consists of a top navagation bar, image, 
company branding, Login/register link, Cart summary/link, social media icons and Annimated banner*/
.hero-image {
  background-color: #cccccc;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  }

.hero-text {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 8%;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  font-size: 125px;
}

@media only screen and (max-width: 600px) {
  .hero-text {
   font-size: 105px;
  }
}

.hero-textsub{
  text-align: center;
  position: absolute;
  top: 34%;
  left: 11.5%;
  color: white;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000000;
  font-size: 13.5px;
}
@media only screen and (max-width: 600px) {
  .hero-textsub {
   font-size: 11px;
   position: absolute;
   top: 30%;
   left: 15.5%;
  }
}

.topnav {
  text-align: right;
  position: absolute;
  top: 0.5%;
  right: 2%;
  padding:8px;
  overflow:hidden;
  }

.topnav a{
	color: #504A4B; 
	text-decoration: none;
	margin-left: 8px;
	font-size: 18px;
	font-stretch: expanded;
	border-bottom: 2px solid grey;
	font-family: 'Marcellus', serif;
	text-shadow: 2px 2px 4px white;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0.2, 0.2), 0 2px 2px 0 rgba(0, 0.19, 0.19, 0.19);
	padding:2px 15px;
	border-radius: 8px;
	}

 .active{
 	background-color:#D1D0CE;
 	}

.dropdown1 {
  float: left;
 overflow: hidden;
}
.dropdown1 .dropbtn {
  font-size: 18px;  
  border: 1px;
  border-radius: 8px;
  border-bottom: 2px solid grey;
  outline: none;
  color: #504A4B; 
  padding:2px 15px;
  text-decoration: none;
  margin-left: 8px;
  font-size: 18px;
  font-stretch: expanded;
  font-family: 'Marcellus', serif;
  text-shadow: 2px 2px 4px white;
  text-align:left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #FADBD8;
}

.dropdown-content {
  display: none;
  position: relative;
  top: 15%;
  background-color: #f9f9f9;
  max-width: 460px;
  max-height:145px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

.dropdown-content a:hover {
  background-color: #FADBD8;
  position: relative;
  width:250px;
}

.dropdown1:hover .dropdown-content {
  display: block;
}

 .my-account{
  text-align: center;
  position: absolute;
  top: 28%;
  right: 2%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0.2, 0.2), 0 2px 2px 0 rgba(0, 0.19, 0.19, 0.19);
  border-radius: 8px;
  padding:5px 32px;
  font-size:15px;
 }

 
 .cart-Summary{
 	text-align: center;
  	position: absolute;
  	top: 35%;
  	right: 2%;
  	padding:5px 40px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0.2, 0.2), 0 2px 2px 0 rgba(0, 0.19, 0.19, 0.19);
  	border-radius: 8px;
 }

 .cart-summary-total{
 	font-size:17px;
 	font-family: 'Marcellus', serif;
 	padding:0;
 	margin:0;
 }

.myaccountNav{
	background-color: white;
 }

.staticBar{
background-color: #D1D0CE;
height:40px;
text-align: right;
line-height: 40px;
padding-right:10px;
vertical-align: middle;

}

.social-icon {
	margin:5px;
}
#christmasBanner{
	position: absolute;
  	top: 40.8%;
  	left: 5%;
  	font-size: 19px;
  	color: white;
  	background-color: red;
  	padding: 5px;
  	width: 70%;
  	border: 2px solid white;
  	border-radius: 8px;
  	text-align: left;
}

/*SHOPPING CART */
/*Shopping Cart consists of: Cart content table (items added to cart) with headers, Remove button, 
Voucher Options with redeem button, Delivery Options with address fields, Confirm Order button */
.remove-btn {
	border-radius: 8px;
	border: 1px solid grey;
	padding:5px 10px;
	background-color: #1a1aff;
	color: white;
	box-shadow: 2px 2px 1px lightgrey;
	text-shadow: 1px 1px 2px #000000;
	margin:4px 10px;
	width:100px;
	font-family: 'Marcellus', serif;
}

.cart-totals{
	width:75.2%;
	text-align: right;
	}

.cart-total-title, .cart-total-vat, .cart-total-price, .cart-total-Ex-Vat{
	text-align: right;
}

.item-Name, .item-Specs, .item-Qty, .item-SubTotal {
	padding:5px;
	border-bottom: 2px solid lightgrey;
	text-align: center;
	margin:5px;
}
.item-Img {
	border: 1px solid white;
	padding:10px;
	text-align: center;
	border-radius: 8px;
	margin:10px;
	background-color: white;
}

.tab1 {
	padding:10px;
	text-align: center;
	width:90%;
	margin: 10px;
}

#voucher-top, #voucher-panel {
  padding: 5px;
  text-align: left;
  background-color: #504A4B;
  border: solid 1px #c3c3c3;
  border-radius: 8px;
  color: white;
  width:75.2%;
}
@media only screen and (max-width: 600px) {
  #voucher-top, #voucher-panel, .our-address, .your-address, .cart-totals {
   width:100%;
  }
}

#voucher-panel {
  padding: 30px;
  display: none;
}
.voucherValue{
	text-align: right;
}

#redeem-btn {
	border-radius:8px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 10px;
}

.first_streetaddress, .sec_streetaddress, .suburb_streetaddress, .city_streetaddress{
	width:60%;
}

.note_streetaddress{
	width:90%;
	height:50px;
}

.radiolabel {
text-align:left;
}
.our-address, .your-address {
text-align: justify;	
border: 2px solid #504A4B;
border-radius: 8px;
padding: 20px 10px;
width:75.2%;
}
 
.streetlabel, .signuplabel{
 	width:30%;
 }
 .btn-purchase{
 	border-radius: 8px;
	padding: 10px 5px;
	width:200px;
	text-align: center;
	margin:10px 0px;
    text-shadow: 1px 1px 2px #000000;
    font-family: 'Marcellus', serif;
    background-color: green;
    color: white;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0.2, 0.2), 0 2px 2px 0 rgba(0, 0.19, 0.19, 0.19);
 }

/*PRODUCT PAGES */
/* PRODUCT PAGES refers to sections pertaining to products. (Each page is divided into two sides)
Content on the left contains product images, Product details navigation(description,reviews, t&cs).Content 
on the right includes pricing, options discounts, "add to cart" and  and "return to shop" buttons.

/*This contains the :DISCRIPTION/TERMS & CONDITIONS AND PRODUCT REVIEW NAV sections */
.contentContainer {
	width: 100%;
	float: left;
	background-color: white;
	padding: 20px;
}

.tab-pane{
	background-color: white;
}

.ppage-item-Details{
	margin:10px 10px;
	padding:10px;
	background-color:white;
}
/*PRODUCT PAGES TYPOGRAPHY*/

.ppage-header {
	width:65%;
	float:left;
	background-color:white;
	}

@media only screen and (max-width: 600px) {
  .ppage-header {
   width: 100%;
   }
}
.shop-item-title {
	margin: 20px;
}
.ppage-item-price-details {
	float: right;
	width: 32%;
	padding:10px 10px 10px 10px;
	margin-right: 20px;
}

@media only screen and (max-width: 600px) {
  .ppage-item-price-details {
   width: 100%;
   margin: auto;
   padding:20px;
  }
}
.ppage-item-price-discount-vat-inclu{
	color: red;
	background-color:white;
	border: 1px solid #1a1aff;
	border-radius: 8px;
	padding:10px 10px 10px 50px;
}
.ppage-price-vat-inclu{
	color: black;
	padding:10px 0px 0px 0px;
	margin-top:0;
	margin-bottom:0;
}
.ppage-price-discount{
	font-weight:bold;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom:20px;
}
.ppage-item-subtotal-display, .ppage-item-total-display{
border-radius: 8px;
width:85%;
margin-bottom: 10px;
}

.savings{
	font-style: italic;
	font-weight:bold;
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left:50px;
}
.vat-inclu{
	font-size:10px;
	font-weight: bold;
	text-align:center;
	margin-left:130px;
	margin-top:0px;
	font-family: 'Marcellus', serif;
}
.ppage-item-qtyElement{
	width:50px;
	margin:5px;
	border-radius:8px;
}

/*PRODUCT PAGE IMAGES*/
.ppage-item-image{
	margin:auto;
	display: block;
	padding:20px;
}
.ppage-item-image:hover{
	-ms-transform: scale(1.25); /* IE 9 */
  	-webkit-transform: scale(1.25); /* Safari 3-8 */
  	transform: scale(1.25); 
}
.ppage-item-button{
	margin-top: 10px;
	padding: 10px 15px;
	width: 60%;
	border-radius: 8px;
	background-color: orange;
	color: #504A4B;
	margin: 0 auto;
    display: block;
    font-family: 'Marcellus', serif;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0.2, 0.2), 0 2px 2px 0 rgba(0, 0.19, 0.19, 0.19);
}
.imageoption-row{
	height:150px;
	background-color: #D1D0CE;
	line-height: 150px;
	vertical-align: middle;
	text-align: center;
	border: 2px solid white;
	white-space:nowrap;
	overflow-x: auto;
}


.ppage-item-image1, .ppage-item-image2, .ppage-item-image3, .ppage-item-image4 {
	max-height:120px;
	max-width:120px;
	margin:10px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0.2, 0.2), 0 2px 2px 0 rgba(0, 0.19, 0.19, 0.19);
}

/*COLOUR CHART SPECIFICATIONS*/
.tdaisyYellow, .tmistyGreen, .tpilotBlue, .tsilverSurf, .tlavender, .trobotRed, .twhite, .tpowderPink, .tgingerBiscuit{
	height: 80px;
	width:95px;
	background-color:  #ffff00;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
	font-size:14px;
	margin:2px;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0.2, 0.2), 0 2px 2px 0 rgba(0, 0.19, 0.19, 0.19);

}
.tmistyGreen {
	background-color: #e6fff7;
	
}
.tpilotBlue {
	background-color:  #b3d9ff;

}
.tsilverSurf {
	background-color: #d9d9d9;

}
.tlavender {
	background-color: #d98cd9;
}
.trobotRed {
	background-color: #ff0000;
}
.twhite {
	background-color: #ffffff;
}
.tpowderPink {
	background-color: #ffb3b3;
}
.tgingerBiscuit {
	background-color: #ffe6b3;
	
}
.colourchart-row {
    display: flex;
    margin: auto;
    text-align: center;
   }

/*SELECT OPTION COLOURING*/
.daisyOption{
	background-color:  #ffff00; 
	font-size:12px;
	line-height: 20px;
}
.powderpinkOption{
	background-color: #ffb3b3;
	color: grey;
	font-size:12px;
	line-height: 20px;
}

.robotredOption{
	background-color: #ff0000;
	color: grey;
	font-size:12px;
	line-height: 20px;
}

.lavenderOption{
	background-color: #d98cd9;
	color: grey;
	padding: 10px;
	font-size:12px;
	line-height: 20px;
}

.pilotBOption{
	background-color:  #b3d9ff;
	color: grey;
	font-size:12px;
	line-height: 20px;
}


.mistygreenOption{
	background-color: #e6fff7;
	color: grey;
	font-size:12px;
	line-height: 20px;
}

.gingerBOption{
	background-color: #ffe6b3;
	color: grey;
	font-size:12px;
	line-height: 20px;
}

.silversurfOption{
	background-color: #d9d9d9;
	color: grey;
	font-size:12px;
	line-height: 20px;

}
.whiteOption{
	background-color: white;
	color: grey;
	font-size:12px;
	line-height: 20px;
}

.none{
	background-color: white;
	color: grey;
	font-size:14px;
	line-height: 20px;
	}

.pricing{
	margin-top:10px;
	font-size: 15px;
	overflow: auto;
}

/* Terms and Conditions navigation*/
nav ul li {
    list-style-type: none;
    padding: 5px;
    background-color:#D1D0CE;
    border-radius: 8px;
    width:100%;
    }

li {
    background-color: white;
    color: #504A4B;
    padding:10px;
    margin:5px;
 }

#shoplink{
	border-radius: 8px;
	padding: 10px 5px;
	width:100%;
	text-align: center;
	margin: 0 auto;
    display: block;
    font-family: 'Marcellus', serif;

}

/* CATALOGUE SHOP FRONT CSS*/
/* The catalogue page is created programatically with Javascript, refer to homelyShop.js*/

.product-card {
		background-color:white;
		border:1px solid black;
	}

.shop-colour, .shop-step {
	width:80%;
}
.shop-style {
	width:80%;
}

.shop-Img {
	padding: 10px 10px 10px 10px;
	
}
.shopitem-price-discount-vat-inclu{
	margin-left: 10px;
	margin-bottom:1px;
	margin-right:5px;
	padding:5px 10px 5px 10px;
	color:red;
	font-size:22px;
	border-radius: 8px;
	text-align: center;
	font-family: 'Marcellus', serif;
}
.shopitem-text{
	margin-left: 60px;
}
.shopitem-price-vat-inclu{
	margin-left: 15px;
	padding-top:5px;
	font-size:20px;
	width: 90%;
	font-family: 'Marcellus', serif;
	text-decoration: line-through;
}

.shopitem-subtitle{
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
}

.addtoCart-btn{
	border-radius: 8px;
	background-color: #1a1aff;
	color: white;
	padding: 5px 10px;
	box-shadow: 2px 2px 1px lightgrey;
	text-shadow: 1px 1px 2px #000000;
	margin:4px 10px;
	width:80%;
	font-family: 'Marcellus', serif;
}

.shopfront{
	margin:20px;
}
.shopfront-card{
	box-shadow: 2px 2px 1px lightgrey;
}

.cart{
	width: 60%;
	text-align: right;
	position: absolute;
 }

.stairPosition,.prodStyles, .pricing {
	margin:4px 10px;
	border-radius:8px;
	padding:2px 10px;
	width:80%;
	font-family: 'Marcellus', serif;
}

.shop-item-qtyElement {
width: 50px;
border-radius: 8px;
padding:2px 10px;
margin-left:5px;
}

.card-title{
	margin: 10px 10px  15px 10px;
	text-decoration: none;
	font-family: 'Marcellus', serif;
	color: #3B3131;
	
}
.shop-item-qtylabel {
	margin:4px 0px;
	border-radius:8px;
	padding:2px 10px;
	font-family: 'Marcellus', serif;
}

#returnToShop {
	border-radius: 8px;
	padding: 10px 5px;
	width:200px;
	text-align: center;
	margin: 0 auto;
    display: block;
    font-family: 'Marcellus', serif;
}