/**
 * Bugfix Extension
 * this file is ment to be used until we get to normalise the Less codebase
 * -- this is a temporary solution (anonymous) --
 */

/* #7 */
.woocommerce ul.products li.product_cat_colour-samples .variations .value .reset_variations,
.woocommerce ul.products li.product_cat_faergprover .variations .value .reset_variations,
.woocommerce ul.products li.product_cat_farbmuster .variations .value .reset_variations {
     display: block;
 }

.single-product-back,
.my-account-back {
    display: block;
    text-align: left;
    margin-bottom: 20px;
}

.my-account-back {
    margin-top: 20px;
}

/* #2 */
.section-article.section-two-col article {
    padding-top: 40px;
}

/* 11 - checkout order details on one single row */
/* 12 - same thing for order details */
.woocommerce .checkoutcustom table.woocommerce-checkout-review-order-table th,
.woocommerce .checkoutcustom table.woocommerce-checkout-review-order-table td {
    padding-bottom: 0;
}
.woocommerce td.product-name dl.variation {
    display: inline;
    font-size: 0.8em;
}
.woocommerce td.product-name dl.variation dt {
    display: none;
}
.woocommerce .checkoutcustom table.woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dd p,*/
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dd p {
    display: inline;
    padding: 0;
    margin-bottom: 0;
}
.woocommerce td.product-name dl.variation dd p:after {
    display: inline-block;
    padding-right: 5px;
    content: ',';
}
.woocommerce td.product-name dl.variation dd:last-child p:after {
    display: none;
}

/* # 19 - remove max width from product thumbnails */
.woocommerce ul.products li.product .thumb img {
    max-width: none;
}

/* # 19 - four products per row */
@media (min-width: 992px) {
    .woocommerce ul.products li.product {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .woocommerce ul.products li.product_cat-colour-samples,
    .woocommerce ul.products li.product_cat-faergprover,
    .woocommerce ul.products li.product_cat-farbmuster {
        -webkit-flex: 0 0 16.667%;
        -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
        max-width: 16.667%;
    }
}

.woocommerce-loop-category__title .count {
  display: none;
}

.form-row.receive-offers {
    clear: both;
}

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

.wc-terms-and-conditions .input-checkbox {
    position: relative!important;
}

@media (max-width: 800px) {
    .shopbar-text {
        position: relative;
        margin-bottom: -40px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 30px;
        line-height: 20px;
        font-size: 0.6em;
        color: grey;
        padding-left: 10px;
        padding-right: 30px;
    }

    .nav.navbar-nav.navbar-right {
        margin-right: -10px;
    }

    body.woocommerce {
        padding-top: 146px;
    }
}

@media (max-width: 620px) {
    .shopbar-text {
        margin-bottom: -65px;
    }
}

@media (min-width: 800px) {
    .shopbar-text {
        position: relative;
        margin-bottom: -40px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 0;
        line-height: 30px;
        font-size: 0.7em;
        color: grey;
    }
}

.tax-product_cat {
    background-color: #f5f5f7;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}


.modal-body a {
    color: #fff!important;
    font-weight: bold;
}

.section-flex-cards + .section-flex-cards {
    margin-top: -60px;
}

/* Ninja forms */
.nf-field-label label {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    font-size: 0.7em;
    line-height: 1.5;
    /*
    padding: 0;
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: 1.5;
    margin-top: 20px;
    */
}

.field-wrap > div input[type="checkbox"] {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #000000;
    padding: 0;
    width: 26px !important;
    height: 26px;
    margin-right: 6px;
}

.field-wrap > div input[type="checkbox"]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
  }

  .field-wrap > div input[type="checkbox"]:checked::before {
      content: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><polyline points="20 6 9 17 4 12"></polyline></svg>');
      position: absolute;
      top: 0;
      left: 0;
      height: 24px;
      width: 24px;
  }

.nf-field-label label a{
    text-decoration: underline;
}

.nf-field-label label a:hover{
    color: #23527c;
    text-decoration: none;
}


.label-above .nf-field-label {
    margin-bottom: 5px!important;
}

.nf-field-description {
    text-transform: uppercase;
    text-align: left;
    font-size: 0.7em;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.ninja-forms-req-symbol {
    font-weight: normal;
    font-size: 2em;
    line-height: 0.5;
    vertical-align: middle;
    border: 0;
    text-decoration: none;
    color: red;
}

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

.nf-field-container {
    margin: 0;
}

.nf-form-content {
    margin-top: 10px;
}

.nf-response-msg {
    display: block;
    max-width: 1290px;
    background-color: #f5f5f7;
    margin: 0 auto 2em auto !important;
    padding: 30px 15px 20px !important;
    padding: 0 15px;
    border: none;
    /*font-family: 'futura-pt', sans-serif;*/
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
}

.field-wrap > div input,
.field-wrap textarea {
    border: 1px solid #979797;
    font-size: 0.9em;
    padding: 10px 15px;
    height: 50px;
}
/* .field-wrap select { */


.nf-form-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.nf-form-title h3 {
    font-family: "Touche-Regular", sans-serif;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 1.4;
    color: #141213;
}

.nf-field-container.submit-container {
    margin-top: 25px;
    text-align: right;
}

.list-wrap.list-checkbox-wrap li,
.list-wrap.list-radio-wrap  li {
    clear: both;
}

.list-wrap.list-checkbox-wrap li label,
.list-wrap.list-radio-wrap li label {
    top: 15px;
    position: relative;
}

.nf-field-container.nf-mini-margin {
    margin-bottom: 0;
}

.ninja-forms-field[type="button"]  {
    /*font-family: 'futura-pt', sans-serif;*/
    color: #fff;
font-weight: 700;
font-size: 0.8em;
text-transform: uppercase;
border-radius: 0;
padding: 15px 20px;
border: 0;
box-shadow: none;
text-shadow: none;
line-height: 1;
cursor: pointer;
background-color: #527999;
}

.ninja-forms-field[type="button"]:hover {
    background-color: #527999;

    opacity: 0.8;
}
/*
.ninja-forms-field[type="button"]:hover  {
    background-color: #935386;
    color: #fff;
}
*/

.mfp-container {
    background: rgba(0,0,0,0.75);
}

.mfp-container .mfp-content {
    max-width: 600px;
}

.section-article p {
    text-align: justify;
    text-justify: inter-word;
}

.section-article .column p {
    text-align: left;
}

/* Medium devices (desktops, 992px and up) */
.start-hero-wrapper {
    background-color: #edeede;/*F5F5F7;*/
    padding-bottom: 40px;
}

.hero-slider {
  background-color: #F5F5F7;
  text-align: center;
  width: 100%;
  max-height: 560px;
  margin-bottom: 50px;
}

.hero-slider .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 560px;
    max-height: 560px;
}

.hero-slider .item .item-link {
    display: flex;
    align-items: center;
    min-height: 560px;
    max-height: 560px;
}
.hero-slider .item h1 {
    text-transform: none;
    font-size: 3.2em;
    max-width: 860px;
    margin: 0 auto;
    padding: 60px 0;
    margin-top: 20px;
    color: #fff;
}

@media (max-width: 768px) {
    .hero-slider .item h1 {
        font-size: 1.6em;
    }
}

@media (min-width: 1600px) {
    .start-hero-wrapper {
        min-height: 480px;
    }
}

.hero-slider .center-section {
    margin: 0 auto;
    max-width: 1290px;
    padding: 0 15px;
}

.glyphicon-chevron-left::before,
.glyphicon-chevron-right::before {
    content: '';
}

.carousel-control {
    opacity: 1;
}

.carousel-control.left {
    left: -35px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    width: 35px;
    height: 35px;
    transform: rotate(-225deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in;

}

.carousel-control.black .glyphicon-chevron-left,
.carousel-control.black .glyphicon-chevron-right {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.carousel-control .glyphicon-chevron-right {
    transform: rotate(310deg);
    margin-right: -35px;
}

.hero-slider .carousel-indicators {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #888892;
    position: relative;
    top: -40px;
    list-style: none;
    height: 80px;
    /*font-family: 'futura-pt', sans-serif;*/
    font-size: 0.6rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    left: 0;
    transition: all 0.25s;
}

.hero-slider .carousel-indicators li {
    float: left;
    margin-left: 0;
    padding-bottom: 10px;
    border-bottom: 5px solid #9F9FA7;
}

.hero-slider .carousel-indicators li a {
    color: #ffffff;
    text-decoration: none;
}

.hero-slider .carousel-indicators li:hover {
    cursor: pointer;
}

.hero-slider .carousel-indicators li.active {
    border-color: #ffffff;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .hero-slider {
        min-height: 220px;
        max-height: 220px;
    }

    .hero-slider .item {
        min-height: 220px;
        max-height: 220px;
    }

    .hero-slider .item .item-link {
        min-height: 220px;
        max-height: 220px;
    }

    .carousel-control {
        display: none;
    }

    .hero-slider .center-section {
        padding: 0;
    }

    .hero-slider .carousel-indicators {
        background-color: #141213;
        top: 0;
        height: 55px;
        padding: 10px 10px;
    }

    .hero-slider .carousel-indicators li {
        margin: 5px 10px;
        color: #141213;
        width: 18%;
        font-size: 0;
        border-radius: 10px;
        background: #9F9FA7;
        width: 15px;
    }

    .hero-slider .carousel-indicators li.active {
        background: #fff;
    }
}

.page-template-page-front .section-flex-cards {
    padding-bottom: 20px;
    padding-top: 0;
}

.page-template-page-front .center-section-wrapper {
    background-color: #edeede;/*F5F5F7;*/
    padding-bottom: 40px;
    padding-top: 0;
}

.section-category-customers {
    background-color: #FFFFFF;
    margin-top: -20px;
}

.navbar {
    min-height: 70px;
    padding-top: 10px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .newsroom {
        display: none;
    }
}

.newsroom .center-section {
    margin: 0 auto;
    max-width: 1290px;
    padding: 0 15px;
}

.newsroom .view-all,
.newsroom .newsroom-header {
    float: right;
    /*font-family: 'futura-pt', sans-serif;*/
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.newsroom .newsroom-header {
    float: left;
}

.newsroom .custom-card {
    min-height: 500px;
}

.newsroom .flex-card-wrapper {
    clear: both;
}

.mobile-newsroom {
    display: none;
    background-color: #141213;
    color: #fff;
    padding: 20px 0 10px;
}

.section-flex-cards.mobile-newsroom {
    padding-bottom: 10px;
    padding-top: 20px;
    margin-top: 0px;
    margin-bottom: 40px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .mobile-newsroom {
        display: block;
    }
}

.mobile-newsroom h2 {
    padding: 0 15px;
    font-weight: normal;
}

.mobile-newsroom .read-more {
    color: #fff;
    float: right;
    padding-right: 15px;
    /*font-family: 'futura-pt', sans-serif;*/
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mobile-newsroom p {
    /*font-family: 'futura-pt', sans-serif;*/
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: bold;
}

.mobile-newsroom .start-newsroom-list {
    clear: both;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#site-wide-notice {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    background-color: #F5E79B;
}

#site-wide-notice .fa-info-circle {
    margin-right: 10px;
}

#site-wide-notice p {
    margin-top: 10px;
    margin-right: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
}

#site-wide-notice .btn {
    color: #F5E79B;
    height: 30px;
    padding: 0 20px;
    font-size: 0.7em;
}

body.site-wide-notice-active {
    padding-top: 0;
}

body.site-wide-notice-active .site-header {
    position: relative;
}

@media (max-width: 768px) {
    #site-wide-notice {
        height: auto;
        padding: 10px;
    }
}

