/*
Theme Name: ReadyForAI
Description: Webdesign & design systems
Version: 1.1
Author: P. Huizinga at HZNG - hzng.nl
*/

/* Reset */
/* Handled by reset.css from https://github.com/murtaugh/HTML5-Reset */

/* GENERAL */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
	outline: none;
}
*,html,body {
    font-family: "Poppins", sans-serif;
	-moz-appearance: none;
	-webkit-appearance: none;
    font-size: 17px;
    line-height: 28px;
	font-weight: 400;
}
html {
    width: 100%;
    display: block;
    overflow-x: hidden;
}
input {
	font-family: inherit;
}
body {
    background: #FBFBF9;
    overflow-x: hidden;
    display: block;
    padding-top: 90px;
}
    body.single-product {
        background: #FFF;
    }
    body.dark-mode {
        background:#222;
        color: #FFF;
    }

hr {
	border-style: solid none none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
}
/* FONTS */
p,a,ul li, h1, h2, h3, h4, h5, h6, strong, i, em {
    color: #222;
}
h1 span,
h1 em,
h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 125%;
    margin: 25px 0px;
}
    .buy-now h2,
    h1.title {
        font-size: 72px;
        font-weight: 600;
        line-height: 84px;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        background-image: url('assets/background.jpg');
        background-size: cover;
    }
    .product h1 {
        text-transform: initial;
    }
h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    margin: 0 0 20px;
}

h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    margin: 15px 0 5px;
}

h4{
    font-weight: 500;
    font-size: 22px;
    line-height: 125%;
    margin: 12px 0 4px;
}
    h4.label {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 2px;
        margin: 0 0 15px;
        opacity: 0.75;
    }
h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    margin: 10px 0 3px;
}
li a,
li,
p *,
p {
    font-size: inherit;
}
p {
    margin-bottom: 15px;
}
.text-center,
.text-center * {
    text-align: center;
}
strong {
    font-weight: 600;
}
/* GRID */

.row {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    padding: 60px 0;
}

