/**
 * 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: 110px;
    }
}

@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;
}

/* 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%;
    }
}
