*
 {
 box-sizing: border-box;
 
}
 
 { 
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: -webkit-optimize-contrast;
  
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  color: #555555;
  background-color: #FFFFFF;
  margin: 0;
  padding-bottom: 0px;
  /* Same height as footer */
}

h1, h2, h3, h4, h5 {
  color: #000000;
}

.content-wrapper {
  width: 1100px;
  margin: 0 auto;
}

.content-wrapper.error {
  padding: 40px 0;
}

header {
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}

header .content-wrapper {
  display: flex;
  height: 50px;
}

header h1 {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 20px;
  margin: 0;
  padding: 24px 0;
}

header nav {
  display: flex;
  flex-grow: 4;
  flex-basis: 0;
  justify-content: flex-end;
  align-items: center;
}

header nav a {
  white-space: nowrap;
  text-decoration: none;
  color: #555555;
  padding: 10px 10px;
  margin: 0 10px;
}

header nav a:hover {
  color: #f52a2a;
}

header .link-icons {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

header .link-icons .search i {
  font-size: 18px;
  padding: 0 10px;
  cursor: pointer;
}

header .link-icons .search input {
  display: none;
  border: 0;
  border-bottom: 1px solid #EEEEEE;
  padding: 10px 0;
  width: 200px;
  outline: none;
  margin-right: 10px;
}

header .link-icons .responsive-toggle {
  display: none;
}

header .link-icons a {
  position: relative;
  text-decoration: none;
  color: #394352;
  padding: 0 10px;
}

header .link-icons a:hover {
  color: #4e5c70;
}

header .link-icons a i {
  font-size: 18px;
}

header .link-icons a span {
  display: inline-block;
  text-align: center;
  background-color: #63748e;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  font-weight: bold;
  position: absolute;
  top: -4px;
  right: 2px;
}

main .featured {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-direction: column;
  background-image: url(../assets/i6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  align-items: left;
  justify-content: left;
  text-align: left;
  text-shadow: #000000 1px 1px 3px;
  
}

main .featured1 {
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  background-image: url(imgs/woman2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  align-items: left;
  justify-content: left;
  text-align: left;
}

.shopnow {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 10%;
  width: 12%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 3%;
  font-size: 15px;
  border: none;
  cursor: pointer;
  margin-top: 15%;
}
.shopnow a{
  cursor: pointer;
}
.shopnow2 {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 10%;
  width: 12%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 3%;
  font-size: 15px;
  border: none;
  cursor: pointer;
  margin-top: 1%;
}
.shopnow2 a{
  cursor: pointer;
}

main .featured h2 {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-family: Georgia;
  font-size: 68px;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-left: 3%;
  padding-top: 2%;
    animation-name: text;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

@keyframes text {
 0%   {color: #ffffff;}
  5%  {color: #febd09;}
  100% {color: #ffffff;}
}

main .featured p {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-size: 30px;
  color: #FFFFFF;
  padding-left: 3%;
}

main .recentlyadded h2 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
}


main .recentlyadded .products, main .products .products-wrapper {
  width: 100%;
  margin-left: 3%;
  margin-right: 4%;
}

main .recentlyadded .products .product, main .products .products-wrapper .product {
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 25%;
  padding-bottom: 80px;
  float: left;
}

main .recentlyadded .products .product img, main .products .products-wrapper .product img {
  transform: scale(1);
  transition: transform 1s;
}

main .recentlyadded .products .product .name, main .products .products-wrapper .product .name {
  display: block;
  color: #000000;
  padding: 20px 0px 2px 0px;
  margin-right: 60px;
  
}

main .recentlyadded .products .product .price, main .products .products-wrapper .product .price {
  display: block;
  color: #f52a2a;
}

main .recentlyadded .products .product .rrp, main .products .products-wrapper .product .rrp {
  color: #000000;
  text-decoration: line-through;
}

main .recentlyadded .products .product:hover img, main .products .products-wrapper .product:hover img {
  transform: scale(1.05);
  transition: transform 1s;
}

main .recentlyadded .products .product:hover .name, main .products .products-wrapper .product:hover .name {
  text-decoration: underline;
}

main > .product {
  display: flex;
  padding: 40px 0;
}

main > .product h1 {
  font-size: 34px;
  font-weight: normal;
  margin: 0;
  padding: 20px 0 10px 0;
}

main > .product .product-small-imgs img {
  border: 1px solid #EEEEEE;
  cursor: pointer;
  margin: 20px 12px 0 0;
}

main > .product .product-small-imgs img.selected {
  border: 1px solid #c8c8c8;
}

main > .product .product-wrapper {
  padding-left: 15px;
}

main > .product .price {
  display: block;
  font-size: 22px;
  color: #f52a2a;
}

main > .product .rrp {
  color: #000000;
  text-decoration: line-through;
  font-size: 22px;
  padding-left: 5px;
}

main > .product form {
  display: flex;
  flex-flow: column;
  margin: 40px 0;
}

main > .product form select, main > .product form input[type="number"] {
  width: 400px;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  color: #555555;
  border-radius: 5px;
}

main > .product form input[type="submit"] {
  background: #000000;
  border: 0;
  color: #FFFFFF;
  width: 400px;
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

main > .product form input[type="submit"]:hover {
  background: #434f61;
}

main > .products h1 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

main > .products .products-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
}

main > .products .products-header p {
  margin: 0;
}

main > .products .products-header label {
  padding-left: 20px;
}

main > .products .products-header select {
  padding: 5px;
  margin-left: 15px;
  border: 1px solid #ccc;
  color: #555555;
  border-radius: 5px;
}

.container2 {
  float: right;
  width: 100%;
}

.buttons {
  text-align: right;
  margin-right: 0%;
  padding-bottom: 40px;
}

.buttons1 {
  text-align: right;
  margin-right: 5%;
  padding-bottom: 40px;
}

.buttons1 a {
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
  padding: 12px 20px;
  border: 0;
  background: #000000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

.buttons a {
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
  padding: 12px 20px;
  border: 0;
  background: #000000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

.buttons a:hover {
  background: #ffffff;
  color: #000000;
}

main .cart h1, main .myaccount h1 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

main .cart table, main .myaccount table {
  width: 100%;
}

main .cart table thead td, main .myaccount table thead td {
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
  color:#000000;
}

main .cart table thead td:last-child, main .myaccount table thead td:last-child {
  text-align: right;
  color:#000000;
}

main .cart table tbody td, main .myaccount table tbody td {
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
}

main .cart table tbody td:last-child, main .myaccount table tbody td:last-child {
  text-align: right;
    color:#000000;
}

main .cart table .img, main .myaccount table .img {
  width: 80px;
}

main .cart table .remove, main .myaccount table .remove {
  color: #777777;
  font-size: 12px;
  padding-top: 3px;
}

main .cart table .remove:hover, main .myaccount table .remove:hover {
  text-decoration: underline;
}

main .cart table .price, main .myaccount table .price {
  color: #555555;
}

main .cart table a, main .myaccount table a {
  text-decoration: none;
  color: #555555;
}

main .cart table input[type="number"], main .myaccount table input[type="number"] {
  width: 68px;
  padding: 10px;
  border: 1px solid #ccc;
  color: #555555;
  border-radius: 5px;
}

main .cart .subtotal, main .myaccount .subtotal {
  text-align: right;
  padding: 40px 0;
}

main .cart .subtotal .text, main .myaccount .subtotal .text {
  padding-right: 40px;
  font-size: 18px;
  color: #f52a2a;
}

main .cart .subtotal .price, main .myaccount .subtotal .price {
  font-size: 18px;
  color: #f52a2a;
}

main .cart .buttons, main .myaccount .buttons {
  text-align: right;
  padding-bottom: 10px;
}

main .cart .buttons input[type="submit"], main .myaccount .buttons input[type="submit"] {
  margin: 0 0 5px 5px;
  padding: 12px 10px;
  border: 0;
  background: #000000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  
}

.check input[type="submit"] {
  margin: 0 0 5px 5px;
  padding: 12px 56px;
  border: 0;
  background: #febd09;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  float: right;   
}

main .cart .buttons input[type="submit"]:hover, main .myaccount .buttons input[type="submit"]:hover {
  background: #434f61;
}

main .placeorder h1 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

main .placeorder p {
  text-align: center;
}

main .checkout h1, main .myaccount h1 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

main .checkout form, main .myaccount form {
  width: 600px;
  display: flex;
  flex-flow: wrap;
  padding-bottom: 40px;
}

main .checkout form h2, main .myaccount form h2 {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  padding: 50px 0 20px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #EEEEEE;
}

main .checkout form h2:first-child, main .myaccount form h2:first-child {
  padding: 20px 0 20px 0;
}

main .checkout form label, main .myaccount form label {
  display: block;
  padding: 15px 0 10px 0;
}

main .checkout form input, main .checkout form select, main .myaccount form input, main .myaccount form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

main .checkout form input[type="submit"], main .checkout form button, main .myaccount form input[type="submit"], main .myaccount form button {
  width: 100%;
  border: 0;
  margin-top: 40px;
  padding: 14px 20px;
  background: #000000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

main .checkout form input[type="submit"]:hover, main .checkout form button:hover, main .myaccount form input[type="submit"]:hover, main .myaccount form button:hover {
  background: #434f61;
}

main .checkout form .row1, main .checkout form .row2, main .myaccount form .row1, main .myaccount form .row2 {
  width: 50%;
  display: inline-block;
}

main .checkout form .row1, main .myaccount form .row1 {
  padding-right: 10px;
}

main .checkout form .row2, main .myaccount form .row2 {
  padding-left: 10px;
}

main .checkout .paypal, main .myaccount .paypal {
  padding-bottom: 40px;
  width: 100%;
}

main .checkout .paypal button, main .myaccount .paypal button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px 7px 20px;
  background-color: #FFC439;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  width: inherit;
}

main .checkout .paypal button:hover, main .myaccount .paypal button:hover {
  background-color: #f3bb37;
}

main .myaccount form {
  width: 400px;
}

main .myaccount h2 {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  padding: 30px 0 20px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #EEEEEE;
}

main .myaccount table {
  padding-bottom: 40px;
}

main .myaccount table tr:last-child td {
  border-bottom: 0;
}

main p.error {
  color: red;
}

footer {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #EEEEEE;
  padding: 20px 0;
  width: 100%;
}
.container9 {
	display: flex;
	border-bottom: 5px solid;
	border-bottom-color: #f5eceb;
	background: #ffffff;
	height: 120px;
	width: 100%;
	align-items: center;
    justify-content: center;
    text-align: center;
	padding-right: 2%;
	padding-left: 2%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	word-spacing: 2px;
	color: #111111;
	font-weight: 700;
	text-decoration: none;
	font-style: oblique;
	font-variant: normal;
	text-transform: uppercase;
}
.container3 {
  float: right;
  width: 100%;
  background: #333333;
  height: 100px;
  padding-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
}
.header4 {
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  height: 110px;
}

.column4 {
  float: left;
  width: 25%;
  height: 350px;
  background-color: #ffffff;
  font-family: arial;
  color: #111111;
  font-size: 13px;
  line-height: 1.8;
}
.column6 {
  float: left;
  width: 25%;
  height: 350px;
  background-color: #ffffff;
  font-family: arial;
  color: #111111;
  font-size: 13px;
  line-height: 1.8;
}
.footerlist{
	list-style: none;
    position: center;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.footertitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #111111;
	font-weight: 700;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	padding-bottom: 4%;
}
.footer4 {
  background-color: #ffffff;
  padding: 10px;
    text-align: center;
  font-family: arial;
  color: #111111;
  font-size: 10px;
}
.footer5 {
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
  font-family: arial;
  color: #111111;
  font-size: 12px;
}

@media screen and (max-width: 1100px) {
.navbar-nav {
	display:none
}
}


/* Responsive CSS below */
@media screen and (max-width: 1050px) {
  .rhide {
    display: none;
  }
  .content-wrapper {
    width: 100%;
    padding: 0 10px;
  }
  header {
    justify-content: space-between;
  }
  header h1 {
    font-size: 16px;
    flex-basis: auto;
  }
  header nav {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    width: 100%;
    background-color: #FFFFFF;
  }
  header nav a {
    display: block;
    padding: 10px 10px;
    margin: 0;
    border-bottom: 1px solid #EEEEEE;
  }
  header .link-icons {
    display: inline-flex;
    width: 100px;
  }
  header .link-icons .responsive-toggle {
    display: block;
  }
  main .recentlyadded .products, main .products .products-wrapper {
    justify-content: center;
  }
  main .recentlyadded .products .product, main .products .products-wrapper .product {
    width: auto;
  }
  main .featured {
    height: 300px;
  }
main .featured1 {
    height: 300px;
  }
  main .featured h2 {
    font-size: 48px;
    width: 100%;
    padding: 0 10px;
  }
  main .featured p {
    font-size: 22px;
    width: 100%;
    padding: 0 10px;
  }
  main > .products .products-header {
    flex-flow: column;
	 align-items: center;
  }
  main > .products .products-header p {
    padding-bottom: 10px;
  }
  main > .products .products-header form {
    display: flex;
    flex-flow: column;
  }
  main > .products .products-header form label {
    padding-top: 15px;
  }
  
  main > .product {
    padding: 0 10px;
    flex-flow: column;
  }
  main > .product .product-imgs {
    padding: 0 10px;
  }
  main > .product .product-imgs .product-img-large {
    width: 100%;
    height: auto;
  }
  main > .product .product-imgs .product-small-imgs .product-img-small {
    width: 50px;
    height: 50px;
  }
  main > .product form input[type="number"], main > .product form input[type="submit"] {
    width: 100%;
  }
  main > .product .product-wrapper {
    padding: 0;
  }
  main .cart table input[type="number"] {
    width: 47px;
  }
  main .checkout form, main .myaccount form {
    width: 100%;
  }
  main .featured h2 {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-family: Rockwell, Courier Bold, Courier, Georgia, serif;
  font-size: 40px;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-top: 3%;
  padding-bottom: 2px;
}

main .featured p {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 2%;
}
  .shopnow {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 20%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 15%;
  font-weight: 1px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
.shopnow a{
  cursor: pointer;
}
  .shopnow2 {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 20%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 1%;
  font-weight: 1px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
.shopnow2 a{
  cursor: pointer;
}
.signtext {
    font-size: 12px;
	font-family: arial;
    font-weight: normal;
	padding-top: 5px;
}
.latesttext {
  font-size: 15px;
  font-family: arial;
  font-weight: normal;
  margin-top: 5px;
  padding-bottom:5px;
}
}

@media screen and (max-width: 850px) {
main .recentlyadded .products .product img, main .products .products-wrapper .product img {
  transform: scale(1);
  transition: transform 1s;
  width: 140px;
  height: 150px;
}
main .recentlyadded .products, main .products .products-wrapper {
  width: 100%;
   margin-left: 4%;
 margin-right: 4%;
  
}
main .recentlyadded .products .product, main .products .products-wrapper .product {
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 25%;
  padding-bottom: 40px;
}
main .recentlyadded .products .product .name, main .products .products-wrapper .product .name {
  display: block;
  color: #000000;
  padding: 20px 0 2px 0px; 
   font-size: 14px;
}
main .recentlyadded .products .product .price, main .products .products-wrapper .product .price {
  display: block;
  color: #f52a2a;
  font-size: 14px;
}
main .recentlyadded .products .product .rrp, main .products .products-wrapper .product .rrp {
  color: #000000;
  text-decoration: line-through;
  font-size: 14px;
}
main .featured h2 {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-family: Rockwell, Courier Bold, Courier, Georgia, serif;
  font-size: 40px;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-top: 3%;
  padding-bottom: 2px;
}

main .featured p {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 2%;
}
.shopnow {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 20%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 15%;
  font-weight: 1px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
.shopnow a{
  cursor: pointer;
}
.shopnow2 {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 20%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 1%;
  font-weight: 1px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
.shopnow2 a{
  cursor: pointer;
}
.container9 {
	height: 130px;
	width: 100%;
	font-size: 13px;
	padding-right: 2%;
	padding-left: 2%;
}
}

@media screen and (max-width: 800px) {
	
.footerlist {
list-style: none;
padding-left: 10%;
padding-right: 7%;
}

main .featured h2 {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-family: Rockwell, Courier Bold, Courier, Georgia, serif;
  font-size: 40px;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-top: 3%;
  padding-bottom: 2px;
}

main .featured p {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 2%;	 
}
.shopnow {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 20%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 15%;
  font-weight: 1px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
.shopnow a{
  cursor: pointer;
}
.shopnow2 {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 20%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 1%;
  font-weight: 1px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
.shopnow2 a{
  cursor: pointer;
}
}

@media screen and (max-width: 768px) {
main .featured h2 {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-family: Rockwell, Courier Bold, Courier, Georgia, serif;
  font-size: 40px;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-top: 3%;
  padding-bottom: 2px;
}

main .featured p {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 2%;	 
}
.shopnow {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 20%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 15%;
  font-weight: 1px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
.shopnow a{
  cursor: pointer;
}
.shopnow2 {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 20%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 1%;
  font-weight: 1px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
.shopnow2 a{
  cursor: pointer;
}
}

div#video2{ 
	min-width:300px;
margin-bottom: -80px;	
}

div#video2 > div{ 
	float:left; 
	width:50%; 
}

div#video2 > div{ 
	width:50%; 
}

div#video2 > div > div{ 
	background: #ffffff; 
	text-align: center; 
	padding: 3%; 
	height: 458px;
}

div#video2 > div > div > img{ 
	width:50%; 
}

div#video4{ 
	min-width:300px; 
}

div#video4 > div{ 
	float:left; 
	width:50%; 
}

div#video4 > div{ 
	width:50%; 
}

div#video4 > div > div{ 
	background: #ffffff; 
	text-align: left; 
	padding: 3%; 
	height: 50px;
	overflow: hidden;
	margin-top: 5px;
	
}

div#video4 > div > div > img{ 
	width:50%; 
}

div#form{ 
	min-width:300px; 
}

div#form > div{ 
	float:center; 
	width:100%; 
}

div#form > div > div{ 
	width:100%; 
	overflow: hidden; 
}

div#promo1{ position:absolute; top:315px;left:205px;}
div#promo1 img{ border-radius:10px; }

div#promo2{ position:absolute; top:360px;left:205px;}
div#promo2 img{ border-radius:10px; }

div#promo3{ position:absolute; top:405px;left:205px;}
div#promo3 img{ border-radius:10px; }

div#promo4{ position:absolute; top:450px;left:205px;}
div#promo4 img{ border-radius:10px; }

div#promo5{ position:absolute; top:492px;left:55px;}
div#promo5 img{ border-radius:10px; }

	
<link rel="stylesheet" href="styles.css">
	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
	<script>
		$(document).ready(function(){
			$(".btn").click(function(){
			  $("input[type='text'], textarea").val("");
			});
		});
	</script>
	
	@import url("https://fonts.googleapis.com/css?family=Kavivanar");

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000000;
}

.body {
  background: #000000;
  color: #000000;
}

.wrapper {
  margin: 0px auto 0;
  width: 100%;
  max-width: 1000px;
  height: 5000px;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

/* content */
.content {
  text-align: center;
  padding-top: -10px;
}

.latesttext {
  font-size: 40px;
  font-family: arial;
  margin-top: 30px;
  padding-bottom: 10px;
}

.signtext {
  font-size: 20px;
  font-family: arial;
}

/* form */
.form {
  width: 100%;
  margin: 25px 25px;
  margin-top: 20px;
}

.top-form,
.middle-form,
.bottom-form {
  width: 100%;
  min-height: 65px;
  margin: 10px 0;
}

.form input[type="option"],
.form select {
  border: 1px solid #ccc;  
  padding: 10px 5px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.form input[type="text"],
.form textarea {
   border: 1px solid #ccc;
  padding: 10px 5px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.form input:focus,
.form textarea:focus {
  border-color: #4ca1af;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125),
    0 0 8px rgba(76, 161, 175, 0.5);
}

.form .label {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: arial;
  font-weight: normal;
  font-size: 12px;
}

/* top-contact */
.top-form .inner-form {
  width: 20.9%;
  float: left;
  margin-right: 5%;
}

.top-form .inner-form:last-child {
  margin-right: 0;
}


/* middle-form */
.middle-form {
  clear: both;
}

input[type=submit] {
  background: #febd09;
  font-family: arial;
  font-weight: bold;
  width: 160px;
  height: 40px;
  padding: 5px;
  border: none;
  text-align: center;
  color: #222222;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 580px) {
	
.cards {
	width: 250px;
	height: auto;
}	
	
.column4 {
    width: 50%;
	height: 180px;
	overflow: hidden;
}
.column6 {
    width: 50%;
	height: 350px;
	overflow: hidden;
}

.giftcard {
	width: 130px;
	height: auto;
}

.cards {
	width: 250px;
	height: auto;
}
.footer4 {
	width: 100%;
	  text-align: center;
  font-family: arial;
  color: #111111;
  font-size: 10px;
}
.footertitle {
	font-size: 12px;
	color: #111111;
	font-weight: 700;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	padding-bottom: 4%;
}

.footer5 {
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
  font-family: arial;
  color: #111111;
  font-size: 9px;
}
	
.wrapper {
    margin: 25px auto 0; 
	font-weight: normal;
  width: 100%;
  max-width: 1000px;
  height: 5000px;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
  
.content h4 {
    font-size: 30px; 
	font-weight: normal;
}
.signtext {
    font-size: 12px;
	font-family: arial;
    font-weight: normal;
	padding-top: 5px;
}
.latesttext {
  font-size: 15px;
  font-family: arial;
  font-weight: normal;
  margin-top: 5px;
  padding-bottom:5px;
}
.top-form .inner-form {
    width: 100%;
    margin: 5px 0;
}
.top-form,
.middle-form,
.bottom-form {
	margin: 5px 0;
}
.form {
    margin-top: -10px;
	margin-left: 5px;
}
.form .label {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: arial;
  font-weight: normal;
  font-size: 12px;
}

.form input[type="text"],
.form textarea {
	 width: 100%;
	 box-sizing: border-box;
}
.container9 {
	height: 120px;
	width: 100%;
	font-size: 10px;
	padding-right: 3%;
	padding-left: 3%;
}
div#video2 {
	min-width:300px;
}

div#video2 > div{ 
	float:left; 
	width:50%; 
}

div#video2 > div{ 
	width:50%; 
}

div#video2 > div > div{ 
	background: #ffffff; 
	text-align: center; 
	margin-top: 5%;
	padding-top: 2%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	height: 200px;
}

div#video2 > div > div > img{ 
	width:50%; 
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 70%;
}	
.form .label {
  margin-bottom: 5px;
  font-family: arial;
  font-weight: normal;
  font-size: 12px;
}
input[type=submit] {
  background: #febd09;
  font-family: arial;
  font-size: 10px;
  width: px;
  height: 28px;
  padding: 5px;
  border: none;
  border-radius: 5%;
  color: #222222;
  cursor: pointer;
  margin-top: 15px;
  text-align: center;
  float: right;
  align-items: center;
  justify-content: center;
}	
.container3 {
  float: right;
  width: 100%;
  background: #333333;
  height: 100px;
  padding-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
}
main .featured {
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: #000000 1px 1px 3px; 
}
}

@media screen and (max-width: 850px) {
  .wrapper {
    margin: 25px auto 0; font-weight: normal;
  }
  
  .content h4 {
    font-size: 30px; font-weight: normal;
  }
   .content p {
    font-size: 15px
  }
  .top-form .inner-form {
    width: 100%;
    margin: 5px 0;
  }
  .top-form,
  .middle-form,
  .bottom-form {
    margin: 5px 0;
  }
  .form {
    margin-top: 10px;
	margin-left: 5px;
  }
  .form input[type="text"],
  .form textarea {
     width: 100%;
     box-sizing: border-box;
  }
.signtext {
    font-size: 15px;
	font-family: arial;
    font-weight: normal;
	padding-top: 5px;
}
.latesttext {
  font-size: 20px;
  font-family: arial;
  font-weight: normal;
  margin-top: 5px;
  padding-bottom:5px;
}
.form .label {
  margin-bottom: 5px;
  font-family: arial;
  font-weight: normal;
  font-size: 12px;
}
input[type=submit] {
  background: #febd09;
  font-family: arial;
  font-size: 10px;
  padding: 2px;
  border: none;
  border-radius: 5%;
  color: #222222;
  cursor: pointer;
  margin-top: 15px;
  text-align: center;
  float: right;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 90px;
}
.container3 {
  float: right;
  width: 100%;
  background: #333333;
  height: 100px;
  padding-left: 10px;
  padding-top: 10px;
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
}	
}

@media screen and (max-width: 568px) {
main .recentlyadded .products, main .products .products-wrapper {
 width:100%;
 margin-left: 5%;
 margin-right: 5%;
}

main .recentlyadded .products .product, main .products .products-wrapper .product {
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 50%;
  padding-bottom: 20px;
  
}

main .recentlyadded .products .product .name, main .products .products-wrapper .product .name {
  display: block;
  color: #000000;
  padding: 20px 0 2px 0px;
  font-size: 14px;
}	
main .recentlyadded .products .product .price, main .products .products-wrapper .product .price {
  display: block;
  color: #f52a2a;
  font-size: 14px;
}

main .recentlyadded .products .product .rrp, main .products .products-wrapper .product .rrp {
  color: #000000;
  text-decoration: line-through;
  font-size: 14px;
}
main .featured h2 {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-family: Rockwell, Courier Bold, Courier, Georgia, serif;
  font-size: 32px;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-top: 3%;
  padding-bottom: 2px;
}

main .featured p {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-size: 15px;
  color: #FFFFFF;
  padding-left: 2%;	   
}
.shopnow {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 35%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 2%;
  font-weight: 2px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
.shopnow a{
  cursor: pointer;
}
.shopnow2 {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 35%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 2%;
  font-weight: 2px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
.shopnow2 a{
  cursor: pointer;
}
.signtext {
    font-size: 12px;
	font-family: arial;
	padding-top: 5px;
}
.latesttext {
  font-size: 15px;
  font-family: arial;
  margin-top: 5px;
  padding-bottom:5px;
}
main .featured {
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: #000000 1px 1px 3px; 
}
}

@media screen and (max-width: 350px) {

.column4 {
  font-size: 11px;
}
.column6 {
  font-size: 11px;
}
main .recentlyadded .products, main .products .products-wrapper {
 width: 100%;
 margin-left: 1.5%;
 margin-right: 3%;
}

main .recentlyadded .products .product, main .products .products-wrapper .product {
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 50%;
  padding-bottom: 20px;
}

main .recentlyadded .products .product .name, main .products .products-wrapper .product .name {
  display: inline;
  width: 100%;
  color: #000000;
  padding: 20px 0 2px 0px;
  font-size: 13px;
}	
main .recentlyadded .products .product .price, main .products .products-wrapper .product .price {
  display: block;
  color: #f52a2a;
  font-size: 13px;
}

main .recentlyadded .products .product .rrp, main .products .products-wrapper .product .rrp {
  color: #000000;
  text-decoration: line-through;
  font-size: 12px;
}
main .featured h2 {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-family: Rockwell, Courier Bold, Courier, Georgia, serif;
  font-size: 30px;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-top: 3%;
  padding-bottom: 2px;
}

main .featured p {
  display: inline-block;
  margin: 0;
  width: 1050px;
  font-size: 15px;
  color: #FFFFFF;
  padding-left: 2%;	 
}
 main .featured {
    height: 275px;
  }
  
  main .featured1 {
  height: 275px;
}
.shopnow {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 35%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 2%;
  font-weight: 2px;
  font-size: 10px;
  border: none;
  cursor: pointer;
}
.shopnow a{
	  cursor: pointer;
}
.shopnow2 {
  display: flex;
  flex-direction: column;
  height: 10%;
  width: 35%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  background-color: #febd09;
  margin-left: 2%;
  margin-top: 2%;
  font-weight: 2px;
  font-size: 10px;
  border: none;
  cursor: pointer;
}
.shopnow2 a{
  cursor: pointer;
}
.container9 {
	height: 125px;
	width: 100%;
	font-size: 9px;
	padding-right: 2%;
	padding-left: 2%;
}
.signtext {
    font-size: 12px;
	font-family: arial;
	padding-top: 5px;
}
.latesttext {
  font-size: 15px;
  font-family: arial;
  margin-top: 5px;
  padding-bottom:5px;
}
main .featured {
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: #000000 1px 1px 3px; 
}
main .featured {
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  background-image: url(../assets/i6.jpg);
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: #000000 1px 1px 3px;
  
}
}

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}	


/* top nav bar */

.navbar{
  background-color: #ffffff;
  overflow: hidden;
  height:60px;
  padding-left: 0px;
  border-bottom: 5px solid;
  border-bottom-color: #f5eceb;
}

.slide {
	margin-left: -10px;
}

.navbar a{
  float:left;
  display:block;
  color:#555555;
  text-align:center;
  padding:13px 20px;
  text-decoration:none;
  font-size:16px;
}

.navbar ul{
  margin:8px 0 0 0;
  list-style:none;
  font-family: 'arial', hind, sans-serif;
  overflow-x: hidden;  
}

.navbar ul a:hover{
  color:#000000;
  font-weight: 650;
  font-family: verdana;
}


#logo{ /*font*/

font-family: Arial black;  
font-size: 32px;  
letter-spacing: -2.2px;  
font-weight: 650;  

/*box*/
padding-left: 1px;  
padding-right: 150px;  
margin-right: 10px;  
margin-top: -7px;
}

#logo:hover {
	color: #febd09;
}