.container {
    width: 100%;
    max-width: 1250px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.vh-100  {
    height: 100vh;
}
.vh-75  {
    height: 75vh;
}
.vh-50  {
    height: 50vh;
}
.min-height  {
    min-height: 400px;
}
.vw-100  {
    width: 100vw;
}
.flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.center,
.flex-center {
    justify-content: center;
}
.flex-stretch{
    align-content: stretch;
}
.space-between,
.flex-space-between{
    justify-content: space-between;
}
.flex-end{
    justify-content: flex-end;
}
.flex-self-end{
    align-self: flex-end;
}
.flex-space-around{
    justify-content: space-around;
}
.flex-space-evenly{
    justify-content: space-evenly;
}
.flex-v-align-center{
    align-items: center;
}
.flex-v-align-bottom{
    align-items: flex-end;
}
.flex-stretch {
    align-items: stretch;
}
.flex-v-align-top{
    align-items: flex-start;
}
.flex-h-align-left{
    justify-content: left;
}
.flex-h-align-center{
    justify-content: center;
}

.flex-h-align-right {
    justify-content: right;
}
.flex-column-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.flex-no-wrap  {
    flex-wrap: nowrap;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex-grow-2 {
    flex-grow: 2;
}
.flex-grow-3 {
    flex-grow: 3;
}
.flex-grow-4 {
    flex-grow: 4;
}
.flex-grow-5 {
    flex-grow: 5;
}
.flex-grow-6 {
    flex-grow: 6;
}

/* PADDING ON THE COLUMNS */

div[class*="col-"] {
    padding: 0px 20px;
    position: relative;
    z-index: 1;
}
.no-padding > div[class*="col-"] {
    padding: 0;
}
.extra-padding div[class*="col-"] {
    padding: 0 40px;
}
.no-self-padding {
    padding: 0!important;
}
*.padding {
    padding: 25px 30px;
}
.border-radius  {
    border-radius: 3px;
    overflow: hidden;
}

/* COLUMNS */

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.col-45 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}
.col-5 {
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.small-screen-only {
    display: none;
}
.large-screen-only {
    display: block;
}
.pull-right {
    float: right;
}
.sticky {
    position: sticky!important;
    top: 90px;
}
/* GENERAL */

.whole-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 200;
}

/* CSS FOR TOGGLE BUTTON */

.toggle-menu {
    display: none;
    width: 80px;
    height: 80px;
    cursor: pointer;
    padding: 0!important;
    right: 0px;
    top: 0;
    margin: 0!important;
    margin-left: 20px!important;
    position: absolute;
    transition: all .2s ease-in-out;
}

    .toggle-menu .bar{
        width: 25px;
        height: 2px;
        position: absolute;
        background: #202223;
        border-radius: 4px;
        transition: all .2s ease-in-out;

    }
        .toggle-menu .bar.top-bar{
            top: 32px;
            left: 27px;
        }
        .toggle-menu .bar.middle-bar{
            top: 50%;
            margin-top: -1px /*height of bar / 2*/ ;
            left: 27px;
            width: 14px;
        }
        .toggle-menu .bar.bottom-bar{
            bottom: 32px;
            left: 27px;
        }

        .menu-active .toggle-menu .bar.top-bar{
            transform: rotate(45deg);
            transform-origin: 0 0;
        }
        .menu-active .toggle-menu .bar.middle-bar{
            opacity: 0;
        }
        .menu-active .toggle-menu .bar.bottom-bar{
            transform: rotate(-45deg);
            transform-origin: 0 100%;
        }
        .menu-active .toggle-menu .bar.top-bar,
        .menu-active .toggle-menu .bar.bottom-bar {
            width: 21px;
            left: 32px;
        }

.row.jumbotron {
    min-height: 750px;
    padding: 60px 0 0;
}
.blocklabel {
    background: #222;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
}
    .blocklabel.small {
        margin-bottom: 0px;
        font-size: 14px;
        padding: 0px 12px;
        border-radius: 7px;
        float: right;
    }

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

.wrapper {
    background: #FFF;
}
.wrapper.dark {
    background: #222;
}
.wrapper.dark p,
.wrapper.dark ul li {
    color: #BBB;
}
.wrapper.dark h3,
.wrapper.dark strong{
    color: #FFFFFF;
}


    .buy-now svg {
        width: 60px;
        height: 60px;
    }

/* MAIN MENU DESKTOP */

@media (min-width:1050px) {
    .zoomed {
        display: block;
    }
    .row.main-menu {
        padding: 0;
        margin: 0;
        z-index: 1000;
        overflow: visible;
        background: #FBFBF9E6;
        padding: 15px 0;
        position: fixed;
        top: 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
    .main-menu .menu {
        display: flex;
    }
        .ctas a,
        .main-menu .menu a {
            text-decoration: none;
            line-height: 40px;
            padding: 0 15px;
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
            border-radius: 30px;
            transition: opacity 0.2s ease-in-out;
        }   
        .main-menu .menu > li > a {
            margin: 0 5px;
        }
        .main-menu .menu .cta-ghost a {
            background: gold;
            border: 0;
        }

            .main-menu .menu .menu-item {
                position: relative;
                list-style: none;
            }

                .main-menu .menu .menu-item > a:hover,
                .main-menu .menu .menu-item.current-page-parent > a,
                .main-menu .menu .menu-item.current-menu-item > a,
                .main-menu .menu .menu-item.menu-item-has-children:hover > a {
                    background: #FFF;
                }

                .main-menu .menu > .menu-item:hover > a {
                    opacity: 0.75;
                }

                .main-menu .menu .menu-item.menu-item-has-children a {
                    position: relative;
                    padding-right: 30px;
                }
                .main-menu .menu .menu-item.menu-item-has-children > a:after {
                    content: "";
                    display: block;
                    width:  10px;
                    height: 10px;
                    border-bottom: 1px solid;
                    border-left: 1px solid;
                    transform: rotate(-45deg);
                    position: absolute;
                    right: 12px;
                    top: 50%;
                    margin-top: -7px;
                    transition: all 0.2s ease-in-out;
                }
                .main-menu .menu .menu-item.cta:hover a {
                    background: #F5F5F5;
                    color: #1c1c1c;
                }
        .main-menu .menu > li.menu-item {
            padding: 0 0 5px 0;
        }
        .main-menu .menu .menu-item.menu-item-has-children .sub-menu {
            position: absolute;
            left: -9999px;
            width: 260px;
            background: #FFF;
            z-index: 100;
            opacity: 0;
            top:  50px;
            border-radius: 10px;
            box-shadow: 0px 3px 9px rgba(0,0,0,0.15);
            transition: opacity 0.2s ease-in-out 0s, top 0.2s ease-in-out;
        }
            .main-menu .menu .menu-item.menu-item-has-children:hover .sub-menu {
                left: -5px;
                opacity: 1;
                top: 45px;
            }

                .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
                    width: 100%;
                    line-height: 30px;
                    padding: 7px 20px;
                    border-radius: 0;
                }
}

/* MAIN MENU MOBILE */

@media (max-width:1049px) {
    .toggle-menu {
        z-index: 990;
    }
    .row.main-menu {
        height: 80px;
        border-bottom: 1px solid #DDD;
        position: fixed;
        top: 0;
        left: 0;
        background: #FFF;
        width: 100vw;
        padding: 0;
        margin:0;
        z-index: 990;
        overflow: visible;
        transition: background 0.2s ease-in-out;
    }
        .row.main-menu .container {
            height: 100%;
            width: 100%!important;
            padding: 0 20px;
        }
        .row.main-menu .col-12 {
            height: 100%;
            width: 100%!important;
            padding: 0;
        }
        .row.main-menu #menu-hoofdmenu.menu {
            overflow-y: scroll;
            position: fixed;
            left: -9999px;
            top: 80px;
            opacity: 0;
            width: 100vw;
            height: calc(100vh - 80px);
            background: #FFF;
            transition: opacity .2s ease-in-out;
            padding-top: 20px;
        }
            .menu-active .row.main-menu  #menu-hoofdmenu.menu {
                left: 0;
                opacity: 1;
                transition: opacity .2s ease-in-out;
            }
                .main-menu .menu a {
                    text-decoration: none;
                    line-height: 70px;
                    padding: 0 25px 0 15px;
                    font-size: 125%;
                    color: #1c1c1c;
                    width: 100%;
                    display: inline-block;
                    transition: padding .4s ease-in-out;
                }
                .main-menu .menu .menu-item.menu-item-has-children > a:after {
                    content: "";
                    display: block;
                    width:  10px;
                    height: 10px;
                    border-bottom: 2px solid;
                    border-left:2px solid;
                    transform: rotate(-45deg);
                    position: absolute;
                    right: 35px;
                    top: 37px;
                    margin-top: -7px;
                    transition: all 0.4s ease-in-out;
                    opacity: 0;
                }

                .menu-active .main-menu .menu .menu-item.menu-item-has-children > a:after {
                    opacity: 1;
                }


                .main-menu .menu .menu-item {
                    position: relative;
                }

                    .main-menu .menu .menu-item.current-menu-item > a {
                        color: gold;
                    }

                .main-menu .menu .menu-item.menu-item-has-children .sub-menu {
                    display: none;
                }
                    .main-menu .menu .menu-item.menu-item-has-children:hover .sub-menu {
                        display: block;
                    }

                    .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
                        width: 100%;
                        padding-left: 40px;
                        line-height: 50px;
                        font-size: 95%;
                    }
                    .main-menu .menu .menu-item.cta a {
                        background: none;
                        border-radius: 50px;
                        margin: 10px;
                        padding: 0 12px;
                        color: #1c1c1c;
                        text-align: center;
                        width: calc(100% - 20px);
                        transition: all 0.4s ease-in-out;
                    }
                    .menu-active .main-menu .menu .menu-item.cta a {
                        background: gold;
                        transition: all 0.4s ease-in-out;

                    }


    .menu-active .row.main-menu #menu-hoofdmenu.menu,
    .menu-active .row.main-menu {
        background: #1c1c1c;
        border:0;
    }

    .menu-active .toggle-menu .bar{
        background: #FFF;
    }
    .menu-active .logo svg *,
    .menu-active .logo svg{
        fill: #FFF;
    }
    .menu-active  .main-menu .menu a {
        color: #FFF;
        padding-left:25px;
    }

        .menu-active  .main-menu .menu a {
            color: #FFF;
        }
}

