/**
 * default.css
 *
 * This file adds all the default styles to the website and set's
 * an standard for the programmers to work with.
 *
 * @author    Mark de Mol
 * @version   1.0
 */

body {
    margin: 0;
    padding: 0;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll; /* Always show scroll bar to prevent short pages from having a different width */
}

body.static {
    overflow: hidden;
    -ms-overflow-y: scroll; /* fix for Windws phone 8.1 */
    height: 100%; /* fix for Windws phone 8.1 */
}

body.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.article > .margin > .padding {
    padding: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.align-justify {
    text-align: justify;
}

[data-toggle='tooltip'] {
    cursor: help;
}

#devicegrade {
    position: fixed;
    z-index: 100;
    border: none;
    bottom: 25px;
    left: 20px;
    display: none;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

#devicegrade > div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #602272;
    border-radius: 50px;
}

#devicegrade.active {
    display: block;
}

.top-message {
    justify-content: center;
}

.scroll-div {
    position: fixed;
    right: 50px;
    bottom: 50px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    z-index: 10;
    border-radius: 5px;
    cursor: pointer;
}

.scroll-div > i {
    font-size: 24px;
    line-height: 40px;
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
}

.scroll-div > i:hover {
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.8;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
}

table th,
table td {
    white-space: normal;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}

label[for] {
    cursor: pointer;
}

figure {
    display: block;
}

figure img {
    display: inline-block;
}

/*
* Force to keep childeren within the parent.
*/