/* shopping cart logo */
.button {
  background-color:#febd09;
  border: none;
  text-decoration: none;
  padding-top:1px;
  padding-right:21px;
  padding-bottom:-1px;
  padding-left:12px;
  display: inline-block;
  text-align: center;
  margin: 1px 1px;
  cursor: pointer;
  border-radius: 13px;
  position:absolute;
  right: 20px;
  top: 18px;
}
/* shopping cart logo */
.button2 {
  background-color: #ffffff;
  border: none;
  padding-top: 4px;
  padding-right:9px;
  padding-bottom:4px;
  padding-left:9px;
  text-decoration: none;
  display: inline-block;
  margin: 2px 3px;
  cursor: pointer;
  border-radius: 13px;
  position:absolute;
  right: 13px;
  top: 17px;
}
/* left-side promotional buttons */
.button3 {
  background-color:#fc0309;
  height: 35px;
  width: 150px;
  border-color: #ffffff;
  text-decoration: none;
  padding-top: 5px;
  padding-right:10px;
  padding-bottom:5px;
  padding-left:10px;
  display: inline-block;
  text-align: center;
  margin: 2px 1px;
  border-radius: 10px;
  right: 25px;
  top: 10px;
}

.button4 {
  background-color:#000000;
  color: #ffffff;
  height: 35px;
  width: 150px;
  border-color: #ffffff;
  text-decoration: none;
  padding-top: 5px;
  padding-right:10px;
  padding-bottom:5px;
  padding-left:10px;
  display: inline-block;
  text-align: center;
  margin: 2px 1px;
  border-radius: 10px;
  right: 25px;
  top: 10px;
}

