@import url('https://fonts.googleapis.com/css?family=Lato:300,400');
h1,
h2,
h3,
h4,
h5,
h6,
h7,
div,
ul,
li,
p,
label {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 300;
    font-family: 'lato';
   /* clear: none !important;*/
}

.site-content {
    border-right: 1px solid #F1F1F1;
    float: left;
    margin: 0px 1%;
    padding: 30px 2% 0 1%;
    /*KEV  width: 100% !important;*/
}

#quartz-and-granite-worktops-quote section {
    margin-bottom: 40px;
    display: none;
}

#quartz-and-granite-worktops-quote section.row {
    display: none;
}

#quartz-and-granite-worktops-quote #select-type {
    display: block;
}

#quartz-and-granite-worktops-quote #select-quartz {
    display: block;
}

#quartz-and-granite-worktops-quote #select-granite {
    display: block;
}

.button {
    background: none;
    border: none;
    display: block;
    cursor: pointer;
}

.background-white {
    background: #FFF;
}

.background-blue {
    background: #2981b7;
}

.background-lblue {
    background: #e9f2f8;
}

.background-mblue {
    background: #6f96b1;
}

.background-grey {
    background: #eeeeee;
}

.text-white {
    color: #FFF;
}

.text-mblue {
    color: #6f96b1;
}

.text-black {
    color: #000;
}

.text-ul {
    text-decoration: underline;
}

.text-uc {
    text-transform: uppercase;
}

.text-bold {
    font-weight: bold;
}

.text-ls {
    font-size: 36px;
    line-height: 24px;
}

.text-ml {
    font-size: 26px;
    line-height: 24px;
}

.text-md {
    font-size: 20px;
}

.text-ms {
    font-size: 18px;
}

.text-sm {
    font-size: 16px;
}

.text-xs {
    font-size: 15px;
    line-height: 19px;
}

.button-large {
    padding: 16px 0px;
}

.button-medium {
    padding: 12px 22px;
    border-bottom: 4px solid #205e84;
}

.button-small {
    padding: 10px 22px;
    line-height: 23px;
}

.button-medium span {
    display: block;
}

.select-type h1 {
    margin-bottom: 10px;
}

.select-type p {
    margin-bottom: 10px;
}

.select-type {
    padding: 30px 20px;
}

.select-type {
    width: 100%;
}

.select-type .button-large {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.button.background-blue:hover {
    background: #4f92bb;
}

.select-type .button-large:last-child {
    margin-right: 0;
}

.select-material ul {
    display: flex;
    flex-wrap: wrap;
}

.select-material h2 {
    margin-bottom: 10px;
}

.select-material li {
    width: 14%;
    margin-left: 3.2% !important;
    margin-bottom: 20px !important;
    cursor: pointer;
    position: relative;
    list-style: none !important;
}

.select-material li>div {
    height: 80px;
    background-position: -30px;
}

.select-material li:hover {
    opacity: 0.6;
}

.select-material li h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 8px;
}

.select-material li:nth-child(6n+1) {
    clear: both;
    margin-left: 0 !important;
}

.select-material li img {
    width: 100%;
}

.select-material li.selected:before {
    position: absolute;
    background: url(../img/checked.png);
    width: 64px;
    height: 64px;
    content: '';
    margin-top: 9px;
    left: 50%;
    margin-left: -32px;
}

.personal-form {
    padding: 16px 40px;
    padding-right: 30px;
}

.personal-form h1 {
    margin-bottom: 20px;
}

.personal-form label {
    display: block;
    margin-bottom: 4px;
}

.personal-form input[type="text"],
.personal-form input[type="email"],
.personal-form input[type="number"] {
    display: block;
    border: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 7px 6px;
    border-radius: 2px;
}

input.error {
    border-color: rgb(255, 128, 125) !important;
    border-width: 2px !important;
    border-style: solid !important;
}

.form-error {
    display: none;
}

.personal-form footer {}

.personal-form footer button,
.personal-form footer p {
    float: left;
}

.personal-form footer button {}

.personal-form footer p {
    margin-left: 20px;
    margin-top: 20px;
}

.selection-details {
    background-position: -40px;
    position: relative;
}

.selection-details>div {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    bottom: 20px;
    position: absolute;
}

.selection-details p:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 6px;
    margin-top: 10px;
}

.selection-details h1 {
    margin-top: 4px;
    text-transform: capitalize;
}

.personal-form h4 {
    border-top: 1px solid #FFF;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.specification-fields {
    align-self: flex-start;
}