.card-main p {
    text-align: left;
}

.page-template-pagetemplate-employees .select-wrapper {
    position: absolute;
    top: 57%;
    margin-left: -110px;
}

.page-template-pagetemplate-employees .select-wrapper::after {
    right: 10px;
    border-width: 0.3em 0.2em 0 0.2em;
    transform: rotate(-360deg);
    top: 30px;
}

@media (max-width: 768px) {
    .page-template-pagetemplate-employees .select-wrapper {
        top: 65%;
    }

    .page-template-pagetemplate-employees .select-wrapper::after {
        top: 22px;
    }
}

.page-template-pagetemplate-employees .employee-filter {
    font-size: 0.7rem;
}

.section-employees {
    padding: 60px 0 10px;
}

.section-employees .center-section {
    margin: 0 auto;
    max-width: 1290px;
    padding: 0 15px;
}

.section-employees ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section-employees ul li {
    margin-left: 0;
    max-width: 300px;
    max-width: 180px;
   /* margin-right: 30px;*/
   margin:15px;
   margin-top:0;
    margin-bottom: 40px;
    cursor: pointer;
}

.section-employees ul li .employee-avatar {
    width: 180px;
    height: 180px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.section-employees ul li h3 {
    /*font-family: 'futura-pt', sans-serif;*/
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.section-employees ul li h4 {
    /*font-family: 'futura-pt', sans-serif;*/
    font-size: 0.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: lighter;
}

@media (max-width: 768px) {
    .section-employees {
        padding: 30px 0 0;
    }

    .section-employees ul li {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .section-employees ul li h3 {
        border-bottom: 3px solid #141213;
        float: left;
        width: calc(100% - 110px);
    }

    .section-employees ul li h4 {

    }

    .section-employees ul li .employee-avatar {
        float: left;
        margin-right: 10px;
        width: 95px;
        height: 95px;
    }
}

#employee-overlay {
    display: none;
    /*display: flex;*/
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
}

#employee-overlay-content {
    background-color: white;
    max-height: 600px;
    padding: 40px;
    width: 1020px;
    max-width: 1020px;
    cursor: initial;
}

.employee-overlay-close {
    float: right;
    font-family: "Touche-Bold", sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

#employee-overlay-content #employee-avatar {
    width: 285px;
    height: 285px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

#employee-overlay-content h2 {
    font-family: "Touche-Bold", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

#employee-overlay-content #employee-meta,
#employee-overlay-content #employee-contact-for,
#employee-overlay-content #employee-position {
    list-style: none;
    padding-left: 0;
    /*font-family: 'futura-pt', sans-serif;*/
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #555258;
    margin-bottom: 10px;
}

#employee-overlay-content #employee-title-mobile {
    display: none;
}

