html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
code,
em,
img,
small,
strong,
sub,
sup,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
time,
audio,
video {
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

article,
aside,
figure,
footer,
header,
nav,
section {
  display: block;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

html,
body {
  background-color: #fff;
  color: #000;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
object {
  max-width: 100%;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

input,
select {
  vertical-align: middle;
}

input[type='radio'] {
  vertical-align: text-bottom;
}

input[type='checkbox'] {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

label,
input[type='file'] {
  cursor: pointer;
}

input,
select,
textarea {
  border: 0;
  margin: 0;
}

button,
input[type='button'],
input[type='submit'] {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
html, body{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	height: 100%;
	    font-size:14px;

    font-family:'PT Sans',Helvetica,Arial,sans-serif;
	overflow: hidden;
}

*,:after,:before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;	
    padding:0
}
body{
display: flex;
}
h2{
	font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
   border-bottom: 1px solid #e4e2e0;
}
#glassSwatches, #hardwareSwatches, #colourSwatches, .cottageGlass, #getQuote, #cillBox{
	display: none;
}
#header{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 500;
	background: #fff;
}
#header #logo{
	float: left;
	margin-right: 40px;
}
#header #logo img{
	max-width: 150px;
}
#header h4{
	line-height: 70px;
	padding: 0 40px;
	font-size: 22px;
	text-transform: uppercase;
}
#forminputs{
	    padding: 22px;
    border: 1px solid #cccccc;
	background: #eee;
}
#navButtons{
	margin-bottom: 15px;
}
#navButtons a{
	background: white;
	border: 1px solid #ccc;
	padding: 10px;
	margin-left: -1px;
	left: 1px;
	background: #eee;
	color: #333;
}
#navButtons a.current{
	background: white;
border-bottom: 1px solid white;
z-index: 2;
}
.input{
    position:relative;
    z-index:1;
    display:inline-block;
    margin:.2em;
    max-width:210px;
    width:calc(100% - 0.3em);
    vertical-align:top;
    overflow:hidden;
    font-size:18px;
	color: #666;
}
.input__field{
    display:block;
    float:right;
    border:none;
    border-radius:0;
    font-weight:700;
    -webkit-appearance:none;
    position:absolute;
    z-index:100;
    padding:2em .75em 1em;
    width:100%;
    background:transparent;
    color:#333;
    font-size:.8em;
	border: 1px solid #666;
    padding-bottom: 10px;
}

