.filter label {
    margin-top: 8px;
}
.listing-details .listing-summary p {
    font-size: 11px;
}
.listing-details {
    background-size: 100% auto;
}
.size-chart {
    margin: 30px 0 30px;
}
.colour-options {
    margin-top: 15px;
}
.product-page .listing-details .listing-summary p {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}

.cc-window.cc-floating {
    max-width: 16em;
}

.term-68 .listing-details {
    padding-bottom: 0;
}

.p-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.p-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video-features ul li {
    padding-top: 0;
}

#video-features {
    padding-bottom: 70px;
}

img#leftArrow {
    position: absolute;
    left: 10px;
    top: 40%;
    cursor: pointer;
    max-width: 15px;
}

img#rightArrow {
    position: absolute;
    right: 10px;
    top: 40%;
    cursor: pointer;
    max-width: 15px;
}

input#datepicker {
    display: none;
}

#awesome-features {
    margin-top: -30px;
}

.woocommerce nav.woocommerce-pagination ul li a {
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li:after {
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    font-size: 16px;
}

.header-socials {
    width: 150px;
}

.header-socials ul li a {
    width: 45px;
    height: 45px;
    font-size: 25px;
    border-radius: 100px;
}

header .logo {
    width: 55%;
}

.single-header-meta .pricebubble span {
    width: 145px;
    height: 144px;
}

.single-header-meta .titleandstock p {
    margin-bottom: 0;
}

.single-header-meta .feature-stock span {
    margin-top: 20px;
}

nav.woocommerce-pagination a.prev::after {
    font-size: 16px;
    top: 10px;
    right: -6px;
}

.woocommerce nav.woocommerce-pagination a, .woocommerce nav.woocommerce-pagination span {
    font-size: 16px;
}

nav.woocommerce-pagination .page-numbers::after {
    right: -6px;
    top: 10px;
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 5px;
}

.img-container .vid-overlay {
    background: #9e9e9e;
}

.listing-vid-image .middle img {
    max-width: 50px;
    margin: 0 auto;
}

.woocommerce-cart .cart-collaterals {
    display: none;
}

.woocommerce-cart .ywgc-have-code {
    display: none;
}

.woocommerce div.product form.cart .variations {
    display: none;
}

#age_field select#age {
    border: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB !important;
    box-shadow: none;
    font-family: "proxima-nova", sans-serif;
    border-radius: 3px;
    height: 40px !important;
    padding-left: 20px;
    position: relative;
    top: 1px;
}

#child_fields label {
    display: block;
}

#child_fields label span {
    display: none;
}

/*
BLOG STYLING
*/

.blog-container {
    max-width: 1190px;
    margin: 0 auto;
}

.flex-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.flex-col {
    flex: 1;
    margin: 8px;
}

span.featured-span {
    background: #FD8721;
    display: inline-block;
    border-radius: 4px;
    color: white;
    padding: 2px 10px 2px 10px;
    font-family: "Proxima-Nova";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 60px;
}

.flex-col:nth-child(2) {
    background: white;
    /* padding: 20px 40px 20px 40px; */
}

.active-flex-wrap a.read-more-button {
    background: #FD8721;
    display: inline-block;
    color: white;
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-family: "Proxima-Nova";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    transition: 0.3s;
    border-color: #FD8721;
}

.flex-col h2 {
    color: #595A59;
    font-size: 34px;
}

.flex-col p {
    color: #595A59;
    text-transform: none;
    font-family: "Proxima-Nova";
    font-size: 16px;
}

.active-flex-wrap a.read-more-button:hover {
    background: #e87c1e;
    border-color: #e87c1e;
}

.flex-col h2 a {
    color: #595A59;
}

.active-flex-wrap .flex-col:nth-child(2) {
    background: #FEEEE1;
}

a.read-more-button {
    background: #fff;
    display: inline-block;
    color: #595A59;
    border: 1px solid #595A59;
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-family: "Proxima-Nova";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    transition: 0.3s;
}

a.read-more-button:hover {
    background: #FD8721;
    border-color: #FD8721;
    color: white;
}

.blog .blog-container h1 {
    text-align: center;
    color: #595a59;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 36px;
}


.inner-flex-padding {
    padding: 20px 40px 20px 40px;
}

.flex-col p.date {
    margin-bottom: 20px;
}




.blog .blog-container span.page-numbers.current {
    display: inline-block;
    font-size: 17px;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    text-align: center;
    background: #fd8721;
    padding-top: 8px;
}

.blog .blog-container .pagination a, .pagination button {
    display: inline-block;
    font-size: 17px;
    color: #fd8a28;
}

.blog .blog-container .page-numbers:after {
    display: none;
}

.blog .blog-container .pagination a:hover, .pagination button:hover {
    background: none;
}

.blog .blog-container a.next.page-numbers, .blog .blog-container a.prev.page-numbers {
    font-family: "Proxima-Nova";
    text-transform: uppercase;
    font-weight: bold;
}