#employee-overlay-content #employee-meta li {
    margin-left: 0;
}

#employee-overlay-content #employee-about {
    font-size: 0.8rem;
    /*font-family: 'futura-pt', sans-serif;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #555258;
}

#employee-overlay-content #employee-about strong {
    color: #000;
    font-family: "Touche-Bold", sans-serif;

}

#employee-overlay-content #employee-colours div {
    position: relative;
    height: 107px;
    background-color: green;
    border: 1px solid #FBF9F9;
}

#employee-overlay-content #employee-colours div:first-of-type {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#employee-overlay-content #employee-colours div span {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    /*font-family: 'futura-pt', sans-serif;*/
    font-size: 0.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 10px 10px;
}

@media (max-width: 768px) {
    #employee-overlay-content {
        padding: 10px;
        padding-bottom: 0;
    }

    #employee-overlay-content #employee-avatar {
        width: 165px;
        height: 165px;
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
    }

    #employee-overlay-content #employee-name {
        margin-top: 20px;
        width: calc(100% - 180px);
    }

    #employee-overlay-content #employee-title-mobile {
        width: calc(100% - 180px);
    }

    #employee-overlay-content #employee-title-mobile {
        display: block;
        /*font-family: 'futura-pt', sans-serif;*/
        font-size: 0.8rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: lighter;
        color: #555258;
    }

    #employee-overlay-content #employee-extra {
        color: #fff;
        clear: both;
        background-color: #6394BB;
        width: 110%;
        margin-left: -10px;
        position: relative;
        bottom: -10px;
        padding: 10px;
    }

    #employee-overlay-content h2 {
        font-size: 0.7rem;
    }

    #employee-overlay-content #employee-meta,
    #employee-overlay-content #employee-contact-for {
        width: 100%;
        color: #fff;
        font-size: 0.7rem;
    }

    #employee-overlay-content #employee-name,
    #employee-overlay-content #employee-title-mobile,
    #employee-overlay-content #employee-meta {
        float: left;
    }

    .employee-overlay-close,
    #employee-meta #employee-title,
    #employee-about-container,
    #employee-colours-container {
        display: none;
    }
}

.customers-slider {
    display: none;
    margin-top: 50px;
    padding-left: 10px;
}

.customers-slider img {
    max-width: 100%;
}

.customers-slider .item-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.customers-slider .carousel-inner li {
    list-style: none;
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 5%;
    height: 80px;
}

.customers-slider .carousel-indicators,
.section-category-customers .carousel-indicators {
    padding: 0;
    display: none;
}

.customers-slider .carousel-indicators li,
.section-category-customers .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: grey;
    border: 1px solid #fff;
    border-radius: 10px;
}

.customers-slider .carousel-indicators li.active,
.section-category-customers .carousel-indicators li.active {
    background-color: #000;
}

@media (max-width: 768px) {
    .page-template-page-front .center-section-wrapper {
        padding-bottom: 50px;
    }

    .section-category-customers {
        padding: 30px 0;
    }

    #section-category-customers-container {
        display: none;
    }

    .customers-slider,
    .section-category-customers .carousel-indicators {
        display: block;
    }
}

@media (max-width: 768px) {
   .footer-sign-up {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.privacy-overlay {
    display: none;
    background: rgba(0,0,0, .70);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.privacy-overlay-content {
    background: #fff;
    max-width: 515px;
    padding: 30px;
    font-size: 16px;
}

.privacy-overlay-content h3 {
    text-align: center;
}

.privacy-overlay-content p {
    padding: 10px 0;
}

.privacy-overlay-content-buttons {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

/* Odd Cookie ------------------------------------ */

button.oddcookie-button {
    background-color: #141213;
    color: #fff;
    /*font-family: 'futura-pt', sans-serif;*/
    font-weight: 700;
    font-size: 0.6em;
    text-transform: ;
    border-radius: 0;
    padding: 10px 20px;
    border: none;
}

.cb-content {
    float: right;
}

.footer-sign-up .email-wrapper {
    width: 285px;
    max-width: none;
    margin-right: 0;
}

.footer-sign-up .btn {
    width: 120px;
}

#newsletter-message {
    width: 195px;
    margin: 0 auto;
    opacity: 0.8;
    margin-bottom: -20px;
    margin-top: -10px;
    display: none;
}

    #newsletter-message .fa-check-circle {
        float: left;
        position: relative;
        top: 1px;
        font-size: 0.8em;
    }

    #newsletter-message p {
        font-size: 0.7em;
    }

#newsletter-error-message {
    background: #f9e784;
    max-width: 421px;
    margin: 5px auto 0;
    font-size: 0.67em;
    color: #000;
    padding: 10px 5px 0px 10px;
    /*display: flex;*/
    display: none;
    align-content: center;
    text-align: left;
    font-weight: bold;
}

    #newsletter-error-message a {
        font-weight: bold;
    }

    #newsletter-error-message .fa-times-circle {
        padding-right: 10px;
        margin-top: 3px;
        padding-right: 7px;
        cursor: pointer;
    }


.woocommerce-error {
    background-color: #f1adad;
    border-color: #e35b5b;
    font-weight: bold;
    color: black;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
    max-width: 1290px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

.woocommerce form .form-row #terms, .woocommerce form .place-order .form-row .input-checkbox {
    margin: 0 2px 0 -20px!important;
}

.woocommerce-checkout #payment div.form-row label.checkbox {
    padding-left: 20px;
}


.wc_payment_method.payment_method_cod {
    margin-top: 2rem!important;
}

.payment_box.payment_method_cod {
    padding: 0 25px 0 25px!important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 0.8em!important;
}

.whitepaper-download {
    width: 100%;
}

.btn__download-whitepaper {
    margin: 0 auto;
    display: block;
}

.modal__whitepaper-form .iziModal-content {
    padding: 30px!important;
}

.modal__whitepaper-form h2 {
    font-size: 1.6em;
    text-align: center;
}

.modal__whitepaper-form {
    text-align: center;
}

.modal__whitepaper-form form {
    width: 100%;
}

.wpaper-field-group {
    width: 100%;
    margin: 0 0 20px 0;
}

.wpaper-field-group label {

    display: block;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    font-size: 0.7em;
    line-height: 1.5;
}

