:root {
    --siteHeaderHeight: 130px;
}

/*** HTML ***/

body {
    margin: 0;
}

body.-nav-active {
    overflow-y: hidden;
}

html.lang-ar {
    direction: rtl;
}

.svg-sprite { display: none; }

svg:not(:root) {
    overflow: hidden;
}

/*** BODY ***/

section.content {
    margin-top: var(--siteHeaderHeight);
}

/*** END BODY ***/

/*** HEADERS ***/

.generic-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: var(--siteHeaderHeight);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 47.31%, rgba(0, 0, 0, 0) 100%);
    transition: padding 0.3s ease, background-color 0.3s ease, height 0.3s ease;
    z-index: 10;
    height: auto;
    background: #000 ;
    padding: 0;
}

.desktop-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 25px;
    max-width: 1440px;
    margin-inline: auto;
    transition: padding 0.25s ease, height 0.25s ease;
}

.header-logo-link {
    margin-right: 0;
    width: 126px;
}

.header-logo {
    max-width: 170px;
}

.primary-navigation {
    color: white;
}

.primary-navigation ul {
    font-size: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    width: 100%;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.primary-navigation > ul > li {
    padding: 10px 0;
    margin: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-align: center;
    -webkit-transition: padding-bottom 0.25s ease;
    transition: padding-bottom 0.25s ease;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 20px;
}

.primary-navigation > ul > li > a {
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    color: inherit;
    text-decoration: none;
}

.primary-navigation__sub-menu {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 100%;
    border-top: none;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    min-width: 300px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.97);
}

.header-actions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: padding-top 0.25s ease;
    transition: padding-top 0.25s ease;
    align-self: initial;
    padding-top: 0;
    flex-shrink: 0;
}

.header-actions > * {
    margin-left: 15px;
}

.language-selector {
    position: relative;
    display: flex;
    align-items: center;
    width: 100px;
    margin-top: -1px;
    height: 24px;
    margin-left: 25px;
    padding: 0;
    border: none;
    color: #fff;
    background-color: transparent;
    margin-right: 15px;
    bottom: 0px;
    right: -15px;
    text-align: center;
    cursor: pointer;
}

.language-selector::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 7px;
    height: 7px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.language-selector > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    text-decoration: none;
}

.language-selector a{
    color: white;
}

.language-selector:hover .language-selector-options {
    visibility: visible;
    opacity: 1;
}

.language-selector-options {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 100%;
    min-width: 95px;
    padding-bottom: 5px;
    border: 2px solid var(--base-color-secondary);
    background-color: rgba(0, 0, 0, 0.6);
    border-top: none;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.language-selector-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    padding: 5px 5px 0;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    justify-content: space-between;
}

.language-selector-option:hover {
    font-weight: bold;
}

.ecommerce-options {
    display: flex;
    margin-left: 15px;
}

.ecommerce-options .cart-icon, 
.ecommerce-options .login-item {
    margin-left: 7.5px;
    margin-right: 7.5px;
    position: relative;
}

.ecommerce-options .login-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

@media (max-width: 568px) {
    .ecommerce-options .login-item {
        display: none;
    }
}

