/* Common */

html, body {
	margin: 0;
	padding: 0;
	font-family: "DM Sans", sans-serif;
	background-color:#ece9e1;
	
	}

main {
	margin-top:70px;
	max-width:97% !important;
	margin-left:auto;
	margin-right:auto;
}


main h1 {
	text-align:center;
	font-size:2.1rem;
}

.backwards {
	margin-bottom:0.5%;
	float:left;
}

.backwards button {
	color:black;
	background-color:white;
	font-weight:bold;
	border:1px solid black;
	font-size:0.9rem;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.whatsapp {
	position: fixed;
    width: 70px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 38px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999999999;
    padding: 3px;
	bottom:20px;
	right:15px;
}

figcaption {
	width: 140px; 
    position: relative;
    top: -75px;
    background-color: #23c12e;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 2px;
    font-size: 1.5em;
    font-style: normal;
    border: 1px solid white;
    border-radius: 5px;
    margin-left: auto !important;
    margin-right: auto !important;
}

figcaption a {color:white;}
figcaption a:hover {text-decoration:underline;}
figcaption a:visited {color:white;}
figcaption a:active {color:white;}

.phone {
	position: fixed;
	top: 12px;
    right: 0px;
    background-color: #fafbf5;
    color: black;
    padding: 1px;
    border-radius: 0;
    box-shadow: none;
    width: 40px;
    height: 30px;
    font-size: 30px;
	z-index: 999999999;
}

.page-content p {

	font-size:0.85rem;
	margin-top:0.5%;
	margin-bottom:0.5%;
}

.prod-col-right p {
	margin-top:2%;
	margin-bottom:2%;
}

.content-top {
	text-align:center;
	margin-bottom:15px;
}

.content-bottom {	
	margin-top:2%;
	text-align:center;
}

	.clearboth {
	clear:both;
	}
	
	#header-container {
	z-index: 9999;
	}
	
	.top-spacer { 
	margin-top:115px;
	}

	.strap {
		height:36px;
		background-color:#40474f;
		color:white;
		text-align:center;
	}

	.strap a {
		color:white; 
		text-decoration:none;
	}
	
	.strap .left {
		float:left;
		font-size:1.6em;
		margin-left:4px;
	}

	.strap .middle {
		padding-top:6px;
	}

	.strap .contact {
		float:right;
		width:25%;
		position: absolute;
		right: 0;
		top:6px;
		text-align:right;
		margin-right:1%;
	}

	.nav-container {
	background: #fafaf8;
	padding:0.5%;
	text-align:center;
	border-bottom:1px solid black;
	}

	.nav-container img {
		max-width:95%;
	}
	
	.footer {
		background-color: #c2c2c2;
		color:black;
		font-size:14px;
		border-top:1px solid black;
	}

	.footer a, .footer a:visited, .footer a:hover {
		color: black;
		text-decoration: none;
	}

	.footer .footer-wrapper {
		padding:20px;
		text-align:center;
	}

	.footer .footer-wrapper .footer-top 
		{
		text-align:center;
		margin-bottom:30px;
		}
		
		
	.footer .footer-wrapper .footer-stack {
		width:30%;
		float:left;
		}
		
		
	.footer .footer-wrapper .footer-stack ul { 
		margin:0;
		padding:0;
	}

	.footer .footer-wrapper .footer-stack ul li {
		list-style-type:none;
		padding-bottom:8px;
	}

	.footer .footer-wrapper .footer-stack h3 {
		text-transform: uppercase;
		text-align:center;
	}

	.footer .footer-wrapper .stack2 h3 {
		margin-left:30%;
	}

	.footer .footer-wrapper .stack2 ul {
		margin-left:30%;
	}

	.social-strip {
	margin-top:50px;
	}

	.social-strip i {
		font-size:32px;
		padding-right:10px;
	}

.brand-item { 
	width:18%;
	float:left;
	margin-right:1.5%;
	margin-bottom:1.5%; 
}

.brand-image img {
	border-radius:15px;
	width:100%;
}

.sofa {
	width:23%;
	margin-right:1.5%;
	margin-top:-2.5%;
    display:inline-block;
    margin-bottom: 1.5%;
    text-align:center;
}