.blog .blog-container nav.navigation.pagination {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.blog .blog-container a.next.page-numbers span, .blog .blog-container a.prev.page-numbers span {
    font-size: 25px;
}

.single-blog-container h1 {
    color: #595A59;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 70px;
}

.single-blog-container p.date {
    text-align: center;
    font-family: "Proxima-Nova";
    color: #595A59;
    font-size: 16px;
    margin-bottom: 40px;
}

.single-post-featured {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.single-post-content {
    font-family: "Proxima-Nova";
    color: #595A59;
    font-size: 16px;
    max-width: 80%;
    margin: 0 auto;
}

.single-post-content p {
    font-family: "Proxima-Nova";
    color: #595A59;
    font-size: 16px;
}

.single-post-more h2 {
    color: #595A59;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 70px;
    font-size: 34px;
}

.single-blog-container .single-post-content h1 {
    text-align: left;
    font-size: 42px;
}

.single-post-content img, .single-post-content figure {
    max-width: 100%;
    margin: 0;
    margin-top: 10px;
}

.single-post-content figcaption.wp-caption-text {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
}

.single-post-content a {
    color: #fd8a28;
    text-decoration: underline;
}

.single-post-content ul {
    list-style: disc;
}

.ai-related-posts.row {
    margin-top: 50px;
    margin-bottom: 30px;
}

.ai-related-posts .col-md-3 {
    width: 33%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.ai-related-posts span.ai-terms {
    text-transform: uppercase;
    font-size: 12px;
    color: #0038d6;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
}

.ai-related-posts h4 {
    text-align: left;
    background: none;
    padding-left: 0;
    color: #191919;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -0.15px;
    word-break: break-word;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
}

.ai-related-posts h4 a {
    color: #595A59;
    text-transform: uppercase;
    font-family: "kon-tiki-aloha-jf", sans-serif;
    font-weight: normal;
    font-size: 25px;
}

.ai-related-posts span.ai-author {
    color: #545454;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 600;
}


.ai-related-posts span.ai-date {
    text-align: center;
    font-family: "Proxima-Nova";
    color: #595A59;
    font-size: 14px;
}

blockquote.wp-embedded-content {
    padding: 0;
    border: 0;
    margin: 0;
    display: inline-block;
}

.single-post-share {
    position: absolute;
    right: 0px;
    top: 0;
}

.single-post-share a {
    width: 30px;
    height: 30px;
    display: block;
    background: #fd8a28;
    border-radius: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    padding-top: 8px;
    transition: 0.3s;
}

.single-post-share a:hover {
    background: #FD8721;
}

.single-product .add-to-basket.share-icons {
    position: absolute;
    bottom: 2px;
    padding-top: 0;
}

.product-page .listing-details.product-top {
    padding-bottom: 0;
}

.basket-socials ul {
    display: block;
    margin: 0;
}

.basket-socials a {
    background: #909090;
    padding: 5px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    border-radius: 3px;
    font-family: "proxima-nova";
    font-weight: bold;
    margin-right: 0;
    transition: all 0.3s;
}

.basket-socials a span {
    margin-right: 10px;
}

a.share-bt.fb-share {
    background: #43609C;
}

a.share-bt.twit-share {
    background: #24A8E6;
}

a.share-bt.pinterest-share {
    background: #C5232B;
}

.basket-socials a:hover {
    color: white;
    opacity: 0.8;
}

.page-template-default .basket-socials ul {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 2px;
}

.page-template-default .add-to-basket {
    margin-top: 20px;
}

#awesome-features {
    margin-top: 80px;
}

span.custom_ean {
    font-size: 14px;
    font-family: "proxima-nova";
    color: #7A7A7A;
}

.page-id-9781 h1 {
    background: #EC651B;
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    max-width: 534px;
    margin: 0 auto;
    display: block;
    top: -30px;
    position: relative;
    border-radius: 4px;
    border-bottom: 0;
    margin-top: 40px;
}

.extra-form #mc_embed_signup div.mce_inline_error {
    background-color: #ee6400;
    border-radius: 4px;
}

.extra-form #mc_embed_signup input.mce_inline_error {
    border-color: #404040;
}

div#batchModal {
    border: 0;
    box-shadow: none;
    background: #FDF0E8;
    text-align: center;
    padding-bottom: 30px;
}

div#batchModal h2 {
    color: #EC651B;
    font-size: 26px;
    text-align: center;
}

div#batchModal img {
    border-radius: 100%;
    margin-bottom: 20px;
    margin-top: 7px;
}

div#batchModal p {
    color: #636263;
    font-family: "Proxima-Nova";
    font-size: 16px;
    max-width: 275px;
    margin: 0 auto;
}

.extra-form {
    background: #FDF0E8;
    display: block;
    padding: 20px;
    margin-top: -60px;
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 10px;
}

.extra-form form#mc-embedded-subscribe-form {
    background: #FDF0E8;
}

.extra-form h2 {
    font-family: "Proxima-Nova";
    color: #5A5A58;
    font-size: 21px;
    letter-spacing: 0px;
    font-weight: bold;
}

.extra-form input {
    border: 1px solid #ee6400;
    box-shadow: none;
    border-radius: 5px;
    height: 2.7375rem;
    margin-top: -19px;
}

.extra-form select {
    border: 1px solid #ee6400;
    box-shadow: none;
    border-radius: 5px;
    height: 2.7375rem;
}

.extra-form label {
    font-family: "Proxima-Nova";
    color: #5A5A58;
    font-size: 16px;
}

.extra-form input#mc-embedded-subscribe {
    background: #ee6400;
    text-transform: uppercase;
    font-family: "kon-tiki-aloha-jf", sans-serif;
    font-size: 26px;
    border-radius: 3px;
    margin: 0;
    padding: 8px 60px;
    margin-top: 10px;
}

.extra-form a {
    color: #f06300;
}

.extra-form p {
    margin: 0;
}


.extra-form .clear {
    text-align: center;
}

.extra-form input#mc-embedded-subscribe:hover {
    background: #d25a03;
}

.woocommerce-variation.single_variation {
    display: none !important;
}

