/*
Theme Name: Splashbacks
Theme URI: https://www.splashbacks.co.uk
Author: CWS
Author URI: https://www.cunninghamwebsolutions.co.uk/
Description: Custom Theme For Splashbacks.co.uk
Version: 101
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


@font-face {
    font-family: "HeaveneticaCond6MedSH";
    src: url("fonts/HeaveneticaCond6MedSH.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap');

.thumb_amount { 
    font-size: 14px;
    color: #91C65E;
}

.banner_item { background-image: url(https://www.splashbacks.co.uk/wp-content/uploads/2019/03/aurora-borealis-1024x768.jpg);display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 245px;background-repeat: no-repeat;background-size: cover;background-position: center center;border-radius: 5px;
}

.banner_category { 
background: #91C65E;
    min-width: 180px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    font-weight: 900;
}



.banner_link a { color: #fff !important; }


.aws-container .aws-search-field {
    width: 100%;
    max-width: 100%;
    color: #313131;
    padding: 10px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    height: 100%;
    margin: 0!important;
    border: 1px solid #d8d8d8;
    outline: 0;
}

.woocommerce-info {
    font-size: 16px;
    border-top: 4px solid #91c65E;
}

.woocommerce-form-coupon-btn { 
	border: #91C65E 2px solid;
    padding: 20px !important;
    border-radius: 10px;
    font-size: 17px;
    margin-top: 10p !important;
    margin-bottom: 10px !important;
}

.search-pad {
    margin-top: 50px;
}

.green {
    color: #91C65E !important;
}

.secondary-navigation .icon-wrapper {
    width: 40px;
    height: 40px;
    margin: 0px auto;
}

.site-header .secondary-navigation {
    float: right;
    width: auto;
    margin-left: auto;
}

.secondary-navigation {
    display: block;
    clear: both;
    width: 100%;
}

.secondary-navigation .menu-item {
    padding: 0 15px;
    border-left: 1px solid #eee;
    font-family: inherit;
}

.main-navigation ul li,
.secondary-navigation ul li {
    display: inline-block;
    position: relative;
    margin-right: 1px;
    text-align: left;
}

.product_meta {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ccc !important;
    font-size: 13px !important;
    margin-top: -8px !important;
}

.trustpilot-widget {
    height: 20px;
    margin-top: 20px;
}

.woocommerce div.product {
    margin-top: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    display: none !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: unset;
    width: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: unset;
    width: 100%;
}

.woocommerce-checkout #payment {
    background-color: #fff !important;
}

.checkout-layout-1 .layout-1-right::before {
    position: unset !important;
}

#page {
    overflow: hidden;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #333;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #91C65E;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 32px;
    margin: 10px 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #555;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'IBM Plex Sans', sans-serif;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 7px;
    width: 100%;
}

select {
    border: 1px solid #ccc;
    width: 100%;
    height: 36px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    max-width: 100%;
}

.wpcf7-list-item-label {
    font-weight: bold;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

header#masthead {
    background-repeat: no-repeat;
    background-position: left center;
    border: none;
    /*  box-shadow: 0 0 2px -1px #333;*/
    margin-bottom: 0px;
    /*border-top: 4px solid #16626B;*/
}

.header-top {
    border-top: 4px solid #16626B;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 5px;
    padding-bottom: 5px;
    color: #555;
}

.toplinks {
    float: right;
}

.navbar-brand>a {
    color: #563d7c;
    font-weight: bold;
}

.navbar-brand>a:visited,
.navbar-brand>a:hover {
    color: #563d7c;
    text-decoration: none;
}

div#page-sub-header {
    position: relative;
    padding: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    /*background-color: #76C9E9;*/
}

.basket-checkout {
    /*background-image: url(images/custom-cut-mirrors-small.jpg);*/
    background-repeat: repeat-x;
    background-position: top;
}


/* sub header */

div#page-sub-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

ul.mirror-list {
    list-style: none;
    padding-left: 5px;
}