.button5 {
  background-color:#000000;
  color: #ffffff;
  height: 70px;
  width: 150px;
  border-color: #ffffff;
  text-decoration: none;
  padding-top: 5px;
  padding-right:10px;
  padding-bottom:45px;
  padding-left:10px;
  display: inline-block;
  text-align: center;
  margin: 2px 1px;
  border-radius: 10px;
  right: 25px;
  top: 10px;
}


/* side nav */

.side-nav{
  height:100%;
  width:0;
  position:fixed;
  z-index:9999;
  top:0;
  left:0;
  background-color:#111;
  opacity:0.9;
  overflow-x:hidden;
  padding-top:60px;
  transition:0.5s;
}

.side-nav a{
  padding:10px 10px 10px 20px;
  font-family: 'arial', hind, sans-serif;
  text-decoration:none;
  font-size:15px;
  color:#ffffff;
  display:block;
  transition:0.3s;
}

.side-nav a:hover{
  color:#febd09;
}

.side-nav .btn-close{
  position:absolute;
  top:0;
  right:22px;
  font-size:25px;
  margin-left:50px;
}

.slide {
	float: left;	
}

.top {
	font-size:35px;
	height: 70px;
}

/* Responsive styling nav bar*/
@media(max-width:850px){
  .navbar-nav{display:none}
  
#logo{ /*font*/
  font-size: 25px; 
  }
  