.wpaper-field-group abbr.required {
    font-weight: normal;
    font-size: 2em;
    line-height: 0.5;
    vertical-align: middle;
    border: 0;
    text-decoration: none;
    color: red;
}

.wpaper-field-group select {
    width: 100%;
}

.wpaper-field-group input[type=text], .wpaper-field-group input[type=email]{
    width: 100%;
    border: 1px solid #979797;
    font-size: 0.9em;
    padding: 10px 15px;
    height: 50px;
}

.wpaper-field-group input[type=text].error, .wpaper-field-group input[type=email].error{
    border-color: red;
}

.wpaper-field-group .checkbox {
    padding-left: 32px;
}

.wpaper-field-group .checkbox input {
    position: absolute;
    opacity: 0;
}


.wpaper-field-group  .checkbox .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 24px;
    border: 1px solid #979797;
    background-color: transparent;
    border-radius: 0;
  }

  .wpaper-field-group  .checkbox .overlay.error {
    border-color: red;
  }
  
  .wpaper-field-group .checkbox .overlay .icon {
    color: #000;
    display: none;
  }

  .wpaper-field-group .checkbox input:checked ~ .overlay {
    opacity: 1;
    border: 1px solid #979797;
  }
  
  .wpaper-field-group .checkbox input:checked ~ .overlay .icon {
    display: block;
  }

  .wpaper-controls {
      display: flex;
      justify-content: space-between;
  }

  .wpaper-disclaimer p {
      font-size: 0.6em;
  }

  .wpaper-terms {
      text-decoration: underline;
  }

  .payment_box p, .woocommerce-privacy-policy-text p {
      font-size: 0.9em;
  }


  .wpaper-submit {
      position: relative;
  }


  .wpaper-submit .wpaper-btn-loader {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 100;
      opacity: 0;
  }

  .wpaper-submit .wpaper-btn-loader img {
      height: 70%;
      margin-top: 5%;
  }

  .wpaper-submit:disabled .wpaper-btn-loader {
      opacity: 1;
  }

  .wpaper-submit:disabled .wpaper-btn-text {
    opacity: 0;
}

.section-category-hero.narrow-category-hero .hero-img {
    max-height: 360px;
}


.login-wrapper {
    max-width: 640px;
    margin: 0 auto;
    background-color: #edeede;
}

.login-register-container {
    padding: 0px 20px 5px 20px;
    margin-bottom: 30px;
}

.woocommerce .login-register-container form .form-row .input-text {
    border: none;
    -webkit-box-shadow: 5px 5px 9px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 9px -5px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 9px -5px rgba(0,0,0,0.2);
}

ul.account-tab-list {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
    font-size: 0.8em;
    margin-bottom: 15px;
}

ul.account-tab-list li {
    width: 50%;
    margin: 0;
}

ul.account-tab-list li a {
    display: block;
    padding: 8px 10px 7px 20px;
    text-align: center;
    background-color: #f6f6ee;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
}

ul.account-tab-list li a.active {
    background-color: #edeede;
    color: #141213;
} 

#form-register {
    display: none;
}


.radio-toolbar {
    margin: 10px;
    text-align: center;
  }
  
 

  .ncs-register-hidden {
      display: none;
  }


  #ncs_sni_field {
      display: none;
  }

  #ncs_sni_field.active {
      display: block;
  }

  .register-hidden {
      display: none;
  }

.woocommerce-LostPassword, .lostPassword, .woocommerce form.login .lost_password {
    text-transform: none;
    text-align: center;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    margin: 0;
}

.woocommerce form .form-row.login-buttons .button {
    float: right;
}

.woocommerce form .form-row.login-buttons label {
    float: left;
}

.woocommerce-privacy-policy-text {
    width: 100%;
    max-width: 500px!important;
    font-size: 0.8em;
}

.woocommerce-privacy-policy-text p{
    font-size: 0.7em!important;
}


.login-buttons .custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.login-buttons .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login-buttons .custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }

  .login-buttons .custom-checkbox input ~ .checkmark {
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 9px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 9px -5px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 9px -5px rgba(0,0,0,0.2);
  }
  
  /* When the checkbox is checked, add a blue background */
  .login-buttons .custom-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .login-buttons .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .login-buttons .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .login-buttons .custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.woocommerce form.register-form .form-row select {

    margin: 0;
    width: 100%;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    border: none;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/down-arrow.png) no-repeat #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    -webkit-box-shadow: 5px 5px 9px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 9px -5px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 9px -5px rgba(0,0,0,0.2);
    background-size: auto 50%;
    background-position: 97% 15px;
}

select::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}
      
/* Refill samples */
.woocommerce ul.products li.product_cat-refill-samples,
.woocommerce ul.products li.product_cat-refill-fargprover {
  padding-top: 0;
  /*display: flex;
			flex-flow: column nowrap;*/
}

.woocommerce ul.products li.product_cat-refill-samples .thumb,
.woocommerce ul.products li.product_cat-refill-fargprover .thumb {
  margin: 0 -20px;
}
.woocommerce ul.products li.product_cat-refill-samples .thumb > a,
.woocommerce ul.products li.product_cat-refill-fargprover .thumb > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

.woocommerce ul.products li.product_cat-refill-samples .thumb img,
.woocommerce ul.products li.product_cat-refill-fargprover .thumb img {
  max-width: none;
  width: 100%;
  margin: 0;
  height: 60px;
}

.woocommerce ul.products li.product_cat-refill-samples h2,
.woocommerce ul.products li.product_cat-refill-fargprover h2  {
  -ms-flex-order: -1;
      order: -1;
  text-align: center;
  padding: 0.75em 0;
}

.woocommerce ul.products li.product_cat-refill-samples .variations .label,
.woocommerce ul.products li.product_cat-refill-fargprover .variations .label {
  display: none;
}

.woocommerce ul.products li.product_cat-refill-samples .variations .value .reset_variations,
.woocommerce ul.products li.product_cat-refill-fargprover .variations .value .reset_variations {
  display: none;
}

.woocommerce ul.products li.product_cat-refill-samples .price,
.woocommerce ul.products li.product_cat-refill-fargprover .price  {
  float: none;
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0;
}

.woocommerce ul.products li.product_cat-refill-samples .price .woocommerce-price-suffix,
.woocommerce ul.products li.product_cat-refill-fargprover .price .woocommerce-price-suffix  {
  display: none;
}

.woocommerce ul.products li.product_cat-refill-samples .variations_button .quantity,
.woocommerce ul.products li.product_cat-refill-fargprover .variations_button .quantity {
  float: left;
  width: 30%;
  padding-right: 3px;
}

.woocommerce ul.products li.product_cat-refill-samples .variations_button .quantity .input-text,
.woocommerce ul.products li.product_cat-refill-fargprover .variations_button .quantity .input-text {
  padding: 0;
  width: 100%;
  /*font-family: 'futura-pt', sans-serif;*/
  font-weight: 700;
  font-size: 0.7em;
  height: 30px;
  vertical-align: top;
}