ul.mirror-list li {
    padding-left: 30px;
    line-height: 20px;
    list-style: none;
    padding-right: 5px;
    padding-bottom: 5px;
    background-image: url(images/custom-cut-mirrors-uk.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.subheadleft {
    color: #fff;
    /*border-left: 5px solid #222;
	border-right: 5px solid #222;
	border-bottom: 5px solid #222;*/
    border-radius: 0px 0px 12px 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
    background-image: linear-gradient(rgba(22, 98, 107, 1), rgba(31, 140, 151, 1));
    /*background-color: #91C65E;*/
}

.homeleft {
    padding-top: 20px;
    border: none !important;
    margin-bottom: 10px !important;
}

.homeleft .instant-quote-home {
    display: none;
}

.homeleft .subheadleft {
    border-radius: 12px;
    height: 197px;
    margin-top: 12px;
}

.subheadbanner {
    border: 14px solid #fff;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .3);
    background-position: center center;
    width: 100%;
    margin-top: 10px;
}

.instant-quote-home {
    position: absolute;
    top: 20px;
    left: -40px;
}

.headboxes {
    padding-bottom: 10px;
    border-bottom: 2px solid #91C65E;
    margin-bottom: 30px;
}

.splashsubhead .row {
    margin: 0px;
}

.splashbox {
    margin-top: 14px;
    margin-bottom: 16px;
    text-align: center;
}

.splashbox.step1 {
    /*background-image:url(images/step1.png); */
    background-position: center center;
    background-repeat: no-repeat;
}

.scontent {
    position: absolute;
    top: 0px;
    left: 30px;
}

.splashbox h2 {
    font-weight: normal;
    font-size: 20px;
    margin-left: 54px;
    margin-top: 31px;
}

.splashbox .stext {
    width: 50%;
    margin-left: 60px;
    line-height: 19px;
}

@media screen and (max-width: 768px) {
    .navbar-brand img {
        max-width: 220px;
        margin-top: 15px;
        height: auto;
    }
    .navbar-brand {
        height: 130px;
        border-radius: 0;
        margin-left: 0px!important;
        padding-top: 5px!important;
    }
    .search-pad {
        margin-top: 0px;
    }
    .hide-on-mobile {
        display: none;
    }
    header#masthead {
        height: 135px;
    }
    .splashbox {
        height: 270px;
    }
    .subheadbanner {
        margin-top: 20px;
        height: 220px;
    }
    div#page-sub-header {
        min-height: 1100px;
        position: relative;
        padding: 0;
        text-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    }
    .sublist {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .instant-quote-home {
        position: absolute;
        top: 20px;
        left: 0px;
    }
    div#page-sub-header h1 {
        width: 60%;
    }
    .subheadleft {
        margin-right: -15px;
        margin-left: -15px;
        border-radius: 0px;
        margin-bottom: 20px;
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    div#page-sub-header h3 {
        font-size: 130%;
    }
    div#page-sub-header {
        font-size: 60%;
    }
}

@media screen and (min-width: 992px) {
    div#page-sub-header p {
        max-width: 640px;
    }
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.navwrapper {
    background-color: #333;
}

.navbar-nav>li>a {
    padding-bottom: 16px;
    padding-top: 17px;
    padding-left: 13px;
    padding-right: 13px;
    color: #fff;
    font-size: 16px;
    /*	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
    text-decoration: none;
    display: block;
    text-align: center;
    /*-webkit-filter: drop-shadow(0 3px 1px hsla(0,0%,0%,.10));*/
}

.navbar-nav>li>a:hover,
.navbar-nav>li.active>a,
.navbar-nav>li.current-menu-ancestor>a,
.navbar-nav>li.open>a {
    background-color: #91C65E;
    color: #333;
}


/* end bg hover */

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.navbar-brand {
    height: 150px;
    border-radius: 0px;
    margin-left: 0px !important;
    padding-top: 5px !important;
}

.navbar-brand img {
    max-width: 270px;
    margin-top: 10px;
    height: auto;
}

.navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li>.dropdown-menu {
        right: -158px;
        top: 22px;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.navbar-toggle {
    margin-top: 12px;
    margin-bottom: 12px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin-bottom: 2em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 2px 1px #ccc;
    padding: 2rem;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#footer-widget {
    /*background-image: url(images/custom-cut-mirrors-cheap.jpg);*/
    background-repeat: repeat-x;
    background-position: bottom;
}

.footertop {
    padding-top: 30px;
    border-top: 2px solid #91C65E;
}

footer#colophon {
    background-color: #333;
    padding: 14px 0;
    text-align: center;
    color: #fff;
}

footer#colophon a {
    color: #fff;
}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
        background-image: none;
    }
}


/*mirrorfitnew2*/


/* end bootstrap */


/* BOOTSTRAP OVERRIDES */

.alert {
    border-radius: 0;
}

.form-horizontal .control-label {
    text-align: left;
    padding-top: 0px;
    font-size: 16px;
}

select.form-control::-ms-expand {
    display: none;
}

select.form-control:focus::-ms-value {
    background: transparent;
    color: #555;
}

.modal-dialog {
    margin-top: 10%;
}

.img-responsive {
    width: 100%;
}

.form-control {
    border: 1px solid #e5e5e5;
    border-radius: none;
}


/* UTILITY CLASSES */

