@font-face {
    font-family: 'Verdana';
    src: local('Verdana Regular'), local('Verdana-Regular'),
        url('fonts/Verdana.woff2') format('woff2'),
        url('fonts/Verdana.woff') format('woff'),
        url('fonts/Verdana.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
body {
  font-family: 'Verdana';
  background-image: url("images/DSC_0712.JPG"); 
  position: absolute;
  margin:0 0;
  width: 100%;
  height:100%;
  padding: 0px;
  left: 0px;
  overflow: auto auto;
}
.header{
  position: fixed;
  background: white;
  top: 0px;
  left:0px;
  height: 130px;
  width: 100%;
  z-index: 99999;
}
.footer{
  position: fixed;
  background: white;
  left:0;
  bottom: 0px;
  height: 40px;
  width: 100%;
}
.Title{
	width: 100%;
 	position: absolute;
 	left: 0;
 	top: 0;
	text-align: center;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: normal;
	color: black;
}
.silverback{
	height: 100%;
	width: 100%;
	background: #afb8b5;
	opacity: .7;
}
.Pr_group{
	position: relative;
	display: block;
	height: 610px;
	max-width: 100%;
}
.Product{
	background: white;
	position: relative;
	display: block;
	top:150px;
	margin: 0 auto;
	margin-bottom:50px;
	min-height: 500px;
	height: auto;
	max-height: calc(100% - 220px);
	width: auto;
	max-width: 1200px;
	overflow: auto;
	z-index: 0;
}
.Pr_photo {
 	position: absolute;
 	left: 20px;
/*	width: 264px;*/
	max-height: 486px;
	top: 60px;
  	margin: 20px auto;
  	border-style: none;
}
 	.grPrice{
		position: absolute;
		bottom: 5px;
		right: 20px;
		font-family: Verdana;
		font-style: normal;
		font-weight: normal;
		font-size: x-large;
		line-height: normal;
		color: black;
	}
	.Price{
		position: relative;
		width: auto;
		margin-top: 20px;
		font-family: Verdana;
		font-style: normal;
		font-weight: normal;
		font-size: x-large;
		line-height: normal;
		color: black;
	}
	.Price img {width: 200px}
	.Price a {text-decoration: none !important;}

.colours{
	position: relative;
	width: auto;
	max-width: 100%;
	left: 0px;
	top: 0px;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	color: black;
	height: 60px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  align-self: center;
  align-content: flex-start;
  justify-content: center;
  overflow: auto;
  margin:auto;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  min-width: 300px;
  width: auto;
  max-width: 350px;
  padding: 0 5px;
}

.column div {
  margin-top: 8px;
  vertical-align: middle;
}

.ph_gal {
  position: sticky;
  flex: 30%;
}

.ph_gal div {
  vertical-align: middle;
}

.pr_txt {
  flex: 70%;
  overflow-y: auto;
  padding: 0 0;
  height: 100%;
  font-family: Verdana;
  text-overflow: ellipsis;
}

.image-wrapper {
  width: 214px;
  height: 486px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 3px; }
  .image-wrapper .slider {
    -webkit-animation: sliderAnimate 20s infinite liner;
    animation: sliderAnimate 20s infinite linear;
    width: 1070px;
    height: 490px;
    clear: both;
    position: relative; }
    .image-wrapper .slider img.image {
      margin: 0;
      padding: 0;
      position: relative;
      float: left; }

@-webkit-keyframes sliderAnimate {
  0% {
    left: 0; }
  100% {
    left: -642px; }
}

@keyframes sliderAnimate {
  0% {
    left: 0; }
  100% {
    left: -642px; }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1200px) {
  .column {
    flex: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
  .ph_gal, .pr_txt {
    flex: 100%;
  }
  .Product{
    overflow: hidden auto;
  }
}
@media screen and (orientation: portrait) {
	.ph_gal{
		display: flex;
		flex: 100%;
		justify-content: flex-start;
		height: auto;
	}
  .pr_txt {
    flex: 100%;
    justify-content: center;
    height: auto;
    margin-bottom: 20px;
  }
  .Product{
    overflow: hidden auto;
    height: 100%;
  }
  .column{flex: 50%;}
	.Price img{width: 100%}
	.Price{
		position: absolute;
		max-width: 32%;
		min-width: 30%;
		top: 10px;
		right: 10px;
		font-size: xx-large;
	}
}