.woocommerce ul.products li.product_cat-refill-samples .variations_button .single_add_to_cart_button,
.woocommerce ul.products li.product_cat-refill-fargprover .variations_button .single_add_to_cart_button {
  float: right;
  width: 70%;
  margin: 0;
  background-color: #141213;
  /*font-family: 'futura-pt', sans-serif;*/
  font-weight: 700;
  font-size: 0.5em;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0;
  padding: 1em 0;
  height: 30px;
}

.woocommerce ul.products li.product_cat-refill-samples .variations_button .single_add_to_cart_button:disabled,
.woocommerce ul.products li.product_cat-refill-fargprover .variations_button .single_add_to_cart_button:disabled {
  background-color: #141213;
  opacity: 0.5;
}

.woocommerce ul.products li.product_cat-refill-samples .variations_button .single_add_to_cart_button:disabled:hover,
.woocommerce ul.products li.product_cat-refill-fargprover .variations_button .single_add_to_cart_button:disabled:hover {
  background-color: #141213;
}
.customproductmain li #boxsampledesc {
  word-wrap: break-word;
}
.customproductmain li.product_category.first {
  clear: none !important;
}
.customproductmain li#productli {
  height: 610px !important;
}
/* Extra small devices (480px and up) */
@media (min-width: 480px) {
 
  .woocommerce ul.products li.product_cat-refill-samples,
  .woocommerce ul.products li.product_cat-refill-fargprover {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {


  .woocommerce ul.products li.product_cat-refill-samples,
  .woocommerce ul.products li.product_cat-refill-fargprover {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


  .woocommerce ul.products li.product_cat-refill-samples,
  .woocommerce ul.products li.product_cat-refill-fargprover {
    -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
    max-width: 16.667%;
  }
 
  .woocommerce ul.products li.product_cat-refill-samples h2,
  .woocommerce ul.products li.product_cat-refill-fargprover h2 {
    font-size: 0.7em!important;
  }
}

.wp-block-embed__wrapper {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.wp-block-embed__wrapper iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* course participants*/

.course-participants-fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.course-participant {
    width: 48%;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: transparent;
    padding: 5px 0 !important;
}

@media (max-width: 768px) {
    .course-participant {
        width: 100%;
    }
}

.ncs-entry-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}


.section-category-inner-hero .hero-img {
    padding: 40px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section-category-inner-hero .select-wrapper {
    position: relative;
    top: initial;
    margin-left: 0;
}


.section-article.two-column {
    display: flex;
    align-items: flex-start;
    max-width: 900px;
    margin: 0 auto;

}

.section-article.two-column article.column {
    width: 45%;
    text-align: left;
}

.section-article h2 {
    font-size: 1.6em;
}

.navbar-nav > li.ncs-plus > a span {
    border: 1px solid #ea9aad;
    padding: 2px 6px;
    color: #ea9aad;
}

.product blockquote {
    padding: 30px 0;
    margin: 0 0 20px;
    font-size: 22px;
    border-left: none;   

    
}


.product blockquote p, .woocommerce #content div.product .woocommerce-tabs .panel blockquote p {
    font-size: 19px;
    margin-bottom: 18px;
}

.product blockquote cite {
    font-family: 'Touche-Medium';
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
}

.woocommerce #content div.product .price-and-add {
    margin-bottom: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 2.5em;
}

.singleproductcontainer .product {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.singleproductcontainer h1 {
    float: none;
    width: 100%;
}


.woocommerce #content .site-main div.product div.images {
    width: 100%;
    float: none;
    position: relative;
}

.woocommerce #content .site-main div.product div.entry-column-first {
    width: 48%;
    float: none;
    position: relative;
}


.woocommerce #content div.product div.summary {
    width: 48%;
}

.woocommerce #content div.product div.summary.entry-summary-fullwidth {
    width: 100%;
}

.ncs-media-container-video {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    margin-bottom: 20px;
}

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

.ncs-media-container-image {
    width: 100%;
    margin-bottom: 20px;
}

.ncs-media-container-image img {
    width: 100%;
    height: auto;
}
.singleproductcontainer .up-sells h2 {
    text-transform: uppercase;
}

.singleproductcontainer .up-sells .products.customproductmain {
    background-color: transparent;
    display: flex;
    justify-content: space-around;
}

.singleproductcontainer .up-sells .products.customproductmain li.product.type-product {
    text-align: center;
    display: flex;
}

.singleproductcontainer .up-sells .products.customproductmain li.product.type-product .thumb  {
    margin: 0 auto;
    width: 80%;
}

.singleproductcontainer .up-sells .products.customproductmain li.product.type-product .boxsampledesc {
    width: 100%;
}

.singleproductcontainer .up-sells .products.customproductmain li.product.type-product .listitem-footer {
    width: 100%;
    margin: 0;
    margin-top: auto;
}

.singleproductcontainer .upsells .customproductmain .add_to_cart_button {
    display: block;
}

.singleproductcontainer .up-sells .products.customproductmain li.product.type-product .listitem-footer .listitem-footer-add {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.singleproductcontainer .up-sells .products.customproductmain li.product.type-product .listitem-footer .button {
    flex: initial;
}


.singleproductcontainer .up-sells .products.customproductmain li.product.type-product  .woocommerce-loop-product__title {
    text-align: center;
}


.singleproductcontainer .up-sells .products.customproductmain li.product .price {
    float: none;
}



.up-sells ul.products li.product {
    overflow: hidden;
    max-width: 250px;
}

.wpgs-for .slick-arrow {

}

.flaticon-right-arrow::before {
    content: " "!important;
    background: url(img/nav-arrow-right.svg) center center no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 40px;
    display: block;
}

.flaticon-back::before {
    content: " "!important;
    background: url(img/nav-arrow-right.svg) center center no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 40px;
    display: block;
    transform: rotate(180deg);
}

.wpgs-for .slick-arrow.flaticon-right-arrow {
    right: 10px;
}

.wpgs-for .slick-arrow.flaticon-back {
    left: 10px;
}

.product-tag {
    background-color: #ff0000;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    z-index: 500;
}


@media screen and (max-width: 768px) {
    .woocommerce #content .site-main div.product div.entry-column-first {
        width: 100%;
    }
    
    
    .woocommerce #content div.product div.summary {
        width: 100%;
    }

    .wpgs-nav.slick-initialized .slick-list{
        display: none!important;
    }

    .woocommerce div.product div.images {
        margin-bottom: 1em;
    }

    .product blockquote {
        padding: 10px 0;
        margin: 0 0 20px;
    }
    
    
    .product blockquote p, .woocommerce #content div.product .woocommerce-tabs .panel blockquote p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .woocommerce #content div.product .price-and-add {
        margin-bottom: 1.5em;
        padding-bottom: 1.5em;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 0;
    }

    .single-product-back {
        font-size: 16px;
    }
   
}