.bg-black {
    background-color: #323232;
    color: white;
    padding: 10px;
    font-size: 13px;
}

.bg-black a {
    color: white;
    text-decoration: underline;
}

.bg-black a:hover {
    color: #0051a3;
}

.bg-black button {
    opacity: 1;
}

.text-black {
    color: black;
}

a:hover.text-black {
    color: #0051a3;
}

.bg-green {
    background: #91C65E;
    color: white;
}

.text-green {
    color: #91C65E;
}

.text-blue {
    color: #0051a3;
}

.bg-white {
    background: white;
}

.text-white {
    color: white;
}

.bg-grey {
    background: #f4f4f4;
}

.bordered {
    border: 1px solid #e5e5e5;
}

.dashed {
    border-top: 1px dashed #dadada;
}

.padded {
    padding: 10px;
}


/* PAGE SECTIONS */

#content {
    padding-right: 15px;
    padding-left: 15px;
}

.main-container {
    padding-top: 10px;
    /*	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 18%, rgba(246,246,246,1) 60%, rgba(243,243,243,1) 66%, rgba(237,237,237,1) 79%, rgba(237,237,237,1) 82%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(18%, rgba(255,255,255,1)), color-stop(60%, rgba(246,246,246,1)), color-stop(66%, rgba(243,243,243,1)), color-stop(79%, rgba(237,237,237,1)), color-stop(82%, rgba(237,237,237,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 18%, rgba(246,246,246,1) 60%, rgba(243,243,243,1) 66%, rgba(237,237,237,1) 79%, rgba(237,237,237,1) 82%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 18%, rgba(246,246,246,1) 60%, rgba(243,243,243,1) 66%, rgba(237,237,237,1) 79%, rgba(237,237,237,1) 82%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 18%, rgba(246,246,246,1) 60%, rgba(243,243,243,1) 66%, rgba(237,237,237,1) 79%, rgba(237,237,237,1) 82%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 18%, rgba(246,246,246,1) 60%, rgba(243,243,243,1) 66%, rgba(237,237,237,1) 79%, rgba(237,237,237,1) 82%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );*/
}

.container-padded {
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-over-image {
    display: block;
    position: relative;
}

.text-over-image .text {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 81, 163, 0.7);
    opacity: 0;
    transition: all 1s;
}

.text-over-image:hover .text {
    opacity: 1;
    left: 0;
}

.form-group {
    margin-bottom: 20px;
    line-height: 20px;
}

#socket-wrap {
    margin-bottom: 0px !important;
    width: 92%;
    margin: 0 auto;
}

.socketrow {
    margin-bottom: 20px;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 20px;
    line-height: 30px;
}

#socket-wrap label.radio-inline {
    font-size: 13px;
    padding-top: 0px;
}

#socket-wrap input[type="radio"] {
    margin-top: 7px;
}

.navbar-fixed-top .alert {
    padding: 5px 0;
    margin-bottom: 10px;
}

.navbar-fixed-top .alert-dismissible .close {
    top: -2px;
    right: 10px;
}

.navbar-fixed-top .alert-dismissible .close:hover {
    color: white;
}

.search-query {
    border: none;
}


/*.navbar-brand img { height: 55px; }*/

.header-links {
    padding-top: 53px;
    float: right;
    display: none;
}

.header-links a {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .header-links {
        padding-top: 0px;
        float: none;
        text-align: center;
    }
}

.head-icon {
    opacity: 0.8;
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #2699A2;
    border-radius: 60px;
}

.head-icon:hover {
    border-color: #B0D893;
}

.shopping-basket {
    background-image: url(images/cart-icon.png);
}

.account-icon {
    background-image: url(images/account-icon.png);
}

.phone-icon {
    background-image: url(images/phone-icon.png);
}

.shopping-basket-inner {
    position: absolute;
    right: -3px;
    width: 18px;
    padding-top: 1px;
    line-height: 18px;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    font-family: 'Poppins';
}

.page-title {
    padding: 0;
}


/* CALCULATOR */


/*.calculator-panel { min-height: 420px; }*/

.calculator-wrapper {
    background-color: #91C65E;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: 3px;
}

.calculator-wrapper h2 {
    color: #fff;
    font-size: 34px;
    text-shadow: none;
}

.calculator-wrapper h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.socketvalidate:focus {
    border-width: 2px;
}

.form-number {
    height: 34px;
    width: 34px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 100%;
    background-color: #91C65E;
    background-image: linear-gradient(rgba(22, 98, 107, 1), rgba(31, 140, 151, 1));
    color: #fff;
    text-align: center;
    padding-top: 4px;
    border: 4px solid #DBDBDB;
}

.panel {
    background-color: transparent;
    box-shadow: none;
    /*margin: 15px;*/
}