.input__field:focus{
    outline:none
}
.input__label{
    display:inline-block;
    float:right;
    color:#6a7989;
    font-weight:700;
    font-size:70.25%;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    padding:0;
    width:100%;
    height:100%;
    background:#fff;
    text-align:left
}
.input__label-content{
    position:relative;
    display:block;
    width:100%;
    padding:1.3em 1em 2em;
    -webkit-transform-origin:0 50%;
    transform-origin:0 50%;
    -webkit-transition:-webkit-transform 0.3s,color .3s;
    transition:transform 0.3s,color .3s;
    text-rendering:geometricPrecision
}
.textarea__label-content{
    position:relative;
    display:block;
    text-align:center;
    padding:1em
}
.input__label::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0 solid transparent;
    -webkit-transition:border-width 0.3s,border-color .3s;
    transition:border-width 0.3s,border-color .3s
}
.input__field:focus + .input__label::before,.ralinput__field:focus + .input__label::before,.input--filled .input__label::before{
    border-width:8px;
    border-color:#000;
    border-top-width:1.8em
}
.input__field:focus + .input__label .input__label-content,.ralinput__field:focus + .input__label .ralinput__label-content,.input--filled .input__label .input__label-content,.input--filled .input__label .ralinput__label-content{
    color:#fff;
    -webkit-transform:translate3d(0,-1.5em,0) scale3d(0.75,0.75,1);
    transform:translate3d(0,-1.5em,0) scale3d(0.75,0.75,1) translateZ(1px)
}
.minimal {
    border: 0;
    background: #fff;
    width: 100%;
    font-size: 22px;
    color: #000;
    height: 230px;
    margin-bottom: 18px;
    padding: 12px;
		border: 1px solid #666;
}
.quoteSelectBtn{
  padding: 4px;
    border: 1px solid #666;
	background: #666;
    text-align: center;
    position: relative;
    color: #fff;
    float: left;
    margin: 2px;
    cursor: pointer;
    font-size: 11px;
    line-height: 13px;
}
#forminputs .quoteSelectBtn{
    padding:10px;
     margin:12px;
    cursor:pointer;
    min-width:160px;
    font-size:16px;
    line-height:18px
}
.sendBox,.quoteBox{
    padding:6px;
  
    display:inline-block
}
.quoteBox.full{
    display:block;
    margin:0 auto
}
.quoteBox h3{
    color:#000;
	margin-bottom: 5px;
	    text-align: left;
    clear: both;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
}
.sendBox p,.quoteBox p{
    color:#fff;
    font-size:16px;
    padding-bottom:8px
}
.sendBox button{
    margin:0
}
.sendBox button .icon{
    margin-right:6px;
    vertical-align:middle
}
.quoteSelectBtn span{
    position:absolute;
    top:5px;
    right:12px;
    display:none;
    font-size:28px
}
.quoteSelectBtn img{
    margin:0 auto;
    padding:6px 0;
	display: block;
	
}
.quoteSelectBtn:hover{
    background:rgba(0,0,0,0.15)
}
.quoteSelectBtn.current{
    background:#da0081;
   border:1px solid #da0081;
}
.quoteSelectBtn.current span{
    display:block
}
.popupOption-dialogue .quoteSelectBtn img{
    width:60px
}
.left {
  flex: 0.35;
}
.right{
	flex: 0.75
}
.left {
background: #da0081;
	text-align: center;
	position: relative;
}
.options{
	padding: 35px 0;
}
.bttn{
	display: block;
	margin: 0 auto;
	padding: 12px;
	border: 5px solid #4a8a0c;
	background-color: transparent;
	text-transform: uppercase;
}
.bttn:hover{
	background-color:#4a8a0c;
	color: #fff;
}
.left img{
	height: auto; 
    flex: 1;
    /* height: 100%; */
    margin: 0 auto;
    text-align: center;
    max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15;
}
.colourlink, .hardwarelink{
	display: block;
width: 90px;
height: 90px;
  -webkit-transition: all .2s;
    transition: all .2s;
	margin: 0 12px 42px 0;
	float: left;
	position:relative;
	border: 6px solid #e4e2e0;
}
.colourlink img{
	opacity: 0.7;
}
.hardwarelink{
	border-radius: 0;
}
.glasslink, .doorlink{
	width: 98px;
height: 120px;
	overflow: hidden;
	  -webkit-transition: all .2s;
    transition: all .2s;
	margin: 0 12px 42px 0;
	float: left;
	position:relative;
	border: 6px solid #e4e2e0;
}
.colourlink .label, .glasslink .label, .hardwarelink .label, .doorlink .label{
	 position: absolute;
    background: #fff;
    color: #333;
    text-align: center;
    /* width: 85px; */
    font-size: 11px;
    font-weight: 400;
    display: block;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 30;
    margin: 0 auto;
    left: 0;
    right: 0;
	bottom: -32px;

}
.glasslink .label, .doorlink .label{
	bottom: 0;
}
.colourlink:hover, .glasslink:hover, .doorlink:hover, .hardwarelink:hover{
	border: 6px solid #c3c2c1;
}
.colourlink:hover .label, .glasslink:hover .label, .doorlink:hover .label, .hardwarelink:hover .label{
	color: #000;
}
 .colourlink.current, .glasslink.current, .doorlink.current, .hardwarelink.current{
	border: 6px solid #ec008c;
}
 .colourlink.current .label, .glasslink.current .label, .doorlink.current .label, .hardwarelink.current .label{
	color: #ec008c;
}

.colour{
	z-index: 5;
	
}
/*.doorgrain img{
	opacity: 0.45;
}*/
.colour img{
	background: #b2d0c6;
	z-index: 5;
}
.hardware img{
	z-index: 30;
}
.right {
background: #fff;
    overflow-y: scroll;
    padding: 0 20px;
    padding-bottom: 200px;
    margin-top: 120px;
}
.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  font-size: 18px;
  padding: 0;
	    position: absolute;
    top: 70px;
    width: 100%;
    background: #da0081;
	z-index: 500;
}
.breadcrumb li { 
  float: left; 
}
.breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding: 12px 0 12px 40px;
  background: brown; /* fallback color */
  background: #da0081; 
  position: relative; 
  display: block;
  float: left;
transition: none;
}
.material-icons{
	font-size: 16px;
    line-height: 22px;
    vertical-align: text-bottom
}
.breadcrumb li a:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #da0081;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}	
.breadcrumb li a:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}	
.breadcrumb li:first-child a {
  padding-left: 20px;
}
.breadcrumb li:last-child a {
  padding-right: 20px;
}
.breadcrumb li:last-child a:before{
	 border-left: 30px solid #da0081;
	
}
.breadcrumb li a.current, .breadcrumb li a.current:hover{
	background: #fff; 
	color: #da0081;
	font-weight: 700;
}
.breadcrumb li a.current:after, .breadcrumb li a.current:hover:after { 
	  border-left: 30px solid #fff !important;
}
.breadcrumb li:last-child a:after { border: 0; }
.breadcrumb li a:hover { background: #9f015e; }
.breadcrumb li a:hover:after { border-left-color: #9f015e !important; }

a{
    text-decoration:none;
    -webkit-transition:all .25s linear;
    -moz-transition:all .25s linear;
    -o-transition:all .25s linear;
    transition:all .25s linear;
    outline:none
}
a:hover,a:focus{
    text-decoration:none
}
.clearfix:before,.clearfix:after{
    content:'';
    display:table
}