/* customize mobile css */
@import "responsive-custom-style.css";

:root {
    --black: #202020;
    --white: #fff;
    --gray: #999;
    --gray-medium: #71686d;
    --gray-light: #f4f4f4;
    --purple: #702283;
    --pink: #E6007E;
    --pink-soft: #FFF8FC;
    --pink-border: #f5ebf1;
    --salmon: #F0847A;
    --orange: #F39200
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Work Sans', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.4;
    color: var(--purple);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', Helvetica, Arial, sans-serif;
}

h1, .h1 {
    font-size: 2rem;
    letter-spacing: -.01em;
    line-height: 1.15;
}

p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

a {
    color: var(--pink);
    text-decoration: underline .0625em currentColor;
    text-underline-offset: .0625em;
    transition: color 200ms;
    font-size: 16px;
}

a:hover {
    color: #EC67B0;
    text-decoration: underline;
}

/* alert */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.alert .sign {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    width: 25px;
    display: inline-block;
}

.alert-success {
    background-color: #dbf6d3;
    border-color: #aed4a5;
    color: #569745;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.alert-white {
    background-image: linear-gradient(to bottom, #FFFFFF, #F9F9F9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.icon-alert {
    margin-top: 40%;
    fill: #fff;
}

.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 103%;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #bdbdbd;
}

.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background: #fff;
}

.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.alert-white.alert-danger .icon, .alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

.alert-white.alert-info .icon, .alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}

.alert-white.alert-warning .icon, .alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.alert-white.alert-success .icon, .alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}

.dropzone-form {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    min-height: 150px;
    padding: 20px 20px;
}

.pics-upload-btn {
    opacity: 1 !important;
    max-width: 250px;
    text-decoration:none;
}

.dropzone-pics-container {
    min-width: 100% !important;
    min-height: 150px;
}

.image-preview__remove-btn {
    z-index: 5 !important;
}

/* center footer  */
.footer-bottom {
    background: white;
    border-top: 1px #64378C;
}

.footer {
    clear: both;
    padding-top: 0px !important;
}

.footer-menu {
    clear: both;
    background: white !important;
    color: var(--purple);;
    line-height: 1.4;
    padding:0;
}
.footer-col a {
    color:var(--pink);
}

.footer-title {
    margin-top: 1em;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    color: var(--pink);
}

.footer .col-2 {
    padding-left: 0;
    text-align: left;
}


.footer .col-2 a {
    color: var(--purple);
    text-decoration: none;
}

.header__home-link > img {
    width: 173px;
}

.hero__image {
    min-height: 175px;
}

.image-editor__image, .cropper-container, .cropper-crop-box {
    max-width: 100% !important;
}

/* FAQ */
.faq-panel-div {
    background: var(--purple);
    color: white;
    width: 100%;
}

.faq-title {
    padding-top: 3rem;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 1.25rem;
}

ul.faq-list > li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    height: 1.5em;
    width: 1.5em;
    margin-right: 1rem;
    margin-left: -2.5em;
    background-image: url(../images/misc/roze.png);
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

ul.faq-list > li {
    width: 400px;
}

ul.faq-list > li > p {
    font-style: italic;
}

ul.faq-list > li > span {
    display: inline-block;
    position: relative;
    padding-right: 1.5em;
    min-width: 100%;
}

.toggle {
    display: none;
}

.toggle:target {
    display: block;
}

ul.faq-list > li > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0.125em;
    right: 0;
    height: 1em;
    width: 1em;
    fill: white !important;
    background-image: url(../svg/arrow-down.svg);
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    transition: transform 200ms;
}

ul.faq-list > li.active > span:after {
    background-image: url(../svg/arrow-up.svg);
}

.faq-list-item:hover {
    cursor: pointer;
}

.faq-list-item {
    padding-left: 2.5em;
    margin-bottom: 0.75em;
}

ul.faq-list > li.active > span {
    margin-bottom:21.25px;
}
ul.faq-list > li.active p {
    margin-right:30px;
}
ul.faq-list > li.active {
    margin-bottom:42.5px;
}

.faq-list-item p {
    display: none;
}

.btn {
    padding: 1em 2em;
    line-height: 1.25;
    border-radius: 1.625em;
    min-width: 11em;
    box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
}

.btn-cta {
    background: var(--pink) !important;
    text-transform: none;
}

.btn-cta:hover {
    box-shadow: 0 4px 16px rgb(0 0 0 / 24%);
    transform: translateY(-1px);
    background-image: linear-gradient(45deg, var(--pink) 16.5%, var(--salmon) 33%, var(--pink) 49.5%, var(--purple) 66%, var(--pink) 82.5%, var(--salmon) 100%);
    background-size: 400% 400%;
    animation: btnHover 3s linear infinite;
}

@keyframes btnHover {
    0% {
        background-position: 100% 0%
    }
    100% {
        background-position: 15% 100%
    }
}

.nav-main__link {
    color: #000;
    text-transform: none;
    font-family: 'Work Sans', Helvetica, Arial, sans-serif;
    padding: 0.625em 0.75em;
    border-radius: 0.375em;
    letter-spacing: -.0375em;
}

.nav-main__link:hover {
    color: #000;
    background-color: #f2f2f2;
    text-decoration: none;
}

.hero--full-page {
    background-color: var(--purple);
    background-image: url(/assets/images/backgrounds/hero-header.jpg) !important;
    background-size: cover !important;
}

.hero--full-page__title, .hero--full-page__sub-title {
    text-align: left;
}

.hero--full-page__title {
    font-size: 2.5rem;
}

.hero--full-page__sub-title p {
    font-size: 17px;
}

.border-info {
    border-color: var(--purple) !important;
}

.text-info {
    color: var(--purple) !important;
}

.hero .col-form-label {
    padding-bottom: 0 !important;
}

.hero--full-page {
    /*position: relative;*/
    background-color: #702382;
    background-image: none;
    /*background-image: url(/assets/images/backgrounds/hero-4k.jpg), linear-gradient(to right, $ magenta, $ orange);*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*text-align: center;*/
    /*color: white;*/
}

.hero--full-page__wrapper-inner {
    max-width: 580px;
}

.container-order-steps {
    background-color:var(--pink-soft);
}

#order-steps {
    display: flex;
    width: 100%;
}

#order-steps div {
    width: 33%;
    text-align: center;
    font-weight: bold;
    color:var(--gray-medium);
}

#order-steps div.active {
    color: var(--pink);
}

#order-steps div strong {
    display: block;
}

#order-steps div span {
    font-size:20px;
    display: block;
    width:30px;
    height:30px;
    margin:0 auto;
    color:#fff;
    background-image: url(/assets/images/misc/grijs.png);
    background-size: 30px 30px;
}

#order-steps div.active span {
    background-image: url(/assets/images/misc/paars.png);
}

.banner {
    max-height:400px;
    overflow: hidden;
}