.panel-body {
    min-height: 370px;
    padding: 40px 24px;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    background-color: #fff;
    /*background-image: url(images/mainbg-mirror.png);
	background-repeat: repeat-x;*/
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
}

.panel-body h2 {
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: normal;
}

.btn-full-width {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
}

a.info {
    display: inline-block;
    background: #1075b6;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
}

a.info:hover {
    background: white;
    color: #1075b6;
}

.splashback-calculator .fa-stack,
.glass-calculator .fa-stack {
    position: relative;
}

.splashback-calculator .fa-stack .tooltip,
.glass-calculator .fa-stack .tooltip {
    opacity: 1;
    left: 26px;
    width: 160px;
    top: -5px;
}

.splashback-calculator .tooltip.right .tooltip-arrow,
.glass-calculator .tooltip.right .tooltip-arrow {
    top: 18px;
    border-right-color: #a94442;
}

.tooltip-inner {
    min-height: 44px;
    background: #a94442;
    padding-top: 8px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
}

.col-sm-6 {
    font-size: 12px;
}

#calculator-layout {
    margin-top: 100px;
}


/* STANDARD PAGE */

.siblings h2 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.siblings ul {
    list-style-type: none;
    padding: 0;
}

.siblings li {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.van {
    margin: 40px 0;
}


/* SINGLE PRODUCT */

.form-control div.product div.images div.thumbnails {
    padding-top: 0;
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
    border: 2px solid #C0C0C0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #91C65E;
    z-index: 2;
    border-width: 0px;
    color: #fff;
    border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none !important;
    right: 0px;
}


/*.woocommerce .related ul li.product, 
.woocommerce .related ul.products li.product, 
.woocommerce .upsells.products ul li.product, 
.woocommerce .upsells.products ul.products li.product, 
.woocommerce-page .related ul li.product, 
.woocommerce-page .related ul.products li.product, 
.woocommerce-page .upsells.products ul li.product, 
.woocommerce-page .upsells.products ul.products li.product {
width: 22.05%;
}*/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #eee;
    padding: 15px;
}

li.product:hover {
    box-shadow: 5px 10px 8px #eee;
}

.product>.images>a {
    width: 88%;
    display: block;
    float: right;
}

.product>.images>.thumbnails {
    width: 12%;
    float: left;
}

.thumbnails img {
    padding: 0 5px 5px 0;
}

.product_meta {
    margin-bottom: 10px;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    margin-bottom: 0px;
}

.product_meta a {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.input-buttons {
    width: 90px;
    float: left;
}

.input-buttons input {
    height: 32px;
}

.input-buttons .plus,
.input-buttons .minus {
    float: left;
    font-size: 10px;
    background: #16626B;
    line-height: 16px;
    padding: 0;
    height: 16px;
    width: 18px;
    color: white;
    margin: 0;
    border: none;
    text-align: center;
}

.woocommerce div.product form.cart .input-buttons div.quantity {
    margin: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #91C65E;
    color: #fff;
    font-weight: normal;
    border-radius: 0px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background-color: #333;
    color: #fff;
}

.woocommerce .star-rating span {
    color: yellow;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #91C65E;
    color: white;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #333;
}

.woocommerce ul.products li.product .button {
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

.woocommerce ul.products li.product a img {
    box-shadow: 1px 1px 3px #999;
    margin-bottom: 8px;
    max-height: 173.5px;
    overflow: hidden;
}

.catdesc {
    font-weight: normal;
    font-size: 14px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: normal;
}


/* CHECKOUT */

.woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
}

.woocommerce-cart table.cart .quantity {
    float: left;
}

.woocommerce table.shop_table tr {
    border: 0;
    border-top: 1px dashed #e5e5e5;
}

.woocommerce table.shop_table td {
    border: 0;
}

.woocommerce ul#shipping_method li {
    text-indent: 0;
    padding-left: 0;
}

.cart_item .input-buttons {
    margin: 10px;
}


/*div.product div.images>img{float:right;width:75%}
div.product div.images div.thumbnails{float:left;width:30%}
div.product div.images div.thumbnails a{width:45%}
*/

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    display: inline-block !important;
    float: left;
}

.woocommerce form .form-row textarea {
    height: 120px;
}

.payment_method_paypalpro input.input-text {
    width: auto !important;
}

.woocommerce form .form-row .input-checkbox {
    float: left !important;
    margin: 7px 8px 0 0;
    position: relative !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.fa-stack .fa-question {
    top: -1px;
    left: -1px;
}

.cart-link:hover {
    text-decoration: none;
}

#coupon_code {
    width: 120px;
}

li.categories {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 16px;
}