.woocommerce .recent_products ul.products {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 40px;*/
}

@media screen and (max-width: 768px) {
    /*.woocommerce .recent_products ul.products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 80px 40px;*/
    }

}

@media screen and (max-width: 468px) {
    .woocommerce .recent_products ul.products {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 80px 40px;
    }

}

.woocommerce .recent_products ul.products li.product{
    max-width: initial;
    background-color: transparent;
}


.woocommerce .recent_products ul.products li.product.type-product .woocommerce-loop-product__title {
    text-align: center;
}

.woocommerce .recent_products ul.products li.product .price {
    float: none;
    text-align: center;
    margin: 0 0 0 0;
}

.woocommerce .recent_products ul.products li.product .listitem-footer .button {
    width: 100%;
    font-size: 0.5em;
}

.woocommerce .recent_products ul.products li.product .listitem-footer .woocommerce-variation-add-to-cart {
    display: flex;
}

.woocommerce .recent_products ul.products li.product .listitem-footer .cart {
    display: flex;
}

.woocommerce .recent_products ul.products li.product .listitem-footer .cart .quantity {
    width: 30%;
    padding-right: 3px;
}


.woocommerce .recent_products ul.products li.product .listitem-footer .cart .quantity .qty {
    width: 100%;
    font-size: 0.7em;
}


.woocommerce .recent_products ul.products li.product .listitem-footer .cart.variations_form {

    display: block;
}



.woocommerce .recent_products ul.products li.product .listitem-footer .button.xt_wooqv-button {
    display: none;
}

@media (min-width: 768px) {
    .woocommerce .recent_products ul.products li.product{

        max-width: initial;
    }
}


/* Last viewd products */
.woocommerce ul.products.rvpscarousel li.product {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .woocommerce ul.products.rvpscarousel li.product {
        width: 100%;
        max-width: 100%;
    } 
}

.products-wrapper {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width: 769px) {
    .shop-sidebar {
        width: 100%;
    }
}
/*
.woocommerce ul.products.customproductmain {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}*/
/*
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}*/

.woocommerce .product-columns-4 ul.products.customproductmain {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*gap: 15px 15px;*/
}

.woocommerce .product-columns-3 ul.products.customproductmain {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*gap: 15px 15px;*/
}

.woocommerce .product-columns-2 ul.products.customproductmain {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*gap: 15px 15px;*/
}

@media (max-width: 500px) {
    .woocommerce .product-columns-2 ul.products.customproductmain {
        grid-template-columns: repeat(1, 1fr);
    }
}



.woocommerce ul.products.customproductmain li.product {
    max-width: initial;
    margin: 0 0 20px 0;
}

@media (min-width: 992px) {
    .woocommerce ul.products.customproductmain li.product {
        max-width: initial;
        margin: 0 0 20px 0;
    } 
}

@media (max-width: 850px) {
    .woocommerce ul.products.customproductmain {
        grid-template-columns: repeat(3, 1fr);
    }

    .woocommerce .product-columns-4 ul.products.customproductmain {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /*gap: 15px 15px;*/
    }
}