#logo{ /*box*/  
margin-top: -4px;
margin-left: -8px;
}

.navbar{
	height: 52px;
}

/* shopping cart logo */
.button {
  background-color:#febd09;
  border: none;
  text-decoration: none;
  padding-top:1px;
  padding-right:21px;
  padding-bottom:-1px;
  padding-left:12px;
  display: inline-block;
  text-align: center;
  margin: 1px 1px;
  cursor: pointer;
  border-radius: 12px;
  position:absolute;
  right: 20px;
  top: 14px;
}
/* shopping cart logo */
.button2 {
  background-color: #ffffff;
  border: none;
  padding-top: 4px;
  padding-right:9px;
  padding-bottom:4px;
  padding-left:9px;
  text-decoration: none;
  display: inline-block;
  margin: 2px 3px;
  cursor: pointer;
  border-radius: 13px;
  position:absolute;
  right: 13px;
  top: 13px;
}
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;

}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive styling nav bar*/
@media(max-width:389px){
  .navbar-nav{display:none}
  
#logo{ /*font*/
  font-size: 20px; 
  }
  
#logo{ /*box*/  
margin-top: 0px;
margin-left: -8px;
padding-right: 100px;
}
}


.timelinebackground {
  background-color: #f5eceb;
  font-family: Helvetica, sans-serif;
  margin-top: 5%;
  margin-bottom: 5%;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #febd09;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.date_title {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #111111;
}

.information_text {
	font-family: arial;
	font-size: 15px;
	color: #111111;
	padding-top: 1%;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}

@media screen and (max-width: 800px) {
.date_title {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #111111;
}

.information_text {
	font-family: arial;
	font-size: 12px;
	color: #111111;
}
@media screen and (max-width: 568px) {
.date_title {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
}

.information_text {
	font-family: arial;
	font-size: 10px;
	color: #111111;
}  
}