/* LANG MENU DESKTOP */

@media (min-width:1050px) {
    .menu-language-container {
        width: 50px;
        height: 50px;
        overflow: hidden;
        position: absolute;
        right: 20px;
        background: #F8F8F7;
        border-radius: 5px;
        padding-bottom: 10px;
    }
    .menu-language-container:hover {
        height: auto;
    }
    .menu-language-container .current-lang a:after {
        content: "";
        display: block;
        width:  6px;
        height: 6px;
        border-bottom: 1px solid;
        border-left: 1px solid;
        transform: rotate(-45deg);
        position: absolute;
        right: 10px;
        top: 20px;
        transition: all 0.2s ease-in-out;
    }
    .menu-language-container .current-lang a:hover:after {
        border-color: gold;
    }
    .main-menu #menu-language {
        flex-direction: column;
    }
        .main-menu #menu-language .current-lang {
            order: -1;
        }
    .main-menu #menu-language .lang-item a{
        text-indent: -9999px;
        height: 40px;
        padding: 0 7px;
    }
    .main-menu #menu-language a:before {
        display: block;
        position: absolute;
        width: 40px;
        text-indent: 0px;
        font-size: 14px;
    }
        .main-menu #menu-language .lang-item-en a:before {
            content: "en";
        }
        .main-menu #menu-language .lang-item-nl a:before {
            content: "nl";
        }
        .main-menu #menu-language .lang-item-es a:before {
            content: "es";
        }
        .main-menu #menu-language .lang-item-de a:before {
            content: "de";
        }

}
@media (max-width:1049px) {
    .menu-language-container {
        width: 65px;
        height: 50px;
        position: absolute;
        right: 60px;
        background: #F8F8F7;
        border-radius: 5px;
        padding-bottom: 10px;
        top: 15px;
        list-style: none;
        line-height: 50px!important;
        overflow: hidden;
    }
    .menu-language-container:hover {
        height: auto;
    }
    .menu-language-container .current-lang a:after {
        content: "";
        display: block;
        width:  6px;
        height: 6px;
        border-bottom: 1px solid;
        border-left: 1px solid;
        transform: rotate(-45deg);
        position: absolute;
        right: 10px;
        top: 20px;
        transition: all 0.2s ease-in-out;
    }
    .menu-language-container .current-lang a:hover:after {
        border-color: gold;
    }
    .main-menu #menu-language {
        flex-direction: column;
        display: flex;
        list-style: none;
        overflow-x: hidden;
    }
    .main-menu #menu-language .current-lang {
        order: -1;
    }
    .main-menu #menu-language .lang-item a{
        text-indent: -9999px;
        height: 50px;
        padding: 0 10px;
        line-height: 50px!important;
    }
        .menu-active .main-menu #menu-language .lang-item a {
            color: #1c1c1c;
        }
    .main-menu #menu-language a:before {
        display: block;
        position: absolute;
        width: 100%;
        text-indent: 0px;
        font-size: 14px;
    }
    .main-menu #menu-language .lang-item-en a:before {
        content: "en";
    }
    .main-menu #menu-language .lang-item-nl a:before {
        content: "nl";
    }
    .main-menu #menu-language .lang-item-es a:before {
        content: "es";
    }
    .main-menu #menu-language .lang-item-de a:before {
        content: "de";
    }
}

/* FOOTER MENU DESKTOP */

footer {
    background: #222;

}
    footer .row {
        padding: 15px 0;
    }
    footer * {
        color: #FFF;
    }
    footer svg * {
        fill: #FFF!important;
    }
    footer a {
        font-size: 14px;
        opacity: 0.75;
    }
.sub-footer {
    font-size: 80%;
}
.sub-footer .copyright {
    text-align: right;
}
@media (min-width:1024px) {
    .sub-footer .menu,
    .footer-menu .menu {
        display: flex;
    }
    .sub-footer .menu a,
    .footer-menu .menu a {
        text-decoration: none;
        padding: 0 0 0 20px;
        display: inline-block;
    }

    .footer-menu .menu .menu-item {
        position: relative;
    }
}

/* FOOTER MOBILE */

@media (max-width:1023px) {
    .footer-menu .col-12{
        flex-direction: column;
    }
    footer .copyright {
        margin-top: 30px;
    }
        .footer-menu .menu a {
            text-decoration: none;
            padding: 0;
            line-height: 40px;
            display: inline-block;
        }
}

.btn {

}
.wpforms-submit{
    background: #1c1c1c!important;
    color: #fff!important;
    padding: 10px 30px!important;
    cursor: pointer!important;
    line-height: 35px!important;
    text-decoration: none!important;
    margin-top: 10px!important;
    display: inline-block!important;
    font-size: 90%!important;
    border: 0!important;
    text-transform: uppercase!important;
    font-weight: 500!important;
    border-radius: 3px!important;
    letter-spacing: 1px!important;
}
.btn.small {
    padding: 0 10px!important;

    font-size: 80%!important;
}
.intro p,
p.intro {
    font-size: 19px;
    line-height: 32px;
}

/* SVG LOGO */

.logo {
    line-height: 20px;
}
.logo svg {
    width: 180px;
    height: 60px;
    line-height: 20px;
	}

/*  GRID ITEMS */

.item-grid,
.page-grid,
.post-grid {
    margin-top: 40px;
    padding: 0 25px;
    width: 33.3333%;
    position: relative;
}

.tags {
        margin: 10px 0;
    }
        .tags .tag {
            margin: 0 10px 0 0;
            font-size: 75%;
            font-weight: 500;
        }
            .tags .tag {
                opacity: 0.5;
            }

/* SECTIONS */

.shoppingbag {
    width: 35px;
    height: 47px;
    background: url('assets/cart-not-empty.png') center center no-repeat;
    background-size: cover;
    text-decoration: none;
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
    font-size: 14px;
    margin-left: 20px;
}
    .shoppingbag.items0 {
        background: url('assets/cart-empty.png') center center no-repeat;
        background-size: cover;
    }

