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

:focus,
:focus-visible {
    outline: none;
}

.row > div > .group > .margin > .padding > div[id] > .article > .margin > .padding,
.row > div > .group > .margin > .padding > .article > .margin > .padding {
    padding: 15px;
}

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

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

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

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

#devicegrade > div {
    position: fixed;
    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;
}

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

/*
* 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: #dbdedc;
    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: #747574;
    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;
    position: relative;
}

.row > div {
    margin: 0 auto;
    max-width: 1160px;
}

body > .row.middle-width > div {
    max-width: 1580px;
}

body > .row.half-width > div {
    max-width: 1369px;
}

.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 > .margin > .padding > .article > .margin > .padding {
    padding: 0;
}

.group {
    float: left;
}

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

.select-wrap {
    position: relative;
}

.row.webdesign {
}

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

.row.webdesign li > a {
}

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

/*
* Style the width's 
*/
.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);
    max-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;
}

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

.row > div > .group > .margin > .padding .article.item-image .image-background-wrap {
    display: none;
}

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

.row > div > .group > .margin > .padding .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 > .margin > .padding > .item-image-wrapper {
    position: relative;
}

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

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

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

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

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

.article.item-image:has(a[rel='button']) > .margin > .padding > .item-image-wrapper > .image:not(.align-left):not(.align-center):not(.align-right) img {
    cursor: pointer;
}

.article.item-image > .margin > .padding > .item-image-wrapper.align-left {
    text-align-last: left;
}
.article.item-image > .margin > .padding > .item-image-wrapper.align-center {
    text-align: center;
}
.article.item-image > .margin > .padding > .item-image-wrapper.align-right {
    text-align: right;
}

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

.article.item-image > .margin > .padding > .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 > .margin > .padding > .item-image-wrapper.text-location-1 > .image img {
    visibility: hidden;
}

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

.article.item-image > .margin > .padding > .item-image-wrapper.text-location-1 > .item-image-text {
    display: block;
    position: absolute;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    left: 3%;
    max-width: 94%;
    bottom: 3%;
    padding: 20px;
    max-height: 94%;
    overflow: hidden;
}

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

.article.item-image > .margin > .padding > .item-image-wrapper.text-location-2 > .item-image-text {
    float: left;
    padding-right: 20px;
    padding-top: 0;
}

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

.article.item-image > .margin > .padding > .item-image-wrapper.text-location-3 > .item-image-text {
    float: left;
    padding-left: 20px;
    padding-top: 0;
}

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

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

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

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

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

/********************
 * Begin - cookieBot
 ********************/
.CookieDeclarationType {
    overflow: auto;
    border-right: 2px dotted #333333 !important;
}

.CookieDeclarationTable {
    width: auto !important;
}
/********************
 * End - cookieBot
 ********************/

/**************************
 * 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: 46px;
    background: #41b6e6;
    border-radius: 23px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    line-height: 46px;
    padding: 0 13px 0 13px;
    font-size: 0;
    transition: 0.3s ease;
    transition-property: font-size, padding;
    z-index: 11;
}
body > .admin-edit:hover {
    font-size: 16px;
    padding: 0 13px 0 21px;
}

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

body > .admin-edit::after {
    font-family: 'Font Awesome 6 Pro';
    font-size: 18px;
    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 !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-shadow: none !important;
    font-size: 12px !important;
    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 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 > .row > div > .group > .margin > .padding > .article {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px #000000b4;
}

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

.store-closed > .no-business-day > .row > div > .group h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 25px;
}
.store-closed > .no-business-day > .row > div > .group h2 i,
.store-closed > .no-business-day > .row > div > .group h2 em,
.store-closed > .no-business-day > .row > div > .group 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 > .margin > .padding > .selectors > .selector-wrap > .next-button,
.store-closed .article.mainSelector-wrap > .margin > .padding > .summary > .mobile-footer,
.store-closed .article.colorSample-wrap > .margin > .padding > .summary > .content > .next-button,
.store-closed .article.mainSelector-wrap > .margin > .padding > .summary > .next-button > div[rel='button'],
.store-closed .article.mainSelector-wrap > .margin > .padding > .selectors > .selector-wrap > .next-button > div,
.store-closed .article.colorSample-wrap > .margin > .padding > .summary > .content > .next-button {
    display: none !important;
}

.article:not([data-template='stories']) > .margin > .padding > .carrousel-container > .scroller-holder > .direction-nav {
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #464646;
}

.article:not([data-template='stories']) > .margin > .padding > .carrousel-container > .scroller-holder:hover > .direction-nav {
    opacity: 1;
}

.article:not([data-template='stories']) > .margin > .padding > .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;
}

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

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

#cookiefirst-cookies-table .table-sm {
    color: #fff;
}

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