.sofa .sofa-title {
    font-weight: 500;
    background-color: #d0d1c6;
    color: black;
    margin-top:-7px;
	padding-left:10px;
	padding-right:10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top:5px;
	padding-bottom:5px;
}

.sofas {margin-bottom:1%;}

.sofas a {text-decoration:none !important;} 

.sofa .sofa-price {
    border-radius: 10px;
    padding: 18px;
    width: 82px;
    height: 20px;
    background-color: #d0d1c6;
    z-index: 9998;
    float: right;
    position: relative;
    margin-top:1%;
    margin-right: 1%;
    opacity: 0.9;
	top:38px;
}

.sofa .sofa-price .price {
    font-size: 1.5em;
    color: black;
    font-weight: bold;
    opacity: 1;
    margin-top: -18px;
    margin-left: -14px;
}

.sofa img {width:100%;border-top-left-radius:10px;border-top-right-radius:10px;}

.dc-title1{text-align: center;
    font-size: 3rem;
    color: white;
    padding-bottom: 120px;
    margin-top: -230px;
}

.prod-col-left {width:50%;float:left;}
.prod-col-right {width:48%;float:right;}
.prod-col-right .prod-dims {border:1px solid black;width:90%;border-radius:10px;padding:0.5%;margin-left:auto;margin-right:auto;margin-top:1.5%;margin-bottom:1.5%;background-color:white;text-align:center;}
.prod-col-right ul {list-style-image: url('/tick.png');}
.prod-title {width:100%;text-align:center;}
.prod-price {width:100%;text-align:center;font-size:2.0rem;margin-bottom:20px;}
.prod-price .rrp {float:left;width:50%;text-align:right;text-decoration:line-through;padding-right:20px;color:grey;}
.prod-price .ourprice {float:right;width:50%;text-align:left;font-weight:bold;color:#23c12e;}



/* Large */
@media only screen and (max-width: 1821px) {

		.hide_desktop {
			display:none;
		}
				
		.stick {
		position: fixed;
		top: 0;
		width: 100%
		}
}

/* Medium / Horiz Tab */
@media only screen and (max-width: 1232px) {
	.sofa {width: 31%;}
	.sofa .sofa-price .price {font-size:1.4em;}
	.brand-item {width:30%;margin-right:2%;}
}


/* Small / Vert Tab */
@media only screen and (max-width: 900px) {
	main {width:100% important;}
	.sofa {width:48%;margin-right:1%;}
	.sofa .sofa-title {padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;}
	.sofa .sofa-price .price {font-size:1.2em;}
	.prod-col-left {width:100%;}
	.prod-col-right {width:100%;}
	.brand-item {width:48%;margin-right:1%;}
}


/* Mobile  */
@media only screen and (max-width: 480px) {
	.sofa {margin-top:-6%;}
	.sofa .sofa-title {font-size:0.8em;}
	.sofa .sofa-price {border-radius: 5px; width: 74px; margin-bottom: 15px; top: 44px; height: 25px; padding: 11px; left: -1px;}
	.sofa .sofa-price .price {font-size: 1.2em; position: relative;top: 6px; left: 8px;}
	.hide_mobile {
	display:none;
	}
	
	.top-spacer {margin-top:0px;}
	
		/* Style the navigation menu */
	.topnav {
		margin-top:133px;
	  overflow: hidden;
	  background-color: #333;
	  position: relative;
	}

	/* Hide the links inside the navigation menu (except for logo/home) */
	.topnav #myLinks {
	  display: none;
	}

	/* Style navigation menu links */
	.topnav a {
	  color: white;
	  padding: 14px 16px;
	  text-decoration: none;
	  font-size: 17px;
	  display: block;
	}

	/* Style the hamburger menu */
	.topnav a.icon {
	  background: black;
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 0;
	}

	/* Add a grey background color on mouse-over */
	.topnav a:hover {
	  background-color: #ddd;
	  color: black;
	}

	/* Style the active link (or home/logo) */
	.active {
	  background-color: #04AA6D;
	  color: white;
	}
	
	.hide_desktop {
		display:inherit;
	}	

	.footer .footer-wrapper .footer-top img {
		max-width:280px;
	}
	
	.footer .footer-wrapper .footer-stack {
		width:100%;
	}

}