*,
*:before,
*:after {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

/*
*	Default a tags
*/
a:focus {
    outline: auto;
}

/*
* Allow us to float & clear easily.
*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-self::after {
    content: '';
    clear: both;
    display: table;
}

/*
*	Navigation
*/
.navigation-wrap {
    clear: both;
    width: 100%;
    text-align: right;
    float: left;
}

.navigation-wrap > a {
    display: inline-block;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background-color: #ef7e3a;
    border-radius: 3px;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    transition: 0.2s ease-in-out;
    transition-property: background-color, color;
}

.navigation-wrap > a:not(.disabled):hover {
    background-color: #ffa15e;
    color: #fff;
}

.navigation-wrap > a.disabled {
    cursor: default;
    background-color: #efefef;
    color: #dbdbdb;
}

.navigation-wrap > span {
    color: #727272;
    padding: 0px 15px;
}

/*
* Style the rows by default
*/
.relative {
    position: relative;
}

.row {
    width: 100%;
    max-width: 100%;
    float: left;
}

.row > div {
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
}

.row.full-site-width > div {
    max-width: 100%;
    padding: 0;
}

.row.full-container-width > div .padding {
    padding: 0;
}

.row.full-site-width > div > .group > .margin > .padding,
.row.full-site-width > div > .group .article > .margin > .padding {
    padding: 0;
}

.group {
    float: left;
}

.group.vertical-flex-start > .margin > .padding {
    display: flex;
    align-items: flex-start; 
}

.group.vertical-center > .margin > .padding {
    display: flex;
    align-items: center; 
}

.group.vertical-flex-end > .margin > .padding {
    display: flex;
    align-items: flex-end;
}

.group.vertical-stretch > .margin > .padding {
    display: flex;
    align-items: stretch;
}

.group.vertical-baseline > .margin > .padding {
    display: flex;
    align-items: baseline;
}

.group.center > .margin > .padding {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.group.right > .margin > .padding {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.group.space-between > .margin > .padding {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body > noscript.warning.message {
    justify-content: center;
}

.select-wrap {
    position: relative;
}

.row.webdesign li {
    display: inline-block;
    list-style: none;
}

.loading-time {
    position: fixed;
    bottom: 5px;
    left: 15px;
    color: #000000;
    z-index: 9999;
    font-size: 10px;
    width: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.333);
    line-height: 1;
}

.swiper.add-slider {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}
.swiper.add-slider .swiper-pagination {
    bottom: 0px;
}
.swiper.add-slider .swiper-button-prev {
    left: 20px;
}
.swiper.add-slider .swiper-button-next {
    right: 20px;
}

/*
* Style the widths 
*/
.width-100 {
    float: left;
    width: 100%;
}
.width-95 {
    float: left;
    width: 95%;
}
.width-90 {
    float: left;
    width: 90%;
}
.width-85 {
    float: left;
    width: 85%;
}
.width-80 {
    float: left;
    width: 80%;
}
.width-75 {
    float: left;
    width: 75%;
}
.width-70 {
    float: left;
    width: 70%;
}
.width-67,
.width-66 {
    float: left;
    width: calc((100% / 3) * 2);
}
.width-65 {
    float: left;
    width: 65%;
}
.width-60 {
    float: left;
    width: 60%;
}
.width-55 {
    float: left;
    width: 55%;
}
.width-50 {
    float: left;
    width: 50%;
}
.width-45 {
    float: left;
    width: 45%;
}
.width-40 {
    float: left;
    width: 40%;
}
.width-35 {
    float: left;
    width: 35%;
}
.width-33 {
    float: left;
    width: calc(100% / 3);
}
.width-30 {
    float: left;
    width: 30%;
}
.width-25 {
    float: left;
    width: 25%;
}
.width-20 {
    float: left;
    width: 20%;
}
.width-15 {
    float: left;
    width: 15%;
}
.width-10 {
    float: left;
    width: 10%;
}
.width-5 {
    float: left;
    width: 5%;
}
.width-auto {
    float: left;
    width: auto;
}

.font-size-10 {
    font-size: 10px;
}
.font-size-11 {
    font-size: 11px;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-28 {
    font-size: 28px;
}
.font-size-30 {
    font-size: 30px;
}
.font-size-32 {
    font-size: 32px;
}
.font-size-34 {
    font-size: 34px;
}
.font-size-26 {
    font-size: 26px;
}
.font-size-40 {
    font-size: 40px;
}
.font-size-46 {
    font-size: 46px;
}

.article.item-image .image-background-wrap {
    display: none;
}

.article.item-image .image-background.item-image {
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 10%;
    position: relative;
}

.article.item-image .image-background.item-image > i {
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
}

.n-popup .content {
    background-color: #000;
}

.n-popup .content .title {
    display: none;
}

.n-popup > .padding > .content > .buttons > .btn.ok {
    color: #fff;
}

.article.item-image .item-image-wrapper {
    position: relative;
}

.article.item-image .item-image-wrapper.text-align-middle,
.article.item-image .item-image-wrapper.text-align-bottom {
    display: flex;
}
.article.item-image .item-image-wrapper.text-align-middle.text-location-2 .image,
.article.item-image .item-image-wrapper.text-align-bottom.text-location-2 .image {
    order: 1;
}
.article.item-image .item-image-wrapper.text-align-middle {
    align-items: center;
}
.article.item-image .item-image-wrapper.text-align-bottom {
    align-items: end;
}

.article.item-image .item-image-wrapper > .image {
    position: relative;
}

.article.item-image .item-image-wrapper > .image > a {
    display: block;
}

.article.item-image .item-image-wrapper > .image img {
    vertical-align: bottom;
}

.article.item-image .item-image-wrapper > .image:not(.align-left):not(.align-center):not(.align-right) img {
    width: 100%;
}
.article.item-image .item-image-wrapper.align-left {
    text-align-last: left;
}
.article.item-image .item-image-wrapper.align-center {
    text-align: center;
}
.article.item-image .item-image-wrapper.align-right {
    text-align: right;
}

.article.item-image .item-image-wrapper > .item-image-text .label {
    display: inline-flex;
    font-weight: 600;
    font-size: 10.66667px;
    padding: 4px 16px;
    text-transform: uppercase;
    border-radius: 13px;
    background: #184c74;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px;
    transition: color 0.2s linear;
}
.article.item-image:has(a) .item-image-wrapper:hover > .item-image-text .label {
    color: #000;
}

.article.item-image .item-image-wrapper.text-location-0 > .item-image-text {
    display: none;
}

.article.item-image .item-image-wrapper.text-location-1 > .image {
    position: relative;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.article.item-image .item-image-wrapper.text-location-1 > .image > a {
    display: block;
}

.article.item-image .item-image-wrapper.text-location-1 > .item-image-text {
    display: block;
    position: absolute;
    z-index: 5;
    color: #fff;
    left: 3%;
    max-width: 80%;
    bottom: 3%;
    padding: 20px;
    max-height: 94%;
    overflow: hidden;
}
.article.item-image .item-image-wrapper.text-location-1 > .item-image-text h2 {
    color: #fff;
    font-size: 78px;
    line-height: .7;
}

.article.item-image .item-image-wrapper.text-location-2 > .image {
    float: right;
}

.article.item-image .item-image-wrapper.text-location-2 > .item-image-text {
    float: left;
    padding-right: calc(8.33333% - .1px);
    padding-top: 0;
}

.article.item-image .item-image-wrapper.text-location-3 > .image {
    float: left;
}

.article.item-image .item-image-wrapper.text-location-3 > .item-image-text {
    float: left;
    padding-left: calc(8.33333% - .1px);
    padding-top: 0;
}

.article.item-image .item-image-wrapper.text-location-4 > .item-image-text {
    padding-top: 20px;
}

/* different gradients */
.article.item-image.image-gradient-1 .item-image-wrapper > .image > .image-wrapper {
    mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.article.item-image.image-gradient-2 .item-image-wrapper > .image > .image-wrapper {
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.article.item-image.image-gradient-3 .item-image-wrapper > .image > .image-wrapper {
    mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.article.item-image.image-gradient-4 .item-image-wrapper > .image > .image-wrapper {
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.article.item-image.image-gradient-5 .item-image-wrapper > .image > .image-wrapper {
    mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" preserveAspectRatio="none" xml:space="preserve"><style type="text/css">.st0{fill:url(%23SVGID_1_);}</style><radialGradient id="SVGID_1_" cx="200" cy="200" r="200" gradientUnits="userSpaceOnUse"><stop offset="0.6" style="stop-color:%23000000"/><stop offset="1" style="stop-color:%23000000;stop-opacity:0"/></radialGradient><rect class="st0" width="400" height="400"/></svg>');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}

/***************************
 * Begin - Responsive video
 ***************************/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

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

/***************************
 * End - Responsive video
 ***************************/

/**************************
 * Begin - Feedback label 
 **************************/
.feedback_label {
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 40;
    transition: padding 0.1s ease-in-out;
}

.feedback_label:hover {
    padding-right: 15px;
}

.feedback_label a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    text-orientation: sideways;
    display: block;
    width: 40px;
}

.feedback_label a:active,
.feedback_label a:hover,
.feedback_label a:focus {
    color: #fff;
    text-decoration: none;
}
/**************************
 * End - Feedback label 
 **************************/

/**************************
 * Begin - WhatsApp button
 **************************/
body > .whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: inherit;
    z-index: 100;
}
body.debug-button-added > .whatsapp-button {
    left: 80px;
}

body > .whatsapp-button > .fa-whatsapp {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    background: #24d366;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}
body > .whatsapp-button > span {
    line-height: 42px;
    display: block;
    white-space: nowrap;
    box-shadow: 0px 3px 6px #00000014;
    position: absolute;
    left: 45px;
    top: 7px;
    padding-left: 22px;
    padding-right: 28px;
    background: #ffffff;
    border-radius: 0 21px 21px 0;
    color: #747574;
}
/**************************
 * End - WhatsApp button 
 **************************/

/**************************
 * Begin - edit buttons
 **************************/
body > .admin-edit,
body > .admin-edit:hover,
body > .admin-edit:focus,
body > .admin-edit:active {
    height: 40px;
    background: #41b6e6;
    border-radius: 20px;
    position: fixed;
    bottom: 25px;
    right: 20px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 10px 0 10px;
    font-size: 0;
    transition: 0.3s ease;
    transition-property: font-size, padding;
    z-index: 11;
}
body > .admin-edit:hover {
    font-size: 14px;
    padding: 0 10px 0 21px;
}

body > .admin-edit.admin-edit-template {
    bottom: calc(40px + 25px + 20px);
}

body > .admin-edit::after {
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    font-weight: 200;
    width: 20px;
    display: inline-block;
    text-align: center;
}
body > .admin-edit.admin-edit-item::after {
    content: '\f31c';
}
body > .admin-edit.admin-edit-template::after {
    content: '\f040';
}
body > .admin-edit.admin-edit-page::after {
    content: '\f040';
}
/**************************
 * End - edit buttons
 **************************/

/*******************
 * Begin - tooltip
 *******************/
[rel='tooltip'] {
    position: relative;
    cursor: pointer;
}

[rel='tooltip']:after {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease-out 0.18s;
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
    font-size: 12px;
    background: rgba(17, 17, 17, 0.9);
    border-radius: 4px;
    color: #fff;
    content: attr(data-tooltip);
    padding: 0.5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
}

[rel='tooltip']:before {
    background: no-repeat url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E');
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease-out 0.18s;
    content: '';
    position: absolute;
    z-index: 10;
}
[rel='tooltip']:hover:before,
[rel='tooltip']:hover:after {
    opacity: 1;
    pointer-events: auto;
}

[rel='tooltip']:after {
    left: 50%;
    margin-top: 11px;
    top: 100%;
    transform: translate(-50%, -10px);
}

[rel='tooltip']:before {
    background: no-repeat url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E');
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 50%;
    margin-top: 5px;
    top: 100%;
    transform: translate(-50%, -10px);
}

[rel='tooltip']:hover:after {
    transform: translate(-50%, 0);
}

[rel='tooltip']:hover:before {
    transform: translate(-50%, 0);
}

[rel='tooltip']:after {
    white-space: normal;
    width: 200px;
}
/*******************
 * End - tooltip
 *******************/

/* Message boxes */
.message {
    display: flex;
    font-size: 14px;
    line-height: 24px;
}
.message::before {
    font-family: 'Font Awesome 6 Pro';
    margin-right: 20px;
    font-size: 18px;
}
.message.error,
.message.warning,
.message.info,
.message.success {
    padding: 13px 20px;
}

.message.error {
    color: #611a14;
    background: #fdeceb;
}
.message.error::before {
    content: '\f06a';
    color: #f6554a;
}
.message.error li::marker {
    color: #f6554a;
}

.message.warning {
    color: #704810;
    background: #fff4e5;
}
.message.warning::before {
    content: '\f071';
    color: #fea228;
}
.message.warning li::marker {
    color: #fea228;
}

.message.info {
    color: #0f3e62;
    background: #e9f4fd;
}
.message.info::before {
    content: '\f05a';
    color: #389ff4;
}
.message.info li::marker {
    color: #389ff4;
}

.message.success {
    color: #2c522e;
    background: #edf7ee;
}
.message.success::before {
    content: '\f058';
    color: #65bb6a;
}
.message.success li::marker {
    color: #65bb6a;
}

.message .message-content {
    margin: 0;
}

.message .message-content ul:only-child {
    margin: 0;
}

.message ul ul {
    margin: 0;
}
/* end message boxes */

/* popup closed for business */
.store-closed {
    overflow: hidden;
}
.store-closed > .no-business-day {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
}

.store-closed > .no-business-day .row {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.store-closed > .no-business-day .row > div {
    text-align: center;
}

.store-closed > .no-business-day .row > div > .group {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    overflow-x: hidden;
    overflow-y: auto;
}

.store-closed > .no-business-day .article {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px #000000b4;
}

.store-closed > .no-business-day strong {
    font-weight: 600;
}

.store-closed > .no-business-day h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 25px;
}
.store-closed > .no-business-day h2 i,
.store-closed > .no-business-day h2 em,
.store-closed > .no-business-day h2 .fa-light.fa-store-alt-slash {
    display: block;
    margin: auto auto 20px auto;
    font-size: 50px;
    font-weight: 300;
}

.store-closed .article.mainSelector-wrap .selectors > .selector-wrap > .next-button,
.store-closed .article.mainSelector-wrap .summary > .mobile-footer,
.store-closed .article.colorSample-wrap .summary > .content > .next-button,
.store-closed .article.mainSelector-wrap .summary > .next-button > div[rel='button'],
.store-closed .article.mainSelector-wrap .selectors > .selector-wrap > .next-button > div,
.store-closed .article.colorSample-wrap .summary > .content > .next-button {
    display: none;
}

.article .carrousel-container > .scroller-holder > .direction-nav {
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #464646;
}

.article .carrousel-container > .scroller-holder:hover > .direction-nav {
    opacity: 1;
}

.article .carrousel-container > .scroller-holder > .direction-nav:before {
    font-size: 22px;
    font-weight: 900;
    top: 0;
    line-height: 40px;
    color: #fff;
    -webkit-text-stroke-width: 0;
}

/* Podcast */
.article .podcast {
    padding-top: 30px;
}
.article .podcast iframe {
    width: 100%;
    height: 250px;
    border: 0;
    border-radius: 10px;
}

.socialMediaLinks-wrap {
    font-size: 16px;
}
.socialMediaLinks-wrap button {
    border: none;
    background: none;
    padding: 0;
}
.socialMediaLinks-wrap a {
    color: inherit;
}
.socialMediaLinks-wrap a,
.socialMediaLinks-wrap button {
    border: 1px solid #ebeae9;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 200ms ease;
    transition-property: background-color, color, border-color;
}
.socialMediaLinks-wrap a:hover,
.socialMediaLinks-wrap a:active:hover,
.socialMediaLinks-wrap button:hover {
    background-color: #0199ff;
    color: #ffffff;
    border-color: #0199ff;
}
.socialMediaLinks-wrap a:active {
    color: inherit;
}


/* Only for grade PC */
@media (min-width: 1024.00001px) {
    .hide-grade-pc {
        display: none;
    }
}