.specification-fields li {
  list-style: none !important;
  margin: 0 !important;
}

.specification-fields ul {
  margin-bottom: 0 !important;
}

.specification-description img {
    float: left;
    width: 30%;
}

.specification-description h1 {
    margin-bottom: 10px;
}

.specification-description p {
    margin-bottom: 10px;
}

.specification-description div {
    float: left;
    width: 70%;
    padding-left: 10px;
}

.selected-image {
    width: 162px;
    height: 130px;
    background-size: 100%;
}

.specification-fields {
    padding: 20px;
}

.specification {
    padding-bottom: 40px;
    margin-top: 40px;
    border-bottom: #CCC 1px solid;
    width: 100%;
}

.specification-fields li h3,
.specification-fields li .field,
.specification-fields li .x {
    float: left;
    margin-right: 10px;
}

.specification-fields li h3 {
    margin-top: 8px;
    width: 40px;
}

.specification-fields h2 {
    margin-bottom: 12px;
}

.specification-fields li h4 {
    margin-top: 8px;
}

.specification-fields li .field input[type="text"],
.specification-fields li .field input[type="number"],
.specification-fields li .field select,
.specification-fields li textarea {
    width: 100px;
    padding: 8px;
    border-radius: 6px;
}

.specification-fields li textarea {
    width: 100%;
}

.specification-fields a {
    margin-top: 10px;
    display: block;
}

.specification-fields li .x {
    opacity: 0.7;
    margin-top: 6px;
}

.specification-fields footer {
    background: #FFF;
    color: #000;
    padding: 20px;
    margin: -19px;
    margin-top: 20px;
}

.specification-fields footer span {
    margin-left: 10px;
}

#plans {
    display: none;
}

.upload-button {
    width: 110px;
    border-radius: 6px;
    display: block;
    cursor: pointer;
}

.field-row {
    text-align: left;
    clear: both;
}

#quote-summary .field-row.white-bg {
  background-color: white;
}

#quote-summary .field-row.gray-bg {
  background-color: rgb(238, 238, 238);
}

.field-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    display: block;
    float: left;
}

.upload ul {
    margin-bottom: 10px;
}

.personal-form h4 {
    float: left;
}

#personal-form-bottom .personal-form {
    padding: 16px 20px;
}

#personal-form-bottom .field {
    float: left;
    width: 45%;
    margin-right: 5%;
}

#personal-form-bottom footer {
    clear: both;
}

#personal-form-bottom button {
    width: 60%;
    margin-right: 5%;
    float: left;
}

#personal-form-bottom h1 {
    margin-bottom: 20px;
}

#personal-form-bottom h2 {
    margin-bottom: 10px;
}

#personal-form-bottom p {
    margin-bottom: 6px;
}

#quote-summary {}

#quote-summary .summary-section {
    clear: both;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

#quote-summary .summary-section:last-child {
    border: none;
}

#quote-summary .field-row {
    padding: 6px 7px;
    background: #EEE;
    border-radius: 2px;
}

#quote-summary h1 {
    margin-bottom: 20px;
}

#quote-summary .field-row:nth-child(odd) {
    background: none;
}

#quote-summary .field-row p {
    float: left;
    margin-top: 2px;
}

#quote-summary .field-row p:last-child {
    float: right;
    margin-top: 0px;
}

#quote-summary .product div {
    background-image: url(img/quartz/bianco_carrara.jpg);
    float: left;
    width: 30%;
    margin-right: 20px;
    margin: 0px 20px;
    height: 140px;
    background-position: -24px;
}

#quote-summary .button {
    margin-top: 10px;
}

#quote-summary .product {
    background: #EEE;
    padding: 20px 0px;
}

#quote-summary h2 {
    margin-top: 10px;
    margin-bottom: 6px;
}

/* nov 19 */

.specification-fields li .field input[type="text"], .specification-fields li .field {
    width:100%;
}

div.field p.above {
    margin: 0;
}
.specification-fields li .x {
        margin-top: -12px!important;
    margin-bottom: 6px;
    font-size: 20px;
}
.specification-fields .field span.price {
  margin-left: 20px;
}

#quartz-and-granite-worktops-quote p.item-price{
  font-size: 0.8em;
  line-height: 1.3em;
  text-align: center;
  margin: 0 0 0;
}
.measurement {
    border-radius: 6px;
}
.splashback .measurement {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 8px 10px; 
}

.splashback label{
    margin-left: 10px;
}

.splashback .dimension-spacer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.splashback .dimension-spacer span{
    opacity: 0.7;
    margin-bottom:6px;
}