/* CATEGORIES */

ul.categories {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    list-style: none;
    }
    ul.categories li a{
        margin-right: 10px;
        white-space: nowrap;
    }

/* IMAGE SLIDER */

.row.product-images {
    overflow: visible;
    margin-top: -100px;
}
.main-images {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}
    .single .main-images {
        margin-top: -100px;
    }
        .main-images .image img{
            width: 100%;
        }
    .product-images .slick-arrow {
        text-indent: -9999px;
        border: 0;
        background: none;
        height: 67px;
        border-radius: 50%;
        width: 67px;
        position: absolute;
        top: 25%;
        z-index: 10;
        }
    .product-images .slick-arrow.slick-disabled {
        opacity: 0.25;
        }
        .product-images .slick-arrow.slick-prev {
            left: 30px;
            background: url("assets/large-arrow-back.svg");
            background-size: contain;
            background-repeat: no-repeat;
        }
        .product-images .slick-arrow.slick-next {
            right: 30px;
            background: url("assets/large-arrow.svg");
            background-size: contain;
            background-repeat: no-repeat;
        }
            .navigation {
                position: absolute;
                left: calc(33.3333% + 40px);
                bottom: -70px;
                z-index: 100;
            }
            .navigation .slick-track {
                transform: translate3d(0px, 0px, 0px) !important;
             }
            .navigation .thumb {
                float: left;
                padding: 0 10px;
            }
            .navigation .thumb img{
                width: 150px;
            }

/* WRAPPERS */

.wrapper {
    padding: 15px 0 30px;
}
    .product.wrapper {
        padding: 0;
    }
article.content {
    min-height: 75vh;
    margin-bottom: 60px;
}


.desc p.notice {
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 15px 0;
    opacity: 0.75;
    line-height: 17px;
    padding-left: 25px;
}
.desc p.notice::before {
        content: "i";
        text-transform: initial;
        width: 16px;
        height: 16px;
        display: inline-block;
        text-align: center;
        line-height: 16px;
        margin-right: 10px;
        background: #1c1c1c;
        color: #FFF;
        border-radius: 50%;
        position: absolute;
        left:0;
        top:50%;
        margin-top: -8px;
    }

/* ADD TO CART */

.row.product-specs.specs-boxalt {
    margin-top: -430px;
}
.row.product-specs .col-5,
.row.product-specs .col-4 {
}
.single-product .cart .quantity {
    display: none!important;
}
a.shop-these,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button {
    width: 100%;
    background: #1c1c1c;
    color: #FFF;
    opacity: 1;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    text-decoration: none;
}

a.shop-these {
    max-width: 300px; font-size: 100%;
    margin: 0;
    line-height: 45px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    margin-top: 20px;
}

.woocommerce-order > section,
.woocommerce-order > p,
.woocommerce-order > ul {
    padding: 20px 30px;
    margin: 0!important;
}

.woocommerce-order ul.woocommerce-order-overview {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 0;
}
.wc-bacs-bank-details.order_details {
    padding: 0;
}
.wc-bacs-bank-details.order_details li,
.woocommerce-order ul.woocommerce-order-overview li {
    padding: 20px 30px;
    margin: 0!important;
    border: 0!important;
}
.woocommerce-order > section {
    display: block;
}
.woocommerce ul.order_details,
.woocommerce-order h2{
    width: 100%;
    margin: 0 0 20px!important;
}
.woocommerce-order h2{
    text-transform: initial;
    font-size: 24px;
}
.woocommerce-order h3{
    text-transform: initial;
    font-size: 18px;
}

/* GLOBALS  */

.clear-with-margin {
    width: 100%;
    display: block;
    margin: 20px 0
}
/** 
.background {
    width: 100%;
    height: 150vh;
    position: absolute;
    left: 0;
    top: 0px;
    overflow: hidden;
}
    .single .background {
        z-index: -1;
    }
    .decals.background {
        max-height: 700px;
    }
      .background::before {
        width: 150vw;
        height: 1200px;
        background: #D9EEF780;
        transform: rotate(15deg);
        content: "";
        display: block;
        top: -500px;
        left: -8vw;
        position: absolute;
     }
    .page .background,
    .home .background {
        height: 100vh;
    }
    body.archive .background:before,
    body.page-checkout .background:before,
    body.page-cart .background:before,
    .background.decals:before,
    .page .background::before,
    .home .background::before {
        top: -750px;
    }

    .single .background::after,
    .single-product .background::after {
        content: attr(title);
        display: block;
        font-weight: 600;
        color: #FFF;
        width: 100%;
        font-size: 13vw;
        line-height: 100%;
        position: absolute;
        opacity: 0.5;
        text-align: right;
        top: 220px;
    .single-product .decals.background::after {
        top: 100px;
    }
    }**/
    
.what ul {
    margin-left: 25px;
    margin-bottom: 20px;
}
ul.usps {
    display: table;
    margin: 0 auto;
    list-style: none;
}
    ul.usps li{
        float: left;
        position: relative;
        padding-left: 35px;
        font-size: 16px;
        margin-right: 20px;
    }
    ul.usps.small li{
        font-size: 14px;
        line-height: 25px;
        padding-left: 25px;
        color: #999;
    }
        ul.usps li:before{
            display: block;
            content: "";
            width: 20px;
            height: 20px;
            background-image: url("assets/star.svg");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 5px;
        }
        ul.usps.small li:before{
            width: 15px;
            height: 15px;
        }


.post-list .post-list-item {
    padding: 10px 20px;
    background: #FFF;
    margin-bottom: 10px;
}

#menu-legal,
#menu-footer {
    margin: 0;
    list-style: none;
    display: flex;
}
#menu-footer li {
    margin-left: 20px;
}
.reviews h3{
    margin-bottom: 30px;
}
.reviews .review-title {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0.75;
    display: block;
    margin: 0 0 15px;
    padding: 0;
}
.reviews .review .wrapper{
    background: #D9EEF7;
    position: relative;
    padding: 20px 30px 15px;
    margin-bottom: 20px;
}