@media screen and (max-width: 1110px) {
    .flex-wrap {
        display: block;
    }

    .flex-col img {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .arsenal-two-column .arsenal-column {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    #video-features {
        padding-bottom: 0px;
    }

    .single-post-featured {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .single-post-share {
        right: -40px;
    }

}

@media screen and (max-width: 870px) {
    .ai-related-posts .col-md-3 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .ai-related-posts h4 {
        text-align: center;
    }
}

@media screen and (max-width: 1061px) {
    .cat-navigation nav ul li a {
        font-size: 20px;
    }
}

.arsenal-promo-page .light-br-bg {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.bg-football-left {
    background: url(https://3style.co.uk/wp-content/uploads/2019/10/footballer-left@2x.png);
    width: 400px;
    height: 400px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -50px;
}

.bg-football-right {
    background: url(https://3style.co.uk/wp-content/uploads/2019/10/footballer-right@2x.png);
    width: 400px;
    height: 400px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -50px;
}

.arsenal-text-bg {
    background: #EDEAE4 url(https://3style.co.uk/wp-content/uploads/2019/10/arsenal-hero-background.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.arsenal-promo-page h1 {
    color: #F20000;
    max-width: 330px;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 36px;
}


.arsenal-two-column .arsenal-column {
    width: 50%;
    display: inline-block;
    float: left;
    background: #FF0100;
    color: white;
    padding: 50px;
}

.arsenal-footer-bg {
    background: url(https://3style.co.uk/wp-content/uploads/2019/10/arsenal-stadium-cta-background.jpg);
    background-position: center;
    background-size: cover;
}


.arsenal-two-column .arsenal-column h2 {
    color: white;
    font-size: 32px;
}

.arsenal-two-column .arsenal-column p {
    color: white;
    font-size: 16px;
}

.arsenal-promo-page h5 {
    color: #2c4b67;
    margin-top: 100px;
    font-size: 3rem;
}

.arsenal-top-circle {
    background: #A28140;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.arsenal-top-circle p {
    color: white !important;
    font-family: "kon-tiki-aloha-jf", sans-serif !important;
    font-size: 19px;
    position: relative;
    top: 15px;
}

.arsenal-top-circle p span {
    color: white;
    display: block;
    font-size: 40px;
    top: -10px;
    position: relative;
}

a.button.black-button {
    background: #79B947;
    border-radius: 5px;
    font-size: 25px;
    padding: 18px 50px;
}

.arsenal-promo-page ul li {
    color:#86754D;
    font-family: "proxima-nova";
    margin-bottom: 10px;
}

.arsenal-promo-page a.button.green-button {
    background:#6FAE2F;
    border-radius:3px;
    width: 100%;
    font-size: 22px;
    padding: 13px 30px;
}

.arsenal-promo-page .dark-br-bg {
    background: url(https://3style.co.uk/wp-content/uploads/2019/10/arsenal-stadium-background.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
    overflow: hidden;
}

.arsenal-promo-page h2 {
    color: #C00020;
}

.arsenal-promo-page p {
    color: #86754D;
    font-family: "proxima-nova";
}

.arsenal-promo-page h2.block-heading {
    text-align: center;
    color: #172030;
    font-size: 36px;
}

.arsenal-promo-page .features-block {
    margin-top: 40px;
}

.arsenal-promo-page .individual-feature {
    background: white;
    display: block;
    clear: both;
    padding: 20px;
    margin-bottom: 12px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 12px solid #F20000;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    border-radius: 3px;
}

.arsenal-promo-page .left-side-feature-image {
    display: inline-block;
    float: left;
    max-width: 30%;
    margin-right: 50px;
}

.arsenal-promo-page .right-side-feature-text {
    display: inline-block;
    width: 60%;
}

.arsenal-promo-page .right-side-feature-text h3 {
    color: #172030;
    margin-bottom: 0;
    font-size: 22px;
}

.arsenal-promo-page .red-bg {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: left;
    background: url(https://3style.co.uk/wp-content/uploads/2019/09/pre-order-bg.png) no-repeat left top;
    background-size: contain;
    border-top: 12px solid #F20000;
    border-bottom: 12px solid #F20000;
}

.arsenal-promo-page .red-bg h2 {
    color: white;
    font-size: 30px;
}

.arsenal-promo-page .red-bg p {
    color: white;
    font-size: 21px;
    font-family: "kon-tiki-aloha-jf", sans-serif;
    margin-top: 40px;
    margin-bottom: 10px;
}

.arsenal-promo-page .red-bg span {
    color: white;
    opacity: 0.8;
    font-size: 20px;
}


.arsenal-promo-page .arsenal-heading img.right-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
}

.arsenal-promo-page .arsenal-heading {
    position: relative;
}

.arsenal-promo-page ul {
    margin-bottom: 50px;
    margin-left: 0;
}

.arsenal-promo-page .arsenal-second-section p {
    max-width: 630px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.arsenal-promo-page .features-block .column.large-6.medium-6:first-child {
    padding-right: 0px;
}


.page-template-page-arsenal-landing div#horizontal-breaker {
    display: none !important;
}

@media only screen and (max-width: 640px) {
    .arsenal-promo-page .features-block .column.large-6.medium-6:first-child {
        padding-right: 0.625rem;
    }
}


.left-side-feature-image img {
    width: 75px;
}

.arsenal-second-section img {
    max-width: 800px;
}

.arsenal-promo-page a.button.green-button:hover {
    background: #EC671C;
}

.arsenal-promo-page img {
    max-width: 100%;
}

#lightSlider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
#lightSlider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
#lightSlider img {
    display: block;
    height: auto;
    max-width: 100%;
}

.arsenal-column-text {
    float: right;
    margin-right: 10%;
    max-width: 300px;
}

.arsenal-two-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.arsenal-second-section h2 {
    color: white;
    margin-bottom: 20px;
}

.arsenal-second-section p {
    color: white;
}

.arsenal-promo-page a.button.red-button {
    background: #79B947;
    border-radius: 3px;
    width: 70%;
    font-size: 22px;
    padding: 13px 30px;
}

@media only screen and (max-width: 940px) {
    .arsenal-promo-page .features-block .column.large-6.medium-6{
        width:100%;
    }
}

.column.large-8.medium-8.large-arsenal-bg {
    height: 100%;
    background: blue;
}

@media only screen and (max-width: 1160px) {
    .arsenal-promo-page .red-bg {
        background-position-x: -100px;
    }
}

@media only screen and (max-width: 910px) {
    .arsenal-promo-page .right-arsenal-lines, .arsenal-promo-page .left-arsenal-lines {
        display: none;
    }
    .arsenal-promo-page .red-bg {
        background-position-x: -150px;
    }
}

@media only screen and (max-width: 785px) {
    .arsenal-promo-page .red-bg {
        background-position-x: -250px;
    }
}

@media only screen and (max-width: 680px) {
    .arsenal-promo-page .red-bg {
        background: none;
    }
    .arsenal-footer-bg .red-bg .column.large-5.medium-5 {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    header .logo {
        width: 100%;
    }
}

@media screen and (max-width: 690px) {
    .cat-navigation nav ul li a {
        font-size: 20px;
    }
    .arsenal-column {
        background-position-x: -500px !important;
    }
}

#lightSlider li img {
    border-radius: 7px;
}

.lSSlideOuter .lSPager.lSGallery img {
    border-radius: 7px;
}

ul#lightSlider {
    margin-bottom: 10px;
}

.arsenal-second-section img {
    max-width: 800px;
    width: 100%;
}

.arsenal-promo-page .left-arsenal-lines {
    width: 217px;
    height: 300px;
    position: absolute;
    background: url(https://3style.co.uk/wp-content/uploads/2019/09/left-side-dots.png);
    background-size: cover;
    z-index: 0;
    left:0;
    bottom: 100px;
}

.arsenal-promo-page .right-arsenal-lines {
    width: 350px;
    height: 245px;
    position: absolute;
    background: url(https://3style.co.uk/wp-content/uploads/2019/09/right-side-dots.png);
    background-size: cover;
    z-index: 0;
    top: 130px;
    right: -150px;
}

.arsenal-second-section {
    position: relative;
}

.arsenal-second-section a {
    z-index: 1;
    position: relative;
}

.arsenal-promo-page ul.football-list-arsenal li:before {
    content: '....';
    background: url(https://3style.co.uk/wp-content/uploads/2019/09/football-bullet-point.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.message-content a.button {
    background: #79B947 !important;
}

.message-content a.button:hover {
    background: #C6162D !important;
}

.message-content .continue-browsing {
    cursor: pointer;
    background-color: #EC671C;
    color: #fff !important;
    width: 40%;
    margin: 5px auto 0;
    font-size: 16px;
    padding: .518em 1em;
    font-weight: 700;
    border-radius: 3px;
}


.message-content .continue-browsing:hover {
    background-color: #B20000;
}

header .logo img {
    height: auto;
}


form.processing .blockUI.blockOverlay {
    position: fixed !important;
}

.red-bg img {
    max-width: 150px;
}

.arsenal-column.flashing-led {
    background: #F20000 url(https://3style.co.uk/wp-content/uploads/2019/10/led-wheels-feature@2x.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: -0px;
}

.arsenal-column.perfect-age {
    background: #FF0100 url(https://3style.co.uk/wp-content/uploads/2019/10/adjustable-feature@2x.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: -0px;
}

.arsenal-column.fold-go {
    background: #F20000 url(https://3style.co.uk/wp-content/uploads/2019/10/fold-and-go-feature@2x.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: -0px;
}

.arsenal-column.official-scooter {
    background: #FF0100 url(https://3style.co.uk/wp-content/uploads/2019/10/official-scooter-feature@2x-1.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: -0px;
}

.mobile-menu nav ul li i.sub-nav-click-bottom {
    display: none;
}

.single-header-meta .feature-stock span {
    max-width: none;
    width: auto;
    padding-left: 13px;
    padding-right: 13px;
}

.arsenal-promo-page iframe {
    max-width: 100%;
}

.header-basket p a {
    border: 2px solid #DB7B00;
    border-radius: 100px;
    padding: 4px 15px;
    color: #DB7B00;
    transition: all 0.3s;
    margin-left: 10px;
}


.header-socials a.fa.fa-facebook {background: #0078FC;}

.header-socials a.fa.fa-twitter {background: #20A1F2;}

.header-socials a.fa.fa-instagram { background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)}

.woocommerce form.woocommerce-ResetPassword .form-row input.input-text {
    width: 100%;
}

.woocommerce-account form.woocommerce-ResetPassword .form-row {
    max-width: none;
    width: 100%;
}

form.woocommerce-ResetPassword label {
    text-align: left;
    margin-top: 20px;
}

.my-account-page .woocommerce p {
    color: #7a7a7a;
    text-align: center;
    font-size: 18px;
    font-family: "proxima-nova";
    margin-bottom: 30px;
    text-align: left;
}

.woocommerce-account form p {
    color: #7a7a7a;
    text-align: center !important;
    font-size: 16px !important;
    font-family: "proxima-nova";
    margin: 0 !important;
}

.single-header-meta .pricebubble span small {
    font-size: 16px !important;
}

.single-header-meta .pricebubble span h6 {
    font-size: 35px !important;
}

.mobile-only {
    display: none;
}

.add-to-basket h2 {
    font-size: 16px;
}

@media screen and (max-width: 640px) {
    #awesome-features ul li h5, #awesome-features ul li p {
        margin-left: 0;
        width: 100%;
        text-align:  center;
    }
    #awesome-features ul li {
        background-image: none !important;
        background: none !important;
    }
    .mobile-only {
        display: block;
        border-radius: 100px;
        overflow: hidden;
        width: 150px;
        height:150px;
        text-align: center;
        margin:0 auto;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1600px) {
    .arsenal-promo-page .red-bg {
        background-position-x: 20%;
    }
    .arsenal-column.fold-go {
        background-position-x: 55%;
    }

    .arsenal-column.official-scooter {
        background-position-x: 55%;
    }

    .arsenal-column.flashing-led {
        background-position-x: 55%;
    }

    .arsenal-column.perfect-age {
        background-position-x: 55%;
    }
}

.orange-school-bg.top-bottom-padding {}.school-two-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.school-column {
    width: 50%;
    display: inline-block;
    float: left;
    color: white;
    padding: 50px;
    position: relative;
}

.school-promo-page h2 {
    color: #B20000;
    font-size: 40px;
    margin-bottom: 30px;
}

.school-promo-page p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.school-promo-page iframe {
    max-width: 100%;
}

.school-blue-bg {
    background: #EAF7F6;
}

.school-blue-bg h2 {
    color: #167583;
}

.school-dark-blue-bg {
    background: #30AFA9;
}

.school-dark-blue-bg h2, .school-dark-blue-bg p {
    color: white;
}

.orange-school-bg {
    background: #E2824E;
}

.orange-school-bg h2 {
    color: white;
    text-align: center;
}

.orange-school-bg h3 {
    color: white;
}

.orange-school-bg p {
    color: white;
}

.school-promo-page img {
    max-width: 100%;
}


.school-promo-page .individual-feature {
    display: block;
    clear: both;
    padding: 20px;
    margin-bottom: 12px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 3px;
}

.school-promo-page .left-side-feature-image {
    display: inline-block;
    float: left;
    max-width: 100%;
    margin-right: 50px;
}

.school-promo-page .right-side-feature-text {
    display: inline-block;
    width: 50%;
}

.school-promo-page .right-side-feature-text h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 26px;
}


.school-promo-page .right-side-feature-text p {
    font-size: 13px;
    margin-top: 10px;
}

.school-promo-page .features-block .column.large-6.medium-6:first-child {
    padding-right: 0px;
}

.school-promo-page .left-side-feature-image img {
    width: 145px;
}

.school-promo-page {
    display: block;
    clear: both;
}

.school-promo-page a.button.blue-button {
    background: #79B947;
    text-transform: uppercase;
    font-family: "kon-tiki-aloha-jf", sans-serif;
    padding: 13px 50px;
    border-radius: 5px;
    font-size: 25px;
    position: relative;
    margin-top: 10px;
}

.school-promo-page a.button.blue-button:hover {
    background: #76b545;
}

.top-bottom-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.school-two-column p {
    color: white;
}


.top-bottom-padding:nth-child(2) {
    padding-bottom: 0px;
}


.school-promo-page a.button.blue-button:after {
    content: "";
    background: url(https://3style.co.uk/wp-content/uploads/2020/01/button-arrow.svg);
    width: 18px;
    height: 21px;
    float: right;
    background-size: cover;
    background-position: center;
    position: relative;
    left: 20px;
    top: 2px;
}

.bg-imagery img.first-bg-img {
    position: absolute;
    left: -0px;
    opacity: 0.4;
    width: 40px;
    top: 40%;
}

.bg-imagery img.second-bg-img {
    position: absolute;
    right: 40px;
    opacity: 0.4;
    width: 40px;
    top: 40px;
}

.bg-imagery img.third-bg-img {
    position: absolute;
    right: 40px;
    opacity: 0.4;
    width: 40px;
    bottom: 40px;
}

.school-promo-page .column {
    position: relative;
}

.bg-imagery.bottom-bg-imagery img.third-bg-img {
    position: absolute;
    right: 40px;
    opacity: 0.4;
    width: 40px;
    bottom: -40px;
}

.bg-imagery.bottom-bg-imagery img.second-bg-img {
    position: absolute;
    right: 40px;
    opacity: 0.4;
    width: 40px;
    top: -0px;
}

.school-padding-left {
    padding-left: 80px;
}

.bg-imagery.blue-bg-imagery img.first-bg-img {
    position: absolute;
    left: -40px;
    opacity: 0.4;
    width: 60px;
    top: -30px;
}

.bg-imagery.blue-bg-imagery img.second-bg-img {
    position: absolute;
    right: 40px;
    opacity: 0.4;
    width: 50px;
    top: 30%;
}

.bg-imagery.blue-bg-imagery img.third-bg-img {
    position: absolute;
    left: -50px;
    opacity: 0.4;
    width: 60px;
    bottom: -20px;
}

.page-template-page-school-landing #horizontal-breaker hr {
    margin-top: 0;
}

.school-promo-page input#gform_submit_button_2 {
    background: #167583;
    text-transform: uppercase;
    font-family: "kon-tiki-aloha-jf", sans-serif;
    padding: 13px 50px;
    border-radius: 5px;
    font-size: 25px;
    position: relative;
    width: 100%;
}

.school-promo-page input#gform_submit_button_2:hover {
    background: #218b9a;
}

.school-promo-page input {
    box-shadow: none;
    border: 0;
    border-radius: 5px;
}

.school-promo-page label {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 12px !important;
}


.school-promo-page label span {
    color: white !important;
}

.school-promo-page .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.school-padding-right {
    padding-right: 100px;
}

* {padding:0;margin:0;box-sizing:border-box;}

.school-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.school-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.school-top-section {
    background: url(https://3style.co.uk/wp-content/uploads/2020/01/hero-photo-and-bg-new.jpg);
    background-position:center;
    background-size:cover;
}

.school-column:nth-child(2) {position: relative;z-index: 99;}

.school-column:nth-child(1) {padding-left: 150px;}



.school-top-section h1, .school-top-section p {
    color: white;
}

.school-promo-page div#gform_confirmation_message_2 {
    color: white;
    font-size: 40px;
}

.school-promo-page h1 span {
    font-size: 52px;
    display: block;
}

.page-template-page-business-landing .school-top-section {
    background: url(https://3style.co.uk/wp-content/uploads/2020/02/hero-photo-and-bg@2x-2.jpg);
    background-position: center;
    background-size: cover;
}

.business-promo-page .school-top-section h2 {
    color: white;
    font-size: 26px;
    margin-bottom: 5px;
}

.business-promo-page a.button.blue-button {
    background: #CC0317;
}

.business-promo-page a.button.blue-button:hover {
    background: #c30707;
}

.business-promo-page .business-red-bg {
    background: #FFF2F0;
}

.business-red-bg .top-col-padding {
    padding-top: 35px;
}
.school-promo-page input#gform_submit_button_3 {
    background: #CC0317;
    text-transform: uppercase;
    font-family: "kon-tiki-aloha-jf", sans-serif;
    padding: 13px 50px;
    border-radius: 5px;
    font-size: 25px;
    position: relative;
    width: 100%;
}

.school-promo-page input#gform_submit_button_3:hover {
    background: #bb0618;
}

.page-template-page-business-landing #horizontal-breaker hr {
    margin-top: 0;
}

.business-promo-page .testimonial-section h2 {
    color: white;
    text-align: center;
}

.business-promo-page .testimonial-section ul li {
    font-family: "Montserrat", sans-serif;
    color: white;
    text-align: center;
}

.business-promo-page .testimonial-section ul li p {
    font-family: "Montserrat", sans-serif;
    color: white;
    text-align: center;
    font-weight: bold;
    max-width: 60%;
    margin:0 auto;
    margin-top:30px;
    margin-bottom:30px;
}

.business-promo-page .testimonial-section ul li h5 {
    font-family: "Montserrat", sans-serif;
    color: white;
    text-align: center;
    font-weight: bold;
}

.business-promo-page .testimonial-section ul li h5 span {
    font-weight: normal;
    display:block;
    clear:both;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: transparent;
    border: 2px solid white;
    width: 14px;
    height: 14px;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: white;
    border: 2px solid white;
}

ul.lSPager.lSpg {
    margin-top: 50px !important;
}

.contact-page-template h1 {
    color: #B20000;
    font-size: 38px;
}

.wrapper.contact-page-template {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-page-template h2 {
    color: #B20000;
    font-size: 28px;
}

.contact-block {
    background: blue;
    border-radius: 4px;
    color: white;
    padding: 40px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}

.contact-block p {
    color: white;
    font-size: 17px;
    font-family: "proxima-nova";
    line-height: 23px;
}

.contact-block a {
    float: right;
    display: inline-block;
    background: white;
    padding: 3px 13px 3px 13px;
    border-radius: 4px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 20px;
}

.contact-block.contact-maintenance-block {
    background: #32ADA8;
    background: url(https://3style.co.uk/wp-content/uploads/2020/02/cogs@2x-2.png) #32ADA8;
    background-size: 250px;
    background-position: bottom -20px right -30px;
    background-repeat: no-repeat;
}

.contact-block.contact-warranty-block {
    background: #E85D4A;
    background: url(https://3style.co.uk/wp-content/uploads/2020/02/certificate@2x-2.png) #E85D4A;
    background-size: 200px;
    background-position: bottom -70px right 20px;
    background-repeat: no-repeat;
}

.contact-block.contact-maintenance-block a {
    color: #177680;
}

.contact-page-template p {
    font-family: "proxima-nova";
    font-size: 16px;
}

.contact-page-template .nf-form-fields-required {
    display: none;
}

.contact-page-template .nf-form-content .nf-field-label label {
    font-family: "proxima-nova";
    font-size: 16px;
}
.contact-page-template .nf-error-msg, .ninja-forms-req-symbol {
    color: grey;
}

.contact-page-template .nf-field-element input, .contact-page-template .nf-field-element select, .contact-page-template .nf-field-element textarea {
    border: 1px solid #F2D3DA;
    box-shadow: none;
    border-radius: 4px;
}

.contact-page-template input#nf-field-10 {
    background: #CC0317;
    text-transform: uppercase;
    font-family: "kon-tiki-aloha-jf", sans-serif;
    padding: 13px 50px;
    border-radius: 5px;
    font-size: 25px;
    position: relative;
    color: white;
    border: 0;
}

.contact-page-template .nf-field-element {
    text-align: left;
}

input#gform_submit_button_4 {
    background: #CC0317;
    text-transform: uppercase;
    font-family: "kon-tiki-aloha-jf", sans-serif;
    padding: 13px 50px;
    border-radius: 5px;
    font-size: 25px;
    position: relative;
    color: white;
    border: 0;
}

.contact-page-template .ginput_container input {
    border: 1px solid #F2D3DA;
    box-shadow: none;
    border-radius: 4px;
    font-family: "proxima-nova" !important;
}

.contact-page-template .ginput_container textarea {
    border: 1px solid #F2D3DA;
    box-shadow: none;
    border-radius: 4px;
    font-family: "proxima-nova" !important;
}

.contact-page-template label.gfield_label {
    font-family: "proxima-nova";
    font-size: 16px;
    color: #626262;
}

.single-post .blog-container .single-post-content p {
    font-size: 22px;
}

div#gform_confirmation_message_4 {
    margin-top: 20px;
    color: #B20000;
    font-size: 24px;
    border: 1px solid #ce0006;
    border-radius: 3px;
    padding: 20px;
}

.footer_widget:last-of-type {
    margin-top: 27px;
}

@media screen and (max-width: 992px) {
    .school-top-section {
        background: url(https://3style.co.uk/wp-content/uploads/2020/01/scooter-page-hero-text-bg@2x.jpg);
        background-position:center;
        background-size:cover;
    }
    .page-template-page-business-landing .school-top-section {
        background: url(https://3style.co.uk/wp-content/uploads/2020/02/hero-bg-mobile@2x.jpg);
        background-position:center;
        background-size:cover;
    }
    .page-template-page-business-landing .why-choose-us {
        background: url(https://3style.co.uk/wp-content/uploads/2020/02/why-choose-us-bg-mobile@2x.jpg) !important;
        background-position:center;
        background-size:cover;
    }
    .school-two-column .school-column {
        width: 100% !important;
    }
    .school-column:nth-child(1) {padding-left: 40px;padding-right:40px;}
    .school-column:nth-child(2) {display:none;}
    .school-padding-left {
        padding-right: 0px;
    }
    .school-padding-right {
        padding-right: 0px;
    }
}

.listing-items .listing-item-bottom-text {
    display: none;
}

.listing-items .listing-item:hover img {
    opacity: 0.6;
}

.page-id-6623 input#gform_submit_button_5 {
    background: #c81027;
    text-transform: uppercase;
    font-family: "kon-tiki-aloha-jf", sans-serif;
    padding: 13px 50px;
    border-radius: 5px;
    font-size: 25px;
    position: relative;
    width: 100%;
}

.page-id-6623 textarea#input_5_5 {
    max-height: 200px;
}

.page-id-6623 input#gform_submit_button_5:hover {
    background: #b7182c;
}

.page-id-6623 input, .page-id-6623 textarea {
    box-shadow: none;
    border: 0;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}

.page-id-6623 label {
    font-family: "Montserrat", sans-serif;
    font-size: 14px !important;
}


.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    background: #ca0920;
    border: 0;
    line-height: 1.3;
    font-weight: 700;
}

.gform_wrapper span.gform_drop_instructions {
    color: #111111;
    font-weight: 700;
}


.page-template-page-guides .blog-container h1 {
    text-align: center;
    color: #595a59;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 36px;
}

.page-template-page-guides .blog-container span.page-numbers.current {
    display: inline-block;
    font-size: 17px;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    text-align: center;
    background: #fd8721;
    padding-top: 8px;
}

.page-template-page-guides .blog-container .pagination a, .pagination button {
    display: inline-block;
    font-size: 17px;
    color: #fd8a28;
}

.page-template-page-guides .blog-container .page-numbers:after {
    display: none;
}

.page-template-page-guides .blog-container .pagination a:hover, .pagination button:hover {
    background: none;
}

.page-template-page-guides .blog-container a.next.page-numbers, .page-template-page-guides .blog-container a.prev.page-numbers {
    font-family: "Proxima-Nova";
    text-transform: uppercase;
    font-weight: bold;
}

.page-template-page-guides .blog-container nav.navigation.pagination {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-template-page-guides .blog-container a.next.page-numbers span, .page-template-page-guides .blog-container a.prev.page-numbers span {
    font-size: 25px;
}

.category .blog-container h1 {
    text-align: center;
    color: #595a59;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 36px;
}

.category .blog-container span.page-numbers.current {
    display: inline-block;
    font-size: 17px;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    text-align: center;
    background: #fd8721;
    padding-top: 8px;
}

.category .blog-container .pagination a, .pagination button {
    display: inline-block;
    font-size: 17px;
    color: #fd8a28;
}

.category .blog-container .page-numbers:after {
    display: none;
}

.category .blog-container .pagination a:hover, .pagination button:hover {
    background: none;
}

.category .blog-container a.next.page-numbers, .page-template-page-guides .blog-container a.prev.page-numbers {
    font-family: "Proxima-Nova";
    text-transform: uppercase;
    font-weight: bold;
}

.category .blog-container nav.navigation.pagination {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.category .blog-container a.next.page-numbers span, .page-template-page-guides .blog-container a.prev.page-numbers span {
    font-size: 25px;
}

div#gform_confirmation_message_5 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 14px;
    color: #C6162D;
    border: 1px solid #C6162D;
}

.maintenance-guide-image img {
    width: 200px;
    display: block;
}

.maintenance-guide-image {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.maintenance-guide-text {
    width: 100%;
    margin-top: 10px;
}

.maintenance-guide-text h2 {
    display: inline;
    font-size: 24px;
}

.maintenance-guide-text h2 a {
    color: #c81027;
}

.page-template-page-guides .flex-wrap {
    margin-bottom: 40px;
}

.category .flex-wrap {
    margin-bottom: 40px;
}

.guides-overview-page h1 {
    color: #c81027 !important;
}

.guides-overview-page p {
    font-weight: 400;
    font-family: "proxima-nova";
    font-size: 15px;
    color: #7A7A7A;
    text-align: center;
    margin-bottom: 20px;
}

.guides-overview-page .inner-smaller-container {
    max-width: 800px;
    margin: 0 auto;
}
.maintenance-guides-header {
    height: 300px;
}

.guides-overview-page .row .col-md-4 {
    width: 32%;
    display: inline-block;
}

.guides-overview-page .row {
    margin-bottom: 20px;
}

.guides-overview-page .row .col-md-4 .actual-block {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.guides-overview-page .row .col-md-4 {
    width: 32%;
    display: inline-block;
}

.guides-overview-page .row {
    margin-bottom: 40px;
}

.guides-overview-page .row .col-md-4 {
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}

.guides-overview-page .row .col-md-4 a {
    font-weight: 400;
    font-family: "proxima-nova";
    font-size: 15px;
    color: #7A7A7A;
    text-align: center;
    margin-top: 10px;
    display: block;
}

@media only screen and (max-width: 768px) {
    .blog-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .guides-overview-page .row .col-md-4 {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 992px) {

    .maintenance-guide-image img {
        width: 100%;
        margin-bottom: 20px;
    }


    .maintenance-guide-text h2 {
        width: 100%;
    }

    .maintenance-guide-text {
        padding: 0;
        text-align: center;
    }
}

h2.guide-related-parts {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}
h2.guide-related-parts a {
    font-size: 16px;
    text-decoration: none;
    color: grey;
    display: inline-block;
    position: relative;
    bottom: 10px;
}

h2.guide-related-parts a img {
    width: 55px;
    margin-top: 0;
}

.single-guide-container h1 {
    text-align:  left;
    margin-bottom: 20px;
    color: #c81027;
    font-size: 42px;
}

.single-guide-container .single-post-content {
    width: 100%;
    max-width: 100%;
}

.single-guide-step-image {
    display: inline-block;
    margin-right: 10px;
}

.single-guide-step-text {
    display: inline-block;
    max-width: 65%;
    margin-left: 2%;
}

.single-guide-step-wrap {
    margin-bottom: 40px;
}

.single-guide .single-post-content p {
    font-size: 22px;
}

h2.guide-related-parts a {
    font-size: 19px;
}

a.lightbox-img {
    width: 100%;
    height: 100%;
    display: block;
}

.lightbox-img img {
    margin: 0;
}

.single-guide-step-wrap {
    margin-top: 10px;
}

.single-guide-step-text {
    vertical-align: top;
}

a.lightbox-img::before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    z-index: 99;
    font-size: 34px;
    color: white;
    bottom: 5%;
    right: 5%;
}

.single-guide-step-image {
    position: relative;
}

.img-blk-overlay {
    background: rgb(0 0 0 / 0.1);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
    transition: all 0.3s;
}

a.lightbox-img:hover .img-blk-overlay {
    background: none;
}

.page-id-13678 h1 {
    background: #EC651B;
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    max-width: 534px;
    margin: 0 auto;
    display: block;
    top: -30px;
    position: relative;
    border-radius: 4px;
    border-bottom: 0;
    margin-top: 40px;
}

h2.form-heading {
    background: #EC651B;
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    max-width: 534px;
    margin: 0 auto;
    display: block;
    top: -30px;
    position: relative;
    border-radius: 4px;
    border-bottom: 0;
    margin-top: 40px;
}

.extra-form h3 {
    font-size: 20px;
    letter-spacing: 0px;
    background: #888888;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.inner-form {
    background: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /* margin-bottom: -90px; */
}

.inner-inner-form {
    padding-left: 20px;
    padding-right: 20px;
}

.contact-page-template .inner-inner-form label.gfield_label {
    margin-top: -10px;
    font-weight: normal !important;
}

.inner-inner-form .ginput_container.ginput_container_text, .inner-inner-form .ginput_container.ginput_container_email {
    margin-top: 20px !important;
}

.contact-page-template .ginput_container input, .contact-page-template .ginput_container textarea {
    color: #EC651B;
    border-color: #EC651B;
}

.inner-inner-form .gform_button {
    background: #EC651B !important;
    margin: 0 auto !important;
    height: auto;
}

.inner-inner-form .gform_footer.top_label {
    text-align: center;
    position: relative;
    top: 85px;
}

.extra-form.bottom-relative-form {
    padding-bottom: 80px;
}

.inner-inner-form .gform_body {
    margin-bottom: -60px;
}

.inner-inner-form .validation_message {
    display: none;
}

.inner-inner-form .gform_wrapper li.gfield.gfield_error, .inner-inner-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0;
    background: none;
    border: none;
}

.inner-inner-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .inner-inner-form .gform_wrapper li.gfield_error textarea {
    border-color: #a22929 !important;
}

.inner-inner-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .inner-inner-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

.woocommerce-message .message-container {
    max-width: 50%;
        top: 30%;
    height: 50%;
}

div#successMessage {
    font-size: 40px;
    color: #ee6500;
    display:none;
    margin-top: 20px;
}

p.asterix {
    font-family: "proxima-nova";
    text-align: left;
    color: #7a7a7a;
    font-size: 11px;
    font-weight: 500;
    padding-top: 5px;
}



.page-id-6623 .inner-inner-form label.gfield_label {
    margin-top: -10px;
    font-weight: normal !important;
}

.page-id-6623 .ginput_container input, .page-id-6623 .ginput_container textarea {
    color: #EC651B;
    border-color: #EC651B;
}

.page-id-6623 input#gform_browse_button_5_6 {
    color: white;
    margin-top: 20px;
}

.page-id-6623 .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    border: 1px solid #EC651B;;
}

.page-id-6623 input#gform_submit_button_5 {
    width: auto;
}

.page-id-6623 .extra-form.bottom-relative-form {
    margin-bottom: 20px;
}

.gfield.custom-top-label {
    margin-top: -10px !important;
}

header ul#site-header-cart {
    display: none;
}

header .header-basket {
    margin-top: 15px;
}

.feature-stock {
    display: none;
}

.woocommerce div.product form.cart .button {
    display: none;
}

.single-product .add-to-basket.share-icons {
    display: none;
}


.colour-options {
    margin-top: 0;
}

img.buy-now-button {
    margin-left: 0 !important;
    max-width: 200px;
    margin-bottom: 20px;
}

.woocommerce div.product form.cart {
    display: none;
}