/**
 * GENERAL SETTINGS
================================================================================================ 
================================================================================================ 
================================================================================================ 
================================================================================================ */
*,
 ::after,
 ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
}

body {
    font-size: 16px;
    line-height: 1;
    font-family: 'Poppins',Helvetica,Arial,'Open Sans','Segoe UI',Calibri,sans-serif;
}

.dfl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.dfl-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.dfl-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.dfl-ju-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dfl-ju-sb {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.dfl-al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dfl-al-end {
    -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
}

.dfl-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dfl-bw {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dfl-wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dfl-1 {
    order:1;
}

.dfl-2 {
    order:2;
}

.tal-c {
    text-align: center;
}

.cl {
    clear: both;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

p, ul {
    line-height: 1.45;
}

ul {
    padding: 0px;
}

ul li {
    list-style: none;
    margin-bottom: 5px;
}

::selection {
    background: #3ba133;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #3ba133;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #3ba133;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none;
    color: inherit;
}

/* FCP CONTAINER
================================================================================================ 
================================================================================================ 
================================================================================================ 
================================================================================================ */

div.fcp-support-container {
    position: relative;
}

div.fcp-support-container div.breadcrumbs {
    position: absolute;
    top: 0px;
    z-index: 99;
    padding: 5px;
}

div.fcp-support-container div.breadcrumbs p a {
    color: inherit;
    color: #333333c4;
}

div.fcp-support-container div.breadcrumbs p a.active-breadcrumb {
    color: #fff;
    text-decoration: underline;
}

div.fcp-support-container div.breadcrumbs p a:hover {
    color: #fff;
    text-decoration: underline;
}

div.fcp-support-headline h1 {
    margin-bottom: 15px;
    font-weight: 550;
    color: #fff;
    text-align: center;
}

div.fcp-support-headline h3 {
    font-weight: 550;
    color: #fff;
    text-align: center;
}

div.fcp-support-headline {
    max-height: 540px;
    content: "";
    left: 0;
    width: 100%;
    height: 540px;
    /*position: absolute;*/
    /*right: 0;*/
    /*z-index: -1;*/

    /*top: -155px;*/
    position: relative;
}

div.fcp-support-headline-content {
    z-index: 999;
}

div.fcp-support-headline-modal {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 22%);
    width: 100%;
    height: 100%;
    z-index: 9;
}

div.fcp-support-content {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    margin-top: -155px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 30px 20px;
    z-index: 999;
}

a.support-content-item {
    max-width: 230px;
    width: 100%;
    margin: 10px;
    padding: 10px;
    cursor: pointer;
}

a.support-content-item:hover {
    background: #f6f6f6;
}


div.support-content-image {
    margin-bottom: 15px;
}

div.support-content-image svg {
    max-width: 120px;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

/* SHOP CONTACT CONTAINER
================================================================================================ 
================================================================================================ 
================================================================================================ 
================================================================================================ */

div.shop-contact-container {
    width: 100%;
    position: relative;
}

div.shop-contact-inner-container {
    position: relative;
    border-radius: 2px;
    border: 2px solid #333333;
    max-width: 1150px;
    width: 100%;
    margin: 20px auto;
    padding: 50px 15px;
}

div.shop-contact-inner-container::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    height: 110px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

div.shop-contact-inner-container::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    height: 110px;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

div.shop-contact-info {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

div.shop-contact-headline h3 {
    font-weight: 550;
    font-size: 28px;
}

div.shop-contact-item {
    border-right: 2px solid #333333;
    padding: 20px;
    margin-top: 30px;

}

div.shop-contact-item a, div.shop-contact-item p {
    text-align: center;
}

div.shop-contact-item a.shop-number {
    font-weight: 550;
    font-size: 18px;
    margin-bottom: 10px;
}

div.shop-contact-cta a {
    background: #459427;
    width: 100%;
    max-width: 480px;
    padding: 15px 15px;
    font-size: 16px;
    text-align: center;
    display: block;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
    margin: 15px auto;
    font-weight: 500;
}

div.shop-contact-cta {
    border: none;
}

/* FAQ CONTAINER
================================================================================================ 
================================================================================================ 
================================================================================================ 
================================================================================================ */

.faq {
    margin: 0 auto;
    float: none;
    width: 95%;
    max-width: 768px;
}

.faq h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 7px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
}

.faq span.subheadline {
    color: #555!important;
    font-size: 13px;
    margin: 0px auto 30px;
    display: block;
    text-align: center;
    font-style: italic;
}

.faq .faq-item {
    width: 100%;
    background: #fff;
    border-top: 1px solid #d6d6d7;
    color: #333333; /*#4c545a*/
    font-weight: 500;

    cursor: pointer;
    padding: 20px 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 1rem;
    transition: 0.5s;
}

.faq .active {
    background-color: #333333;
}

a.faq-item svg {
    widows: 30px;
    height: 30px;
    fill: currentColor;
    -webkit-transition-property: fill,-webkit-transform;
    transition-property: fill,-webkit-transform;
    -o-transition-property: transform,fill;
    transition-property: transform,fill;
    transition-property: transform,fill,-webkit-transform;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.4,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.4,1);
    transition-timing-function: cubic-bezier(.4,0,.4,1);
}

.faq-item.active-faq svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.active-faq + div.panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.faq .panel {
    display: none;
    padding: 0;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: left;
}

.faq .panel p {
    padding: 10px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
    /*border: 2px solid rgb(204 204 204 / 0.25);*/
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    margin: 0;
    background: #fbfbfb;
    border-left: 1px solid rgb(204 204 204 / 23%);
    border-right: 1px solid rgb(204 204 204 / 23%);
}


/* CONTACT FORM CONTAINER
================================================================================================ 
================================================================================================ 
================================================================================================ 
================================================================================================ */

form.webshop-contact-form {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

div.webshop-contact-form-headline h3 {
    margin-bottom: 15px;
    font-weight: 550;
    text-align: center;
    font-size: 28px;
}

form.webshop-contact-form div.input-wrapper, form.webshop-contact-form div.textarea-wrapper {
    max-width: 50%;
    width: 100%;
    padding: 10px;
}

form.webshop-contact-form input, form.webshop-contact-form textarea {
    width: 100%;
    padding: 15px 10px;
    border: none;
    outline: none;
    border-bottom: 1px solid #333;
}

form.webshop-contact-form textarea {
    padding-bottom: 0px;
    min-height: 46px;
    max-height: 150px;
    resize: vertical;
    width: 100%;
}

div.webshop-contact-cta-wrapper {
    width: 100%;
}

div.webshop-contact-cta-wrapper a {
    background: #459427;
    width: 100%;
    padding: 15px 15px;
    font-size: 16px;
    text-align: center;
    display: block;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
    margin: 15px auto;
    font-weight: 500;
}

div.webshop-contact-cta-wrapper p {
    font-size: 12px;
    color: #898989;
    font-weight: 400;
    margin-bottom: 15px;
}

.invalid-field {
    border-bottom: 2px solid red!important;
}

.valid-field {
    border-bottom: 2px solid  #0fcc0f!important;
}

.recaptcha-indicator {
    color: red;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}

/* NEWSLETTER BOX
================================================================================================ 
================================================================================================ 
================================================================================================ 
================================================================================================ */

div.newsletter-box {
    margin-top: 30px;
    padding: 80px 15px 40px;
    background: #333333;
    background-color: #0f73ee;
    background: url('../../shop/images/newsletter-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

div.newsletter-box-wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

h3.newsletter-headline {
    font-weight: 550;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #fff;
}

div.newsletter-text p {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

div.newsletter-body {
    margin-top: 35px;
    width: 100%;
}

div.newsletter-body form {
    width: 100%;
}

div.newsletter-body form input {
    padding: 6px 12px;
    line-height: 30px;
    color: #555555;
    background-color: #fff;
    background-image: none;
    font-size: 14px;
    max-width: 420px;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    border: #eee;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 15%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

div.newsletter-body form input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 15%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

a.newsletter-form-cta {
    background: #fca120;
    color: #fff;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 5%);
    font-size: 16px;
    padding: 14px 30px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
}

div.newsletter-box div.recaptcha-container {
    margin-top: 15px;
}


/* SOCIAL NETWORK CONTAINER
================================================================================================ 
================================================================================================ 
================================================================================================ 
================================================================================================ */

div.social-network-icon svg {
    max-width: 100px;
    width: 100%;
    display: block;
    position: relative;
}

div.social-network-item {
    margin-bottom: 25px;
}

div.social-network-item h3 {
    margin-top: 15px;
}

div.social-network-item h3, div.social-network-item p {
    text-align: center;
}


/* REFUND FORMULAR CSS
================================================================================================ 
================================================================================================ 
================================================================================================ 
================================================================================================ */

div.faq-wrapper {
    width: 100%;
}

span.mandatory-indicator {
    color: red;
}

form.refund-form {
    max-width: 600px;
    width: 100%;
    margin: 15px auto;
    padding: 0px 15px;

}

form.refund-form label {
    width: 100%;
    margin-bottom: 10px;
}

form.refund-form label div.label-headline {
    margin-bottom: 7px;
    width: 100%;
    position: relative;
}

form.refund-form input, form.refund-form textarea, form.refund-form input, form.refund-form select {
    border-radius: 4px;
    border: 1px solid #dde0e3;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    font-weight: 400;
    padding: 14px 10px;
    font-family: 'Poppins',Helvetica,Arial,'Open Sans','Segoe UI',Calibri,sans-serif;
}

form.refund-form input::placeholder, form.refund-form textarea::placeholder {
    font-size: 14px;
    font-weight: normal;
}

form.refund-form textarea {
    resize: vertical;
    max-height: 250px;
    min-height: 120px;
}

.date-btn {
    color: #6c757d;
    opacity: .65;
    height: 100%;
    min-width: 50px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;*/
    /*border: 1px solid transparent;*/
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #6c757d;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.date-btn i {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

div.dobule-form-field {
    width: 100%
}

div.dobule-form-field label:nth-child(2) {
    margin-left: 7px;
}

i.fa-info-circle {
    cursor: pointer;
}

a.refund-form-cta {
    background: #459427;
    width: 100%;
    padding: 15px 15px;
    font-size: 16px;
    text-align: center;
    display: block;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
    margin: 15px auto 20px;
    font-weight: 500;
    max-width: 320px;
}

/* RESPONSIVE
================================================================================================ 
================================================================================================ 
================================================================================================ 
================================================================================================ */


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

	div.footer-company-info {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: column;
	    flex-flow: column;

	    -webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	}

	div.footer-logo {
        margin: 0 auto;
    }

    div.footer-payment-options {
        text-align: center;
        width: 100%;
    }

    div.footer-company-info h3.contact-headline, div.footer-company-info h3.payment-headline {
        margin-bottom: 15px;
    }

    div.footer-payment-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    div.footer-payment-options img, div.footer-payment-options svg {
        height: 30px;
    }

    div.footer-contact {
        margin-bottom: 15px;
    }

    div.footer-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div.footer-links a {
        margin-bottom: 10px;
    }


    div.fcp-support-content {
        width: 95%;
    }

}

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

    div.shop-contact-inner-container {
        padding: 20px 15px;
    }

	div.shop-contact-inner-container div.shop-contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }

    div.shop-contact-headline h3 {
        padding: 20px;
        text-align: center;
    }

    div.shop-contact-item {
        border: none;
        margin-top: 0px;
    }

    div.shop-contact-cta a {
        margin: 0 auto;
    }

    a.support-content-item {
        max-width: 45%;
        width: 100%;
        margin: 2%;
    }

    form.webshop-contact-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }

    form.webshop-contact-form div.input-wrapper, form.webshop-contact-form div.textarea-wrapper {
        width: 100%;
        max-width: initial;
    }

    div.return-faq {
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
	
    form.refund-form {
        padding: 0px;
    }

}