.reviews .review .wrapper:after{
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #D9EEF7;
    transform: rotate(-45deg);
    bottom: -10px;
    left: 35px;
}
/* WP FORMS */

.wpforms-field input {
    max-width: 100%!important;
    width: 100%!important;
    line-height: 45px!important;
    height: 45px!important;
}

/* PRODUCT GRID */

.product-wrapper {
    position: relative;
    overflow: hidden;
    padding: 10px 30px 20px;
    background: #FFF;
    margin-bottom: 40px;
}
    .decals .product-wrapper {
        min-height: 460px;
    }
    .boxalt .product-wrapper .product-background{
        width: 1000px;
        height: 400px;
        background: #D9EEF7;
        transform: rotate(15deg);
        position: absolute;
        left: 50%;
        margin-left: -500px;
        bottom: 100%;
        overflow: hidden;
        margin-bottom: -150px;
        z-index: 0;
    }
        .boxalt .product-wrapper .product-background::after {
            display: block;
            content: attr(title);
            font-weight: 600;
            color: #D9EEF7;
            width: 800px;
            left: 50%;
            transform: rotate(-15deg);
            margin-left: -400px;
            font-size: 80px;
            line-height: 100%;
            mix-blend-mode: multiply;
            position: absolute;
            bottom: -30px;
            opacity: 0.5;
            text-align: center;
        }
.blue-info {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 2px;
    opacity: 0.75;
    margin-top: 20px;
}
.product-wrapper h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0px;
}
    .decals .product-wrapper h2 {
        padding-right: 0px;
    }
    .decal_type {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2px;
        opacity: 0.75;
        display: block;
        margin-top: 10px;
    }
    .woocommerce div.product .product_title {
        margin-bottom: 10px;
        font-size: 40px;
    }
        .woocommerce div.product .product_title:before {
            margin-left: 3px;
            margin-bottom: -10px;
        }
    .woocommerce div.product .stock {
        color: #39B54A;
    }
    .product-wrapper a {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-content: flex-end;
    }
    .product-wrapper a > img{
        position: relative;
        left: -20px;
        z-index: 100;
        max-width: calc(100% + 40px);
        width: calc(100% + 40px);
        background: #D9EEF7;
    }
    .single .decalsheet,
    .product-wrapper .decalsheet {
        position: absolute;
        width: 100px;
        bottom: 30px;
        right: 30px;
        z-index: 200;
        padding: 3px;
    }
    .product-wrapper .real_car {
        position: absolute;
        width: 55%;
        bottom: 160px;
        right: 15px;
        z-index: 200;
        transform: rotate(3deg);
        padding: 5px 5px 20px 5px;
        background:#FFF;
        box-shadow: 0 10px 10px -5px rgba(0,0,0,0.15);
    }

    .product-wrapper .add_to_cart_button {
        display: none!important;
    }
    .price {
        opacity: 0.75;
    }
    .price * {
        font-size: 16px;
        font-weight: 500;
    }

    .woocommerce div.product form.cart .variations {
        border-top: 1px solid #DDD;
    }
    .woocommerce div.product form.cart .variations .value,
    .woocommerce div.product form.cart .variations .label {
        width: 100%;
        display: block;
    }
    .woocommerce div.product form.cart .variations label {
        text-align: left;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2px;
        opacity: 0.75;
        display: block;
        margin-top: 10px;
    }
    .woocommerce div.product form.cart .variations .value select {
        display: none;
    }
    .woocommerce div.product form.cart .variations .variation-radios label {
        border: 1px solid #DDD;
        padding: 0 15px;
        line-height: 40px;
        display: inline-block;
        opacity: 1;
        border-radius: 4px;
        margin: 0 5px 5px 0;
        font-size: 13px;
        position: relative;
    }
    .woocommerce div.product form.cart .variations .reset_variations,
    .woocommerce div.product form.cart .variations .variation-radios input {
            display: none!important;
    }
    .woocommerce div.product form.cart .variations .variation-radios input:checked + label {
        background: #6AB8D3;
        color: #FFF;
        border: 1px solid #6AB8D3;
        outline: #D9EEF7;
        position: relative;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        color: #1c1c1c;
    }
    .woocommerce-variation-price .price  {
        opacity: 1;
    }
    .woocommerce-variation-price .price *  {
        font-size: 28px;
    }
    .specs-decals .main-images  {
        margin-top: 60px;
    }
    .specs-decals .main-images  .image {
        position: relative;
    }

    .single-product .main-images  .image {
        max-width: 1200px;
        float: none;
        margin: 0 auto;
        display: table;
        background: #D9EEF7;
    }
    .specs-decals .main-images  .image:before {
        position: absolute;
        content:"";
        background-image: url("assets/watermark.gif");
        background-size: 25px;
        background-position: center center;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 0.15;
    }

    .specs-decals .real_car {
        position: absolute;
        width: 50%;
        bottom:-30px;
        right: 0;
        z-index: 200;
        transform: rotate(3deg);
        padding: 10px 10px 40px 10px;
        background:#FFF;
        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.15);
    }


/* NOTIFS */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border: 0;
    background: rgba(255,255,255,0.9);
    padding: 5px 5px 5px 50px;
}
.woocommerce-notices-wrapper {
}
.woocommerce-notices-wrapper + p,
.woocommerce-notices-wrapper * {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 1;
    line-height: 45px;
    display: block;

}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 5px;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button:hover {
    padding: 0 20px;
    background: #1c1c1c;
    color: #FFF;
    opacity: 1;
    font-weight: 600;
    line-height: 45px;
    min-height: 45px;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
}
.return-to-shop a:hover,
.return-to-shop a {
    padding: 0 20px!important;
    font-size: 13px!important;
    height: 42px!important;
    background: #1c1c1c!important;
    color: #FFF!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    opacity: 1!important;
    line-height: 42px!important;
}

/* CART & CHECKOUT*/