li.categories>ul {
    list-style-type: none;
    font-size: 13px;
    text-transform: none;
    padding-left: 10px;
}

li.categories>ul>li {
    margin: 5px 0;
}

#sidebar1 {
    margin-top: 20px;
}

.cart_totals tr td {
    text-align: right;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border: none;
    box-shadow: none;
    margin: 0 0 10px;
}

.woocommerce div.product div.summary {
    margin-top: 0px;
    a {
        text-decoration: underline;
        color: #91C65E;
    }
}

body #gform_wrapper_3 {
    position: relative;
}

.home-title {
    margin: 0px 0;
    padding: 10px 0px;
    text-transform: none;
    font-size: 32px;
    font-weight: 200;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    transition: all 1s;
}

#title-box {
    background: #323232;
    color: #fff;
    padding: 40px 20px;
}

.home .box {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.home .box img {
    width: height;
    position: absolute;
    right: 0px;
}

.single img.attachment-wpbs-featured.wp-post-image {
    width: 100%;
}

.blog .post h2 {
    margin-top: 0px;
}

.blog .post {
    padding: 10px 0;
}

.single .post {
    padding-top: 20px;
}

button.btn {
    border: none;
    font-weight: normal;
    border-radius: 0px;
    font-size: 100%;
    padding: 0.618em 1em;
    line-height: 1;
}

button.btn:hover {
    color: #fff;
    background-color: #333;
}

.input-group-btn {
    width: 1% !important;
}

.woocommerce ul.product_list_widget li img {
    width: 55px;
}

.instant-quote {
    background-image: url(images/splash-backs.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 252px;
    height: 65px;
    background-color: transparent;
}

.instant-quote:hover {
    background-color: transparent !important;
    background-image: url(images/splash-backs-hover.jpg) !important;
}

.calculator-row .single_add_to_cart_button {
    background-image: url(images/splash-backs-add-to-basket.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 252px;
    height: 65px;
    background-color: transparent !important;
    color: transparent !important;
    float: right !important;
}

.calculator-row .single_add_to_cart_button:hover {
    background-color: transparent;
    background-image: url(images/splash-backs-add-to-basket-hover.jpg) !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: -2px;
}

.btn-green {
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: normal;
    border-radius: 0px;
    font-size: 100%;
    padding: 0.618em 1em;
    line-height: 1;
    background-color: #91C65E;
    color: #fff;
}

.btn-green:hover {
    background-color: #333;
    color: #fff;
}

.enquiry-btn {
    background-image: url(images/splashback-images.png) !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    width: 100%;
    height: 60px;
    margin-top: 15px;
    opacity: 1;
}

.enquiry-btn:hover {
    background-image: url(images/splashback-images-hover.png) !important;
}

.printer-btn {
    background-image: url(images/splashback-printer.png) !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    width: 100%;
    height: 60px;
    margin-top: 15px;
    opacity: 1;
}

.printer-btn:hover {
    background-image: url(images/splashback-printer-hover.png) !important;
}

.custom-mirror-quote {
    background-image: url(images/instant-custom-mirror-quote.png);
    opacity: 0.8;
}

.custom-mirror-quote:hover {
    opacity: 1;
}

.custom-mirror-quote.active {
    background-image: url(images/instant-custom-mirror-quote-active.png);
    opacity: 1;
}

.custom-glass-quote:hover {
    opacity: 1;
}

.custom-glass-quote {
    background-image: url(images/instant-custom-glass-quote.png);
    opacity: 0.8;
}

.custom-glass-quote.active {
    background-image: url(images/custom-glass-quote-active.png);
    opacity: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: #333;
	    color: #333;
    font-weight: 900;
    text-shadow: none !important;
}

#glass-message .woocommerce-message,
#mirror-message .woocommerce-message {
    padding: 1em 1.5em 1em 2.5em;
}

#glass-message .woocommerce-message .button,
#mirror-message .woocommerce-message .button {
    float: none !important;
    margin-top: 8px !important;
}

.center {
    text-align: center;
}

.callnow {
    float: right;
    padding-top: 32px;
    text-align: left;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0px;
        margin-top: 30px;
    }
    .callnow {
        float: none;
        text-align: center;
        padding-top: 8px;
    }
}

.callnow a {
    height: 90px;
    font-size: 34px;
    line-height: 34px;
    padding-top: 2px;
    color: #16626B;
    display: block;
    width: 310px;
}

.cart-link {
    position: relative;
    display: inline-block;
}

.fixed-links {
    background-color: #333;
    padding: 5px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-radius: 0px 0px 30px 30px;
    font-size: 17px;
}

.fixed-links a {
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
}