.ecommerce-options .login-item a {
    color: #FFF;
    text-decoration: none;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.ecommerce-options .login-item a:hover {
    opacity: 0.8;
}

.logout-selector-options {
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid white;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 100%;
    min-width: 250px;
    padding-bottom: 0px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.logout-item:hover .logout-selector-options {
    visibility: visible;
    opacity: 1;
}

.logout-selector-options button {
    background: none;
    appearance: none;
    color: #eaeaea !important;
    border-top: 1px solid #666 !important;
    padding: 5px !important;
    padding-left: 15px !important;
    text-align: left;
    width: 100%;
}

.logout-selector-options button i {
    padding-right: 15px;
}

.numItemsCart {
    transform: none;
    width: 15px;
    height: 15px;
    top: -7px;
    right: -6px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.numItemsCart .number {
    position: relative;
    transform: none;
    right: auto;
    line-height: 10px;
}

.hamburger-menu-toggle {
    cursor: pointer;
}

.hamburger-menu {
    display: flex;
    padding: 25px;
    background-color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100vh;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.hamburger-menu a {
    color: white;
    text-decoration: none;
    transition: color 0.25s ease;
    padding-right: 40px;
}

.hamburger-menu .hamburger-menu-toggle {
    margin-left: auto;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hamburger-menu .hamburger-menu-toggle:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hamburger-menu-list {
    margin: 50px 0 0;
    list-style-image: none;
}

.hamburger-menu-toggle svg {
    color: #FFF;
    width: 20px;
    height: 20px;
}

.hamburger-menu-toggle .icon {
    fill: #FFF;
}

@media (max-width: 768px) {
    .hamburger-menu-toggle {
        padding: 20px;
    }
}

.hamburger-menu-list > li {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    display: block;
    padding: 8px 0;
}

.hamburger-menu-list > li > a {
    display: flex;
    align-items: center;
    padding: 10px 0 5px;
}

.hamburger-menu-actions {
    list-style: none;
    padding: 0;
    margin: 50px 0 65px;
}

.hamburger-menu-actions li {
    padding: 5px 0;
}

.hamburger-menu-actions .logout-selector-options button {
    text-align: left;
    padding: 0px;
    margin-bottom: 5px;
    padding-right: 5px;
    margin-top: 3px;
    background: none;
}

@media all and (max-width: 568px) {
    .hamburger-menu {
        width: 100%;
        padding: 0px;
    }

    .hamburger-menu-toggle {
        padding: 20px;
    }

    .hamburger-menu-list, .hamburger-menu-actions {
        padding: 25px;
    }

    .hamburger-menu-list, .hamburger-menu-actions {
        margin-top: 0px;
        padding-top: 0px;
    }

    .primary-navigation__sub-menu {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        visibility: visible;
        padding-left: 10%;
        opacity: 1;
    }

    .hamburger-menu .by-hospitality-product .subcategories {
        margin-left: 15% !important;
    }
}

html[dir='rtl'] .hamburger-menu {
    right: auto;
    left: 0;
}

html[dir='rtl'] .hamburger-menu:not(.-nav-active) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hamburger-menu.-nav-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


.hamburger-menu-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 18px;
}

.hamburger-menu-icon .main, .hamburger-menu-icon .plus {
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.hamburger-menu-icon .main:before,
.hamburger-menu-icon .main:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    left: 0;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.hamburger-menu-icon .main:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hamburger-menu-icon .main:after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.hamburger-menu-icon:hover .main:before,
.hamburger-menu-icon:hover .main:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hamburger-menu-icon:hover .plus {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


.hamburger-menu-icon .plus {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}


@media (min-width: 769px) {
    .hamburger-menu {
        padding: 35px 50px 0;
    }
}

@media (min-width: 1024px) {

    .primary-navigation {
        display: block;
        -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: auto;
        max-width: 1440px;
    }

    .desktop-menu {
        justify-content: space-between;
        column-gap: 40px;
    }

    .primary-navigation > ul {
        -webkit-column-gap: 70px;
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
}

@media (max-width: 768px) {
    .header-logo {
        max-width: 90px;
    }

    .primary-navigation {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: none;
    }
}

@media (max-width: 568px) {
    .header-logo {
        max-width: 50px;
    }
}
/*** END HEADER ***/

/*** FOOTER ***/

@media (min-width: 1281px) {
    .generic-footer {
        padding-top: 92px;
    }
}

.generic-footer {
    padding-top: 60px;
    padding-bottom: 0;
    background-color: #000;
}


.generic-footer-inner {
    position: relative;
    width: 100%;
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 32px;
}


@media (max-width: 1025px) 
{
    .generic-footer-inner {
        grid-template-columns: auto;
        padding-left: 16px;
        padding-right: 16px;
        width: auto;
    }
}

.generic-footer-inner h2 {
    line-height: 28px;
    color: #FFF;
    margin-bottom: 12px;
    border-bottom: none;
}

.generic-footer-column li, 
.generic-footer-column p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #FFF;
}

.generic-footer-column li a, .generic-footer-column p a {
    color: inherit;
    text-decoration: none;
}

.generic-footer-column li a:hover, .generic-footer-column p a:hover {
    text-decoration: underline;
    color: inherit;
}

.generic-footer-column p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.generic-footer-column {
    text-align: center;
}

@media (min-width: 569px) {
    .generic-footer-column {
        text-align: left;
    }
}

@media (min-width: 1281px) {
    .generic-footer-bottom {
        margin-top: 92px;
    }
}

.generic-footer-bottom {
    text-align: center;
    color: #FFF;
    padding: 16px 24px;
}

/*** END FOOTER ***/


/*** FORMS ***/
@media (min-width: 992px) {
    .ecommerce-form.register {
        width: 50%;
    }
}

.umbraco-forms-form {
    max-width: 100% !important;
}

.newsletter {
    position: relative;
    padding: 90px 40px;
    row-gap: 24px;
    background: linear-gradient(90deg, #F1D889 -10%, #AE8D41 110%);
}

.newsletter .newsletter-header, 
.newsletter > form {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}

.newsletter .umbraco-forms-navigation > div {
    text-align: center;
}

@media all and (min-width: 981px) {
    .newsletter:not(.expanded) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.newsletter:not(.expanded) .umbraco-forms-page {
    padding-left: 0;
    padding-right: 0;
}

    .newsletter:not(.expanded) .umbraco-forms-page > fieldset:first-child + fieldset {
        display: none;
    }


.newsletter .newsletter-header {
    margin-bottom: 0;
    text-align: center;
}

.umbraco-forms-form .umbraco-forms-page input[type=text],
.umbraco-forms-form .umbraco-forms-page input.text,
.umbraco-forms-form .umbraco-forms-page input[type=email],
.umbraco-forms-form .umbraco-forms-page input[type=password],
.umbraco-forms-form .umbraco-forms-page select,
.umbraco-forms-form .umbraco-forms-page textarea {
    height: 47px;
    border: none;
    color: #3D3D3D;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    padding: 14px 12px;
    width: 100%;
    max-width: none !important;
}


/*** END FORMS ***/
/*** INPUTS ***/
.input-row {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.input-row .text-input {
    font-size: 1em;
    background: #FFF;
    height: 40px;
    border: none;
    padding: 0 14px;
    font-family: var(--base-corp-font-medium),Roboto,Arial,Helvetica,sans-serif;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    appearance: none;
}

.input-row .label-text {
    margin-top: 3px;
    margin-bottom: 8px;
    font-weight: 400;
    width: 100%;
}

.input-row .entry {
    width: 50%;
    box-sizing: border-box;
}

.input-row .entry.full, 
.entry.full{
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.input-row .entry.three-quarter {
    width: 65%;
}

.input-row .entry.quarter {
    width: 35%;
}

.input-row .entry.half {
    flex-basis: 50%;
    margin-right: auto;
    box-sizing: border-box;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
}

.input-row .entry.half:last-child {
    padding-left: 10px;
    padding-right: 0px;
}

.input-row .entry:not(.half):first-child {
    padding-left: 0px;
    padding-right: 0px;
}

.input-row .entry:not(.half):nth-of-type(2n) {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
}

.input-row .entry:not(.half):nth-child(4n) {
    width: 30%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
}

@media (max-width: 768px) {
    .input-row .entry.half, .input-row .entry.half:last-child, .input-row .entry:not(.half):nth-child(2n)
    {
        flex-basis: 100%;
        padding: 0px;
    }
}

@media only screen and (max-width:480px) {
    .input-row .entry {
        width: 100% !important;
        padding-right: 0;
        margin-top: 20px
    }

    .input-row .entry.three-quarter {
        margin-top: 10px
    }

    .input-row .entry:first-child {
        margin-top: 0
    }
}

.field-validation-error {
    font-size: 12px;
    font-family: var(--base-corp-font-thin);
    font-weight: 700;
    color: var(--base-color-third);
    line-height: 1.2em;
    padding-top: 5px;
    width: 100%;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*** CHECKBOXES ***/

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    padding-left: 36px;
    padding-right: 0px;
}

input[type=checkbox] + label::before {
    content: " ";
    width: 24px;
    height: 24px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    top: 0;
    position: absolute;
    left: 0px;
}

input[type=checkbox]:checked + label:before {
    background-color: black;
}

input[type=checkbox]:checked + label:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-size: 13px auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(/assets/checks/form-check.svg);
    z-index: 2;
}

/*** RADIO BUTTONS ***/

input[type=radio] {
    display: none;
}

input[type=radio] + label {
    position: relative;
    cursor: pointer;
    padding-left: 36px;
    padding-right: 0px;
}

input[type=radio] + label::before {
    content: " ";
    width: 24px;
    height: 24px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    top: 0;
    position: absolute;
    left: 0px;
}

input[type=radio]:checked + label:before {
    background-color: black;
}

input[type=radio]:checked + label:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-size: 13px auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(/assets/checks/form-check.svg);
    z-index: 2;
}

/*** BUTTONS ***/

.submit-button {
    position: relative;
    display: inline-block;
    padding: 11px 25px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    min-width: 180px;
    cursor: pointer;
    border-style: solid;
    margin-top: 20px;
}



.input-row .dropdown {
    appearance: none;
    display: block;
    height: 40px;
    font-family: var(--base-corp-font-medium),Roboto,Arial,Helvetica,sans-serif;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
}


/*** SWEET ALERT ***/

.swal2-container {
    z-index: 999999 !important;
}

.swal2-popup .swal2-title {
    font-family: var(--base-corp-font-bold);
    text-transform: uppercase;
    color: var(--base-color);
}

.swal2-popup .swal2-html-container {
    font-family: var(--base-corp-font-thin);
    color: var(--base-color);
    font-weight: 100;
}

.swal2-popup .swal2-close,
.swal2-popup .swal2-close:focus {
    outline: 0;
    box-shadow: none;
    position: absolute;
}

.swal2-popup .swal2-close:hover {
    color: inherit;
}

.swal2-container .swal2-title {
    width: fit-content;
    margin: 0 auto;
    text-transform: none;
    margin-bottom: 0.4em;
    padding: 0;
}

.swal2-popup .swal2-html-container {
    max-width: 460px !important;
    margin: 0 auto !important;
}

@media (max-width: 450px) {
    button.swal2-styled {
        width: 100%;
    }
}

/*** FLOATING MENU ***/

.currency-selector-modal__content .currency {
    color: var(--base-color);
}

.currency-selector-modal__content .currency.selected,
.currency-selector-modal__content .currency:hover,
.currency-selector-modal__content .currency.selected:hover {
    color: #fff;
}


/*** MODALS ***/

.modal-open {
    overflow: hidden;
}

.modal-container .ecommerce-form { 
    width: 100%;
}


/*** BREADCRUMBS ***/

.breadcrumbs {
    max-width: calc(1240px);
    margin: 0 auto;
    padding: 15px 20px;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.breadcrumbs ul li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--base-color);
}

.breadcrumbs ul li:not(:last-child) {
    padding-right: 17px;
    margin-right: 17px;
}

.breadcrumbs ul li:not(:last-child)::after {
    content: '//';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    color: var(--base-color-secondary);
}

.breadcrumbs ul li:last-child {
    font-weight: bold;
}

.breadcrumbs ul li a {
    color: inherit;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: none;
}

.breadcrumbs ul li a:hover {
    color: var(--base-color-secondary);
    text-decoration: none;
}

.breadcrumbs ul li sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}


.user-form .input-row,
.ecommerce .check-row,
.user-form .check-row {
    margin-bottom: 25px;
}

.ecommerce .input-row .input-title,
.user-form .input-row .input-title,
.ecommerce .check-row .check-title,
.user-form .check-row .check-title {
    margin-bottom: 10px;
}

.ecommerce .input-row .input-title label,
.user-form .input-row .input-title label,
.ecommerce .check-row .check-title label,
.user-form .check-row .check-title label {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--base-color);
}

.ecommerce .input-row input[type=text],
.user-form .input-row input[type=text],
.ecommerce .input-row input[type=password],
.user-form .input-row input[type=password],
.ecommerce .input-row input[type=number],
.user-form .input-row input[type=number],
.ecommerce .input-row .vs__dropdown-toggle,
.user-form .input-row .vs__dropdown-toggle,
.ecommerce .input-row .input-password,
.user-form .input-row .input-password,
.user-form .input-row select {
    border: 1px solid var(--base-color);
    min-height: 35px;
    width: 100%;
    padding-bottom: 5px;
}

.ecommerce .check-row,
.user-form .check-row {
    border: 1px solid var(--base-color);
}

.ecommerce .check-row .check input[type="checkbox"],
.user-form .check-row .check input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: auto;
}

.ecommerce .check-row .check input[type="checkbox"]:checked+label::after,
.user-form .check-row .check input[type="checkbox"]:checked+label::after {
    content: "";
    top: 1px;
    left: -25px;
}

.ecommerce .check-row .check label,
.user-form .check-row .check label {
    position: absolute;
    margin-left: 25px;
}



.ecommerce .check-row .check-text,
.user-form .check-row .check-text {
    margin-left: 25px;
    text-align: justify;
}

.ecommerce .error,
.ecommerce .input-row .error,
.user-form .error,
.user-form .input-row .error {
    font-size: 11px;
    color: red;
    margin-top: 5px;
    font-weight: bold;
}


.ecommerce .vs__selected,
.user-form .vs__selected {
    margin: 3px;
    padding: 0px;
    padding-right: 5px;
    padding-left: 5px;
    z-index: 10;
}

.ecommerce .input-row .vs__dropdown-toggle,
.user-form .input-row .vs__dropdown-toggle {
    min-height: 35px;
    width: 100%;
    background: transparent;
    padding: 0;
}

.ecommerce .vs__dropdown-toggle .vs__actions button,
.user-form .vs__dropdown-toggle .vs__actions button {
    background: transparent;
    margin-bottom: 0px;
    padding: 5px 5px;
}

.ecommerce .vs__dropdown-toggle .vs__actions,
.user-form .vs__dropdown-toggle .vs__actions {
    background: var(--base-color);
    padding: 8px;
    cursor: pointer;
    display: block;
    padding-top: 12px;
}

.ecommerce .vs__dropdown-toggle .vs__actions button.vs__clear,
.user-form .vs__dropdown-toggle .vs__actions button.vs__clear {
    right: 26px;
    bottom: 7px;
    position: absolute;
    fill: var(--base-color);
    z-index: 1
}

.ecommerce .vs__open-indicator,
.user-form .vs__open-indicator {
    fill: white;
}

.ecommerce .vs__search,
.user-form .vs__search {
    position: absolute;
    width: 100%;
    cursor: pointer;
    font-family: var(--base-corp-font-thin);
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    color: var(--base-color);
}


/*** LET US BE SURE THIS IS GENERIC ***/
.ecommerce .btn-accept,
.ecommerce .btn,
.user-form .btn-accept,
.user-form .btn {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    font-weight: 900;
    background: var(--base-color);
    border: 0;
    color: #fff;
    padding: 8px 16px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    font-family: silverstone-custom;
    cursor: pointer;
    background-image: linear-gradient(15deg, var(--base-color-secondary), var(--base-color-secondary-light) 50%, var(--base-color-secondary));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
}

@media(max-width: 768px) {

    .ecommerce .btn-accept,
    .user-form .btn-accept {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
}

.ecommerce .btn-accept:hover,
.user-form .btn-accept:hover {
    background-size: 100% 100%;
    color: #fff;
}

.ecommerce input:not([type=search]),
.user-form textarea,
.user-form input:not([type=search]),
.user-form select {
    border: var(--base-color) 1px solid;
    width: 100%;
    -webkit-box-flex: 1;
    flex: 1;
    margin: 0;
    display: block;
    background: #fff;
    min-height: 35px;
    color: var(--base-color);
    font-family: var(--base-corp-font-thin);
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: 300;
    font-size: 14px;
}

.ecommerce .eco-popup-form input#phonenumber {
    flex: auto !important;
}


.ecommerce-checkout {
    font-size: 15px;
    position: relative;
}

.ecommerce-checkout .faux-column {
    width: 50%;
    position: absolute;
    right: 0;
    background-color: #faf7f2;
}

.checkout-layout {
    position: relative;
    min-height: 100%;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    display: flex;
}

#order-summary-toggle {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-top-width: 1px;
    background-color: #faf7f2;
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
}

#order-summary {
    width: 100%;
    padding: 5rem;
    display: none;
    color: #3c3c3c;
    background-color: #faf7f2;
}

.order-summary-product {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
    border-bottom-style: solid;
}

.order-summary-item {
    display: flex;
    align-items: center;
}
.order-summary-item.shrinked {
    flex: 1 1 0%;
}

.order-summary-item-sku {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
    font-size: .75rem;
}

.order-summary-item-price {
    padding-left: 1rem;
    font-weight: 500;
}

.order-summary-subtotal,
.order-summary-discount,
.order-summary-tax,
.order-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.order-summary-subtotal .value,
.order-summary-discount .value,
.order-summary-tax .value,
.order-summary-total .value {
    font-weight: 500;
}

.order-summary-total .lbl-capt {
    font-size: 18px;
    font-weight: 500;
}

.order-summary-total .value {
    font-size: 1.5rem;
}

.order-summary-separator {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin: 0;
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
    border-width: 0;
    border-top-width: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.checkout-information {
    padding: 2rem;
    flex: 1 1 0%;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.checkout-header {
    display: none;
}

.checkout-logo {
    text-align: center;
    padding: 2rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.checkout-breadcrumb {
    margin-bottom: 2rem;
}

.checkout-breadcrumb-items {
    display: flex;
    justify-content: center;
}

.checkout-breadcrumb-item {
    display: flex;
    align-items: baseline;
    text-decoration: none;
}

.checkout-breadcrumb-item .selected-crumb {
    font-weight: bold;
}

.checkout-breadcrumb-item a {
    text-decoration: none;
    color: #707070;
}

.checkout-breadcrumb-arrow {
    padding-right: .5rem;
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
}

.breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.pl-2 {
    padding-left: .5rem;
}

.checkout-information .countdown {
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
}

.checkout-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.address-list {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    flex-wrap: wrap;
}

.checkout-subtitle {
    margin-top: 1rem;
    margin-bottom: 0rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.address-box {
    flex-basis: 45%;
    border: 1px solid;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

@media (max-width: 768px) {

    .address-box {
        flex-basis: 100%;
        margin-bottom: 15px;
        margin-right: 0px;
    }
}

.address-box.selected {
    background-color: var(--base-color);
    color: white;
}

.address-box.selected .edit-link a {
    color: white;
}


.address-box .address-content {
    margin-bottom: 0rem;
    flex-grow: 1;
    font-style: italic;
    font-size: smaller;
    padding-left: 10px;
}

.address-box .address-title {
    margin-bottom: 0rem;
    font-size: 1.0rem;
    font-weight: 500;
}

.address-box .contact-name {
    font-family: "Friz Quadrata Std - Medium", serif;
    font-size: 20px;
}

.address-box .contact-mail {
    font-size: smaller;
    font-style: italic;
}

.address-box .edit-link {
    text-align: right;
}

.address-box .address-title {
    margin-bottom: 0rem;
    font-size: 1.0rem;
    font-weight: 500;
    border-bottom: solid 1px #000;
}

.my-account-address-list .address-box {
    background-color: white;
    flex-basis: 31.5%;
    margin-left: 10px;
    margin-right: 9px;
    cursor: default;
}
@media (max-width: 768px) {
    .my-account-address-list .address-box {
        flex-basis: 100%;
        margin-right: 0px;
    }
}


.my-account-address-list .address-box.new-address {
    border-style: dashed;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.my-account-address-list {
    border: solid 1px #000;
    padding: 20px;
    justify-content: flex-start;
}

.my-orders-options {
    display: flex;
    align-items: stretch;
}

.my-orders-option.btn.btn-primary {
    margin-right: 7.5px;
    margin-left: 7.5px;
    display: flex;
    justify-content: center;
    flex: 1;
    height: auto;
    flex-direction: column;
}

@media (max-width: 768px) {
    .my-orders-options {
        flex-direction: column;
    }

    .my-orders-option.btn.btn-primary {
        margin-top: 7.5px;
        margin-bottom: 7.5px;
    }
}



.address-footer {
    margin-top: 25px;
    text-align: right;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--base-color);
    padding-bottom: 30px;
}

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

.checkout-footer {
    margin-top: 2rem;
    justify-content: space-between;
    /*align-items: center;*/
    flex-direction: column-reverse;
    display: flex;
}



@media (min-width: 1024px) {
    .checkout-layout {
        flex-direction: row;
    }

    #order-summary {
        width: 40%;
        display: block;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #e2e8f0;
    }

    .checkout-header {
        display: block;
    }
}

@media (min-width: 1024px) {
    .checkout-layout {
        flex-direction: row-reverse;
    }

    #order-summary-toggle {
        display: none;
    }
}

@media (min-width: 768px) {
    #order-summary {
        padding: 2rem;
    }

    .checkout-footer {
        flex-direction: row;
    }
}


b, strong {
    font-weight: bolder;
}


/***** LOGIN WITH CODE *****/

.login-options {
    display: flex;
    flex-direction: row;
}

.login-options > * {
    width: 50%;
    box-sizing: border-box;
    flex: 1;
}

@media (max-width: 768px) {
    .login-options {
        display: flex;
        flex-direction: column;
    }

    .login-options > * {
        width: 100%;
        box-sizing: border-box;
        flex: 1;
    }

    .login-options .btn.btn-primary {
        font-size: 16px;
        padding-top: 9px;
        padding-bottom: 9px;
        width: 100%;
    }
}

.login-options .btn.btn-primary {
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.not-loggedin {
    border: 1px solid black;
    padding: 20px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.not-loggedin .btn.btn-primary {
    display: flex;
    align-items: center;
}

.not-loggedin .not-logged-in-footer {
    display: flex;
    justify-content: flex-end;
}

.not-loggedin .btn.btn-primary span {
    margin-left: 15px;
}

.login-with-code-container .top-disclaimer,
.login-with-code-container .bottom-disclaimer {
    margin-top: 20px;
    margin-bottom: 20px;
}


.pending-payment {
    border: 1px solid black;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.pending-payment .order-row,
.pending-payment .amount-row,
.pending-payment .payment-row {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    margin-bottom: 8px;
    align-items: center;
}

.pending-payment .col-in-three {
    flex-basis: 32.5%;
}
.pending-payment .col-in-three.right {
    text-align: right;
}

.pending-payment .label {
    font-weight: bold;
    margin-right: 7.5px;
}

.pending-payment .btn.btn-primary {
    height: 40px;
    line-height: 14px;
    line-height: 14px;
}
.pending-payment .btn-primary span {
    font-size: 16px;
}

@media (max-width: 768px) {
    .pending-payment {
        overflow: hidden;
    }

    .pending-payment .order-row,
    .pending-payment .amount-row,
    .pending-payment .payment-row {
        flex-wrap: wrap;
        margin-top: 2.5px;
        margin-bottom: 2.5px;
    }

    .pending-payment .col-in-three {
        flex-basis: 100%;
        margin-top: 2.5px;
        margin-bottom: 2.5px;
    }

    .pending-payment .btn.btn-primary {
        width: 100%;
        height: 40px;
        margin-top: 10px;
    }
}

.my-account-guest-list {
    border: solid 1px #000;
    padding: 20px;
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.guest-box {
    background-color: white;
    flex-basis: 31.5%;
    margin-left: 10px;
    margin-right: 9px;
    cursor: default;
    border: 1px solid;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {

    .guest-box {
        flex-basis: 100%;
        margin-bottom: 15px;
        margin-right: 0px;
    }
}

.guest-box .guest-name {
    font-family: "Friz Quadrata Std - Medium", serif;
    font-size: 20px;
}

.guest-box .guest-mail {
    font-size: smaller;
    font-style: italic;
}

.guest-box .edit-link {
    text-align: right;
}