.woocommerce-checkout .content .container .left {
    padding-left: 0;
}
.woocommerce-checkout .content .container .right {
    padding-right: 0;
}
.woocommerce-checkout .content .container .left h3,
.woocommerce-checkout .content .container .right h3 {
    font-size: 24px;
    margin: 0 0 15px;
}
.cart_totals h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.shop_table {
    border: 1px solid #DDD;
}
    .shop_table tr{
        background: #FFF;
    }
        .shop_table th{
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 1px;
        }
        #add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
            line-height: 30px;

        }
        .shop_table tr td{
            vertical-align: middle;
        }
        .woocommerce-checkout input,
        .shop_table tr input{
            border: 1px solid #DDD;
            line-height: 35px;
            padding: 0 10px;
            background: #FFF;
        }
        .shop_table tr input#coupon_code {
            line-height: 30px;
            width: 200px;
        }
        .shop_table th.product-remove {
        width: 40px;
    }
    .shop_table th.product-thumbnail {
        width: 60px;
    }
    .shop_table td.product-quantity,
    .shop_table td.product-price,
    .shop_table td.product-subtotal {
        width: 100px;
    }
    .fee td,
    .shop_table.woocommerce-checkout-review-order-table td.product-total,
    .shop_table.woocommerce-checkout-review-order-table th.product-total,
    .shop_table tr.order-total td,
    .shop_table tr.woocommerce-shipping-totals.shipping td,
    .shop_table tr.cart-subtotal td,
    .shop_table td.product-subtotal,
    .shop_table th.product-subtotal {
        text-align: right;
        width: 170px;
    }
    .fee * {
        color: green;
    }
    .shop_table .product-total *,
    .shop_table .shipping td *,
    .shop_table .cart-subtotal td *{
        font-size: 15px;
    }

    .shop_table .woocommerce-shipping-destination {
        display: none;
    }
    .shop_table .product-name a {
        text-decoration: none;
    }
    .shop_table .order-total td *{
        font-size: 22px;
    }
    .shop_table .order-total td .includes_tax {
        width: 100%;
        display: block;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .shop_table .order-total td .includes_tax * {
        font-size: 11px;
        font-weight: 600;
    }

.place-order button,
.place-order button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    width: 100%;
    background: #1c1c1c!important;
    color: #FFF;
    opacity: 1;
    line-height: 25px!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px!important;
    font-weight: 500;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    margin-top: 10px;
    background: #D9EEF7;
}
.place-order button,
.place-order button:hover {
    line-height: 35px!important;
}
td.actions .button:hover,
td.actions .button {
    font-size: 13px;
    height: 42px;
    background: #1c1c1c;
    color: #FFF!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
}
.woocommerce a.remove {
    width: 25px;
    height: 25px;
    line-height: 21px;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover{
    background: #1c1c1c;
    color: #FFF!important;
}
.checkout .left label{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.75;
}
.checkout .wrapper {
    padding: 30px;
    background: #FFF;
}
.checkout .left .wrapper {
    border: 1px solid #DDD;
    border-radius: 5px;
}
.checkout .right .wrapper {
    background: none;
    padding-top: 0;
    padding-right: 0;
}
.checkout .right h3 {
    display: none;
}
#ship-to-different-address-checkbox {
    display: none;
}
.ppc-button-wrapper {
    margin-top: 20px;
}
#payment {
    margin-top: 15px;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.select2-container .select2-selection--single {
    height: 48px;
    border-radius: 0;
    border: 1px solid #DDD;
}
.select2-dropdown {
    border: 1px solid #DDD;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #DDD;
    background: #FAFAFA;
    padding: 0 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #D9EEF7;
    color: #1c1c1c;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    border: 1px solid #DDD;
    background: #FFF;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
    padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
    border-bottom: 1px solid #DDD;
    padding: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 35px;
    float: right;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_ppcp-gateway::before {
    background-image: url("assets/PayPal.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    background-position: right center;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 4px;
    position: relative;
    border-radius: 50%;
    padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label{
    position: relative;
}
.woocommerce-checkout #payment ul.payment_methods li input:checked + label:after{
    width: 14px;
    height: 14px;
    background: mediumseagreen;
    position: absolute;
    left: 3px;
    top: 7px;
    content:"";
    display: block;
    border-radius: 50%;
}
.woocommerce-checkout #payment ul.payment_methods li label {
   width: 100%;
    display: block;
    padding-left: 25px;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box *,
.woocommerce-privacy-policy-text a,
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 23px!important;
}
.woocommerce-privacy-policy-text {
    opacity: 0.7;
}
.woocommerce-NoticeGroup {
    width: 100%;
}
.woocommerce .woocommerce-customer-details address {
    background: white;
}
.woocommerce-order > section, .woocommerce-order > p, .woocommerce-order > ul {
    padding: 30px 0;
}
.woocommerce-order-details.woocommerce-info {
    padding: 10px 20px 10px 60px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
     background: #1c1c1c;
    border: 0;
    border-radius: 5px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details *{
    color: #FFF!important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box select {
    width: 100%;
    line-height: 30px!important;
    padding: 5px 10px;
}
body.single {
    background: #FFF;
}
.single .background {
    top: -100px;
}
.single .content {
    margin-top: -250px;
}

.single .linked-decal {
    width: 100%;
    max-width: 300px;
    position: relative;
    overflow: visible;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
    transform: rotate(3deg);
    display: table;
    background: #D9EEF7;
    margin: 200px 0 0 auto;
}
.single .buy-build {
    position: relative;
}
.single .buy-build:before {
    content:"";
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    background-image: url("assets/buy-this.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: -430px;
    right: 10px;
}
.row.content {
    padding-bottom: 60px;
}
.row.related-products {
    padding-top: 30px;
    background: #EFEFEF;
}



/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.quote-slider.slick-slider {
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.slick-list {
    position: relative;
    overflow: visible;
    display: block;
    margin: 0;

    &:focus {
        outline: none;
    }

    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.productslide .slick-track .col-4 {
    margin-top: 40px;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;

    &:before,
    &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    .slick-loading & {
        visibility: hidden;
    }
        }
        .slick-slide {
            float: left;
            height: 100%;
            min-height: 1px;
            [dir="rtl"] & {
                float: right;
            }
            img {
                display: block;
            }
            &.slick-loading img {
                display: none;
            }

            display: none;

            &.dragging img {
                pointer-events: none;
            }

            .slick-initialized & {
                display: block;
            }

            .slick-loading & {
                visibility: hidden;
            }

            .slick-vertical & {
                display: block;
                height: auto;
                border: 1px solid transparent;
            }
        }
        .slick-arrow.slick-hidden {
            display: none;
        }
        .slick-arrow {
            position: absolute;
            left: 25px;
            border: 0;
            text-indent: -9999px;
            width: 50px;
            height: 50px;
            cursor: pointer;
            z-index: 500;
            bottom: -30px;
        }
            .slick-arrow.slick-disabled {
                opacity: 0.75;
                cursor: default;
            }
            .slick-arrow.slick-prev {
                 left: 60px;
             }
            .slick-arrow.slick-next {
                 left: 125px;
             }
            .slick-arrow.slick-prev,
            .slick-arrow.slick-next {
                background: url('images/arrow-next-black.svg');
                background-size: contain;
                background-repeat: no-repeat;

            }
            .slick-arrow.slick-prev {
                background-image: url('images/arrow-prev-black.svg');
            }
                .quote-slider .slick-arrow {
                    bottom: -25px;
                    left: 50%;
                    margin-left: 0px;
                }
                .quote-slider .slick-arrow.slick-prev {
                    margin-left: -65px;
                }
.slick-dots
{
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .5;
    color: black;
}

.quote-slider .excerpt {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-weight: 500;
    margin-top: 90px;
}

.mobile-overflow {
    min-width: 100%;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
}


    .mobile {
        display: none;
    }

/* GLOBALS RESPONSIVE */

@media (max-width: 1260px) {
    .container {
        max-width: 1000px;
    }
    .row.product-details .wrapper {
        margin-bottom: 30px;
    }
    .woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button {
        max-width: 300px;
    }
    .navigation {
        display: none;
    }

}
@media (max-width: 1023px) {

    .mobile-scroll {
        overflow-x: scroll;
        overflow-y: visible;
    }
    .mobile-overflow {
        width: 1023px!important;
        min-width:  1023px;
        display: flex;
        flex-wrap: initial;
        padding-bottom: 30px;
    }
    .mobile-overflow > div {
        flex: 0 0 30%!important;
        max-width: 30%!important;
    }
    .row.product-images {
        overflow: visible;
        margin-top: -30px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .btn {  
        font-size: 18px!important;
    }
    .row.product-grid .container {
        max-width: 750px;
    }
    .row.product-specs .col-4 {
        padding: 0 20px;
        flex: 0 0 60%;
        max-width: 60%;
        background: none;
    }
    .product-images .decalsheet {
        bottom: -300px;
        max-width:180px;
        right:10%;
    }
    .buy-build:before {
        left: 80px;
        top: -120px;
        right: auto;
        width: 100px;
    }

    .row.product-specs.specs-boxalt {
        margin-top: -50px;
    }
    .row.main-menu .container {
        max-width: 100%;
    }
    .product-wrapper {
        min-height: 400px;
    }
        .product-wrapper .decalsheet {
            width: 80px;
        }
        .product-wrapper h2 {
            padding-right: 100px;
            font-size: 22px;
            bottom: 60px;
        }
    .single .content {
        margin-top: -100px;
    }

    .single .linked-decal {
    }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-message .button:hover {
        display: none;
    }
    .row.jumbotron {
        padding-top: 0px;
    }
}
@media (max-width: 768px) {
    .row.product-grid .container {
        max-width: 480px;
    }
    .product-wrapper {
        padding: 20px;
        min-height: auto;
        width: 100%;
    }
        .product-wrapper .decalsheet {
            display: none;
        }
        .product-wrapper a > img {
            left: auto;
            top: auto;
            position: relative;
            width: 100%;
        }
        .product-wrapper h2,
        .product-wrapper .price {
            position: relative;
            bottom: auto;
            left: auto;
        }
        .product-wrapper h2 {
            padding:0;
        }
    .product-grid .col-4 {
        margin-bottom: 30px;
    }
    .shop_table tr input#coupon_code {
        width: 48%;
    }
    .shop_table td,
    .shop_table th {
        width: auto!important;
    }
    .checkout .wrapper {
        padding: 15px;
    }
    .checkout .right .wrapper {
        padding: 30px 0 0 !important;
    }
    .woocommerce-checkout .content .container .right,
    .woocommerce-checkout .content .container .left {
        width: 100%;
        padding: 0px;
    }

    .text-center *,
    .text-center {
        text-align: left!important;
    }
    .buy-now h2 {
        margin-bottom: 10px!important;
        font-size: 10vw;
        line-height: 110%;
    }
    #menu-legal, #menu-footer {
        flex-direction: column;
    }
    .flex-end {
        justify-content: start;
    }
    #menu-footer li {
        margin-left: 0;
    }
    .wc-bacs-bank-details.order_details li,
    .woocommerce-order ul.woocommerce-order-overview li,
    .woocommerce-order > section,
    .woocommerce-order > p,
    .woocommerce-order > ul {
        padding: 10px 15px;
        margin: 0!important;
    }

    .mobile-order-1 {
        order: -1;
    }
    .single .content {
         margin-top: -150px;
     }

    .single .linked-decal {
        margin: 50px auto 0 30px;
    }
    .single .buy-build:before {
        top:-150px;
        right:auto;
        left: 55%;
        background-image: url("assets/buy-this-rev.svg");
    }
}
.box-shadow {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
}
.border-radius {
    border-radius: 40px;
    padding: 30px 30px;
}
.sources p {
    margin-bottom: 0;
}
p.source {
    font-size: 15px;
    font-weight: 600;
}
.row.news {
    padding-top:0;
}
.news .col-4 {
    padding-left: 70px;
    padding-bottom: 30px;
}
.news p {margin:0}
.news p:before {
    content: '“';
    display: inline-block;
    font-size: 90px;
    top: 30px;
    position: absolute;
    left: 20px;
    font-family: 'Georgia', serif;

}
    .news p.source:before {
        display: none;
    }

.header-image {
    position: absolute;
    width: 66.66666%;
    min-height: 700px;
    left: 43.33333%;
    top: 0;
}
    .header-image > div {
        position: absolute;
    }
    .header-image .rfai {
        right: 0;
        top: 60px;
        z-index: 0;
    }

    .header-image .arrow {
        right: 500px;
        top: 300px;
        z-index: 10;
    }
    .header-image .claude {
        right: 70px;
        bottom: 75px;
        z-index: 1;
    }
    .header-image .google {
        right: 400px;
        bottom: 0px;
        z-index: 2;
    }
    .header-image .gpt {
        right: 700px;
        bottom: 50px;
        z-index: 1;
    }

@media (max-width: 1260px) { 
.row.jumbotron {
    min-height: auto;
}
    .header-image {
        width: 100%;
        min-height: 450px;
        left: 0;
        bottom: 0;
        top: auto;
        position: relative;
    }
    .header-image .rfai {
        right: auto;
        left: 50%;
        margin-left: -450px;
        bottom: auto;
        top: 50px;
        z-index: 2;
    }

    .header-image .arrow {
        left: 30%;
        top: 320px;
        margin-left: 100px;
        z-index: 10;
        transform: rotate(-90deg);
    }
    .header-image .claude {
        right: auto;
        left: 50%;
        margin-left: 50px;
        bottom: auto;
        top: 150px;
        z-index: 2;
    }
    .header-image .google {
        right: auto;
        left: 50%;
        margin-left: 100px;
        bottom: auto;
        top: 0px;
        z-index: 1;
    }
    .header-image .gpt {
        right: auto;
        left: 50%;
        margin-left: 130px;
        bottom: auto;
        top: 280px;
        z-index: 1;
    }
}


@media (max-width: 768px) { 
.row.jumbotron {
    min-height: auto;
}
    h2 {
        font-size: 7vw;
        line-height: 145%;
    }
    h1.title {
        font-size: 12vw;
        line-height: 115%;
    }
    .header-image {
        width: 100%;
        min-height: 450px;
        left: 0;
        bottom: 0;
        top: auto;
        position: relative;
    }
    .header-image .rfai {
        display: none;
    }

    .header-image .arrow {
        left: 35%;
        top: -20px;
        z-index: 10;
        transform: rotate(0);
    }
    .header-image .claude {
        right: auto;
        left: 50%;
        margin-left: -100px;
        bottom: auto;
        top: 150px;
        z-index: 2;
    }
    .header-image .google {
        right: auto;
        left: 50%;
        margin-left: -230px;
        bottom: auto;
        top: 0px;
        z-index: 1;
    }
    .header-image .gpt {
        right: auto;
        left: 50%;
        margin-left: -200px;
        bottom: auto;
        top: 300px;
        z-index: 1;
    }
}

.what .rfai {
    position: absolute;
    left: -90px;
    top: -10px;
    z-index: 0;
}
.what .llm {
    position: absolute;
    left: -60px;
    top: 270px;
    z-index: 1;
}


.icon {
    width: 40px;
    height: 40px;
    background: white;
}
    .icon svg {
        width: 40px;
    }

.page-template-faq .buy-meta,
.page-template-meta .buy-faq {
    display: none;
}


.btn {
    text-decoration: none;
    line-height: 30px;
    padding: 8px 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-radius:10px;
    color: #FFF;
    background: #222;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}
    .btn.large {
        line-height: 40px;
        padding: 10px 35px;
        font-size: 20px;
        border-radius:15px;
    }
.wrap label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    display: none!important;
}

*.wc-block-components-checkout-place-order-button {
    border: 0!important;
    background: #222!important;
    color: #FFFFFF!important;
    border-radius: 10px!important;
}
.wc-block-checkout__actions_row > a{
    display: none;
}

th.download-file,
td.download-file {
    display: none;
}
.woocommerce-order {
    max-width: 750px!important;
}
.woocommerce-order th + td,
.product-total {
    text-align: right!important;
}
.woocommerce-Price-amount.amount {
    float: right;
}


@media (max-width: 1023px) {

    .text-center {
        text-align: left;
    }
    .shoppingbag {
        position: absolute;
        right: 80px;
        top:15px;
    }
    .logo {
        margin: 15px 0 0;
    }
    .logo svg{
        width: 160px;
        margin-top: -8px;
    }
    .intro p, p.intro {
        font-size: 17px;
    }
    .border-radius {
        padding: 20px;
        border-radius: 15px;
    }
    .what .col-5 {
        margin-bottom: 20px;
    }
}
@media (max-width: 1260px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (max-width: 768px) {
    .col-1,
    .col-2,
    .col-3,
    .col-3.decals,
    .col-4,
    .col-45,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-45 {
        order: 3;
        padding-top: 30px!important;
    }


}
.woocommerce-checkout .content .row {
    padding-top: 0;
}
ul.check {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
    ul.check li {
        padding-left:25px;
        font-weight: 500;
        position: relative;
        line-height: 30px;
    }
    ul.check li:before {
        content:"";
        position: absolute;
        left: 0;
        top: 8px;
        display: block;
        width: 16px;
        height: 10px;
        transform: rotate(-45deg);
        border-left: 4px solid #009FE3;
        border-bottom: 4px solid #009FE3;
    }

.buy-now .price {
}
.buy-now .price .old {
    padding: 0 30px 10px 0 ;
    font-size: 18px;
    font-weight: 600;
}
.buy-now .price label {
    width: 100%;
    display: block;
    font-size: 11px;
    font-weight: 600;
}
.buy-now .price .new {
    padding: 0 30px 10px 0 ;
    font-weight: 600;
    font-size: 32px;
}
.buy-now h3 {
    margin-top: 0;
}
.buy-now .discount{
    padding: 0 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    background: #27CE2740;
}
.buy-now hr {
    border: 0;
    height: 1px;
    background: #DDD;
}

.buy-now .btn {
    width: 100%;
    text-align: center;
    display: block;
    padding-left: 0;
    padding-right: 0;
    background: #C2188D;
}

.woocommerce-checkout .main-menu .btn {
    display: none;
}