@media (max-width: 768px) {

    .woocommerce ul.products[class*="columns-"].customproductmain li.product, .woocommerce-page ul.products[class*="columns-"].customproductmain li.product {
        width: initial;
        margin: 0 0 20px 0;
    }


    .woocommerce ul.products.customproductmain {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce ul.products.customproductmain li.product {
        max-width: initial;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 680px) {
    .woocommerce .product-columns-4 ul.products.customproductmain {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /*gap: 15px 15px;*/
    }
}

@media (max-width: 400px) {
    .woocommerce .product-columns-4 ul.products.customproductmain {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /*gap: 15px 15px;*/
    }
}

.shop-front-header {
    width: 100%;
    margin: 0;
    padding: 30px 0 0 0;
    background-color: #ffffff;
}

.shop-front-header header {
    width: 100%;
    max-width: 1290px;
    padding: 0 15px;
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
}


#heading-searchform {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.q-search-container {
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin: 0 0;
  
}

.q-search-container .p-search-input {
    background-color: transparent;
    border-bottom: 2px solid #000;
}

.q-search-container button, .q-search-submit {
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent!important;
    font-size: 20px;
    color: #000;
    font-weight: 900;
    padding: 0;
    margin: 0;
}
.q-search-submit::before {
    content: "\f002";
}



ul.products.customproductmain li.product.type-product {
    display: flex;
    flex-flow: initial;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

ul.products.customproductmain li.product.type-product .thumb {
    width: 48%;
    box-sizing: border-box;
    position: relative;
}

.woocommerce ul.products li.product.type-product .woocommerce-loop-product__title {
    text-align: left;
}

.woocommerce ul.products li.product.type-product.product-colour-sample .woocommerce-loop-product__title {
    text-align: center;
}

ul.products.customproductmain li.product.type-product .product-meta {
    width: 48%;
    box-sizing: border-box;
}

.woocommerce ul.products li.product.type-product .price {
    float: none;
}

@media (max-width: 900px) {
    ul.products.customproductmain li.product.type-product .thumb {
        width: 100%;
    }

    ul.products.customproductmain li.product.type-product .product-meta {
        width: 100%;
    }
}



@media (max-width: 660px) {
    .woocommerce ul.products li.product .listitem-footer .button {
        width: 100%!important;
        margin-bottom: 8px;
    }
}

@media (min-width: 661px) and (max-width: 900px) {
    .woocommerce ul.products li.product .listitem-footer .button {
        width: 48%!important;
        margin-bottom: 8px;
    }
}

@media (min-width: 901px) and (max-width: 1146px) {
    .woocommerce ul.products li.product .listitem-footer .button {
        width: 100%!important;
        margin-bottom: 8px;
    }
}




/* Colour samples */
ul.products.customproductmain li.product.product-colour-sample,
.woocommerce .recent_products ul.products.customproductmain li.product.product_cat-colour-sample {
    display: block;
}

ul.products.customproductmain li.product.product-colour-sample .thumb,
.recent_products ul.products li.product_cat-colour-samples .thumb  {
    width: 100%!important;
    display: block!important;
    margin: 30px auto 20px auto!important;
    max-width: 200px!important;
}

ul.products.customproductmain li.product.product-colour-sample .thumb a{
    display: block;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

ul.products.customproductmain li.product.product-colour-sample .thumb a div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    height: 0;
    padding-bottom: 100%;   
    border-radius: 50%;
    overflow: hidden;
    z-index: 20;
}

.recent_products ul.products li.product_cat-colour-samples .thumb a div {
    width: 100%;
    max-width: 200px;
    height: 0;
    padding-bottom: 100%;   
    border-radius: 50%;
    overflow: hidden;
    z-index: 20;
    position: relative;
    display: block;
    order: 0;

}

.recent_products ul.products li.product_cat-colour-samples h2 {
    order:1;
}

ul.products.customproductmain li.product.product-colour-sample .thumb a .product-thumbnail .splat{
    z-index: 30;
    background-image: url(img/splash_v2.png);
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: all 0.15s ease-in;
}

ul.products.customproductmain li.product.product-colour-sample .thumb a .product-thumbnail .splat:hover{
 opacity: .6;
}

ul.products.customproductmain li.product.product-colour-sample .thumb a div img,
.recent_products ul.products li.product_cat-colour-samples .thumb a div img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

ul.products.customproductmain li.product.product-colour-sample .product-meta {
    width: 100%;
}

.woocommerce li.product.product-colour-sample table.variations {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}



.woocommerce li.product.product-type-variable .woocommerce-variation.single_variation {
    display: flex;
    justify-content: space-between;

}

.woocommerce li.product.product-colour-sample .woocommerce-variation.single_variation {
    display: flex;
    justify-content: center;
}

.woocommerce li.product.product-colour-sample .woocommerce-variation.single_variation .woocommerce-variation-description,
.woocommerce li.product.product-type-variable .woocommerce-variation.single_variation .woocommerce-variation-description {

    display: none;
}

.woocommerce li.product.product-colour-sample .woocommerce-variation.single_variation .woocommerce-variation-price,
.woocommerce li.product.product-type-variable .woocommerce-variation.single_variation .woocommerce-variation-price {

    padding-right: 8px;
}


.woocommerce li.product.product-colour-sample .woocommerce-variation.single_variation .woocommerce-variation-availability,
.woocommerce li.product.product-type-variable .woocommerce-variation.single_variation .woocommerce-variation-availability {

    position: relative;
    font-size: .8em;
    padding-left: 10px;
}

.woocommerce li.product.product-colour-sample .woocommerce-variation.single_variation .woocommerce-variation-availability::before {

    content: "/";
    position: absolute;
    left: 0;
}

.woocommerce ul.products li.product.product-colour-sample .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
}


.woocommerce ul.products li.product.product-colour-sample .variations_button .quantity {
    width: 60px;
    float: none;
}


.woocommerce ul.products li.product.product-colour-sample  .listitem-footer .button {
    flex: 1;
    width: 100%;
    text-align: center;
    text-transform: none;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #000;
  }



/** Category header **/

.section-category-hero-alt {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1260px;
    padding: 0;
    margin: 0 auto 40px auto;
}

.section-category-hero-alt .hero-img {
    width: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-category-hero-alt .category-info {
    width: 90%;
    max-width: 860px;
    text-align: center;
}

.section-category-hero-alt h1 {
    font-size: 52px;
    margin: 0;
      margin-bottom: 0px;
    display: inline-block;
    text-transform: none;
    margin-bottom: 12px;
    padding: 0;
    letter-spacing: 0;
    color: #fff;
}

.section-category-hero-alt p {
    font-size: 20px;
    text-transform: none;
    line-height: 120%;
    color: #fff;
}


@media (max-width: 768px) {
    .section-category-hero-alt h1 {
        font-size: 42px;
    }

    .section-category-hero-alt p {
        font-size: 17px;

    }

}

@media (max-width: 480px) {
    .section-category-hero-alt h1 {
        font-size: 32px;
    }

    .section-category-hero-alt p {
        font-size: 15px;

    }
}


.product-cascade-chips form.cart {
    display: flex;
}

.product-cascade-chips form.cart .quantity {
    margin-right: 10px;
}

.product-cascade-chips form.cart .quantity .qty{
    width: 70px;
}



.woocommerce ul.products li.product .listitem-footer .button {
    flex: 1;
    width: 100%;
    text-align: center;
    text-transform: none;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #000;
    background-color: #141213;
}

/* mega menu */

.ncs-mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 80vh;
    background-color: #fff;
    z-index: -40;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.15s ease-in;
    border-bottom: 20px solid #fff;

}



.ncs-mega-menu.active {
    z-index: 100000;
    opacity: 1;
    pointer-events: initial;
}


.menu-content {
    width: 96%;
    /*max-width: 1260px;*/
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 40px;
    padding-bottom: 10px;
}


@media (max-width: 850px) {
    .menu-content {
        width: 90%;
        grid-template-columns: repeat(1, 1fr);

    }
 }

.menu-content .column {
    height: 100%;
}

.menu-content .column .c2 {

}

.menu-content .column .c3 {
    display: none;
}

.menu-content .column header {
    margin-bottom: 60px;
}

.menu-content .header-image {
    width: 100%;
    margin-bottom: 30px;
}

.menu-content .header-image img {
    display: block;
    width: 100%;
    height: auto;
}


.menu-content .campaign-link h2 {
    font-size: 20px;
    margin-bottom: 3px;
    line-height: 1;
}

.menu-content .campaign-link a {
    font-size: 0.8em;
}

.menu-content .campaigns ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.menu-content .campaigns ul li {
    margin-bottom: 4px;
}



.menu-content .campaigns ul li a {
    font-size: 20px;
}

@media (max-width: 400px) {
    .menu-content .campaigns ul li a {
        font-size: 14px;
    }
}



.mini-menu {
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0;
}

.mini-menu .mini-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 6px;
    outline: none;
}



.mini-menu .mini-title i{
    width: 16px;
    height: 16px;
    background-color: #000;
    -webkit-mask-image: url(img/down-arrow.svg);
    mask-image: url(img/down-arrow.svg);
    mask-size: 100% auto;
    transition: all 0.15s ease-in;
    margin-left: 10px;
}

.mini-menu .mini-title i.reg{
    transform: rotate(-90deg);
}

.mini-menu .mini-title.active i{
    transform: rotate(-180deg);
}



.mini-menu .mini-title .thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}


.mini-menu li a {
    font-size: 20px;
}

.mini-menu li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.mini-menu li ul li {
    width: 31%;
}

@media (max-width: 500px) {
    .mini-menu li ul li {
        width: 100%;
    }
}


.mini-menu li ul li.fw {
    width: 31%;
}

@media (max-width: 500px) {
    .mini-menu li ul li.fw {
        width: 100%;
    }
}


.mini-menu li ul li.sub-heading {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 8px;
}

.mini-menu li ul li.sub-heading a {
    font-size: 18px;
}

.mini-menu li ul li a {
    font-size: 13px;
}



.js-mega-close {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 40px;
    line-height: 1;
}

.woocommerce ul.products li.product {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}

/* category */

.woocommerce ul.products.customproductmain li.product.product-category a {
    display: block;
    width: 100%;
    /*min-height: 200px;*/
    position: relative;
}

.woocommerce ul.products.customproductmain li.product.product-category a h2 {
    position: relative;
    font-size: 1.2em!important;
    text-transform: uppercase;
    margin: 14px 0 0 0;
    z-index: 20;
    text-align: center;
}