.fixed-links a:hover {
    color: #91C65E;
}

.fixed-links i {
    padding-right: 5px;
    min-width: 10px;
    min-height: 10px;
    display: inline-block;
}

#footer-widget h3 {
    font-weight: 600;
    font-size: 120%;
}

button.btn.loading::after {
    display: inline-block;
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: relative;
    margin-left: 20px;
    -webkit-animation: spin 2s linear infinite !important;
    ;
    animation: spin 2s linear infinite !important;
    ;
}

.sidebarbox-text {
    padding-left: 10px;
    padding-right: 10px;
}

.sidebarbox h2 {
    color: #222;
}

.sidebarbox img {
    box-shadow: 2px 2px 6px #333;
    width: 95%;
}

.vidlink {
    font-size: 15px;
    line-height: 16px !important;
    margin-top: 4px!important;
    margin-left: -18px!important;
    height: auto!important;
    width: auto;
    display: block;
    float: right;
    text-align: center;
}

.vidlinkmob {
    font-size: 10px;
    margin-left: 0px!important;
    margin-top: 14px!important;
    height: auto!important;
    width: auto;
    float: right;
}

.single_add_to_cart_button {
    float: right;
}

.resultsheader {
  padding: 10px 0px;
    color: #333;
    clear: both;
    margin-bottom: 20px;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    padding-top: 8px;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .resultsheader {
        text-align: center;
    }
    .woocommerce .woocommerce-result-count {
        float: none;
        margin-bottom: 6px;
    }
    .woocommerce .woocommerce-ordering {
        float: none;
    }
	
	.flex-wrapper {
	  display: flex;
	  flex-direction: row-reverse;
	  width: 100%;
	  align-items: center;
	}
	
	.navwrapper .navbar-right {
 		overflow-y: hidden;
  		clear: both;
	}	
	.navwrapper .navbar-search {
		flex:1;
		box-sizing: border-box;
		margin:12px 0;
	}
	.navwrapper .navbar-toggle {
		float:none !important;
		margin-top:0;
	}
	
}


/* product -category */

.widget ul,
.woocommerce-MyAccount-navigation ul {
    padding-left: 0px;
}

.widget ul li,
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 5px;
}

.widget ul li.cat-item,
.woocommerce-MyAccount-navigation ul li {
    line-height: 30px;
}

.widget ul li:not(.cat-img) .count {
    color: #888;
    padding-left: 4px;
}

.product-categories.category-list .open-this,
.widget_product_categories ul .open-this,
.wpb_widgetised_column .widget_product_categories ul .open-this {
    cursor: pointer;
    float: right;
    height: 36px;
    position: absolute;
    right: 25px;
    width: 30px;
    text-align: right;
    z-index: 1;
    display: block;
    margin: 0;
    font-size: 22px;
    color: #222;
}

ul.product-categories li:hover,
.woocommerce-MyAccount-navigation ul li:hover {
    list-style: none !important;
}

ul.product-categories li.cat-item,
ul.list-item-product li,
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

ul.product-categories li.cat-item ul.children {
    display: none;
}

ul.product-categories li.cat-item.cat-parent.opened {
    padding-bottom: 0;
}

ul.product-categories ul.children li {
    margin-left: -19px;
}

ul.product-categories ul.children li:last-child {
    border-bottom: none;
}

ul.product-categories ul.children li {
    padding-left: 0;
    padding-right: 0;
}

ul.product-categories ul.children {
    padding-left: 0;
}

ul.product-categories ul.children>li>a {
    padding-left: 30px;
}

ul.product-categories ul.children>li>a:before {
    content: "+";
    display: inline-block;
    text-align: right;
    padding-right: 12px;
}

.page-widgets.widget,
.cats-menu.widget {
    padding-top: 0;
}

.woocommerce-products-header {
    padding: 0px 15px;
}

.woocommerce-pagination {
    margin-bottom: 15px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background: #16626B;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 16px;
}

.padtop8 {
    padding-top: 8px;
}

.checkoutprogress {
    text-align: center;
    margin-top: 10px;
}

.search-field {
    width: auto !important;
}

.youtube-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-notes {
    list-style: none;
    padding-left: 0px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}

.product-notes i {
    margin-right: 15px;
    color: #16626B;
    border-radius: 100px;
    border: 1px solid #16626B;
    padding: 5px;
}

.home-boxes img {
    border: 2px solid #fff;
    box-shadow: 2px 2px 4px #555;
}

.homeboxhover:hover img {
    box-shadow: 13px 13px 18px #555;
}

.title-overlay {
    margin-top: -71px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 40px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 200;
    position: relative;
    text-align: center;
}

