/*********************************************************/
/******************** MAIN IMAGE *************************/
/*********************************************************/

#Main-Image-Box{
	float: left;
	width: 100%;
	position: relative;
	background-color: #ffffff;
}

#Main-Image{
	float: left;
	width: 100%;
}

#Main-Image img{
	position: relative;
	max-width: 100%;
	width: auto;
}

/*** ZOOM ***/

#Main-Image:after {
	content:'';
	position:absolute; 
	bottom: 15px;
	right: 15px;
	width: 19px;
	height: 21px;
	background-image: url('//images.esellerpro.com/2372/images/elem/zoom.png');
}

/*** SALE ***/

#Main-Image.Sale:before {
	content: '';
	position: absolute;
	display: block;
	height: 96px;
	width: 208px;
	top: 0px;
	right: 0px;
	z-index: 100;
}

/*** NEXT / PREV ***/

#Next,#Prev{
	top: 50%;
	margin-top: -24px;
	position: absolute;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

#Next{
	right: 0px;
	background:url('//images.esellerpro.com/2372/images/elem/arrow-right.png') no-repeat center center;
}

#Prev{
	left: 0px;
	background:url('//images.esellerpro.com/2372/images/elem/arrow-left.png') no-repeat center center;
}

/*********************************************************/
/******************** THUMBNAILS *************************/
/*********************************************************/

#Thumbnails{
	float: left;
	width: 100%;
	margin-bottom: 8px;
	background-color: #c1cfe2;
}

#Thumbnails a{
	float: left;
	margin: 15px 15px 0 0;
}

#Thumbnails a img{
	float: left; 
	background-color: #ffffff;
	border: 2px solid #c1cfe2;
	width: 100px;
}

#Thumbnails a.Selected img{
	border: 2px solid #abb6d0;
}

/*********************************************************/
/******************** SPECIFICS **************************/
/*********************************************************/

#Add-To-Basket{
	margin-bottom: 15px;
	padding: 5px 47px;
}

#Title{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-right: 100px;
}
    

.Popup #Title{
    padding: 0;
}

#Stock{
	margin-bottom: 5px;
	padding-left: 14px;
	background-image: url('//images.esellerpro.com/2372/images/elem/tick.png');
	background-repeat: no-repeat;
	background-position: left;
}

#Description{
	float: left;
	width: 100%;
	height: 210px;
	overflow: hidden;
	margin-bottom: 1em;
}
 

.Popup #Short-Description{
    max-height: 92px;
    overflow-y: auto;
}

#Prices{
	float: left;
	width: 100%;
}

/*** RRP Price ***/

#Price-RRP{
	margin-bottom: 0.75em;
	
	font-family: "Nunito";
	font-size: 1.0em;
	color: #575E66;
}

/*** Normal Price in Sale ***/

#Price-Old{
	float: left;
	margin-bottom: 0.5em;
	margin-right: 15px;
	position: relative;
	top: 8px;
	
	color: #252161;
	font-size: 1.0em;
	font-weight: 400;
	font-family: "Nunito";
}

/*** Current Price ***/

#Price{
	float: left;
	margin-bottom: 0.5em;
	
	font-family: "Nunito";
	font-size: 1.6em;
	font-weight: bold;
	color: #ee371f;
}

/*** Sale Price ***/

#Price.Sale{
	color: #dc260e;
}

#Order-Deadline2{
	float: left;
}

#Order-Deadline2 .Label1,
#Order-Deadline2 .Label2{
	float: left;
	font-family: "Nunito";
	color: #252161;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

#Order-Deadline2 .Label1{
	font-size: 0.75em;
	font-weight: normal;
	margin-top: 13px;
}

#Order-Deadline2 .Label2{
	
}

#Order-Deadline2 #Deadline2{
	float: left;
	clear: left;
	margin: 5px 0;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #252161;
	font-family: "Nunito";
	font-size: 1.1em;
}

#Order-Deadline2 #Deadline2 span{
	font-weight: 400;
	font-size: 0.7em;
}

#ItemDescription {
	font-family: Arial;
	line-height: 1.5;
	font-size: 0.9em;
	color: #575e66;
}

#ItemDescription p {
	font-size: 1.0em;
}

#Forget{
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('https://images.esellerpro.com/2372/images/elem/forget.png');
    height: 100px;
    width: 114px;
}

#Dont{
    top: -26px;
    font-family: "Nunito";
    font-size: 1.0em;
    line-height: 24px;
    color: #EC7516;
    right: -186px;
    width: 171px;
    text-align: left;
    position: absolute;
}

#Added-To-Cart + div + div #Forget,
#Added-To-Cart + div + div #Dont{
    display: none;    
}

  
@media only screen and (max-width: 979px) {
	#Forget,
	#Dont,
	#Contact-Product{
	   display: none;
	}
}