.woocommerce ul.products.customproductmain li.product.product-category a .inside {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    /*right: 26%; */
    z-index: 10;
}


@media (max-width: 960px) {
    .woocommerce ul.products.customproductmain li.product.product-category a h2 {
        font-size: 1.3em!important;
        margin: 12px 0 0 15px;

    }
}

@media (max-width: 768px) {
    .woocommerce .product-columns-3 ul.products.customproductmain {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .woocommerce ul.products.customproductmain li.product.product-category a {
        display: block;
        width: 100%;
        position: relative;
    }
    
    .woocommerce ul.products.customproductmain li.product.product-category a h2 {
        position: relative;
        font-size: 1.5em!important;
        z-index: 20;
    }
}

@media (max-width: 500px) {
    .woocommerce .product-columns-3 ul.products.customproductmain {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .woocommerce ul.products.customproductmain li.product.product-category a h2 {
        font-size: 1em!important;
    }


}




.customsingleproduct {
    background-color: #fff;
}

.singleproductcontainer {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}

.xt_wooqv-show-on-all,
.woocommerce ul.products li.product.product-colour-sample .listitem-footer .button.xt_wooqv-more-info,
.woocommerce ul.products li.product.product-colour-sample .listitem-footer .button.add_to_cart_button {
    display: none;
}

.woocommerce button.button.alt {
    background-color: #000;
}

.campaign-grid__colours .color .woocommerce-variation-add-to-cart .xt_wooqv-button {
    display: none;
}

#xt_wooqv .xt_wooqv-item-info .single_add_to_cart_button {
    font-family: "Touche-Regular", sans-serif!important;
    font-weight: 700!important;
    font-size: 0.6em!important;
    text-transform: uppercase!important;
    border-radius: 0!important;
    padding: 15px 20px!important;
    
}


.xt_wooqv-item-info form .quantity {
    padding: 0;
    font-size: 0.7em;
    height: 42px;
}

.xt_wooqv-item-info form .quantity .qty {
    border: 1px solid;
}

#xt_wooqv .xt_wooqv-item-info .xt_wooqv-more-info {
    /*display: none!important;*/
    font-family: "Touche-Regular", sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.6em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    padding: 14px 20px !important;
    border: 1px solid #000!important;
    color: #000!important;
    background-color: #fff!important;
}

#xt_wooqv .xt_wooqv-item-info table.variations tr:first-child {
    display: none!important;
}


#xt_wooqv .xt_wooqv-item-info table.variations .value::after {
    top: 18px;
}

.cb-content button {
    background-color: #000;
}

/** Colour Samples category Archive **/

.meta-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.sort-product {
    display: flex;
    align-items: center;
    
}

.sort-title {
    text-transform: uppercase;
    font-size: 0.6em;
}

.sort-size, .sort-color {
    line-height: 0;
    margin-left: 10px;
    position: relative;
}

.sort-size .sample-size-select,
.sort-color .sample-size-select {
    position: relative;
    font-weight: 700;
    font-size: 0.6em;
    line-height: 1.4;
    text-transform: uppercase;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 30px 0 0.25em;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: transparent;
    height: 30px;
    display: block;
}

.sort-size::after,
.sort-color::after {
    content: " ";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border-width: 10px 7px 0 7px;
    border-style: solid;
    border-color: #141213 transparent;
    pointer-events: none;
}

.sort-bestseller {
    margin-left: 10px;
}
.sort-bestseller .button.outline, .sort-clear .button.outline {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    padding: 0 1em;
    display: flex;
    align-items: center;
    height: 30px;
}

.sort-clear .button.outline {
    border: none;
    text-decoration: underline;
}

.sort-bestseller .button.outline:hover, .sort-clear .button.outline:hover {
    background-color: #fff;
    color: #000;
}


@media (max-width: 830px) {
    .meta-sort {
        flex-wrap: wrap;
    }
    .sort-product {
       order: 2;
       width: 100%;
       justify-content: center;
    }

    .woocommerce .customcontainercolorsearch {
        margin: 0 auto;
        max-width: 100%!important;
        justify-content: center!important;
        padding: 20px 0 0 0!important;
    }
}

@media (max-width: 480px) {
    .sort-product {
        flex-wrap: wrap;
    }

    .sort-title, .sort-clear {
        width: 100%;
        text-align: center;
        margin-bottom: 6px;
    }

    .sort-clear .button.outline {
        display: inline;
    }
}





/** upsells **/
.gpsc--product-slider-carousel h2.gpsc--section-title {
    font-size: 0.8em;
    text-transform: uppercase;
}

.gpsc--product-image h2 {
    text-align: center;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 4px;
}

.gpsc--product-image .listitem-footer .listitem-footer-add {
    width: 100%;
    display: flex; 
    justify-content: space-between;
}

.gpsc--product-image .listitem-footer .listitem-footer-add .button.outline {
    width: 49%;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.gpsc--product-image .listitem-footer .listitem-footer-add .atc-container {
    width: 49%;
    margin: 0;
    padding: 0;
}

.gpsc--product-image .listitem-footer .listitem-footer-add .atc-container a{
    width: 100%;
}



.price, .price-c .amount {
    font-size: 16px;

}


.price-c {
    margin-bottom: 10px;
}

element {

}
.gpsc--product-slider-carousel .swiper-button-next {


}
.gpsc--product-slider-carousel .swiper-button-prev, 
.gpsc--product-slider-carousel .swiper-button-next {
   top: 50%;
}

.gpsc--product-slider-carousel .swiper-button-next {
    left: initial;
}

.gpsc--product-slider-carousel .swiper-button-prev {
    right: auto;
}


/* */

.rvpscarousel .slick-prev, .rvpscarousel .slick-next {
    /*position: absolute;
    top: 20%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;*/
    /*-webkit-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    transform: translate(0, -45%);
    cursor: default;
    border: none;
    outline: none;
    background: transparent;*/



    position: absolute;
    top: 50%!important;
    width: 44px!important;
    height: 44px!important;
    margin-top: calc(-1 * 44px/ 2)!important;
    z-index: 10!important;
    cursor: pointer!important;
    /*display: flex!important;
    align-items: center!important;
    justify-content: center!important;*/
}

.rvpscarousel .slick-prev::before, .rvpscarousel .slick-next::before {
    display: none!important;
}

.rvpscarousel .slick-prev::after, .rvpscarousel .slick-next::after {

    font-family: fontAwesome;
    font-size: 25px;
    color: #333333;
    padding: 4px 12px;
    background: #d5d5d5;
    border-radius: 2px;

}

.rvpscarousel .slick-next::after {
    content: "\f105";
}

.rvpscarousel .slick-prev::after {
    content: "\f104";
}

.ninja-forms-field.signup-btn.btn.btn-primary {
    color: #000;
    background-color: #edeede;
    margin: 0;
    width: 100%;
}

.woocommerce span.onsale {
    display: none;
}