.title-overlay h3 {
    color: #fff;
    margin: 0px;
    font-weight: normal;
    font-size: 22px;
}

.custom-size {
    position: absolute;
    left: 15px;
    top: 0px;
    background-image: url(images/custom-size-splashback2.png);
    background-repeat: no-repeat;
    height: 153px;
    width: 150px;
    display: inline-block;
}

.new-video {
    background-image: url(images/new-video-splashback.png);
}

.instant-quote-home-box {
    position: absolute;
    left: 260px;
    top: 30px;
    background-image: url(images/instant-quote-homeboxes.png);
    background-repeat: no-repeat;
    height: 82px;
    width: 82px;
    display: inline-block;
}

.select-your-colour {
    position: absolute;
    left: 260px;
    top: 30px;
    background-image: url(images/select-your-colour.png) !important;
    background-repeat: no-repeat;
    height: 88px !important;
    width: 82px;
    display: inline-block;
}

#pageloader {
    display: none;
    height: 50px;
    position: relative;
    width: auto;
    z-index: 9999;
    text-align: center;
    margin-top: -20px;
}

#pageloader img {
    height: 70px;
}

.home-bottom-text {
    margin-bottom: 20px;
}

#footer-widget .nav>li>a {
    padding: 1px 6px;
}

.search-field {
    font-size: 15px;
}

.swatch a {
    display: block;
    width: 55px !important;
    height: 55px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    float: left;
    margin: 5px;
}

.border1 {
    border: 1px solid #333;
}

.swatch a.active span {
    border: 4px solid #4EDB00 !important;
    height: 56px !important;
}

.maskfullcolour {
    border: 1px solid #999;
}

#nav_menu-3 {
    border: none;
}

#nav_menu-3 .widget-title {
    background-color: #222;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 12px 20px;
    font-size: 20px;
    line-height: 32px;
}

#nav_menu-3 .nav>li>a {
    line-height: 24px;
    padding-top: 11px;
    padding-bottom: 9px;
    padding-right: 12px;
    padding-left: 42px;
    background-image: url(images/kitchen-splashback-menu2.png);
    background-repeat: no-repeat;
    background-position: 9px 5px;
    background-color: #91C65E;
    color: #fff;
    margin-bottom: 5px;
}

#nav_menu-3 .nav>li>a:hover {
    background-color: #222;
}

.woocommerce-products-header {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}

.term-description {
    position: relative;
}

span.clear {
    clear: left;
    display: block;
}

.payment_method_paypal-pro-hosted img,
.payment_method_paypal-pro-hosted .about_paypal {
    display: none !important;
}

.tooltip-inner {
    min-height: 44px;
    background: #a94442;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
}

.entry-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 34px;
    letter-spacing: -0.5px;
    text-transform: none;
    line-height: 1.3;
    color: #222;
    width: 95%;
    margin-bottom: 20px;
}


.btn-primary {
    color: #fff;
    background-color: #91C65E;
    border-color: #91C65E;
    border-radius: 0px;
    }

.btn-primary:hover {
    color: #fff;
    background-color: #77B23F;
    border-color: #77B23F;
    border-radius: 0px;
    }

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.slick-slide img {
  width: 100%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
}

.mb-25 { 
margin-bottom: 25px;
}



.woocommerce form.checkout .express-one-page-checkout-main p.form-row input.input-text {
    min-height: 45px;
    height: 45px;
    margin-bottom: 7px;
    font-size: 14px;
}


.variation_li {
    display: inline-block !important;
    height: 15px;
}

.onestepcheckout-summary tr:last-child td.thumb {
    padding-bottom: 5px;
    vertical-align: top;
}

.woocommerce-form-coupon-btn {
    display: none;
}

.checkout-layout-1 .layout-1-right { 
    padding: 0px 35px 20px 35px !important;
    background: #efefef;
    border-radius: 5px;
}

.woocommerce-checkout .express-one-page-checkout-main h3.review-order-title {
    padding-top: 0px !important;
}

#ship-to-different-address { 
margin-left:20px;
}

.onestepcheckout-summary td { 
    vertical-align: top !Important; 
}

.woocommerce-checkout .entry-title{
   display:none !important;
}

 .lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
#colourul {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#colourulL li a {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}
#colourul {
max-height: 500px;
    overflow-y: auto;
    padding: 0px 0px 0px 0px;
    margin-top: 20px;
}
.dulux {
    background-color: rgb(0, 49, 124);
    background-image: url(/wp-content/uploads/2024/10/dulux-1.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding: 80px 17px 23px 35px !important;
    margin-top: 15px;
}
.ral {
    background-color: rgb(254, 81, 4);
    background-image: url(/wp-content/uploads/2024/10/ral.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding: 80px 17px 23px 35px !important;
    margin-top: 15px;
}
.Little {
    background-color: rgb(9, 24, 16);
    background-image: url(/wp-content/uploads/2024/10/little-greene.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding: 80px 17px 23px 35px !important;
    margin-top: 15px;
}
.Farrow {
    background-color: rgb(111, 123, 113);
    background-image: url(/wp-content/uploads/2024/10/farrow.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding: 80px 17px 23px 35px !important;
    margin-top: 15px;
}
.crown {
    background-color: rgb(0, 0, 0);
    background-image: url(/wp-content/uploads/2024/10/crown.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding: 80px 17px 23px 35px !important;
    margin-top: 15px;
}
#preview-div {
  width: 100%;
}
#preview-image {
    width: 100%;
    object-fit: cover;
    margin: 10px 0px 20px 0px;
}
#preview-mask {
display:none;
}
#preview-disc {
    font-weight:600;
    margin-top:20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
.masks {
    z-index: 999999;
    background: white;
    padding: 13px; margin-top:0px;
    position:relative !important;
    /*top: 0 !important;*/
    /*top:140px!important;*/
    margin-top: 127px !important;
}
}
@media only screen and (min-width: 1201px) {
.masks {
    z-index: 999999;
    background: white;
    padding: 13px; margin-top:0px;
    position:relative !important;
    /*top: 0 !important;*/
    /*top:200px!important;*/
    margin-top: 202px !important;
}
}
@media only screen and (max-width: 767px) {
.masks {
    z-index: 999999;
    background: white;
    padding: 13px; margin-top:0px;
    position:relative!important;
    top:0px!important;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
.masks {
    z-index: 999999;
    background: white;
    padding: 13px; margin-top:0px;
    position:relative!important;
    top: 245px !important;
    margin-bottom: 245px !important;
}
}
    .maskfullcolour {
    height:200px!important;
    object-fit: cover;
    }
    .mask {
    height:400px;
    object-fit: cover;
    }
#colourselector {
background-color: #91C65E;
    padding-top: 8px;
    padding-bottom: 20px;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: -8px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}
.pricepanel {
position:sticky;
top:0px;
}
@media only screen and (min-width: 1024px) {
.woocommerce-checkout-review-order-table {
position:absolute!important;
top:95px!important;
right:0px!important;
width:50%!important;
font-size: 15px!important;
}
.form-row {
margin: 0 0 15px!important;
    }
#payment:before {
    clear:both!important;
}
.woocommerce-checkout-review-order {
    position:inherit!important;
    }
#order_review_heading {
position:absolute!important;
top:28px!important;
right:0px!important;
width:50%!important;
}
.woocommerce-checkout-review-order-table tfoot {
position:absolute!important;
}
.col-2, .col-1 {
    float: left;
    width: 100%!important;
}
.col2-set {
width:48%!important;
}
}
.page-template-page-checkout .woocommerce-info {
width:48%!important;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
    background-color: #91bd09;
    color:#ffffff!important;
}
@media only screen and (min-width: 768px) {
.page-template-page-checkout .woocommerce-form-login {
width:48%!important;
}
.page-template-page-checkout .woocommerce-message {
width:48%!important;
}
.woocommerce-error {
width:48%!important;
}
.mobilemenu {
    display:none!important;
}
}
.control-label {
text-align:right;
}
@media only screen and (max-width: 1023px) {
.woocommerce ul.products li.product a img {
    object-fit: cover;
}
}
@media only screen and (min-width: 690px) and (max-width: 1023px) {
#product-2135 {
    margin-top: 275px!important;
    }
}
@media only screen and (min-width: 635px) and (max-width: 689px) {
#product-2135 {
    margin-top: 220px!important;
    }
}
@media only screen and (min-width: 570px) and (max-width: 634px) {
#product-2135 {
    margin-top: 175px!important;
    }
}
@media only screen and (min-width: 520px) and (max-width: 569px) {
#product-2135 {
    margin-top: 135px!important;
    }
}
@media only screen and (min-width: 460px) and (max-width: 519px) {
#product-2135 {
    margin-top: 85px!important;
    }
}
@media only screen and (min-width: 410px) and (max-width: 459px) {
#product-2135 {
    margin-top: 85px!important;
    }
}
@media only screen and (min-width: 400px) and (max-width: 409px) {
#product-2135 {
    margin-top: 45px!important;
    }
}@media only screen and (max-width: 409px) {
#product-2135 {
    margin-top: 10px!important;
    }
}
.directcheckpj {
    min-height: 95px!important;
}
.woocommerce-products-header .term-description {
margin-top:50px;
}